/******************************************************************
Theme Name: Bilingual Shopify Theme
Author: Shopify Ninjas (http://www.shopifyninjas.com)
Description: Shopify Theme (http://www.shopify.com/?ref=shopifyninjas)
******************************************************************/

/* Need to customise? Go to customise.scss.liquid to edit and override styles in this file or in bootstrap.css.liquid
Please, try to aviod modifying this file, as it may break fundamental layout and styling for the theme.

This stylesheet uses SCSS, so feel free to use SASS or SCSS syntax (both are supported)
*/


/* set all fonts */

	;





	;




	;



$slideshow_height: ;

/* mixins */
@mixin border-radius($radius){
	-webkit-border-radius: $radius;
	-moz-border-radius: $radius;
	-ms-border-radius: $radius;
	-o-border-radius: $radius;
	border-radius: $radius;
}
@mixin box-shadow($params){
	-webkit-box-shadow: $params;
	-moz-box-shadow: $params;
	-ms-box-shadow: $params;
	-o-box-shadow: $params;
	box-shadow: $params;
}

body {
	padding-top: 0;
	padding-bottom: 60px;
	font-family: ;
	font-weight: ;
	font-size: px;
	text-transform: ;
	overflow-x: hidden;
	background-color: ;
}


h1,h2,h3,h4,h5,h6,.brand{
	font-family: ;
	text-rendering: optimizeLegibility;
	font-weight: ;
	text-transform: ;
}
h1{ margin: 20px 0; }

a{
	color:;
	text-decoration: none;
}
a:hover,
a:focus{
	color: ;
	text-decoration: none;
}

/* bootstrap replacements */
.btn-default {
  color: ;
  background-color: ;
  border-color: ;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: ;
  background-color: ;
  border-color: ;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: ;
  border-color: ;
  color: ;
}
.btn-default .badge {
  color: ;
  background-color: ;
}

.btn-warning {
  color: ;
  background-color: ;
  border-color: ;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: ;
  background-color: ;
  border-color: ;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: ;
	background-color: ;
	border-color:
}
.btn-warning .badge {
  color: ;
  background-color: ;
}

.btn-danger {
  color: ;
  background-color: ;
  border-color: ;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: ;
  background-color: ;
  border-color: ;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: ;
	background-color: ;
	border-color: ;
}
.btn-danger .badge {
  color: ;
  background-color: ;
}
/* /bootstrap replacements */

h4{	margin-bottom: 16px; }
.image-wrap{ text-align: center; }

.product-thumbnail-image{
	img{
		max-width: 100%;
		@include border-radius(4px);
	}
}

.brand{
	margin-top: 2px;
	color: #ffffff !important;
}
.credit-cards{
	margin-right: -2px;
	text-align: center;

	img{ padding: 0 2px 2px 0; }
}
.banner-content { margin-bottom: 20px; }

.social-buttons{
	.twitter,
	.pinterest{	margin-right: 10px;	}
	.pinterest{
		iframe{	width:43px !important; }
	}

	.fb-like { overflow: hidden; }
}

#product .table{
	td{
		border-top: none;
		border-bottom: 1px solid #dddddd;
	}
}
.additional-checkout-buttons{
	padding-top: 10px;
	clear: both;
	text-align: center;
}
.comment{ margin-bottom: 10px; }

.logo{
	padding-top:16px;
	padding-bottom:16px;
	font-family: ;
	color: ;
	font-weight: ;
	font-size: px;
	text-transform: ;
	text-align: center;

	img{
		padding: 10px 0;
		height: auto;
		max-width: 100%;
	}
}

body{ line-height: 18px; }

.container.site-wrapper{ overflow-x: hidden; }
.product.col-md-3{ min-height: 250px; }
.product-title{ font-size: 30px; }
.product-description{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
h3.product-title,
.product-title .price{
	margin-bottom: 10px;
	text-transform: ;
}

.thumbnail-small{
	margin-bottom: 10px;

	.vertical-center{
		height: 160px;
		overflow: hidden;
	}
	img{ margin: auto; }
}

/* carousel */
#slider{
	height: $slideshow_height;

	.carousel-inner{
		height: $slideshow_height;

		.item{
			height: $slideshow_height;

			img{ width: 100%; }

			.carousel-caption{
				color: #fff;
				text-shadow: 1px 1px 0px #000;
				background-color: rgba(0,0,0,0.3);

				p { margin-bottom: 10px;	}
			}
		}

		> .item{
			img, a img{	border-radius: 4px 4px 4px 4px;	}
		}
	}
}

@media(max-width: 767px){
	#slider{ display: none;	}
}

.carousel-caption{
	@include border-radius(4px);
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 0;
}

.carousel-indicators{ bottom: -5px; }

/* #Tabs
================================================== */
ul.tabs{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	border-top: 0;

	li{
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
		border: 0;

		a{
			display: block;
			text-decoration: none;
			width: auto;
			height: 29px;
			padding: 0px 9px;
			line-height: 30px;
			border: solid 1px #ddd;
			border-width: 1px 0 0 1px;
			margin: 0;
			background: #444444;
			font-size: 10px;
			color: white;
		}
		a.active{
			background-color: rgba(255,255,255,1);
			height: 30px;
			position: relative;
			top: -4px;
			padding-top: 4px;
			border-right-width: 1px;
			margin: 0 -1px 0 0;
			color: #111;
			@include border-radius(2px 2px 0 0);
			outline: 0;
		}
	}
	li:first-child{
		a{ @include border-radius(2px 0 0 0); }
	}
	li:last-child{
		a{
			border-width: 1px 1px 0 1px;
			@include border-radius(2px 0 0 0);
		}
	}
}

.tab-content{ margin-top: 10px; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after{ clear: both; }
ul.tabs{ zoom: 1; }

.separator{
	padding-top:9px;
	padding-bottom: 9px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.info{
	margin-top: 6px;
	text-decoration:none;
}

.social_link{ opacity: 0.8; }

.social_link:hover{	opacity: 1; }

.credit-cards img{
	height: 35px;
	width: 60px;
}

.separatormin{
	margin-top:5px;
	padding-top:5px;
	padding-bottom: 5px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.currency-switcher-wrap{ margin-right: 5px; }
.currencies-label{
	font-size: 14px;
	font-weight: lighter;
	display: inline-block;
}
.currency-select{
	display: inline-block;
	width: 70px;
}
.languagetoggle{
	padding-bottom:10px;
	line-height:0px;
}

.tab-content{
	display: table;
	width: 100%;
}

.description{
	p{ margin: 10px 0; }
}

/* this is for second image on hover functionality */
.image2{ display: none; }
.menulink{ /* for top menu links */
	margin-left: 25px;
	min-height: 1px;

	a{ padding-left:30px; }
}

.top-bar {
	display: block;
	padding-top:5px;
	overflow: hidden;
	background-color: ;

	a {	color: ; }

	a:hover{
		color: ;
		text-decoration:none;
	}
}
.store-menu{ padding-right: 7px; }

.search-query{
	border: none;
	@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.1) inset);
	@include box-shadow(0 1px 0 rgba(255, 255, 255, 0.15));
	color: #000;	transition: none 0s ease 0s;
}

.main-nav.navbar{
	background: none repeat scroll 0 0 ;
	background-image: none;
	border-color: ;
}
.brand{	color: ; }
.brad:hover{
	color: ;
	background-color: ;
}

.main-nav.navbar{
	a{ color: ; }

	a:hover,
	a:focus,
	a:active{
		color: ;
		background-color: ;
	}
	.active a{
		padding-bottom: 11px;
		border-bottom: 4px solid ;
	}
}
.main-nav{
	li.dropdown.open,
	li.dropdown.active,
	li.dropdown.open.active{
		> .dropdown-toggle{
			background-color: ;
		}
	}
	li{
		.main-nav-dropdown-menu{ margin-top: 2px; }
	}
	.main-nav-dropdown-menu{
		li{
			a{
				color: ;
				background-color: ;
			}
			a:hover,
			a:focus,
			a.active{ color: ;	}
		}
	}

	.navbar-toggle{
		border: 1px solid ;

		.icon-bar{ background-color: ; }
	}

	.cart-icon{	background-color: transparent; }
}

.nav, .top-bar{
	
		font-family: ;
	
	font-weight: ;
	font-size: px;
	text-transform: ;
}

.store-menu{ text-align: right; }
.inline{ display:inline; }

.slider-btn{
	margin-right: 20px;
	margin-bottom: 20px;
}

.alternaterow{
	padding-top: 9px;
	background-color: #fbfbfb;
}

/* footer */
.footer{
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 36px;
	padding-left: 0;
	border-top: 1px solid #E5E5E5;
	background: ;

	a {	color: ;	}
	a:hover { color: ;	}

	h6 {
		color: ;
		font-weight:bold;
	}
	p {
		color: ;
		margin-bottom: 0;
	}
}
.emailtext{	margin-bottom: 10px; }
.leftpad{ padding-left:15px; }
.thumbnail { padding-left: 2px; }

#collection .thumbnail{
	
		height: auto;
	
}
.thumbnail, .thumbnail-small{
	a{
		display: block;
		overflow: hidden;
	}
}
.thumbnail-caption{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	color: #555555;

	h4{	font-size: 14px; }
}
.thumbnail-price{
	font-size: 12px;
	font-weight:bold;
}

.product-thumbnail-image{
	height: auto;
	overflow: hidden;
	text-align: center;
}

hr{	margin: 10px 0; }

.three-collections{
	a{
		img{
			@include border-radius(5px);

			padding-left: 5%;
			padding-right: 5%;
			width: 90%;
		}
	}
}

.nav-pills > li {
	margin-left: 2px;
	margin-bottom: 5px;
}

li.active{
	a.collectionpills{
		padding-bottom:8px;
		border-bottom:0px;
		margin-bottom:10px;
	}
}

.panel.panel-default{ border: 1px solid #E5E5E5; }

.panel-heading{
	background-color: #f5f5f5;

	.panel-toggle{
		font-weight: bold;
		color: #333333;
	}
}

ul.thumbnails{
	.thumbnail{
		
			border: none;
			box-shadow: none;
		
	}
}
.thumbnail-description{
	display: block;
	margin-top: 10px;
}

.note {
	display: inline-block;
	margin-top: 5px;
}

.dropdown-menu{
	>li{
		a:hover,
		a:focus{
			background: none repeat scroll 0 0 ;
			text-shadow: 0 1px rgba(0, 0, 0, 0.1);
			transition: all 500ms ease 0s;
		}
	}
}
.dropdown-submenu:hover,
.dropdown-submenu:focus{
	>a{
		background: none repeat scroll 0 0 ;
		text-shadow: 0 1px rgba(0, 0, 0, 0.1);
		transition: all 500ms ease 0s;
	}
}

.label-info,
.badge-info{
	font-family: 'Times New Roman', Times, serif;
	background-color: ;
	margin-left: 5px;
}
.label-on-sale {
	color: ;
	background-color: ;
}
.label-sold-out {
	color: ;
	background-color: ;
}

.selector-wrapper .single-option-selector{ margin-bottom: 10px; }

div#purchase p.price{
	margin: 10px 0 20px;
	font-size:20px;
	line-height: 1.5;

	.current-price{
		font-size:20px;

		.money{	font-size: 20px; }
		.label{	padding: 5px; }
	}
	.compare-at-span{
		float: none;
		margin-left: 10px;
		display: none;
	}
}

.page-header{
	border-bottom: 1px solid #EEEEEE;
	margin: 10px 0 10px;
	padding-bottom: 9px;
}

.tabbable{
	ul.nav{
		li{
			a{
				background-color:  !important;
				color:  !important;
			}
		}
		li.active{
			a{
				background-color: !important;
				color:  !important;
			}
		}
	}
}

.show-grid{
	margin-bottom: 20px;
	margin-top: 10px;

	[class*="span"]{
		background-color: #EEEEEE;

		@include border-radius(3px);
		line-height: 40px;
		min-height: 40px;
		text-align: center;
	}

	[class*="span"]:hover{ background-color: #DDDDDD; }
}

.screenshot {
	@include box-shadow(3px 3px 5px 6px #ccc);
	margin-left: 10px;
}

.blog-post-preview { overflow: hidden; }

.recent-articles{ margin-top: 10px; }

.blogtag{
	background-color: ;
	border: 1px solid #DDDDDD;
	@include border-radius(15px);
	display: inline-block;
	padding: 2px 14px;
	margin-top:3px;
	color: ;


	a { color: ;	}
}
.blogtag:hover,
.blogtag:focus{
	background-color: ;
	text-decoration: none;
	color: ;

	a {	color: ; }
}

.product-tags{
	display: inline-block;

	li{
		display: inline-block;
		margin-top: 0;
	}
}

.clearboth { clear: both; }

.nav-pills{
	> li{
		> a{
			background-color:  !important;
			color:  !important;
		}
	}
	> a:hover,
	> a:focus{
		background-color:  !important;
		color:  !important;
	}
	li{
		a:hover,
		a:focus{
			background-color:  !important;
			color:  !important;
		}
	}
}

/* sidebar */
.sidebar{
	background-color: ;
	color: ;
	padding-top: 10px;
	@include border-radius(5px);
	z-index: 10;

	ul li{
		a{
			color:  !important;
			display: block;
			padding: 5px;
			@include border-radius(5px);
			word-wrap: break-word;
		}
		a:hover,
		a:focus,
		a:active{
			background-color:  !important;
			color:  !important;
		}

		.caret{
			border-bottom-color: #999999 !important;
			border-top-color: #999999 !important;
		}
		> a:hover .caret,
		> a:focus .caret{
			border-bottom-color: #999999 !important;
			border-top-color: #999999 !important;
		}
		.parent-menu{
			.caret{
				-webkit-transform: rotate(-90deg);
				-moz-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
				-o-transform: rotate(-90deg);
				transform: rotate(-90deg);
			}
		}
		.parent-menu.open{
			.caret{
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);

			}
		}

		.child-menu {
			padding-left: 15px;
		}
	}
}

#quantity{ width:55px; }
tr.last-table-row td { border-bottom: 1px solid #ddd; }

.offcanvas-btn,
.offcanvas-toggle,
.offcanvas-open,
.offcanvas-close { display: none; }

.offcanvas-btn {
	color: ;
	background-color: ;
	border: none;
}
.offcanvas-btn:hover {
	background-color: ;
}
.offcanvas-toggle{
	z-index: 9;
	-webkit-transition: left 0.5s;
}
.collection-wrapper{
	-webkit-transition: left 0.5s;
	left: 0;
}
/* dynamic videos */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(min-width: 992px){
	/* account pages */
	#add_address{ margin-top: 40px;	}
}


@media(max-width: 991px){
	.thumbnail-small{
		.vertical-center{
			height: 270px;
			overflow: hidden;
		}
	}

	.menulink{
		margin-left: 0;

		a {	padding-left: 0; }
	}
}

@media(max-width: 400px){
	.top-bar-menu li,
	.store-menu li{
		width: 100%;
		display: block;
		clear: both;
	}
	.top-bar-menu a { padding-left: 0; }
}

@media (max-width: 980px){
	body{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
}
@media (max-width: 767px){
	.navbar-fixed-bottom p.navbar-text{
		line-height: 18px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
}

@media(max-width: 767px){
	/* offcanvas */
	.sidebar-offcanvas{
		position: fixed;
		top: 0;
		padding-top: 80px;
		padding-bottom: 80px;
		min-height: 700px;
		background-color: ;
		border-radius: 0;
	}

	.offcanvas-btn{
		display: block;
		max-width: 130px;
	}
	.sidebar .offcanvas-close{
		max-width: 120px;
		margin-top: 20px;
		display: block;
	}
	.offcanvas-left{
		left: -50%;
		-webkit-transition: left 0.5s;
	}
	.offcanvas-left.open { left: 0;	}
	.pushed-by-offcanvas{
		left: 50%;
		position: relative;
	}
	/* end offcanvas */

	.top-bar{
		ul{	overflow: hidden; }
	}

	.store-menu{ text-align: left; }
	#customer_login_link{ padding-left: 0; }
	.carousel-indicators{ bottom: -10px; }

	.youtube{
		max-width: 100%;
		margin: auto;
		display: block;
	}

	.main-nav{
		.navbar-form {
			/* bootstrap uses important for this one, so only possible override is with important */
			float: left !important;
			border: none;
			box-shadow: none;
		}

		.navbar-collapse{
			a{
				background-color: ;
				color: ;
			}
			a.active,
			a:focus,
			a:hover{
				background-color: ;
				color: ;
			}
			.main-nav-dropdown-menu li{
				a{
					background-color: ;
					color: ;
				}
				a:hover,
				a:focus,
				a.active{
					background-color: ;
					color: ;
				}
			}
		}

		.navbar-collapse.in { overflow-y: visible; }
	}
}

.lang.inline-block{	display: inline-block; }
.lang-select{ display: none; }
.lang.block{ display: block; }
.lang{ display: none; }


	.lang.lang2{ display: none;	}
	.lang1{	display: block;	}
	.lang1.inline-block{ display: inline-block;	}


.btn-lang1 {
	color: ;
	background-color: ;
}
.btn-lang1:hover,
.btn-lang1.active {
	background-color: ;
}
.btn-lang2 {
	color: ;
	background-color: ;
}
.btn-lang2:hover,
.btn-lang2.active {
	background-color: ;
}