@charset "UTF-8";
/*** common style ***/
body {
	color:#444;
	font-size:16px;
	background:url(../images/bg.jpg);
	background-position:center top;
	overflow-x:hidden;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.container{
	max-width: 1350px;
	background:#fff;
	margin:auto;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.other-container{
	padding: 10px;
}
.topheader{
	height: 37px;
	line-height: 37px;
}
.topwrap{
	max-width: 1350px;
	margin:auto;
}
.toptext{
	font-size: 1em;
	color: #fff;
}
header{
	position: relative;
	background: url("../images/header-bg.jpg");
}
.header-user{
	padding-left: 20px;
}
.header-user li{
	padding-right: 10px;
}
.header-user li a{
	color: #fff;
}
.header-bottom{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;

}
.header-bottom .uesr-header{
	color: #fff;
}
.header-bottom .header-show{
	top: 53px;
}
.header-show{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	background: #666;
	width: 100%;
}
.header-show li a{ 
	color: #fff
}
.header-cart{
	padding: 10px;
}
.header-cart h5{
	color: #fff;
	margin: 0
}
.header-cart p{
	color: #999;
}
.currency{ padding: 7px;}
.currency-header{
	height: 24px;
	color: #fff;
	padding-right: 10px;
}
.currency select{
	width: 76px;
	height: 24px;
	line-height: 24px;
	border: solid #d2d2d2 1px;
}
.toggle-header{
	width: 40px;
    height: 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    border-left: solid #d5d5d5 1px;
    background: #f5f5f5;
}
.cart-num{
	color: #fff;
	padding-right: 10px;
}
.mycart{
	background: url("../images/mycart.jpg");
	width: 130px;
	height: 29px;
	margin-top: 4px;
	margin-right: 7px;
}
.header-bottom .user,.header-bottom .cart{
	margin-top: 11px;
	margin-bottom: 11px;
	margin-right: 22px;
}
.teams{
	padding: 0 15px;
	height: 40px;
	margin-left: 15px;
	text-align: center;
	color: #fff;
	background: #ce1127;
	cursor: pointer;
}
.teams .icon-teams{ font-size: 12px; }
.navbar{
	width:100%;
	padding: 0;
	z-index:999;
	position:relative;
}
.navbar .nav-link{
	color: #000;
    font-size: 0.875em;
    padding:0;
    height: 18px;
    line-height: 18px;
}
.banner-top{
	padding: 1px 0;
}
.banner-time{
	background: #ffe400;
	color: #000;
}
.banner-time .time {
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
    font-size: 14px;
}
.banner-time .time span{
	display: block;
}
.topbanner-header{
	flex: 0 0 30%;
	max-width: 30%;
	text-align: center;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.topbanner-header .banner-time-header,.topbanner-header .banner-time{
	flex: 0 0 50%;
	max-width: 50%;
}
.banner-margin{ margin-bottom: 27px; }
.banner img{width: 100%;}
.banner .col-6{ padding:0 9px;}
.banner-list{ margin-left:-9px;margin-right:-9px; }
.home-text{
	padding:0 15px;
}
.home-text p{
	margin-bottom: 0;
}
.my-col-3{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%
}
.layer-new{
	padding: 20px;
}
.layer-product-header{
	font-size: 46px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
	line-height: 40px;
	height: 45px;
}
.layer-product-content{
	margin-left: -10px;
	margin-right: -10px;
}
.layer-product .col-6{ padding: 5px; }
.layer-product .item .prod-image a,.prod-image img{
	width:100%;
	height:auto;
}
.layer-product .item-wrap{
	padding:0 10px;
	margin-top:20px;
} 
.layer-product .item .prod-image{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 226px;
	padding-bottom: 5px
}
.layer-new .prod-top{
	border:solid #ababab 1px;
}
.layer-new .prod-name{
	background: url("../images/prod-name.jpg") center center;
	padding: 0 5px;
	font-size: 12px;
	text-align: left !important;
}
.layer-new .prod-name a{
	color: #fff !important;
}
.layer-new .price-wrap{
	background: #000;
}
.layer-product .prod-name{
	width: 100%;
	height: 44px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
}
.layer-product .prod-name a{
	color: #000;
}
.layer-product .price-wrap{
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.layer-product span{
	padding: 0 5px;
}
.special-price{
	font-weight: 700;
}
.old-price{
	color: #a0a0a0;
}
.product-shop .price-wrap{
	font-size: 1.25em;
}
.product-shop .price-wrap > span{
	padding-right: 10px;
}
.product-shop .price-wrap .price-time{
	color: #f00
}
.old-price{
	text-decoration: line-through;
}
.menu > ul{
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.menu > ul > li{
	padding:2px 5px;
}
.menu-dropdown-icon:before {
	float: right;
	color: #fff;
}
.col1-layout .layer-product{
	width:100%;
}
.col1-layout .layer-sidebar-product{
	width:100%;
}
.sidebar-product .prod-image{
	width:90%;
	height:90%;
}
.navbar-fix{
	position: fixed;
	top: 0;
	left: 0;
}
.menu-link{
	padding:.5rem 1rem;
	color: #fff !important;
	font-size: 16px;
}
.search-header a{
	color: #fff !important;
}
.menu-container {
	width: 100%;
}
.menu-icon-wrap{
	display: block;
	cursor:pointer;
	color: #fff;
	width:40px;
	height:40px;
	padding: 13px 10px;
}
.menu-mobile{
	cursor: pointer;
}
.menu-mobile:before {
	padding: 0;
    float: right;
    position: relative;
    top: 33%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-icon{
	position: relative;
	display: block;
	width: 20px;
	height: 14px;
	background-color: #fff;
	padding: 6px 0;
    background-clip:content-box;
}
.show-on-mobile .menu-icon{
	background: none;
}
.menu-icon:after{
	top: 12px;
}
.menu-icon:before{
	top: 0;
}
.show-on-mobile .menu-icon:before{
	transform: rotate(45deg);
}
.show-on-mobile .menu-icon:after{
	transform: rotate(-45deg);
}
.show-on-mobile .menu-icon:before,.show-on-mobile .menu-icon:after{
	top: 6px;
}
.menu-icon:after,.menu-icon:before{
	transform-origin: 50% 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
    content: "";
    position: absolute;
    left: 0;
    transition: .3s all ease;
}
.menu > ul{
	position:absolute;
	display: none;
	top: 40px;
	width:100%;
	overflow: auto;
	cursor:pointer;
	background:#fff;
	border:solid #666 1px;
}
.show-teams-mobile.menu-teams > ul{
	top: -88px;
}
.show-on-mobile.menu > ul,.show-teams-mobile.menu-teams > ul{
	display:block;
}
.sidebar-nav-header{
	margin-top:5px;
	padding-left:10px;
}
.search-header{
	color: #000;
}
.header-seach{
	background: url("../images/header-seach.jpg");
	margin-top: 12px;
	padding: 21px 28px 16px;
}
.header-seach a{
	color: #fff;
}
.header-seach input{
	background: #fff;
	border: 0;
	width: 342px;
	height: 34px;
}
.header-seach button{
	width: 36px;
	height:34px;
	background:none;
    border: 0;
}
.search-icon{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border:2px solid currentcolor;
	position: relative;
}
.search-icon:after{
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width:8px;
	height: 2px;
	position: absolute;
	top: 13px;
    left: 9px;
	background-color: currentcolor;
}
.logo-list {
	margin-top: 0.5em;
}
.logo-list ul{ 
	
	text-align: center;
    font-size: 0; }
.logo-list li{ 
	display: inline-block;
	max-width: 6%;
	padding-left: 5px;
	padding-right: 5px;
}
.logo-list-header{ 
	font-size:1.5em;
	font-weight: 700;
	text-align: center;
}
.logo-list li img{ width: 100%;}
.layer-sign{
	margin-left: 18px;
	margin-right: 7px;
}
.layer-sign input{ 
	width: 100%;
	margin: 2px;
	border:0;
}
.layer-sign-header{
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin-top: 7px;
	margin-bottom: 12px;
}
.layer-sign-content{
	width: 100%;
}
.layer-addmail{
    margin-left: 46px;
    width: 70%;
}
.layer-addmail input{
	height: 40px;
}
.layer-mailbtn {
    width: 20.5%;
}
.layer-mailbtn input{
	background: none;
	height: 40px;
	cursor: pointer;
}
.layer-sign .mail-prompt{
	padding:0 5px;
	color: #fff;
}
.layer-sign-but {
    background: #ce1126;
    width: 270px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
.layer-sign-but:hover{
	background: #B60F22;
}
.layer-help{
	padding-top: 15px;
}
.layer-help .col-6{
	padding:0 5px;
}
.layer-help h3{
	font-size: 1em;
	color: #000;
	font-weight: 700;
}
.layer-help ul{
	margin-bottom: 0;
}
.layer-help a{
	color: #fff;
}
.footer-wrap{
	margin-top: 10px;
}
.footer-top{
	padding:20px 0;
	height: 170px;
	background: url("../images/footer-wrap.jpg") no-repeat;
}
.footer-bottom{
	display:flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding:5px;
}
.footer-address{
	margin-bottom: 0;
	color: #666;
}
.footer-address a{
	color: #666;
}
.breadcrumbs{
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.breadcrumbs .iconfont{
	font-size: 12px;
}
.breadcrumbs a{
	color: #3c3c3c;
}
.breadcrumbs ul{
	margin-bottom: 0;
}
.breadcrumbs li{
	display: inline;
}
.toolbar-top{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid #d2d2d2 1px;
}
.toolbar-bottom{
	padding-top: 10px;
	border-top: solid #d2d2d2 1px;
}
.toolbar{ 
	line-height: 20px;
	font-size: 0.875em;
}
.toolbar .amount,.toolbar .pager{
	padding-top: 4px;
	padding-bottom: 4px;
}
.toolbar select{
	height: 28px;
	line-height: 28px;
	border: solid #a0a0a0 1px;
}
.sort-by,.limiter{
	padding-right: 10px;
}
.amount{
	padding-right: 10px;
}
.pages ul{ 
	margin-bottom: 0
}
.pages li{ 
	margin-right: 0 !important;
}
.pages li a{ color: #000; }
.layer-product ul{
	margin-bottom: 0;
}
.product-info{
	border: 1px solid #aaa;
}
.layer-product-info .prod-name h1{
	font-size: 20px;
	min-height: 36px;
	margin-bottom: 0;
	padding: 0 10px;
	font-weight: 600;
}
.product-img-wrap{
	padding: 10px;
	text-align: center;
	position: relative;
}
.back{
	position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 26px;
    line-height: 22px;
    margin: 5px;
    border: solid #010101 2px;
    text-align: center;
    font-size: 0.8em;
}
.back a{
	color: #010101;
}
.product-margin{
	margin-bottom: 15px;
}
.rating{
	margin-top: 15px;
}
.availability,.rating{
	font-size: 1em;
}
.label-group{
	margin-top: 10px;
}
.label-group .input-group-addon{
	width: 70px;
	height: 31px;
	line-height: 31px;
}
.label-group #p-content{
	margin-bottom: 0;
	margin-top: 10px;
	color: #f00;
}
.product-options{
	line-height: 30px; 
}
.product-options label{
	margin-bottom: 0;
}
.product-options select{
	border:solid #c9c9c9 1px;
	height: 30px;
	line-height: 28px;
}
.product-img img{
	width: 100%;
}
.size-chart{
	font-size: 0.9em;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.size-chart a{
	color: #000;
}
.size-chart-warp{
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #313131;
    padding-left: 5px;
    text-align: center;
    padding-right: 5px;
    overflow: scroll;
}
.size-chart-header{ 
	color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.15em;
 }
.size-chart-img img{
	max-width: 100%;
}
.product-options-bottom label{
	margin-bottom: 0;
	height: 48px;
	line-height: 48px;
}
.product-options-bottom input{
	height: 35px;
	line-height: 35px;
	width: 40px;
	text-align: center;
	margin-right: 20px;
	margin-top: 8px;
	border: solid #c9c9c9 1px;
}
.btn-cart{
	width: 207px;
	height: 48px;
	background: url("../images/btn-cart.jpg");
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.producttab1{
	padding:15px;
}
.producttab1 ul{
	padding-left: 22px;
}
.producttab1 ul li{
	list-style:decimal;
}
.producttab_content img{
	max-width: 100%;
	height: auto;
}
.wishlist{
	height: 40px;
	line-height: 30px;
	margin-top: 10px;
	border-bottom:solid #c9c9c9 1px;
}
.wishlist_header{
	padding-right: 10px;
}
.box-description{
	text-align: center;
}
.layer-related{
	border: 1px solid #aaa;
}
.layer-related .layer-product-header{
	text-align: center;
	background: #d8d9d9;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	font-size: 1.25em;
	height: 34px;
	line-height: 34px;
}
.layer-viewed{
	padding: 15px;
}
.layer-viewed .layer-product-header{
	font-size: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #444;
}
.historical_reviews{
	padding-left: 15px;
	padding-right: 15px;
}
.products_pl{
	margin-bottom: 10px;
}
.producttab1 .block-title,.products_pl .block-title{
	font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.products_pl_mid textarea{
	width: 100%;
	border: solid #c9c9c9 1px;
}
.pl_btn{
	margin-top: 10px;
	background: #c2001d;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
}
.layer-content{ padding:0 10px;}
.layer-content .col-2,.layer-content .col-10{
	padding-right: 5px;
	padding-left: 5px;
}
.layer-left{
	width: 21%;
}
.layer-right{
	width: 78%;
}
.layer-sidebar-bg{
	background: #e7e7e7;
	margin-bottom: 25px;
}
.layer-sidebar-header{
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.layer-sidebar ul{
	margin-bottom: 0;
}
.layer-sidebar .layer-container{
	padding:0 5px;
	box-shadow: 0px 16px 3px -12px #ccc;
}
.layer-sidebar li{
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	border-bottom:dotted #666 1px;
	overflow: hidden;
}
.ls_showbtn{
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	cursor: pointer;
}
.layer-sidebar ul.ls_show{
	display: none;
}
.layer-sidebar ul.ls_show.show_all{
	display: block;
}
.layer-filter-number{
	line-height: 28px;
}
.layer-filter-number label{
	margin-bottom: 0;
}
.layer-filter-select select{ 
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: solid #a0a0a0 1px;
}
.layer-filter-select input[type="button"],.layer-filter-number input[type="button"]{
	height: 32px;
	line-height: 32px;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.layer-filter-select input[type="button"]{
	width: 100%;
}
.layer-filter{
	margin-bottom: 10px;
}

.layer-filter .layer-filter-list{
	padding-right: 10px;
	width: 200px;
}
.no_product{ padding: 10px; text-align: center; color: #999; text-transform: capitalize; }
#toTop{ position:fixed; padding: 10px; right:4%; bottom: 4%; z-index: 999; color: #999;font-size:2em;}
.products_pl li .review_list{
	border-bottom: solid #ddd 1px;
}
.review-header{
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}
.review-time{
	font-size: 12px;
	color: #ccc;
}
.review-info{
	height: 25px;
    line-height: 25px;
}
.review-text{
	font-size: 16px;
	color: #666;
}
.atar_Show{
	background:url(../images/stark2.png); 
	width:80px; height:15px;  
	position:relative; 
	margin:4px 0;
}

.atar_Show p{ 
	background:url(../images/stars2.png);
	left:0; 
	height:15px; 
	width:80px;
	margin-bottom: 0;
}
.player-list{
	background:url(../images/player.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 149px;
	padding-bottom: 5px;
}
.select-player{
	width: 37%;
	margin-top: 25px;
	padding: 20px;
}
.select-player select{
	width: 100%;
	border:0;
}