/*!
 * Bootstrap-select v1.6.2 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn1 {
  width: 100%;
	padding-right: 20px;
	background: #FFF;
	border: 1px solid #BFBFBF;
	color: #666;
	height: 28px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.bootstrap-select .caret{position:absolute; right:10px; margin-top:5px}
.bootstrap-select .filter-option{
	display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 95%;
	white-space: nowrap;
}
.error .bootstrap-select .btn1 {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .btn1:focus {
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="span"]):not([class*="col-"]) {
  width: 43%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"],
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.bootstrap-select.btn-group[class*="col-"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].pull-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="span"] .btn,
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  outline:none!important;
  padding-left:7px;
  
}
.bootstrap-select.btn-group .dropdown-menu li{
	
  margin-top:4px;
  margin-bottom:0;
}
.bootstrap-select.btn-group .dropdown-menu li:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected{
	background-color:#f5f5f5;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:active{
	background:none;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
  outline:none!important;
  padding:3px 0px;
  font-weight:400;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input,
.bootstrap-select-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.product-filter .sort label.select, .product-filter .limit label.select{
	display:inline-block;
	min-width:150px;
}
.product-filter .sort .bootstrap-select > .btn1, .product-filter .limit .bootstrap-select > .btn1{ 
	height:30px;
	padding-left:7px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.product-filter{overflow:visible; float:left; width:100%}
.product-list, .product-grid{clear:both}
.product-info .option .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:70%}
.choose_search .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:32%}

.product-filter .limit-sort .bootstrap-select{
	width:150px!important;
}
























/*================================================================================ */
/* 1. Basics & Buttons												3000Themes.com
/*================================================================================ */
.content{
	z-index: 10;
}	
/* Bigger then standard 960px (1280px) */
	@media only screen and (min-width: 1280px) {
	}
	@media only screen and (max-width: 1199px) {
		
	}
	/*ipad 2 ngang*/
	@media only screen and (min-width: 1024px) and (max-width: 1279px) {
		body{-webkit-text-size-adjust: none;}		
		.btn{white-space:pre-wrap}
		
		
		
		
		
		
		
		
		
		
		
		
		
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
		
		.btn-language, .btn-currency{margin-bottom:5px;}
		#search{width:67%;}
		#cart.dropdown_cart{width:33%;}
		
		
		.header_slider{width:100%;margin-top:20px;}
		.box_btn_icon {  float: left;}
		.relt_product .cart, .product-grid .cart, .home_filter_content .cart {  right: 68px;}
		.relt_product .compare, .product-grid .product-thumb .compare, .home_filter_content .product-thumb .compare {right: 34px;}
		.relt_product .wishlist, .product-grid .product-thumb .wishlist, .home_filter_content .product-thumb .wishlist { right: 0;}
		.relt_product .price, .product-grid .price, .home_filter_content .price{display:block;}
		input.btn-cart.btn-icon{border-radius:0;}
		#back_top.back_top,.cpanelContainer,a.sft_quickshop_icon{display:none!important;}	
		.banner_cat_effect{display:none;}
		.form-control{width:50%}
		.compare-infomation .cart_icon {display: none;}
		#tab-description p.italic{padding-left:50px;padding-right:50px;}
		#column-left + #column-right + #content .limit span,#column-left + #column-right + #content .sort span{display:inline-block;min-width:100px;}
		#column-left + #column-right + #content .limit,#column-left + #column-right + #content .sort{width:100%;}
		#product-quick .image{text-align:left;}
		.box_laguage_currency{width:100%}
		.header-top .support{width:100%;margin-right:0;text-align:right;}
		#boss_slider{border-radius:10px;}
		.header_category .box .boss_heading{border-radius:10px;}
		.cart-search .box_items{border-radius:10px;}
		.box_btn_icon{text-align:left;margin-left:10px;}
		
		.header_category .box .box-heading{margin-right:10px;}
		
		
		
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {	
		body{-webkit-text-size-adjust: none; }
		body.touch a.sft_quickshop_icon{display:none!important}
		.home_page .header_category .box .box-content {
			box-shadow: 0 2px 7px -3px #888888;
			height: 0;
			overflow: hidden;
			padding:0px 0px 0px 20px;
			position: absolute;
			top: 55px;
			transition-duration: 0.3s;
			width: 100%;
			border:none;
		}
		
		.home_page .header_category {
			cursor: pointer;
			height: auto;
			position: relative;
			transition-duration: 0.3s;
		}
		.home_page .header_category .box.opencate .box-content{
			border:1px solid #d3d3d3;
		}
		.header_category .box.opencate .box-content {
			height: auto;
			overflow: inherit;
			padding: 19px 0px 20px 20px;
			width: 100%;
			z-index: 999;
			
		}
		.box_btn_icon {  float: left;}
		.relt_product .cart, .product-grid .cart, .home_filter_content .cart {  right: 68px;}
		.relt_product .compare, .product-grid .product-thumb .compare, .home_filter_content .product-thumb .compare {right: 34px;}
		.relt_product .wishlist, .product-grid .product-thumb .wishlist, .home_filter_content .product-thumb .wishlist { right: 0;}
		.relt_product .price, .product-grid .price, .home_filter_content .price{display:block;}
		input.btn-cart.btn-icon{border-radius:0;}
		#back_top.back_top,.cpanelContainer{display:none!important;}	
		.banner_cat_effect{display:none;}
		.compare-infomation .cart_icon {display: none;}
		#tab-description p.italic{padding-left:50px;padding-right:50px;}
		#column-left + #column-right + #content .limit span,#column-left + #column-right + #content .sort span{display:inline-block;min-width:100px;}
		#column-left + #column-right + #content .limit,#column-left + #column-right + #content .sort{width:100%;}
		.category-list ul{width:47%;}
		.cloud-zoom-big,.cloud-zoom-lens,.cloud-zoom-tint{display:none!important;}
		#logo{margin-top:10px;}
		#language .dropdown-menu, #currency .dropdown-menu{left:auto;right:0;}
		select{background-image:url(../../image/temp.png);background-repeat:repeat;}
		
		.product-grid .product-thumb .cart, .relt_product.product-thumb .cart, .home_filter_content .product-thumb .cart, .product-list .product-thumb .image .cart {    transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}
		.product-grid .product-thumb .compare, .relt_product.product-thumb .compare, .home_filter_content .product-thumb .compare, .product-list .product-thumb .image .compare {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}
		.product-grid .product-thumb .wishlist, .relt_product.product-thumb .wishlist, .home_filter_content .product-thumb .wishlist, .product-list .product-thumb .image .wishlist {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}
		.btn.btn-icon{    background-position: 7px 9px;background-color:#f3f3f3;background-image:url("../../image/cart_icon_mobile.png")}
		.box_btn_icon .compare a { background-color:#f3f3f3;background-image:url("../../image/compare_mobile.png")}
		.box_btn_icon .wishlist a { background-color:#f3f3f3;}
		.product-grid .product-thumb .image, .relt_product.product-thumb .image, .home_filter_content .product-thumb .image{overflow:visible;margin-bottom:60px;}
		.box_btn_icon{bottom:-50px!important;top:auto!important;}
		.limit-sort{margin-left:0;}
		#column-left .box-product .box_item,#column-right .box-product .box_item{text-align:center;}
		#column-left .box-product .image, #column-right .box-product .image{float:none;margin-right:0;}
		#column-left .box-product .image img, #column-right .box-product .image img{width:auto;}
		.box-product .prod-detail{width:100%;}
		.product-filter{padding-bottom:4px;padding-top:9px;}
		.product-list .box_btn_icon{bottom:auto!important;top:50%!important;text-align:center;}
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		
		.btn{white-space:normal}		
		.dropdown-menu-inner .option ul.column.product li .image img, .dropdown-menu-inner .option > .image img{width:80%;}								
		.compare-info .button_cp,.compare-info td .wishlist { text-align: left;} 		
		.category-list ul{width:47%}
		.left .form-control, .right .form-control{width:63%}
		.form-control, .login-content .form-control{width:63%}
		select.form-control{width:63%}
		.product-info select.form-control, .product-info .form-control{width:63%}
		#payment-address .checkout-content .form-control, #shipping-address .checkout-content .form-control, #shipping-method .checkout-content .form-control, #payment-method .checkout-content .form-control{width:63%}		
		.cart-module input[type="text"], .cart-module select.form-control{width:40%}		
		.left .form-control, .right .form-control{width:85%}
		#payment-address .checkout-content .form-control, #shipping-address .checkout-content .form-control, #shipping-method .checkout-content .form-control, #payment-method .checkout-content .form-control{width:80%}			
		.login-content .left{width:100%}
		.login-content .right{width:100%;float:left;padding-left:0;border:none;}
		.checkout-content .login-content .right{padding-left:0;margin-top:30px;}						
		#back_top.back_top,.cpanelContainer{display:none!important;}	
		div.jGrowl.top-right{top:15%!important;}
		
		.image:hover img{opacity:inherit;}
		/**********/
		
		.banner_cat_effect{display:none;}
		.header_category{width:30%}
		.cart-search{width:70%;}
		#search{width:57%;}
		#cart.dropdown_cart{width:43%;}
		#shipping-address .checkout-content .form-control, #shipping-method .checkout-content .form-control, #payment-method .checkout-content .form-control, #payment-address #payment-existing select.form-control, #payment-address #payment-new .form-control{width:55%}
		
		.product-filter .limit{float:left;}
		.product-filter .sort{margin-left:0;float:left;margin-right:20px;}
		#logo{margin-top:15px;}
		.header_slider{width:100%;}
		.home_page .header_category .box .box-content {padding:0 0 0 20px;}
		.home_page .header_category .box.opencate .box-content {padding:19px 0 20px 20px;}
		a.sft_quickshop_icon{display:none!important}
		#product-quick .image{text-align:left;}
		.box_btn_icon{text-align:left;margin-left:10px;}
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#column-left ,#column-right, .cpanelContainer, #cboxNext, #cboxPrevious{display:none!important;}
		#cboxTitle{text-align:left}
		.col-md-cs5{width:100%;}
		.right_header{text-align:center;}
		.right_header .link{margin:0;float:none;}
		#welcome{float:none;margin-bottom:16px;text-align:left}						
		.category-list ul{width:100%;}		
		.login-content .left,.register .left{width:100%;}
		.login-content .right,.register .right{width:100%;border:none;padding:0;margin-top:20px}
		.form-control{width:100%;}		
		form.register{border:none;padding:0;}
		.left .form-control, .right .form-control{width:100%}
		select.form-control{width:100%;}
		
		.cart-module input[type="text"], .cart-module select.form-control{width:100%;}
		.buttons .left.continueshopping{float:right;margin-top:11px;width:100%;text-align:right}
		.sitemap-info ul li a{margin-bottom:5px;}
		.sitemap-info ul li{margin-bottom:6px;}
		#payment-address .checkout-content .form-control, #shipping-address .checkout-content .form-control, #shipping-method .checkout-content .form-control, #payment-method .checkout-content .form-control,#payment-address #payment-existing  select.form-control,#payment-address #payment-new  .form-control{width:100%;}				
		.checkout-content .left,.checkout-content .right{width:100%;}
		.checkout-content .login-content .right{padding-left:0;}
		.checkout-heading a{font-size:12px;margin-right:5px;}
		.checkout-product{overflow-x:auto;border-right:1px solid #e1e1e1;}
		.checkout-product table{margin-bottom:0;border-right:none;}
		.product-info .boss_check .box-check{width:100%;margin-right:0}
		.box-product .image img{width:100%;}				
		
		
		.compare-info .remove{position:relative;display:block;width:100%;overflow:hidden;}
		.compare-info .button_cp{text-align:left;}
		.compare-info td .wishlist{text-align:left;}		
		.article-grid .article-name{float:none;width:100%}
		.article-grid .article-image{text-align:center;float:none;margin-bottom:15px;overflow:hidden;}
		.article-grid .article-image img{width:100%!important;}
		.menubar .local{margin-bottom:10px;}		
		.cart-info tbody td.quantity input[type="text"]{margin-right:0;float:none;}
		.cart-info tbody td.quantity .icon{float:none;margin-top:0}				
		a.sft_quickshop_icon,.mousetrap{display:none!important;}			
		#back_top.back_top{display:none!important;}
		/**************/
		.header_category{display:none;}
		.header_slider{width:100%;margin-top:20px;}
		#search{width:100%;padding-left:0;padding-right:0;margin-bottom:5px;text-align:center;}
		#search input{width:94%;border-radius:20px;}
		#language, #currency{float:left;}
		.btn-currency{margin-right:5px;margin-bottom:4px;}
		.btn-language{margin-bottom:4px;}
		.header-top{padding-bottom:14px;margin-bottom:20px;}
		#logo{text-align:center;margin-bottom:10px;}
		.header-center{padding:0px;}
		.cart-search{width:100%;float:none;}
		.boss_header{height:111px;margin-bottom:-111px;}
		.header-top .support{float:left;width:100%;margin-bottom:10px;text-align:left;}
		#cart.dropdown_cart{width:100%;background-position:left 12px center;padding:7px 25px 4px 53px;margin-top:0;margin-bottom:10px;text-align:left;}
		.btn-dropdown-cart{line-height:15px;}
		.tp-bullets{margin-bottom:10px;}
		.home_page #column-left{display:block!important;}
		.home_page #column-left .box .box-content{padding-left:0;padding-right:0}
		.boss-new-position{border-bottom:none;}
		.boss_homefilter_tabs h3 a{ 
			
			float: left; font-family: 'Pacifico', cursive;  font-size: 24px;  font-weight: inherit;  position: relative;
		}
		
		.boss_homefilter_tabs h3 a{ line-height:normal; }
		.boss_homefilter_tabs h3{   
			margin-bottom:12px;
			border-bottom:1px solid #d2d2d2;
			border-left:1px solid #e6e6e6;
			border-right:1px solid #e6e6e6;
			border-top:1px solid #efefef;
			border-radius:10px;
			-webkit-border-radius:10px;
			-moz-border-radius:10px;
			
			background: rgb(255,255,255); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,251,1) 51%, rgba(247,247,247,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(51%,rgba(249,249,251,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,251,1) 51%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,251,1) 51%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,251,1) 51%,rgba(247,247,247,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,251,1) 51%,rgba(247,247,247,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

			padding-left:17px;
			height:48px;
			text-transform:none;
	    }
	
		
		#boss_homefilter_tabs0 .home_filter_content .next, #boss_homefilter_tabs0 .home_filter_content .prev{}
		
		
		.boss_homefilter_tabs h3 a:hover{color:#FF8401;}
		.home_filter_content .box-content .list_carousel{border-top:none;padding:0;}	
		.home_filter_content .box-content .list_carousel li{margin-bottom:0;margin-top:10px;}
		.home_filter_content .box-content{margin-left:0;margin-right:0;}
		.home_filter_content .prev{right:47px;}
	
		.home_filter_content .product-thumb{margin-left:5px;margin-right:5px;}
		.box_btn_icon{float:left;}
		.relt_product .cart, .product-grid .cart, .home_filter_content .cart{right:68px;z-index:9999;}
		.boss_filterproduct .item .compare, .home_filter_content .compare{right:34px;}
		.boss_filterproduct .item .wishlist, .home_filter_content .wishlist{right:0;}
		#boss_homefilter_tabs1{margin-top:30px;}
		.home_page #content{margin-bottom:0;}
		.footer-block .block{margin-bottom:10px;}
		#carousel0 .next, #carousel0 .prev{top:34%;}
		#carousel0 .box-content{padding-bottom:10px;padding-top:10px;border-top:1px solid #d9d9d9;}
		
		.footer_column{padding-bottom:10px;margin-bottom:20px;}
		.powered-payment .payment{text-align:left;margin-bottom:22px;}
		.footer-social{margin-top:27px;}
		.powered-payment{margin-bottom:40px;}
		.content_bg{padding:0;}
		#page-container.wide{background-color:#ffffff;}
		
		input.btn-cart{padding:6px 21px 7px 23px;height:30px;}
		.cart-total table{float:left;}
		.cart-total td.right{text-align:left;}
		.buttons .left.continueshopping{text-align:left;}
		.buttons .right{float:left;text-align:left;margin-top:10px;margin-bottom:10px;clear:both}
		.cart-total td.left b{margin-right:20px;font-size:16px;}
		.cart-total td.right{font-size:16px;}
		.cart-total td.left.last b,.cart-total td.right.last{font-size:20px;}
		.relt_product .price, .product-grid .price, .home_filter_content .price{display:block;}
		#cart .dropdown-menu{width:300px;left:-1px;right:auto;top:52px;}
		#cart .minicart_total tr td.text-right{text-align:left;}
		
		.banner_cat_effect{display:none;}
		#tab-description p.italic{padding:0;}
		.content_bg.tab_content{margin-top:0;border-top:none;}
		h2.ta-header {border-bottom: 2px solid #e5e5e5;
			color: #333333;
			font-family: "Pacifico",cursive;
			font-size: 24px;
			padding-bottom: 12px;
			text-transform: none;
		}
		h2.ta-header.selected{}
		.relt_product .compare, .product-grid .product-thumb .compare, .home_filter_content .product-thumb .compare{right:34px}
		.relt_product .wishlist, .product-grid .product-thumb .wishlist, .home_filter_content .product-thumb .wishlist{right:0;}
		
		.product-filter{display:none;}
		.product-thumb .img-responsive{max-width:100%;width:auto}
		.checkout-content{margin-left:10px;margin-right:10px;}
		.checkout-content .cart-total td.left{float:left;}
		.compare-infomation .cart_icon{display:none}
		.article-grid{margin-bottom:25px;}
		.article-footer{margin-top:10px;}
		.boss_article-action .tags{width:100%;}
		.boss_article-action .article-share{float:left;display:block;margin-top:10px;}
		
		#tab-related .prev, #product-related .prev{right:40px;}
		#tab-related .next, #product-related .next{right:10px;}
		.comments .comment-item{padding:10px 0;}
		.comments .form-control{width:100%;}
		#cart .buttons .checkout_bt{float:none;display:block;clear:both;margin-bottom:10px;}
		#cart .buttons .cart_bt{float:none;clear:both;margin-top:10px;}
		.product-grid .product-thumb{text-align:center;}
		.product-grid .product-thumb .box_btn_icon{float:none;}
		#confirm .cart-total{margin-top:15px;}
		.box_laguage_currency{float:left;}
		.boss-menu .menu_item .dropdown-menu, .boss-menu .navbar-nav .dropdown-menu{position:static;width:100%!important;box-shadow:none;border:none;margin-left:0!important}
		.boss-menu .menu_item, .boss-menu .navbar-nav > li{clear:both;padding:0;margin:0;background-color:#000000;}		
		.boss-menu .menu_item > a, .boss-menu .navbar-nav > li > a{padding:0;}
		.boss-menu .menu_item > li:hover > a, .boss-menu .navbar-nav > li:hover > a{border:none;border-radius:0;color:#ffffff!important}
		.boss-menu .menu_item > a, .boss-menu .navbar-nav > li > a{border:none;padding:11px 0 13px;margin-left:10px;color:#ffffff!important}
		.boss-menu .menu_item > a > p, .boss-menu .navbar-nav > li > a > p{float:left;margin:0 5px 0 0;}
		.boss-menu .menu_item:hover .sub_child b, .boss-menu .navbar-nav > li:hover .sub_child b{background-image:none;}
		.boss-menu .navbar-nav{margin:0;}
		#boss_megamenu > div{position:inherit;}
		.dropdown-menu-inner .option a.parent, .dropdown-menu-inner .option p.parent{margin-left:10px;}
		.dropdown-menu-inner .option ul.column li{padding-left:10px;padding-right:10px;		}
		.dropdown-menu-inner .option .staticblock{padding-left:10px;}
		
		.dropdown-menu-inner .option ul.column.product li{text-align:center;}
		.boss-menu .menu_item .plus, .boss-menu .navbar-nav > li .plus{position:absolute;color:#ffffff;top:10px;right:0px;z-index:999;cursor:pointer;width:40px;text-align:center;margin-top:0px;padding-bottom:1px;height:28px;padding-top:3px;}
		.boss-menu .menu_item .plus:hover, .boss-menu .navbar-nav > li .plus:hover{background-image:url("../../image/heading_cover.png");background-repeat:repeat;}
		#boss_megamenu .open-panel{color:#f76baa;overflow:hidden;clear:both;height:30px;width:30px;z-index:999;}
		.openNav #megamenu.navbar{padding-top:0;}
		#boss_megamenu .open-panel:hover{opacity:0.7}
		#currency{margin-left:0;}
		#language .dropdown-menu, #currency .dropdown-menu{left:0;}
		select{background-image:url(../../image/temp.png);background-repeat:repeat;}
		.cart-search .box_items{border-radius:0}
		.tp-rightarrow.default,.tp-leftarrow.default{display:none;}
		.product-grid .product-thumb .cart, .relt_product.product-thumb .cart, .home_filter_content .product-thumb .cart, .product-list .product-thumb .image .cart{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1)}
		
		.product-grid .product-thumb .compare, .relt_product.product-thumb .compare, .home_filter_content .product-thumb .compare, .product-list .product-thumb .image .compare{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1)}
		
		.product-grid .product-thumb .wishlist, .relt_product.product-thumb .wishlist, .home_filter_content .product-thumb .wishlist, .product-list .product-thumb .image .wishlist{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1)	}
		
		
		
		
		
		.newletter-content .boss-newletter{width:100%;}
		.footer-block-shipping .block{margin-bottom:20px;}
		.footer_column .boss-blog-featured.column{width:100%;margin-bottom:25px;}
		.footer_column .boss_colunm{padding-left:0;}
		.block-cate-page span.text2{font-size:22px;line-height:22px;}
		.block-cate-page span.text1{font-size:50px;bottom:33%;}
		.boss_article-detail .article-content p.image{width:100%;}
		.product-info .compare a, .product-info .wishlist a{border-radius:none;-webkit-border-radius:none;-moz-border-radius:none;border:none;}
		.product-grid .product-thumb:hover,
		.relt_product.product-thumb:hover,
		
		.article-image a{float:none;}
		
		
		
		
	}
	
		
		
		
		
		
		
		
		
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {		
		body{-webkit-text-size-adjust: none; }
		.left .form-control, .right .form-control{width:83%}
		.form-control, .login-content .form-control{width:83%}
		select.form-control{width:83%}
		.product-info select.form-control, .product-info .form-control{width:83%}
		#payment-address .checkout-content .form-control, #shipping-address .checkout-content .form-control, #shipping-method .checkout-content .form-control, #payment-method .checkout-content .form-control{width:83%}
		.newletter .form-control,.comments .form-control{width:83%}	
		.cart-module input[type="text"], .cart-module select.form-control{width:83%;}
		#payment-address .checkout-content .form-control, #shipping-address .checkout-content .form-control, #shipping-method .checkout-content .form-control, #payment-method .checkout-content .form-control, #payment-address #payment-existing select.form-control, #payment-address #payment-new .form-control{width:83%;}
		.footer-block .col-xs-24{width:50%}
		.buttons .right{float:right;clear:inherit;margin:0;}
		#cart .buttons .checkout_bt{float:left;display:block;clear:inherit;margin-bottom:0px;}
		#cart .buttons .cart_bt{float:left;clear:inherit;margin-top:0px;}
		#cart .dropdown-menu{width:350px;}
		.buttons .left.continueshopping{float:left;width:auto;margin-top:7px;}
		.footer_column .boss-blog-featured .image{width:50%;}
		.article-image{width:70%;}
			
		
	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) { 
		body{-webkit-text-size-adjust: none;}
		
		
	}


