@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap');
.product-list {
	padding: 10px 0px 0px;
	font-family: 'Nunito Sans', sans-serif;
}
.product-list>ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
}
.product-list>ul>li {
	width: 25%;
	padding: 10px;
}
.white-box {
	border-radius: 2px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	padding: 20px 15px;
	transition: all 0.5s ease-in-out;
	position: relative;
	margin-bottom: 20px;
}
.white-box:hover {
	background-color: rgba(41, 194, 125, 0.20);
	transition: all 0.5s ease-in-out;
}
.wishlist-icon {
	position: absolute;
	right: 12px;
	top: 10px;
}
.wishlist-icon img {
	width: 20px;
	height: 20px;
}
.product-img {
	min-height: 135px;
}
.product-img img {
	max-width: 100%;
	max-height: 130px;
	display: block;
	margin: 0 auto;
}
.product-bottom {
	text-align: center;
}
.product-name {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin: 10px 0 10px;
	font-weight: 600;
	max-height: 48px;
	min-height: 48px;
	overflow: hidden;
}
.price {
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}
.blue-btn {
	background: #13cfdf;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 700;
	border: none;
	padding: 0 15px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	max-width: 132px;
	margin: 10px auto 0;
	display: block;
	text-align: center;
	text-decoration: none;
}
.price .line-through {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	vertical-align: 1px;
	display: inline-block;
	text-decoration: line-through;
	margin-left: 4px;
}
.product-list .product-shipping {
	color:rgba(0, 0, 0, .5);
	font-size:15px;
	margin:0 0 15px;
	display:block;
	position:relative
}
/**/
 label {
	position: relative;
	cursor: pointer;
	color: #626262;
	font-size: 16px;
}
input[type="checkbox"], input[type="radio"] {
	position: absolute;
	right: 9000px;
}
/*Check box*/
input[type="checkbox"] + .label-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
input[type="checkbox"]:checked + .label-text:before {
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}
input[type="checkbox"]:disabled + .label-text {
	color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before {
	content: "\f0c8";
	color: #ccc;
}
/*Radio box*/

input[type="radio"] + .label-text:before {
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
input[type="radio"]:checked + .label-text:before {
	content: "\f192";
	color: #8e44ad;
	animation: effect 250ms ease-in;
}
input[type="radio"]:disabled + .label-text {
	color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
	content: "\f111";
	color: #ccc;
}
.filter-box {
	border-radius: 2px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	padding: 15px 10px 5px 10px;
	transition: all 0.5s ease-in-out;
	/*position: fixed;*/
	margin-bottom: 10px;
}
.white-box .product-discount-label, .white-box .product-new-label {
	background-color:#e67e22;
	color:#fff;
	font-size:14px;
	padding:2px 10px;
	position:absolute;
	right:-2px;
	top:10px;
 transition:all .3s
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	outline: none !important;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
	outline: none !important;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
.floatbtn {
	position:relative;
	top:-10px;
}
/*.my-float{
	margin-top:10px;
}
*/

.sellerMenu {
	background-color:#fff;
	margin-bottom: 10px;
}
.sellerMenu:hover {
	background-color:#C0D1F1;
}
.whitebox {
	display:inline-flex;
	padding:10px;
	background-color:#fff;
	border: 1px solid #c6c5cb;
	-webkit-box-shadow: 0px 9px 12px -9px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 9px 12px -9px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 9px 12px -9px rgba(0, 0, 0, 0.42);
}

.whiteboxi {
	display:block;
	padding:10px;
	background-color:#fff;
	border: 1px solid #c6c5cb;
	-webkit-box-shadow: 0px 9px 12px -9px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 9px 12px -9px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 9px 12px -9px rgba(0, 0, 0, 0.42);
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	padding: 15px 0;
	border-top: 1px solid #b3b3b3;
	background-color: #252525;
	text-align: center;
	margin-top:50px !important;
}
img {
	max-width: 100%;
}
.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
 @media screen and (max-width: 996px) {
 .preview {
 margin-bottom: 20px;
}
}
.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
}
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}
.tab-content {
	overflow: hidden;
}
.tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
 -webkit-animation-duration: .3s;
 animation-duration: .3s;
}

.content-wrapper>.content {
    padding: 0 .5rem;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
	
}
.card-body {
	margin-top: 0px;
	background: #fff;
	padding: 1em;
	line-height: 1.5em;
	display:block;
}

.card-header {
    background-color: transparent;
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-title {
    float: left;
    /*font-size: 1.1rem;*/
    font-weight: 400;
    margin: 0;
}
 @media screen and (min-width: 997px) {
 .wrapper {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
}
.details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.product-title, .price, .sizes, .colors {
	text-transform: UPPERCASE;
	font-weight: bold;
}
.checked, .price span {
	color: #114dbb;
	font-weight: bold;
}
.product-title, .rating, .product-description, .price, .vote, .sizes {
	margin-bottom: 15px;
}
.product-title {
	margin-top: 0;
}
.size {
	margin-right: 10px;
}
.size:first-of-type {
	margin-left: 40px;
}
.color {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 2em;
	width: 2em;
	border-radius: 2px;
}
.color:first-of-type {
	margin-left: 20px;
}
.add-to-cart, .like {
	background: #ff9f1a;
	padding: 1.2em 1.5em;
	border: none;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #fff;
 -webkit-transition: background .3s ease;
 transition: background .3s ease;
}
.add-to-cart:hover, .like:hover {
	background: #b36800;
	color: #fff;
}
.not-available {
	text-align: center;
	line-height: 2em;
}
.not-available:before {
	font-family: fontawesome;
	content: "\f00d";
	color: #fff;
}
.orange {
	background: #ff9f1a;
}
.green {
	background: #85ad00;
}
.blue {
	background: #0076ad;
}
.tooltip-inner {
	padding: 1.3em;
}
 @-webkit-keyframes opacity {
 0% {
 opacity: 0;
 -webkit-transform: scale(3);
 transform: scale(3);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes opacity {
 0% {
 opacity: 0;
 -webkit-transform: scale(3);
 transform: scale(3);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
/**/
.border-left {
	border-left: 2px solid #fc0;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #fff;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 16px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color:#fff;
}
.more-less {
	float: right;
	color: #fff;
	font-size: 30px;
	font-weight:bold;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
.login-block {
	background: #DE6262;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	float:left;
	width:100%;
	padding : 50px 0;
}
/*****/
.seminor-login-modal-body .close {
	position: relative;
	top: -27px;
	left: 4px;
	color: #1cd8ad;
}
.seminor-login-modal-body .close {
	opacity:1;
}
.seminor-login-modal-body .close:focus, .seminor-login-modal-body .close:hover {
	color: #39e8b0;
	opacity: 1;
	text-decoration: none;
	outline:0;
}
.seminor-login-modal .modal-dialog .modal-content {
	padding:20px;
	width:100%;
}
/* form animation */
.seminor-login-form .form-group {
	position: relative;
	margin-bottom: 1.5em !important;
}
.seminor-login-form .form-control:focus, .seminor-login-form .form-control:active {
	outline:none !important;
	outline-width: 0;
	border-color: #adadad !important;
	box-shadow: 0 0 0 0.2rem transparent;
}
.btn-check-log .btn-check-login {
	font-size: 16px;
	padding: 10px 0;
}
button.btn-check-login:hover {
	color: #fff;
	background-color: #096;
	border: 2px solid #096;
}
.btn-check-login {
	color: #fff;
	background-color: #2AC37D;
	/*background-color: transparent;*/
 border: 2px solid #2AC37D;
 transition: all ease-in-out .3s;
}
.btn-check-login {
	display: inline-block;
	padding: 12px 0;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0;
	width: 100%;
}
.forgot-pass-fau a {
	text-decoration: none !important;
	font-size: 14px;
}
.text-primary-fau {
	color: #1959a2;
}
.select-form-control-placeholder {
	font-size: 100%;
	padding: 7px 0 0 13px;
	margin: 0;
}
.text-white {
	color:#FFF !important;
}
/*	.login-card-purple {
    background: linear-gradient(145deg, #673AB7, #9C27B0);
}*/

.login-card-yellow {
	background: linear-gradient(145deg, #FFC107, #FFEB3B);
}
.login-card-light {
	background: linear-gradient(145deg, #eee, #fff);
}
.login-dark {
	background: linear-gradient(145deg, #575b5d, #252b2d);
}
.login-blue {
	background: linear-gradient(145deg, #2196F3, #3F51B5);
}
.login-purple-pink {
	background: linear-gradient(145deg, #3F51B5, #E91E63);
}
.login-gradeint {
	background-image: linear-gradient(to right bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
 @media (max-width: 360px) {
.seminor-login-modal .modal-dialog {
 height:100%;
}
}

/*.btn {
 background-color: #e0e0e0;
    border: none;
    color: #384eb7;
    padding: 20px;
    font-size: 26px;
    cursor: pointer;
	margin-bottom: 10px;
}*/

/* Darker background on mouse-over */
/*.btn:hover {
  background-color: RoyalBlue;
}
*/

form.is-readonly .btn-save {
	 display: none;
}
 form.is-readonly input[disabled], form.is-readonly textarea[disabled] {
	 cursor: text;
	 background-color: #fff;
	 border-color: 1px solid #CCC;
	 outline-color: transparent;
	 box-shadow: none;
	 
}
 form.is-editing .btn-edit {
	 display: none;
}

/* img box */
.updateimg{
	display: inline-block;
	width: 100%;
	background-color: #fff;
    padding: 10px;
    border: 1px solid #dededc;
   
}

/*div {
  position: relative;
  overflow: hidden;
}
input {
  position: absolute;
  font-size: 14px;
  opacity: 0;
  right: 0;
  top: 0;
}*/
 
 
.progress {
    height: 7px;
	margin-top:5px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}


.progress .skill {
  font: normal 12px "Open Sans Web";
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

.btn-bs-file{
    position:relative;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

.roundedbtn{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

/*.roundbutton {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}*/