html {
    scroll-behavior: smooth;  
}

body {
    margin: 0;
    padding: 0;
    cursor: url(images/cursor.cur),progress!important;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,sans-serif;
    font-weight: 400;
    font-style: normal;
}



*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    cursor: url(images/cursor.cur),progress!important;
}

.tabContent {
    display: none;
    height: 100%;
    margin-bottom: 50px;
}

.header {
    padding: 50px 0;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    cursor: url(images/cursor.cur),progress!important;
    
}

/* MEDIA */

.headerMedia {
    display: flex;
    justify-content: space-between;
}

#mobileTabLink {
    display: none;
    text-align: left;
    padding-top: 20px;
}

.mobiletabLinks {
    padding: 15px 0;
    border-top: 1px solid white;
    border-color: #fff3;
    display: block;
}

.headerMenu a {
    color: white;
    display: block;
    text-decoration: none;
}

.headerMenu a.hamburgerIcon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.headerMenu {
    width: 100%;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: url(images/cursor.cur),progress!important;
}

.iMenu {
    text-transform: none;
    font-size: 16px;
    margin-left: 10px;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,sans-serif;
    cursor: url(images/cursor.cur),progress!important;
}

.headerCart {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.contMedia {
    width: 100%;
    margin: auto;
    background-color: #222;
    color: white;
    padding: 20px;
    cursor: url(images/cursor.cur),progress!important;
    display: none;
}

.mediaLogo {
    display: none;
    padding: 40px 0;
    max-width: 100%;
    cursor: pointer;
    cursor: url(images/cursor.cur),progress!important;
}

.mediaLogo img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

/* MEDIA */

.headerLogo {
    max-width: 100%;
    cursor: pointer;
    cursor: url(images/cursor.cur),progress!important;
}

.headerLogo img {
    display: block;
    max-width: 200px;
}

.headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabLink {
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
    color: #333;
    cursor: url(images/cursor.cur),progress!important;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,sans-serif;
}

.tabLink[selected] {
    font-weight: 700;
}

.tabLink:hover {
    color: #000;
}

.home {
    text-align: center;
}

.homePageImg {
    width: 100%;
    margin-bottom: 20px;
} 

.shop {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.shopItem {
    width: 20%;
    position: relative;
}

.box {
    display: table;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    z-index: 10;
    
}

.boxSoldOut {
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -30px;
    background-color: #bbb;
    color: #fff;
}

.boxText {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 8px 0;
    letter-spacing: 1px;    
}

.clothes {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    opacity: 1;
    transition: .2s;
    overflow: hidden;
    display: block;
    height: auto;
}

.clothes:hover {
    opacity: .8;
}

.clothesSoldOut {
    opacity: .5;
}

.clothesSoldOut:hover {
    opacity: .4;
}

.name {
    color: #000;
    font-size: 14.4px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.price {
    font-size: 12px;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.contacts {
    text-align: center;
}

.contacts a {
    text-decoration: none;
    color: #000;
}

.termInfoText {
    text-align: left;
    line-height: 1.3;
    letter-spacing: 1px;
}

.cart {
    text-align: left;
}

.cartHeaderText {
    font-size: 28px;
    line-height: 1.3;
}

.footer {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footerInner {
    text-align: center;
    width: 100%;
}

.footerItem {
    color: #000;
    text-decoration: none;
}

.footerItem a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.7;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,sans-serif;
    cursor: url(images/cursor.cur),progress!important;    
}


@media (max-width: 990px) {
    
    .boxSoldOut {
        top: 47%;
    }
}

@media (max-width: 770px) {
    
    .clothes {
        margin-bottom: 30px;
    }
    
    .boxSoldOut {
        top: 45%;
    }
    
    .nav {
        display: none;
    }
    
    .navToggle {
        display: block;
    }
    
    .headerLogo {
        display: none;
    }
    
    .header {
        display: none;
    }
    
    .mediaLogo {
        display: block;
    }
    
    .contMedia {
        display: block;
    }
    
    .shopItem {
        width: 50%;
    }
  
}





