@import url("reset.css");
@import url("animation.css");
@import url('nav.css');
@import url('../fonts/fonts.css');
@import url("bootstrap.min.css");
@import url("standards.css?");
@import url("font-awesome.min.css");
@import url("jquery.fancybox.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');

* {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
body {
	color: #111;
	background-color: #fff;
	font-family: "Oswald", sans-serif;
	line-height: 1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.75em;
	letter-spacing: .4px;
	border: 0;
	border-color: #111
}
a, a:visited, a:active			{ color: #111; text-decoration: none; transition: all .2s ease; }
a:hover  	{ color: #bd1826; text-decoration: underline; transition: all .2s ease; }


b, strong	{ 
	font-weight: bold;
}
i, em		{
	font-style: italic;
}

h1, h2, h3, h4, h5 	{
    text-rendering: optimizeLegibility;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	font-weight: 500
}
h1 { font-size: 29px; margin-bottom: 14px }
h2 { font-size: 25px; margin-bottom: 10px }
h3 { font-size: 21px; margin-bottom: 8px }
h4 { font-size: 17px; margin-bottom: 5px}

.currency { display: none; }


/** Header **/
header {
	background-color: #25211b;
	z-index: 99;
	position: fixed;
	top: 0; right: 0; left: 0;
	width: 100%;
	font-weight: 500;
	line-height: 23px;
	-webkit-box-shadow: 0px 11px 31.92px 6.08px rgba(0, 0, 0, 0.78) !important;
	-moz-box-shadow: 0px 11px 31.92px 6.08px rgba(0, 0, 0, 0.78) !important;
	box-shadow: 0px 11px 31.92px 6.08px rgba(0, 0, 0, 0.78) !important;
	-webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	border: 0px;
	font-family: "Oswald", sans-serif;
	margin-bottom: 30px
}
header .container {
	width: 100%; 
	margin: 0 auto;
}
header:after {
  	content: "";
  	display: table;
  	clear: both;
}
header .logo {
	margin: auto;
	float: none;
	text-align: center;
	padding: 15px 60px;
	display: block;
}
header .logo img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.breadcrumb {
	display: none
}
.container,
.store-container {
	padding: 0
}
.content {
	padding-top: 105px;
	min-height: 625px
}


.holding-page .store-container {
	text-align: center;
	min-height: 350px;
}

.category-title { text-align: center !important; display: none }

/** Product Grid **/
.products-grid, .products-grid li {
	margin: 0; padding: 0;
}
.products-grid {
	margin: 0 -0.5% 1% -0.5%;
}
.products-grid li {
	width: 49%;
	margin: 0 0.5% 1% 0.5%;
	min-height: 0 !important;
	display: inline-block;
	float: left;
	margin-bottom: 1%;
}
.products-grid li .product-card-image-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.products-grid li .product-card-image-wrapper {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	width: 100%;
}


.product-card-info {
	height: 100px;
	display: table;
	table-layout: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    text-align: center;
}
.product-card-info .wrap {
    width: 100%;
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.product-card-info .product-name { font-size: 14px; }
.product-card-info .out-of-stock, 
.product-card-info .price-box { font-size: 12px; color: #222 }



.category-product > .toolbar { display: none !important }
.category-product .toolbar-bottom { display: block !important }

/** Toolbar **/
.toolbar { 
	display: none;
    margin: 10px 0 15px 0; 
    clear: both; 
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: rgba(255,255,255,0.1);
}
.toolbar .pager { 
    margin: 0;  }
.toolbar .pager .amount { 
    width: 100%; 
    float: left; 
    padding: 8px; 
    text-align: center
}
.toolbar .pager .pages { 
    width: 100%; 
    float: left; 
    padding: 8px; 
    text-align: center 
}
.toolbar .pager .limiter { 
    width: 100%; 
    float: right; 
    padding: 8px; 
    text-align: center
}
.toolbar .sorter .view-mode { 
    width: 100%; 
    float: left; 
    padding: 8px; 
    text-align: center; 
    display: none !important
}
.toolbar .sorter .sort-by { 
    width: 100%; 
    float: left; 
    padding: 0px 8px 8px 8px; 
    text-align: center; 
}
.toolbar .sorter ol { 
    margin: 0 auto; 
    padding: 5px 0; 
    margin: 0 auto; 
    width: 80%; 
    text-align: center; 
}
.toolbar .sorter ol li { 
    display: inline-block; 
    margin: 0 5px; 
}
.toolbar-bottom {
    margin-top: 25px
}




/** Product View **/
.product-view .media {
	position: relative;
	padding: 0;
	min-height: 0 !important;
	overflow: hidden;
}
.product-view .media img {

	width: 100%;
}

.product-view .media .more-views li img {
	width: 70px;
	height: 70px
}

.product-view .media ul.more-views {
 display: none
}
.product-view .media .more-views li {
	background-position:  center center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: 91%;
}
.product-view .media .more-views li:hover {
	background-size: 99%;
}
.product-view .information {
	padding-top: 15px;
}
.product-view .information h1 {
	margin: 0 0 8px 0;
	padding: 0px;
}
.product-view .information .availability {
	margin-bottom: 12px;
	font-size: 13px;
	display: none 
}
.catalog-product-view .price-box {
	color: #111;
	margin-bottom: 12px;
	font-size: 21px;
}
.product-view .information .in-stock span {
	color: #3c763d;
}
.product-view .information .out-of-stock span {
	color: #a94442;
}
.product-view .information .alert {
	font-size: 14px;
	margin: 12px 0;
}
.product-view .information .alert b {
	font-size: 16px;
	font-weight: 600
}
.product-view .information .add-to-box {
	margin: 12px 0 0 0;
}
.product-options {
	padding: 12px 0 0 0;
	margin-bottom: 12px
}
.default-options, .add-to-cart div.button {
	padding-left: 0;
	padding-top: 6px
}

.product-options .kb-bundle {
	padding-left: 20px;
	list-style: square
}
.product-options .kb-bundle li.select-dd {
	list-style: none!important;
	margin-left: -20px;
	margin-bottom: 12px
}
.product-view .information .share {
	padding: 12px 0;
	clear: both !important
}
.product-view .information .share ul {
	margin: 0; padding: 0;
	color: rgba(215,215,215,0.3);
}
.product-view .information .share ul li {
	margin: 0 8px 0 0;
	display: inline-block;
}
.product-view .information .share ul li:last-child {
	margin: 0;
}
.product-view .information .share ul li .fa {
	font-size: 22px
}

.product-view .information .share  a {
	color: rgba(215,215,215,0.3);
}
.product-view .information .share .facebook a:hover { color: #3b5998 }
.product-view .information .share .twitter a:hover { color: #55acee }
.product-view .information .share .google a:hover { color: #d34836 }
.product-view .information .share .pintrest a:hover { color: #bd081c }

.product-view .information .music-info {
	margin: 12px 0;
}

.product-view .information .product-options {
	padding-bottom: 10px
}
.product-view .information .product-config-select {
	width: 100%;
}


.product-view .information .left {
	padding-left: 0;
}
.product-view .information .right {
	padding-left: 0;
	padding-right: 0;
}
/*
.product-options .required {
	display: none
} */
.product-view .information .product-config-select,
.product-view .information .product-config-qty {
	width: 100%;
}

.product-view .information .product-options {
	padding-bottom: 10px
}

.product-view .information .default-options .quantity {
	float: left;
	width: 39%;
	padding-right: 1%;
}
.product-view .information .default-options .button {
	float: left;
	width: 59%;
	padding-left: 1%;
}

.product-view .information .product-options select {

	width: 100%;
}
.product-config-qty .add-to-cart .qty-input {
	padding-left: 0;
}

.product-view .information .product-options .product-config-qty {
	padding-bottom: 6px
}
.product-view .information .description {
	margin-bottom: 24px
}

.product-options-bottom {
	padding-left: 0; 
	padding-right: 0;
	clear: both !important;

}
.product-options-bottom .price-box {
	display: none
}


.product-info {
	padding: 12px 0;
}


.catalog-product-view form { padding-bottom: 12px }


/** Shopping Cart **/
.checkout-types-top {
	display: none;
}
.cart-table {}
.cart-table thead {
	font-size: 15px;
	font-weight: bold;
}
.cart-table .cart-product-name {
	padding-bottom: 0px !important
}
.cart-table .cart-product-name .product-name { 
	font-size: 13px;
	font-weight: bold;
}
.cart-table .cart-product-name .product-name .cart-price {
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 2px;
	color: #555
}
.cart-table .cart-product-name .product-name .cart-edit-link {
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cart-table .cart-image { 
	border-top: 0px
}
.cart-table .cart-product-options {
	border-top: 0px
}
.cart-table .cart-unit-price {
	border-top: 0px;
	display: none
}
.cart-table .cart-qty {
	border-top: 0px
}
.cart-table .cart-subtotal {
	border-top: 0px
}
.cart-table .cart-edit  {
	border-top: 0px
}
.cart-table .cart-remove {
	border-top: 0px
}
.totals .voucher {
	padding-bottom: 15px
}
.checkout-cart-index .sp-methods label {
	margin: 0;
	padding-top: 4px
}

.aw-onestepcheckout-index-index .v-fix {
	display: inline-block; 
	width: 130px
}
#aw-onestepcheckout-review-newsletter label,
#aw-onestepcheckout-review-newsletter input[type=checkbox] {
	float: left;
}

#aw-onestepcheckout-review-newsletter label {
	display: block;
}
.aw-onestepcheckout-index-index .control label {
	padding-top: 3px
}
.aw-onestepcheckout-index-index .sp-methods label {
	padding-top: 5px
}
#aw-onestepcheckout-place-order-button,
#aw-onestepcheckout-place-order-button:hover {
	background: #111 !important;
    color: #fff !important;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #fff !important;
    text-decoration: none;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 0px !important;
}
#aw-onestepcheckout-place-order-button:hover { border: 1px solid #111 !important; }

/** Account **/
.account-create .buttons-set {
	padding: 20px 0;
}
.mobile .user-account-nav {
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
}
.mobile .user-account-nav a {
	padding: 5px 8px;
	border-radius: 4px;
	display:block;
}
.mobile .user-account-nav a:hover {
	background-color: #eee;
	color: #555;
	text-decoration: none;
}
.mobile .user-account-nav li {
	position: relative;
	display: inline-block;
	margin: 2px;

}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
.mobile .user-account-nav li.active a {
	background: #d2232a;
	color: #fff;
}

.sales-order-invoice .buttons, .sales-order-view .buttons { 
	margin-bottom: 12px;
}
.sales-order-invoice .current, 
.sales-order-invoice .current:hover,
.sales-order-view .buttons .current, 
.sales-order-view .buttons .current:hover,
.sales-order-creditmemo .buttons .current, 
.sales-order-creditmemo .buttons .current:hover  { 
	border-color: #111;
	color: #111;
	background: #fff;
	font-weight: bold;
	cursor: default;
}
.sales-order-invoice .order-date, .sales-order-view .order-date, .sales-order-creditmemo .order-date {
	font-size: 18px;
}

.form-list .field {
	margin-bottom: 12px
}




form .content {
	min-height: 40px;
	border: 0px !important;
	height: auto !important
}









/* Footer */
footer {
	padding: 30px 0;
	text-align:center;
	font-size: 13px;
}
footer .container {
	padding-top: 15px
}
footer ul li { 
	display: inline-block;
}
footer ul li a { 
	padding: 15px;
}
footer address {
	font-size: 11px
}

footer .social {
	padding: 0 0 20px 0;
	text-align: center;
}
footer .social a {
	display: inline-block;
	padding: 8px;
	font-size: 22px;
}

.add-to-cart .button,
.add-to-cart .qty-input {
	padding-right: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	header { 
		font-weight: 500 !important
	 }
	header .container {
		max-width: 90%;
		margin: 0 auto;
	}





	header nav .user-links li a {
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 17px;
		color: #111;
		padding: 5.5px 13px;
	}
	header nav .user-links li a:hover {
		color: #444;
		text-decoration: none;
	}
	/** Product Grid **/	
	.products-grid {
		margin: 0 -0.5% 0 -0.5%;
	}
	/** Product Grid **/
	.products-grid li {
		width: 49%;
		margin: 0 0.5% 1% 0.5%;
	}

	.product-card-info .product-name { font-size: 16px; }
	.product-card-info .out-of-stock, 
	.product-card-info .price-box { font-size: 14px; }




    /** Toolbar Responds **/
    .toolbar {
        height: 82px;
        position: relative;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }
    .toolbar .toolbar { background: rgba(0,0,0,0); border: 0; }
    .toolbar .pager {
        position: relative;
        width: 100%;
        height: 41px
    }
    .toolbar .pager div {
        position: absolute;
        top: 0; 
        width: 100%; 
        text-align: center;
    }
    .toolbar .pager div ol {
        padding-top: 5px
    }
    .toolbar .pager div ol li a {
        padding: 5px 12px;
        background-color: transparent;
        border: 1px solid #eee;
        border-radius: 25px;
        font-size: 14px;
    }
    .toolbar .pager div ol li a:hover {
        border: 1px solid #999;
    }
    .toolbar .pager div ol li.current {
        font-size: 12px;
        font-weight: bold;
        padding: 5px 12px;
        border: 1px solid #f9f9f9;
        border-radius: 25px;
        background: #f9f9f9;
        line-height: 10px
    }
    .toolbar .pager .amount { 
        width: 30%; 
        text-align: left;
        position: absolute;
        top: 0; left: 0;
    }
    .toolbar .pager .pages { 
    }
    .toolbar .pager .limiter { 
        width: 30%; 
        text-align: right;
        position: absolute;
        top: 0; right: 0 !important;
    }
    .toolbar .sorter {
        width: 100%;
        height: 41px;
        position: absolute;
        top: 44px; left: 0;
    }
    .toolbar .sorter .view-mode { 
        width: 50%; 
        text-align: left; 
        position: absolute;
        top: 0; left: 0;
    }
    .toolbar .sorter .sort-by { 
        width: 50%; 
        text-align: right; 
        position: absolute;
        top: 0; right: 0;
    }





	/** Product View **/
	.product-view {
		height:100%;
		position: relative;
	}
	.product-view .media {
		padding: 0;
		min-height: 0 !important;
		overflow: hidden;
	}

	.product-view .information {
		padding-top: 0;
	}
	.product-options {
		padding-top: 12px
	}
	.default-options, .add-to-box div.button {
		padding: 0
	}

	.add-to-cart .qty-input {
		padding-right: 15px;
	}




	/** Product View **/
	.product-view .information .product-options select {
		max-width: 100%;
	}
	.add-to-cart div.button{
		padding-right: 0;
	    padding-left: 0;
	    padding-top: 0
	}

	/** Shopping Cart **/
	.cart-table .cart-image { 
		width: 75px; 
	}
	.cart-table .cart-unit-price, .cart-table .cart-qty, .cart-table .cart-subtotal  {
		width: 100px!important
	}
	.cart-table .cart-edit  {
		width: 60px!important
	}
	.cart-table .cart-remove {
		width: 25px !important
	}
	.cart-table thead {
		font-size: 18px;
	}
	.cart-table .cart-product-name .product-name { 
		font-size: 15px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	header .container {
		width: 96%;
		margin: 0 2%;
		margin: 0 auto;
	}

	header .logo {
		float: left;
		display: block
		margin: 0;
		padding: 20px 0;
		max-width: 280px;
	}

	header nav {
		float: right;
		text-align: right;
		padding: 25px 0 0 0;
		text-transform: lowercase;
	}
	header nav ul { margin: 0; }
	header nav li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 20px;		
	}
	header nav li a, 
	header nav li a:visited {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 20px;
		color: #fff;
		padding: 0
	}
	header nav li a:hover {
		color: #bd1826;
		text-decoration: none;
	}


    header nav li ul.level0{
        background-color: #25211b;
        border: solid 0px #9b9692;
        position: absolute;
        left:50%;
        margin-left: -75px;
        top: 27px;
        z-index: 10;
        width:150px;
        padding-left: 10px;
        padding-right: 10px;
        display: none;
        border-left: 0;
        border-right: 0;
        padding: 0;
        text-align: center;
    }
    header nav li ul.level0 ul {
        margin: 0; padding: 0;
    }
    header nav li ul.level0 li {
        margin: 0; padding: 0;
        width: 100%;
        float: none !important;
        display: block!important;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
    header nav li ul.level0 .level-top-in-dropdown { display: none;}
    header nav li ul.level0 a {
        display: block;
        padding: 8px 5px;
        line-height: 18px;
        font-size: 12px;
        color: #fff
    }
    header nav li ul.level0 a:hover {
        color:#555
    }
    header nav li:hover ul.level0{
        display: block; /* Display the dropdown */
    }
    header nav li ul.level0 li{
        display: block;
        border-right: 0;
        line-height: auto;
    }
     header nav li ul.level0 li:hover { display: block; }
    header nav li ul.level0 li.divider {
        display: none
    }
    header nav li ul.level0 li:last-child{
        border:0;
    }


	.content .container {
		width: 90%;
		padding: 0px 75px;
	}


	/** Product Grid **/
	.products-grid li {
		width: 32%;
		margin: 0 0.5% 1% 0.5%;
	}

	.product-card-info .product-name { font-size: 17px; }
	.product-card-info .out-of-stock, 
	.product-card-info .price-box { font-size: 15px; }

	/** Checkout **/
	.checkout-types-top {
		display: block
	}
	.totals .voucher {
		padding-bottom: 0
	}
	.left   { padding-left:  0 }
	.right  { padding-right: 0 }
	.aw-onestepcheckout-index-index .bottom { padding-right: 0; padding-left: 0 }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	header .logo {
		max-width: 340px
	}

	header nav {
		padding: 28px 0 0 0;
	}

	/** Product View **/
	.product-view {
		position: relative;
	}

}
@media (min-width: 1400px) {

	/** Product Grid **/
	.products-grid li {
		width: 23%;
		margin: 0 0.5% 1% 0.5%;
	}
}


.price-box p {
	margin: 0;
}

dl, dd, dt {
	margin-bottom: 0;
}


.catalog-product-view form:after {
  content: "";
  display: table;
  clear: both;
}



select, option {
	color: #111 !important
}

form .content {
	min-height: 40px;
	height: auto !important
}

/** Fancy Form Stuff **/
#region_id, #country, .validate-select,
.form-control{border:#c9c6c5 1px solid; border-radius: 0px}
#region_id:focus, #country:focus, 
.validate-select:focus,
.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.66);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.66);
}

/* Classes */
.clearer {
	clear: both;
}
.text-right, .a-right {
	text-align: right;
}
.text-center, .a-center {
	text-align: center;
}
.text-left, .a-left {
	text-align: left;
}
.required em {
	color: #e90636
}