@charset "UTF-8";



/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
	background: rgba(0, 0, 0, 0);
	min-height: 75px;
	position: relative;
	overflow: hidden;
}

/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar {
	background: #FFF;
	overflow: hidden;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#main-nav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	min-height: 75px;
}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
.navbar-brand {
	height: 76px;
	position: relative;
	line-height: 45px;
	padding-top: 23px;
}
.current a {
	color: #e96656 !important;
	position: relative;
	outline: none;
}
.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: 0px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #e96656;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: #808080;
        margin-top: 23px;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #e96656;
	filter: alpha(opacity=100);
	opacity: 1;
}


.price_teika{
	color: #666;
	font-size: 50%;
	font-weight: normal;
}


main div.product div.entry-summary{margin-top:50px}main div.product div.entry-summary h1{color:#1983ae; font-size:26px;}main div.product div.entry-summary div[itemprop=description] p{line-height:22px;text-align:justify}main div.product div.entry-summary p.stock{color:red;font-size:16px}main div.product div.entry-summary div.product_meta{display:none}main div.product div.entry-summary form div.quantity input{height:40px;margin-right:20px}main div.product div.entry-summary form .button{background-color:#1983ae!important;border-radius:15px;font-family:Candara Regular;font-size:18px;color:#fff;font-style:italic}main div.product div.entry-summary form span.or{float:left;padding:0 15px;font-family:Candara;font-size:18px;color:#6a6a6a;margin-top:7px}main div.product div.entry-summary form .outside{font-family:Candara Regular;font-size:16px;color:#7cbc49;margin-left:80px;line-height:50px}main div.product div.entry-summary div[itemprop=offers]{font-size:24px}main div.product div.entry-summary div[itemprop=offers] p{color:#1983ae}
footer {
    background: #272727;
}
.wc-tab {
  display: none;
}
.wc-tab:target {
  display: block;
}

i {
    vertical-align: middle;
}
/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
	background: #272727;
}
.company-details, .company-details a {
	color: #939393;
	padding-top: 67px;
	padding-bottom: 67px;
	text-align: center;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}

.copyright {
	padding-top: 75px;
	padding-bottom: 70px;
	background: #171717;
	text-align: center;
	color: #939393;
}
.social{
	margin: 0 0 10px 0;
	padding: 0;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
	color: #939393;
	font-size: 18px;
}
.social li a:hover {
	color: #e96656;
}

li{
	list-style: none;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #e96656;
}
.green-text {
	color: #34d293;
}
.blue-text {
	color: #3ab0e2;
}
.yellow-text {
	color: #f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
}
/*main div.woocommerce-tabs {
    margin-bottom: 50px;
    text-align: justify;
}
main div.woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #1983ae;
    padding-left: 0 !important;
}
main div.woocommerce-tabs ul.tabs li.active {
    background-color: #1983ae !important;
    color: #fff !important;
}
main div.woocommerce-tabs ul.tabs li {
    color: #fff;
    border-radius: 15px 15px 0 0 !important;
    margin: 0 !important;
    border: none !important;
    background-color: transparent !important;
    color: #1983ae !important;
}
*/
.star{
 float:right;
}

main div.product div.product-videos {
    margin-bottom: 40px;
}
main div.product div.product-videos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
main div.product div.product-videos ul li {
    list-style-type: none;
    margin: 10px;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
}
main div.product div.product-videos ul li .play {
    background-image:url(../images/ssplay.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    margin: auto;
    background-size: contain;
    background-position: 50%;
}