@font-face {
    font-family: 'Pacifico';
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/assets/fonts/Pacificoregular.woff2') format('woff2'), url('/assets/fonts/Pacificoregular.woff') format('woff'), url('/assets/fonts/Pacificoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
img.bg{
    width: 100%;
    vertical-align: top;
}

.h1{
    display: block;
    color: #f7ca17;
    font-family: Pacifico;
    font-size: 28px;
    margin-bottom: 40px;
}
.h2{
    font: 60px/60px gothicb;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.p{
    font-family: gothic;
    line-height: 1.6;
    margin-bottom: 40px;
}
.btn{
    padding: 15px 50px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: gothicb;
}
.promo-content .ukiuk-header > .inner .btn:hover{
    background: #000;
    color: #fff;
}

.promo-content{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.promo-content .ukiuk-bag{
    position: relative;
}
.promo-content .ukiuk-header{
    position: absolute;
    width: 50%;
    left: 25%;
    top: 0;
    background-color: #fff;
}
.promo-content .ukiuk-header > .inner{
    padding: 12.5%;
}
.promo-content .ukiuk-header > .inner h1{

}
.promo-content .ukiuk-header > .inner h2{

}

.promo-content .ukiuk-header > .inner p {

}
.promo-content .ukiuk-header > .inner .btn{
    background: #fff;
    border:2px solid #000000;
    color: #000;
}
.promo-content .ukiuk-header > .inner .btn:hover{
    background: #000;
    color: #fff;
}

.promo-content .ukiuk-style > ul{
    font-size: 0;
    line-height: 0;
}
.promo-content .ukiuk-style > ul > li{
    width: 33.3333%;
    display: inline-block;
    position: relative;
}
.promo-content .ukiuk-style > ul > li img{
    width: 100%;
    vertical-align: top;
}
.promo-content .ukiuk-style > ul > li .btn{
    font-size: 12px;
    margin: auto 0 0;
    text-align: center;
}
.promo-content .ukiuk-style .h2{
    position: absolute;
    top: 30px;
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: gothic;
}
.promo-content .ukiuk-style .btn-link{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    padding: 15px 0;
}
.promo-content .ukiuk-style .btn-link .btn{
    border: 2px solid #000;
    color: #000;
    background: none;
    font-size: 15px;
    line-height: 1.3em;
}
.promo-content .ukiuk-style .btn-link .btn:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #000;
}


.promo-content .ukiuk-subheader{
    background-color: #3b3b3b;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}
.promo-content .ukiuk-subheader > span{
    color: #fff;
    font:34px/40px gothicb;
}

.promo-content .ukiuk-bags{
    position: relative;
}
.promo-content .ukiuk-bags > .text{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45%;
}
.promo-content .ukiuk-bags > .text:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.promo-content .ukiuk-bags > .text > .inner{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 80%;
    color: #fff;
}
.promo-content .ukiuk-bags > .text .h1{

}
.promo-content .ukiuk-bags > .text .h2{

}
.promo-content .ukiuk-bags > .text p{

}


.promo-content .product-box{
    bottom: 0;
    right: 0;
    margin: 0;
    position: absolute;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.promo-content .product-box > .inner{
    background: #fff;
    padding: 15px 80px;
    text-align: center;
}
.promo-content .product-box > .inner .title{
    margin-bottom: 20px;
}
.promo-content .product-box > .inner img.photo{
    width: 225px;
}
.product-card .detail-btn:before,
.promo-content .product-box > .inner .buy-btn:before {
    background: url(/assets/img/promoicons-s5bdfa94c78.png);
    background-position: 0 0;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 6px;
    vertical-align: middle;
    width: 27px;
    z-index: 1;
}
.product-card .detail-btn,
.promo-content .product-box > .inner .buy-btn{
    background: #e85252;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 20px/40px gothicb,arial;
    margin-bottom: 0;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 120px;
    text-decoration: none;
    height: auto;
    font-size: 16px;
}


.ukiuk-video{
    position: relative;
}
.ukiuk-video video{
    width: 100%;
    vertical-align: top;
}

.promo-content .ukiuk-bags > .text .btn{
    border:2px solid #fff;
    color: #fff;
}
.promo-content .ukiuk-bags > .text .btn:hover{
    background: #000;
    border:2px solid #000;
    color: #fff;
}

.shopwindow{
    margin: 0 auto;
}
.product-card .detail{
    border: none;
    opacity: 1;
    position: static;
    padding-bottom: 0;
}
.product-card .name{
    margin-bottom: 15px;
    height: 55px;
}
.product-card .detail-btn{
    opacity: 1;
}
.product-card:hover .category, .product-card:hover .name, .product-card:hover .pri1ce, .product-card:hover .oldprice{
    opacity: 1;
}
.product-card .image.new::before,
.product-card .detail:before,
.product-card .image.sale:before,
.product-card .price,
.product-card .oldprice,
.shopwindow::before,
.shopwindow-tabs,
.shopwindow-wrap .leftarr,
.shopwindow-wrap .rightarr{
    display: none;
}