.section-top-page {
    padding-bottom: 100px;
}
.section-top-page .top-collection {
    overflow: hidden;
}
.product-collections {
    position: relative;
    background: #000000;
    overflow: hidden;
}
.product-collections .main-title {
    position: absolute;
    top: 50%;
    color: #fff;
    float: none;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.product-collections .main-title h1 {
    font-size: 70px;
}
.font-futureshock {
    font-family: "Teko",Helvetica,Arial,sans-serif !important;
}
.product-collections .main-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.product-collections .main-image:after {
    content: '';
    opacity: 0.3;
    background-image: linear-gradient(-180deg, transparent 76%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-collections .collection-banner-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-collections .collection-banner-list .item-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply;
}
.product-collections .collection-list {
    width: 100%;
}
.product-collections .collection-list>div {
    position: relative;
}
.product-collections .collection-list .title {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 50%;
    letter-spacing: 2.67px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 190px;
    left: 0;
}
.font-acaslon {
    font-family: "Teko",Helvetica,Arial,sans-serif !important;
}
.text-center {
    text-align: center !important;
}
.product-collections .collection-list .title:before {
    left: 0;
}

.product-collections .collection-list .title:before, .product-collections .collection-list .title:after {
    opacity: 0.2;
    background: #FFFFFF;
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 120px);
    height: 1px;
}
.product-collections .collection-list .title {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 50%;
    letter-spacing: 2.67px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 190px;
    left: 0;
}
.font-acaslon {
    font-family: "Teko",Helvetica,Arial,sans-serif !important;
}
.text-center {
    text-align: center !important;
}
.product-collections .collection-list .title:after {
    right: 0;
}

.product-collections .collection-list .title:before, .product-collections .collection-list .title:after {
    opacity: 0.2;
    background: #FFFFFF;
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 120px);
    height: 1px;
}

.product-collections .collection-list .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}
.section-top-page .product-collections .collection-list .list .col-item {
    height: 100vh;
}
.product-collections .collection-list .list .col-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    position: relative;
}
.section-top-page .product-collections .collection-list .list .col-item a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
@media (min-width: 768px){
.section-top-page .product-collections .collection-list .list .col-item a {
    height: auto;
    bottom: 0;
}}
.product-collections .collection-list .list .col-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.product-collections .collection-list .list .col-item a>.rectangle {
    background-color: #C38439;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.product-collections .collection-list .list .col-item .item-content {
    position: relative;
    padding: 70px 0 80px;
}
.product-collections .collection-list .list .col-item .item-content>div {
    padding: 0 20px;
}
a, .animated {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.product-collections .collection-list .list .col-item .item-content .item-logo>div {
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
	    font-size: 18px;
    opacity: 80%;
    color: #fff;
    text-transform: uppercase;
}


@media (max-width: 991px){
.section-top-page .product-collections .collection-list .list .col-item a .item-content .item-text {
    display: none;
}}
.product-collections .collection-list .list .col-item .item-content .item-text {
    display: none;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
	
}
@media (max-width: 992px){
*, *::before, *::after {
    box-sizing: border-box;
}}
@media (max-width: 992px){
*, *::before, *::after {
    box-sizing: border-box;
}}
@media (max-width: 991px){
.section-top-page {
    padding-bottom: 40px;
}}
@media (max-width: 991px){
.section-top-page {
    padding-bottom: 40px;
}}
.section-top-page {
    padding-bottom: 100px;
}}
@media (max-width: 992px){
*, *::before, *::after {
    box-sizing: border-box;
}}
@media (max-width: 767px){
.section-top-page .product-collections .main-title {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 70px 0;
}}
@media (max-width: 767px){
.section-top-page .product-collections .collection-list>.container {
    padding: 0;
}}
@media (max-width: 767px){
.section-top-page .product-collections .collection-list .title {
    display: none;
}}
@media (max-width: 767px){
.section-top-page .product-collections .collection-list .list {
    display: block;
}}
@media (max-width: 767px){
.section-top-page .product-collections .collection-list .list .col-item {
    height: 100px;}}

@media (max-width: 767px){
.section-top-page .product-collections .collection-list .list .col-item a {
    align-items: center;
}}
@media (max-width: 767px){
.section-top-page .product-collections .collection-list .list .col-item a .rectangle {
    height: 100% !important;
}}



.product-collections .collection-list .list .col-item a:hover .item-content .item-text {
	display:block
}


.product-collections .collection-banner-list .item-banner.active {
	opacity:1
}








.product-collections .collection-list .list .col-item a:hover .item-content>div {
	max-width:320px;
	-webkit-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	transform:translateY(-30px)
}
@media (max-width: 575px){
.product-collections .main-title h1 {
    font-size: 38px;
}}