/*CSS COMMENTS WITHIN THESE TAGS*/
* {
padding: 0;
margin: 0;
outline: none;
border: none;
list-style: none;
box-sizing: border-box;
font-family: ‘Montserrat’, sans-serif;
}
/*Changes footer font as far as I know. Perhaps for all font. Need to test still.*/
p {
font-size: 14px;
font-weight: 300;
line-height: 26px;
color: #ffffff;
}
/*Not sure if this effects all images within the listing but definitely changes the top banner image*/
img {
max-width: 100%;
}
.wrapper {
margin: 0 auto;
width: 100%;
max-width: 1200px;
}
.clear {
clear: both;
}
main,
header,
section,
.store_faetures ul,
.footer_features ul,
footer {
width: 100%;
float: left;
}
/*Top header bar spacing and display*/
header {
padding: 1px 0;
text-align: center;
}
header a {
display: inline-block;
}
/*Top header bar “store features” section and layout. Fast shipping, 30 days moneyback customer support, 100% satisfaction*/
.store_features {
background: #000000;
}
.store_features li {
width: 25%;
display: table;
float: left;
}
.store_features li div {
padding-right: 5%;
width: 30%;
height: 100px;
display: table-cell;
vertical-align: middle;
text-align: right;
}
.store_features li h3 {
display: table-cell;
vertical-align: middle;
font-size: 15px;
font-weight: 400;
color: #fff;
}
.store_features li h3 span {
font-size: 13px;
font-weight: 300;
}
.gif_img {
display: none;
}
.title {
padding: 20px;
border: 1px solid #e9e9e9;
border-top: none;
text-align: center;
}
.title h2 {
font-size: 24px;
font-weight: 400;
color: #323b47;
}
.image_gallery {
margin-bottom:10px;
padding: 10px;
text-align: center;
}
/*GALLERY CSS*/
/*Sometimes the main images are too big and need to be a reasonable size and not ginormous on a computer screen. For some reason, the image thumbnail template tag does not work, as a result below, a max-width is entered to limit the size of the main image photo*/
.container {
max-width: 540px;
width: 100%;
position: relative;
margin:0 auto;
}
.thumbnails {
text-align: center;
list-style: none;
font-size: 0;
}
.thumbnails li {
margin: 15px 8px 0 8px;
width: 90px;
height: 90px;
background: #fff;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.thumbnails input[name=”select”] {
display: none;
}
.thumbnails .item-hugger {
padding: 5px;
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #e3e3e3;
transition: all 150ms ease-in-out;
}
.thumbnails label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
}
.thumbnails .gallery_content {
max-width: 540px;
width: 100%;
height: 500px;
background: #fff;
transition: all 150ms linear;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.thumbnails input[name=”select”]:checked + .item-hugger {
border-color: #a2a2a2;
}
.thumbnails input[name=”select”]:checked ~ .gallery_content {
opacity: 1;
}
/*Spacing between main image & thumbnail images*/
.white-box {
height: 500px;
overflow: hidden;
}
/*Product Description underneath the main header photo goes here*/
.temp_top h2 {padding: 12px 20px;
background: #000000;
font-size: 24px;
font-weight: 400;
color: #FFF;}
/*Description & table is known as .temp_content here*/.temp_content {
margin-bottom: 40px;
}
.temp_content h2 {
padding: 12px 12px;
background: #000000;
font-size: 24px;
font-weight: 400;
color: #FFF;
}
.temp_content td,
.temp_content tr {
padding: 8px;
}
.temp_content tr:nth-child(even){background-color: #f2f2f2;}
.temp_content tr:hover {background-color: #ddd;}
.temp_content th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
.description {
padding: 10px;
border: 1px solid #e9e9e9;
border-top: none;
}
.description ul {
margin-bottom: 20px;
}
.description ul li,
.tab-content ul li {
padding: 5px 10px 5px 20px;
background: url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/bullet.png) left 10px no-repeat;
font-weight: 300;
font-size: 14px;
color: #4b4b4b;
}
.footer_features {
margin-bottom: 20px;
}
.footer_features ul li {
margin: 0 2.66% 20px 0;
width: 23%;
float: left;
}
.footer_features ul li:nth-child(4) {
margin-right: 0;
}
.footer_features ul li div {
width: 100%;
height: 120px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #323b47;
text-align: center;
vertical-align: middle;
}
.footer_features ul li h2 {
padding: 10px;
text-align: center;
font-size: 24px;
font-weight: 400;
letter-spacing: 1px;
line-height: 24px;
color: #323b47;
border: 1px solid #323b47;
}
.footer_features ul li h2 span {
font-size: 13px;
}
/*More footer changes here including spacing and footer background*/
footer {
padding: 15px 15px;
background:#000000;
text-align: center;
border-top:1px solid #e9e9e9;
}
@media only screen and (max-width: 840px) {
.store_features {
text-align: center;
}
.store_features ul {
display: none;
}
.gif_img {
display: inline-block;
}
/*tab-css*/
.css_tab li label {
padding: 15px;
width: 100% !important;
position: static;
background: #323b47 url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/plus.png) right center no-repeat;
text-align: left;
border: none;
}
.css_tab li{
margin-bottom: 1px;
}
.tab-content {
padding: 15px 20px;
}
.css_tab li label:hover{
background: #d8d8d8 url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/plus.png) right center no-repeat;
border: none;
}
.css-tab:checked + .tab-label{
border-bottom: 1px solid #ddd;
background: #d8d8d8 url(https://wearephoenixteam.com/ebay/free-templates/images/temp6/images/minus.png) right center no-repeat;
}
.footer_features ul li {
margin-right: 4%;
width: 48%;
}
.footer_features ul li:nth-child(2n) {
margin-right: 0;
}
}
@media only screen and (max-width: 640px) {
.footer_features ul li {
margin-right: 0 !important;
width: 100%;
}
.thumbnails .gallery_content,
.white-box {
height: 400px;
}
}
Product Description
Es Skateboard Shoes The Muska Black/Red – Chad Muska LTD Re-Issue
Limited Quickstrike Release. The most demanded eS shoe of all time – the iconic Muska is back for a limited time. Few people have made such a huge impact in skateboarding as Chad Muska. Combing raw talent, personality, and power, the Muska will fill every session with creativity and energy. Features all the classic bells and whistles including hidden stash pocket, rubber toe cap, lace toggle and heel pull tab, centering straps, reflective logo on heel.
| BRAND | Es |
| MODEL | Muska |
| SIZE | Choose From Drop Down Menu Above |
| COLOR | Black/Red |
| CONDITION | Brand New |
<img src="https://tgmskateboards.com/content/icons/TGM-Template-Shoes-Links-Banner.jpg"
| US Shoe Size (Men’s) | 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 13 |
|---|---|
| Brand | Es |
| Color | Black/Red |
| Model | Muska |
| Department | Men |
| Shoe Width | D |
| Type | Athletic |
| Vintage | No |
| Performance/Activity | Skateboarding |
| Closure | Lace Up |
| Handmade | No |
| Customized | No |
| Signed/Autographed | No |
| Personalized | No |
| MPN | 5102000063-595 |
| Style | Skateboarding |
| Width | Medium (D, M) |
General Enquiries
There are no enquiries yet.
İlgili Ürünler
Yeni eklenenler
|
Bunları Çok Seveceksiniz
|
||
|---|---|---|
|
System Sensor P2RL Horn StrobeB07B1KDDHP
|
||
|
IMDSI14 Brand New Fast Shipping By DHL186613649098
|
||





























Değerlendirmeler
Henüz değerlendirme yapılmadı.