@charset "utf-8";
/* CSS Document */
 

.homebg{
	background-repeat: no-repeat;
  	background-size: 100%; 
}
 
.overlayVideo{
	position:relative;
	padding:2px;
}
.overlayVideo.overlay:before{
	background:#f6f7fb;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.overlayVideo.overlay:hover:before{
	opacity:0.3;
	visibility:visible;
}


.overlayVideo .playButton{
	height:40px;
	width:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	background:#F7941D;
	border-radius:100%;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
	text-align:center;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	transform:scale(0);
	opacity:0;
	visibility:hidden;
	 
}
.overlayVideo .playButton:hover{
	background:#fff;
	color:#333;
}
.overlayVideo:hover .playButton{
	opacity:1;
	visibility:visible;
	transform:scale(1);		 
}

@media only screen and (max-width: 450px){
	.single-widget .recent-post{
		display:none !important;	
	}
	
	.leftLine{
		border:0px !important;		 
	}
}

.accountFunc ul li{
	list-style: none;
	display: inline;
	margin-bottom:20px;
}

 
@media only screen and (min-width: 450px) {
	/*eshop best fit*/
	.single-list .list-image img{
		width: 158px;
		height:190px;
		object-fit:scale-down;
	}
	
	.cown-down .image img{
		width: 100%;
		height:515px;
		object-fit:scale-down;
	}		
 
}

@media only screen and (min-width: 768px) {
	/*eshop best fit*/
	.single-product .product-img a img{
		width: 255px;
		height:350px;
		background-color:#f6f7fb;
		object-fit:scale-down;
	}
	
	.single-slider img{
		width: 550px;
		height:510px;
		object-fit:scale-down;
	}		
}

@media only screen and (max-width: 450px) {
	/*eshop best fit*/
	.shop-services{
		display:none;
	}
}



 

div{
	word-wrap: break-word;
}



.size .nice-select .list{
	overflow-y: auto;
	overflow-x: auto;
}
 

div.showVideo{	 	
	position: fixed;   
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background-color: #fff;    	 
  	border: 1px solid #eee;
  	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  	padding: 10px 10px;
  	z-index:10000;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
	/*width:100%;
	max-width:550px;*/
}

 

.roundBtn{
	width:25px;
	height:25px;
	color:#fff;
	border:#000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
}



.CloseButton {
    position: absolute;
    color:#000;
    top:-20px;
    right:-20px;
	background:#fff;
	display:inline-block;
	font-size:10px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	width:30px;
	height:30px;
	border:#000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
}

.CloseButton:hover{
	color:#FFF;
	background-color:#F7941D;
} 

div.centered {
  position: fixed;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;    	 
  border: 1px solid #eee;
  min-width:375px;
  max-width:400px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  padding: 10px 10px;
  z-index:100;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}


#useCookie {
    position: fixed;
    bottom: 30px;
    right: 30px;	 		
	background-color: #fff;    	 
	border: 1px solid #eee;
	max-width:300px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  	padding: 15px 15px;
	z-index:100;
  	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.cookieAllow{
	float:right;
}


  
.textField{
	height: 40px;
	line-height: 40px;	 
	border: 1px solid #c8c8c8;
	padding: 0px 10px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
}

.starYellow{
	color:#F7941D;
}

.studioThumbnail{
	max-height:100px;
}

.grey{
	color:#CCC;
}
 
.icon24{
	font-size:24px;
}

.icon16{
	font-size:16px;
}
 
.reviewThumb{
	max-width:100px;
}

.outOfStock{
	color:#900;
	font-size:24;
}

.nbutton {	
	position: relative;
	font-weight: 500;
	font-size:14px;
	/*color: #fff;*/
	height:40px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
}

.nbutton:hover{
	color:#FFF;
	background-color:#F7941D;
}


.nbtn {
	position: relative;
	font-weight: 500;
	font-size:14px;
	/*color: #fff;*/
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*z-index: 5;*/
	display: inline-block;
	padding: 8px 12px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
	
	
}

.nbtn-sm {
	position: relative;
	font-weight: 500;
	font-size:14px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 3px 8px;
	
	text-transform:uppercase;
	border: 1px solid #ddd;
 	border-radius: 4px;
}
.nbtn:hover{
	color:#fff;
	background:#F7941D;
} 


.dropdown-submenu {
  position: relative;
 
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  /*margin-top: -6px;*/
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  /*border-style: solid;*/
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  /*margin-top: 5px;*/
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/******************/
 .loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  gt: 0;
  left: 0;
 /* width: 100%;
  height: 100vh;*/
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.bottomline {
	border-bottom:solid 1px;
	border-bottom-color:#ddd;
}

.topline {
	border-top:solid 1px;
	border-bottom-color:#ddd;
}

.bottomDotLine{
	border-bottom:dotted 1px;
	border-bottom-color:#ddd;
}

.leftLine{
	border-left:solid 1px;
	border-color:#85BA46;
}

.indent{
	padding: 0px 30px;
}


.required{
	color:#F00;
}

.redBorder{
	background-color: #F00;
}

.errorStyle{
	color:#F00;
}

/*blink css*/
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*end blink*/
 
 
.rowMargin{
	margin: 7px 7px;
}

.top_margin{
	margin-top:7px;
}

.bottom_margin{
	margin-bottom:7px;
}


.handPointer{
	cursor: pointer;
}


/* The Modal (background) */
.ssModal {
  display: none; /* Hidden by default */
  position:fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;  
  height: 100%;    
  overflow: auto; /* Enable scroll if needed */
  background-color:transparent;  
  /*background-color: #1f92bf;/*rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  


/* Modal Content */
.ssmodal-content {
  background-color: #fff;  
  margin: auto;
  padding: 10px;
  border: 1px solid #eee;
  width: 100%;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius:4px;/* 10px 10px 10px 10px;*/
}

.sstext_color{
	color:#000;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.singleVideo{
	width:100% !important;
	height:auto;
}

/*tabs section*/
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Magneto", Helvetica, Arial, sans-serif;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #fafafa;
	color: #000;
	/*BORDER-LEFT:#f1b8d8 1px solid;	
	BORDER-TOP:#f1b8d8 1px solid;	
	BORDER-RIGHT:#f1b8d8 1px solid;	*/
}

.tab-content{
	display: none;
	background: #fafafa;
	padding: 15px;
	/*BORDER-LEFT:#f1b8d8 1px solid;	
	BORDER-RIGHT:#f1b8d8 1px solid;	
	BORDER-TOP:#f1b8d8 1px solid;	
	BORDER-BOTTOM:#f1b8d8 1px solid;	*/
}

.tab-content.current{
	display: inherit;
}


