#official-store {
	width: 100%;
	background: #fff;
}

#official-store .official-store-title {
	height: 100px;
	width: 100%;
}

#official-store .content{
	width: 100%;
	background: #161616;
	box-shadow: 0px -2px 40px #161616;
}

#official-store .official-store-title .off-container{
	width: 100%;	
	height: 88px;
	position: relative;
}

#official-store .official-store-title .off-container .top{
	width: 100%;	
	height: 70px;
	position: absolute;
	background: #000;
}

#official-store .official-store-title .off-container .center{
	width: 75%;	
	height: 100%;
	transform: skew(-45deg,0deg);
	margin: auto;
	background: #fff;
}
#official-store .official-store-title .off-container .down{
	width: 45%;	
	float: right;
	height: 18px;
	position: relative;
	background: #000;
	top: 70px;
}

#official-store .official-store-title .off-container .title-container {
	background: #fff;
	width: 55%;
	height: 70px;
	position: absolute;
	transform: skew(-45deg, 0deg);
	top: 18px;
	left: 9%;
	border: 2px solid black;
	text-align: center;
}

#official-store .official-store-title .off-container .title-container > div {
	color: #000;
	font-size: 25px;
	padding: 12px 0px;
	transform: skew(45deg,0deg);
}

#official-store .paok-logo {
	position: absolute;
	z-index: 10;
	right: 4%;
    margin-top: -1rem;
}

#official-store .paok-logo > img {
	width: 125px
}


#official-store .slider-container {
	position: relative;
	z-index: 1;
	max-width: 1130px;
	margin: 0 auto;
	background: radial-gradient(#cdcdcd -25%, transparent 20%) 0 0, radial-gradient(#cdcdcd -25%, transparent 20%) 28px 0, radial-gradient(#cdcdcd -25%, transparent 20%) 41px 15px, radial-gradient(#cdcdcd -25%, transparent 20%) 15px 15px;
    background-color: #1a1a1a;
    background-size: 28px 21px;
}

#official-store .slider-container .carousel {
	max-width: 1052px;
	margin: 0 auto;
	padding: 50px 28px;
	overflow: hidden;
	position: relative;
}

#official-store .slider-container .carousel .mask {
	overflow: hidden;
	width: 100%;
}

#official-store .slider-container .carousel .mask .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

#official-store .slideset .slide {
	width: 25%;
	padding: 0 10px;
}

#official-store .slideset .slide .box {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid rgba(255, 255, 255, .4);
	background: #1a1a1a;
}

#official-store .carousel .slide .box::before,
#official-store .carousel .slide .box::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#official-store .carousel .slide .box::before {
	content: "";
	height: 160px;
	right: -1px;
	background: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

#official-store .carousel .slide .box::after {
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 0 203px 228px;
	border-color: transparent transparent #fff transparent;	
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#official-store .carousel .slide .box:hover{
	border-color: #fff;
}

#official-store .carousel .slide .box:hover h3 {
        color: #000;
}

#official-store .carousel .slide .box span {
	color: #b99f6e;
}

#official-store .carousel .slide .box:hover::before {
        display: block;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
}

#official-store .carousel .slide .box:hover::after {
        -webkit-transform: translateY(-160px);
        -ms-transform: translateY(-160px);
        transform: translateY(-160px);
}

#official-store .slideset .slide .box a{
	display: block;
	overflow: hidden;
	height: 100%;
}

#official-store .slideset .slide .box a:hover{
	text-decoration: none;
	outline: 0;
}

#official-store .img-store {
	padding: 0 5px;
	overflow: hidden;
	height: 326px;
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
}

#official-store .img-store > .cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%
}


#official-store .img-store img {
	display: block;
	margin: 0 auto;
	max-height: 250px;
}

#official-store .player-info {
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

#official-store .player-info h3 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 5px;
	text-transform: uppercase;
	letter-spacing: -.7px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	transition: all .2s ease;
    white-space: -moz-pre-space;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#official-store .player-info .price {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	display: block;
	font-weight: 300;
}

#official-store .btn-wrap {
	overflow: hidden;
	text-align: center;
}

#official-store .btn-wrap .btn {
	padding: 10px 25px;
	min-width: 333px;
	background: #282828;
}

#official-store .btn:hover {
	background: #fff;
	color: #000;
}

#official-store .btn-prev i, #official-store .btn-next i {
    color: #fff;
} 

#official-store .btn-prev i:hover, #official-store .btn-next i:hover {
    color: #b99f6e;
}

#official-store .buy-button-row {
    width: 100%;
    margin: 0;
    background: #1a1a1a;
    padding: 2rem 0;
}


