body
{
	
	margin:0;
	padding:0;
	border:0;
	font-size:13px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0px;
}
.editor_data
{
	font-size:11px;
}
.our_stats
{
	display:none;
}
.left_fragwall
{
	float:left;
	display:block;
	width:300px;
}
.last_tit
{
	float: left;
    display: block;
    margin-top: 20px !important;
}
 @font-face {
    font-family: 'SF Pro Display Regular';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Regular'), url('fonts/SFPRODISPLAYREGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Ultralight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Ultralight Italic'), url('fonts/SFPRODISPLAYULTRALIGHTITALIC.woff') format('woff');
    }


    @font-face {
    font-family: 'SF Pro Display Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Thin Italic'), url('fonts/SFPRODISPLAYTHINITALIC.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Light Italic'), url('fonts/SFPRODISPLAYLIGHTITALIC.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Medium'), url('fonts/SFPRODISPLAYMEDIUM.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Semibold Italic'), url('fonts/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Bold'), url('fonts/SFPRODISPLAYBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Heavy Italic'), url('fonts/SFPRODISPLAYHEAVYITALIC.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF Pro Display Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Black Italic'), url('fonts/SFPRODISPLAYBLACKITALIC.woff') format('woff');
    }
body
{
background:#fff;
font-family: 'SF Pro Display Regular';
font-family: 'Open Sans', sans-serif;
}
.opt_content
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:5px;
}
.latest_poll
{
	float: left;
    display: block;
    width: 100%;
	margin-bottom:30px;

}
.latest_poll.on_frag
{
	margin-top:30px;
}
.latest_poll i
{    width: 100%;
    float: left;
    display: block;
    margin: 10px 0;
    font-weight: 500;
    font-size: 12px;
    color: #999;
}
.latest_poll i b
{
	    font-style: normal;
    color: #000;
}
.latest_poll .btn {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    background: #602a7b;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}
.opt_content input[type="radio"]
{
margin: 0px 10px 0 0;
    width: 15px !important;
    height: 15px;
    float: left;
    display: block;
    min-width: 15px;
}
.opt_options
{
width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 0 5px;
    font-weight: 500;
    font-size: 12px;
}
.opt_rez
{
	    float: right;
    display: block;
    width: 100%;
    background:#f7f7f7;
    height: 15px;
	margin:0px 0;
	position:relative;
	border-radius:3px;
}
h2
{
	font-weight: 600;
	    float: left;
    display: block;
	    width: 100%;
		text-transform:uppercase;
}
#collapse h2
{
	text-transform:none;
}
.opt_rez span
{
	float:left;
	display:block;
	height:15px;
	border-radius:3px;
	position:relative;
}
.opt_rez span::after
{
    content: attr(data-name);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
	    text-shadow: 1px 1px 3px rgb(0 0 0 / 80%);

}
.edit_my_profile .bootstrap-select
{
	width:100% !important;
}
.pagi
{
	float:left;
	display:block;
	margin-top:10px;
}
.pagi a
{
	float: left;
    display: block;
    color: #0095F6;
    margin-right: 5px;
 
}
.season_content
{
	float:left;
	display:block;
	width:50%;
	min-height:220px;
}
.stinet
{
    float: left;
    display: flex;
    width: 25%;
    align-content: center;
	font-size:12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	    min-height: 132px;
}
.stinet span
{
	width:85px;
	height:85px;
	background-color:#CACACA;
	border-radius:50%;
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
}
.pranvera::after
{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/pranvera.svg);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 55% auto;
}
#ocassionChart, #audienceChart
{   max-height: 150px;
}
#voteSeason, #voteTime
{
	margin-top:20px; 
}
.pranvera.ka_vota p
{
	width:100%;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
    padding: 0;
	background:#42D121; 
}
.vera.ka_vota p
{
	width:100%;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
    padding: 0;
	background:#FEB130; 
}
.vjeshta.ka_vota p
{
	width:100%;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
    padding: 0;
	background:#FF4601; 
}
.dimri.ka_vota p
{
	width:100%;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
    padding: 0;
	background:#0ABAEB; 
}
.vera::after
{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/vera.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:70%;
}
.vjeshta::after
{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/vjeshta.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:70%;
}
.dimri::after
{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/dimri.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:70%;
}

.dita::after
{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/vera.svg);
	background-position:center;
    background-repeat: no-repeat;
    background-size: 70%;
}
.nata::after
{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/night.svg);
	background-position:center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
.dita.ka_vota p
{
	width:100%;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
    padding: 0;
	background:#67BCDB; 
}
.nata.ka_vota p
{
	width:100%;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
    padding: 0;
	background:#182F37; 
}

.post_author
{
	float:left;
	display:block;
	width:100%;
	
	margin-bottom:15px;
}
.post_author.inside_article
{
	    float: left;
    display: flex;
    width: 100%;
    border: 2px solid #e6ebf1;
    margin-bottom: 15px;
    flex-direction: row;
    align-content: center;
    align-items: center;
	
}
.all_direct
{
	
	display:block;
}
.post_author.editors
{
	width:50%;
	margin-bottom:30px;
}
.meet_editor
{
	color:#079aa2;
	    font-size: 16px;
    text-decoration: underline;
	line-height: 14px;
}
.post_author a
{
	    float: left;
    display: block;
    width: 90px;
    height: 90px;
    padding: 0;

	
}
.inside_article a
{
	  float: left;
    display: block;
    width: 120px;
    height: 120px;
    padding: 15px;
}
.more_details p
{
	    float: left;
    display: block;
    width: 100%;
    letter-spacing: 4px;
    margin: 0;
	    margin-bottom: 5px;
		    color: #777;
    font-weight: 600;
	line-height: 14px;

}
p.bio
{
	letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}
.inside_article .bio
{
	padding:5px 0;
}
.more_details h3
{
	    margin-bottom: 5px;
    margin-top: 0;
    font-size: 20px;
}
.wearing_com
{
	width:30px;
	z-index:2;
	top:5px;
	left:5px;
	position:absolute;
}
.topicAuthor .wearing_com
{
    position: relative;
    width: 30px;
    display: block;
    margin: 0 auto;
    width: 50px;
    text-align: center;
}
.topicAuthor .wearing_com img 
{
	width:50px !important;
	height:auto !important;
}
.his_vote
{
	    width: 30px !important;
    height: 30px;
    background: #602a7b;
    border-radius: 50%;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    position: absolute;
    right: 15px;
}
.wearing_com img
{
	width:100%;
	float:left;
	display:block;
}
.more_details
{
	    float: left;
    display: flex;
    width: calc(100% - 180px);
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 30px;
	    height: 90px;
}
.inside_article .more_details
{
    height: auto;
    border-left: 2px solid #e6ebf1;
    padding-left: 15px;
	padding:15px;
}
.more_details a
{
	width:100%;
	height:auto;
	border:0;
	padding:0;
}
.post_author a img
{
	float:left;
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
}
.article_category
{
	    float: left;
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    color: #0095F6;
}
.article_category a
{
	 color: #0095F6;
}
.article_author
{
	    float: left;
    display: block;
    width: 100%;
	    margin-bottom: 10PX;
    font-size: 11px;
	color:#777;
}
.double .article_author
{
	padding:0 15px;
}
#register_form {
  width: 100%;
  margin: 0;
  padding-bottom: 0px;
  border:;
  border-radius: 5px;
  background: white;
  }
#register_form input {
  width: 100%;
  height: 35px;
  margin: 5px 0;
  font-size: 1.1em;
  padding: 4px;
  font-size: .9em;
  background:#fff;
  color:#000;
}
#reg_btn {
  height: 35px;
  width: 80%;
  margin: 5px 10%;
  color: white;
  background: #3B5998;
  border: none;
  border-radius: 5px;
}
/*Styling for errors on form*/
.form_error span {
width: 100%;
    height: auto;
    margin: 3px 0%;
    font-size: 11px;
    color: #D83D5A;
    background: #D83D5A;
    float: left;
    display: flex;
    position: relative;
    color: #fff;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 3px 0;
    border-radius: 3px;
}
.form_error input {
  border: 1px solid #D83D5A;
}

/*Styling in case no errors on form*/
.form_success span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: green;
}
.form_success input {
  border: 1px solid green;
}
#error_msg {
  color: red;
  text-align: center;
  margin: 10px auto;
}
.article_comment p
{
	    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    background: #e9e9e9;
    border: 1 pxsolid #dadada;
    border-radius: 5px
;
float: left;
    display: block;
    width: 100%;
}
.article_comment p a
{
	font-weight:800;
}
.video_list span
{
	    width: 100%;
    float: left;
    display: block;
    padding: 5px 0;
    margin: 0;
}
.homepage header
{
	width:100%;
	float:left;
	display:block;
	background:#fff;
		position:relative;
  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
  border-bottom:1px solid #e9e9e9;
}
.level header
{
	background:#000;
	
}
.clearfix
{
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after {
  clear: both;
}
.top_section
{
	width:100%;
	float:left;
	display:block;
	background:#000;
	padding:15px 0;
}
.container
{
	max-width:1200px;
	position:relative;
	margin:0 auto;
}
.user_is_online section, .user_is_offline section
{
	position:relative;
	width:80px !important;
	height:80px;
	    margin: 0 auto;
    display: block;
	float:none !important;
	margin-bottom:0 !important;
}
.user_is_online section::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #31a24c;
    bottom: 4px
;
    right: 4px
;
}
.user_is_offline section::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #bdc3c7;
    bottom: 4px
;
    right: 4px
;
}
a.logo
{
	height:40px;

	float:left;
	display:block;
	margin:10px 0;
}
.logo img
{
	height:35px;
	float:left;
	display:block;
}
.right
{
	float:right;
}
.left
{
	float:left;
	width:100%;
}
.menu
{
	float:left;
	display:block;
	width:100%;

	border-top:1px solid #f1f1f1;
}
/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
     font-size: 13px;
    padding: 15px 10px;
    font-weight: 600;
  color: #65676b;
  text-align: center;
  text-decoration: none;
  border-bottom:2px solid #fff;
  font-family: 'Titillium Web', sans-serif;
}
.navbar h3
{
	 font-family: 'Titillium Web', sans-serif;
	 font-weight:600;
	 font-size:14px;
	
	 margin:0;
	 width:100%;
	 display:block;
	 padding:0;
	 float:left;

}
.butonat
{
	display:block;
}
.butonat.right
{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.register_today
{
	float: left;
    font-size: 15px;
    padding: 18px 15px;
    font-weight: 600;
    color: #65676b;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.register_today:hover
{
	color:#000;
}
.butonat a.sign_in
{
float: left;
    font-size: 15px;
    padding: 18px 15px;
    font-weight: 600;
    color: #65676b;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.butonat a.login_now {
    float: left;
	
    font-size: 15px;
    padding: 15px 15px;
    font-weight: 600;
    color: #65676b;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    margin: 8px 0px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.butonat a.sign_in:hover
{
	background:rgba(255,255,255,0.2);
	  transition: all 0.4s ease;
	  color:#000;
}
.top_menu {
    float: right;
    display: block;
	    margin: 17px 0;
}
.top_links .open > .dropdown-menu {
    margin-top: 10px;
}
.top_links .dropdown-menu::before {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    background:#484848;
    top: -7px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 999;
    left: 10px;
    position: absolute;
}

.top_links h2 {
    font-size: 18px;
    margin-left: 15px;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color:#c3a77f;
}
.top_links .dropdown-menu
{
	background:#484848;
}
.top_links .dropdown-menu > li > a {
    clear: both;
    color: #000;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
}
.avatar {
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 7px;
}
.user_info {
    float: left;
    display: block;
    font-family: 'Poppins', sans-serif;
    padding: 7px 14px 7px 0;
    color:#747474;
    margin-right: 15px;
	border-right:1px solid rgba(255,255,255,0.05);
}
.user_info strong
{
	color:#000;
}
a.login
{
	border:1px solid #e9e9e9;
	border-radius:2px;
	padding:5px 15px;
	margin-top:10px;
}
.top_links, .top_links .dropdown {
    float: left;
}
.f_btn {
        transition: all 0.3s ease;
    float: left;
    display: flex;
    width: 30px;
    position: relative;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin-right: 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
 color:#000;
 border-color:#000;
 cursor:pointer;
}
.navbar a.zbritje
{
	color:red;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display:none;
  position: absolute;
  background-color: #ffff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
  z-index: 3;
  border-top:1px solid #f1f1f1;
      box-shadow: 0 4px 6px rgba(23,27,31,.15);
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: calc(20% - 20px);
  padding: 10px;
  display:block;
}

/* Style links inside the columns */
.column a {
  float:left;
  color: #65676b;
  padding:2px 0px;
  text-decoration: none;
  display: block;
  width:100%;
  text-align: left;
  border:0;
  font-weight:400;
}

/* Add a background color on hover */
.column a:hover {
  color:#000
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.slider
{
	float:left;
	display:block;
	float:left;
	width:100%;
	min-height:280px;
	
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
a.basket
{
	float:left;
	display:block;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #f1f1f1;
	padding:2px 10px 2px 0;
	margin:13px 10px;
	color:#000;
}
span.name
{
	float:left;
	display:block;
	 font-family: 'Titillium Web', sans-serif;
	 font-size:12px;
	 color:#65676b;
	 font-weight:400;
	 line-height:12px;
	margin:14px 10px;
	padding-right:10px;
	border-right:1px solid #f1f1f1;
}
.name strong
{
	color:#000;
	font-weight:600;
}
.my_account
{
	border:1px solid #e9e9e9;
	border-radius:2px;
	padding:5px 15px;
	margin-top:10px;
	background:none;
	font-family: 'Titillium Web', sans-serif;
	 font-size:13px;
	 color:#65676b;
	
}
.dropaccbtn {
  
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropacc {
    position: relative;
    display: inline-block;
}

.dropacc-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropacc-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
	float:left;
	display:block;
	margin:0 5px;
	width:calc(100% - 20px);
	text-align:left;
	
	 font-size:13px;
	 color:#65676b;
	 border-bottom:1px solid #f1f1f1;
	 background:none;
	     font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    color: #65676b;
	font-weight:400;
	
}

.dropacc-content a:hover {color:#000;}

.dropacc:hover .dropacc-content {
    display: block;
}

.dropacc:hover .dropbtn {
    background-color: #3e8e41;
}
.dropacc .fa, .basket .fa
{
	margin-right:5px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 320px;
	display:table;
	position:relative;
}

/* The Close Button */
.close {
 color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 0;

    line-height: 44px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#myModal h2
{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	color: #65676b;
	width:100%;
	float:left;
	display:block;
	    margin: 0 0 20px;
}
#myModal input, .register_right input
{
	float:left;
	display:block;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	font-weight:400;
	border:1px solid #f1f1f1;
	padding:10px 15px;
	margin-bottom:20px;
}
#myModal input:focus, .register_right input:focus
{
	border:1px solid #000;
	box-shadow:0 0 0 0;
	outline: none;
}
#myModal button, .register button
{
	float:left;
	display:block;
	width:100%;
	
	background:#000;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	font-weight:600;
	border:1px solid #f1f1f1;
	padding:10px 0px;
	margin-bottom:20px;
}
#myModal button:hover, .register button
{
	cursor:pointer;
	background:#65676b;
}
a.register_now
{
	float:left;
	display:block;
	width:100%;
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	font-weight:00;
	text-decoration:none;
	color: #65676b;
	text-align:center;
	padding-bottom:15px;
} 
.register_now span
{
	color:#000;
	border-bottom:1px solid #000;
}
a.forgot
{
	float:left;
	display:block;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	font-weight:00;
	text-decoration:none;
	color: #65676b;
	text-align:center;
	border-top:1px solid #f1f1f1;
	padding-top:15px;
	font-weight:700;
}
a.forgot:hover
{
	color:#000;
}
.register_right a.forgot
{
	margin-top:15px;
}
.breadcrumb
{
	width:100%;
	float:left;
	display:block;
	padding:15px 0;
	border-bottom:0px solid #f1f1f1;
	font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
	font-weight:400;
	background:#fff;
	border-radius:0;
	color:#602a7b;
	margin:0;
}
.breadcrumb a
{
	font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #888;
	font-weight:400;
	float:left;
	display:block;
	text-decoration:none;
	margin-right:7px;
	position:relative;
	margin-right:25px;
}
.breadcrumb a::After
{
	position:absolute;
	content:"/";
	right:-15px;
	top:0;
	color:#888;
	font-weight:300;
}
.breadcrumb .fa
{
	margin-right:7px;
}
.slider_content
{
	float:left;
	display:block;
	width:100%;
	    max-height: 280px;
    overflow: hidden;
	position:relative;
}
.top_links .dropdown-menu > li > a {
    clear: both;
    color:rgba(255,255,255,0.4);
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 15px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.1);
	 transition: all 0.3s ease;
}
.top_links .dropdown-menu > li > a:hover {
	transition: all 0.3s ease;
	background:rgba(255,255,255,0.2);
}
.top_links .dropdown-menu > li:last-child > a
{
	border-bottom:0;
}
.top_links .dropdown-menu > li > a >i {
    margin-right: 10px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    color: #000;
    width: 26px;
    text-align: center;
    height: 26px;
    font-size: 13px;
}
.content
{
	width:100%;
	float:left;
	display:block;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
  padding: 10px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width:100%;
	font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.register
{


    margin: 0 auto;
    padding: 15px;
	    width: 60%;
	margin-top:20px;
	display:table;
	background:#fff;
}
.register label
{
	    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-size: 13px;
    padding: 15px 10px;
    font-weight: 600;
    color: #65676b;
    text-align: center;
   font-family: 'Poppins', sans-serif;
}
.btn {
    -moz-user-select: none;
   
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.register button, .create_account button
{
	    float: none;
    display: block;
    width: 50%;
    background: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #f1f1f1;
    padding: 10px 0px;
    margin: 0 auto;
}
.register button:hover, .create_account button:hover
{
	cursor:pointer;
	background:#65676b;
}
.create_account button
{
	float:right;
	 border: 0px solid #f1f1f1;
}
.register_left
{
	float:left;
	width:calc(50% - 50px);
	display:block;
	position:relative;
}
.profili_left
{
	float:left;
	width:25%;
	display:block;
	position:relative;
	padding-right:20px;
	border-right:1px solid #e9e9e9;
}
.register_left::after
{
	width:1px;
	background:#e9e9e9;
	height:50%;
	top:25%;
	right:-50px;
	content:"";
	position:absolute;
}
.register_left::before
{
    width: 40px;
    background: #000;
    height: 40px;
    top: calc(50% - 20px);
    border-radius: 50%;
    right: -70px;
    padding: 10px 0;
    content: "or";
    text-align: center;
    z-index: 1;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
}
.register_right
{
	float:right;
	width:calc(50% - 50px);
	display:block;
}
.register_right.forgot
{
	width:100%;
	text-align:center;
}
.profili_right
{
	float:right;
	width:calc(75% - 40px);
	display:block;
}
.form-group
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:10px;
}
.register label
{
	width:40%;
	float:left;
	display:block;
	padding:0;
	text-align:left;
}
.register .form-control
{
	
    float: left;
    width: 100%;
    border: 1px solid #999;
    padding: 10px 15px;
    color: #000;
}
.admin_menus {
    
    float: left;
    padding: 0 0px 20px;
    width: 100%;
	background:#fff;
	
	
}
.admin_menus ul {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.admin_menus  h2
{
	
    font-family: "Conv_HTitles";
    font-size: 22px;
    font-weight: 500;
    color: #545454;
    letter-spacing: -0.5px;
    margin:0px;
	margin-bottom:20px;

}
.admin_menus i
{
	margin-right:10px;
}
.admin_menus li.active a
{
	font-weight:bold;
	color:#000;
}
.admin_menus a {
	
    float: left;
    padding: 5px 5px 5px 0;
    width: calc(100% - 5px);
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #cacecf;
    transition: all 0.3s ease;
    font-family: "Conv_HTitles";
	border-bottom: 1px solid #f1f1f1;
    background: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    color: #65676b;
    font-weight: 400;
}
a.new_notification
{
	color:red;
	font-weight:bold;
}
.col50
{
	width:calc(50% - 10px);
	display:block;
}
.col50 label {
    width: 100%;
    float: left;
    display: block;
    padding: 0;
    text-align: left;
}
.col50 .form-control {
    float: left;
      width: calc(100% - 20px);
}
.col50 .selectBox
{
	max-width:100%;
}
.form-control.disabled {
    background: #e9e9e9;
}
.sms tr
{
	border-bottom:1px solid #e9e9e9;
	width:calc(100% - 20px);
	float:left;
	padding:10px;
}
.sms
{
	width:100%;
	float:left;
	display:block;
}

.unread
{

}
.unread:hover
{
	
}
.read:hover
{
	background:#f6f7f9;
}
.read
{
width:calc(100% - 20px);
float:left;
display:block;
padding:10px;
border-bottom:1px solid #e9e9e9;
}
.kerkuar {
    background: gray none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    min-width: 79px;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
}
.pranuar {
    background: orange none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    min-width: 79px;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
}
.derguar {
    background: green none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    min-width: 79px;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
}
.anuluar {
    background: red none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    min-width: 79px;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
}
.send_date
{
float:left;
display:block;
width:100px;
color:#000;
font-weight:400;
font-size:12px;
padding:3px 0;
text-decoration:none;}
.msg
{
display:block;
float:left;
margin-left:20px;
width:calc(100% - 120px);
text-decoration:none;
color:#000;
}
.unread .msg
{
font-weight:bold;}
.sender
{
	float:left;
	display:block;
	width:100px;
	border-right:1px solid #e9e9e9;
	padding-right:20px;
}
.sender img
{
	width:100px;
	height:100px;
	border-radius:50%;
	border:1px solid #dadada;
}
.sender strong
{
	width:100%;
	float:left;
	display:block;
	text-align:center;
}
.reading .send_date
{
	width:calc(100% - 140px);
	border-bottom:0px solid #dadada;
	float:right;
}
.reading .msg
{
	width:calc(100% - 140px);
	border-bottom:1px solid #dadada;
	float:right;
	margin-left:0;
	font-weight:bold;
	padding-bottom:10px;

}
.reading .mesazhi
{
	width:calc(100% - 140px);
	
	float:right;
	margin-left:0;
	font-weight:400;
	padding:20px 0;

}
.col50 button
{
	float:right;
	display:block;
	width:auto;
	    padding: 10px 20px;
}
.alert {
    position: relative;
	    width: calc(100% - 42px);
	float:left;
	display:block;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
	margin-top:20px;
}
.results .alert
{
	margin-top:0px;
	position: relative;
    width: calc(100% - 42px);
    float: left;
    display: block;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 0px;
    background: linear-gradient(to bottom, rgba(191,164,126,1) 0%,rgba(160,131,91,1) 100%);
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff !important;
    margin-bottom: 15px;
	margin-bottom:15px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.col50 button.btn-avatar
{
	margin-top:0;
	float:none;
	margin: 20px auto 0 auto;
	display:table;
}
.shop_by
{
	float:left;
	display:block;
	width:100%;
	padding:0px 0;
	position:relative;
}
.col25
{
	float:left;
	display:block;
	width:calc(25.5% - 20px);
	height:100px;
	margin:0 20px 0 0;
	position:relative;

}

.col25 a
{
	width:100%;
	height:100%;
	display:flex;
	position:relative;
	font-size:16px;
	text-align:center;
	align-items:center;
	place-content:center;
	justify-content:center;
	place-items:center;
	color:#fff;
	font-weight:600;
	    transition: all 0.4s ease 0s;
	text-decoration:none;
}
.ora
{
	background-color:#ccd6d5;
	background-image:url(../img/ora.png);
	background-position:center left -60%;
	background-size:auto 130%;
	background-repeat:no-repeat;
	transition: all 0.4s ease 0s;
}
.ora:hover
{
	transition: all 0.4s ease 0s;
	background-position:center left -40%;
	background-color:#bccfcd;
}
.varese
{
	background-color:#dcd9ce;
	background-image:url(../img/varese.png);
	background-position:center left -90%;
	background-size:auto 150%;
	background-repeat:no-repeat;
	transition: all 0.4s ease 0s;
}
.varese:hover
{
	transition: all 0.4s ease 0s;
	background-position:center left -70%;
	background-color:#c6c2b2;
}
.stoli
{
	background-color:#d3d9dd;
	background-image:url(../img/stoli.png);
	background-position:bottom left -100%;
	background-size:auto 170%;
	background-repeat:no-repeat;
	transition: all 0.4s ease 0s;
}
.stoli:hover
{
	transition: all 0.4s ease 0s;
	background-position:bottom left -80%;
	background-color:#adbec9;
}
.zbritje
{
	margin-right:0;
	background-color:#dfd6d5;
	background-image:url(../img/sale.png);
	background-position:center left -120%;
	background-size:auto 170%;
	background-repeat:no-repeat;
	transition: all 0.4s ease 0s;
}
.zbritje:hover
{
	transition: all 0.4s ease 0s;
	background-position:center left -100%;
	background-color:#cabfbd;
}
.new_female
{
	float:left;
	display:block;
	width:100%;
}
.latest_f
{
	float:left;
	display:block;
	width:calc(25.5% - 20px);
	margin:0 20px 0 0;
	position:relative;
	min-height: 370px;
	transition: all 0.4s ease 0s;
}
.latest_f:last-child
{
	margin-right:0;
}
.brand_product .latest_f:nth-child(4n+4)
{
	margin-right:0;
}
.latest_f img
{
	width:100%;
	height:auto;
	float:left;
	background:#f1f1f1;
	display:block;
	padding:20px 0;

	transition: all 0.4s ease 0s;
}
.latest_f h4
{
	width:100%;
	float:left;
	display:block;
	margin:10px 0;
}
span.prix
{
	width:100%;
	float:left;
	display:block;
	font-weight:900;
	color:#000;
	font-size:16px;
}
.p_dsc
{
	float:left;
	display:block;
	width:100%;
}
.latest_f a
{
	transition: all 0.4s ease 0s;
	float:left;
	display:block;
	width:100%;
	height:260px;
	overflow:hidden;
	position:relative;
}
.latest_f a:hover img
{
	transform:scale(1.1);
	transition: all 0.4s ease 0s;
}
.ads_f
{
	float:left;
	display:block;
	width:calc(50% - 10px);
	height:580px;
	background-image:url(../img/sailor.gif);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	margin:20px 0;
}

.slider_data
{
	position:Absolute;
	top:40px;
	left:40px;
	width:40%;
}
.slider_data h1
{
	width:100%;
	float:left;
	display:block;
	color:#fff;
	margin:0;
	padding:0;
	font-size:28px;
}
.slider_data span
{
	float:left;
	display:block;
	width:100%;
	color:#fff;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid rgba(255,255,255,0.5);
}
.slider_data a
{
	float:left;
	display:block;
	padding:10px 15px;
	border:2px solid #fff;
	margin-top:20px;
	text-decoration:none;
	color:#fff;
	font-weight:900;
	transition: all 0.4s ease 0s;
}
.slider_data a:hover
{
	transition: all 0.4s ease 0s;
	color:#000;
	border-color:#000;
}
.product_content
{
	float:left;
	display:block;
	width:100%;
}
.product_content h1
{
	font-family: "Conv_HTitles";
	font-weight:normal;
	margin:20px 0 10px;
	float:left; 
	width:100%;
	display:block;
}
.product_left
{
	float:left;
	display:block;
	width:60%;	
	position:relative;
	margin-top:20px;
}
.product_right
{
	float:right;
	display:block;
	width:calc(40% - 20px);
}
.product_left img
{
	float:left;
	display:block;
	width:100% !important;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:20px;
	height:auto !important;
	position:relative;
}
.gallery_img
{
	float:left;
	display:block;
	width:calc(25.8% - 32px);
	margin-right:20px;
	border:1px solid #e9e9e9;
	padding:5px;
}
.gallery_img.active
{
	border-color:black;
}
.gallery_img img
{
	float:left;
	display:block;
	width:100%;
	border:0;
	padding:0;
	margin:0;
}
.gallery_img:last-child
{
	margin-right:0;
}
.pro_prix
{
	float:left;
	display:block;
	width:100%;
	font-size:22px;
	font-weight:900;
	color:rgb(199, 157, 100);
	border-bottom:1px solid #e9e9e9;
	padding-bottom:20px;
	position:relative;
}
.pro_prix a.remove_fav, .pro_prix a.add_fav {
    position: relative;
    right: 0px;
	float:right;
	display:block;
    top: 0px;
    z-index: 2;
    font-size: 16px;
    padding-top: 3px;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    color: #cd1f26;
	z-index:0;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.brand_product
{
	float:left;
	display:block;
	width:100%;
	position:relative;
}
.brand_product .latest_f
{
	margin-top:20px;
}
.brand_product h2
{
	margin-top:20px;
}
.search_field
{
	float:left;
	display:block;
	width:calc(25.5% - 20px);
	padding-right:20px;
}
.search_field.hasButton
{
	padding-right:0;
}
.search_field .selectBox
{
	max-width:calc(100% - 20px);
}
.search_field button
{float: right;
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #f1f1f1;
    padding: 8px 0px;
    margin: 0;
	cursor:pointer;
	}
	
	.search_field .selectBox-dropdown
	{
		border-radius:0;
		border:1px solid #000;
	}
	.search_field .selectBox-dropdown .selectBox-label {
      padding: 4px 8px 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    text-transform: uppercase;
    color: #000;
}
.brendet
{
	    width: 100%;
    float: left;
    display: block;
    height: 35px;
    border: 1px solid #fff;
}
.brendet .selectBox
{
	border-radius:0;
	border-color:#000;
	width:100%;
	text-transform: uppercase;
    color: #000;
	font-weight:400;
	max-width: 100%;
	    padding: 6px 8px;
}
.txt-heading{padding: 5px 10px;font-size:1.1em;font-weight:bold;color:#999;}
a.btnRemoveAction{color:#D60202;border:0;padding:2px 10px;font-size:0.9em;}
a.btnRemoveAction:visited{color:#D60202;border:0;padding:2px 10px;font-size:0.9em;}
#btnEmpty{background-color:#D60202;border:0;padding:5px 10px;color:#FFF; font-size:0.8em;font-weight:normal;float:right;text-decoration:none;}
.btnAddAction{background-color:#79b946;border:0;padding:3px 10px;color:#FFF;margin-left:1px;width:80px;}
.btnAdded{background-color:#CCC;border:0;padding:3px 10px;color:#FFF;margin-left:1px;width:80px;}
#shopping-cart {    border-top: #79b946 2px solid;
    margin-bottom: 30px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;}
#shopping-cart .txt-heading{background-color: #D3F5B8;}
.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}
#product-grid {border-top: #F08426 2px solid;margin-bottom:30px;}
#product-grid .txt-heading{background-color: #FFD0A6;}
.product-item {
    float: left;
    background: #F0F0F0;
    margin: 20px 0;
    padding: 10px;
	display:block;
    width:calc(100% - 20px);
}
.product-item .form-control
{
float: left;
    display: block;
    
    border-radius: 0;
    border-color: #dadada;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0) inset;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}
.product-item button {
    float: right;
    display: block;
    width: 60%;
    background: #000;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
    margin: 0;
}
.product-item button i
{
	margin-right:10px;
}
.product-item  button.minus {
    background: #fff;
    border: 1px solid #dadada;
    color: #000;
    float: left;
    text-align: center;
    padding: 9px 0;
    width: 40px;
    
    display: block;
    margin-right: 2px;
    transition: all 0.3s ease 0s;
}
.product-item  button.plus {
   background: #fff;
    border: 1px solid #dadada;
    color: #000;
    float: left;
    text-align: center;
    padding: 9px 0;
    width: 40px;
  
    display: block;
    transition: all 0.3s ease 0s;
    margin-left: 2px;
}
.product-item  button.plus:hover, .product-item  button.minus:hover
{
	cursor:pointer;
} 
.quantity {
    background: #fff;
    
    color: #000;
    float: left;
    text-align: center;
    padding: 5px;
    font-weight: 800;
    width: 20px;
   
    display: block;
}
.product-item div{text-align:center;	margin:10px;}
.product-price {color:#F08426;}
.product-image {height:100px;background-color:#FFF;}
.clear-float{clear:both;margin-bottom:40px;}
.cart-action{cursor:pointer;}
button.disabled
{
	background:#e9e9e9;
	color:#000;
	    pointer-events: none;
		pointer:none;
		color: #fff !important;
}
button.disabled:hover
{
	
}
.shopping
{
	width:100%;
}
.shopping th
{
	border-bottom:1px solid #dedede;
	text-align:left;
	padding:10px;
	
}
.shopping td
{
	border-bottom:1px solid #dedede;
	padding:10px;
	
}
.form-control.comment
{
	display:block;
	margin:20px 0;
	width:100%;
}
label.order_label
{
	width:100%;
	float:left;
	display:block;
	margin:20px 0 0 0;
	text-align:right;
}
button.orderBtn
{
	width:auto;
	padding:10px 15px;
}
.register.shop .register_left::before
{
	display:none;
}
span.low
{
	float:left;
	display:block;
	width:20%;
}
footer
{
	float:left;
	display:block;
	padding:40px 0;
	background:#F4F1EA;
	width:100%;
	margin-top:20px;
}
.footer_menu
{
	float:left;
	display:block;
	width:100%;
	color:#fff;
padding:0px 0 20px;
}
.footer_menu ul
{
	    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-decoration: none;
    float: left;
    display: block;
}
.footer_menu ul li
{
	float:left;
	display:block;
}
.footer_menu ul li a
{
	text-decoration:none;
	color:#fff;
text-transform:uppercase;
	font-size:14px;
font-weight:600;
width:100%;
float:left;
display:block;
padding-bottom:20px;
transition: all 0.3s ease 0s;
}
.footer_menu ul li ul li
{
float:left;
display:block;
width:100%;
margin-bottom:20px;
text-transform:none;
}
.footer_menu ul li ul:last-child li:last-child
{
	margin-bottom:0px;
}
.footer_menu ul li ul li ul li
{
margin-bottom:0
}
.footer_menu ul li ul li a
{
	color:yellow;
font-size:14px;
color:rgba(255,255,255,0.8);
font-weight:400;
text-transform:none;
transition: all 0.3s ease 0s;
padding-bottom:20px;
}
.footer_menu ul li ul li ul li a
{
	color:rgba(255,255,255,0.4);
padding-bottom:0px;
float:left;
display:block;
width:100%;
padding:2px 0;
font-size:12px;
text-transform:uppercase;
transition: all 0.3s ease 0s;
}
.footer_menu ul li a:hover
{
color:#fff;
transition: all 0.3s ease 0s;
}
.footer_logo
{
display:block;
position:relative;
margin:0 auto;
width:80px;
border-bottom:1px dotted rgba(255,255,255,0.15);
padding:0px 100px 20px;
margin-bottom:20px;
}
.twelve_social
{
	float:left;
	width:auto;
	display:block;
	border-top:1px solid rgba(255,255,255,0.2);
	padding-top:10px;
	margin-top:20px;
}
.twelve_social a
{
	width:30px !important;
	height:30px;
	transition: all 0.3s ease 0s;
	color:rgba(255,255,255,0.4);
	display:inline-block;
	font-size:15px !important;
	padding:5px 5px;
	text-align:center;
}
.twelve_social a:hover
{
	transition: all 0.3s ease 0s;
	color:rgba(255,255,255,1);
}
a.author
{
	float:right;
	display:block;
	width:20px;
	background-image:url(../img/hallka.svg);
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
	height:30px;
	opacity:0.4;
	transition: all 0.9s ease 0s;
}
a.author:hover
{
	opacity:1;
	transition: all 0.9s ease 0s;
	width:77px;
}
.go_up {
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.4);
    display: block;
    margin: 0 auto;
    position: fixed;
   bottom:20px;
   left:20px;
   z-index:9;
    background-image: url(../img/go_up.svg);
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}
.cpr
{
	float:left;
	display:block;
	width:calc(100% - 100px);
	color:#999;
	line-height:10px;
	font-size:11px;
}
.cpr strong
{
	font-size:12px;
	margin-bottom:5px;
	line-height:14px;
	width:100%;
	float:left;
	display:block;
	color:#fff;
}
a.ads_chrono
{
	float:left;
	display:block;
	width:100%;
	height:190px;
	margin:20px 0 0;
}
.ads_chrono img
{
	width:100%;
}
span.sale
{
	width:40px;
	height:20px;
	border-radius:50%;
	position:absolute;
	top:20px;
	left:20px;
	background:#000;
	z-index:2;
	color:#fff;
	text-align:center;
	padding:10px 0;
	font-weight:900;
	
}
span.off
{
	text-decoration: line-through;
	color:rgb(199, 157, 100)
	
}
.pro_prix .off
{
	color:#000;
}
.sms.fav .msg
{

    display: block;
    float: left;
    margin-left: 0px;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.sms.fav .msg strong
{
	float:right;
	display:block;
}
.msg img
{
	float:left;
	display:block;
	width:50px;
	margin-right:20px;
	height:50px;
	border:1px solid #f1f1f1;
}
.product_dsc
{
	float:left;
	display:block;
	width:100%;
	padding:20px 0;
	
}
.product_dsc p
{
	float:left;
	display:block;
	width:100%;
	font-size:16px;
	color:#888;
	margin:0;
}
.product_dsc h2
{
	text-align:center;
	color:rgb(199, 157, 100);
}
.register.forgot .register_right
{
	float:none;
	margin:0 auto;
	position:relative;
}
button.negative
{
position:relative;
}
.negative::before
{
width:80%;
border-radius:5px;
padding:5px;
margin:0 auto;
left:0;
right:0;
text-align:center;
color:#fff;
content:"Llogaria juaj është jo aktive";
position:absolute;
top:-50px;
background:#cd1f26;}
.negative::after
{
width:10px;
height:10px;
background:#cd1f26;
content:"";
transform:rotate(45deg);
top:-25px;
position:Absolute;
margin:0 auto;
left:0;
right:0;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rekomanduar
{
	float:right;
	width:calc(50% - 10px);
	display:block;
	margin-top:20px;
	padding:0;
}
.rekomanduar h3
{
	padding:0;
	margin:0;
	margin-bottom:16px;
}
.rekomanduar .latest_f
{
	float:left;
	display:block;
	width:100%;
	min-height:auto;
	margin-bottom:20px;
}
.rekomanduar .latest_f a {
    transition: all 0.4s ease 0s;
    float: left;
    display: block;
    width: 30%;
    height: auto;
    overflow: hidden;
	max-height: 120px;
    position: relative;
}
.rekomanduar .latest_f h4 {
    width: calc(70% - 20px);
    float: right;
    display: block;
    margin: 0px 0 10px;
}
.rekomanduar .p_dsc {
    width: calc(70% - 20px);
    float: right;
    display: block;
}
.rekomanduar .latest_f a.remove_fav, .rekomanduar .latest_f a.add_fav
{
	display:none;
}
.rekomanduar span.prix
{
	  width: calc(70% - 20px);
    float: right;
    display: block;
	margin-top:5px;
}
.rekomanduar .latest_f img
{
	
	margin-top:-30px;
}
.new_arrival
{
	float:left;
	display:block;
	width:100%;
	background:#f1f1f1;
	padding:20px 0;
}

/* MENU */
ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
li {
	padding:0;
	margin:0;
}
nav {
	text-align:center;
	float:left;
	display:block;
	position:relative;
	height:auto;

	background:none;
	margin-left:0px;
	margin:0;
	width:100%;
}
nav.not_login {
	width:100%;
}
nav ul {
	text-align:center;
	    float: left;
    display: block;
		position: relative;
}
nav ul li {
	position:relative;
	float: left;
    display: block;
}
nav ul li a {
	    color: #999;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
}
nav ul li a:hover {
	color: #602a7b;
}
nav ul li.active a 
{
	color:#000;
}
/*styling open close button*/
.button {
	display:inline;
	position:absolute;
	right:0px;
	top:4px;
	z-index:999;
	font-size:20px;
	padding-right:15px;    border-right: 1px solid rgba(255,255,255,0.05);
	transition:all 0.3s ease;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#333;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	transition:all 0.3s ease;
}
.btn-open:hover:after {
	color:#fff;
	transition:all 0.3s ease;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	transition:all 0.3s ease;
}
.btn-close:hover
{
	transition:all 0.3s ease;
}
.btn-close:hover:after {
	color: #602a7b;
	transition:all 0.3s ease;
}

/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	overflow:auto;
	z-index:99;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#602a7b;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#602a7b;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}
.main-menu {
  display:block;
  position:relative;
  background:#0e0e0e;
  float: left;
    display: block;
    width: 100%;
    background: #fff;
   
    padding: 0px 0;
	z-index:9;
}
.container-menu {
  width:100%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu {
  text-align:center;
  font:normal normal normal 1em/1 Roboto, sans-serif;
 
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}
.core-menu li a {
  display:inline-block;
  padding:1em;
}
.core-menu li a:hover {
  color:#000;
}
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f107";
  font:normal normal normal 16px/1 FontAwesome;
}
.core-menu .dropdown {
  position:absolute;

  background:#e6ebf1;
  text-align:left;
  display:none;
}
.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#2d2d2d;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
}

@media (max-width:720px) {

   .main-menu {
    height: 0;
    margin-top: 50px;
}
  
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
 float: left;
    width: 75%;
    background: #e6ebf1;
    margin: auto;
    display: none;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  }
  
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:block;
    margin:auto;
	color:#000;
	text-align: left;
	    font-size: 16px;
  }
  .dropdown  li a{
    display: block;
    margin: auto;
    color: #000;
    text-align: left;
    font-size: 16px;
    padding-left: 50px;
}
  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 0px;
    float: none;
    width: 30px
;
    float: left;
    display: block;
    height: 30px
;

	    margin-top: 15px;
		position:relative;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:0px;
  background:#000;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:7px;
  left:0;
  }
  .burger-2 {
  top:15px;
   left:0;
  }
  .burger-3 {
  top:23px;
   left:0;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:15px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:15px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    background:#0e0e0e;
    text-align:center;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
}
}

.searchTerm {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 16px 10px;
    height: 20px;
    background: #fff;
    border-radius: 40px;
    outline: none;
    color: #000;
}
.searchTerm.akaUser
{
	    border-radius: 0;
	border:1px solid #e9e9e9
}
.searchTerm:focus{
  color: #000;
  background:rgba(255,255,255,0.2);
}

.searchButton {
      width: 60px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    text-align: center;
    color: #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    cursor: pointer;
    font-size: 20px;
	display:none;
}
.user_top
{
	float:right;
	display:block;
}
.top_menu a.circ
{
	    float: left;
    display: flex;
    width: 35px
;
    height: 35px
;
    background: #e6ebf1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 15px
;
    font-size: 16px;
}
.top_menu a:hover
{
	background:#000;
	color:#fff;
}
.searchButton i
{
	font-size:16px;
	color:rgba(0,0,0,0.2);
}
/*Resize the wrap to see the search bar change!*/
.kerko{
  float: none;
    margin-left: 15px;
    margin-top: 14px;
    width: 40%;
    /* margin: 15px auto 0; */
    position: absolute;
    left: 25%;
    right: 25%;
}
.home_content
{
	float:left;
	display:block;
	width:100%;
	padding:30px 0;
    background:#fff;
}
.left_content
{
	width:250px;
	float:left;
	display:block;
	  
 
}
.home_content h2
{
	color: #000;
    margin: 15px 0;
    padding: 0 0 0 0px;
    border-left: 0px solid #602a7b;
    font-weight: 600;
	    float: left;
    display: block;
	width:100%;
	font-size:18px;
}

.wikitube h2
{
	border-bottom:1px solid #dadada;
	padding-bottom:10px;
}
.wikitube h2 a
{
	    float: right;
    display: flex;
    font-size: 14px;
    color: #0095F6;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    height: auto;
    margin-top: 4px;
}
#collapse h2
{

    color: #000;
    margin: 15px 0px;
    padding: 0 0 0 0px;
    width:100%;
}
.filter
{
	float:left;
	display:block;
	margin:0;
	padding:0;
		border-radius:5px;
		padding:15px 5px 15px 15px;
		background:#fff;
		width:100%;
		
		border:1px solid rgba(0,0,0,0.1);
}
ul.my-custom-scrollbar
{
	max-height:140px;
		overflow-y:scroll;
}
.filter li
{
	float:left;
	display:block;
	width:100%;
	padding:5px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.filter input[type="checkbox"] {
    line-height: normal;
    margin:0;
	padding:4px;
    float: left;
    display: block;
	margin-right:5px;
	    height: 15px;
    width: 15px;
	border:1px solid rgba(255,255,255,0.2);
	 background: rgba(255,255,255,0.1);
	 
}
.filter input[type="checkbox"]:focus{
  color: #fff;
 
}
.checkbox {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size:12px;
  color: rgba(0,0,0,0.7);
  padding:0;
  margin:0;
  float:left;
      font-weight: 400;
}
.checkbox--disabled {
  color: var(--disabled);
}

.checkbox__control {
  display: inline-grid;
  width: 18px;
  height: 18px;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}
.checkbox__control svg {
  -webkit-transition: -webkit-transform 0.1s ease-in 25ms;
  transition: -webkit-transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms, -webkit-transform 0.1s ease-in 25ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
 
}
.checkbox__input > * {
  grid-area: checkbox;
}
.checkbox__input input {
  opacity: 0;
  width: 1em;
  height: 1em;
}
.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}
.checkbox__input input:checked + .checkbox__control svg {
  -webkit-transform: scale(1);
          transform: scale(1);
		 background: #000;
    color: #fff;
}
.checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}
.radio__label
{
	font-weight:500;
	color: #000;
}
.total_rez
{
	float: right;
    display: block;

    color: #000;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center
}
.results
{
	    float: left;
    display: block;
    width: calc(75% - 268px);
    margin-left: 5px;
	
}
.result_list {
    float: left;
    display: block;
    width: 100%;
}
.login
{
	float:left;
	display:block;
	width:100%;
	font-family: 'Poppins', sans-serif;
}
.login h2
{
	margin-bottom:20px;
}
.login .lidhu
{    float: none;
    display: block;
	font-weight:600;
    width: 50%;
    background: #602a7b;
    margin: 0 auto;
    position: relative;
}

.inactive
{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.98);
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    color: #fff;
    align-items: center;
    place-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    flex-direction: column;

}
.inactive img
{
	width:375px;
}
.inactive article
{
	
    max-width: 400px;
    text-align: center;
}
.inactive article a
{
	font-family: 'Poppins', sans-serif;
	color:#602A7B;
	font-weight:900;
}
.inactive article h1
{
	text-shadow:0px 0px;
}
.youtube_list
{
	float:left;
	display:block;
	width:100%;
	padding:30px 0px;
	background:#111;
}
.youtube_list h2
{
	color: #fff;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #602a7b;
	    font-weight: 500;
		font-size:22px;
}
.latest_perfume
{
	float:left;
	display:block;
	width:100%;
	padding:15px 0px;
	background:#fff;
}
.latest_perfume h2
{
   color: #000;
    margin: 10px 0 20px 0;
    padding: 0 0 0 0px;
    border-left: 0px solid #602a7b;
    font-weight: 600;
    font-size: 18px;
    float: left;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-family: 'SF Pro Display Medium';
	letter-spacing: 1px;
}
h2.wikitit
{
	    color: #000;
    margin: 0 0 0px 0;
    padding: 0 0 0 0px;
    border-left: 0px solid #602a7b;
    font-weight: 600;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%;
    text-transform: none;
    font-family: 'SF Pro Display Medium';
    letter-spacing: 1px;
    text-align: center;
}
.latest_perfume h2.last_tit
{
	margin-top:30px;
}
h2.popular
{
	    color: #000;
    margin: 15px 0 15px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #602a7b;
    font-weight: 500;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%;
}
h2.popular a
{
    float: right;
    font-size: 12px;
    color: rgba(160,131,91,1) !important;
}
.fragrance
{
	float:left;
	display:block;
	width:100%;
	padding:0px 0 0;
}
.most_viewed .fragrance
{
	
position:relative;
padding:0;}
.sidebar
{
	float:right;
	display:block;
	width:300px;
}
.l_p
{
	float: left;
    display: block;
    width: calc(25% - 12px);
    text-align: center;
    margin-right: 10px;
    min-height: 220px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 15px;
    padding: 10px;

	position:relative;
}
.fragrance .l_p
{
	 min-height: 250px;
}
.result_list .l_p:nth-child(4n)
{
	margin-right:0;
}
.latest_perfume .l_p:nth-child(5n)
{
	margin-right:0px;
}
.most_viewed .fragrance .l_p:nth-child(6n)
{
	margin-right:15px;

}
.most_viewed .fragrance .l_p:nth-child(5n)
{
	margin-right:0px;

}
.latest_perfume .l_p
{
	 width: 100%;
	    
}
.l_p img
{
	
	display:block;
	width:auto;
	height:120px;
	margin:0 auto;
		transition: all .2s linear 0s;
	position:relative;
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}
.results .l_p img
{
	    display: block;
    width: auto;
    height: 85px;
    margin: 0 auto;
    transition: all .2s linear 0s;
    position: relative;
}
.latest_perfume .l_p
{
	min-height:auto;
}
.latest_perfume .l_p img
{
	
	display:block;
	width:auto;
	height:130px;
	margin:0 auto;
		transition: all .2s linear 0s;
	position:relative;
}
.l_p p
{
	margin:0;
}
.l_p a.go_to
{
	float:left;
	display:block;
	position:relative;

	width: 100%;
		color:#000;
	font-size: 12px;
    font-weight: 600;
	
		    transition: all .2s linear 0s;
	
}
.l_p a.go_to:hover
{
	transition: all .2s linear 0s;
	border-color:#888;
}
.latest_perfume .l_p a.go_to {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    transition: all .2s linear 0s;
	
}
.latest_perfume .l_p a.go_tog::after {
	position:absolute;
	content:"+";
	color:#fff;
	font-weight:300;
	background:#191919;
	top:0;
	left:0;
	padding:5px 10px;
}
.most_viewed .l_p a.go_to::after {
	position:absolute;
	content:"+";
	color:#fff;
	font-weight:300;
	background:#191919;
	top:0;
	left:0;
	display:none;
	padding:5px 10px;
}
.l_p a.go_to:hover>img
{

}

span.p_name
{
	margin-top:15px;
	display:inline-block;
	
	transition: all .2s linear 0s;
}
span.p_name:hover
{
	color:#602a7b;
	
	transition: all .2s linear 0s;
}
.latest_perfume span.p_name
{
	color:#000;
	font-size:14px;
	border:0;
}
.p_info
{
	color:#535353;
	font-size:11px;
	margin-top:5px;
	width: 100%;
    display: block;
    float: left;
}
.p_info a
{
	color:#535353;
	transition: all .2s linear 0s;
	
}
.p_info a:hover
{
	color:#602a7b;
	transition: all .2s linear 0s;

}
.latest_perfume .p_info a {
    color: #535353;
    transition: all .2s linear 0s;
     border-bottom: 1px dotted #333;}
.latest_perfume .p_info a:hover {
    color: #000;
    transition: all .2s linear 0s;
     border-bottom: 1px dotted #000;}
.gender
{
	background:#602a7b;
	color:#fff;
	padding:2px 4px;
	margin-top:10px;
	font-size:9px;
	    display: inline-block;
}
.latest_perfume .gender
{
	background:#444;
	color:#747474;
}
a.remove_fav
{
	position: absolute;
    right: 15px;
	bottom:15px;
    top: auto;
    z-index: 2;
    font-size: 18px;
   margin: 0;
    padding: 0;
    height: 16.8px;
   
   
   text-align: center;
    color: #602a7b;
}

a.add_fav {
    position: absolute;
    right: 15px;
	bottom:15px;
    top: auto;
    z-index: 2;
    font-size: 18px;
   margin: 0;
    padding: 0;
    height: 16.8px;
   
   
   text-align: center;
    color: #333;
}

.my-custom-scrollbar {
position: relative;
max-height: 400px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
::-webkit-scrollbar {
  width: 15px;
}
.fragwall_content::-webkit-scrollbar,.message-left::-webkit-scrollbar, .get_online::-webkit-scrollbar, #viewPhoto.modal::-webkit-scrollbar, .all_list::-webkit-scrollbar, .comment_now::-webkit-scrollbar, .perfumeAbout::-webkit-scrollbar, .brand_content p::-webkit-scrollbar, .reaction_content::-webkit-scrollbar, .all_comments::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #e6ebf1 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#602a7b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.results .l_p
{
	background:#fff;
}
.sis_pagination
{
    float: left;
    display: block;
    margin-left: 0px;
    width: 100%;
    text-align: center;
}
.sis_pagination .pagination > li > a, .pagination > li > span
{
	background:#e6ebf1;
	margin-right: 5px;
	border:0;
	    width: 33px;
    height: 33px;
	  
    align-items: center;
    justify-content: center;
    align-content: center;
}
.sis_pagination .pagination > .active > a
{
	color:#fff;
	background:#602a7b;
}
.youtube_list .videos {
    float: left;
    display: block;
    width: calc(33.33% - 20px);
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease-out 0s;
    margin-right: 30px;
}
.youtube_list .videos:last-child 
{

	margin-right:0;
}
.youtube_list .videos img
{
	width:100%;
	float:left;
	display:block;
}
.video-link {
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
 .video-link::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: "";
    transition: all 0.25s ease-out 0s;
    background: rgba(0,0,0,0.5) url(../img/playvh.png) center no-repeat;
}
.video-link:hover::after
{
transition: all 0.25s ease-out 0s;
background:rgba(0,0,0,0.9) url(../img/playv.png) center no-repeat;}
.video_title
{
	    transition: all 0.25s ease-out 0s;
    float: right;
    display: block;
    width: calc(60% - 30px);
    margin: 0 15px;
    color: #602a7b;
    float: right;
    display: block;
    width: 100%;
    margin: 15px 0px;
    color: rgba(255,255,255,1);
    font-weight: 600;
    line-height: 21px;
    font-size: 16px;
}
.video_title:hover
{
	transition: all 0.25s ease-out 0s;
	color:#602a7b;
}
.my_profile {
    float: left;
    display: block;
    width: 100%;
    padding:0 0 30px 0;

}
.user_profile
{
	float:left;
	display:block;
	width:100%;
	padding:30px 0;
	
	background: -webkit-linear-gradient(top, #e6ebf1 105px, rgba(255,255,255,0) 105px);
	}
	.user_profile img
	{
		
		display:block;
		width:150px;
		margin:0 auto;
		border-radius:50%;
		border:5px solid #fff;
	}
	.user_data
	{
		      float: left;
    width: 100%;
    text-align: center;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-top: 7px;
    line-height: 22px;
    text-align: center;
	}
	.user_email
	{
		font-size:12px;
		color:rgba(0,0,0,0.4);
	}
	.left_menu
	{
		float:left;
		display:block;
		width:100%;
		
	}
	.left_menu ul
	{
		float:left;
		display:block;
		width:100%;
		padding:0;
		margin:0;
		background:#fff;
		
	}
	.left_menu ul li
	{
		float:left;
		display:block;
	}
	.left_menu ul li a
	{
		width:100%;
		float:left;
		display:block;
		padding:15px 15px;
		    font-family: 'Poppins', sans-serif;
			font-weight:500;
			color:rgba(255,255,255,0.4);
			font-size:14px;
			border-right:1px solid rgba(255,255,255,0.2);
	}
	.left_menu ul li a i
	{
		color:#000;
	
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    color: #000;
	margin-right:15px;
    width: 26px;
    text-align: center;
    height: 26px;
    font-size: 13px;
	}
	.left_menu ul li:last-child a
	{
		border:0;
	}
	.left_menu ul li.active a
	{
		color:#602a7b
	}
	.left_menu ul li.active a i 
	{
		background:#602a7b
	}

.left_menu h2 {
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #602a7b;
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
    font-size: 18px;
}
.value
{
	    float: left;
    display: block;
    padding: 0px;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    color: #777;
    margin-bottom: 5px;
	
}
.value.last_one
{
	margin-bottom:30px;
}
.value:last-child
{
	margin:0;
}
.value i
{
	margin-right: 10px;
    background: #fff;
    padding: 7px 5px;
    border-radius: 50%;
    color: #000;
    width: 26px;
    text-align: center;
    height: 26px;
    font-size: 13px;
}
.count
{
	color:#602a7b;
}
.value .count
{
	font-weight:800;
}
.ads_300_250
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.latest_comment {
    float: left;
    display: block;
    width: 100%;
    padding: 15px;
    background:#090909;
     border: 1px solid rgba(255,255,255,0.1);
}
.r_user {
    width: 100%;
    float: left;
    display: block;
    padding:15px 0;
    color: #fff;
}
.splider .r_user {
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0;
    color: #fff;
}
.latest_comment .r_user:first-child 
{
	padding-top:0;
}
.latest_comment .r_user:last-child 
{
	padding-bottom:0;
	border:0;
}
.r_user img {
   width: auto;
    margin:0 auto;
    display: block;
    height: 120px;

}
.r_user a
{
	    float: none;
    display: block;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
.r_user img.commenter
{
	border-radius:0;
	width:35px;
	height:35px;
	margin-left:10px;
	margin-top:15px;
}
.latest_comment .user_data {
    float: left;
    display: block;
    width: calc(100% - 80px);
    margin-top: 3px;
}
.r_name {
  float: left;
    display: block;
    font-weight: 600;
    width: -webkit-fill-available;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.r_email {
    float: left;
    display: block;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 10px;
    color: #777;
   width:100%;
    line-height: 12px;
	text-align: center;
	margin-top:0px;
}
.fav_content
{
	background:#fff;
	padding:0 15px 15px 15px;
	width:100%;
	float:left;
	color:#000;
	display:block;
}
.fav_content h2
{
	color:#fff;
	    padding: 15px 0;
}
.fav_content table
{
	    width: 100%;
}
.fav_content table thead tr
{
	background:#222;
	color:#fff;
}
.fav_content .table > tbody > tr > td
{
	border-top:1px solid rgba(255,255,255,0.2);
	
}
.fav_content table img
{
	width: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
	    height: 40px;
	margin-right:15px;
}
.fav_content td
{
	padding: 10px 20px 8px 7px;
}
.fav_content .remove_fav {
    position: relative;
    top: auto;
    bottom: 0;
    right: auto;
    left: auto;
    font-size: 14px;
	    margin-top: 15px;
    float: left;
}
.form-control {
	    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    padding: 4px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset, 0 1px 2px rgba(0, 0, 0, 0);
}
.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 17px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background: none;
    border: 0;
}
.btn-avatar {
    display: block;
    position: relative;
    margin: 0 auto;
    background: #602a7b;
}
.right
{
	float:right;
}
.col5
{
	width:50%;
	display:block;
}
.col5.edit_my_profile.right
{
	width:calc(50% - 15px);
}
.edit_my_profile
{
	background:#e6ebf1;
	border-radius:5px;
	padding:15px;
}
.edit_my_profile .fileinput .btn
{
	    background: #fff;
		color:#000;
}
.edit_my_profile h2
{
	color:#000;
}
.edit_my_profile .form-control
{
	background:#fff;
	color:#000;
}
.edit_my_profile .btn-avatar
{
	color:#fff;
}
.fileinput .btn-default {
    background-image: none;
    border-color: #ccc;
    color: #333;
    background: rgba(255,255,255,0);
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: none;
    color: #fff;
    padding: 15px 0;
}
.kerko_fusha
{
	background:#fff;
	border-radius:5px;
	border: 1px solid rgba(0,0,0,0.2);
	margin-bottom:15px;
	color:#000;
	    margin: 0px;
    width: 100%;
}
.home_content .l_p
{
	background:none !important;
}
.home_content a.remove_fav
{
	color:red;
}
.most_viewed
{
	width:100%;
	float:left;
	display:block;
	padding:0;
}
.most_viewed .l_p {
    min-height: 240px;
	    background: none;
    border: 0;
  
}
.most_viewed span.p_name {
    color: #000;
    font-size: 14px;
    border: 0;
}
.most_viewed h2
{
	color:#000;
	margin-bottom:20px;
}
.most_popular
{
	width:70%;
	float:left;
	display:block;
	padding:0px 0;
	
}
.fragwall .most_popular
{
width: auto;
    float: none;
    display: block;
    padding: 0px
 0;
    margin: 0 auto;
    position: relative;

}
.online_now
{
	float: right;
    display: block;
    width: calc(30% - 15px);
   
	
    
}
.get_online
{
	float: left;
    display: block;
    width: 100%;
    max-height: 335px;
	overflow-y:scroll;
   
}
.letters
{
	float: left;
    display: block;
    width: 100%;
}
.letters a
{
	    float: left;
    display: flex;
    width: calc(12.5% - 5px);
    height: 32.5px;
    border: 1px solid rgba(0,0,0,.2);
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 5px 5px 0;
	    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.wikitube i
{
	color:#FF0000;
}
#myInputKerko
{
	float: right;
    display: block;
    width: 70%;
	margin-right: 10px;
}
.letters a:hover
{
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    border: 1px solid #000;
  
}
.online_now p
{
	    float: left;
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-content: center;
    align-items: center;
    margin-bottom: 0;
}
.online_now a
{
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}
.online_now a.isonline::after
{
      position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #31a24c;
    bottom: 0px;
    right: -4px;
}
.online_now img
{
	    width: 100%;
    float: left;
    display: block;
	  border-radius: 50%;
	  height:25px;
}
.latest_reviews
{
	float:left;
	width:100%;
	display:none;
	padding:30px 0;
	position:relative;

}
.latest_reviews .slide_content
{
		background:#F4F1EA;
}
.latest_reviews h2
{
	color:#000;
	    margin-bottom: 20px;
}
.latest_photos
{
	float:left;
	display:block;
	width:100%;
	padding:50px 0;
}
.slide_content
{
	position:relative;
	width:100%;
	float:left;
	display:block;
}
#slider{
	width:100%;
	height:300px;
	position:relative;
	overflow:hidden;
	float:left;
	padding:0;
}
#slideri{
	width:100%;
	height:250px;
	position:relative;
	overflow:hidden;
	float:left;
	padding:0;
}
.slide{
	position:absolute;
	width:100%;
	height:100%;
}

.slide-copy{
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 20px 20px 20px;
	background:7f7f7f;
	background: rgba(0,0,0,0.5);
	width:100%;
	max-height:32%;
}

#prev, #next, #nextr, #prevr{
	cursor:pointer;
	z-index:100;
	background:rgba(0,0,0,0.4);
	height:60px;
	width:30px;
	position:absolute;
	top:calc(50% - 30px);
	margin:0;
	padding:0;
	opacity:0.7;
	filter: alpha(opacity=70);
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
	color:rgba(255,255,255,0.4);
	transition: all 0.25s ease-out 0s;
	z-index:2;
}

#prev:hover, #next:hover, #nextr:hover,#prevr:hover
{
	transition: all 0.25s ease-out 0s;
	background:rgba(0,0,0,0.7);
	color:rgba(255,255,255,1);
}
#next,#nextr{
	float:right;
	right:10px;
}

#prev,#prevr{
	float:left;
	left:10px;
}
.browse_all
{
	text-align:center;
	padding:10px 80px 10px 30px;
	border-radius:4px;
	background:#333;
	display:table;
	position:relative;
	margin:0px auto 15px;
	color:rgba(255,255,255,0.7);
	transition: all 0.25s ease-out 0s;
}
.browse_all:hover
{
	transition: all 0.25s ease-out 0s;
	color:rgba(255,255,255,0.9)
}
.browse_all i
{
	position: absolute;
    right: 0;
    height: 100%;
    background: #000;
    color: #602a7b;
    width: 50px;
    top: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.our_blog
{
float: left;
    display: block;
    width: 100%;
    margin-bottom: 50px;

}
.our_blog p {
    color: rgba(0,0,0,0.6);
    width: calc(60% - 15px);
    float: right;
    display: block;
}
.our_blog h1
{
	font-size: 22px;
    text-shadow: 0px 0px;
    font-weight: 500;
    color: #000;
	margin:0;
    padding: 0 0 5px 0;
    float: left;
    display: block;
	width: 100%;
}
.our_blog h1 a
{
	overflow:visible;
	font-size: 18px;
    font-weight: 500;
}
.blog_left img
{
	float:left;
	display:block;
	width:100%;
}
.blog_left a
{
	float: left;
    display: block;
    position: relative;
    width: 100%;
    max-height: 307px;
    overflow: hidden;
	    margin-bottom: 0px;
		    font-size: 18px;
    font-weight: 500;
}
.editor_data {
    font-size: 11px !important;
    width: auto !important;
    float: left !important;
    display: contents !important;
}
.create_account
{
	float:right;
	display:block;
	width:300px;
	background:#e6ebf1;
    padding: 15px;
	margin-bottom:15px;
	border-radius:5px;
}
/*
.create_account span
{
	float:left;
	display:block;
	width:100%;
	font-weight:500;
	    font-size: 16px;
		margin-bottom: 15px;
}
 .create_account input
{
	background:#fff;
	color:#000;
	font-weight:500;
	border: 1px solid rgba(0,0,0,0.2);
}
.create_account input:focus {
  background-color: yellow;
}
.create_account input:valid { background:green }
.create_account input:required:valid {
  border-color: green;
}
.create_account input:invalid {
  
}
.create_account input:required:focus:valid {
  background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg") no-repeat 95% 50% lightgreen;
  background-size: 25px;
}
.create_account input:focus:invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% lightsalmon;
  background-size: 25px;
} */
.left_c
{
	    float: left;
    display: block;
    width: calc(100% - 315px);
    border-right: 1px solid #e9e9e9;
    padding-right: 15px;
}

.caption {
	background: #003580;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.thumbnails li {
	width: 10%;
	padding: 3px;
}
@media screen and (max-width: 767px) {
	.thumbnails li {
		width: 20%;
		padding: 3px;
	}
}
.thumbnails .selected div:before {
	border-color: #e57649;
	background: #e57649;
}


/*-------------------------------------------------------------------------------------------*/
/* Core CSS */
/*-------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Font Awesome';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome-webfont.ttf') format('truetype'),
		url('fonts/fontawesome-webfont.svg#svgFontName') format('svg');
}

.carousel {
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel li {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
}
.carousel li:first-child {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel li.current {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
.caption {
	opacity: 0;
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 50%;
	padding: 20px 30px;
	font-size: 30px;
	-webkit-transition: 0.6s 0.8s;
	transition: 0.6s 0.8s;
}
@media screen and (max-width: 767px) {
	.caption {
		bottom: 0;
		width: 100%;
		padding: 15px 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	.caption {
		padding: 10px 15px;
		font-size: 16px;
	}
}
.caption span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-transition: 0.6s 1.2s;
	transition: 0.6s 1.2s;
}
.current .caption,
.current .caption span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile .controls {
	display: none;
}
.carousel:hover .prev,
.carousel:hover .next {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel:hover .prev:hover,
.carousel:hover .next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.prev {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -35px;
	font-size: 70px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.prev:before {
	display: block;
	color: #fff;
	font-family: Font Awesome, sans-serif;
	content: "\f104";
}
.next {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -35px;
	font-size: 70px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.next:before {
	display: block;
	color: #fff;
	font-family: Font Awesome, sans-serif;
	content: "\f105";
}

.thumbnails {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbnails ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 3px;
}
.thumbnails li {
	float: left;
}
.thumbnails div {
	position: relative;
	background: #fff;
}
.thumbnails .selected div:before {
	display: block;
	position: absolute;
	left: -6px;
	top: -6px;
	width: 100%;
	height: 100%;
	border-width: 6px;
	border-style: solid;
	content: "";
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.thumbnails img {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-transform: translateZ(0); /* bug fix for chrome */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.thumbnails img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumbnails .selected img {
	cursor: default;
}
.thumbnails .selected img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.wikiInsta
{
	float:left;
	display:block;
	position:relative;
	width:calc(33.33% - 10px);
	margin-right:15px;
	transition: all 0.4s ease;
}
.wikiInsta.inside {
    width: 100%;
    height: 126.85px;
    overflow: hidden;
    margin-right: 0;
}
.c_images
{
	    float: left;
    display: block;
    width: 100%;
    padding: 50px 0 0;
}
.wikiInsta .reaction
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    place-content: center;
    justify-items: center;
    align-content: center;
    display: flex;
	display:none;
	transition: all 0.4s ease;

}
.reaction .hearts
{
	margin-right:10px;
}
.reaction i
{
	margin-right:5px;
}
.reaction .comments
{
	margin-left:10px;
}
.wikiInsta:last-child
{
	margin-right:0px;
}
.wikiInsta img
{
float: left;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.latest_photos .wikiInsta img
{
	width:100%;
}
.wikiInsta:hover
{
	transition: all 0.4s ease;
}
.wikiInsta:hover .reaction
{
	 display: flex;
	transition: all 0.4s ease;
}
.fragrance_content
{
	    float: left;
    display: block;
    width: calc(100% - 315px);
    background: #fff;
    padding: 0px;
    padding-right: 15px;
    border-right: 1px solid #e9e9e9;
}
.fragrance_content h1
{
	    font-size: 28px;
    margin: 0 0 5px 0;
    width: calc(100% - 100px);
    float: left;
    display: block;
}
.brandLogo
{
	float:right;
	display:block;
	width:80px;
}
.details
{
	    float: left;
    display: block;
	width:100%;
	padding:10px 0;
}
.details a:hover
{
	border-bottom:1px dotted #000;
}
.details span
{
	float:left;
	display:block;
	color:#000;
	padding:0 15px;
	font-size: 14px;
	border-right:1px solid rgba(0,0,0,0.2);
}
.details span:first-child
{
	padding-left:0;
}
.details span:last-child
{
	border-right:0
}
.brandp
{
	float: left;
    display: block;
   
    font-weight: 500;
    font-size: 14px;
	width:50%;
}
.brandp a
{
	 background: #e6ebf1;
    padding: 5px 15px;
	float: left;
    display: block;
}
.perfumeImg
{
	     float: left;
    display: flex;
    width: 90%;
    position: relative;
    height: 370px;
    align-items: center;
    justify-content: center;
    place-content: center;
    place-items: center;
}
.perfumeImg img
{
	width: auto;
    display: block;
    margin: 0px auto 0;
    position: relative;
    max-height: 100%;
	max-width: 100%;
}
.afiliate
{
	float:left;
	display:block;
	width:100%;
	min-height:120px;
	border:1px solid #ececec;
	margin-top:15px;
	    margin: 50px 0 100px 0;
}
.popularity
{
	float:left;
	display:block;
	width:50%;
	min-height:120px;
	margin-top:15px;
	position:relative;
	z-index:2;
}
.popularity h4
{    font-size: 12px;
    margin: 0;
    color: #000;
    padding: 0;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 50%;
    height: 13px;
    margin-top: 2px;}
	.rate_here h4
	{
		font-size: 12px;
		margin-left:15px;
	}
.project-bar
{
height: 10px;
    position: relative;
    bottom: 0;
	width:calc(100% - 30px);
	margin:0 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#69a2b8+0,4f859a+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f98787+0,f96161+100 */
background: rgb(249,135,135); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(249,135,135,1) 0%, rgba(249,97,97,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(249,135,135,1) 0%,rgba(249,97,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
background:linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 29%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98787', endColorstr='#f96161',GradientType=1 ); /* IE6-9 */
border-radius:3px;

float:left;
display:block;
}
/* .project-bar::after
{
	content:"Popularity";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-content:center;
	justify-content:center;
	font-size:12px;
	color:#fff;
} */
 .project-bar::before
{
content: attr(vlera);
    position: absolute;
    top: -35px;
    width: 40px;
    height: 30px;
    border-radius: 3px;
    padding: 0px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    text-shadow: 2px 1px 2px rgb(0 0 0 / 60%);
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f98787+0,f96161+100 */
background: rgb(249,135,135); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(249,135,135,1) 0%, rgba(249,97,97,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(249,135,135,1) 0%,rgba(249,97,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(249,135,135,1) 0%,rgba(249,97,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98787', endColorstr='#f96161',GradientType=1 ); /* IE6-9 */
    left:auto;
	right:0
}
.rank
{
	float:right;
	display:block;
	width:50%;
}
.top_rank
{
	float:left;
	display:block;
	width:100%;
}
.rez
{
	height: 100% !important;
    position: absolute;
    bottom: 0px;
    left: 0;
	top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    height: 0px;
    transition: 2s linear;
    transition: height 0.3s;
	border-radius:3px;
}
/* .rez::after {
	content:"";
	width:10px;
	height:10px;
	background:#000;
	position:absolute;
	top:-15px;
	transform:rotate(45deg);
	left: var(--afteri);
}
.rez::before {
    content: attr(vlera);
    position: absolute;
    top: -40px;
	width:40px;
	
	height:30px;
	border-radius:3px;
    padding:0px;
    color: #ffffff;
    font-size: 14px;
	display:flex;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.6);
    margin: auto 0;display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
	    font-family: 'Poppins', sans-serif;
		

background: -moz-linear-gradient(top,  rgba(54,54,54,1) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(54,54,54,1) 0%,rgba(0,0,0,1) 100%); 
background: linear-gradient(to bottom,  rgba(54,54,54,1) 0%,rgba(0,0,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#000000',GradientType=0 ); 
left: var(--befori);
} */
.fill
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#363636+0,000000+100 */
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(54,54,54,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(54,54,54,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(54,54,54,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
background:#f05050;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05050+0,c02d2d+100 */
background: rgb(240,80,80); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(240,80,80,1) 0%, rgba(192,45,45,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(240,80,80,1) 0%,rgba(192,45,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(240,80,80,1) 0%,rgba(192,45,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05050', endColorstr='#c02d2d',GradientType=1 ); /* IE6-9 */

}
.rate_here
{
width: calc(50% - 7.5px);
    display: block;
    margin: 0 auto;
    position: relative;
    float: right;
}
.rate_here a, a.rateNow 
{
	float: right;
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.rate_here a
{
	margin-right:15px;
}
.br-theme-bars-1to10 .br-widget {
    height: 35px;
    white-space: nowrap;
    float: left;
    display: none;
    width: calc(100% - 30px);
    margin-top: 10px;
    margin: 10px 15px;
}
.box-example-1to11 .br-theme-bars-1to10 .br-widget, .boxiUpdateLongevity .br-widget,.boxiUpdateCompliments .br-widget, .boxiUpdateVersatility .br-widget, .boxiUpdateProjection .br-widget{
    height: 35px;
    white-space: nowrap;
    float: left;
    display: none;
    width: 100%;
    margin-top: 10px;
    margin: 10px 0px;
}
.br-theme-bars-1to10 .br-widget a {
     display: block;
    width: calc(10% - 1px);
    padding: 5px 0;
    height: 25px;
    float: left;
    background-color: #e6ebf1;
    margin-right: 1px;
    text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected,
.br-theme-bars-1to10 .br-widget a:active,
.br-theme-bars-1to10 .br-widget a:focus,
.br-theme-bars-1to10 .br-widget a.hover {
  background-color: #602a7b;
}
.br-theme-bars-1to10 .br-widget a.hover,.br-theme-bars-1to10 .br-widget a:hover {
  background-color: #602a7b;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
      font-size: 16px;
    line-height: 2;
    float: left;
    padding: 0 20px 0 20px;
    color: #602a7b;
    font-weight: 500;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}
.br-theme-bars-1to10 .br-readonly a {
  cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #602a7b;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95;
}
@media print {
  .br-theme-bars-1to10 .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-1to10 .br-widget a.br-active,
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: black;
  }
}
#msg
{
	width: 50%;
    float: left;
    display: block;
    text-align: center;
    top: -40px;
    position: absolute;
   
    left: 0;
    padding: 10px 0;
    z-index: 2;
    left: 25%;
 
}
.other_rates
{
	float:left;
	display:block;
	background:#fff;
	border:1px solid #eaeaea;
	position:relative;
	    width: calc(50% - 7.5px);
    margin-top: 15px;
    margin-right: 15px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.05);
	padding:15px;
	    transition: all .4s ease;
}
.other_rates:hover
{
	box-shadow:1px 1px 5px rgba(0,0,0,0);
	    transition: all .4s ease;
}
.other_rates:nth-child(2n+1)
{
	margin-right:0;
}
.score
{
	    float: right;
    display: block;
    width: 50%;
    text-align: right;
	    color: #7f7f7f;
    padding: 0;
    font-size:12px;
    font-weight: 600;
}
.bar
{
	height: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    background:#ececec;
    float: left;
    display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ececec+29 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(236,236,236,1) 29%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 29%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 29%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
border-radius:3px;
}
.kalk
{
	    height: 100% !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    height: 0px;
    transition: 2s linear;
    transition: height 0.3s;
	background:rgba(191,164,126,1) ;
	background: linear-gradient(to right, rgba(216,192,158,1) 0%,rgba(191,164,126,1) 100%);
	border-radius:3px;
}
.sliderV {
 width: 100%;
    height: 4px;
    background:#000;
    border-radius: 0px;
    position: relative;
    float: left;
    display: none;
	    margin-top: 10px;
		background: rgba(236,236,236,1);
}
.sliderV .ui-slider-range {
  border-radius: 8px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#956baa+0,602a7b+100 */
background: #956baa; /* Old browsers */
background: -moz-linear-gradient(left,  #956baa 0%, #602a7b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #956baa 0%,#602a7b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #956baa 0%,#602a7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#956baa', endColorstr='#602a7b',GradientType=1 ); /* IE6-9 */

  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.sliderV .ui-slider-handle {
  cursor: move !important;
  cursor: grab !important;
  cursor: -webkit-grab !important;
  width: 18px !important;
  height:18px !important;
  position: absolute !important;
  outline: none;
  top: 4px !important;
  z-index: 1;
  border-radius: 50%;
  background: #000 !important;
  margin:0 !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  margin: 1px 0 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: box-shadow .3s ease;
}
.sliderV .ui-slider-handle .smiley {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #000;
  opacity: 0;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
  transition: all .3s ease 0s;
}
.sliderV .ui-slider-handle .smiley:before, .sliderV .ui-slider-handle .smiley:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 8px;
}
.sliderV .ui-slider-handle .smiley:before {
  left: 7px;
}
.sliderV .ui-slider-handle .smiley:after {
  right: 7px;
}
.sliderV .ui-slider-handle .smiley svg {
  width: 16px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin: 0 0 0 -8px;
}
.sliderV .ui-slider-handle .smiley svg path {
  stroke-width: 3.4;
  stroke: #000;
  fill: none;
  stroke-linecap: round;
}
.sliderV .ui-slider-handle.ui-state-active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.32);
}
.sliderV .ui-slider-handle.ui-state-active + .text {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}
.sliderV .ui-slider-handle.ui-state-active .smiley {
  opacity: 1;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
  transition: all .3s ease .1s;
}
.sliderV .text {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translate(0, -44px);
          transform: translate(0, -44px);
  transition: -webkit-transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
  font-size: 16px;
}
.sliderV .text strong {
  color: #000;
  font-weight: bold;
}
.your_vote
{
	width: 100%;
    float: left;
    display: none;
    text-align: center;
    padding-top: 7.5px;
	font-weight:800;
}
.popularity.pie > .other_rates:nth-child(2n+1) {
    margin-right: 15px;
}
.popularity.pie > .other_rates:nth-child(2n) {
    margin-right: 0px;
}
.popularity.pie > .other_rates:nth-child(4) {
	 margin-right: 0px;
}
.popularity.pie h4 {
    font-size: 12px;
    margin: 0;
    color: #000;
    padding: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
    height: 13px;
    margin-top: 2px;
}
.popularity.pie
{
	padding:0 15px 15px 15px;
}
.popularity.pie > .other_rates
{
	width:calc(50% - 7.5px);
	padding:15px;

}
.popularity.sens
{
	padding:15px;
	margin-bottom:30px;}
.popularity.sens h4
{
	width:100%;
	text-align:center;
	margin-bottom: 15px;
	font-size:16px;
	font-weight:600;
	height:auto;
}
#sensationChart
{
	float: left;
    display: block;
	height:auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	border: 1px solid #eaeaea;
    width: calc(100% - 30px);
    padding:14px;
	background:#fff;
}
#sensationChart rect {
  fill: none;
}
.popularity.pie > .other_rates.voting
{
	margin-top:0;
}
.popularity.pie > .other_rates.voting:last-child
{
	
	margin-right:0
}
.voting
{
	float:left;
	display:block;
	width:100%;
}
.voting .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 4px 10px;
    white-space: nowrap;
    width: 100%;
}
.other_rates .dropdown, .sens .dropdown
{
	
    width: 100% !important;
    height: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.other_rates .dropdown a.f_btn, .sens .dropdown a.f_btn
{
	    width: 30px;
    left: 0;
    right: 0;
	background:#602a7b;
	    bottom: -15px;
		color:#fff;
    display: block;
    position: relative;
    margin: 0 auto;
    float: none;
}
.other_rates .open > .dropdown-menu, .sens .open > .dropdown-menu  {
    display: block;
    width: 100%;
    text-align: left;

	padding-top: 20px;
} 
.other_rates .dropdown-menu > li > a, .sens .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 500;
    line-height: 1.42857;
    padding: 4px 10px;
    white-space: nowrap;
    width: 100%;
}
.other_rates .dropdown-menu > li > a:hover , .sens .dropdown-menu > li > a:hover 
{
	color:#fff;
}
.other_rates .dropdown a.f_btn::before, .sens .dropdown a.f_btn::before
{
	transition: all 0.3s ease;
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	transform:rotate(45deg);
	background:#000;
	right:35px;
	left:0;
	right:0;
	margin:0 auto;
	display:block;
	top:-15px;
	}
.other_rates .dropdown a.f_btn::after, .sens .dropdown a.f_btn::after
{
	transition: all 0.3s ease;
	display:block;
	content: attr(data-title);
	background:#000;
	color:#fff;
	z-index:1;
	left:-50%;
	font-family:'Poppins', sans-serif;
	position:Absolute;
	font-size:12px;
	padding:5px 5px;
	margin:0 auto;
	text-align:center;
	width:auto;
	border-radius:3px;
	white-space: nowrap;
	    top: -35px;
}
.perfume_notes
{
	float:left;
	display:block;
	width:100%;
	margin-top: 50px;
}
.perfume_notes h4
{
	width: 100%;
    text-align: center;
   float:left;
   display:block;
	    font-size: 16px;
    margin: 0;
    color: #000;
	margin-top:0;
	font-weight: 600;
	 margin-bottom: 10px;
}
.perfume_notes h4 span
{
	color: #888897;
    font-weight: normal;
    font-size: 12px;
}
.notes
{
	float:left;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom: 30px;
}
.nota
{
	    display: inline-block;
    margin-right: 15px;
	width:60px;
}
.notes .nota:last-child
{
	margin-right:0;
}
.nota a
{
    display: grid;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    word-break: inherit;
    width: 60%;
    float: none;
    position: relative;
    margin: 0 auto;
}
.nota a:hover
{
	border-bottom:1px dotted #000;
}
.perfume_reviews
{
	float:left;
	display:block;
	width:100%;
	margin-top:15px;
}
.perfume_reviews h5, .perfume_notes h5, .art_tit
{
	width:100%;
	    text-align: center;
    display:block;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
	z-index: 9;
}
.art_tit
{
	margin-bottom:15px;
}
.perfume_reviews h5::After, .perfume_notes h5::after, .popularity h5::after, .art_tit::after
{
	width:30%;
	left:0;
	right:0;
	height:100%;
	background:#fff;
	position:absolute;
	content:"";
	margin:0 auto;
	z-index:-1;
}
.perfume_reviews h5::before, .perfume_notes h5::before, .popularity h5::before, .art_tit::before
{
	width:100%;
	left:0;
	right:0;
	top:7px;
	height:1px;
	background:rgba(0,0,0,0.2);
	position:absolute;
	content:"";
	z-index:-1;
}
.perfume_notes h5, .popularity h5{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 8;
    margin-bottom: 25px;
    margin-top: 25px;
	font-weight: 800;
}
.popularity h5{
margin-top:-60px;
}
.stinet h5
{
	    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: initial;
    padding: 0;
    z-index: 0;
    margin-bottom: 5px;
    margin-top:10px;
    font-weight: 800;
}
.stinet h5::before, .stinet h5::after
{
	display:none;
}
.user_review
{
	background:#f8f9fb;
	width:100%;
	float:left;
	display:block;
	padding:15px;
	margin-top:15px;
	border-radius:5px;
	border:1px solid #eaeaea;
}
.user_review.odd
{
	background:#f8f7f5;
	border:1px solid #d4e6e8;
}
.reviewer
{
	float:left;
	display:block;
	width:10%;
}
.reviewer img
{
	float:left;
	display:block;
	width:100%;
	border-radius:50%;
}
.review
{
	float:right;
	display:block;
	width:calc(90% - 30px);
}
.review p {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
	    line-height: 18px;
    color: rgba(0,0,0,0.9);
}
.user_data_r
{
	float:left;
	display:block;
	width:100%;
	color:#602a7b;
	font-weight:600;
	margin-bottom:10px;
}
.user_data_r span
{
	font-size:12px;
	color:#333;
	font-weight:500;
}
.chartR
{
	float: left;
    display: block;
    width: 50%;
    background: white;
	position:relative;
    z-index: 2;
margin-top:50px;
}
.perfume_notes .chartR:nth-child(3), .perfume_notes .chartR:nth-child(4)
{
	
}
.empty_pie
{
    float: left;
    display: block;
    width: 120px;
    height: 120px;
    background: #e6ebf1;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.chartR h4
{
    font-size: 16px;
    margin: 0;
    color: #000;
    padding: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    float: left;
    display: block;
    width: 100%;
    margin-top:0px;
    position: relative;
    z-index: 9999998;
  
}
.myChart
{
	float: left;
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
}
.perfume_notes.all
{
	float:left;
	display:block;
	width:100%;
	padding:30px 0;
}
.semi-donut {
  --percentage: 0;
  --fill: #ff0;
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.semi-donut:after {
  content: "";
  width: 300px;
  height: 150px;
  border: 50px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  animation: fillAnimation 1s ease-in;
}

.semi-donut-model-2 {
   width: 300px;
  height: 150px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.semi-donut-model-2:before, .semi-donut-model-2:after {
  content: "";
  width: 300px;
  height: 150px;
  border: 50px solid var(--fill);
  border-top: none;
  position: absolute;
  transform-origin: 50% 0% 0;
  border-radius: 0 0 300px 300px;
  box-sizing: border-box;
  left: 0;
  top: 100%;
}
.semi-donut-model-2:before {
  border-color: rgba(0, 0, 0, 0.15);
  transform: rotate(180deg);
}
.semi-donut-model-2:after {
  z-index: 3;
  animation: 1s fillGraphAnimation ease-in;
  transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
}
.semi-donut-model-2:hover:after {
  opacity: 0.8;
  cursor: pointer;
}

.multi-graph {
  width: 200px;
  height: 200px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
	margin:0 auto;
  box-sizing: border-box;
}
.multi-graph:before {
content: "";
    width: 200px;
    height: 200px;
    border: 100px solid #e9e9e9;
    border-bottom: none;
    position: absolute;
    box-sizing: border-box;
    transform-origin: 50% 0%;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.multi-graphio:after {
  width: 101%;
    height: 105%;
    content: "";
    background: white;
    bottom: -105%;
    left: -1%;
    z-index: 9999;
    position: absolute;
}
.multi-graph .graph {
  width: 200px;
  height: 100px;
  border: 50px solid var(--fill);
  border-top: none;
  position: absolute;
  transform-origin: 50% 0% 0;
  border-radius: 0 0 300px 300px;
  left: 0;
 
  z-index: 5;
  animation: 1s fillGraphAnimation ease-in;
  transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
  box-sizing: border-box;
  cursor: pointer;
      backface-visibility: hidden;
}
.multi-graph .graph:after {
  content: attr(data-name) " " attr(data-perqindja) "%";
  counter-reset: varible var(--perqindja);
  background: #fff;
  background-position:25%;
  box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  border:1px solid rgba(0,0,0,0.2);
  font-weight: 200;
  font-size: 12px;
    backface-visibility: hidden;
  padding: 3px 5px;
  top: 50px;
  position: absolute;
  left: -40px;
  transform: rotate(calc(-1deg * var(--percentage) * 1.8)) translate(-30px, 0px);
  transition: 0.2s ease-in;
  transform-origin: 0 50% 0;
  opacity: 1;
  left: -90px;
  top:75px;
}
.multi-graph .graph:before {
    content: "";
    background: rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 0px;
    color: #fff;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: -20px;
    transform: rotate( 
45deg);
    transition: 0.2s ease-in;
    opacity: 1;
    height: 100px;
    top: -5px;
    left: -55px;

}
.multi-graph .graph:hover {
  opacity: 0.8;
}
.multi-graph .graph:hover:after {
  opacity: 1;
  left: -90px;
  top:75px;
  opacity:1;
  backface-visibility: hidden;
  z-index:9999999
}
.multi-graph .graph:hover:before {
  opacity: 1;
  height:100px;
 opacity:1;
	top:5px;
	left:-50px;
	backface-visibility: hidden;
}
.btn_popover
{
	width: 100%;
    text-align: center;
    float: left;
    display: block;
    padding: 5px 0;
	z-index:9;
	position:relative
}
.graph.hide_data::before, .graph.hide_data::after
{
	display:none;
}


.myVote
{
	    position: relative;
    z-index: 6;
    width: 70% !important;
    margin: 15px 15% 0 !important;
    display: none;
    float: left;
	padding:0 15px 15px 15px;
	background-color: #e2e3e5;
    border:1px solid #d6d8db;
	border-radius: .25rem;
}
.myVote .dropdown 
{
	width:100% !important;
}
.myVote .btn
{
    margin-top: 0px;
    float: none;
    display: table;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 0px;
}
.allRates
{
	 float: right;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.popularity.top
{
	    float: right;
    display: block;
    width: 60%;
    min-height: 120px;
    background: #fff;
    padding: 0;
    margin-top: 15px;
     border: 0 solid #ececec;
    position: relative;
}
.perfume_left
{
float:left;
display:block;
width:40%;
}
.perfume_left .dropdown {
    position: relative;
    float: left;
    display: block;
}
.perfume_left .btna
{
font-size: 12px;
    float: left;
    display: flex;
	margin-left:10px;
    position: relative;
	color:#000;
    border: 1px solid #eaeaea;
    align-items: center;
    justify-content: center;
	    padding-right: 10px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbc19d+0,bfa47e+100 */
background: rgb(219,193,157); /* Old browsers */
background: -moz-linear-gradient(top, rgba(219,193,157,1) 0%, rgba(191,164,126,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(219,193,157,1) 0%,rgba(191,164,126,1) 100%); /* Chrome10-25,Safari5.1-6 */
background:linear-gradient(to bottom, #e6ebf1 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbc19d', endColorstr='#602a7b',GradientType=0 ); /* IE6-9 */
}
.btna i
{
	background:linear-gradient(to bottom, #e6ebf1 0%,#cecece 100%);
    color: #000;
    width: 30px;
    height: 30px;
	border-right:1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
	float:left;
	margin-right:10px;
	margin-left:-10px;
}
.perfume_left .open > .dropdown-menu {
    display: block;
    width: 100%;
}
.disabled
{
	cursor:not-allowed;
	 pointer-events: none;
	  
}
.chartR h4 span
{
	    color: #888;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}
.social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    float: left;
    padding: 0px 0px;
    width: 100%;
    margin-top: 15px;
}
.twitter-share-button .label#l{
	display:none;
}
.social-buttons__button {
  margin: 10px 5px 0;
}

.social-button {

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    float: left;
    display: block;
    margin: 0 5px 0 0;

}
.social-button__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: #000;
  text-align: center;
}
.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.social-button i {
  font-size: 13px;
  color: #fff;
}
.social-button svg {
  height: 40%;
  width: 40%;
}
.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;

}
.social-button:focus, .social-button:hover {
  color: #fff;
}
.social-button:focus::after, .social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -54%;
}
.social-button--mail {
  color: #0072c6;
}
.social-button--mail::after {
  background: #602a7b;
}
.social-button--facebook {
  color: #602a7b;
}
.social-button--facebook::after {
  background: #602a7b;
}
.social-button--linkedin {
  color: #602a7b;
}
.social-button--linkedin::after {
  background:#602a7b;
}
.social-button--github {
  color: #602a7b;
}
.social-button--github::after {
  background: #602a7b;
}
.social-button--codepen {
  color: #212121;
}
.social-button--codepen::after {
  background: #212121;
}
.social-button--steam {
  color: #7da10e;
}
.social-button--steam::after {
  background: #7da10e;
}
.social-button--snapchat {
  color: #602a7b;
}
.social-button--snapchat::after {
  background: #602a7b;
}
.social-button--twitter {
  color: #55acee;
}
.social-button--twitter::after {
  background: #55acee;
}
.social-button--instagram {
  color: #e4405f;
}
.social-button--instagram::after {
  background: #e4405f;
}
.social-button--npmjs {
  color: #c12127;
}
.social-button--npmjs::after {
  background: #c12127;
}
.myVote .dropdown-menu
{
	top:auto;
	bottom:0;
}
.perfumerTxt
{
float:left;
display:block;
width:100%;
margin-top:15px;

}
.perfumerTxt a
{
	color:#0095F6;
}
.perfumeAbout
{
	float:right;
	display:block;
	margin-top:15px;
	padding:15px;
	width:60%;
	    background: #f8f9fb;
		    border: 1px solid #ececec;
			color: rgba(0,0,0,0.6);
			height:120px;
			overflow-y:Scroll;
		    word-break: break-word;	
}
.allRanks
{
	float:left;
	display:block;
	    padding-top: 25px;
/* 	margin-top:110px; */
}
.myRank
{
	float: right;
    width: 86px;
    display: block;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-left: 10px;
    /* height: 75px; */
    margin-top: -10px;
    text-align: center;
	background:#e6ebf1;
	border-radius:3px
}
.tit
{
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #777;
    font-size: 9px;
    font-weight: 300;
}
.num
{
	    width: 100%;
    float: left;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    line-height: 19px;
}
.other_rates.longevity .kalk
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#69a2b8+0,4f859a+100 */
background: rgb(105,162,184); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(105,162,184,1) 0%, rgba(79,133,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(105,162,184,1) 0%,rgba(79,133,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(105,162,184,1) 0%,rgba(79,133,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a2b8', endColorstr='#4f859a',GradientType=1 ); /* IE6-9 */

}
.other_rates.projection .kalk
{

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd3b6+0,f0c0a1+100 */
background: rgb(255,211,182); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,211,182,1) 0%, rgba(240,192,161,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,211,182,1) 0%,rgba(240,192,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,211,182,1) 0%,rgba(240,192,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3b6', endColorstr='#f0c0a1',GradientType=1 ); /* IE6-9 */

}
.other_rates.versatility .kalk
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0ddc8+0,bbceb0+100 */
background: rgb(208,221,200); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(208,221,200,1) 0%, rgba(187,206,176,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(208,221,200,1) 0%,rgba(187,206,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(208,221,200,1) 0%,rgba(187,206,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ddc8', endColorstr='#bbceb0',GradientType=1 ); /* IE6-9 */
}
.other_rates.compliments .kalk
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75a59a+0,55897d+100 */
background: rgb(117,165,154); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(117,165,154,1) 0%, rgba(85,137,125,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(117,165,154,1) 0%,rgba(85,137,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(117,165,154,1) 0%,rgba(85,137,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a59a', endColorstr='#55897d',GradientType=1 ); /* IE6-9 */
}
.polli
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.polli span
{
	width:100px;
	float:left;
	display:block;
}
.sens .bar
{
	height:30px;
	width:calc(100% - 100px);
	background:#e9e9e9;
	border:1px solid #eaeaea;
}
.sens .kalk:hover
{
	opacity:0.8;
	cursor:pointer;
}
.sens .kalk::after
{
	content:attr(data-perqindja) "%";
	    font-size: 12px;
		font-weight:200;
		    border: 1px solid rgba(0,0,0,0.2);
			color:#000;
			    background: #fff;
				padding: 2px 5px;
				right:-50px;
				top:-20px;
				position:absolute;
}
.sens .kalk::before
{
	content:"";
	width:100px;
	height:1px;
	background:rgba(0,0,0,0.4);
	transform:rotate(-15deg);
	position:absolute;
	right:-40px;
	bottom:25px;
}
.kalk.hide_data:after, .kalk.hide_data:before
{
	display:none;
}
.popularity.sens h4 span {
    color: #888;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}
.my_shelve
{
	padding-top:15px;
}
.shelve_left
{
	float:left;
	display:block;
	width:20%;
	margin-top:15px;
	background:#fff;
}
.shelve_left h2
{
	float: left;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
	border-bottom:1px solid #eaeaea;
	padding-bottom:10px;
}
.shelve_right
{
	float:left;
	display:block;
	background:white;
	width:calc(80% - 330px);
		margin-top:15px;
}
.shelve_left img
{
	float:left;
	display:block;
	width:60%;
	margin-bottom:15px;
}
.shU
{
	float:left;
	display:block;
	width:100%;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
.shD
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:5px;
}
.shelve_left .shD
{
	margin-bottom:0;
}
.shelve_left .btn, .uploader .btn, .more_details .btn
{    float: left;
    display: block;
    width: 60%;
    height: 30px;
    background: rgb(191,164,126);
    background: -moz-linear-gradient(top, rgba(191,164,126,1) 0%, rgba(160,131,91,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,164,126,1) 0%,rgba(160,131,91,1) 100%);
    background: linear-gradient(to bottom, #e6ebf1 0%,#cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#602a7b', endColorstr='#a0835b',GradientType=0 );
    font-size: 12px;
	margin-bottom:15px;
    color: #000;
    font-weight: 400;}
	.shelve_left .btn
	{
		margin-top:15px;
	}
	.uploader .btn
	{
	    margin-bottom: 0;
    width: auto;
    margin-left: 15px;
    padding: 5px 20px;
	}
	.more_details .btn
	{
		width:auto;
	}
.my_shelve .container
{
	background:#fff;
	max-width: 1170px;
}
.shelve_right img
{
	width:auto;
	    max-height: 100px;
}
table.my_stuff td:first-child
{
	text-align:center;
}

.remove_shelve i
{
	
    font-size: 18px;

}
.shelve_right thead
{font-weight:600;}
.menu_holder
{
	float:left;
	display:block;
	width:100%;
	background:#fff;

	border-bottom:1px solid #e9e9e9;
	padding:0px 0;
}
.latest_left
{
	float:left;
	display:block;
	width:25%;

	
}
.latest_left img
{
	float:left;
	display:block;
	width:100%;
	 border-radius: 5px;
}
.v_link
{
	    float: left;
    display: block;
    width: 100%;
    border-radius: 0px;
   position:relative;
   margin-bottom:0px;
       transition: all 0.3s ease;
}
.v_link::after
{
    content: "\f01d";
    display: flex;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 84px;
    z-index: 9;
    /* background: rgba(96,42,123,0.8); */
    font-family: FontAwesome;
    color: #fff;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.v_link:hover
{
	transition: all 0.3s ease;
}
.v_link:hover::After
{
	background:rgba(96,42,123,0.2);
	font-size: 0px;
	    transition: all 0.3s ease;
}
.disclaimer
{
	    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 0;
}
.latest_right
{
	float:right;
	display:block;
	width:100%;
	margin-bottom:0px;
}
.blog_left
{
	float:right;
	display:block;
	width:calc(75% - 15px);
	
	    max-height: 370px;
}
.blog_left.more_news
{
	    width: 100%;
    height: auto;
    margin-bottom: 50px;
	max-height:100%;
}
.blog_left.more_news  a.go_to {
    max-height: 470px;
    margin-bottom: 0;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;

}
.blog_left.more_news.double  a.go_to {
    max-height: 200px;
    margin-bottom: 0;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
	margin-bottom:15px;

}
.blog_left.more_news h1
{
	    font-size: 22px;
    text-shadow: 0px 0px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0 0 5px 0;
    float: left;
    display: block;
    width: 100%;
}
.blog_left.more_news h1 a
{
	overflow:visible;
}
.blog_left.more_news.double h1
{
	    font-size: 22px;
    text-shadow: 0px 0px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0 15px 5px 15px;
    float: left;
    display: block;
    width: 100%;
}
.search_bar
{
	float:left;
	display:block;
	border-radius:5px;
	padding:15px;
	background:#e6ebf1;
	width:25%;
}
.search_bar h2
{
	text-align:center;
	border:0;
	padding:0;
	    text-align: center;
    border: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
.search_bar .btn
{

	color:#fff;
	    background: #602a7b;
    color: #fff;
    margin: 15px auto 0;
    display: block;
    position: relative;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
	    width: 100%;
		float:left;
}
.load_frag
{
	    width: 100%;
    float: left;
    display: block;
    background: #e6ebf1;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    margin-top: 2px;
    color: #000;
	margin-bottom:30px;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
     

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.blog
	{
		width:215px;
		height:30px;
		margin:10% auto;
		display:block;
		position:relative;
	}
	.activity
	{
		float:left;
		display:block;
		width:100%;
		border:1px solid #dededc;
		background:#fff;
		margin-bottom:0px;
		border-radius:2px;
		position:relative;
		   height: 300px;
	}
	.comment_now
	{
float: right;
    display: block;
    width: 60%;
    padding: 0px;
    position: absolute;
    margin-top: 0px;
    height: 100%;
    overflow-y: scroll;
    min-height: auto;
    border-left: 1px solid #dededc;

    right: 0;
    height: calc(100% - 65px);

	}
	.forma.komento {
    width: 60%;
    float: left;
    display: block;
    background: #fff;
    padding-top: 10px;
    border-top: 1px solid #dededc;
	    border-left: 1px solid #dededc;
    position: absolute;
    bottom: 0;
    padding: 10px 0 10px 10px;
    right: 0;
}
.pic_content
{
	width: 40%;
    float: left;
    display: flex;
   
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}
.forma.komento img {
	width:32px;
	height:32px;
	margin-left:0
	}
	.comment_now img
	{
		float: left;
    display: block;
    border-radius: 50%;
    width: 32px !important;
	height:32px !important;
    margin-right: 10px;
    margin-left: 0 !important;
	}
	.forma.komento textarea
	{
		float: left;
    display: block;
    width: calc(100% - 55px);
    border: 0px solid #dededc;
    font-size: 12px;
    height: 30px;
    border-radius: 20px;
    padding: 7px 15px;
    overflow-y: hidden;
 resize: vertical;
	}
	.forma.komento textarea:focus
	{
		 outline-color: #719ECE;
		 outline-width:thin !important;
	}
	.activity_user
	{
float: left;
    display: block;
    width: 100%;
    padding: 10px 0px 0 0px;
    min-height: 100%;
    position: relative;
	}
	.activity_user img
	{
		    width: 40px;
			height:40px;
    float: left;
    display: block;
    border-radius: 50%;
	margin-left:10px;
   
	}
	.activity_user span
	{
	float: left;
    display: block;
    padding: 0px 0 10px;
    width: calc(100% - 65px);
    margin-left: 10px;
    border-bottom: 1px solid #dededc;
	}
	img.ppicture
	{
float: none;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    height: 140px;
    width: auto;
    text-align: center;
    border-radius: 0;
	}
	.activity_user i
	{    float: right;
    display: block;
    color: #999;
    font-style: normal;
    font-size: 10px;
	}
	.new_comment
	{
	    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
	}
	.comment_txt
	{      float: left;
    display: block;
    background: #e6ebf1;
    border-radius: 5px;
    padding: 10px;
    max-width: calc(100% - 55px);
    word-break: break-all;
	position:relative;
}
.comment_txt::before
{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    left: -7.5px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #e6ebf1;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block
}
.comment_txt b
{
	font-size: 12px;
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
}
.comment_txt span
{    float: left;
    display: block;
    width: 100%;
    font-size: 11px;
    border: 0;
    margin: 0;
    padding: 0;
}
.like_now
{
	float: left;
    display: block;
    color: #999;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.like_now i
{
	font-size: 16px;
    margin-left: 7px;
}
.liked
{
	    float: left;
    display: flex;
    color: #999;
    margin-top: 5px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.liked i, .like_now i
{
float:left;
display:block;
width: 18px;
    height: 18px;
background-image:url(../img/like.svg);
background-position:center;
background-repeat:no-repeat;
background-size:100%;
margin-right:5px;
margin-left: 0;
}
.message-body {
    display: block;
    height: 600px;
    width: 100%;
    margin: 0px auto;
    border: 1px solid #ccc;
}
.message-left {
    display: block;
    height: 100%;
    width: 30%;
    float: left;
    overflow-y: scroll;
    border-right: 1px solid #ccc;
}
.message-right {
    display: block;
    height: 100%;
    width: 70%;
    float: left;
}
.message-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.message-left ul a {
 
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
}
.message-left ul a:hover
{
	background:#f2f2f2;
}
.message-left ul a li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    color: black;
    float: left;
    display: block;
    width: 100%;
}
.message-left ul a li img {
    height: 50px;
    float: left;
    display: block;
    width: 50px;
}
.message-left ul a li .right {
       float: right;
    display: block;
    width: calc(100% - 60px);
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}
.message-right .display-message {
    display: block;
    height: 80%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    overflow-y: scroll;
}
.message-right .send-message{
	height: 20%;
	background: #eee;
	padding: 10px;
}
.display-message .message{
	float:left;
	display:block;
	width:100%;
	border-bottom:1px solid #e9e9e9;
	padding: 5px;
	position:relative;
}
.message .img-con{
	width: 10%;
	float: left;
	height: inherit;
}
.message .img-con > img{
	height: 50px;
	width: 50px;
	float:left;
	display:block;
}
.data_ora
{
	display:block;
	float:left;
	width:100%;
	text-align:right;
	position:absolute;
	font-size:11px;
	right:10px;
}
.message .img-con{
	width: 10%;
	float: left;
	height: inherit;
}
.message .img-con > img{
	height: 50px;
	width: 50px;
	float:left;
	display:block;
}
.message .text-con{
	width:calc(100% - 60px);
	float: right;
	height: inherit;
}
hr{
	margin-top: 0;
	margin-bottom: 0;
	border-top:1px solid #ccc;
}
.message .statusi {
    float: right;
}
.statusi .glyphicon-remove-circle
{
	color:#e9e9e9;
}
.statusi .glyphicon-ok-circle
{
	color:rgb(66, 183, 42);
	font-weight:normal;
}
.send-message textarea
{
	background:#fff;
	color:#000;
}
.message-left ul a li .right .fundit {
        font-weight: normal;
    font-size: 11px;
    font-style: italic;
    float: left;
    display: block;
	width: 100%;
}
.unread
{
	animation:myfirst 2s;
      -moz-animation:myfirst 2s infinite; /* Firefox */
    -webkit-animation:myfirst 2s infinite; /* Safari and Chrome */
	position:relative;
}
.unread::after
{
    content: attr(data-msg);
    position: Absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    color: white;
    font-family: 'Open Sans';
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 10px;
    font-weight: 700;
    padding-bottom: 3px;
}
 @-moz-keyframes myfirst /* Firefox */
    {
    0%   {color:red;}
    50%  {color:#e9e9e9;}
    100%   {color:red;}
    }

        @-webkit-keyframes myfirst /* Safari and Chrome */
    {
    0%   {color:red;}
    50%  {color:#e9e9e9;}
    100%   {color:red;}
    }
.sa_unread {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.message-left ul a li.ka_palexu {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: black;
    background: #e9ebee;
}
.fragwall
{
	float:left;
	display:block;
	width:100%;
	background:#fff;
	padding:15px 0 15px;
	


}
.fragwall_left
{
	float:left;
	display:block;
	width:calc(100% - 630px);
}
.fragwall_left.wiki
{
	margin-left:15px;
}
.wearing
{
	width: 300px;
    float: left;
    display: block;
	min-height:75px;
	background-image:url(images/wearing_bg.jpg);
	background-size:100% auto;
	background-position:left center;
	background-repeat:no-repeat;
	    padding: 15px 15px 15px 60px;
		background-color:#e34665;

}
.wearing h2
{
	    font-weight: 700;
    color: #fff;
	    margin: 0;
		    margin-bottom: 10px;
			text-transform: uppercase;
			letter-spacing:0;
			    font-size: 17px;
}
.wearing .form-control
{
	border: 1px solid #fff;
    width: calc(100% - 35px);
	color:#fff;
	position:relative;
	float:left;
	display:block;
}
.wearing .form-control::placeholder,.wearing .tokenfield input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
  opacity: 1; /* Firefox */
}

.wearing .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
}

.wearing .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color:#fff;
}
.wearing img
{
	width: 100%;
    float: left;
    display: block;
}
.wearing .tokenfield {
    height: auto;
    min-height: auto;
    padding-bottom: 0px;
}
.wearing .tokenfield .token
{
	    background: #fff;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.wearing .btn
{
	float: right;
    display: flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-color: #e9e9e9;
    color: #e34665;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 18px;
}
.fragwall_right
{
	float:right;
	display:block;
	width:300px;
}
.f_body
{
	float:left;
	display:block;
	width:100%;
	background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 15px;
	padding:15px;
	position: relative;
	
}
.read_post .f_body {
    float: left;
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0;
    padding: 0px;
    border: 2px solid #e6ebf1;
    position: relative;
	    min-height: 280px;
		    box-shadow: 0 0 0;
}
.read_post .f_body.login_reply {
    border: 0;
    height: auto;
    min-height: auto;
    padding: 15px 0;
}
.read_post .f_body.login_reply .topicAuthor {
    float: left;
    display: none;
    position: relative;
    width: 20%;
    padding: 15px;
    background: #fff;
    position: relative;
    height: 100%;
}
.read_post .topicAuthor {
    float: left;
    display: block;
    position: relative;
    width: 20%;
	padding:15px;
    background: #e6ebf1;
    position: absolute;
    height: 100%;
}
.f_body.add_p
{
	float:left;
	display:block;
	width:100%;
	background-color: #e6ebf1;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 15px;
	    border: 1px solid #dadada;
		    background: #f7f7f7;
	padding:15px;
	position: relative;
	
}
.add_p .input_field input, .add_p .input_field textarea, .add_p .input_field .tokenfield {
    background: #fff;
}
.topicAuthor
{
	float:left;
	display:block;
	position:relative;
	width:15%;
	
}
.topicAuthor img
{
	width:40px;
	height:40px;
	border-radius:50%;
	margin:0 auto;
	display:block;
	border-bottom:solid 1px #f1f1f1;
}
.topicAuthor span
{
	float:left;
	display:block;
	width:100%;
	margin-top:5px;
	padding-top:5px;

	text-align:center;
	font-size: 12px;
    font-weight: 500;
}
.read_post .topicAuthor span
{
	float:left;
	display:block;
	width:100%;
	margin-top:5px;
	padding-top:5px;

	text-align:center;
	font-size: 16px;
    font-weight: 500;
}
.blue_ocean .roli_dsc
{
    float: left;
    display: block;
    width: 100%;
    padding: 15px 0 0;
    margin: 0;
    color: #000;
    font-size: 13px !important;
	line-height: 10px;
}
.blue_ocean .register_date
{
   float: left;
    display: block;
    width: 100%;
    padding: 0 0 0;
    margin: 0 !important;
    color: #000;
    font-size: 13px !important;
	line-height: 10px;
}
.blue_ocean .register_country
{
   float: left;
    display: block;
    width: 100%;
    padding: 0 0 0;
    margin: 0 !important;
    color: #83a6c4;
    font-size: 13px !important;
	line-height: 10px;
}
.blue_ocean span
{
	float: right;
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    border-radius: 5px;
    font-size: 11px !important;
    color: #83a6c4;
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 12px;
	font-weight:bold  !important;
}
.read_post .topicAuthor img
{
	width:80px;
	height:80px;
	border-radius:50%;
	margin:0 auto;
	display:block;
	border-bottom:solid 1px #f1f1f1;
}
#reply_now
{
	background: #602a7b;
    color: #fff;
    float: right;
    margin-bottom: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#reply_now i
{
	margin-right:10px;
}
.topic
{
	float:left;
	display:block;
	width:calc(30% - 30px);
	margin:0 15px;
}
.topic h2 {
    color: #363838;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    display: block;
    width: 100%;
    text-transform: none;
}
.topic h2:hover a 
{
	color:rgba(160,131,91,1)
}
.topic span
{
	color: #989c9e;
    font-size: 13px;
    /* font-family: 'Open Sans Light', sans-serif; */
    line-height: 16px;
}
.read_post .topic span {
 color: #555;
    font-size: 15px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 17px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 75px;
}
.topicStats
{
	float:right;
	display:block;
	width:55%;
	top:0;
	right:0px;
	margin:0;
}
.replies
{
	float:left;
	display:block;
	width:100%;
}
.total_r
{
	float:left;
	width:33.33%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    position: relative;
	color:#079aa2;
	line-height: 18px;
}
.fragwall_left section
{
	    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.reads
{
	    float: left;
    display: block;
    width: 100%;
    text-align: center;
 font-size: 14px;
    font-family: 'Open Sans Regular', sans-serif;
	color:#079aa2;
	float:left;
	width:33.33%;
    display: block;
	line-height: 18px;
}
.last_comment
{
    font-size: 14px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
color:#079aa2;
	float:left;
	width:33.33%;
    display: block;
	line-height: 18px;
}
.last_comment a
{
	color:#079aa2 !important;
	font-weight:bold;
}
.total_r span, .reads span, .last_comment span
{
	color:#000
}
.search_f
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.search_tags
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.search_f .btn, .reply_topic .btn, .results .btn, .addPerfume .btn_add
{
	float:right;
	display:block;
	width:150px;
	    height: 30px;
background:#602a7b;
font-size:12px;
color:#fff;
font-weight:400;
}
.addPerfume .btn_add
{
    border: 0;
    display: block;
    margin: 0 auto;
    float: none;
}
 .results .btn
 {
	 float:left;
 }
 .btn.tagi
 {
	 width:auto;
	 margin-right:5px;
	  background: #e6ebf1;
	 color: #000;
 }
.search_f .kerko_fusha
{
	float:left;
	display:block;
	width:calc(100% - 170px);
	    margin-bottom: 0;
		    height: 30px;
}
.frag_cat
{
	float:right;
	display:block;
	width:100%;
	    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 15px;
	
}
.frag_cat h3
{
	    color: #363838;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    margin: 0;
    padding: 15px;
	font-weight:400;
	border-bottom: solid 1px #f1f1f1;
}
.frag_cat ul
{
	float:left;
	display:block;
	padding:15px;
	margin:0;
	list-style:none;
	    width: 100%;
}
.frag_cat a
{
	font-size: 14px;
    color: #363838;
    font-family: 'Open Sans Light', sans-serif;
       padding: 5px 0;
	    width: 100%;
		float:left;
		display:block;
}
.frag_cat a span
{
	    float: right;
    display: block;
    background-color: #bdc3c7;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans Bold', sans-serif;
    border-radius: 20px;
    padding: 3px 10px;
    line-height: normal;
}
.fragwall.read_topic .topic {
    float: right;
    display: block;
    width: calc(80% - 30px);
    margin: 0 15px;

}
.f_body.login_reply .topic {
	float: left;
    display: block;
    width: 100%;
    margin: 0;
}
.posted
{
float: left;
    display: block;
    width: auto;
    color: #555;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0;
    width: 100%;
 
}
.reply_topic
{
	    float: right;
    display: block;
    width: calc(80% - 15px);
    border-top: 1px solid #f1f1f1;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
    padding:15px 15px 15px;
    right: 0;
	text-align: right;
	    position: absolute;
    bottom: 0;
}
.f_body.login_reply .reply_topic
{
	position:relative;
	    width: 100%;
}
.close_form
{
	    position: relative;
    margin: 0 auto;
    display: flex !important;
    float: none !important;
    margin-bottom: 0px;
    font-size: 18px !important;
    width: 35px !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 35px !important;
    border-radius: 50%;
}
.member_data
{
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
    float: left;
    display: block;
    color: #989c9e;
}
.reply_btn
{
	
    font-size: 18px;
    color: #602a7b;
    margin-left: 15px;

}
.topic q
{
	    background: #e6ebf1;
    padding: 15px;
    width: 100%;
    float: left;
    display: block;
    border-radius: 0px;
	font-style: normal;
	position:relative;
	margin-bottom: 15px;
}
.topic q q
{
	    background: #d5dfea;
    padding: 15px;
    width: 100%;
    float: left;
    display: block;
    border-radius: 0px;
	font-style: normal;
	position:relative;
	margin-bottom: 15px;
}
.topics q::before
{
content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 15px;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e6ebf1;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block;

	
}
.topicdd q q::before
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: auto;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 15px solid #d5dfea;
    top: auto;
    right: 15px;
    margin: 0 auto;
    display: block;
	
}
.topic q::after
{
	display:none;
}
.reply_topic.butonat
{
	    float: right;
    display: block;
    width: calc(80% - 15px);
    border-top: 1px solid #f1f1f1;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 15px 15px 0;
  
    bottom: 15px;
    right: 0;
}
.f_body.first
{
	   /*  box-shadow: 0 5px 10px #c9cccd; */
}
.up, .up_replying {
    color: #1abc9c;
    font-size: 12px;
}
.down, .down_replying {
    color: #db7a7a;
    font-size: 12px;
    margin-left: 20px;
}
.up i, .down i, .up_replying i, .down_replying i {
    font-size: 20px;
    padding-right: 10px;
}
.rep
{
	font-size: 18px;
    color: #bdc3c7;
    margin-left: 15px;
}
.topic textarea
{
	    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 18px;
	color:#3b3b3b;
}
.topic textarea q
{
	display:none;
}
.closed
{
	    float: right;
    display: block;
    padding: 5px 15px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#878787+0,000000+100 */
background: rgb(135,135,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    margin-bottom: 15px;
    border-radius: 3px;
    color: #fff;
}
.under_review
{
	    float: right;
    display: block;
    padding: 5px 15px;
background: rgb(191,164,126);
    background: -moz-linear-gradient(top, rgba(191,164,126,1) 0%, rgba(160,131,91,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,164,126,1) 0%,rgba(160,131,91,1) 100%);
    background: linear-gradient(to bottom, rgba(191,164,126,1) 0%,rgba(160,131,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#602a7b', endColorstr='#a0835b',GradientType=0 );

    margin-bottom: 15px;
    border-radius: 3px;
    color: #fff;
}
.fragwall_cat
{
	    float: left;
    display: block;
    width: 100%;
	max-height:620px;
    
	    margin-bottom: 10px;
}
#myForm
{
	height:auto;
	display:none;
	    max-height: fit-content;
}
.fragwall_content
{
float: left;
    display: block;
    width: 100%;
    padding: 15px 15px 0 15px;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #dadada;
    max-height: 560px;
    overflow-y: scroll;
    border-top-width: 3px;
    border-top-color: #bbb;
}
#AllTopics .fragwall_cat
{
	display:block;
}
.results .fragwall_cat
{
	margin-top:15px;
}
.fragwall_cat h1
{
	    width: 100%;
    float: left;
    display: block;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
	    margin-top: 15px;
}
.popover a
{
	    font-weight: 500;
    border-bottom: 1px solid #bdc3c7;
}
.modal-content.add_new
{
	      background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: medium none;
    position: relative;
    width: auto;
    padding: 0;
    display: block;

}
.add_new .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    padding: 4px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.add_new textarea.form-control
{
	min-height:200px;
}
.fragwall .alert {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 0px;
    margin-bottom: 15px;
}
.disabled
{
	box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.my_sense
{
	float:left;
	display:block;
	width:100%;
	height:400px;
	position:relative;
	background:#fff;
}
.my_sense::after
{
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(../img/perfume_bottle.png);
	background-position:center;
	background-size: auto 100%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
}
.sense_content
{
	width:100%;
	float:left;
	display:block;
	margin-top:136px;
	height:222px;
	position:relative;
}
.fillb
{
	position:relative;
    width: 200px;
    margin-left: calc(50% - 100px);
}

.fillb::before
{
	    content: "";
    width: 100px;
    height: 1px;
    background: rgba(0,0,0,0.4);
	top:10px;
    position: absolute;
    right: -40px;
    bottom: 25px;
	z-index:1
}
.fillb::after
{
     content: attr(data-name)": " attr(data-perqindja) "%";
    font-size: 12px;
    font-weight: 200;
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
    background: #fff;
    padding: 2px 5px;
    right: -100px;
    top: 0px;
    position: absolute;
	z-index:2;
	
}
.fillb:nth-child(even)::after
{
	 content: attr(data-name)": " attr(data-perqindja) "%";
    font-size: 12px;
    font-weight: 200;
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
    background: #fff;
    padding: 2px 5px;
    left: -100px;
	right:auto;
    top: 0px;
    position: absolute;
	z-index:2;
}
.fillb:nth-child(even)::before
{
	    content: "";
    width: 100px;
    height: 1px;
    background: rgba(0,0,0,0.4);
	top:12px;
    position: absolute;
    left: -40px;
	right:auto;
    bottom: 25px;
	z-index:1
}
.fillb.hide_data
{
	height:0 !important;
	display:none;
}
.fillb.hide_data::before, .fillb.hide_data::after
{
	display:none;
}
.select_ico
{
	width: 50px;
    float: left;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.select_ico img {
    float: left;
    display: block;
    width: auto;
    height: 50px;
}
.latRev .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 4px 10px;
    white-space: nowrap;
    float: left;
    display: block;
    width: 100%;
}
.message-left .kerko_fusha
{
	width:calc(100% - 5px);
	    margin: 5px;
		border-radius:0;
}
.currentPoll
{
	float:left;
	display:block;
	width:100%;
	padding:15px;
}
.optionValue
{
	float:left;
	display:block;
}
/*!
 * jQuery SmartTab v3
 * The flexible jQuery tab control plugin
 * http://www.techlaboratory.net/jquery-smarttab
 *
 * Created by Dipu Raj
 * http://dipu.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/jquery-smarttab/blob/master/LICENSE
 */
/* SmartTab Base Styles */
.st {
  position: relative;
    float: left;
    display: block;
    width: 100%;
}

.st *,
.st *::before,
.st *::after {
    box-sizing: border-box;
}

.st > .tab-content {
    position: relative;
    overflow: hidden;
	height: auto !important;
}

.st > .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
	background: #fff;
}

@media screen and (max-width: 640px) {
    .st > .nav {
        flex-direction: column !important;
        flex: 1 auto;
    }
}

.st > .nav .nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    outline: 0 !important;
}

.st > .nav .nav-link:hover, .st > .nav .nav-link:active, .st > .nav .nav-link:focus {
    text-decoration: none;
    outline: 0 !important;
}

.st > .nav .nav-link::-moz-focus-inner {
    border: 0 !important;
}

.st > .nav .nav-link.disabled {
    color: #ccc !important;
    pointer-events: none;
    cursor: default;
}

.st.st-vertical {
    display: flex !important;
    flex-wrap: nowrap;
}

.st.st-vertical > .nav {
    flex-direction: column !important;
    flex: 1 auto;
}

.st.st-vertical > .nav .nav-link {
    text-align: left;
}

.st.st-vertical > .nav > li, .st.st-vertical > .nav .nav-link {
    flex-grow: unset !important;
}

.st.st-vertical > .tab-content {
    flex: 1 100%;
}

.st.st-justified > .nav > li, .st.st-justified > .nav .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.st.st-loading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.st.st-loading::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    transition: all .2s ease;
}

.st.st-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 2rem;
    height: 2rem;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* SmartTab Theme: Default */
.st-theme-default {
    border: 0px solid #eee;
}

.st-theme-default > .tab-content > .tab-pane {
    padding: 0px;
}

.st-theme-default > .nav {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
}

.st-theme-default > .nav .nav-link {
    position: relative;
    background: transparent;
    border: transparent;
    height: 100%;
    min-height: 100%;
    color: #222 !important;
    padding: 10px;
    transition: all 250ms ease 0s;
}

.st-theme-default > .nav .nav-link::after {
    content: "";
    background: transparent;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.st-theme-default > .nav .nav-link.active {
    color: rgba(160,131,91,1) !important;
    cursor: pointer;
	    background: #f2f2f2;
}

.st-theme-default > .nav .nav-link.active::after {
    background: rgba(160,131,91,1) !important;
    transform: scale(1);
}

.st-theme-default.st-vertical > .nav {
    box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.1) !important;
}

.st-theme-default.st-vertical > .nav .nav-link::after {
    height: 100%;
    width: 2px;
    top: 0px;
    left: auto;
    right: -1px;
}
.sorteri
{
	float: left;
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
}
.sorteri.left
{
	width:40% !important;
}
.more_link
{
float: left;
    display: block;
    width: 100%;
    color: #0095F6;
    background: none;
    padding: 0px 0px;
    text-align: left;
    border-radius: 2px;
    margin-bottom: 20px;
}
.more_link.p_side
{
	margin-bottom:15px;
}
.opt_holder .more_link
{
	color:#000;
	padding:5px 0 0 0px;
	background:none;
	text-align:left;
}
.kerkoi 
{
	width: 18px;
    height: 18px;
    float: left;
    display: block;
	position:relative;
	
}
.kerkoi:after {
position: relative;
    display: block;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    content: "";
 
}
.kerkoi:checked:after {
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	content:"\f00c";
	color:#fff;
	font-family:FontAwesome;
    border-radius: 2px;
	display: flex;
    align-items: center;
    justify-content: center;
    place-content: center;
	font-size: 10px;
}
.kerkoi:checked
{
	 background: rgba(0, 0, 0, 1);
}
.all_list
{
	float: left;
    display: block;
    margin: 0;
    padding: 0;
   
    width: 100%;
	    max-height: 155px;
    overflow-y: scroll;
}
.opt_holder
{
	    padding: 0 15px 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    float: left;
    display: block;
	
}
.opt_holder .more_link
{
	margin-bottom:0;
	    margin-top: 15px;
}
#collapse
{
	    background: #e6ebf1;
    float: left;
    display: block;
	overflow: hidden;
}
.list_rez
{
	float:left;
	display:block;
	width:100%;
	    padding: 5px 0;

}
.list_rez.hide_list
{
	display:none;
	height:0;
	visibility:hidden;
}
.list_rez label
{
	   font-weight: 500;
    color: #000;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    margin-top: 3px;
}
.brand_dsc
{
	    float: left;
    display: flex;
    margin-bottom: 30px;
    width: 33.33%;
    align-items: center;
	font-weight:600;

}
.brand_dsc .brandLogo
{
	float: left;
    display: block;
    width: 40px;
	    margin-right: 15px;
		border:1px solid #dadada;
    height: 40px;
    border-radius: 50%;
}
#clear_filter
{
	width:100%;
}
.ses
{
	float: left;
    display: block;
    padding:5px;
	color:#fff;
    background: #602a7b;
    margin-right: 5px;
	border-radius: 3px;
	    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.pagination1 {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    display: table;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.pagination1 ul {
width: auto;
    float: none;
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.pagination1 li span { line-height:45px; font-weight:bold;}
.pagination1 li {
margin: 0 5px 0 0;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
  
    display: block;
	
}
.pagination1 li a {
    color: #000;
	background:#e6ebf1;
    padding: 0;
    width: 33px;
    height: 33px;
    text-decoration: none;
    text-align: center;
    display: flex;
    place-content: center;
    align-items: center;
    justify-content: center;
}
.pagination1 li:last-child a:hover { background:none; color:#7f8588;}
.pagination1 li:first-child a:hover { background:none;color:#7f8588;}
.pagination1 li a:hover {
color:#fff;
text-decoration: none;

background:#602a7b;
padding:0px 0 0 0; width:33px; height:33px;
}
.pagination1 li a.active
{
	background:#602a7b;
	color:#fff;
}
.pagination1 li.activepage a { 
color:#fff;
text-decoration: none;
padding: 10px 0 0 0; }
h2.order
{
	color: #000;
    margin: 30px 0;
    padding: 0 0 0 0px;
    border-left: 0;
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
    font-size: 25px;
}
.brand_dsc.allB {
    float: left;
    display: flex;
    margin-bottom: 10px;
    width: 33.33%;
    align-items: center;
    font-weight: 600;
}
.video_list
{
	float:left;
	display:block;
	width:calc(25% - 8px);
	padding:5px;
	background:#f4f1ea;
	margin-right:10px;
	margin-bottom:10px;
	min-height: 220px;
}
.video_list h3
{
	    float: left;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}
.video_list:last-child
{
	margin-right:0;
	
}
.video_list img
{
	float:left;
	display:block;
	width:100%;
}
#genderTab
{
	    float: left;
    display: block;
    width: 100%;
}
.perfumeOrder
{
	float:left;
	display:block;
	width:100%;
	padding:5px 0;
	border-bottom:1px solid #e9e9e9;
}
.perfumeOrder span
{
	font-weight: 700;
}
#genderTab .tab-content
{    height: 0px;
    padding: 10px;
    border: 1px solid #e9e9e9;
}
.insta .wikiInsta {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    margin-right: 0px;
    transition: all 0.4s ease;
	
}
.insta_img
{
	width:calc(25% - 5px);
	float:left;
	display:block;
	padding:0px;
	background:#fff;
	border:1px solid #dbdbdb;
	margin-bottom:5px;
	margin-right:5px;
}
.insta_img .wikiInsta
{
	    position: relative;
    max-height: 280px;
    overflow: hidden;
    height: 280px;
}
.insta .insta_img .img_author
{
	font-weight:bold;
}
.insta .insta_img .img_author img
{
	margin-right:5px;
}
.img_author
{
	    float: left;
    display: flex;
    width:auto;
    padding: 5px;
	align-items: center;
}
.reactions
{
	float: right;
    display: flex;
    height: 50px;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
}
.reactions span
{
	margin:0 10px 0 0;
	    font-size: 14px;
}
.reactions span i
{
	color:#602a7b;
}
.img_author img
{
	width:40px;
	height:40px;
	border-radius:50%;
}
#viewPhoto .modal-content
{
	width:100%;
	padding:0;
}
#viewPhoto .modal-dialog {
    margin: auto;
    width: 60%;
}
#viewPhoto img
{
	float:left;
	display:block;
	width:100%;
}
.img_holder
{
	    float: left;
    display: block;
    width: 60%;
	position:relative;
}
.img_holder .go_to.hold
{
	
       position: absolute;
    width: 250px;
    bottom: 0;
    right: 0;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: none;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    background: #fff;
    margin: auto;
    top: 170px;
    left: 0;
    height: 120px;
    padding: 15px;
    border-radius: 5px;
    flex-direction: row;
	box-shadow: 0 -5px 10px 10px rgb(0 0 0 / 30%);
	z-index:2;
   
}
.img_holder .go_to.hold::before
{
	width: 30px;
    height: 30px;
    content: "";
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(
45deg
);
    position: absolute;
	z-index:-1;
}
.img_holder .go_to.hold img
{
	    max-height: 90px;
    width: auto !important;

}
.img_holder .go_to h3
{
	font-weight: 500;
    margin: 0 0 0 15px;
    padding: 0;

	
}
#viewPhoto .modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 5px;
    float: left;
    display: block;
    width: calc(100% - 10px);
}
.reaction_content .img_author a
{
	display: flex;
    align-content: center;
    align-items: center;
}
#viewPhoto .modal-header img
{
	width:40px;
	margin-right:10px;
}
.reaction_content
{
	    float: right;
    display: block;
    width: 40%;
	padding:15px;
}
.reaction_content .img_author
{
	padding:0px;
	border-bottom:1px solid #e9e9e9;
	padding-bottom:15px;
	width:100%;
}
.reaction_content .img_author a > img
{
	width:40px !important;
	margin-right:15px;
}
.post_date
{
	margin-left: 30px;
    font-size: 11px;
    color: #666;
    float: right;
    display: block;
}
#viewPhoto .close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 45px;
}
.all_comments
{
	float:left;
	display:block;
	width:100%;
	height:350px;
	overflow-y:scroll;
}
.all_comments p
{
	    width: 100%;
    float: left;
    display: block;
    padding-left:0px;
    font-size: 11px;
    color: #666;
	margin:0;
	margin-top:5px;
}
.react_now
{
	float:left;
	display:block;
	width:100%;
	margin-top:10px;
}
.react_now i
{
	font-size:16px;
	color:#000;
}
.removeInsta i
{
	color:#cc0000;
}
.reaction_content textarea
{
	   border: 1px solid #e9e9e9;
    margin-top: 15px;
    float: left;
    display: block;
    width:calc(100% - 50px);
    min-height: 60px;
	color:#333;
}
#post_id
{
	    width: 50px;
    height: 100%;
    float: right;
    margin-top: 15px;
	    min-height: 60px;
}
.react_now .hearts, .react_now .comments
{
	    float: left;
    display: block;
    margin-right: 15px;
    font-size: 16px;
}
.l_comment
{
	float:left;
	
	width:100%;
	display: flex;
	padding:15px 7px 5px 0;
    line-height: 18px;
    font-size: 12px;
}
.commenter
{float: left;
    display:block;
    width: 40px !important;
    border-radius: 50%;
	height: 40px;
    margin-right: 15px;
	border-bottom:1px solid #e9e9e9;}
#viewPhoto .btn-prev, #viewPhoto .btn-next
{
	    position: absolute;
    
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: calc(50% - 20px);
}
#viewPhoto .btn-prev
{
	    left: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    background: none;
    border: 0px;
	box-shadow: 0 0 0;
}
#viewPhoto .btn-next
{
	right:-55px;
	box-shadow: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    background: none;
    border: 0px;
}
#viewPhoto .btn-prev.disabled, #viewPhoto .btn-next.disabled
{
	color:rgba(255,255,255,0.2) !important
}
.removeInsta
{
	color:#cc0000;
}
.trash
{
	    float: left;
    display: block;
    font-size: 14px;
    margin-right: 10px;
    color: #cc0000;
}
.uploader {
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
    border-radius: 5px;
	position:relative;
}
.return
{
	    position: Absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    background: rgba(160,131,91,1);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.uploader img
{
	width: 120px;
    border-radius: 50%;
	float:left;
	display:block;
	margin-right:15px;
	    margin-left: 15px;
}
.uploader span
{
	    display: flex;
    font-size: 28px;
    font-weight: 300;
    float: left;
    height: 120px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.stand
{
	
      float: right;
    display: flex;
    width: 200px;
    height: 120px;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.stand strong
{
	font-size: 28px;
    font-weight: 100;
}
.myGallery #genderTab .tab-content {
    height: 0px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
}
#wikiTab .nav-link
{
	display: flex;
    
    justify-content: center;
    align-items: center;
    align-content: center;
	background: #e6ebf1;
	font-family: 'Poppins';
    font-weight: 500;
	color:#545454 !important;
}
#wikiTab .nav-link i
{
	width: 30px;
    height: 30px;
    background:#fff;
    color: #602a7b;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-right:10px;
	
}
#wikiTab .nav li
{
	margin-right:5px;
}
#wikiTab .nav li:last-child
{
	margin-right:0;
}
#wikiTab .nav-link.active
{
	background:#602a7b;
	color:#fff !important;
}
#wikiTab .tab-content
{
	background: #fff;
    padding: 15px 10px 15px 15px;
}
#wikiTab .nav-link.active::After
{
	height:0;
	display:none;
}
.delPhoto
{
	    float: right;
    display: block;
    color: gray;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.delPhoto:hover
{
	 color: #cc0000;
}
#dialog
{
	display:none;
}
.nota .brand_dsc.allB {
    float: left;
    display: flex;
    margin-bottom: 10px;
    width:100%;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    align-content: center;
}
.nota .brand_dsc .brandLogo {
    float: left;
    display: block;
    width: 60px;
    margin-right: 0px;
    border: 1px solid #dadada;
    height: 60px;
    border-radius: 50%;
}
.input_field
{
	float: left;
    display: block;
    width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 15px 0;
}
.input_field label
{
	width: 30%;
    float: left;
    display: block;
    font-size: 12px;
    font-weight: 400;
	margin:0;
	    height: 28px;
		    display: flex;
    align-items: center;
}
.input_field input, .input_field textarea
{
	float: left;
    width: 70%;
    border: 1px solid #dadada;
	color: #747474;
}
.input_field textarea
{
	resize: vertical;
}
.input_field.half
{
	width:50%;
}
.input_field.half input
{
	width:55%;
}
.input_field .btn
{
	background:#fff;
	color:#747474;
}
.input_field .dropdown-menu input
{
	width:100%;
}
.input_field .tokenfield
{
	    height: auto;
    min-height: 34px;
    padding-bottom: 0px;
    border: 1px solid #ccc;
    width: 70%;
    float: left;
    display: block;
}
.input_field .tokenfield .token .token-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
    color: #777;
    padding-right: 20px;
	
}
.tokenfield .token
{
	position:relative;
}
.tokenfield .token .close
{
	font-size:18px !important;
	    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
	right:0;
	color:#000;
}

#go_up {
  display: inline-block;
  background-color: #e6ebf1;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius:50%;
}
#go_up::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#go_up:hover {
  cursor: pointer;
  color:#fff;
  background-color: #602a7b;
}
#go_up:active {
	 color:#fff;
  background-color: #602a7b;
}
#go_up.show {
  opacity: 1;
  visibility: visible;
}
.footer_left
{
	width:50%;
	float:left;
	display:block;
}
.footer_left_column
{
	width:33.33%;
	float:left;
	display:block;
	    min-height: 10px;
}
.footer_left_column.socials
{
	    width: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.footer_right
{
	width:50%;
	float:right;
	display:block;
}
.footer_left_column ul li a
{
	float:left;
	display:block;
	width:100%;
	    font-family: 'Poppins';
    font-weight: 400;
	padding: 3px 0;
}
.socials a
{
	    color: #F9F7F4;
    background: #A2A19F;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 14px;
	    transition: all 0.4s ease;
}
.socials a:hover
{
	 transition: all 0.4s ease;
	 background:#444;
}
.apps img
{
	float:left;
	display:block;
	    height: 30px;
		margin-right:15px;
		margin-top:15px;
		image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.apps a:last-child img
{
	margin-right:0
}
.popular_brands
{
	    float: left;
    display: block;
    width: 100%;
    padding: 15px 0;
}
.popular_brands ul
{
	    list-style: none;
    width: 20%;
    float: left;
    display: block;
}
#result
{
    position: absolute;
    width: 100%;
    top: 35px;
    box-shadow: 0 -1px 19px -4px #757575;
    background: #fff;
    z-index: 10;
    max-height: 600px;
	    display: inline-table;
    overflow-y: scroll;
}
#result .table-bordered {
    border: 1px solid #ddd;
    margin: 0;
    border: 0;
}
#result .table-responsive
{
	    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    border: 0;
}
#result td
{
	border:0;
	padding:0;
	
}
#result td img
{
	    width: auto;
    height: 55px;
   
}
#result td span
{
	    float: left;
    display: block;
    width: 55px;
    margin-right: 15px;
	    text-align: center;
}
#result td a
{

       float: left;
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #e9e9e9;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
}
#result td a:hover
{
	background:#e6ebf1;
}
#result td span.s_brand
{
	    float: left;
    display: block;
    width: auto;
    margin: 0;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    color: #999;
}
.s_brand i
{
	color: #555;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px dotted #999;
}
a.see_more
{
	background: rgb(239, 242, 246);
    text-align: center;
    padding: 15px 0 !important;
    font-weight: 300 !important;
}
.what
{
	    float: left;
    display: block;
    width: 100%;
    text-align: left;
}
.what b
{


}
.when
{
	position:Absolute;
	bottom:15px;
	right:15px;
}
.latRev
{
float:left !important;
display:none !important;
width:100% !important;
}
.fragwall_right.go_left
{
	float:left;
	display:none;
}
.fragwall_left.go_right
{
	float:left;
	margin-left:0px;
	width:calc(100% - 315px)
}
h2.popular, #genderTab
{
	display:none;
}
.go_full
{
	float: left;
    display: block;
    width: 100%;
}
.go_full .wikiInsta
{
	     width: 100%;
    height: 167.8px;
    overflow: hidden;
    margin-right: 0;
}
.go_full .wikiInsta img {
    float: left;
    display: block;
    /* width: auto !important; */
    height: auto;
    width: 100;
    /* min-width: 100%; */
    /* max-width: 100%; */
    min-width: 100%;
    min-height: 100%;
}
.gender_order
{
	float:left;
	display:block;
	width:100%;
}
.genderc
{
	    float: left;
    display: block;
    width: 33.33%;
}
.g_ico
{
	width: 80px;
    background: #e6ebf1;
    float: left;
    display: flex;
    height: 100px;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size:56px;
       box-shadow: 0 5px 13px -8px #757575;
    border: 1px solid rgba(0,0,0,0.1);
	color:#602a7b;
}
.gender_content
{
	    float: right;
    display: block;
    width: calc(100% - 100px);
    padding-right: 10px;
}
.gender_content h3
{
	    float: left;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
	    font-weight: 500;
		color: #777;
}
.gender_content a.perfumeOrder:last-child
{
	border-bottom:0;
}
.gender_order .perfumeOrder
{
	    float: left;
    display: block;
    width: 100%;
    padding: 0px 0 5px;
    border:0;
}
.gender_order .perfumeOrder:hover
{
	color:#602a7b;
}
.file_upload
{
	    float: left;
    display: block;
    width: 100%;
    position: relative;
	    margin-bottom: 15px;
}
.file_upload #tagi, .file_upload .tokenfield.form-control
{
	    background: #fff;
    border: 1.5px dashed rgba(160,131,91,1);
    color: #000;
    margin-top: 15px;
}
.file_upload .tokenfield.form-control .token .token-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
    color: #777;
    padding-right: 20px;
}
.file_upload .btn_add
{
	float: right;
    display: block;
    width: 150px;
    height: 30px;
    background:#602a7b;

    font-size: 12px;
    color: #fff;
    font-weight: 400;
	position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#show
{
	width: 40px;
    height: 40px;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    border: 10px solid rgba(0,0,0,0.5);
	transition: all 0.4s ease;
}
#show:hover
{
	transition: all 0.4s ease;
	cursor:pointer;
	border-color:#602a7b
}
#show:hover + a.go_to.hold
{
	display:flex;
}
a.go_to.hold:hover
{
	display:flex;
}
.b_gender
{
	 
    float: left;
    display: flex;
    width: 100px;
    height: 30px;
    background: #fff;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
	border:1px solid #000;
	width:calc(25% - 12px);
	margin-bottom:50px;
}
.b_gender::last-child
{
	margin-right:0;
}
.sorting a:last-child
{
	margin-right:0;
}
.b_gender.active
{
	color:#fff;
	background:#602a7b;
	border:1px solid #602a7b;
}
.insta_content
{
	float:left;
	display:block;
	width:20%;
}
.blue_ocean
{
	color:#079aa2 !important;
	    font-weight: bold !important;
}
.blue_ocean a
{
	color:#079aa2 !important;
	    font-weight: bold !important;
}
.content_author
{
	float: left;
    display:none;
    width: 100%;
    text-align: center;
    padding:3px 0px;
}
.content_author img
{
	float:left;
	display:block;
	width:30px;
	height:30px;
}
.fragrance .splide
{
	display:none;
}
.splide_front
{
	    float: left;
    display: block;
    width: 100%;
}
.splide_front .l_p {
    float: left;
    display: block;
    width: calc(20% - 12px);
    text-align: center;
    margin-right: 10px;
    min-height: 250px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
}
.ft_video
{
	    float: left;
    display: block;
    width: 100%;
	margin-bottom:50px;
	    margin-top: 20px;
}
.ft_video img
{
	    float: left;
    display: block;
    width: 100%;
}
a.go_profile
{
	width: auto;
    margin: 0;
    height: auto;
    border: 0;
    border-radius: 0;
}
#online_list table
{
	 margin-bottom:0;   
}
#online_list td img
{
	float:left;
	display:block;
	width:25px;
	margin-right:10px;
}
.fixed
{
	    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
.fiksuar
{
	    position: fixed !important;
    top: 97px;
    left: 0;
    width: 100%;
    z-index: 9;
	background:#fff;
  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
.fast_links
{
	    float: left;
    display: block;
    width: 100%;
	    padding: 0px 0;
		  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
.fast_links a
{
	padding:10px 15px;
	float:left;
	display:block;
	position:relative;
}
jqcloud {
  font: 10px "Helvetica", "Arial", sans-serif;
  line-height: normal;
  overflow: hidden;
  position: relative;
}
#cloud
{
	float:left;
	display:block;
	background:#f5f5f5 !important;

;
}
.jqcloud-word {
  margin: 0;
  padding: 0;
}
.jqcloud-word.w1 {
  color: #aab5f0;
  font-size: 30%;
}
.jqcloud-word.w2 {
  color: #99ccee;
  font-size: 50%;
}
.jqcloud-word.w3 {
  color: #a0ddff;
  font-size: 70%;
}
.jqcloud-word.w4 {
  color: #90c5f0;
  font-size: 90%;
}
.jqcloud-word.w5 {
  color: #90a0dd;
  font-size: 110%;
}
.jqcloud-word.w6 {
  color: #90c5f0;
  font-size: 130%;
}
.jqcloud-word.w7 {
  color: #3399dd;
  font-size: 150%;
}
.jqcloud-word.w8 {
  color: #00ccff;
  font-size: 170%;
}
.jqcloud-word.w9 {
  color: #00ccff;
  font-size: 190%;
}
.jqcloud-word.w10 {
  color: #00ccff;
  font-size: 210%;
  
}
.jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.jqcloud-word a:hover {
  color: #00ccff;
}
.fast_links a::after
{
	    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    margin: auto 0;
    right: -2px;
    top: 0;
    bottom: 0;
}
.fast_links a:last-child::after
{
	display:none;
}
.fast_links a.active
{
	border-bottom:2px solid #000;
}
#Sensation
{
	    float: left;
    display: block;
    width: 100%;
}
.rates_order
{
	    float: left;
    display: block;
    width: 100%;
	margin-bottom:15px;
}
.l_review_p
{
	    float: left;
    display: block;
    width: 100%;
}
.l_review_p .go_to
{
	    float: left;
    display: flex;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
   
    padding: 5px;
}
.l_review_p .r_name {
    float: right;
    display: block;
    font-weight: 600;
    width: calc(100% - 90px);
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    color: #000;
	padding-top:10px;
    text-align: left;
}
.l_review_p .r_email {
    float: right;
    display: block;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 10px;
    color: #777;
    width: 100%;
    line-height: 12px;
    text-align: left;
    margin-top: 0px;
    width: calc(100% - 90px);
}
.r_email.blue_ocean
{
	font-size:12px;
}
.l_review_p .go_to img {
    float: left;
    display: block;
    height: 100%;
    width: Auto;
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}
.brand_top_rated
{
	  float: left;
	 display: flex;
	 width:calc(25% - 4px);
	 height: 75px;
	 margin-bottom: 5px;
	 margin-right:5px;
	 text-align: center;
	 align-items: center;
	 justify-content: center;
	 align-content: center;
	 
	 padding:5px;
}
.rates_order .brand_top_rated:nth-child(4n)
{
	margin-right:0;
}
.brand_top_rated img
{
	float:left;
	display:block;
	height:100%;
	width:Auto;
}
.p_tag
{
	    background: #f8f9fb;
    border: 1px solid #ececec;
    padding: 3px 5px;
    margin: 0 5px 15px 0;
    color: #555;
    float: left;
    display: block;
	    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.p_tag:hover
{
	background:#000;
	color:#fff;    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.pg_content
{
	    float: left;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: normal;
	line-height:26px;
}
.pg_content p 
{
	margin-bottom:20px;
}
.pg_content p a
{
	color:#0095F6
}

nav ul ul {
	display: none;
	position: absolute; 
    top: 30px;
	background:#e6ebf1;
	    z-index: 9;

}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul li ul li a {
text-align: left;
    display: block;
    padding: 10px 15px;
    color: #999;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.news_content
{
	float: left;
    display: block;
    width:100%;
}
.double .news_content
{
	float:left;
	display:block;
	width:calc(50% - 7.5px);
	    border: 1px solid #dadada;
    border-radius: 5px;
	    min-height: 400px;
}
.double .news_content p
{
	float: left;
    display: block;
    width: 100%;
    padding:0px 15px 15px;
}
.double .news_content:last-child
{
	float:right;
}
.news_content img
{
	float:left;
	display:block;
	width:100%;
}
article{    float: left;
    display: block;
    width: 100%;
}
article img.main, article p img
{
	float: left;
    display: block;
    width: 100%;
	height:Auto;
	padding:30px 0;
}
article img.main
{
	padding-top:0;
}
.article_comment
{
	float:left;
	display:block;
	width:100%;
	padding:15px 0;
}
.comenter
{
	    float: left;
    display: flex;
    width: 20%;

    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	background:#e6ebf1;
	    height: 100%;
    position: absolute;
}
.comenter i, .blue_ocean b i
{
	    margin-left: 10px;
   
}
.comenter b
{
	font-size:16px;
}
.com_content
{
	    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
	border:2px solid #e6ebf1;
	position:relative;
}
.comenter img
{
	width:80px;
	height:80px;
	display:block;
	border-radius:50%;
	margin:15px 0;
}
.com_content span.usr_c
{
	float: right;
    display: block;
    width: 80%;
    padding: 15px;

    border-radius: 0px;
    font-size: 15px;
    color: #555;
	    min-height: 189px;
	position:relative;
}
.usr_c span
{
	    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
}
.com_contents span.usr_cs::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    left: -15px;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 15px solid #F4F1EA;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block;
}
.comenter span
{
    float: right;
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    border-radius: 5px;
    font-size: 11px;
    color: #555;
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 12px;
}
.forma_add
{
	    float: left;
    width: 100%;
    display: block;
    background:#e6ebf1;
    padding: 15px;
	margin-bottom:15px;
	    border-radius: 0px;
		position:relative;
}
.forma_add .btn
{
    position: absolute;
    width: 20%;
    height: 100%;
    position: absolute;
    width: 80px;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 14px;
   
    background: #602a7b;
    color: #fff;
    border-radius: 0;
    border: 0;
    outline: 0;
}
.forma_add textarea
{
	    width: calc(100% - 80px);
    float: left;
    display: block;
    min-height: 100px;
    font-family: 'SF Pro Display Regular';
    font-size: 16px;
    color: #555;
    padding: 15px;
    border-radius: 0px;
	 outline: none !important;
	 border:0;
	 border:1px solid #e6ebf1;
}
.forma_add textarea:focus
{
	border:1px solid #d6d9dc;
	 outline: none !important;
}
.load-more__btn {
    width: auto;
    padding: 7px 15px;
    color: #fff;
    display: table;
    margin: 0 auto;
    position: relative;
    min-width: 100px;
    transition: all 0s ease-in-out;
    font-size: 14px;

    background: #602a7b;
}
.load-more__btn:hover
{
	background:#000;
}
.load-more__btn-wrap {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0 15px;
}
.load-more__btn-wrap::before {
    width: 100%;
    height: 400%;
    top: -400%;
    content: "";
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    left: 0;
	opacity: 0.7;
}
.about_more {
    float: left;
    display: block;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 13px 56px -15px rgb(0 0 0 / 20%);
    position: relative;
}
.total_comments {
    position: absolute !important;
    right: 10px;
    bottom: 20px;
    float: right;
    display: flex !important;
    background: #602a7b;
    padding: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    width: 40px !important;
    height: 40px;
    overflow: visible !important;
}
.about_more h1
{
	    width: 100%;
    float: left;
    display: block;
   
}
.about_more h1 a
{
	 color: #602a7b;
}

.about_more span
{
	width: 100%;
    float: left;
    display: block;
    font-size: 11px;
    color: #999;
	text-transform:uppercase;
}
.about_more span a
{
	color:#602a7b;
}
.terms
{
	    float: left;
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 00;
    text-decoration: none;
    color: #65676b;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    font-weight: 500;
	margin-top:15px;
}
a.read_more
{
	    padding: 10px 20px !important;
    float: left;
    display: block;
    background: #602a7b;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px !important;
    width: auto;
}
a.read_more:hover
{
	background:#000;
}
a.go_to
{
	    float: left;
    display: block;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.blog_left a.go_to
{
	 max-height: 317px;
    margin-bottom: 0;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.blog_left .about_more {
    padding: 15px 0;
    box-shadow: none;
}
.blog_left .about_more h1, .blog_left .about_more a
{
	margin:0;
	padding:0;
}
.about_more h1 a:hover
{
	color:#000;
}
.total_comments
{
	    position: absolute !important;
    right: 30px;
    bottom: 30px;
    float: right;
    display: flex !important;
    background: #602a7b;
    padding: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    width: 40px !important;
    height: 40px;
    overflow: visible !important;
}
.total_comments::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: auto;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #602a7b;
    top: auto;
    right: auto;
}
.blog_left .total_comments
{
	  right: 15px;
    bottom: 15px;
}
.frag_content
{
float: left;
    display: block;
    width: 100%;
	left:0;
 
    position: absolute;
    height: calc(100% - 50px);
    padding-top: 10px;
    bottom: 0;
}
.top_search
{
	float:left;
	display:block;
	width:100%;
	position:relative;
	background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#282c35+0,202020+100 */
background: rgb(40,44,53); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(40,44,53,1) 0%, rgba(32,32,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(40,44,53,1) 0%,rgba(32,32,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(40,44,53,1) 0%,rgba(32,32,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282c35', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
padding:15px 30px;
border-radius:5px;
margin-bottom:50px;
}
.top_search::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: rgba(255,255,255,0.04);
    font-size: 101px;
	background-image:url(../img/logo_t.png);
	    background-size: auto 60%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.top_search li
{
	width:100%;
	float:left;

}
.top_search li img
{
	float:left;
	display:block;
	width:20px;
	height:20px;
	margin-right:10px;
}
.top_search .first
{
	float:left;
	display:block;
	width:calc(50% - 20px);
}
.top_search .second
{
	float:right;
	display:block;
	width:calc(50% - 20px);
}
.top_search a
{
padding: 5px 0;
    color: #fff;
    float: left;
    display: flex;position:relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    align-items: center;
    align-content: center;
}
.top_search .first li:last-child a, .top_search .second li:last-child a
{
	border-bottom:0;
}
.top_search span
{
	float:right;
	color:orange;
position:absolute;
right:0;
  font-weight:bold;
  font-family: 'SF Pro Display Bold';
 
}
.latest_comments
{
	float:left;
	display:block;
	width:100%;
	padding:0px 0;
	margin-bottom:50px;
}
.latest_comments .left
{
	float:left;
	display:block;
	width:calc(50% - 7.5px);
}
.latest_comments .right
{
	float:right;
	display:block;
	width:calc(50% - 7.5px);
}
.latest_comments a
{
	float:left;
	display:block;
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #dededc ;
	   
}
.latest_comments img
{
	width:32px;
	height:32px;
	float:left;
	display:block;
	border-radius:50%;
	 margin-right: 15px;
}
.latest_comments h2
{
	margin-bottom:5px;
}
.brand_content
{
float: left;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.brand_content .brandLogo {
     float: left;
    display: block;
    width: 20%;
	max-height: 167px;
    margin: 0 10%;
}
.brand_content .brandLogo.per {
	border-radius:50%;
}
.brand_content p
{
    width: calc(60% - 30px);
    float: right;
    display: block;
    box-shadow: 0 5px 10px #c9cccd;
    padding: 15px;
    height: 200px;
	overflow-y:scroll;
}
.sorting
{
	float: right;
    display: block;
    width: calc(60% - 30px);
    padding-left: 0;
}
.topic i.rep
{
	font-size: 15px;
	    font-style: normal;
    color: #777;
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 100;
	margin-bottom: 5px;
}
.topic i.rep a
{
	font-style:normal;
	color:#444;
	font-weight:500;
}
.community_stats
{
	padding:15px;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #dadada;
    float: left;
    display: block;
    width: calc(100% - 315px)
}
.community_stats h4
{
margin: 0;
    padding: 0;
    font-size: 14px;
}
.stats
{
	    float: left;
    display: block;
    width: 100%;
}
.perfume_left .allRanks
{
	display:none;
}
.collapse_btn
{
	display:none;
}
.search_tags
{
	display:none;
}
.search_msg
{
	float: left;
    display: block;
    width: 100%;
    padding: 15px 0;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder
{
	color:#000 !important;
}
.watch_review {
    float: left;
    display: flex;
    background: #e6ebf1;
    border-radius: 4px;
    margin-top: 15px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	border:1px solid #c6c8ca;
}
.where_to_buy {
    float: left;
    display: flex;
	color:#fff;
	font-weight:600;
    background:#c00000;
    border-radius: 4px;
    margin-top: 15px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	border:2px solid #810202;
}
.right_now
{
	float:left;
	display:block;
	height:50px;
}
.buy_btn
{
	    float: left;
    display: block;
    width: 100%;
    padding: 15px 0;
}
.watch_review i
{
	font-size:22px;
	margin-right:10px;
}
.hide_me
{
	display:block;
}
.show_me
{
	display:none;
}
.ads_300
{
	float:left;
	display:block;
	width:300px;
	margin-bottom:30px;
}
.inside_ads
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:30px;
}
.ads_300_mobile
{
	float:left;
	display:none;
	width:300px;
	margin-bottom:30px;
}
.ads_728
{
	width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.amazon_ads
{
	    float: left;
    display: block;
    width: 100%;
}
@media (max-width: 801px) {
	.ads_728
{
	display:none;
}
.ads_300_mobile
{
	float:left;
	display:block;
	text-align:center;
	width:100%;
	margin-bottom:30px;
}
	.rate_here a
{
	margin-right:0px;
}
	.show_me
{
	display: block;
    width: 100%;
    float: left;
    position: absolute;
    top: 35px;
}
	.hide_me
{
	display:none;
}
	.search_tags
{
	display:block;
}
#myInputKerko
{
	float: right;
	display: block;
	width: 100%;
	margin-right: 0px;
	margin-top: 15px;
}
#open_add
{
	float:none;
	margin:0 auto;
	position:relative;
}
	.top_menu {
    float: right;
    display: block;
    margin: 15px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
}
.avatar {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0px
;
}
.logo img {
    height: 30px;
    float: left;
    display: block;
}
.main-menu
{
	background:none;
	
}
a.logo {
    height: 30px;
    float: left;
    display: block;
    margin: 15px 0;
	    margin-left: 15px;
}
.top_menu a.circ {
    float: left;
    display: flex;
    width: 30px;
    height: 30px;
    background: #e6ebf1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 10px;
    font-size: 14px;
}
.user_info {
    float: left;
    display: none;
    font-family: 'Poppins', sans-serif;
    padding: 7px 14px 7px 0;
    color: #747474;
    margin-right: 0px
;
    border-right: 1px solid rgba(255,255,255,0.05);
}
.kerko {
    float: none;
    margin-left: 0px
;
    margin-top: 14px
;
    width: calc(100% - 30px);
    /* margin: 15
px
 auto 0; */
    position: absolute;
    left: 15px
;
    right: 0;
    float: left;
    top: 45px
;
z-index:999;
}
	.top_search .first {
    float: left;
    display: block;
    width: 100%;
}
.top_search::before {
	font-size: 50px;
}
	.top_search .second
	{
		display:none;
	}
	.splide_front
{
	display:none;
}
	.fragrance .splide
{
	display:block;
}
.container {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
       padding: 0 15px;
}
.left_c {
    float: left;
    display: block;
    width: 100%;
    border-right: 0px solid #e9e9e9;
    padding-right: 0px;
}
.search_bar {
    float: left;
    display: block;
    border-radius: 5px;
    padding: 15px;
    background: #e6ebf1;
    width: 100%;
	margin-bottom:20px;
}
.blog_left {
    float: right;
    display: block;
    width: 100%;
    height:auto;
    margin-top: 15px;
}
.latest_right {
    float: right;
    display: block;
    width: 100%;
}
.butonat a.sign_in {
    float: left;
    font-size: 15px;
    padding: 0;
    font-weight: 600;
    color: #65676b;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    border-radius: 3px;
    transition: all 0.4s ease;
    position: absolute;
    top: 15px;
    right: 15px;
}
.insta_content {
    float: left;
    display: block;
    width: 25%;
}
.insta_content:nth-child(13), .insta_content:nth-child(14), .insta_content:nth-child(15)   
{
	display:none;
}
.go_full .wikiInsta {
    width: 100%;
    height: 86px;
    overflow: hidden;
    margin-right: 0;
}
.genderc {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px
;
}
.latest_comments .left {
    float: left;
    display: block;
    width: 100%;
	margin-bottom:30px;
}
.latest_comments .left a:nth-child(5), .latest_comments .left a:nth-child(6) {
	display:none;
}
.latest_comments .right a:nth-child(5), .latest_comments .right a:nth-child(6) {
	display:none;
}
.latest_comments .right {
    float: right;
    display: block;
    width: 100%;
}
.top_search::before
{
	background-size:80% auto;
}
.most_popular {
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0;
}
.online_now {
    float: right;
    display: block;
    width: 100%;
    height: auto;
	margin-bottom: 30px;
}
.sidebar {
    float: right;
    display: block;
    width: 100%;
	margin-bottom:30px;
}
#cloud {
    float: left;
    display: block;
    background: #f5f5f5 !important;
    width: 100% !important;
}
.popular_brands ul
{
	width:50%;
}
.popular_brands ul a
{
	font-size:12px;
}
.fragrance_content {
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0px;
    padding-right: 0px;
    border-right: 0px solid #e9e9e9;
}
.perfume_left {
    float: left;
    display: block;
    width: 100%;
	position:relative;
}
.brand_container
{
	display:none;
}
.fragrance_content h1 {
font-size: 18px;
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
    display: block;
}
.brandp {
    float: left;
    display: block;
    font-weight: 500;
    font-size: 14px;
    width: auto;
}
.details {
    float: left;
    display: block;
    width: auto;
    padding: 5px 0 5px 15px;
}
.fast_links a {
padding: 10px 0px
;
    float: left;
    display: block;
    position: relative;
    font-size: 12px;
    width: 25%;
    text-align: center;
    word-break: break-word;
    line-height: 12px;
	border-bottom: 2px solid #e6ebf1;
	height: 46px;
}
.fast_links a::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    margin: auto 0;
    right: -2px
;
display:none;
    top: 0;
    bottom: 0;
}
.popularity.top
{
	width:100%;
}
.perfumeImg {
    float: left;
    display: flex;
    width: 100%;
}
.perfumeImg img
{
	max-width:80%;
}
.perfume_left .allRanks
{
	    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
	width:86px;
}
.myRank
{
	margin-top:0;
	margin-left:0;
	margin-bottom:10px;
}
.other_rates
{
	width:100%;
}
.other_rates {
    float: left;
    display: block;
    background: #fff;
    border: 0px solid #eaeaea;
    position: relative;
    width: calc(50% - 7.5px);
    margin-top: 15px;
    margin-right: 0px
;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 0%);
    padding: 0px 7.5px 0 0;
    transition: all .4s ease;
    margin-bottom: 50px;
}
.other_rates.projection, .other_rates.compliments
{
	margin-left:15px;
}
.rate_here {
    width: 100%;
	min-height:80px;
}
.popularity {
    float: left;
    display: block;
    width: 100%;
	min-height:auto;
}
.popularity.sens {
    margin-top: 0px;
    padding-top: 0;
}
.perfume_notes.all {
    float: left;
    display: block;
    width: 100%;
    padding: 15px 0 15px;
}
.dropdown
{
	background:none;
}
.perfumeAbout {
    float: right;
    display: block;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    background: #f8f9fb;
    border: 1px solid #ececec;
    color: rgba(0,0,0,0.6);
      height: 150px;
	      word-break: break-word;
}
.fillb:nth-child(even)::after
{
	left:-60px;
}
.fillb::after
{
	right:-60px;
}
.left_content {
    width: 100%;
	min-height:60px;

	    margin-bottom: 15px;
}
.results {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
}
.result_list .l_p {
    float: left;
    display: block;
    width: calc(50% - 7.5px);
	margin-right:15px;
}
/* .result_list .l_p:nth-child(even) {
	    margin-right: 0;
} */
.collapse_btn {
display: block;
    /* float: left; */
    display: flex;
    width: auto;
    position: relative;
    margin: 15px auto;
    width: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.collapse_btn i
{
	    color: #602a7b;
    font-size: 30px;
	    margin-bottom: 5px;
}
#collapse {
    background: #e6ebf1;
    float: left;
    display: block;
    min-height: 0px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder
{
	color:#000 !important;
}
#wikiTab .tab-content {
    background: #fff;
    padding: 15px 0px 15px 0px;
}
.insta_img {
    width: calc(50% - 5px);
    float: left;
    display: block;
    padding: 0px;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 5px;
    margin-right: 5px;
}
.insta_img .wikiInsta {
    position: relative;
    max-height: 280px;
    overflow: hidden;
    height: 165px;
}
.img_author
{
	display:none;
	
}
.reactions {
    float: right;
    display: flex;
    height: 50px;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
    width: 100%;
}
#wikiTab .nav li {
    margin-right: 0px;
    float: left;
    display: block;
    width: 33.33%;
}
#wikiTab .nav-link
{
	width:100%;
	font-family: 'Open Sans';
}
.st > .nav {
display:block;
}
#wikiTab .nav-link i {
    width: 20px;
    height: 20px;
}
.st-theme-default > .nav .nav-link
{
	padding: 10px 0;
}
.post_author.editors {
    width: 100%;
    margin-bottom: 30px;
}
.post_author a {
    float: none;
    display: block;
    width: 90px;
    height: 90px;
    padding: 0;
    margin: 0 auto;
}
.more_details {
    float: left;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0px;
    height: 90px;
    text-align: center;
}
.inside_article .more_details {
    height: auto;
    border-left: 2px solid #e6ebf1;
    padding-left: 15px;
    padding: 15px;
    width: calc(100% - 110px);
}
.inside_article .bio {
    padding: 5px 0;
    text-align: left;
}
.more_details a
{
	width:100%;
	    height: auto;
}
.post_author a img {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 15px;
}
.sorteri.left {
    width: 100% !important;
}
.sorting {
    float: right;
    display: block;
    width: 100%;
    padding-left: 0;
}
.result_list .l_p {
    float: left;
    display: block;
    width: calc(50% - 7.5px);
	    margin-right: 0;
}
.l_p:nth-child(2n+1) {
	margin-left:15px;
}
.all_direct
{
	float:left;
	width:50%;
	display:block;
}
.brand_dsc.allB {
    float: left;
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    align-items: center;
    font-weight: 600;
    flex-direction: column;
    margin-bottom: 30px;
}
.brand_dsc .brandLogo {
    float: left;
    display: block;
    width: 40px;
    margin-right: 0px;
    border: 1px solid #dadada;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.fragwall_left.wiki {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
}
.brand_content p {
    width: calc(80% - 30px);
}
.double h1 {
    font-size: 16px !important;
    text-shadow: 0px 0px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding:0px 15px 5px !important;
    float: left;
    display: block;
    width: 100%;
}
.blog_left.more_news.double a.go_to {
    max-height: 80px;
    margin-bottom: 0;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
}
.wearing {
    width: 100%;
    float: left;
    
    margin-bottom: 15px;
}
.our_blog {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.wearing.show_me
{
	    margin-bottom: 15px;
    float: left;
    display: block;
    position: relative;
	top: 0px;
	margin-top:20px !important; 
	margin-bottom:25px !important;
}
.register_today
{
	display:none;
}
.butonat.right
{
	font-size:0;
}
.footer_left_column.socials
{
	margin-bottom:20px;
}
footer {
    float: left;
    display: block;
    padding: 20px 0;
    background: #F4F1EA;
    width: 100%;
}
.footer_left {
    width: 70%;
    float: left;
    display: block;
}
.footer_left_column {
    width: 50%;
}
.footer_right {
    width: 30%;
    float: right;
    display: block;
}
.l_p {
    float: left;
    display: block;
    width: calc(50% - 7.5px);
    text-align: center;
    margin-right: 0px;
}
.season_content
{
	margin-top:40px;
	width:100%;
}
.chartR {
    float: left;
    display: block;
    width: 100%;
	margin-top:40px;
}
.stinet span {
    width: 75px;
    height: 75px;
}
.afiliate
{
	overflow:hidden;
}
.register {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    margin-top: 20px;
    display: block;
    background: #fff;
}
.register_left {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.register_right {
    float: right;
    width: 100%;
    display: block;
}
.register_left::before {
    width: 40px;
    background: #000;
    height: 40px;
    top: auto;
    border-radius: 50%;
    right: 0;
    padding: 10px 0;
    content: "or";
    text-align: center;
    z-index: 1;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    left: 0;
    margin: 0 auto;
    display: block;
    bottom: -60px;
}
.register_left::after {
    width: 50%;
    background: #e9e9e9;
    height: 1px;
    top: auto;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: -40px;
}
.register_right {
    float: right;
    width: 100%;
    display: block;
    margin-top: 60px;
}
.alert
{
	width:100%;
}
.double .news_content p {
    float: left;
    display: none;
    width: 100%;
    padding: 0px 15px 15px;
}
.double .news_content {
    float: left;
    display: block;
    width: calc(50% - 7.5px);
    border: 1px solid #dadada;
    border-radius: 5px;
    min-height: 220px;
}
.fragwall_left.go_right {
    float: left;
    margin-left: 0px;
    width: 100%;
}
.topic {
    float: left;
    display: block;
    width: calc(85% - 15px);
    margin: 0 0px 0 15px;
}
.topicAuthor {
    float: left;
    display: block;
    position: relative;
    width: 15%;
}
.topic {
    float: left;
    display: block;
    width: calc(85% - 15px);
    margin: 0 0px 0 15px;
}
.topicAuthor span
{
	display:none;
}
.topicStats {
    float: right;
    display: block;
    width: 85%;
}
.reads
{
	display:none;
}
.last_comment
{
	display:none;
}
.total_r {
    float: left;
    width: calc(85% - 15px);
    display: flex;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    position: relative;
    color: #079aa2;
    line-height: 18px;
    margin-left: 15px;
}
.pagi {
    float: left;
    display: block;
    margin: 5px 0;
}
.read_post .topicAuthor {
       float: left;
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 15px 5px 15px;
    background: #e6ebf1;
    position: relative;
    height: auto;
}
.topicAuthor .user_is_online section
{
	float:left !important;
	display:block;
	width:60px  !important;
	height:60px;
}
.topicAuthor .user_is_offline section
{
	float:left !important;
	display:block;
	width:60px  !important;
	height:60px;
}
.read_post .topicAuthor img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border-bottom: solid 1px #f1f1f1;
}
.read_post .topicAuthor span {
    float: right;
    display: block;
    width: calc(100% - 75px);
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    font-size: 16px;
	margin-bottom:5px !important;
    font-weight: 500;
}
.topicAuthor .wearing_com {
    position: relative;
    width: 30px;
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
    float: right;
}
.topicAuthor .wearing_com img {
    width: 50px !important;
    height: auto !important;
}
.blue_ocean .roli_dsc {
    float: left !important;
    display: block;
    width: 50% !important;
    padding: 15px 0 0;
    margin: 0;
    color: #000;
    font-size: 13px !important;
    line-height: 10px;
}
.register_date, .register_country
{
	    width: 60% !important;
    float: left !important;
}
.sa_poste {
	    float: right !important;
    display: block !important;
    width: 100% !important;
    text-align: right !important;
}
.read_post .topicAuthor span b
{
	    margin-bottom: 5px;
    float: left;
	    width: 70%;

}
.fragwall.read_topic .topic {
    float: right;
    display: block;
    width: calc(100% - 30px);
    margin: 0 15px;
}
.wikiInsta.inside {
    width: 100%;
    height: 86px;
    overflow: hidden;
    margin-right: 0;
}
.img_holder {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}
.reaction_content {
    float: right;
    display: block;
    width: 100%;
    padding: 0px 15px 15px 15px;
	overflow-y: scroll;
}
#viewPhoto .modal-dialog {
    margin: auto;
    width: 100%;
}
#viewPhoto .btn-prev, #viewPhoto .btn-next
{
	display:none;
}
.commenter {
    float: left;
    display: block;
    width: 20px !important;
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    border-bottom: 1px solid #e9e9e9;
}
.l_comment {
    float: left;
    width: 100%;
    display: flex;
    padding: 0 7px 5px 0;
    line-height: 18px;
    font-size: 12px;
}
.all_comments p {
    width: 100%;
    float: left;
    display: block;
    padding-left: 0px;
    font-size: 11px;
    color: #666;
    margin: 0;
    margin-top: 0px;
}
#viewPhoto.modal
{
	position: absolute;
    z-index: 999;
    padding-top: 0;
	
}
#load
{
	width:100%;
	position:relative;
	float:left;
	
}
.react_now {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    margin-bottom: 0;
}
.all_comments {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
body.modal-open
{
	overflow-y: hidden;
}
.block_data
{
	float:left;
	display:block;
	position:relative;
}
.shelve_left {
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #fff;
}
.shelve_left img {
    float: left;
    display: block;
    width: auto;
    height: 100%;
    margin-bottom: 0px;

}
.shU {
    float: right;
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.shD {
    float: right;
    display: block;
    width: 50%;
    margin-bottom: 5px;
}
.shelve_left .btn {
    width: 50%;
    float: right;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.u_pic
{
    float: left;
    display: flex;
    width: calc(50% - 15px);
    margin-bottom: 15px;
    height: 157px;
    overflow: hidden;
    justify-content: center;
}
.shelve_right {
    float: left;
    display: block;
    background: white;
    width: 100%;
    margin-top: 15px;
}
.shelve_right table tr td:nth-child(3), .shelve_right table tr td:nth-child(4), .shelve_right table tr td:nth-child(6)
{
	display:none;
}
.shelve_right table.my_stuff tr td:nth-child(6)
{
	display:block;
}
.shelve_right table tr td:nth-child(1)
{
	text-align:center;
}
.shelve_right img {
    width: auto;
	height:60px;
}
.allRanks {
    float: left;
    display: block;
    padding-top: 0px;
    /* margin-top: 110px; */
    margin-bottom: 20px;
	    width: 100%;
    margin-top: 20px;
}
.myRank {
    float: left;
    width: 86px;
    display: block;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-left: 0px;
    /* height: 75px; */
    margin-top: 0px;
    text-align: center;
    background: #e6ebf1;
    border-radius: 3px;
    margin-right: 10px;
}
.project-bar {
    height: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 0px;
}
.my_sense::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/perfume_bottle.png);
    background-position: center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    position: absolute;
}
.c_images .insta_content:last-child
{
	display:none;
}
.shD.shelve
{
	    width: 100%;
    float: left;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}
.comenter {
    float: left;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #e6ebf1;
    height: auto;
	padding:15px;
    position: relative;
}
.comenter img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    margin: 0;
	margin-right:15px;
}
.comenter b {
    font-size: 16px;
    float: left;
    display: flex;
    width: auto;
}

.wearing_com {
    width: 30px;
    z-index: 2;
    top: 10px;
    left: auto;
    position: absolute;
    right: 15px;
    height: auto;
}
.com_content span.usr_c {
    float: right;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    font-size: 15px;
    color: #555;
    min-height: auto;
    position: relative;
}
.article_comment .comenter span {
    float: right;
    display: flex;
    width: auto;
    padding: 0;
    background: none;
    border-radius: 5px;
    font-size: 11px;
    color: #555;
    position: absolute;
    text-align: center;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    line-height: 12px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin: auto;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.perfume_reviews .article_comment .comenter span {
    float: right;
    display: block;
    width: auto;
    padding: 0;
    background: none;
    border-radius: 5px;
    font-size: 11px;
    color: #555;
    position: absolute;
    text-align: center;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    line-height: 12px;
    right: 10px;
    top: auto;
    bottom: 0;
    margin-top: 0;height: auto;
}
.video_list {
    float: left;
    display: block;
    width: calc(50% - 7.5px);
    padding: 5px;
    background: #f4f1ea;
    margin-right: 0px;
    margin-bottom: 15px;
    min-height: 220px;
}
.video_list:nth-child(2n) {
float:right;
}
.popular_brands {
    float: left;
    display: block;
    width: 100%;
    padding: 0px 0 15px;
}
iframe
{
	float:left;
	display:block;
	width:100% !important;
	height:auto !important;
}
.create_account {
    float: right;
    display: block;
    width: 100%;
    background: #e6ebf1;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.fragrance_content .bootstrap-select>select
{
	left:0;
}
.go_my_profile
{
	width:100%;
	padding:0;
}
.col5 {
    width: 100%;
    display: block;
}
.go_my_profile td {
    padding: 5px 0;
}
.col5.edit_my_profile.right {
    width: 100%;
    margin-top: 15px;
}
.left_fragwall
{
	float:left;
	display:block;
	width:100%;
}
.message-left {
    display: block;
    height: auto;
    width: 100%;
    float: left;
    overflow-y: scroll;
    border-right: 1px solid #ccc;
    max-height: 300px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.message-right .display-message {
    display: block;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #ccc;
    overflow-y: scroll;
    min-height: 300px;
}
.message-right {
    display: block;
    height: 100%;
    width: 100%;
    float: left;
}
.message-left .kerko_fusha {
    width: calc(100% - 10px);
    margin: 5px;
    border-radius: 0;
}
.message-body {
    display: block;
    height: auto;
    width: 100%;
    margin: 0px auto;
    /* border: 1px solid #ccc; */
}
a.read_more {
    padding: 5px 10px !important;
    float: left;
    display: block;
    background: #602a7b;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px !important;
    width: auto;
}
.total_comments {
    position: absolute !important;
    right: 10px;
    bottom: 15px;
    float: right;
    display: flex !important;
    background: #602a7b;
    padding: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    width: 30px !important;
    height: 30px;
    overflow: visible !important;
}
.news_content {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.blog_left .news_content
{
	margin-bottom:0;
}
.perfume_notes {
    float: left;
    display: block;
    width: 100%;
    margin-top: 0px;
}
.notes {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.rate_here h4 {
    font-size: 12px;
    margin-left: 0px;
}
.home_content {
    float: left;
    display: block;
    width: 100%;
    padding: 30px 0 0;
    background: #fff;
}
.ft_video {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.latest_photos {
    float: left;
    display: block;
    width: 100%;
    padding: 10px 0;
}
.blog_left.more_news {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    max-height: 100%;
}
.go_full .latest_comments {
    float: left;
    display: block;
    width: 100%;
    padding: 0px 0;
    margin-bottom: 25px;
}
h2.lat_com
{
	margin-top:0
}
.top_search
{
	    margin-bottom: 20px;
}
.load_frag
{
	margin-bottom:25px;
}
.popular_brands h2
{
	margin-top:0
}
.pagination1 {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    display: table;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.community_stats {
    padding: 15px;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #dadada;
    float: left;
    display: block;
    width: 100%;
}
.sidebar.forumi
{
	display:none;
}
.stats {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.left_fragwall {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.insta
{
	    margin-bottom: 30px;
}
.core-menu .dropdown {
    position: absolute;
    background: #e6ebf1;
    text-align: left;
    display: none;
    margin-top: 19px;
}
.buy_btn {
    float: left;
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
}
.where_to_buy {
    float: left;
    display: flex;
    color: #fff;
    font-weight: 600;
    background: #c00000;
    border-radius: 4px;
    margin-top: 30px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border: 2px solid #810202;
}
.perfume_left .dropdown {
    position: relative;
    float: left;
    display: block;
    margin-bottom: 10px;
}
}
img
{
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}