@font-face {
  font-family: 'VectoriaBlack';
  font-style: normal;
  font-weight: 300;
  src: local('VectoriaBlack'), local('VectoriaBlack'), url(font/VectoraLTStd-Black.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: local('GothamMedium'), local('GothamMedium'), url(font/Gotham-Medium.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

*{
    margin:0px;
    padding:0px;
    border:0px;
    font-family:inherit;
    color:inherit;
}

html,body{
    width:100%;
    height:100%;
    position:relative;
    font-family:arial;
    font-size:14px;
    color:#3f3f3f;
    background-color: transparent;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.breaker{
    clear:both;
}

img {
    display: block;
}

.vectoriablack {
    font-family: 'VectoriaBlack';
}

.gotham {
  font-family: 'Gotham';
}

.gl_sf_generic_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.7;
    z-index: 100;
}

.products_popup_context {
    position: absolute;
    width: 876px;
    padding: 10px 49px;
    top: 100px;
    left: 25px;
    right: 25px;
    margin: auto;
    margin-bottom: 300px;
    background-color: #e8e8e8;
    z-index: 101;
}

.products_popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.title9 {
    font-size: 32px;
}

.menu_top_open_product_big{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.menu_top_open_product_big_block{
    position: relative;
    margin-top: 3%;
    height: 97%;
    background-color: white;
    color: #8e8e8e;
    font-size: 13px;
}

.menu_top_open_product_big_text{
    position: relative;
    height: 100px;
    padding: 3% 78% 3% 3%;
}

.menu_top_open_product_big_text_title{
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.menu_top_open_product_big_image{
    position: absolute;
    width: 72%;
    height: 100%;
    top: -10%;
    right: 5%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu_top_open_product{
    position: relative;
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 0px;
}

.menu_top_open_product_block{
    position: relative;
    margin-top: 30%;
    height: 166px;
    background-color: white;
    color: #8e8e8e;
    font-size: 10px;
}

.menu_top_open_product_text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 55% 10% 10%;
}

.menu_top_open_product_text_title{
    color: black;
    font-size: 12px;
    text-transform: uppercase;
}

.menu_top_open_product_image{
    position: absolute;
    width: 100%;
    height: 80%;
    top: -30%;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.collections_popup_context {
    position: fixed;
    width: 100%;
    min-width: 1024px;
    top: 100px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
    display: none;
}

.products_popup_close2 {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}