@charset "utf-8";
/* CSS Document */

body {
	font-family: "GillSans", HelveticaNeue, Arial, sans-serif;
	font-size: 15px;
	height: 100%;
	color:#010101;
	background: none no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    background-position: center top;
}
input, select, textarea {
	font-family: "GillSans", HelveticaNeue, Arial, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: justify;
	margin-top:5px;
}
a {
	font-weight: normal;
	text-decoration: underline;
}
img {
	max-width:100%;
}
a:focus {
	outline:none;
	text-decoration:none;
	color:#010101;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
}
.container {
	max-width: 1170px;
}
.trestle_top {
	margin:0;
}
.trestle_basket {
	cursor: pointer;
	float: right;
	height: 102px;
	width: 144px;
}
.trestle_logo {
	float: left;
	margin-top: 24px;
}
.trestle_product_list img {
	width:100%;
	margin-bottom:0px;
	height:auto !important;
}
.trestle_footer ul {
	margin:0 auto;
	padding:0;
	text-align: left;
}
.trestle_footer li {
	display: inline-block;
	list-style: outside none none; margin-left: 25px;
}
.trestle_footer li a {
	font-size: 16px;
	padding: 10px 0;
	text-decoration: none; color: #fff;     display: block;
}
.face-logo {
	float: left;
	height: 35px;
	margin-right: 76px;
	margin-top: 67px;
	width: 36px;
}
.trestle_navigation {
	float: left;
	margin-top:15px;
	width:100%;
	text-align: center;
}
.trestle_navigation > ul {
	display: inline-block;
	margin:0 auto;
	padding:0;
}
.trestle_navigation ul li {
	float: left;
	list-style-type: none;
	padding-right: 8px;
}
.trestle_navigation ul li.display {
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0;
	text-transform: uppercase;
	width: 113px;
}
.trestle_navigation ul li.display #pegenum {
	float: left;
	text-align: right;
	width: 41px;
}
.trestle_navigation ul li.display span {
	float: left;
	padding-left: 5px;
}
.trestle_navigation ul li.display #total {
	float: right;
	text-align: left;
	width: 41px;
}
h1, h2 {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 8px;
	line-height:28px;
}
.trestle_productmain h1{font-weight: bold;}
.trestle_priceinctax, .trestle_priceextax {
	font-size: 1.2em;
	font-style: normal;
}
.trestle_priceinctax .amount, .trestle_priceextax .amount{
	font-weight: bold;
}
.trestle_priceextax {
	color: #000000;
	display: block;
}
.buy_btn a {
	display: block;
	font-size: 26px;
	padding: 10px 0;
	text-decoration: underline;
}
.basket > span {
	color: red;
	font-size: 22px;
	font-weight: bold;
	left: 70px;
	position: absolute;
	text-align: center;
	top: 17px;
	width: 30px;
}
.basket {
	position: relative;
}
.ProductThumb {
	float: left;
	height: 770px !important;
	padding-right: 14px;
	position: relative;
	text-align: left;
	width: 100%;
}
.tender_home_box {display: block;float: left;width: 12.5%;position: relative;}

.single-product .tender_home_box { width: 25%; }
.tender_home_box_inner {position: absolute;text-align: center;top: 50%; width: 100%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%);}
.tender_home_box_inner > span {color: #000;font-size: 20px;font-weight: bold;text-transform: uppercase;}

.tender_home_box_inner_text { color: #fff; mix-blend-mode: difference; font-size: 22px; font-weight: bold; position: absolute; text-align: center; text-transform: uppercase; top: 50%; width: 100%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%); }
.single-product .tender_home_box_inner_text { font-size: 18px; }
.tender_home_box_inner_img > img {height: auto;width: 100%;}

.large_image_box {
	float: left;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
}
.large_image_box img {
	cursor: pointer;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	white-space: nowrap;
}
.trestle_image_zoom {
	width: 50%;
}
#trestle_img_0 {
	left: 0;
	top: 0;
}
#trestle_img_1 {
	right: 0;
	top: 0;
}
#trestle_img_2 {
	bottom: 0;
	left: 0;
}
#trestle_img_3 {
	bottom: 0;
	right: 0;
}
/*Progress bar*/
#circleG{ margin-top:4px; float: left; width: 100px;}
.circleG{
  background-color:rgb(255,255,255); float:left; height:15px; margin-left:15px; width:15px;
  animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG; -ms-animation-name:bounce_circleG; -webkit-animation-name:bounce_circleG; -moz-animation-name:bounce_circleG;
  animation-duration:2.24s;
    -o-animation-duration:2.24s; -ms-animation-duration:2.24s; -webkit-animation-duration:2.24s; -moz-animation-duration:2.24s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal; -ms-animation-direction:normal; -webkit-animation-direction:normal; -moz-animation-direction:normal;
  border-radius:20px;
    -o-border-radius:20px; -ms-border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; }
#circleG_1{ animation-delay:0.45s; -o-animation-delay:0.45s; -ms-animation-delay:0.45s; -webkit-animation-delay:0.45s; -moz-animation-delay:0.45s; }
#circleG_2{ animation-delay:1.05s; -o-animation-delay:1.05s; -ms-animation-delay:1.05s; -webkit-animation-delay:1.05s; -moz-animation-delay:1.05s; }
#circleG_3{ animation-delay:1.35s; -o-animation-delay:1.35s; -ms-animation-delay:1.35s; -webkit-animation-delay:1.35s; -moz-animation-delay:1.35s; }
.woocommerce-store-notice__dismiss-link {display: none;}
@keyframes bounce_circleG{
  0%{}
  50%{ background-color:#000; }
  100%{}
}
@-o-keyframes bounce_circleG{
  0%{}
  50%{ background-color:#000; }
  100%{}
}
@-ms-keyframes bounce_circleG{
  0%{}
  50%{ background-color:#000; }
  100%{}
}
@-webkit-keyframes bounce_circleG{
  0%{}
  50%{ background-color:#000; }
  100%{}
}
@-moz-keyframes bounce_circleG{
  0%{}
  50%{ background-color:#000; }
  100%{}
}
/*Progress bar end*/
.mobile_product_images {
	display:none;
}
.top_section {
	border-bottom: 3px solid #010101;
	padding: 5px 0;
}
.trestle_shop_logo {
	text-align: right;
}
.detail-title {
	display: inline-block;
	float: left;
    width: 100%;
}
.sub-det-block ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 20px;
}
.sub-det-block ul li {
	margin:0 0 5px;position: relative;
}
.sub-det-block ul li a {
	border: solid 1px transparent;
	margin-left: 0;
	padding: 3px 5px;
	text-decoration: none;
	display:block;
}
#product_buy_btn{
	padding: 10px 0;
}

.sub-det-block {
	margin:0;
	float: left;     width: 100%;
}
.size-detail {
	display:table;
}
.size-detail li {
	float: left;
	margin: 0 5px 3px 0 !important;
}
/*.sub-det-block ul li a:hover {border: 2px solid #075899; padding: 1px 4px;}*/

.cart_box_overlay, .mailpoet_popup {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 22;
	position:fixed;
	left: 0;
}
.cart_bg_overlay {
	background: none repeat scroll 0 0 black;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
}
.cart_show_msg {
	background: none repeat scroll 0 0 white;
	left: 50%;
	padding: 20px;
	position: absolute;
	top: 25%;
	width:720px;
	margin-left:-360px;
	text-align: center;
}
.cart_log {
	float: left;
	margin-right: 30px;
	width: 118px;
}
.cart_msg {
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
}
.cart_msg_right_top {
	font-size: 16px;
}
.cart_msg_bottom {
	color: black;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.mailpoet_popup .cart_show_msg { width: 400px; margin-left: -200px; }
.mailpoet_popup .form-row label { text-align: left; width: 100%; }
.mailpoet_popup .message { text-align: left; margin: 5px; }
.mailpoet_popup .message.error { color: red; }
.mailpoet_popup .message.success { color: green; }
.mailpoet_popup input.button, #close_subscribe{
    background: #000;
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 20px;
    font-weight: 400;
    line-height: 15px;
}
.bottom_left, .bottom_middel, .bottom_right {
	margin: 0 5px;
}
.bottom_left > a, .bottom_middel > a, .bottom_right > a {
	color: black;
}
.basket #woo_cart_count_alert {
	left: 45px !important;
}
.product-detail .sub-det-block .make-detail li a{color:#000;font-size:16px;font-weight:400;padding:0;border:0;display:block;margin:0;text-decoration:none;transition-duration:0s; position: relative;}
.product-detail .sub-det-block .make-detail li a.select{border:0;margin:0;transition-duration:0s; }
.product-detail .sub-det-block .make-detail li a.select::before {content: "."; font-size: 75px;left: -23px;position: absolute;top:-64px;}
.product-detail .sub-det-block .size-detail li a.select {
	border: 1px solid #010101;
	transition-duration: 0s;
	padding: 3px 5px;
}

.trestle_footer { background: #000;}
.trestle_landing {
	padding-top: 300px;
	line-height: 35px;
	text-align: center;
	cursor:pointer;
}
.top_logo_bar {
	text-align: center;
}
.top_logo_bar img {
	margin:0 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout #payment ul.payment_methods {
	border:none !important
}
.not_login .inner_page {
	margin: 0;
}
.not_login .page-header {
	padding: 0 20px;
}
.not_login.checkout #checkout {
	padding: 0 20px;
}
.common_page_content {
	margin-top: 20px;
}
.page-header {
	border:none !important;
	padding-left: 15px;
	margin:0 !important
}
.page-header h1 {
	font-size:36px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: "GillSans", HelveticaNeue, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}
.buy_btn .trl_outofstock {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}
.admin-bar p.demo_store {
    top: 32px;
}
p.demo_store {
    background-color: #010101 !important;
}
.store_notice_on .top_section {
  margin-top: 50px;
}
.single-product.store_notice_on .trestle_top {
  margin-top: 56px;
}

.navbar-header {
  float: left;
  width: 257px;
}
.navbar-brand img {
    width: 100%;
    max-width: 257px;
    height: 61px;
}
.top-right {
  float: left;
  width: 100%;
}
.basket {
  float: right;
  margin: 7px 20px 5px 0;
}

.black_section {
  background: #000;
  clear: both;
  height: 40px;
}
.black_section img.center_logo {
    height: 30px;
}
.black_section .black_section_main {
    color: #ffffff;
    margin: 5px 0 0 -132px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 50%;
}
.black_section .black_section_home {
  color: #ffffff;
  display: none;
  float: right;
  margin: 10px 20px 0 0;
  text-align: right;
  text-decoration: none;
}
.black_section .col2 {
    float: right;
    text-align: right;
    width: 33.3333%;
    margin-top: 8px;
    margin-right: 30px;
}

.black_section .col2 a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.black_section .back_to_list {
    text-align: right;
    width: 100%;
    float: right;
    margin-right: 20px;
	margin-top: 9px;
}
.black_section .col2.trestleshop {
    margin-top: 0;
}

.back_to_list a {
    float: right;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.back_to_list a:hover {
    float: right;
    color: #fff;
    text-decoration: none;
}
.navbar-default {
  border: 0 none; background: none;
}
.navbar-header {
    height: 73px;
    left: 0;
    position: absolute;
    top: 0;
    padding: 6px;
    width: 12.5%;
}
.navbar-brand{
	padding: 0;
}
.trestle_top .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.footerlogo img {
  height: 45px;
  margin: 0 15px;
  text-align: center;
}
.footerlogo > li {
  display: inline;
}
.footerlogo {
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 15px 0;
}
.trestle_footer {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width:650px) { 
	
	.trestle_footer{
  position: unset;
  }
}
nav.navbar.navbar-default {
    position: fixed;
    width: 100%;     top: 0;
    z-index: 9999;
    background-color: #fff;

}
body{margin-top: 73px;}
body.single-product {margin-top: 0px; }
body.single-product.admin-bar .con-right{ margin-top: 41px;  }
body.single-product .con-right{ margin-top: 73px;  }
body.single-product .con-left { margin-top: 103px; }
.mobile_black_section {
    display: none;
}
.trestle_footer ul li:last-child { float: right; margin: 0 25px 0 0; }
.menu-about-time a { color: #7B7A7B !important; }

.single-product .con-left .trestle_productmain{padding: 0 45px 0px;}
.single-product .mobile_title {padding: 0 15px;}
.single-product .con-left {min-height:856px;}
.single-product .con-left, .single-product .con-right{width:50%;float:left;}
.single-product .con-left{border-right: 0;}

.product-detail{border-bottom: 0;padding:10px 15px; position:relative;}
.product-detail .pro-name{font-weight:700;color:#010101;padding:0 60px;text-align:center;margin:0}
.product-detail.name a{position:absolute;top:50%;margin-top:-13px;}
.product-detail.name  a.main-prev{left:15px;}
.product-detail.name  a.main-next{right:15px;}
.product-detail.sub-detail .detail-title{color:#000;font-size:16px;font-weight:400;padding-top:5px; margin-bottom: 0;margin-top: 0 !important;}
.product-detail.sub-detail .sub-det-block{margin-left:20px;}
.product-detail .sub-det-block .make-detail{margin:0;padding:0;list-style:none;}
.product-detail .sub-det-block .make-detail li{display:block;margin-bottom:0; clear: both;}
.product-detail .sub-det-block .make-detail li a{color:#000;font-size:16px;font-weight:400;padding:0;border:0;display:block;margin:0;text-decoration:none;transition-duration:0s; position: relative;float: left;}
.product-detail .sub-det-block .make-detail li a.select{border:0;margin:0;transition-duration:0s;}
.product-detail .sub-det-block .size-detail{margin:0;padding:0;list-style:none;}
.product-detail .sub-det-block .size-detail li{display:inline-block;margin-bottom:3px; min-width:30px; text-align:center;margin-right: 0 !important;}
.product-detail .sub-det-block .size-detail li a{color:#000;font-size:16px;font-weight:400;padding:3px 5px;border:0;display:block;margin:1px;text-decoration:none;transition-duration:0s;}
.product-detail .sub-det-block .size-detail li a.select{border:solid 1px #000;margin:0px;transition-duration:0s;}
.product-detail .sub-det-block .price{color:#000;font-size:16px;font-weight:400;margin:0 0 5px;}
.product-detail .sub-det-block .tag{color:#000;font-size:16px;font-weight:400;margin:0 0 5px;}
.product-detail .buy{color:#000;font-size:24px;font-weight:400;margin:0 0 5px;text-decoration:underline;margin:0;line-height:24px;}
.desc{text-align:justify; min-height:0;font-size: 16px;}
p.thumbnail_title { font-size: 24px; color: #010101; font-weight: 400; margin: 0; padding: 10px 0px; text-transform: uppercase; }
.desc p{font-size:16px;color:#010101;font-weight:400;margin:0 0 22px;}
.product-detail{border-bottom:0;padding:10px 0; position:relative;display: inline-block;width: 100%;}
.product-detail .pro-name{font-weight:400;color:#010101;padding:0;text-align:left;margin:0;font-size: 24px;}
.product-detail.name a{position:absolute;top:50%;margin-top:-13px;}
.product-detail.name  a.main-prev{left:15px;}
.product-detail.name  a.main-next{right:15px;}
.product-detail .sub-det-block .make-detail li a.select::before {content: "."; font-size: 75px;left: -23px;position: absolute;top:-65px;}
#tr_product_list .col-sm-2 { padding: 0px; }

@media(max-width: 1280px){
	.single-product .tender_home_box_inner_text{ font-size: 12px; }
}

@media(max-width:1199px){
	.tender_home_box {width: 16.6666%;}
	.single-product .tender_home_box_inner_text{ font-size: 15px; word-wrap: break-word; }
}


@media only screen and (max-width:1024px) {
body {
	background-size:100% 100%
}
}




 @media only screen and (max-width: 991px) {
.ProductThumb {
	height: 494px !important;
	margin:0 auto 20px;
}
.top_logo_bar img {
	margin:0 8px;
}
.tender_home_box {width: 20%;}
.single-product .con-left {min-height: 954px;}

}
@media(max-width: 768px){
	.single-product .tender_home_box_inner_text{ font-size: 10px; }
}
@media(max-width:767px) {
.cart_show_msg, .mailpoet_popup .cart_show_msg {left: 5%; margin-left:0; width:90%;}
.single-product .con-left, .single-product .con-right{width:100%;float:none;}
.single-product .con-left{border-right: none;padding-bottom:0px;  min-height: 100%;}
}
 @media only screen and (max-width:767px) {
.cart_log {
	float: none;
	margin: auto;
	text-align: center;
	width: 100%;
}
.cart_msg {
	width: 100%;
	text-align: center;
}
.top_logo_bar {
	display:none;
}
.drop-menu {
	text-align: center;
}
.dropdown button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #000000;
	box-shadow: none;
	color: #000000;
	text-shadow: none;
}
.dropdown-menu {
	text-align: left;
}
.dropdown-menu > li > a {
	clear: both;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
	text-decoration:none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #000000;
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}
.dropdown-menu > li > a:hover, .filter .dropdown-menu > li > a:focus {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
}
.dropdown-menu {
	border: 2px solid #000000;
	left: -25px;
	text-align: left;
}
.top_section .btn-default:hover, .top_section .btn-default:focus, .top_section .btn-default:active, .top_section .btn-default.active, .top_section .open .dropdown-toggle.btn-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #000000;
	box-shadow: none;
	color: #000000;
	text-shadow: none;
}
.dropdown {
	display: inline-block;
}
.store_notice_on .top_section {
    margin-top: 70px;
}
.top-right, .navbar-header {width: 100%; text-align: center;}
.basket {float: none;margin: 5px 0;}
.black_section > a {margin: 10px 0;text-align: center;width: 100%;}
.basket #woo_cart_count_alert {
    left: 56px !important;
}
.basket > span {top: -6px;}
.navbar-header {position: static;float: left;
    text-align: left;}
.trestle_footer li {width: 100%; text-align: center;}
.trestle_footer li a {padding: 5px 12px;}
.footerlogo img{height: 35px;margin:0 auto 20px !important; display: block; float: none;}
.trestle_footer li {margin-left: 0;}
.trestle_footer ul li:last-child{float: none;margin: 0;}
nav.navbar.navbar-default {
    position:static;
    margin-bottom: 0px;
}
body{margin-top: 0;}
.mobile_black_section {
    display: block;    background: #000;
    height: 39px;
    margin-top: 34px;
}
.basket_text{display: none;}
.basket {
    position: absolute;
    top: 0;
    right: 15px;margin: 7px 0;
}
.top-right {border-top: solid 3px #fff;}
.black_section {height: 41px;}
/*.single-product .black_section {display: none;}*/
/*.single-product .top-right {border-top: 0;}*/
#circleG{left: auto; right: 0; position: static; width: 100%; margin-left: 0; }
.black_section .black_section_main{
	margin: 5px 0 0 0;
	left : 10px;
	text-align: left;
}
.black_section img.center_logo{
	height: 24px;
    margin-top: 4px;
}
.circleG {margin-left: 0; margin-right: 15px;}
.tender_home_box {width: 33.3333%;}
.single-product .tender_home_box {width: 50%;}
.single-product .tender_home_box_inner_text { font-size: 18px; }
body.single-product .con-left {
    margin-top: 15px;
}
.single-product .con-left .trestle_productmain{padding: 0;}
.product-detail {
    padding: 10px 45px;
}
#product_buy_btn {
    padding: 0 45px;
}
.desc {padding: 0 45px;}
.desc {padding: 0 15px;}
body.single-product .con-right {
    margin-top: 0;
}
}
 @media only screen and (max-width: 740px) {
.mobile_product_images {
	display:block;
	width:100%
}
.large_d_img {
	display:none;
}
.ProductThumb {
	height: 705px !important;
	float: none;
	margin: 0 auto 20px;
}
}
 @media only screen and (max-width:670px) {
.ProductThumb {
	height: 634px !important;
}
}
 @media only screen and (max-width:640px) {
.ProductThumb {
	height: 603px !important;
}
.trestle_landing {
	padding-top: 145px;
}
}
 @media only screen and (max-width:568px) {
.ProductThumb {
	height: 535px !important;
}
}
@media(max-width: 588px ){
	.tender_home_box{width: 50%;}
}
@media only screen and (max-width: 480px) {
.trestle_logo img {
	width: 100%;
}
.mobile-full {
	width: 50%;
}
.ProductThumb {
	height: 450px !important;
	margin:0 auto 20px;
}
.trestle_landing {
	padding-top: 125px;
}

 @media only screen and (max-width:420px) {
.ProductThumb {
	height:383px !important
}
}
 @media only screen and (max-width:375px) {
.ProductThumb {
	height:345px !important
}
.store_notice_on .top_section {
    margin-top: 69px;
}
}
 @media only screen and (max-width: 360px) {
.mobile-full {
	width: 100%;
}
.trestle_top {
	margin: 10px 0 19px;
}
.trestle_logo {
	float: none;
	margin: 20px auto;text-align: center;
}
.trestle_basket {
	float:none;
	margin:auto;
}
.ProductThumb {
	height: 330px !important;
	float:none;
	margin:0 auto 20px;
}
.trestle_landing {
	padding-top: 200px;
}
.trestle_logo img {width: auto;}
#tr_product_list .mob_360 {
  width: 50%;
}
}
@media (max-width:340px)
{
    .store_notice_on .top_section {
    margin-top: 90px;
}
}
 @media only screen and (max-width: 320px) {
.ProductThumb {
	height: 290px !important;
}
}
.product.product-cat-sleeper .desc.hidden-xs li {
  font-size: 17.5px;
}
.navbar-header { text-align: center; }
.navbar-brand { float: unset!important; height: 100%; }
.basket { margin: 8px 30px 8px 0; }
.basket a.basket_tender { text-decoration: none; }
.basket a span.basket_text { letter-spacing: 1px; font-size: 14px; }
/*.navbar-default .navbar-brand { height: 100%; }
nav.navbar.navbar-default { height: 73px; }*/