/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.apww-wishlist-action{
	position:relative;	
}
img.apww-loading{
	width:18px!important;
	height:18px;
	top:48%;
	bottom:0px;
	right:-20px;
	position:absolute;
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
}
.appw-icon{
	font-size:16px;	
}
.apww-wishlist-action .apww-success{
	position:absolute;
	left:0;
	top:110%;
	font-weight:normal!important;
	font-size:12px;
	max-width:800px;
	white-space: nowrap;
	color: #155724!important;
	background-color: #d4edda!important;
	border-color: #c3e6cb!important;
	padding:5px!important;
	width:auto;
}
.apww-wishlist-button{
	display: inline-block;
	background-color: #748590;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	line-height:45px;
	border-radius: 30px;
	text-align: center;
	position: relative;
	z-index: 3;
	font-weight: 500;
	letter-spacing: 1px;
	line-height:1;
	text-transform: uppercase;
	border:none!important;
	min-width:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
button.apww-wishlist-button:focus{
	border:none!important;
	outline:none;	
}
button.apww-wishlist-button{
	padding-top:0px;
	padding-bottom:0px;	
}
.apww-wishlist-action .apww-icon{
	font-size:20px;	
}
.apww-wishlist-button:hover{
	background:#37BF91;
	color:#FFF;
}
ul.products li.product{
	position:relative;
}
.appw-common-wishlist.above_img_left{
	position:absolute;
	top:5px;
	left:5px;
	min-width:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}
.appw-common-wishlist.above_img_right{
	position:absolute;
	top:5px;
	right:5px;	
	min-width:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}
.apww-share-button-wrap{
	display:block;
	margin:20px 0px;
}
.apww-share-button-wrap  a,
.apww-share-button-wrap  a:hover,
.apww-share-button-wrap  a:visited,
.apww-share-button-wrap  a:active{
    margin: 0 12px 2% 0 !important;
    transition: all 0.3s;
    padding: 8px 19px 8px 14px;
	background: #3B5998;
	display: inline-block;
	margin: 2px;
	font-family: 'K2D', sans-serif;
	color: #fff;
	text-decoration: none;
	min-width: 40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.apww-share-button-wrap a:hover{
	color: #fff;
}
.apww-share-button-wrap a.button-twitter{
	background: #00acee;
}
.apww-share-button-wrap a.button-stumbleupon {
    background: #f74425;
}
.apww-share-button-wrap a.button-linkedin {
    background: #0e76a8;
}
.apww-share-button-wrap a.button-google-plus {
    background: #e93f2e;
}

.apww-wishlist-empty{
	display:block;
	padding:5%;
	text-align:center;
	font-size:40px;
}
.apww-wishlist-empty i{
	font-size:60px;	
}
.apww-wishlist-empty .cart-empty{
	font-size:40px;
	display:block;
	padding:30px 0px;
	line-height:normal;
}
.apww-wishlist-empty .appw-back-button{
	display:inline-block;
	font-family: inherit !important;
	font-size: 14px !important;
	margin-right: 0;
	color: #282828 !important;
	font-weight: 500 !important;
	background-color: #f4f8f9 !important;
	border-radius: 30px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none !important;
	-webkit-transition: background-color 300ms ease-out, color 300ms ease-out, opacity 300ms ease-out, -webkit-box-shadow 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out, opacity 300ms ease-out, -webkit-box-shadow 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out, box-shadow 300ms ease-out, opacity 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out, box-shadow 300ms ease-out, opacity 300ms ease-out, -webkit-box-shadow 300ms ease-out;
	text-transform: none;
	padding:15px 30px;
}
.apww-wishlist-empty .appw-back-button i,
.apww-wishlist-empty .appw-back-button .apww-icon{
	font-size:18px;
	margin-right:10px;
	display:inline-block;
	vertical-align: top;
	 margin-top: 3px;
	
}
.apww-wishlist-empty .appw-back-button:hover{
	background:#DADADA;	
}


.apww-wishlist-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:999;
	-webkit-transition: opacity .3s ease,visibility .3s ease;
	transition: opacity .3s ease,visibility .3s ease;
	display:none;
	opacity:0;
	visibility:hidden;
	
}
.apww-wishlist-modal select{
	width:100%;	
}
.apww-wishlist-modal label{
	display:block;
	margin-top:5px;
	font-weight:normal;	
}

.apww-wishlist-modal .form-group{
	margin-bottom:25px;	
}
.apww-wishlist-modal.active{
	display:block;
	opacity:1;
	visibility:visible;
}
.apww-wishlist-modal:before{
	content:"";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:999;
	background-color: #f1f5f7;
	opacity:0.5;
}
.apww-modal-inner{
	position:fixed;
	max-width:350px;
	top:50%;
	left:50%;
	background:#FFF;
	padding:30px;
	z-index:9999;
	text-align:center;
	box-shadow: 0 16px 55px -20px #cbdade;
	-webkit-box-shadow: 0 16px 55px -20px #cbdade;
	-moz-box-shadow: 0 16px 55px -20px #cbdade;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
}
.apww-modal-inner .apww-txt{
	font-family:inherit;
	font-size:18px;
	padding:20px 0px;
	line-height:1;
	text-transform:capitalize;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.apww-modal-inner .apww-icon{
	font-size:70px;
}
.apww-buttons-group{
	display:block;
}
.apww-buttons-group button,
.woocommerce .apww-buttons-group .button,
.apww-buttons-group .button{
	text-align:center;
	background-color: #ebe9eb;
	display:block;
	margin:10px auto;
	width:100%;
	font-size:14px;
	letter-spacing:1px;
	text-transform:capitalize;
    line-height: 1;
    cursor: pointer;
    border-radius: 5px;
    left: auto;
    border: 0;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	font-weight:normal;
	text-transform:uppercase;
	color:#3a4e61;
	padding:0px 15px;
	outline:none;
	border:none!important;
}

.apww-buttons-group button:hover,
.woocommerce .apww-buttons-group .button:hover,
.apww-buttons-group .button:hover{
	   background-color: #3a4e61;
	   color:#FFF;
}
.apww-buttons-group button .apww-icon{
	vertical-align:middle;
	margin-right:5px;
	font-size:24px;
	margin-top:-4px;
	display:inline-block;
}
.apww-create-wishlist{
	
}
.apww-create-wishlist .button{
	max-width:200px;
	float:right;
	margin-bottom:30px;
}
.apww-wishlist-info{
	font-size:1.5rem;
	display:none;
}
.appw-wishlist-archive-action{
	position:relative;	
}
.appw-action-wishlist-save .apww-loading{
	position:absolute;
	right:5px;
	top:50%;	
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.apww-limiter {
  width: 100%;
  margin: 0 auto;
}

.apww-table-container {
  width: 100%;
  padding:5px;
  clear:both;

}

.apww-wrap-table {
 max-width: 1170px;
  
}
.apww-wrap-table .woocommerce-loop-product__title{
	font-size:14px;	
}
.apww-wrap-table .woocommerce-loop-product__title{
	font-size:14px;	
}
.woocommerce .apww-wrap-table img{
	max-width:100px;
	height:auto;	
}
.apww-wrap-table table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border:none!important;
  position: relative;
}
.apww-wrap-table table td, .apww-wrap-table table th{
	border:none;	
}
.apww-wrap-table table * {
  position: relative;
}
.apww-wrap-table table td, .apww-wrap-table table th {
  padding-left: 8px;
}
.apww-wrap-table table th{
	color:#FFF;	
}
.apww-wrap-table table thead tr {
  height: 60px;
  background: #36304a;
}
.apww-wrap-table table tbody tr {
  height: 50px;
}
.apww-wrap-table table tbody tr:last-child {
  border: 0;
}
.apww-wrap-table table td, .apww-wrap-table table th {
  text-align: left;
}
.apww-wrap-table table td.l, .apww-wrap-table table th.l {
  text-align: right;
}
.apww-wrap-table table td.c, .apww-wrap-table table th.c {
  text-align: center;
}
.apww-wrap-table table td.r, .apww-wrap-table table th.r {
  text-align: center;
}


.apww-table-head th{
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

.apww-wrap-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.apww-wrap-table tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

.apww-wrap-table tbody tr:hover,
.apww-wrap-table tfoot tr{
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}


@media screen and (max-width: 992px) {
  .apww-wrap-table table {
    display: block;
  }
  .apww-wrap-table table > *, .apww-wrap-table table tr, .apww-wrap-table table td, .apww-wrap-table table th {
    display: block;
  }
  .apww-wrap-table table thead {
    display: none;
  }
  .apww-wrap-table table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  .apww-wrap-table table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
 .apww-wrap-table  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .apww-wrap-table table tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table.apww-wishlist-achive tbody tr td:nth-child(1):before {
    content: "Date";
  }
  table.apww-wishlist-achive tbody tr td:nth-child(2):before {
    content: "Order ID";
  }
  table.apww-wishlist-achive tbody tr td:nth-child(3):before {
    content: "Name";
  }

 .apww-wrap-table  tbody tr {
    font-size: 14px;
  }
}

.apww-wishlist-save-wrap input[type="text"],
.apww-wishlist-save-wrap select,
.apww-wishlist-save-wrap input[type="text"]:focus,
.apww-wishlist-save-wrap select:focus{
	display:block;
	width:100%;
	padding:10px;
	border:1px solid #CCC;
	outline:none;
	margin-top:10px;
}

h6.share-text{
	font-size:20px;	
}
.pull-right{
	float:right;	
}