/*
Theme Name: Marketify - Child Theme
Theme URI: http://astoundify.com/themes/marketify
Author: Astoundify
Author URI: http://astoundify.com
Description: Your beautiful handcrafted digital marketplace.
Version: 1.1.0
License: GNU General Public License
License URI: license.txt
Text Domain: marketify
Domain Path: /languages/
Tags: white, two-column, one-column, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
Template: marketify
*/
/** kiwi staging **/

:root{--major-font:'Varela Round';}
/*
@font-face {font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');}
*/
/* in order to remove extra htt requests, we decided to use ONE font. 
To avoid changing font-family in all css, here I tricked css to load Varela Round, whatever the family is used*/
@font-face {font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/Varela_Round/VarelaRound-Regular.ttf) format('truetype');}
@font-face {font-family: 'Raleway'; font-style: normal; font-weight: 400; src: local('Raleway'), local('Raleway'), url(fonts/Varela_Round/VarelaRound-Regular.ttf) format('truetype');}
@font-face {font-family: 'Varela Round'; font-style: normal; font-weight: 400; src: local('Varela Round'), local('Varela Round'), url(fonts/Varela_Round/VarelaRound-Regular.ttf) format('truetype');}
html{
	min-height:100%;
}
body {
	margin-bottom:0 !important;
	overflow-x:hidden; /* overflow-x can cause some ugly behaviour, better be safe */
}
body.shop {
	overflow:hidden; /* to stop double-scroll on shop */
}
body .container {
    max-width: 980px;
}
#page{ /* min-height needed to be removed, as it was messing many other pages.
		whoever put this with a reason, please tell Vlad for which page(s) it is needed, so 
		I can add it */
	/*min-height:450px;*/
}
a{
	cursor:pointer;
}
/* general styles (widely used) ******************************************************************//* BEGIN sign up widget */aside.wid-home-signup, aside#text-13.wid-Seller-small{background: url(/wp-content/themes/marketify-child/images/join_bg_flower2.jpg) no-repeat center center !important;}.callout-feature-content p {margin: 0.5em 0;}#edd_register_form input{border: none !important; border-bottom: 1px solid #9e9e9e !important;}.form-facebook-up {margin-top: 30px;}#create_member_profile_form {max-width: 320px; margin: 2% 0 2% 10%; padding-top: 10px;}#edd_register_form input.button {color: white; background: #50CA8B; border: 1px solid #50CA8B !important;}#edd_register_form input.button:hover {color: #50CA8B; background: white;}#edd_register_form .cond-cont {color: #000!important;}#edd_register_form a {text-decoration: underline;}#edd_register_form a:hover {text-decoration: none;}#or-text-edd{clear:both;}/* END sign up widget *//* BEGIN Vertical center image on garden post */#lightgallery > li > a > img.img-responsive{position: relative; top: 25%; transform: translateY(-25%);}/* END Vertical center image on garden post */
button.hide {
    display: none;
}
button.show {
    display: block;
}
.mdf1 {
    width: 100%!important;
}
.disabled{
    opacity:.5;
}
.to_show0{
	display:none;
}
.hideMe{
    max-height:1px;
    opacity:0;
    /*overflow:hidden;*/
    text-wrap:none;
    line-height:.1px;
}
.clearrow{
	clear:both;
}
.col_black{
    color:#202020 !important;
    text-shadow:none !important;
}
.larger{
    font-size:1.5em;
}
.smaller{
    /* font-size:.8em; */
    color:#ccc;
    margin-top:20px;
}
.smaller a{
    color:#ccc !important;
}
.green_text{
    color:#50ca8b !important;
}
.text_upper{
    text-transform:uppercase;
}
.text_center{
    text-align:center !important;	
}
.text_left{
    text-align:left !important;	
}
.text_right{
    text-align:right !important;	
}
.mtop10{
	margin-top:10px;
}
.mtop30{
	margin-top:30px;
}
.mbot10{
	margin-bottom:10px !important;
}
.mbot30{
	margin-bottom:30px;			
}
.padd10{
	padding:10px !important;
}
.paddt50{
	padding-top:50px;
}
.text_white_box{
    background-color:#fff;
    border:1px solid #202020;
    border-radius:3px;
    color:#202020 !important;
    padding:10px;
    text-shadow:none !important;
}
.nodecor{
    text-decoration:none !important;
}
/* icons rendering */
.fa {
    text-rendering: auto;
}
/* /icons rendering */
.ui-dialog.ui-widget ui-widget-content{
    position:fixed !important;
}
.micro_size{
    max-height:1px;
    max-width:1px;
    /*overflow:hidden;*/
    opacity:0;
}
.shortest{
    max-height:1px;
    line-height:1px;
}
.info_tip{
	color:#515a63;
}
.info_tip:hover{
	color:#50ca8b;
}
button,
input[type=reset],
input[type=submit],
input[type=radio]:checked,
.button,
#edd-purchase-button,
.edd-submit,
.edd-submit.button,
.edd-submit.button:visited,
input[type=submit].edd-submit,
.current-cart .cart_item.edd_checkout a,
.edd-wl-button,
a.edd-wl-button,
.edd-wl-button.edd-wl-action,
a.edd-wl-button.edd-wl-action {
    color: #515a63;
    border-color: #515a63;
    background: #ffffff;
}
/*** custom checkboxes ***/
input[type=checkbox] {
	position: relative;
}
/* to hide the checkbox itself */
input[type=checkbox]:before {
    position: absolute;
    height: 100%;
	width: 100%;
	background-color:#fff;
	color: #9c9c9c;
    font-family: FontAwesome;
    display: inline-block;
    content:"\f096";
    letter-spacing: 10px;
}
/* space between checkbox and label */
input[type=checkbox]:checked:before {
    font-family: FontAwesome;
    display: inline-block;
    color: #50ca8b;
    content:"\f14a";
    letter-spacing: 5px;
}
/* header ****************************************************************/
.home .site-header {
	margin-bottom: 0;
}
.minimal, .custom-background.minimal, .wp-playlist .mejs-controls .mejs-time-rail .mejs-time-current{
	background-color: #515a63;
}
.header-outer{
	background-color: #fff;
}
.widget--home > div > div.no-overlay{
    background-position: center top;
		background-color: #4c4c4c;
		background-size: inherit;
}
body.home .header-outer,
body.home.logged-in .header-outer,
body.shop .header-outer{
	background:none !important;
	max-height:25px;
}
body.logged-in .page-header{
	display:none;
}
.home .page-header{
    padding-top: 1em;
    padding-bottom: 1em;
}
.widget--home > div > div.no-overlay{
		background-repeat:no-repeat;
}
body.home.logged-in .header-outer{
    background-position: center center;
}
/* facebook login _________________________*/
/* fb login home page ........................................*/
#text-13.widget{
	word-break:normal;
}
.form-facebook-up {
	width: 100%;
}
.form-facebook-up .fb_iframe_widget, .edd_form .form-facebook-up .fb_iframe_widget {
	width: 100%;
	background-image: url("/wp-content/uploads/2016/09/facebook-login.png");
	background-repeat: no-repeat;
	background-position: center top; 
	height: 60px;
	cursor: pointer;
}
.edd_form .form-facebook-up .fb_iframe_widget {
	background-image: url("/wp-content/uploads/2016/05/facebook-sign.png");
}
.edd_form+p a {
    color: #515a63 !important;
}
.form-facebook-up span {
	opacity: 0;
	width: 100%!important;
	float: left!important;
	height: auto;
}
.form-facebook-up iframe {
	opacity: 0;
	width: 100%!important;
	float: left!important;
	height: auto;
	display: none;
}
/* fb login */
.fb-comments.fb_iframe_widget { display:inline-block !important; }
a.button_block {
    width: 100%;
    display: block;
    text-decoration: none;
}
a.bordered_button {
    border: 1px solid #666;
    padding: 10px 15px;
}
.red_note{
    color:red;
    border:1px solid red;
    border-radius:5px;
    padding:15px;
}
.red_note a{
    color: red;
    font-weight:bold;
    text-decoration:none;
}
.red_note a:hover{
    color:#000;
}
#edd_register_form input, #edd_login_form input{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.login_error{
    color: red;
    margin: 0;
    margin-bottom:0 !important;
}
#fbLoginSubmit {
    border-radius: 4px;
}
.facebookloginbutton,
input[type=submit].facebookloginbutton{
    background-color: #50ca8b;
    border-color: #50ca8b;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-style: solid;
    border-width: 2px;
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 700;
    height: auto;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    box-shadow: none;
}
.facebookloginbutton:hover,
input[type=submit].facebookloginbutton:hover{
    background-color: rgba(0, 0, 0, 0);
    border-color: #50ca8b;
    color: #50ca8b;
}
body.page-template-sign_in_new .form-facebook-up .fb_iframe_widget{
    background-image: url("/wp-content/uploads/2016/09/facebook-login.png") !important;
}
.custom_bottommargin .facebookloginbutton {
    background-color: rgba(0, 0, 0, 0);
    border-color: #50ca8b;
    color: #50ca8b;
}
.custombuttonwpr {
    margin-top: 20px;
    float: left;
}
.custombuttonwpr .facebookloginbutton {
    width: 100%;
}
/* menu ...............*/
/* add buttons in the header */
.add-buttons {
    display: block;
    float: right;
    height: 100%;
    vertical-align: middle;
}
.add-button {
    background-color: transparent;
    display: inline-block;
    color: #FFF;
	    font-size: 10px;
		font-weight:400;
	    text-align: center;
	    text-decoration: none;
    margin: 0px;
	    margin-left: 5px;
    padding: 5px 0;
    overflow: hidden;
    height: 52px;
	    max-width: 160px;
    transition: color 0.3s, max-width 0.3s;
}

.add-button:hover {
    background-color: transparent;
}
.add-button img {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: block;
    margin: 0 auto;
}
.add-button .login-icon-box {
	top: 0;
	right: 0;
	position: relative;
}
.nav-menu--primary ul.menu li:last-child{
    background-color: #01da90;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 0 0 2px #fff;
}
.entry-content div[itemprop=description] h2, 
.entry-content h2, 
.entry-summary h2{
    font-size: 24px;
    font-weight:bold;
    text-transform:uppercase;
    margin: 1em 0;
}
.page-template-my-account .content-area{
	margin-top:0 !important;
}
.page-template-my-account .entry-title.entry-title--truncated.prodctttl {
    width: 75%;
    float: left;
}
.page-template-my-account .entry-title.entry-title--truncated {
    clear: none;
    float: right;
    height: auto;
    width: 23%;
}
.page-template-my-account .entry-title.entry-title--truncated img {
    width: 80px;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
}
/* user's details ........................................*/
.profileShop .user_data{
    border: 1px solid #d6d6d5;
    border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	margin-top:15px;
}
.profileShop .customprofilepage{
    margin-top: 15px !important;
}
.profileShop .customprofilepage ul{
    margin-left: 20%;
}
.profileShop .customprofilepage ul li{
	text-align:left;
}
.usrimg {
	border: 2px solid #6c6c6c;
	border-radius: 50%;
	float: none;
	height: 120px;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 120px;
}
.usrimg img{
	width:120px !important;
		height:auto !important;		 
}
.usrprfllftwpr {
	padding: 15px 10px 10px;
	text-align: center;
	width: 80%;
}
.profileShop .usrprfllftwpr {
	/*margin:15px 0;*/
	width:100%;
}
.usrname {
	border-top: 1px solid #d6d6d5;
	padding-bottom: 5px;
	padding-top: 8px;
}
.user_karma_points{
	margin:0 auto;
}
.user_karma_points a{
	text-decoration:none;	
}
.user_karma_points span{
	background:#ffcf00;
	border-radius:3px;
	margin:0 1px;
	padding:7px 5px;
}
.karma_date{
	color:#999;
}
.karma{
	margin-top:10px;
    min-height: 25px;
}
.avgrating{
	margin-top:0;
}
/* user image uploadere ..................*/
.rotate_left_icon, .rotate_right_icon{
	cursor: pointer;
	font-size: 22px; 
}
.rotate_left_icon{
	margin-right: 30px; 
}
.rotate_right_icon{
	margin-left: 30px;
}
.close-people-popup {
  color: rgb(153, 153, 153);
  float: right;
  font-size: 13px;
  padding: 5px 9px 3px 11px;
  position: absolute;
  right: 11px;
  text-align: center;
  text-decoration: none;
}
.profile_img_err{
	color:red;
	text-align: center;
}
/* testimonial */
.individual-testimonial .testimonials-text{
	margin: 0;
}
.quote {
	width: 460px!important;
}
/* */ 
#productloaderbg {
    background: rgba(0, 0, 0, 0) url("images/white-overlay.png") repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 90;
    text-align: center;
    display: none;
}
#productloaderbg img {
    margin-top: 33%;
}
.form-group select.form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #bdc3c7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    padding: 10px;
    width: 100%;
    word-break: normal;
}
::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;  
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #999;  
}
:-ms-input-placeholder {  
    color: #999;  
}
/* signup ****************************************/
.mobile-success{
    color:#50ca8b;
    font-weight:bold;
    display:block !important;
    margin:0 auto;
}
body.page-id-7353 div.green_button{
    padding-right:15px;
}
.missfields{
    border: red 2px solid !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
/*.archive.woocommerce-page .site-content .woocommerce-result-count {
        display: none;
}
.archive.woocommerce-page .site-content .woocommerce-ordering {
        display: none;
}*/
.col-sm-12.col-xs-12.no-padding, .col-xs-12.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.custom_bottommargin {
    margin-bottom: 20px;
}
.custom_topmargin {
    margin-top: 10px;
    float: left;
}
.custom_bottommargin .has-error {
    border-color: red;
}
/* */ 
#AddWishlistError {
	color: #ff0000;
	float: left;
	font-size: 17px;
	font-style: italic;
	margin-top: 15px;
}
.wishlistsnglwpr {
	border-color: #cccccc;
	border-image: none;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: 12px;
	margin-bottom: 15px !important;
	padding: 5px 7px 1px;
	margin-right: 10px;
	position: relative;
	width: 50%;
}
.wishlistsnglwpr .wishlisttitle {
	width: 100%;
	float: left;	
}
.wishlistsnglwpr .wishlistdesc {
	width: 100%;
	float: left;
}
.wishlistsnglwpr .edd_download_inner {
	cursor: pointer;
	float: right;
	margin-left: 5px !important;
	width: 17px;
	position: absolute;
	right: -2px;
	top: -2px;
}
.noproductinwishlist {
	float: left;
	font-size: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.type-product .onsale {
    display: none;
}
.woocommerce.single-product .customswap {
	float: left;
	margin-right: 15px;
	width: auto;
}
.woocommerce.single-product .summary.entry-summary .cart {
/*float: left;
	margin-left: 15px;*/
}
.flowernotifictions {
    text-align: center;
    font-size: 19px;
}
.flowerswapwpr {
    position: relative;
    overflow: hidden;
}
.flowerlist {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}
.floweritems {
    width: auto;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}
.floweritems:hover{background-color: #30d99f; color:#fff;}
.flowerswapcntr {
    display: inline-block;
    position: absolute;
    left: 110%;
    top: 0;
}
.flowerswapwpr .flowerlist,
.flowerswapwpr .flowerswapcntr{
	position:relative;
}
.flowerswapcntr.flowerbuycntr
{
    position: relative;
    left: auto;
    top: auto;
}
.active_button {
    background: #01da90 url("images/10PeD.png") no-repeat scroll right center / 20px 20px;
    border-color: #01da90;
    color: #ffffff;
    padding-right: 25px;
}
.active_button:after {
    color: #fff;
}
.flowernotifictions span {
    font-weight: bold;
}
.swapntfctndshbrdsngl {
	background: #e3e3e3 none repeat scroll 0 0;
	border: 1px solid #000000;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0 0 0;
	float: left;
	font-size: 17px;
	margin: 5px 0;
	padding: 10px;
	width: 100%;
	position: relative;
}
.swapntfctntxtsngl {
    float: left;
    width: 80%;
}
.swapntfctntxtsngl span {
    font-weight: bold;
}
.swapntfctnbtnsngl {
    float: right;
    width: 10%;
}
.swapntfctnbtnsngl a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
    float: left;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.swapajxldrwpr {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(images/white-overlay.png) repeat scroll 0 0 transparent;
    text-align: center;
    z-index: 99;
    left: 0px;
    display: none;
}
.swapajxldrwpr img {
    position: relative;
    top: 42%;
}
.swapntfctntxtsngl.dclndntfctn {
    width: 100%;
}
.swapntfctnbtnsngl.dclndntfctn {
    cursor: pointer;
    height: auto;
    position: absolute;
    right: -5px;
    top: -6px;
    width: 25px;
}
.swapntfctnbtnsngl.dclndntfctn img {
    float: left;
    height: auto;
    padding: 0;
    width: 25px;
}
/* wishlist buttons ......................*/
.link-box-main-button{
float:left;
width:48%;
padding-left:0;
}
.arrow_box {
  background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
  border: 2px solid rgb(255, 255, 255);
  float: left;
  margin-top: 12px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 190px;
  color:#fff;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-width: 10px;
	margin-top: -10px;
}
.link-box-main-button:hover .arrow_box:after {
  border-right-color: rgb(48, 217, 159);
}
.link-box-main-button:hover .arrow_box.floweritems {
  background-color: #30d99f;
  color: #ffffff;
}
.wishlist_buttons .floweritems {
    border-color: 2px solid #fff;
}
.green-btn .arrow_box:after {
  border-right-color: rgb(48, 217, 159);
}
.green-btn .arrow_box.floweritems {
  background-color: rgb(48, 217, 159);
  color: rgb(255, 255, 255);
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: rgba(255, 255, 255, 1);
	border-width: 13px;
	margin-top: -13px;
}
.img-flower-box {
  border-radius: 50%;
  float: left;
  height: 65px;
  margin-right: 16px;
  overflow: hidden;
  width: 65px;
   margin-top: 2px;
   cursor:pointer;
}
.img-flower-box img {
/*  max-width: 50px;
  min-height: 50px;
  width: 50px;*/
}
.link-box-main-button {
  margin-bottom: 13px;
}
.wishlist-added-success {
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.arrow_box .wish_cm_name {
  display: inline;
}
.go-btn {
  background-color: rgb(80, 202, 139) !important;
  border: 2px solid rgb(80, 202, 139) !important;
  border-radius: 5px;
  color: rgb(255, 255, 255) !important;
  display: block;
  float: left !important;
  font-size: 20px !important;
  line-height: 0.95em !important;
  margin-left: 10%;
  margin-right: auto;
  margin-top: 26px;
  padding: 10px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: 79%;
}
.go-btn:hover{
  background-color: rgb(255, 255, 255) !important;
    color: rgb(80, 202, 139) !important; margin-bottom: 20px;
}
.popular-wishlist-head { font-weight: bold; margin-bottom: 30px; text-transform: uppercase; text-align: center;font-size: 1.5em; color: #fff; text-shadow: black 1px 2px 3px; line-height: 1.15;
}
body.page-id-7684.popular_wislist{
    background-color:#fff;
    /* join step - 3 */
    background:url(images/join_bgs/clouds_blue.jpg) no-repeat center center !important;
    background-size:cover;
    background-attachment:fixed;
}
#AddProductWishlistsgstn {
    margin-top: 15px;
}
#AddWishlistError {
    color: #ff0000;
    float: left;
    font-size: 17px;
    font-style: italic;
    margin-top: 15px;
}
.wishlistsnglwpr {
    border-color: #cccccc;
    border-image: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 12px;
    margin-bottom: 15px !important;
    padding: 5px 7px 1px;
    margin-right: 10px;
    position: relative;
    width: 50%;
}
.wishlistsnglwpr .wishlisttitle {
    width: 100%;
    float: left;	
}
.wishlistsnglwpr .wishlistdesc {
    width: 100%;
    float: left;
    color: #797979;
}
.wishlistsnglwpr .edd_download_inner {
    cursor: pointer;
    float: right;
    margin-left: 5px !important;
    width: 17px;
    position: absolute;
    right: -2px;
    top: -2px;
}
.noproductinwishlist {
    float: left;
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#empty_wishlist_msg,
#empty_msglist_msg{
    display:inline-block;
}
#empty_wishlist_msg{
    width:469px;
    max-width:100%;
}
#empty_wishlist_msg_head{
    background: url(images/empty_wishlist-head.jpg) no-repeat center top;
    background-size:100%;
    font-size: 22px;
    font-weight:normal;
    line-height: 1.6em;
    min-height: 100px;
    padding: 32px 50px 50px 50px;
}
#empty_wishlist_msg_foot img{
    width:100%;
}
#empty_msglist_msg{
    background:url(images/empty_news-marketplace-garden.jpg) no-repeat center top;
    background-size:100%;
    font-size: 22px;
    font-weight:normal;
    line-height: 1.6em;
    padding: 130px 76px 164px 76px;
    min-height: 490px;
    text-align: left;
    width:443px;
    max-width:100%;
}
.overlayforrtng #empty_msglist_msg,
.overlayforrtng #empty_chatlist_msg,
.overlayforrtng #empty_wishlist_msg{
    font-size: 16px;
    padding: 20px;
}
#empty_chatlist_msg{
    background:url(images/empty_chat.jpg) no-repeat center top;
    background-size:100%;
    font-size: 22px;
    font-weight:normal;
    line-height: 1.3em;
    padding: 119px 36px 141px 39px;
    text-align: left;
    /* width:480px; */
    max-width:100%;
}
#empty_wishlist_msg_head a,
#empty_msglist_msg a,
#empty_chatlist_msg a{
    color:#404040;
    text-decoration:none;
}
.chat-window{
    max-height: 107px;
}
/*wishlist buttons*/
.type-product .onsale {
    display: none;
}
.woocommerce.single-product .customswap {
    float: left;
    margin-right: 15px;
    width: auto;
}
.woocommerce.single-product .summary.entry-summary .cart {
    /*float: left;
            margin-left: 15px;*/
}
/* karma points */ 
.karma_myacc.xs_scr{
	display:none;
}
.karma_myacc{
	max-height: 200px;	
	padding-top:30px;
}
div[data-vl-widget="rewardStats"],
div[data-vl-widget="sharingWidget"]{
    background: #f5f5f5;
}
.karma_myacc div[data-vl-widget="rewardStats"]{
    max-height: 150px;
    overflow: hidden;
}
.karma_myacc div[data-vl-widget="rewardStats"] iframe{
    position: relative;
	    top: -55px;
    z-index:8 !important;
}
.karma_myacc .info_tip{
    position: absolute;
		top: 25px;
		right: 15px;
    z-index: 9999999999;
}
.karma_myacc .green_button{
    position: relative;
	    top: -70px;
    z-index: 99;	
}
/*.slide-right{
        left: 0; 
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
         animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}
.slide-left{
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
        animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
        0% { left: 110%; }
    100% { left: 0%; }
}
@-webkit-keyframes slide-in {
    0% { left: 110%; }
    100% { left: 0%; }
}
    
@keyframes slide-out {
    0% { left: 0%; }
    100% { left: -110%; }
}
@-webkit-keyframes slide-out {
    0% { left: 0%; }
    100% { left: -110%; }
}
*/
/*======================================
    CHAT BOX STYLES
======================================= */
.hr-clas {
    border-top: 1px solid #474747;
}
.chat-row > div{
	box-sizing: border-box;
}
.chat-box-main {
    /*max-height: 350px;*/
    height: 350px;
    overflow: auto;
}
.chat-box-div {    
    /* position:relative; */
    min-height: 92px;
    	max-height: 92px;
	/*min-height: 540px; /* removed to make msg-body pos:absolute, and open OVER other msgs, not pushing them lower */
}
.chat-box-bot-space{
    border: 2px solid #474747;
    border-bottom: 2px solid #474747;
    margin: 0 0 15px 0;
}
.chat-body{
    background: #fff;
    border: 2px solid #000;
	box-sizing: content-box;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	margin: 0 15px;
	position: absolute;
    	left: 0;
    z-index: 9;
}
/*.chat-body{
    min-height: 509px;  
}*/
.chat-box-head {
    padding: 10px 15px;
    /* border-bottom: 2px solid #474747; */
    background-color: #b5b5b5;
    color: #fff;
    text-align: center;
    height: 90px;
    cursor: pointer;
}
.chat-box-left {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    height: auto;
    padding: 11px;
    position: relative;
    width: 100%;
    background:#fff;
}
/*.chat-box-left::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #fff transparent transparent;
        border-image: none;
        border-style: solid;
        border-width: 9px;
        content: " ";
        left: -18px;
        margin-left: 0;
        position: absolute;
        top: 30%;
        transform: rotate(90deg);
}*/
.chat-box-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -25px;
    top: 5px;
    bottom: auto;
    border: 12px solid;
    border-color:#c1c1c1 transparent transparent transparent;
}
.chat-box-left:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -24px;
    top: 5px;
    bottom: auto;
    border: 12px solid;
    border-color: #fff transparent transparent transparent;
}
.chat-box-name-left {
    margin-top: 30px;
    margin-left: 0px;
    text-align: left;
    color: #049E64;
}
.chat-box-name-left img {
    max-width: 40px;
    /*border: 2px solid #049E64;*/
}
.chat-box-right {
    width: 100%;
    height: auto;
    padding: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #C5C5C5;
    font-size: 12px;
    background: #e3ffc8;
}
/*.chat-box-right::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom-colors: 10px solid #000;
        border-left-colors: 10px solid #000;
        border-right-colors: 10px solid #000;
        border-top-colors: 10px solid #000;
        border-color: #e3ffc8 transparent transparent;
        border-image: none;
        border-style: solid;
        border-width: 9px;
        content: " ";
        background:url('images/arrow-right.png') no-repeat center;
        margin-left: 0;
        position: absolute;
        right: -6%;
        top: 35%;
        transform: rotate(-90deg);
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
  left: auto;
        right: -20px;
  top: 0px;
        bottom: auto;
        border: 20px solid;
        border-color: lightyellow transparent transparent transparent;
}
*/
/* Right triangle placed top right flush. */
.chat-box-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -25px;
    top: 5px;
    bottom: auto;
    border: 12px solid;
    border-color: transparent transparent transparent #c1c1c1;
}
.chat-box-right:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -24px;
    top: 5px;
    bottom: auto;
    border: 12px solid;
    border-color: transparent transparent transparent #e3ffc8;
}
.chat-box-name-right {
    color: #354EA0;
    margin-top: 30px;
    margin-right: 0px;
    text-align: right;
}
.chat-box-name-right img {
    max-width: 40px;
    border: 2px solid #354EA0;
}
.chat-box-footer {
    background-color: #D8D8D8;
    padding: 10px;
}
.panel-body {
    padding: 15px;
}
.img-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.chat-box-name-left img {
    vertical-align: middle;
}
.chat-box-name-right img {
    vertical-align: middle;
}
.input-me .form-control {
    width: 76%;
    margin-right: 4px;
}
input[type=tel]{
    padding:10px;
}
.no-padding-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.chat-box-main-a {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin-bottom: 13px;
    padding-bottom: 13px;
    width: 100%;
}
.chat-name-box {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.chat-name-box-input {
    width: 100%;
    float: left;
    margin-bottom: 6px;
}
.text-muted {
    padding-left: 5px;
    padding-top: 5px;
}
.name-left {
    float: left;
}
.name-right {
    float: right;
}
.date-left {
    float: left;
}
.date-right {
    float: right;
}
.chat-profile-right {
    text-align: right;
}
.chat-box-overlay {
    background-color:rgba(255, 255, 255, 0.45);
    height: 100%;
    left: 0px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.chat-box-head h3{font-size:25px;}
.chat-box-head p{
    font-size:15px;
    margin: 0px;
}
.chat-box-head p span{font-weight:bold;}
.chat-box-refreshtop {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 2;
    cursor: pointer;
}
.form-input-error{border:solid 1px #F00 !important;}
.overlayforrtng{
    position: absolute;
    /*background: url(images/dark-white-overlay.png) repeat scroll 0 0 transparent;*/
    background-color: rgba(255,255,255,.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.inrovrlyrtng
{
    width: 100%;
    float: left;
}
.inrovrlhd
{
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.inrovrlhd p
{
	font-size: 16px;
}
.inrovrlbtn
{
    width: 100%;
    float: left;
}
.inrovrlrvwwpr
{
    float: left;
    width: 100%;
    display: none;
}
.inrovrlrvwwpr .inrovrlstrcntr
{
    float: left;
    width: 100%;	
}
.inrovrlstrcntr label
{
    background: url(images/star_normal.png) no-repeat scroll 0 0 transparent;
    width: 30px;
    height: 25px;
    float: left;
    margin: 0 3px;
}
.inrovrlstrcntr label:hover
{
    background: url(images/star_active.png) no-repeat scroll 0 0 transparent;
    height: 26px;
}
.inrovrlstrcntr label input[type="radio"]
{
    display: none;
}
.inrovrladntlinfowpr
{
    width: 100%;
    float: left;
    display: none;
}
.arrow {
    float: right;
    width: 0px;
    height: 0px;
    border: 11px solid transparent;
    margin-top: 19px;
    border-top-color: #F3F3F3;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.chat-box-head{
	position: relative;
}
.chat-box-head.open .arrow {
    bottom: 20px;
    margin-top: 6px;
    border-bottom-color: #F3F3F3;
    border-top-color: transparent;
}
.new-msg-bubble {
    position: absolute;
    margin-top: 13px;
    margin-left: 158px;
    font-size: 14px;
    background: rgb(90, 167, 211) none repeat scroll 0 0;
    width: 13px;
    height: 13px;
    padding: 1px 1px 1px 1px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    bottom: 32px;
    right: 10px;
}
.chat-info{
    height: 68px;
}
/*======================================
    CHAT BOX STYLES END
======================================= */
.colcstmimgwrp
{
    height: 50px;
}
.gardenimgcls
{
    width: 28px;
    float: right;
    cursor: pointer;
}
.imagegardengalrywpr
{
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0px;
}
.imagegardengalrywpr li
{
    width: 100px;
    float: left;
    margin: 5px 10px;
    position: relative;
}
.imagegardengalrywpr li>span
{
    width: 100%;
    float: left;
    text-align: center;
}
.imagegardengalrywpr li>img
{
    position: absolute;
    top: -14px;
    right: -14px;
    width: 30px;
    cursor: pointer;
}
.widget-area.customprofilepage
{
    width: 100%;
}
.page-template-profiles .woocommerce.woocommerce-page .products .product{
    width: 30.80%;
    text-align: center;
    height: 190px;
    overflow: visible; /*  hidden; */
}
.page-template-profiles .site-content h2{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.page-template-profiles .woocommerce.woocommerce-page .products .product a img
{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.page-template-profiles .woocommerce.woocommerce-page .products .product a h3
{
    width: 100%;
    text-align: center;
}
.snglgardenttl
{
}
.snglgardencntnt
{
}
.snglgardenimgwpr
{
}
.main-box{
    width:100%;
    margin:20px;
    box-shadow:0px 0px 1px #333;
    padding:20px;
}
.main-box>.title{
    font-size:1.5rem;
    color:#000;
    font-weight:bold;
}
.main-box>.dis{
    font-size:1rem;
    color:#000;
}
.main-box .list-box{
    width:100%;
    display:block;
}
.main-box .list-item{
    width:100%;
    display:block;
    padding:15px 0;
    border-top:1px solid #ececec;
}
.main-box .list-item .left-part{
    /* width:69%; */
    width:70%;
    display:inline-block;
    vertical-align:top;
}
.main-box .list-item .left-part>.title{
    font-size:1.5rem;
    color:#000;
    font-weight:bold;
}
.main-box .list-item .left-part>.sub-title{
    font-size:1.3rem;
    color:#3C3C3C;
}
.main-box .list-item .left-part>.dis{
    font-size: 1.3rem;
    color: #000;
}
.main-box .list-item .left-part>.dis a{
    color:#666;
    font-size:1.2rem;
    font-weight:500;	
}
.main-box .list-item .right-part{
    width:30%;
    display:inline-block;
    vertical-align:top;
    text-align:right;
}
.rating{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.avgrating
{
}
.avgrating img
{
    width: 20px;
}
.customcommentbox
{
    float: left;
    width: 100%;
}
.customcommentbox #reviews
{
    float: left;
    width: 100%;
}
.customcommentbox #reviews #comments
{
    float: left;
    width: 100%;
}
.customcommentbox #reviews #comments h2
{
}
.customcommentbox #reviews #comments .commentlist
{
}
.customcommentbox #reviews #review_form_wrapper
{
    float: left;
    width: 100%;	
}
.customcommentbox #reviews #review_form_wrapper #review_form
{
}
.customcommentbox #reviews #review_form_wrapper #review_form #respond
{
}
.customcommentbox #reviews #review_form_wrapper #review_form #respond .comment-reply-title
{
}
.customcommentbox #reviews #review_form_wrapper #review_form #respond .comment-form
{
}
/* comment likes and hearts */
/*  light box*/
.slider-img-heart i,
#wpcomm .wc-comment-footer a.who_liked, .save-pin-bs i{
    color:#333;
}
.slider-img-heart i{
    font-size: 16px;/*22px;*/
	margin-right: 5px;
    padding-top: 0;/*14px;*/
}
.already-liked i,
.pinMe a[data-saved="1"] i, .saved-prod-pin i{
    color:rgb(225,98,125);
}
.lg-sub-html {
  height: 57px;
}
.slider-img-heart{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.box .comments i{
	position:relative;
		top:-2px;
}
.slider-img-heart i:hover,
.box .comments i:hover,
.pin_on_cards i:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slider-img-heart:not(.already-liked) i:hover,
.who_liked:hover,
.box .comments:hover,
.pin_on_cards:hover{
	color:#333;
}
.wc-comment-footer > .wc-comment-like {
	display:inline-block;
	vertical-align:baseline;
}
.wc-comment-footer > .wc-comment-like .fa-heart {padding:0 2px;}
.wc-comment-footer > .wc-comment-like .who_liked {padding: 0 5px 0 0;vertical-align:baseline;line-height: 15px;height:15px;}
.wc-comment-footer > .wc-comment-like > .likeMe {
	display:block;
    min-width: 50px;
	position:absolute;
}
.like_icon {
	height: 30px !important;
}
a.who_liked {
  color: #858585;
  text-decoration: underline !important;
  vertical-align: middle;
  outline:none;
}
a.who_liked:hover{
  	color: #333;
}
.scroll_loader_popup {  padding-top: 11px;  text-align: center;  width: 100%;}
.scroll_loader_popup img {  margin-bottom: 5px;  margin-top: 8px;  width: 30px !important; display: inline-block !important;}
.only-heart{
    background-image:url(images/like_heart-slider.png);
    background-size: 28px auto;
    background-repeat: no-repeat;
    border: 0 solid rgb(255, 165, 0);
    display: inline-block;
    height: 25px;
    margin-right: 0.5rem;
    margin-top: 1px;
    width: 25px;
}
.close-like-popup{
    background-image:url(images/close_cross.png);
    background-size: 28px auto;
    background-repeat: no-repeat;
    border: 0 solid rgb(255, 165, 0);
    display: inline-block;
	float:right;
    height: 25px;
    margin-right: 0.5rem;
    margin-top: 8px;
    width: 25px;
    
}
.likeMe {
	color:#666;
		font-size:10px;
		line-height:16px;
		vertical-align:middle;
  display:inline-block;
  	margin-left:10px;
  vertical-align: middle;
}
.likeMe .who_liked {
  	vertical-align: middle;
	margin-right:5px;
	padding:0;
	  padding-right:0px;
	  padding-top:0;
}
.pin_on_cards{
	font-size:10px;
		line-height:16px;
	vertical-align:middle;
}
.pin_on_cards i{
}
/* home non-logged widgets **********************************************************/
aside.wid-home-signup{
	background: url("/wp-content/themes/marketify-child/images/join_bg_flower2.jpg") no-repeat center center !important;
}
.callout-feature-content p {margin: 0.5em 0;}#edd_register_form input{border: none; border-bottom: 1px solid #9e9e9e;}#edd_login_form input{border: none; border-bottom: 1px solid #9e9e9e;}
.form-facebook-up {margin-top: 30px;}#create_member_profile_form {max-width: 480px; margin: 2% 0 2% 24%;}#edd_register_form input.button {color: white; background: #50CA8B; border: 1px solid #50CA8B !important;}#edd_register_form input.button:hover {color: #50CA8B; background: white;}#edd_register_form .cond-cont {color: #000!important;}#edd_register_form a {text-decoration: underline;}#edd_register_form a:hover {text-decoration: none;}#or-text-edd{clear:both;}/* END sign up widget *//* BEGIN Vertical center image on garden post */#lightgallery > li > a > img.img-responsive{position: relative; top: 25%; transform: translateY(-25%);}/* END Vertical center image on garden post *//* BEGIN testimonial */.individual-testimonial .testimonials-text{margin: 0;}.quote {width: 460px!important;}/* END testimonial */
.feature span{
	display: block;
    max-height: 150px;
    overflow: hidden;
	position:relative;
}
.feature span img{
	position: relative;
	width: 150px !important;
}
#woothemes_features-2 .feature_1 span img{
    top: -150px;
}
#woothemes_features-2 .feature_2 span img{
    top: -300px;
}
#woothemes_features-2 .feature_3 span img{
    top: -450px;
}
#woothemes_features-3 .feature_1 span img{
    top: -600px;
}
#woothemes_features-3 .feature_2 span img{
    top: -750px;
}
#woothemes_features-3 .feature_3 span img{
    top: -900px;
}
#woothemes_features-3 .features span:after{
	background:#5e82a6;
	border-radius:15px;
		-moz-border-radius:15px;
		-ms-border-radius:15px;
		-o-border-radius:15px;
		-webkit-border-radius:15px;
	color:#fff;
		font-size:24px;
		line-height:30px;
	content:'';
    display:block;
	position:absolute;
		top:0;
	    left: calc( 50% - 60px );
	width:30px;
		height:30px;
}
#woothemes_features-3 .feature_1 span:after{
	content:'1';
}
#woothemes_features-3 .feature_2 span:after{
	content:'2';
}
#woothemes_features-3 .feature_3 span:after{
	content:'3';
}
/* home search form ************************************************************/
.homesearchwpr
{
    float: left;
    width: 100%;
}
.homesearchwpr .inrhmesrchsngl
{
    margin: 0 auto;
    width: 70%;
}
.homesearchwpr .inrhmesrchsngl .hmsrchlft, .homesearchwpr .inrhmesrchsngl .hmsrchrght
{
    color: #ffffff;
    float: left;
    font-size: 40px;
    text-align: center;
    width: 50%;
}
.homesearchwpr .inrhmesrchsngl .hmsrchlft input[type="text"], .homesearchwpr .inrhmesrchsngl .hmsrchrght input[type="text"]
{
    width: 290px;
    font-size: 16px;
}
.searchinputfield {
	text-align: left;
	float: left !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 60px !important;
	border-radius: 4px 0px 0px 4px !important;
}
.inputsearchbutton {
	float: left !important;
	text-align: left;
	background: #fff url("images/search-icon.png") no-repeat center;
	border: 0 none;
	border-radius: 0 4px 4px 0;
	height: 60px;
	padding: 10px 28px;
}/*
.inputsearchbutton:hover {
	float: left !important;
	text-align: left;
	background: #fff url("images/search-icon.png") no-repeat center;
	border: 0 none;
	border-radius: 0 4px 4px 0;
	height: 60px;
	padding: 10px 28px;
}*/
.but-search {
	background-image: url("images/search-ico.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	height: 65px !important;
	padding: 0 14px !important;
	width: 80px;
	border-radius: 4px !important;
}
.but-search:hover {
	background-image: url("images/search-ico-hover.png") !important;
}
.input-top-label label {
	display: block;
	letter-spacing: 4px;
	padding-top: 30px;
	height: 50px;
	text-align: center;
}
.label-field {
	position: relative;
	padding-top: 0 !important;
}
.label-field .label-text {
	position: absolute;
	top: 62px !important;
	left: 10px !important;
}
.input-top-label label .label-text {
	color: #9b9b9b;
	cursor: text;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	text-transform: none;
	transform: translateY(-363px);
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(-36px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transform: translateY(-36px);
	-o-transition: all 0.3s ease 0s;
	-moz-transform: translateY(-36px);
	-moz-transition: all 0.3s ease 0s;
	-ms-transform: translateY(-36px);
	-ms-transition: all 0.3s ease 0s;
	width:81%;
	position: absolute;
	top: 64px !important;
	left: 10px !important;
}
.input-top-label label input {
	color: #9b9b9b !important;
	font-size: 19px !important;
	width: 75% !important;
	border: medium none;
	padding-top: 13px !important;
}
.input-top-label label input:focus {
	width: 400px;
}
.input-top-label label .label-up {
	-moz-transform: translateY(-52px);
	-ms-transform: translateY(-52px);
	-webkit-transform: translateY(-52px);
	transform: translateY(-52px);
}
.input-top-label label input:focus + .label-text {
	color: #9b9b9b;
	font-size: 11px;
	-moz-transform: translateY(-52px);
	-ms-transform: translateY(-52px);
	-webkit-transform: translateY(-52px);
	transform: translateY(-52px);
}
.ui-autocomplete-input.error
{
    border-color: #ff0000;
}
.notificationp
{
    float: left;
}
.woocmrcarchiveprdcttype
{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}
.woocmrcarchiveprdcttype img
{
    width: 100%;
}
.woocommerce ul.products li.product a{
    overflow:hidden !important;	
}
img.woocommerce-placeholder.wp-post-image{
    /* top:-8% !important; */
    width:100% !important;
    height: auto !important;
}
img.sellad{
    position: relative;	
    z-index: 9;
}
.prodcutcounterwpr
{
    float: left;
    margin: 10px 30px;
    width: 200px;
    text-align: center;
}
.prodcutcounterwpr .prdctcontertxt
{
    float: left;
    font-size: 17px;
    width: 100%;
}
.prodcutcounterwpr .prdctcontertxt:after{
    background: none;
    content: ' ';
    display: block;
    position: absolute;
    top: 28px;
    left: 28px;
    width: 56px;
    height: 56px;
}
a.bubble_questions .prdctcontertxt:after{
    background: url(../marketify-child/images/buble-icons/questions.png) no-repeat top left;
}
a.bubble_messages .prdctcontertxt:after{
    background: url(../marketify-child/images/buble-icons/message.png) no-repeat top left;
}
a.bubble_gardens .prdctcontertxt:after{
    background: url(../marketify-child/images/buble-icons/garden.png) no-repeat top left;
}
a.bubble_saved .prdctcontertxt:after{
    background: url(../marketify-child/images/buble-icons/save.png) no-repeat top left;
}
a.bubble_products .prdctcontertxt:after{
    background: url(../marketify-child/images/buble-icons/posts.png) no-repeat top left;
}
a.bubble_ratings .prdctcontertxt:after{
    background: url(../marketify-child/images/buble-icons/ratings.png) no-repeat top left;
}
.prodcutcounterwpr .counter, .prodcutcounterwpr .counternovl
{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 50px;
    height: 120px;
    line-height: 50px;
    margin: 40px  50px 0 50px;
    vertical-align: middle;
    width: 120px;
    padding-top: 30px;
    color: #ffffff;
    background-color: #5aa7d3;
}
.prodcutcounterwpr .counternovl img.editsuerdsbrd
{
    position: relative;
    top: -38px;
    width: 94px;
}
.prodcutcounterwpr.myprdt .counter
{
}
.prodcutcounterwpr.mygrdn .counter
{
}
.page-template-pricing .fulldetails
{
    display: none;
}
#productloaderihvnedbg
{
    background: rgba(0, 0, 0, 0) url("images/white-overlay.png") repeat scroll 0 0;
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 90;
    text-align: center;
}
#productloaderihvnedbg img
{
    margin-top: 40%;
}
/* share feather icons ************************************/
.synved-social-button {
    display: inline-block !important;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.synved-social-button img{
    display: block !important;
    height: auto !important;
    vertical-align: bottom;
    position: absolute;
    bottom:-32px;
    transition: bottom .35s ease-in-out;
    -webkit-transition: bottom .35s ease-in-out; /* Safari 3.1 to 6.0 */
}
.synved-social-button:hover img{
    bottom: -30px;
}
/*
<i class="fa fa-share-square-o fa-2x"></i>
*/
.edd_download_inner {
    position:relative;
}
.soc_wrap{
    position:absolute;
    right: 0;
    bottom:100px;
    z-index: 99;
    transition:width ease-in-out .3s;
    width: 53px;
    overflow: hidden;
    max-height: 40px;
}
.soc_wrap:hover{
    width: 179px;
}
.share_soc{
    opacity:.75;
    padding:2px;
    padding-left:5px;
    width: 175px;
}
.share_soc:hover{
    opacity:1;
    /*left:-125px;*/
}
.share_soc:hover i{
    opacity:.35;
}
.share_soc i{
    color:#fff;
    text-shadow:1px 1px 5px rgba(0,0,0,1);
    opacity:1;
    transition:opacity ease-in-out .3s;
    margin-right:17px;
}
.share_soc a{
    margin-bottom:0 !important;
}
/* share social fix pos ....................*/
.entry-title.entry-title--truncated{
    position: relative;
    z-index: 9;
}
.soc_wrap_fix{
    position:absolute;
    bottom:15px;
}
.share_soc_fix{
    line-height: .5;
}
.synved-social-button{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 30px !important;
    height: 30px !important;
}
.wid-Free .synved-social-button{
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    margin-right: 50px !important;
    width: 128px !important;
    height: 128px !important;
}
.wid-Free .synved-social-button:nth-child(3){
    margin-right: 0 !important;
}
.synved-social-button img{
    bottom: 0px;
    width: 30px !important;
}
.wid-Free .synved-social-button img{
    bottom: 0px;
    width: 128px !important;
}
.wid-Free .synved-social-button:hover img{
    bottom: -128px;
}
/* min konto main buttons ***********************************/
.page-template-my-account .myacntlayntwpr > div > a,
.page-template-my-account .pull-left-box a{
    -webkit-transition: box-shadow .3s; /* Safari */
    transition: box-shadow .3s;
    box-shadow:none;
}
.myacntlayntwpr > div > a:hover,
.page-template-my-account .pull-left-box a:hover{
    box-shadow: 0 5px 0 #5aa7d3;
}
.myacntlayntwpr .col-sm-3.dshbrdicn
{
    width: 16%;
    text-align: center;
    padding: 0 5px;
}
.myacntlayntwpr .col-sm-3.adprdcticn
{
    width: 19%;
    text-align: center;
    padding: 0 5px;
}
.myacntlayntwpr .col-sm-3.adgrdnicn
{
    width: 19%;
    text-align: center;
    padding: 0 5px;
}
.myacntlayntwpr .col-sm-3.adqstnicn
{
    width: 19%;
    text-align: center;
    padding: 0 5px;
}
.myacntlayntwpr .col-sm-3.prdctwshlstmyacnt
{
    width: 27%;
    text-align: center;
    padding: 0 5px;
}
#auto_scroll,
#scroll_myacc{
    display:none;
}
#auto_scroll_to,
#absolute_scroll_to{
    display:none;
}
/*my account overlay*/
.popupbox{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
}
.popupbox-overlay{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0 ,0, 0.5);
}
.popupbox-content{
    position:relative;
    width:70%;
    margin:5% 15%; 
    background:#fff;
    padding:20px;
    border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.popupbox-header{
}
.popupbox-body{
}
.popupbox-footer{
}
/*my account overlay*/
.form-group.missfields{
    width: calc(100% - 15px) !important;
    max-width: calc(100% - 15px) !important;
}
.coupnwpr
{
}
.snglgardenimgwpr
{
}
.snglgardenimgwpr #snglgardenbx-pager
{
}
.snglgardenimgwpr #snglgardenbx-pager a
{
    width: auto;
    margin: 5px;
    float: left;
}
.snglgardenimgwpr #snglgardenbx-pager a img
{
    float: left;
    height: 60px;
    width: auto;
}
.nav-menu li.nav-menu-search, .nav-menu li.current-cart.menu-item
{
    display: none;
}
.nav-menu--primary-toggle::before {
    content: "\f0c9" !important;
    font-family:FontAwesome !important;
}
.subm_mob{
    display:none;
}
.subm_mob ul{
    list-style:none;
    margin:0;
}
.subm_mob ul li a{
    box-sizing: border-box;
    min-height: 50px;
    padding-left: 55px;
}
.product_list_widget li
{
    float: left;
    height: 280px;
    margin: 5px 15px !important;
    max-height: 280px;
    overflow: hidden;
    width: 22%;
}
.product_list_widget li img
{
    width: auto !important;
    height: 300px;
}
.home .product_list_widget li a img
{
    /*width: 250px !important;
    height: 210px !important;*/
}
.product_list_widget li span
{
    width: 100%;
    float: left;
}
.cstmdivwcmrcsrtng .woocommerce-ordering
{
    display: none;
}
.wcmrcsrtngdrpdwn
{
    text-align: center;
    margin: 20px 0 0 0 ;
}
.wcmrcsrtngdrpdwn .woocommerce-ordering
{
    float: none;
}
.page-title.archiespg a
{
    color: #ffffff;
    text-decoration: none;
}
.wcvendors_sold_by_in_loop span
{
    float: left;
    width: auto;
}
.wcvendors_sold_by_in_loop span img
{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.ab-sub-wrapper .ab-submenu #wp-admin-bar-user-info .ab-item img
{
    width: 64px;
    height: 64px;
    left: -72px;
    position: absolute;
    top: 4px;
}
.page-id-7478 .site-content, .page-id-7499 .site-content
{
    margin-bottom: 0px;
}
.page-id-7478 .entry-content
{
    padding: 0 0px;
}
.page-id-7499 .entry-content
{
    padding: 0 0px;
}
.cstmadvncfltrwpr
{
    float: left;
}
.cstmadvncfltrwpr .adva-f-but{
    float: left;
    margin: 10px 0 30px 30px;
    width: auto;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #50ca8b;
    color: #50ca8b;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.cstmadvncfltrwpr .refresh-page-but a{
    float: left;
    margin: 10px 0 30px 30px;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #50ca8b;
    color: #50ca8b;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.cstmadvncfltrwpr .refresh-page-but_hr a {
    float: left;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #6c6c6c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #6c6c6c;
    font-size: 13px;
    font-weight:700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 30px 30px;
    margin-left: 0 !important;
    margin-top: 0;
    padding: 11px 8px 10px;
    width: auto;
}
.cstmadvncfltrwpr .refresh-page-but_hr a:hover {
    background-color: #e5e5e5;
    border: 3px solid #9e9e9e;
    color: #494949;
}
.refresh-page-but_hr {
    float: left;
    font-size: 12px !important;
    margin-top: 11px;
    margin-left: 30px;
    width: auto;
}
.cstmadvncfltrcntr
{
    display: none;
}
.cstmadvncfltrcntr .advncdcstmfldech
{
    padding: 0 50px;
    margin-top: 12px;
}
.cstmadvncfltrcntr .irs .irs-from, .cstmadvncfltrcntr .irs .irs-to
{
    font-size: 15px;
    top: -7px;
}
.cstmadvncfltrcntr .advncdcstmfldech.cstmdstncefltr
{
    margin-top: 0px
}
.cstmadvncfltrcntr .advncdcstmfldech.wcmrcsrtngdrpdwn
{
    margin-top: 0px;
    border-right: medium none;
}
.pull-left
{
    float: left;
}
.advncclrdv
{
    width: 50%;
    float: left;
}
.advncclrdv .advncclrfltr
{
    width: auto;
    float: left;
}
.advncclrdv > label
{
    float: left;
    line-height: 15px;
    margin-left: 9px;
    width: auto;
}
.wcvendors_sold_by_in_loop
{
    margin-left: 10px;
}
.salepricewcvndr
{
    float: right;
    margin-right: 15px;
}
.desccmnt
{
    color: #999999;
    font-size: 13px;
    font-style: italic;
    padding-left: 11px;
    width:100%;
    display:inline-block;
}
#uploadedprofileimage
{
    position:relative;
    margin-left:150px;
    margin-top:50px;
    width:600px;
    /*height:400px;*/
    overflow: hidden;
}
#uploadedprofileimage img.croppedimg.tobecropped
{
    width:auto;
    height:auto;
}
#uploadedprofileimage img.croppedimg
{
    width:auto;
    height:auto;
}
#crop_cntr
{
    width:120px;
    height:120px;
    border:1px dashed white;
    position:absolute;
    top:0px;
    box-sizing:border-box;
}
.snglnamettl
{
    float: left;
    width: 100%;
}
.snglnamettl .snglcnttl
{
    float: left;
    width: 100%;
}
.snglnamettl .snglsc1ttl
{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}
/* /shop product list *****************************/
.home .container.grid_main_container{
	padding-left: 0px;
		padding-right: 0px;
	position:relative;
}
body.post-type-archive .flowerproductwpr .product > a,
body.post-type-archive .customproductsulwpr .product > a,
body.post-type-archive .customproductsulwpr .has-post-thumbnail > a,
body.post-type-archive .cstmdivwcmrcsrtng .has-post-thumbnail > a{
    display: block;
    height: 210px;
    margin-bottom: 80px;
    overflow: hidden;
}
body.post-type-archive .customproductsulwpr .size-shop_catalog,
body.post-type-archive .cstmdivwcmrcsrtng .size-shop_catalog,
body.post-type-archive-product.woocommerce ul.products li.product a img{
    height: auto;
    position: relative;
    top: -16%;
    width: 100%;
}
#search_cnt{
    display:none;
}
.prod_card_i{
	background-color: #bfe4e6;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
    padding: 10px;
    text-align: center;
	width: 50px;
		height: 50px;
}
.box .prod_card_i i{
	font-size: 36px;
    	line-height: 36px;
	font-style: normal;
}
.prod_card_i .fa-trash{
	color:#f67691;
}
.prod_card_i .fa-edit{
	color:#6da283;
}
/* loader ...........................*/
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.background-masker {
    background: #fff;
    position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}
.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}
.background-masker.subheader-right {
    left: 230px;
}
.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}
.background-masker.content-top {
    height:20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}
.background-masker.content-second-line  {
    top: 68px;
}
.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}
.background-masker.content-third-line {
    top: 82px;
}
.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.timeline-wrapper {
    width: calc( 84% - 14px );
    margin: 0 auto;
    height: 365px;
    overflow: hidden;
    margin-top: 10px;
}
.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    width: calc(25% - 15px);
    min-height: 200px;
    display: inline-block;
    max-width: 100%;
    margin-left: 12px;
}
.timeline-item:first-child {
    margin-left: 0px;
}
.background-masker {
    background: #fff;
    position: absolute;
}
.background-masker.content-top {
    top: 0px;
    height: 17px;
    left: 116px;
    right: 0;
}
.background-masker.content-top-sep {
    top: 17px;
    height: 16px;
    left: 0px;
    right: 0;
}
.background-masker.second-end {
    top: 33px;
    height: 16px;
    left: 115px;
    right: 0;
}
.background-masker.second-sep {
    top: 49px;
    height: 40px;
    left: 0px;
    right: 0;
}
.background-masker.third-end {
    top: 87px;
    height: 22px;
    left: 215px;
    right: 0;
}
.background-masker.third-sep {
    top: 109px;
    height: 20px;
    left: 0px;
    right: 0;
}
.background-masker.forth-end {
    top: 129px;
    height: 20px;
    left: 215px;
    right: 0;
}
.background-masker.forth-sep {
    top: 149px;
    height: 40px;
    left: 0px;
    right: 0;
}
.background-masker.fifth-sep {
    height: 40px;
    top: 240px;
    left: 0;
    right: 0;
}
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 336px;
    position: relative;
}
#scroll_loader,
#productloaderbg{
	display:none !important;
}
/* */
.woocommerce ul.products li.product h3.shop_search_res,
.woocommerce ul.products li.product h3.snglnamettl.shop_search_res .snglsc1ttl,
.prod_shop_name{
    font-size: 18px;
    line-height:18px;
}
.prod_shop_name{
    position: absolute;
    bottom: 160px;
}
.prod_save {
    float: right;
    padding-bottom: 10px;
}
a#selladdshopri_free,
a#selladdshopri_free span{
    text-decoration:none !important;
}
#seel_ad_error{
    color:red; 
    margin-left:5px;	
}
.woocommerce ul.products li.product h3.snglnamettl.shop_search_res .snglsc1ttl{
    font-weight:normal;
    padding-top: 0.75em;
}
.woocommerce ul.products li.product .prod_shop_name h3{
    padding:0;
}
.woocommerce ul.products li.product .prod_shop_name h3:nth-child(2){
    padding-top:0.75em;
}
.post-type-archive-product.woocommerce ul.products li.product .woocmrcarchiveprdcttype{
    top: 232px !important;
}
body.page-id-7334 a.image-placeholder {
    background:url('images/product-placeholder-387x287.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    min-height:210px;
}
body.page-id-7334 .home_prod_list img.image-placeholder{
    max-height:45%;
    margin-bottom: -25%;
    visibility:hidden;
}
body.page-id-7334 .amount{
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 43px;
    padding-left: 13px;
    padding-right: 13px;
    position: absolute;    
    left: 0;    
    bottom: 0;
    text-align: right;
}
body.page-id-7334 .home_prod_list .product-title{
    min-height: 1.2em;
}
.adv_srch_scroll_btn{
    background-color:#01da90;
    border:3px solid #fff;
    border-radius:7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-sizing:border-box;
    color:#fff;
    font-size:13px;
    font-weight:bold;
	opacity:0;
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
    padding:5px 10px;
    position: fixed;
    top: 300px;
    right: -5px;
    text-align:left;
    z-index: 9;
}
/*
.cstmadvncfltrcntr div.adv_srch_scroll_btn:hover{
    border:3px solid #01da90;
    background-color:#fff;
    color:#01da90;
    cursor:pointer;
    margin-bottom:10px;
}*/
/* removed when adv search became a part of main content div 
.adv_srch_scroll_btn:after{
    content:"\f078";
    color:#01da90;
    font-family:FontAwesome;
    font-size: 18px;
    display:block;
    position: absolute;
    bottom: -25px;
}*/
.adv_srch_scroll_btn span{
    display:block;
}
/* question prod list /******************************************/
.qestnimg img[alt*="Placeholder"]{
    display:block;
    margin:0 auto;
    max-height:100%;
}
/* body.page-id-7334 img, */
/*body.page-id-7334 img[alt*="Placeholder"]{
        visibility:hidden;
}
body.page-id-7334 img[alt*="Placeholder"]:after{
    visibility: visible;
    display: block;
        content:'<img src="http://floragora.dk/wp-content/themes/marketify-child/images/product-placeholder-387x287.png" alt="Placeholder" class="woocommerce-placeholder wp-post-image" data-post-id="" >';
}*/
/*
body.post-type-archive .customproductsulwpr h3.snglnamettl[data-type=ttl],
body.post-type-archive-product.woocommerce ul.products li.product  h3.snglnamettl[data-type=ttl]{
        bottom: -20px;
}
*/
/* ====== wp user interface styles ============ Vlad murallez@gmail.com =====================*/
/* ... hide Media Library DETAILS .........*/
/*
.media-modal .attachment-details{
        display:none;
}
*/
.media-modal-content .media-toolbar-primary.search-form{	
    width: auto !important;
    min-width: 33%;
}
.media-modal .media-router a{
    max-width: 45%;
    display: inline-block;
}
/*
.media-modal .attachment-details.save-ready > h2{
    padding-bottom: 1em;
        visibility:hidden;
}
.media-modal .attachment-details.save-ready > h2:after{
        content:'Vender billedet forkert? Vend det her.';
        visibility: visible;
        display: block;
        position: absolute;
        left:10px; top:0;
}
*/
.media-modal .attachment-details.save-ready .attachment-info .details > div,
.media-modal .attachment-details.save-ready label.setting{
    display:none;
}
.media-modal .attachment-details.save-ready .attachment-info .details .edit-attachment,
.media-modal .attachment-details.save-ready .attachment-info .details .delete-attachment{
    display:block;
}
.media-modal .attachment-details.save-ready .attachment-info .details .edit-attachment{
    display:none;
}
/* ... force translation of Media Library UX ......*/
/* main title */
body.page-template-my-account .media-modal{
    z-index: 16900000000 !important;
}
/*
.media-frame-title h1{visibility:hidden;}
.media-frame-title h1:after{
        content:'Billeder';
        visibility: visible;
        display: block;
        position: absolute;
        left:10px; top:0;
}
*/
/* media tab label */ 
body.page-template-my-account .media-modal-content *{
    font-family: var(--major-font)!important;
    font-size:16px;
}
body.page-template-my-account input{
    font-size:15px;
}
.media-frame-router .media-menu-item{
    color: #515a63;
    min-width: 160px;
}
/*
.media-frame-router .media-menu-item:nth-child(2){
        visibility:hidden;}
.media-frame-router .media-menu-item:nth-child(2):after{
        content:'Mit billedbibliotek';
    color: #000;
        visibility: visible;
        display: block;
        position: absolute;
        left:10px; top:8px;
}
*/
/* media thumbnails */
body.page-template-my-account .wp-core-ui .attachment.details{
    -webkit-box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #01da90;
    box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #01da90;
}
body.page-template-my-account .attachment.details:focus,
body.page-template-my-account .wp-core-ui .attachment:focus,
body.page-template-my-account .wp-core-ui .selected.attachment:focus{
    -webkit-box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #2df7b2;
    box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #2df7b2;
}
body.page-template-my-account .wp-core-ui .attachment.details .check,
body.page-template-my-account .wp-core-ui .attachment.selected .check:focus,
body.page-template-my-account .wp-core-ui .media-frame.mode-grid .attachment.selected .check{
    background-color:#01da90;
    -webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px #01da90;
    box-shadow:0 0 0 1px #fff,0 0 0 2px #01da90;
}
/*
pale green 2df7b2
*/
body.page-template-my-account .wp-core-ui .media-selection .attachment.details:focus,
body.page-template-my-account .wp-core-ui .media-selection .attachment:focus,
body.page-template-my-account .wp-core-ui .media-selection .selected.attachment:focus{
    -webkit-box-shadow:0 0 0 1px #fff,0 0 2px 3px #2df7b2;
    box-shadow:0 0 0 1px #fff,0 0 2px 3px #2df7b2
}
body.page-template-my-account .wp-core-ui .media-selection .attachment.details{
    -webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #01da90;
    box-shadow:0 0 0 1px #fff,0 0 0 3px #01da90;
}
body.page-template-my-account .media-frame input[type=url]:focus,.media-frame select:focus,.media-frame textarea:focus{
    border-color:#2df7b2;
}
body.page-template-my-account .media-progress-bar div{
    background:#01da90;
}
body.page-template-my-account .wp-editor-wrap .uploader-editor.droppable,
body.page-template-my-account .uploader-window{
    background:rgba(1,218,144,.9);
}
/* upload button */
body.page-template-my-account .media-frame-toolbar .button-primary{
    background-color:#fff !important;
    border-color:#515a63 !important;	
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    box-shadow:none !important;
    color:#333 !important;
    line-height: 0px;
    cursor:pointer;
    padding: 20px 20px;
    text-shadow: none !important;
}
/*
.media-frame-toolbar .button-primary:after{
        content: 'Upload billede(r)';
    display: block;
    position: absolute;
    right: 12px;
    top: 0px;
    padding: 2px 11px;
    cursor:pointer;        
    border: 2px solid #515a63;
            border-radius: 4px !important;
                -webkit-border-radius: 4px !important;
                -moz-border-radius: 4px !important;
        color: #515a63;
            font-size: .8em;
}
*/
body.page-template-my-account .media-frame-toolbar{
    padding-bottom: 5px;
}
body.page-template-my-account .media-frame-toolbar .button-primary:hover{
    color: #ffffff !important;
    background-color: #515a63 !important;
    border-color: #515a63 !important;
}
/* upload file button */
body.page-template-my-account .media-frame-content .button-primary{
    color: #515a63;
    font-size: 13px;
    background: #fff;
    border: 2px solid #515a63;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
}
body.page-template-my-account .media-frame-content .button-primary:hover{
    color: #fff;
    background-color: #515a63;
}
body.page-template-my-account button.md1 {
    outline-color:white;
}
body.page-template-my-account img.preGImg{
    min-width:150px;
    min-height:150px;
}
/* fb login ...............................*/
.page-template-my-account #fbRegister{
	background:#fff;
    position: relative;
	    left: -5%;
	width: 110%;
}
#fbRegister label, #fbRegister span{
    color: #fff !important;
}
.page-template-my-account #fbRegister label,
.page-template-my-account #fbRegister span{
    color: #000 !important;
	border:none;
}
.page-template-my-account #fbRegister legend:after{
	background:#fff;
}
#footerloaderforsignin{    
    background-color: white !important;
    padding: 20px !important;
}
/*
#edd_register_form .edd-input{
    border: 1px solid #404040;
    border-radius: 3px;
}
*/
#edd_register_form br, #edd_login_form br{
    display:block;
}
/* remove uploaded image(s) ...........................*/
.rmeBtn,
.rmeFtrBtn{
    opacity: .5;
}
.rmeBtn:hover,
.rmeFtrBtn:hover{
    cursor: pointer;
    opacity: 1;
}
/* =======================================*/
/*---------------Change by ankit ---------------*-*/
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-size: 0.857em;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 58px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0px !important;
}
.prdctgrdnqawpr h3 {
    /*padding-right: 39px;*/
}
/* login/reg    *****************************************/
.thanks-box-invoice,
.invoice-box-full-1{
    background-color: #fff;
    margin:0 !important;
    padding: 10px;
}
#capture_mob_form{
    color:#fff;
    text-shadow: black 1px 2px 3px;
    line-height: 1.15;
    margin-bottom:30px;
}
#print_msg .chat-msg-success,
#capture_mob_form .smaller,
#capture_mob_form .smaller a,
body.page-id-7684 .thank-you-text,
body.page-id-7684 .thank-you-text a,
body.page-id-7684 .thank-you-text a:hover,
.welcome-link a.see-allbut,
body.page-id-7684 .text_center, 
.invoice_title{
    color:#fff !important;
    text-shadow: black 1px 2px 3px;
}
body.page-id-7684 .thank-you-text{
	color:#404040 !important;
		text-shadow:none !important;
}
.welcome-link a.see-allbut{
	border-color:#fff;
}
.invoice_title{
	font-weight:bold;
	margin-top:30px;
}
.site-content#thanktop{
	margin-top:70px;
}
#thanktop .content-area,
#thanktop .form-group{
	margin-top:0 !important;
	padding:0 !important;
}
#thanktop .uplode_image_btn{
	display:block;
	margin:0 auto;
}
.welcome-link a.see-allbut,
#thanktop a.see-allbut,
#thanktop button.see-allbut {
	border-color:#fff !important;
	border-width:1px !important
}
#thanktop a.see-allbut,
#thanktop button.see-allbut {
	color:#fff !important;				   
}
#thanktop button.see-allbut {
	width:100% !important;
}
#capture_mob_form .row-thanks .number-64{
    text-shadow: none;
}
#capture_mob_form h2.larger{
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
#capture_mob_form input{
    width:100%;
}
#capture_mob_form input[type=button],
a.green_button,
a.see-allbut.green_button,
.green_button a,
body.page-id-1719.minimal #content a.green_button,
body.page-id-1719.minimal #content a.see-allbut.green_button,
.minimal #edd_login_form input[type=submit], 
.minimal #edd_register_form input[type=submit], 
.minimal #edd-purchase-button.edd-submit.button, 
.minimal .fes-submit .edd-submit.button{
	background-color: #50ca8b !important;
    border: solid 2px #50ca8b !important;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color:#fff !important;
}
#capture_mob_form input[type=button],
a.green_button,
a.see-allbut.green_button,
.green_button a,
body.page-id-1719.minimal #content a.green_button{
	display: block;
	font-size:23px;
    padding: 10px;
    text-align: center;
		text-decoration: none;
		text-transform: uppercase;
    line-height: .95em !important;
}
#capture_mob_form input[type=button]:hover,
.green_button a:hover,
a.green_button:hover,
a.see-allbut.green_button:hover,
#thanktop a.see-allbut.green_button:hover, 
#thanktop button.see-allbut.green_button:hover,
.minimal #edd_login_form input[type=submit]:hover,
.minimal #edd_register_form input[type=submit]:hover,
.minimal #edd-purchase-button.button.edd-submit:hover,
.minimal .fes-submit .edd-submit.button:hover{
    background-color: #fff !important;
    border-color: #50ca8b !important;
    color: #50ca8b !important;
}
#capture_mob_form div.row div{
    display:inline-block;
    padding-left:0 !important;
    padding-right:0 !important;
}
body.page-id-3863.minimal,
body.page-id-1719.minimal{
    background-color:#fff;
    /* join 1/3 steps */
    background:url(images/join_bg_flower2.jpg) no-repeat center center;
    background-size:cover;
    background-attachment:fixed;
}
body.page-id-3863.minimal .small-header,
body.page-id-7684 .small-header{
    background-color:transparent;
}
body.page-id-3863.minimal header,
body.page-id-7684 header,
body.page-id-3863.minimal .page-header,
body.page-id-7684 .page-header{
    display:none;
}
body.page-id-7684.mobcapt{
    background-color:#fff;
    /* join 2/3 steps */
    /*background:url(images/join_bg_flower3b.jpg) no-repeat center center;*/
    background-image:url(images/join_bgs/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
body.page-id-7684.addwish{
    background-color:#fff;
    /* join 3/3 steps */
    /* background:url(images/join_bg_flower2b.jpg) no-repeat center center !important;*/
    background:url(images/join_bgs/3.jpg) no-repeat center center !important;
    background-size:cover;
    background-attachment:fixed;
}
body.page-id-3863.minimal header,
body.page-id-1719.minimal header{
    background-color:#515a63;
    padding:30px;
}
body.page-template-register_new_s #footerloaderforsignin{
    background:none !important;
    background-color:#fff !important;
    padding:15px !important;
}
body.page-id-3863.minimal,
body.page-id-3863.minimal .edd_form fieldset legend span,
body.page-id-3863.minimal form#edd_register_form a,
body.page-id-3863.minimal .cond-cont,
body.page-id-1719.minimal,
body.page-id-1719.minimal .edd_form fieldset legend span,
body.page-id-1719.minimal #content a,
body.page-id-1719.minimal form#edd_login_form a,
body.page-id-1719.minimal .cond-cont,
body.page-id-1719.minimal .edd-lost-password a:before,
body.page-id-1719.minimal .edd-lost-password a,
body.page-id-1719.minimal #fbRegister label, 
body.page-id-1719.minimal #fbRegister span{
	color:#000 !important;
}
body.page-id-1719.minimal input[type=text]{
	border-color:#000 !important;
}
form#edd_register_form a {
    color: #000 !important;
}
.single-sc {
    font-size: 20px;
    margin: 0;
}
/* css by Reena */
.tophead{
    position: relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.tophead .headeroverlay{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.22);
    bottom: 0;
    right: 0;
    margin: auto;
}
.tophead #masthead{
    z-index: 1;
}
.tophead .page-header{
    position: relative;
    z-index: 1;
}
/* end of css by reena */
/* css for the new dark menu bar on desktop(similar to mobile menu) */
.site-header > .container {
	display:none;
}
body:not(.logged-in) .mobile-head-device {
	width: 1200px;
}
.mobile-head-device button:hover,.mobile-head-device button:focus{
	color:#FFF;
	outline:none;
	background-color: transparent;
}
.open-envelope {
    display: none;
}
.mobile-view {
    height:52px;
    background-color: rgba(53, 58, 64, 0.9);
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
}
.mobile-view div.container {
	max-width:100%;
		height: 0;
	padding:52px 0 0 0;
	position:relative;
}
.navbar-header-logo {
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
}
.navbar-header-logo > div{
	border: 4px solid #fff;
	border-radius:50%;
		-moz-border-radius:50%;
		-ms-border-radius:50%;
		-o-border-radius:50%;
		-webkit-border-radius:50%;
	display:block;
	overflow:hidden;
	position:relative;
	width:44px;
		height:44px;
}
.navbar-header-logo > div img{
	height:auto;
}
.mobile-head-device figure {
	margin: 4px 15px;
	padding: 4px;
	height: 44px;
	background:#FFF;
	border-radius:23px;
}
.mobile-head-device figure img {
	height:36px;
	width:36px;
}
.navbar-header > .site-branding {
    height: 52px;
	display: inline-block !important;
	display: inline-flex !important;
}
.navbar-header {
    padding: 0px;
    z-index: 16777271;
    text-align: left;
    position: absolute;
	height:100%;
	width:inherit;
}
.mobile-head-device {
	min-width: 992px;
	width: 84%;
	margin: 0 auto;
	padding: 0px;
}
/* basic search in header */
.search_head{
	margin-top:5px;
}
.search_head .input-top-label{
	display:inline-block;
	margin-left: 10px;
	padding:0 !important;
}
.search_head .searchinputfield.ui-autocomplete-input, 
.search_head .input-top-label label input{
    min-width: 230px;
	    max-width: 230px !important;
	/*padding:0;
		padding-top:0 !important;*/
}
.search_head .searchinputfield.ui-autocomplete-input.focused{
    padding-left: 10px;
    padding-top: 15px !important;
}
.search_head .input-top-label label .label-text{
	font-size:11px;	
	top:54px !important;
}
.search_head .searchinputfield{
	height:40px !important;
}
.search_head .hmsrchlft.input-top-label, 
.search_head .hmsrchrght.input-top-label{
	margin-bottom:0;
}
.input-top-label label,
.search_head .inputsearchbutton{
	height: 40px;
}
.search_head label{
	margin-bottom:0;
}
.header-outer .inrhmesrchsngl .button{
	border:none;
	color:#fff;
	padding:15px;
}
.header-outer .inrhmesrchsngl .button:hover{
	background-color:transparent;
	color:#50ca8b;
}
/* adv search in header + navigation */
.mobile-head-device > .navbar-header > .navbar-toggle,
.adv_search_head{
    float: right;
    border: none;
    font-size: 28px;
		line-height: 1.25em;
    	color: #FFF;
    background: transparent;
    outline: none;
    padding: 9px 15px 9px 10px;
    margin-top: 0;
	width:auto;
	text-align:center;
}
.adv_search_head{
	margin-left:0;
}
.navbar-header > .navbar-toggle > .fa {
	width: 24px;
}
.faq_btn{
	float: right;
    display: block;
   	color: #fff;
    margin-top: 15px;
}
a.notifcation-box {
    padding: 11px 15px;
	margin: 0 5px;
    font-size: 20px;
	height:100%;
	float:right;
}
a.notifcation-box > img {
    width:30px;
	height:30px;
	max-width:none;
}
.notifcation-box span {
    position: absolute;
	margin-top:-8px;
	margin-left:-10px;
    font-size: 15px;
    background: rgb(90, 167, 211) none repeat scroll 0 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
}
.mobile-head-device .navbar-toggle > span {
    position: absolute;
    z-index: 1;
    margin-top: -7px;
    margin-left: -13px;
    background: #5aa7d3;
    border-radius: 100%;
    width: 20px;
    height: 20px;
	font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.navbar-header .karma {
    margin: 0 10px !important;
	min-height: auto;
	line-height:52px;
	float:right;
}
.chat-button-list a {
    width: 100px !important;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}
.chat-button-list a.pink-one {
    border: 1px solid transparent;
    padding: 6px 10px;
    background: #e8385b;
    color: #fff;
}
.chat-button-list {
    display: block;
    padding-top: 15px;
}
.chat-button-list a.sky-one {
    border: 1px solid;
    padding: 6px 10px;
    background: #64d0d3;
    color: #fff;
}
.navbar-header h1.site-title {
    line-height: 52px;
}
.notification-content {
	display:none;
	float: right;
	padding: 0 60px 10px 10px;
    padding-right: 60px;
    /*overflow: hidden;*/
    padding-bottom: 10px;
	clip-path: inset(52px 0px 0px 0px);
}
.notification-content ul {
	width: 100%;
    margin: 52px 0 0 0px;
    padding: 0px;
    border: none;
    max-height: calc(99vh - 52px);
    overflow: auto;
    width: 400px;
    float: right;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #ccc;
    border-top: 0;
}
.notification-content ul h4 {
    font-size: 18px;
    padding: 10px 22px;
}
.notification-content ul li {
    list-style: none;
    line-height: 20px;
    position: relative;
    padding: 25px;
    padding-left: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    padding-bottom: 32px;
}
.notification-content .otherRequestContainer .swappingbuying {
    width: 84%;
}
.swappingbuying .swap {
    position: absolute;
    top: 8px;
    font-size: 15px;
    background: rgb(90, 167, 211) none repeat scroll 0 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    left: 3px;
}
.notification-content ul li a {
    text-decoration: none;
    font-size: 14px;
    width: auto;
    padding: 0px;
}
.swappingbuying .text-decoration {
    text-decoration: underline;
}
.otherRequestContainer .image-notifi.otherAction {
    float: right;
    margin: -31px 0 0 0;
    position: relative;
    width: auto;
}
.otherRequestContainer .image-notifi.otherAction i{
    font-size: 38px;
}
.site-header--minimal, .site-header-inner, .header-outer {
    text-align: left;
}
p.mb-cirlce-pop {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 42px;
    color: #ffffff;
    background: rgb(90, 167, 211) none repeat scroll 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    line-height: 20px;
    margin-top: 0px;
}
.login-icon-box {
    width: 40px;
    float: left;
    height: 40px;
    padding: 0px;
	margin: -7.5px 12px -7.5px -10px;
	display: block !important;
	overflow:hidden;
	position:relative;
}
.login-icon-box img{
	position:absolute;
		top:-5px;
}
div#myNavbar,
div#advSearchHBody{
    display: none;
    z-index: 999;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-right: -10px;
}
div#myNavbar {
	position: absolute;
	right: 0px;
	padding: 0 10px 10px 10px;
}
div#advSearchHBody{
    margin-right: 0;
    padding-right: 0;
    position: absolute;
	    top: 0;
    z-index: 99;
	width:100%;
}
.advSearchCnt{
	background: rgb(255, 255, 255);
	box-shadow: 0px 10px 17px 17px #FFF;
    border: 1px solid #ccc;
    	overflow: auto;
	margin:30px auto 0 auto;
    max-height: 100%;	
		min-width: 992px;
		width: calc(84% - 30px);
    overflow: hidden;
    padding: 20px;
}
.advSearchCnt .form-group{
	float:left;
}
div#advSearchHBody .right-padd-fi2{
	padding-left:15px !important;
}
div#advSearchHBody .mdsg12{
	padding-left:0;
}
div#advSearchHBody .cstmadvncfltrwpr{
	display:block;
}
div#advSearchHBody .refresh-page-but_hr{
	margin:0;
}
.button.button-primary.linkonsrchpage.but-search {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
}
button.inputsearchbutton.linkonsrchpage {
    position: absolute;
    z-index: 991;
    right: 0px;
    background-color: #0000;
}
button.inputsearchbutton.linkonsrchpage:hover {
    background-color: #ccc;
	border:2px solid #0000;
	border-left:0px;
}
.searchinputfield.ui-autocomplete-input, .input-top-label label input {
    width: 100% !important;
    border-radius: 4px !important;
}
.hmsrchlft.input-top-label label,.hmsrchrght.input-top-label label {
	margin-right:0;
}
.input-top-label label .label-text {
    padding-left: 0px !important;
}
div#no_result_msg {
    width: calc(84% - 28px);
    margin: 0 auto;
    text-align: center;
}
.alert-box img {
    width: 40% !important; /* width: 16%;  */
    margin-left: 0px;
}
.cstmadvncfltrwpr {
    /*width: calc(84% - 28px) !important;*/
    margin: 0 auto !important;
    float: left !important;
}
.adva-f-but {
    margin-left: 0px !important;
}
.hmsrchlft.input-top-label,.hmsrchrght.input-top-label {
    margin-bottom: 30px;
}
#myNavbar1 {
	display:none;
}
#myNavbar .navbar-nav.logged li .login-icon-box {
	height: 22px;
    width: 22px;
    margin: 5px 10px 5px -10px;
}
#myNavbar .navbar-nav li img,
.add-buttons .login-icon-box img{
	position:absolute;
}
#myNavbar .navbar-nav.signup li:nth-child(1) img{
	top:-285px;
}
#myNavbar .navbar-nav.logged li:nth-child(1) img {
	top: -176px;
}
#myNavbar .navbar-nav.signup li:nth-child(2) img{
	top:-320px;
}
#myNavbar .navbar-nav.logged li:nth-child(2) img{
	top: 0px;
}
#myNavbar .navbar-nav.signup li:nth-child(3) img{
		top:-160px;
}
#myNavbar .navbar-nav.signup li:nth-child(4) img{
		top:-360px;
}
#myNavbar .navbar-nav.signup li:nth-child(5) img{
		top:-400px;
}
#myNavbar .navbar-nav.signup li:nth-child(6) img{
		top:-200px;
}
.mob-navbar-collapse ul {
    margin: 0;
    list-style: none;
    border: 2px solid #ccc;
	border-top: 0;
    text-align: left;
    background-color: #fff;
}
.mob-navbar-collapse > ul {
	width:400px;
    max-height: calc(99vh - 52px);
	overflow-y:auto;
	float:right;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
}
.mob-navbar-collapse ul li {
    line-height: 30px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    position: relative;
    border-top: 1px solid #ccc;
}
.mob-navbar-collapse ul li a {
    padding: 12px 5px;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    text-decoration: none;
}
.mob-navbar-collapse ul ul li a{
	padding-left:0;
}
ul.mb-dropdown {
    display: none;
}
#myNavbar .navbar-nav.logged li:nth-child(3) img{
		top:-22px;
}
#myNavbar .navbar-nav.logged li:nth-child(4) img{
		top:-88px;
}
#myNavbar .navbar-nav.logged li:nth-child(5) img{
		top:-110px;
}
#myNavbar .navbar-nav.logged li:nth-child(6) img{
		top:-132px;
}
#myNavbar .navbar-nav.logged li:nth-child(7) img{
		top:-110px;
}
#myNavbar .navbar-nav.logged li:nth-child(8) img{
		top:-132px;
}
#myNavbar .navbar-nav.logged li:nth-child(9) img{
		top:-154px;
}
/* */
.mob-navbar-collapse ul li a#click-drop i {
    position: absolute;
    right: 28px;
    top: 10px;
    font-size: 30px;
}
.mob-navbar-collapse > ul > li > a > img {
    float: left;
    width: 40px;
    margin: -6px 12px -6px -10px;
}
.info-outline-button{
	display:none;
}
/* top bar icons / shortcuts */
.add-buttons .login-icon-box{
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    height: 30px;
    width: 30px;
}
.add-buttons .login-icon-box img{
	width:30px;
 	   height: auto;
}
.add-buttons .add-button:nth-child(1) .login-icon-box img{
	top:-120px;
}
.add-buttons .add-button:nth-child(2) .login-icon-box img{
	top:-270px;
}
.add-buttons .add-button:nth-child(3) .login-icon-box img{
	top:-300px;
}
.mobile-view,.login-icon-box{
    display: none;
}
#popup{
	display:none;
}
@media screen and (max-width:1200px){
	body:not(.logged-in) .mobile-head-device {
		width:100%;
	}
    .site-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
	/* loader */
   .timeline-wrapper {
    	width: calc(100% - 14px);
	}
    .timeline-item { 
    	width: calc(33.33% - 15px);
	}
	/* */
    .swapntfctntxtsngl {
        width: 70%;
    }
    .swapntfctnbtnsngl {
        width: 30%;
    }
    div#no_result_msg {
		width: calc(100% - 28px);
	}
	.mobile-head-device {
		min-width:100%;
		width: 100%;
		margin: 0 auto;
		padding: 0px;
	}
	.advSearchCnt{
		width: calc(100% - 30px);
	}
}
@media screen and (max-width:992px){
	.cstmadvncfltrwpr {
		width: calc(100% - 28px) !important;
	}
    /* header .........................................*/
	.navbar-header > .site-branding {
		display: none !important;
	}/*
	div#myNavbar {
		position: absolute;
		right: 0px;
		padding: 0 10px 10px 10px;
	}*/
	div#myNavbar {
		position: static;
		right: auto;
		padding: 0 10px 10px 0px;
	}
	div#myNavbar li .login-icon-box {
		right: unset;
		position: relative;
		float: left;
	}
	.mobile-view div.container {
		position: relative;
	}
	#myNavbar .login-icon-box {
		top: unset;
		right: 5px;
	}
	#myNavbar .navbar-nav.logged li:not(:first-child) .login-icon-box {
		margin: 5px 20px 5px -10px;
	}
    .site-header--minimal,
    .site-header-inner,
    .header-outer{
        text-align: left !important;
    }	
	
	.mobile-head-device {
		min-width:auto;
		width:100%;
		padding: 0px;
	}
	.advSearchCnt{
		width:100%;
			min-width:0;
	}
	.mob-navbar-collapse > ul {
		width:100%;
		max-height: calc(100vh - 52px);
		border-width:0px;
		border-bottom-width:2px;	
	}
	.info-outline-button{
		opacity:0.8;
		width: 36px;
		height: 36px;
		background: url(/wp-content/themes/marketify-child/images/info_outline_icon.svg);
		background-size: 100%;
		display: block;
		float:right;
		margin: 8px 10px;
	}
	.info-outline-button:hover{
		opacity:1;
	}
	.notification-content ul {
		max-height: calc(100vh - 52px);
		width:100%;
		border-width:0px;
		border-bottom-width:2px;	
	}
	.notification-content {
		padding:0 0 10px 0;
	}
	/* end of dark menu bar css */
    /* login/reg    *****************************************/
    body.page-template-sign_in_new header,
    body.page-template-register_new header{
        padding-bottom:0;
        padding-top:30px;
    }
    .subm_mob{
        display:block;
    }
    #auto_scroll,
    #scroll_myacc{
        display:block;
    }
    #auto_scroll_to,
    #absolute_scroll_to,
    #search_cnt{
        display:block;
    }
    .myacntlayntwpr{
        /* display:none; */
    }
    .page .site-branding{float: left;}
    .js-toggle-nav-menu--primary.nav-menu--primary-toggle{
        border: 1px solid #bdc3c7;
        /*position:fixed;
                top:10px;
                right:10px;*/
        z-index: 9999;
    }
    .prodcutcounterwpr .counter, .prodcutcounterwpr .counternovl{
        margin:0;
    }
	/* */
    #swpacptdcln5,#swpacptdcln6{
        position: absolute;
        right: 10px;
        width:25px;
        top:53px;
    }
    #image-notifi{
        position: absolute;
        right: 10px;
        width:25px;
        top:22px;  
    }
    .swappingbuying .swap{
        position: absolute;
        top: 8px;
        font-size: 15px;
        background: rgb(90, 167, 211) none repeat scroll 0 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        text-align: center;
        color: #ffffff;
        left:3px;
    }
    .chat-button-list a#swpacptdcln1.pink-one,.chat-button-list a#swpacptdcln2.pink-one {
        background: #424242;
    }
    .swappingbuying .text-decoration{
        text-decoration:underline;
    }
    .open-envelope{display:none;}
    .comment-notification-count{
        z-index: 99 !important;
    }
    .login-icon-box{
        width: 40px;
        float: right;
        height: 40px;
        padding: 0px;
        position: absolute;
        right: 15px;
        top: 8px;
        display:block; 
    }
    .chat-button-list a.sky-one {
        border: 1px solid;
        padding: 6px 10px;
        background: #64d0d3;
        color: #fff;
    }
    .swapntfctndshbrdsngl{
        display:none;   
    }
    .not-head-l .notificationp{
        display:none;
    }
    #popup {
		display:block;
        position: fixed;
        bottom: -250px !important;
        width: 100%;
        left: 0px;
        right:0px;
        margin: 0px auto;
        /*height: 80px;*/
        padding: 10px;
        background: #bfe5e7;
        -webkit-border-radius: 5px;
        z-index: 9999;
        text-align: center;
	 transition:1s ease-out;-webkit-transition:1s ease-out;-moz-transition:1s ease-out;
    }
	 #popup.popup-up{bottom:0px !important;} 
   #popup h4 {
       color: #fff;
    font-size: 14px;
    padding-left: 12px;
	margin-bottom:0px;
	padding-bottom:0px;    
    }
    #popup p {
        margin-bottom: opx;
        padding: opx;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
    }
    &::after {
        position: absolute;
        content: '';
        height: 0px;
        width: 0px;
        left: 43%;
        bottom: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #FD4703;
        z-index: 9999;
    }
    .popup-close-icon {
        position: absolute;
        width: 0px;
        right: 20px;
        top: 0px;
        font-size: 24px;
        font-weight: bolder;
        color: #237fb2;
     
        cursor: pointer;
    }
    #popup h4{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #popup p{
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 8px;
    }
	#popup figure {
	}
    .page-template-my-account .entry-title.entry-title--truncated{
        width: 80px !important;
    }
    /* share social fix pos ....................*/
    .soc_wrap_fix{
        bottom:15px;
    }
    .share_soc_fix{
        line-height: .5;
    }
    .synved-social-button{
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        width: 80px !important;
        height: 80px !important;
    }
    .synved-social-button img{
        bottom: 0;
        width: 80px !important;
    }
    .synved-social-button:hover img{
        bottom: -80px;
    }
    /* my_acc dashboard bubles */
    .prodcutcounterwpr .prdctcontertxt:after{
        top:0;
    }
	.karma_myacc{
		padding-top:0;
	}
	.karma_myacc .info_tip{
		top: 0;
	}
}
@media (max-width: 767px) {
    .site-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
    .swapntfctntxtsngl {
        float: left;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .swapntfctnbtnsngl {
        float: right;
        margin-bottom: 10px;
        margin-top: 13px;
        text-align: center;
        width: 100%;
    }
    .swapntfctnbtnsngl a {
        margin-left: 2%;
        width: 48%;
    }
	/* signup wishlist */
	.arrow_box{
		width:160px;
	}
	/* /signup wishlist */
    .cstmadvncfltrwpr{
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .cstmadvncfltrwpr > div{
        display: inline-block !important;
        float:none !important;
        margin:0 5px 10px 5px!important;
        vertical-align: middle !important; 
        width:auto !important;
    }
    .cstmadvncfltrwpr > div > a{
        margin:0 !important;
    }
	/* loader */ 
    .timeline-item { 
    	width: calc(50% - 15px);
	}
	/* */
    body.home .homesearchwpr .inrhmesrchsngl label .label-text{
        padding-left: 10px !important;	
    }
    .products li{
        height: 425px;
    }
    body.post-type-archive .flowerproductwpr .product > a,
    body.post-type-archive .customproductsulwpr .product > a,
    body.post-type-archive .customproductsulwpr .has-post-thumbnail > a,
    body.post-type-archive .cstmdivwcmrcsrtng .has-post-thumbnail > a{
        height: 55%;
        margin-bottom: 80px;
    }
    body.archive .customproductsulwpr li img[alt*="Placeholder"],
    body.archive .flowerproductwpr li img[alt*="Placeholder"]{
        top: -22% !important;
    }
    .post-type-archive-product.woocommerce ul.products li.product .woocmrcarchiveprdcttype{
        top: 262px !important;	
    }
    .prod_shop_name{	
        bottom: 130px;
    }
    .qestnimg{
        height:auto !important;
    }
    .qestnimg img{
        max-width:none;
        width: 100%;
    }
    .singlequestionwpr{
        height: auto !important;
    }
    .singlequestionwpr .fb_iframe_widget_fluid{
        height: auto;
        max-height: none;
    }
	/* karma points */
	.karma_myacc{
		display:none;
	}
	.karma_myacc.xs_scr{
		display:block;
	}
}
@media (max-width: 640px){
	/* header menu */
	.nav-up.mobile-view .mob-navbar-collapse > ul {
		max-height: calc(100vh - 106px);
	}
	/* for the smallest of screens, create a new line on the header and move the buttons down there */
	.add-buttons {
		clear: right;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 51px;
		height: 56px;
		width: 100%;
		white-space: nowrap;
		transition: 0.3s height;
		overflow: hidden;
		border-top: 1px solid #444;
		background: rgba(53, 58, 64, 0.8);
	}
	.add-button {
		font-size: 12px;
		padding: 5px;
		width: calc(33.3% - 3px);
	}
	.nav-down.mobile-view .add-buttons {
		height: 0px;
		border: 0px;
	}
	.site-header {
		margin-bottom: 52px;
	}
	/* also move the header menu and notification drop-downs down to make space */
	.mobile-view {
		transition: 0.3s height;
	}
	.nav-up.mobile-view {
		height: 52px;
	}
	.mobile-view .mobile-head-device > div.container {
		transition: 0.3s padding;
	}
	.nav-up.mobile-view .mobile-head-device > div.container {
		padding-top: 106px;
	}
	.mobile-view .notification-content ul {
		transition: 0.3s max-height, 0.3s margin;
	}
	.nav-up.mobile-view .notification-content ul {
		margin-top: 108px;
		max-height: calc(100vh - 108px);
	}
	.nav-up.mobile-view .notification-content {
		clip-path: inset(108px 0px 0px 0px);
	}
	/* */
    body.page-template-my-account .uplode_image_btn,
    body.page-template-my-account .product_gallery_btn,
    body.page-template-my-account .form-group.col-xs-12.md1{
        width:100% !important;
    }
    .media-sidebar {
        bottom: 0 !important;
    text-align: center;
	}
	.media-sidebar .attachment-details .settings-save-status,
	.media-sidebar .attachment-details .settings-save-status .saved{
		float:none;
		min-height:24px;
	}
	.media-sidebar .attachment-info .thumbnail,
	.media-sidebar .delete-attachment,
	.media-sidebar .details.loadingButtonAjaxImg{
		float:none;
		margin:0 auto !important;
			margin-bottom:10px;
	}
}
/*@media (min-width: 481px) and (max-width: 599px) {*/
@media (max-width: 599px) {
    body.page-id-7334 .home_prod_list{
        min-height: 170px;
    }
    .site-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
    .swapntfctntxtsngl {
        float: left;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .swapntfctnbtnsngl {
        float: right;
        margin-bottom: 10px;
        margin-top: 13px;
        text-align: center;
        width: 100%;
    }
    .swapntfctnbtnsngl a {
        margin-left: 2%;
        width: 48%;
    }
    .page-template-my-account .entry-title.entry-title--truncated{
        width: 72px !important;
    }
    /* share social fix pos ....................*/
    .soc_wrap_fix{
        bottom:15px;
    }
    .share_soc_fix{
        line-height: .5;
    }
    .synved-social-button{
        border-radius: 36px;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        width: 72px !important;
        height: 72px !important;
    }
    .synved-social-button img{
        bottom: 0;
        width: 72px !important;
    }	
    .synved-social-button:hover img{
        bottom: -72px;
    }
	#print_msg .welcome-link,
	#print_msg .see-allbut{
		margin-top:0;
	}
	/* like the image */
	.slider-img-heart i
	{
		padding-top: 8px;
	}
}
@media (max-width: 480px) {
	.mobile-head-device figure{
		margin-left:10px;
			margin-right:0;
	}
	/* loader */
    .timeline-item { 
    	width: calc(100% - 15px);
	}
	/* adv search filter */
	.advSearchCnt,
	.advncdcstmfldechg1{
		width: 100%;
	}
    .site-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
	.alert-box img {
		width: 66% !important;
	}
    .advncdcstmfldech,
    .advncdcstmfldechg1{
        border-top:none !important;
        height: auto !important;
        padding-top: 10px !important; 
    }
    .cstmadvncfltrcntr .advncdcstmfldechg1{
        padding-left:15px !important;
    }
    .product_list_widget li{
        height: auto !important;
        max-height: none !important;
    }
    body.post-type-archive .customproductsulwpr .size-shop_catalog, body.post-type-archive .cstmdivwcmrcsrtng .size-shop_catalog, body.post-type-archive-product.woocommerce ul.products li.product a img{
        top: -40%;
    }
    body.archive .flowerproductwpr li img[alt*="Placeholder"]{
        max-height: 100%;
        width: auto !important;
        top: 0 !important;
        margin: 0 auto !important;
    }
    .swapntfctntxtsngl {
        float: left;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .swapntfctnbtnsngl {
        float: right;
        margin-bottom: 10px;
        margin-top: 13px;
        text-align: center;
        width: 100%;
    }
    .swapntfctnbtnsngl a {
        margin-left: 2%;
        width: 48%;
    }
    .woocmrcarchiveprdcttype.shod-mg1{
        display: inline-block;
        float: right;
        position: relative;
        top: -46px;
    }
    .page-template-my-account .entry-title.entry-title--truncated{
        width: 64px !important;
    }
    /* share social fix pos ....................*/
    .soc_wrap_fix{
        bottom:15px;
    }
    .share_soc_fix{
        line-height: .5;
    }
    .synved-social-button{
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        width: 64px !important;
        height: 64px !important;
    }
    .synved-social-button img{
        bottom: 0px;
        width: 64px !important;
    }	
    .synved-social-button:hover img{
        bottom: -64px;
    }
	.karma_myacc{
		padding-top:0px;
		/*max-width:75%;*/
	}
	/* like the image */
	.slider-img-heart i
	{
		padding-top: 8px;
	}
	/*----- pop up -------*/
	#popup-model {
	  height: 100%;
	  left: 0;
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 100%;
	  z-index: 999999;
	}
	.auto-poup-box-modal {
	  margin-left: auto;
	  margin-right: auto;
	  width: 95%;
	}
	.list-container {
	  max-height: 380px;
	  height: 400px;
	}
	.green-border-box-q {
	  margin-top: 10px;
	}
	.row.cstmadvncfltrcntr {
	  width:100%;
	}
	/* */
	.image-crop-modal {
	  margin-left: auto;
	  margin-right: auto;
	  width: 97%;
	}
	.text-heading-people {
	  font-size: 15px;
	  margin-top: 5px;
	}
	.img-crop-preview {
	  max-height: 405px;
	}
	.only-heart
	{
		background-position: center -4px;
	}
	/* */
	#woothemes_testimonials-2 {
	display: none !important;}
	/* hidden slider testimonials on mobile version */
	.image-crop-modal {
	  margin-left: auto;
	  margin-right: auto;
	  width: 96%;
	}
	.text-heading-people {
	  font-size: 15px;
	  margin-top: 5px;
	}
	.img-crop-preview {
	  max-height: 375px;
	}
	.only-heart
	{
		background-position: center -4px;
	}
	.slider-img-heart i
	{
		padding-top: 8px;
	}
	.box .slider-img-heart i
	{
		padding-top: 0;
	}
	/* */
	.link-box-main-button {
	  float: left;
	  padding-left: 13%;
	  width: 100%;
	}
	body .mg7.go-btn {
	  width: 86% !important;
	}
	.col-sm-3.col-xs-12.col-md-3.right-icon1 {
	  padding-left: 33px;
	}
	.col-sm-3.col-xs-12.col-md-3.left-icon1{
	  padding-left: 33px;
	}
	/* */
	.center-img-acc {
	  margin-bottom:  7%!important;
	}
	.page-template-my-account .pull-right-box form .md1 {
		padding-left: 5px;
	}
	.page-template-my-account .pull-right-box form .md1 > input[type=text], textarea, select {
		width: 100% !important;
	}
	.homesearchwpr .inrhmesrchsngl {
		margin: 0 auto;
		width: 100%;
	}
	.input-top-label {
		width: 100% !important;
	}
	.input-top-label label input {
		width: 80% !important;
	}
	.input-top-label label .label-text {
		font-size: 13px;
		width: 85%;
	}
	.input-top-label label {
		padding-top: 10px;
	}
	.custompricewidget {
		padding-left: 15px;
		padding-right: 15px;
	}
	.custompricewidget .widget_text {
		width: 100%;
	}
	.custompricewidget #text-8 {
		margin-left: 0;
		margin-right: 0;
	}
	.input-top-label {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.inrhmesrchsngl {
		margin-top: 15px !important;
	}
	.col-md-5.clds1 {
		margin-bottom: 13px;
		padding-left: 0;
	}
	.col-md-4.advncdcstmfldech {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.row.cstmadvncfltrwpr > div {
		margin-bottom: 14px !important;
	}
	.row.custom_topmargin {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.custom_topmargin .col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-right: 0;
		width: 100%;
	}
	.myacntlayntwpr .col-sm-3.dshbrdicn {
		float: left;
		width: 48%;
	}
	.myacntlayntwpr .col-sm-3.adprdcticn {
		float: left;
		width: 48%;
	}
	.myacntlayntwpr .col-sm-3.prdctwshlstmyacnt {
		float: left;
		width: 48%;
	}
	.myacntlayntwpr .col-sm-3.adgrdnicn {
		float: left;
		width: 48%;
	}
	.myacntlayntwpr .col-sm-3.adqstnicn {
		float: left;
		width: 48%;
	}
	.myacntlayntwpr a.bordered_button {
		/* font-size: 9px;
	  padding: 10px 0 10px 34px; */
		font-size: 16px;
		padding: 10px 0 10px 46px;
	}
	.dshbrdicn {
		background-size: 38px auto;/* background-size: 26px auto; */
	}
	.adprdcticn {
		background-size: 38px auto;/* background-size: 26px auto; */
	}
	.adprdctwshlsticn {
		background-size: 38px auto;/* background-size: 26px auto; */
	}
	.adgrdnicn {
		background-size: 38px auto;/* background-size: 26px auto; */
	}
	.adqstnicn {
		background-size: 30px auto;/* background-size: 26px auto; */
	}
	.content-grid-download__entry-image {
		height: auto;
		overflow: hidden;
	}
	.prdctgrdnqawpr .col-md-4.col-xs-12 {
		float: left;
		width: 94%;
	}
	.prdctgrdnqawpr .prdctseeall {
		width: 33%;
	}
	.prdctgrdnqawpr .prdctseeall a {
		border: 2px solid #6c6c6c;
		border-radius: 4px;
		color: #333;
		display: inline-block;
		float: right;
		font-size: 11px;
		margin-right: 15px;
		padding: 5px 11px;
		text-decoration: none;
		text-transform: uppercase;
		transition-duration: 0.2s, 1s;
		transition-timing-function: linear;
		width: auto;
	}
	.prdctgrdnqawpr .prdctclctn {
		font-size: 26px;
	}
	.singlequestionwpr {
		width: 94%;
	}
	.product_list_widget li {
		width: 90%;
	}
	.callout-feature-content {
		padding: 3em 0 20px;
	}
	#edd-wl-modal .modal-header h2, #edd-wl-modal .modal-inker span, #edd_checkout_form_wrap fieldset#edd_cc_fields > legend span, #edd_checkout_form_wrap fieldset#edd_cc_fields > span legend, #edd_checkout_form_wrap fieldset#edd_cc_fields > span span, #edd_checkout_form_wrap fieldset > legend span, #edd_checkout_form_wrap fieldset > span legend, #edd_checkout_form_wrap fieldset > span span, #edd_checkout_wrap fieldset#edd_cc_fields > legend span, #edd_checkout_wrap fieldset#edd_cc_fields > span legend, #edd_checkout_wrap fieldset#edd_cc_fields > span span, #edd_checkout_wrap fieldset > legend span, #edd_checkout_wrap fieldset > span legend, #edd_checkout_wrap fieldset > span span, .edd_form fieldset > legend span, .edd_form fieldset > span legend, .edd_form fieldset > span span, .entry-content .edd-slg-social-container > span legend, .entry-content .edd-slg-social-container > span span, .entry-content .fes-headers span, .gform_title span, .section-title span, .section-title__inner, .widget-title--blog span {
		font-size: 13px;
		padding: 14px 7px;
	}
	.footer-box-my {
		text-align: center;
	}
	.features .col-xs-6 {
		width: 100%;
	}
	.mf1 {
		padding-left: 0px !important;
	}
	#advSearchHBody .right-padd-fi2 {
		padding-left: 15px !important;
	}
	#advSearchHBody .right-padd-fi1 {
		padding-left: 15px !important;
	}
	.cstmadvncfltrwpr > div.refresh-page-but_hr{
		margin-top:33px !important;
	}
	.qestnimg > img {
		width: 100%;
	}
	.form-facebook-up .fb_iframe_widget {
		background-image: url("/wp-content/uploads/2016/05/facebook-sign.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		cursor: pointer;
		float: left;
		height: 60px;
		position: static;
		width: 100%;
	}
	.page-template-templatesmy-account-php .form-facebook-up .fb_iframe_widget, 
	.page-template-templatesmy-account-php .edd_form .form-facebook-up .fb_iframe_widget {
		background-image: url("/wp-content/uploads/2016/09/facebook-login.png");
	}
	.form-facebook-up {
		float: left;
		height: 50px;
	}
	#edd-wl-modal .modal-header .minimal h2, #edd-wl-modal .modal-header .minimal span, #edd_checkout_form_wrap fieldset#edd_cc_fields > legend .minimal span, #edd_checkout_form_wrap fieldset#edd_cc_fields > span .minimal legend, #edd_checkout_form_wrap fieldset#edd_cc_fields > span .minimal span, #edd_checkout_form_wrap fieldset > legend .minimal span, #edd_checkout_form_wrap fieldset > span .minimal legend, #edd_checkout_form_wrap fieldset > span .minimal span, #edd_checkout_wrap fieldset#edd_cc_fields > legend .minimal span, #edd_checkout_wrap fieldset#edd_cc_fields > span .minimal legend, #edd_checkout_wrap fieldset#edd_cc_fields > span .minimal span, #edd_checkout_wrap fieldset > legend .minimal span, #edd_checkout_wrap fieldset > span .minimal legend, #edd_checkout_wrap fieldset > span .minimal span, .edd_form fieldset > legend .minimal span, .edd_form fieldset > span .minimal legend, .edd_form fieldset > span .minimal span, .entry-content .edd-slg-social-container > span .minimal legend, .entry-content .edd-slg-social-container > span .minimal span, .entry-content .fes-headers .minimal span, .gform_title .minimal span, .minimal #edd-wl-modal .modal-header h2, .minimal #edd-wl-modal .modal-header span, .minimal #edd_checkout_form_wrap fieldset#edd_cc_fields > legend span, .minimal #edd_checkout_form_wrap fieldset#edd_cc_fields > span legend, .minimal #edd_checkout_form_wrap fieldset#edd_cc_fields > span span, .minimal #edd_checkout_form_wrap fieldset > legend span, .minimal #edd_checkout_form_wrap fieldset > span legend, .minimal #edd_checkout_form_wrap fieldset > span span, .minimal #edd_checkout_wrap fieldset#edd_cc_fields > legend span, .minimal #edd_checkout_wrap fieldset#edd_cc_fields > span legend, .minimal #edd_checkout_wrap fieldset#edd_cc_fields > span span, .minimal #edd_checkout_wrap fieldset > legend span, .minimal #edd_checkout_wrap fieldset > span legend, .minimal #edd_checkout_wrap fieldset > span span, .minimal .edd_form fieldset > legend span, .minimal .edd_form fieldset > span legend, .minimal .edd_form fieldset > span span, .minimal .entry-content .edd-slg-social-container > span legend, .minimal .entry-content .edd-slg-social-container > span span, .minimal .entry-content .fes-headers span, .minimal .gform_title span, .minimal .section-title span, .minimal .section-title__inner, .minimal .widget-title--blog span, .section-title .minimal span, .section-title--minimal__inner, .widget-title--blog .minimal span {
		background-color: transparent !important;
		border: 0 none !important;
		color: #fff;
		font-size: 16px;
		letter-spacing: 1px;
		padding-left: 0;
		padding-right: 0;
	}
	.input-top-label label input:focus + .label-text {
		font-size: 9px;
	}
	.top-tx-fix-testmon {
		float: left;
		margin-bottom: 25px !important;
		margin-right: 0 !important;

		width: 100%;
	}
	.individual-testimonial .avatar-wrap {
		margin-left: 18px !important;
	}
	.cstmadvncfltrwpr .refresh-page-but a {
		border: 3px solid #6c6c6c;
		border-radius: 4px;
		color: #6c6c6c;
		font-size: 12px;
		margin-left: 11px;
		margin-top: 0;
		padding: 11px 8px 10px;
	}
	.refresh-page-but {
		float: left;
		margin-left: 0 !important;
	}
	.cstmadvncfltrwpr .adva-f-but {
		border: 3px solid #6c6c6c;
		border-radius: 4px;
		color: #6c6c6c;
		font-size: 12px;
		margin-left: 14px !important;
		padding: 11px 7px 10px;
	}
	.col-md-4.advncdcstmfldech {
		border-right: 1px none #bdc3c7;
	}
	.advncdcstmfldechg1 {
		border-right: 1px none #bdc3c7;
	}
	.col-md-4.advncdcstmfldechg1.right-padd-fi1.mf1 {
		width: 100%;
	}
	.price {
		padding-top: 13px;
	}
	-webkit-padding-start span.price, -toolkit-padding-before span.price {
	 padding-top: 75px;
	}
	.mdsg12 {
		float: left;
		padding-left: 0;
		width: 100%;
	}
	.col-md-4.advncdcstmfldechg1.right-padd-fi.rightghb-none.mf1 {
		width: 100%;
	}
	.gardans-view-box .snglgardenimgwpr {
		width: 100%;
		margin-bottom: 15px;
	}
	.gardans-view-box .snglgardencntnt {
		float: left;
		margin-top: 40px;
		padding-left: 0;
		width: 100%;
	}
	.pull-left-box {
		float: right !important;
	}
	.pull-right-box {
		float: left !important;
		width: 100%!important;
	}
	.prdctgrdnqawpr .prdctclctn {
		font-size: 18px;
		width: 100%;
	}
	.prdctgrdnqawpr .prdctseeall {
		padding-right: 0;
		width: 39%;
	}
	.prdctgrdnqawpr .prdctseeall a {
		font-size: 10px;
		margin-right: 0px;
	}
	.prdctgrdnqawpr .mdf1 {
		margin-top: -29px;
	}
	.prdctgrdnqawpr .prdctclctn {
		font-size: 18px;
		padding-right: 14px;
		width: 100%;
	}
	#page, .mfp-iframe-scaler, .slick-list {
		overflow: visible !important;
	}
	.site-title {
		font-size: 21px !important;
	}
	.col-md-4.col-xs-12.sm1 {
		height: auto;
	}
	#carousel .flex-direction-nav .flex-prev {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		left: 10px !important;
	}
	#carousel .flex-direction-nav a {
		height: 20px !important;
		width: 20px !important;
		top: 60% !important;
	}
	#carousel .flex-direction-nav .flex-next {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		right: 10px !important;
		text-align: center;
	}
	#slider .flex-direction-nav .flex-prev {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 22px auto;
		left: 10px !important;
	}
	#slider .flex-direction-nav a {
		height: 30px !important;
		width: 30px !important;
		top: 60% !important;
	}
	#slider .flex-direction-nav .flex-next {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 22px auto;
		right: 10px !important;
		text-align: center;
	}
	.flex-viewport {
		height: 390px;
		overflow: hidden;
		transition: all 1s ease 0s;
	}
	.flex-direction-nav a {
		color: rgba(0, 0, 0, 0.8);
		cursor: pointer;
		display: block;
		height: 40px;
		margin: -20px 0 0;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
		top: 203px;
		transition: all 0.3s ease-in-out 0s;
		width: 40px;
		z-index: 10;
	}
	.flex-control-thumbs li:nth-child(5n+1) {
		margin-left: 0 !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
		width: 100%;
	}
	#uploadedprofileimage {
		height: 200px;
		margin-left: 0;
		margin-top: 50px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.editprofileuploadform {
		margin-bottom: 102px;
	}
	.link-download-but {
		float: left;
		text-align: center;
		width: 100%;
	}
	.invoice-download-but a, .link-download-but a {
		float: none;
		margin-bottom: 12px;
	}
	.chat-box-head {
		height: auto;
	}
	.refresh-page-but {
		float: left;
		font-size: 12px !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 50%;
	}
	.refresh-page-but a {
		font-size: 10px !important;
	}
	.see-allbut a {
		display: inline-block;
		font-size: 13px;
		padding: 12px 13px;
	}
	.main-box {
		box-shadow: 0 0 1px #333;
		float: none !important;
		margin: 20px auto 35px;
		padding: 20px;
		width: 80%;
	}
	.main-box .list-item {
		display: inline-block;
		width: 100%;
	}
	.mob-rate {
		float: none !important;
	}
	.cart-but button {
		float: left !important;
		font-size: 12px !important;
		margin-bottom: 10px !important;
		margin-right: 0 !important;
		padding-bottom: 13px !important;
		padding-top: 13px !important;
		width: 100% !important;
	}
	.alert-box img {
		height: auto;
		margin-bottom: 25px;
		margin-left: 16.66%;
		margin-right: 16.66%;
		vertical-align: super;
		width: 66%;
	}
	.menu-notification-cont {
		left: 132px;
		top: auto;
	}
	.advanced-min-box {
	  text-align: center !important;
	  width: 100% !important;
	  margin-bottom:0px;
	  
	}
	.advanced-min-box button {
	float:none;
	}
	.add-wish-mn {
	  text-align: center;
	  width: 100%;
	  padding-left:0px !important;
	}
	.row-thanks input {
	  width: 100% !important;
	}
	body .mg7 {
		width: 100%!important;
	}
}
@media (max-width: 380px) {
	/* header */
	.navbar-header .karma{
		margin:0 0 0 10px !important;
	}
	.adv_search_head{
	    padding: 9px 10px 9px 10px;
	}
	/* signup */
	.arrow_box{
		margin-right: 0;
		  	margin-top: -1px;
	  	width: 150px;
	}
	/* */
    body.post-type-archive .customproductsulwpr .size-shop_catalog, body.post-type-archive .cstmdivwcmrcsrtng .size-shop_catalog, body.post-type-archive-product.woocommerce ul.products li.product a img{
        top: 0%;
    }
	body.page-id-7684.popular_wislist {
	  background-size: cover!important;
	}
    #empty_wishlist_msg_head{
        padding: 25px;
    }
    #empty_msglist_msg{
        padding:95px 80px 131px 68px;
    }
    #empty_chatlist_msg{
        padding: 75px 49px 101px 32px;
    }
    .overlayforrtng{
        top:0px;
    }
    .page-template-my-account .entry-title.entry-title--truncated{
        width: 37px !important;
    }
    /* share social fix pos ....................*/
    .soc_wrap_fix{
        bottom:15px;
    }
    .share_soc_fix{
        line-height: .5;
    }
    .synved-social-button{
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        width: 37px !important;
        height: 37px !important;
    }
    .synved-social-button img{
        bottom: 0;
        width: 37px !important;
    }	
    .synved-social-button:hover img{
        bottom: -37px;
    }
	/* profile image uploader .......................*/
	.rotate_right_icon{
		margin-left:0 !important;
	}
	.rotate_left_icon{
		margin-right:0 !important;
	}
	/**/
	.link-box-main-button {
	  padding-left: 0;
	}
	.img-flower-box {
	  height: 40px;
	  margin-right: 4px;
	  margin-top: 2px;
	  width: 40px;
	}
}
/* BEGIN - css for comment likes and hearts */
.wc-comment-footer > .wc-comment-like {display:inline-block;vertical-align:baseline;}
.wc-comment-footer > .wc-comment-like .fa-heart {padding:0 2px;}
.wc-comment-footer > .wc-comment-like .who_liked {padding: 0 5px 0 0;vertical-align:baseline;line-height: 15px;height:15px;}
/* END - css for comment likes and hearts */
ul.fl-color {
    margin: 0 0 20px 0;
    max-width: 130px;
}
ul.fl-color input[type=radio],
ul.fl-color input[type=checkbox] {
    margin-right: 10px;
    padding: 10px;
    border: 0px solid #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
ul.fl-color input[type=checkbox] {
    margin-right: 7px;
}
ul.fl-color input[type=radio]:checked,
ul.fl-color input[type=checkbox]:checked {
    padding: 9px;
    border: 0px solid #000;
}
ul.fl-color input[type=radio]:nth-child(1),
ul.fl-color input[type=checkbox]:nth-child(1) {
    background: #ffffff;
}
ul.fl-color input[type=radio]:nth-child(2),
ul.fl-color input[type=checkbox]:nth-child(2) {
    background: #ffc0cb;
}
ul.fl-color input[type=radio]:nth-child(3),
ul.fl-color input[type=checkbox]:nth-child(3) {
    background: #ffff00;
}
ul.fl-color input[type=radio]:nth-child(4),
ul.fl-color input[type=checkbox]:nth-child(4) {
    background: #ff0000;
}
ul.fl-color input[type=radio]:nth-child(5),
ul.fl-color input[type=checkbox]:nth-child(5) {
    background: #800080;
}
ul.fl-color input[type=radio]:nth-child(6),
ul.fl-color input[type=checkbox]:nth-child(6) {
    background: #0000ff;
}
ul.fl-color input[type=radio]:nth-child(7),
ul.fl-color input[type=checkbox]:nth-child(7) {
    background: #ffa500;
}
ul.fl-color input[type=radio]:nth-child(8),
ul.fl-color input[type=checkbox]:nth-child(8) {
    background: transparent;
    padding: 2px;
    border-radius: 20px;
}
ul.fl-color input[type=radio]:nth-child(8):checked,
ul.fl-color input[type=checkbox]:nth-child(8):checked {
    padding: 1px;
    border: 0px solid #000;
}
ul.fl-color input[type=radio]:nth-child(8):after,
ul.fl-color input[type=checkbox]:nth-child(8):after {
    content: "N/A";
    font-size: 10px;
}
ul.fl-category {
    margin: 0;
}
ul.fl-category li {
    list-style-type: none;
}
ul.fl-category li input {
    float: left;
    margin: 5px 5px 0 0;
}
ul.fl-category li span {
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
button> .material-icons {
    line-height: 1.5;
}
.vsz-custom-1 {
    padding: 0;
}

/* hardcoded styles by Jatin. Added here temporarily by Vlad */

.addpostform {
    max-width: 760px;
    margin: 0 auto;
}
.addpostform .row
{
    margin-left: 0px;
    margin-right: 0px;
}
.addpostform input,.addpostform textarea {
    margin-bottom: 15px;
}
.addpostform .wishlistsnglwpr .edd_download_inner {
    right: 9px;
    top: 12px;
}
.addpostform .textareainfo {
    margin-top: -10px;
    margin-bottom: 25px;
}
.addpostform span.sub {
    font-size: 15px;
    top: 0px;
    color: #797979;
    text-transform: capitalize;
}
.addpostform p.sub.bottom
{
font-size: 15px;
    top: 0px;
    color: #797979;
    margin-top: -10px;
    margin-bottom: 10px;
}
.addpostform .custombuttonwpr
{
 float: none !important; 
}
.addpostform .edd_download.content-grid-download {
    color: #404040;
    padding: 10px;
    background: #fff;
    border: 1px solid #bdc3c7;
    width: 100%;
    box-shadow: none;
    font-size: 15px;
    border-radius: 0;
    word-break: normal;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-siding: border-box;
    box-sizing: border-box;
}
.addpostform .devliverywpr input {
    margin-bottom: 0px;
}
.addpostform .md20
{
margin-bottom: 20px;
}
.addpostform  input#AddProductWishlist {
    width: 100% !important;
}
.product_errrornotify {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.addpostform  .add_to_wishlist.md1.mob1.mob2.add-wish-mn {
    float: none !important;
    padding-right: 15px !important;
}
.addpostform .form-group.col-xs-12.custombuttonwpr.md1.mob1.mob2.gh3 {
    margin-top: 0px;
}
ul.fl-color {
    max-width: 100%;
}
ul.fl-color input[type=checkbox]:before{
	display:none;
}

ul.fl-color input[type=radio]:checked,
ul.fl-color input[type=checkbox]:checked {
    padding: 12px;
    border: 2px solid;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.fl-color input[type=radio]:nth-child(8):checked,
ul.fl-color input[type=checkbox]:nth-child(8):checked {
padding: 3px !important;
    border: 2px solid;
    border-radius: 20% !important;
}
ul.fl-color input[type=radio],
ul.fl-color input[type=checkbox]{
    padding: 14px;
    border-radius: 20%;
}
ul.fl-color input[type=checkbox]{
    padding: 12px;
}
div#flowerType input[type=checkbox] {
    margin-left: 10px;
    margin-right: 6px;
}

input#selladdshopri {
    margin-left: 0px  !important;
}
.formtitle
{
font-family: var(--major-font) !important;
    font-size: 28px;
    margin-bottom: 20px;
}
ul.fl-color input[type=radio]:nth-child(1),
ul.fl-color input[type=checkbox]:nth-child(1) {
    background: #efefef;
}
ul.fl-color input[type=radio]:nth-child(2),
ul.fl-color input[type=checkbox]:nth-child(2) {
    background: #f791b9;
}
ul.fl-color input[type=radio]:nth-child(3),
ul.fl-color input[type=checkbox]:nth-child(3) {
    background: #fbe100;
}
ul.fl-color input[type=radio]:nth-child(4),
ul.fl-color input[type=checkbox]:nth-child(4) {
    background: #ff4242;
}
ul.fl-color input[type=radio]:nth-child(5),
ul.fl-color input[type=checkbox]:nth-child(5) {
    background: #ac47e1;
}
ul.fl-color input[type=radio]:nth-child(6),
ul.fl-color input[type=checkbox]:nth-child(6) {
    background: #a5cbe2;
}
ul.fl-color input[type=radio]:nth-child(7),
ul.fl-color input[type=checkbox]:nth-child(7) {
    background: #f76c0f;
}
ul.fl-color input[type=radio]:nth-child(8),
ul.fl-color input[type=checkbox]:nth-child(8) {
    padding: 5px 4px !important;
    border-radius: 5px !important;
    background: #484d527d !important;
    min-width: 28px;
    min-height: 28px !important;
}
ul.fl-color input[type=radio]:nth-child(8):after,
ul.fl-color input[type=checkbox]:nth-child(8):after {

    color: #fff;
}
@media screen and (device-aspect-ratio: 16/9)
{
body .addpostform .mob1 {
    width: 100%!important;
}
.page-template-my-account .pull-right-box .addpostform  .md1 > input[type=text],.addpostform textarea,.addpostform select {
    width: 100% !important;
}
.addpostform .md1,.addpostform .mg1,.page-template-my-account .pull-right-box .addpostform .md1 > input[type=text], textarea, select {
    width: 100%!important;
}

.addpostform .add_to_wishlist.md1.mob1.mob2.add-wish-mn {
    float: none !important;
    padding-right: 15px !important;
}
}
@media only screen and (max-width: 599px) {
	.addpostform .add_to_wishlist.md1.mob1.mob2.add-wish-mn {
		padding-left: 15px !important;
	}
}
@media only screen and (max-width: 480px) { .form-group.col-sm-12.col-xs-12.md1.sg2.gh2.vsz-custom-1 {
		padding-left: 0px !important;
	}
	.page-template-my-account .pull-right-box form .md1 {
		padding-left: 15px;
	}
}
@media screen and (device-aspect-ratio: 40/71)
{
.page-template-my-account .pull-right-box form.addpostform .md1 > input[type=text],form.addpostform textarea,form.addpostform select {
    width: 100% !important;
}
  .addpostform .md1,.addpostform .mg1,.page-template-my-account .pull-right-box .addpostform .md1 > input[type=text], textarea, select {
    width: 100%!important;
}
	.page-template-my-account .pull-right-box form .md1 > input[type=text], textarea, select {
		width: 85% !important;
	}
	body .mob1 {
		width: 78%!important;
	}
	.md1 {
		width: 90%!important;
	}
	#uploadedprofileimage {
		width: 85%!important;
	}
	.mdf1 {
		width: 85%!important;
	}
	.mg1 {
		width: 85%!important;
	}
}
/*Plants in demand text css -- added by Manish */
.text-info{
    text-align: center;
    padding: 20px 0 10px 0;
}
.text-info i{
    color: #01da90;
}
.text-only{
    font-size: 24px;
}
.page-template-in_demand_list .page-header{
    display: none;
}
/*Plants in demand text css end here */
li.ui-menu-item {
    padding-left: 10px;
    padding-top: 2px;
}
/*Country modal */
/*.chosen-container{width:415px!important}*/
.select_cont{
    margin-left: 38px;
    margin-right: 48px;
}
.select_cont span a{
   color:#50ca8b;
}
#countryList-model{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#countryList-model .popup_body{
    background-color: rgb(255, 255, 255);
    float: left;
    margin-top: 53px;
    padding: 10px 0px;
    position: relative;
    width: 100%;
}
/* advance filter (other options) start */
.other_filter_options{
    margin: 0;
}
.other_filter_options li{
    list-style: none;
}
.other_filter_options li i{
    color:#50ca8b;
}
/* advance filter (other options) end */

/* km-miles checkbox toggle start */
.advert_radius {
    float: left;
    margin-right: 1px;
}
.switch-field {
    display: flex;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
    background-color: #efefef;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 13px 12px;
    margin-right: -1px;
    text-transform: none;
    transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #50ca8b;
    color: #fff;
    box-shadow: none;
}
.switch-field input:checked + label::before{
    font-family: FontAwesome;
    content: "\f00c";
    letter-spacing: 3px;
    font-weight: 50;
}
/* km-miles checkbox toggle end */

/* intl-tel-input country list dropdown */
.country-row .country-list{
    width: 100%;
}
.alert-box-compressed{
    background-color: #F2DEDE;
    border-radius: 4px;
    color: #BA6765;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}