


.wrap-cats-titles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}
.wrap-cats-titles ul {
    margin: 0;
}
.wrap-cats-titles ul li {
    border-right: 1px solid #4f0307;
}
.wrap-cats-titles ul li:last-child {
    border-right: 0;
}
.wrap-cats-titles h4, .wrap-cats-titles h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 17px;
    letter-spacing: 3px;
}
.wrap-cats-titles h4 a, .wrap-cats-titles h3 a {
    display: block;
    padding: 0;
    color: #9E1117;
    text-decoration: none;
}
@media (max-width: 992px) {
    .wrap-cats-titles h4 a, .wrap-cats-titles h3 a {
    padding: 10px;
}
}.wrap-cats-titles h4 a:hover, .wrap-cats-titles h3 a:hover {
    color: #4f0307;
}
.wrap-cats-titles h4 a.active, .wrap-cats-titles h3 a.active {
    color: #4f0307;
}
.wrap-cats-titles h4 a:focus, .wrap-cats-titles h3 a:focus {
    color: #4f0307;
}
.wrap-cats-titles h4 a.focus, .wrap-cats-titles h3 a.focus {
    color: #4f0307;
}
.wrap-cats-titles h3 {
    color: #9E1117;
    padding-left: 0;
    font-size: 18px;
    margin: 0;
    letter-spacing: 8px;
    text-align: center;
}
@media (max-width: 992px) {
    .wrap-cats-titles h3 {
    letter-spacing: 3px;
}
}@media (max-width: 992px) {
    .wrap-cats-titles h3 {
    margin-left: 10px;
}
}.wrap-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    margin-top: 50px;
}
.wrap-categories h4, .wrap-categories h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
}
.wrap-categories h4 a, .wrap-categories h3 a {
    display: block;
    padding: 0;
    color: #9E1117;
    text-decoration: none;
}
@media (max-width: 992px) {
    .wrap-categories h4 a, .wrap-categories h3 a {
    padding: 10px;
}
}.wrap-categories h4 a:hover, .wrap-categories h3 a:hover {
    color: #4f0307;
}
.wrap-categories h4 a.active, .wrap-categories h3 a.active {
    color: #4f0307;
}
.wrap-categories h4 a:focus, .wrap-categories h3 a:focus {
    color: #4f0307;
}
.wrap-categories h4 a.focus, .wrap-categories h3 a.focus {
    color: #4f0307;
}
.wrap-categories h3 {
    color: #9E1117;
    padding-left: 0;
    font-size: 18px;
    margin: 0;
    letter-spacing: 8px;
    text-align: center;
}
@media (max-width: 992px) {
    .wrap-categories h3 {
    letter-spacing: 3px;
}
}@media (max-width: 992px) {
    .wrap-categories h3 {
    margin-left: 10px;
}
}.wrap-categories li {
    line-height: 25px;
}
.wrap-categories .item {
    width: 25%;
    text-align: center;
    border-right: 1px solid #9E1117;
}
.wrap-categories .item:last-child {
    border-right: 0;
}
@media (max-width: 992px) {
    .wrap-categories .item {
    width: 100%;
    text-align: center;
}
}img.main {
    margin: 0px auto;
}
.collection-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    margin-top: 50px;
    
}
.collection-wrap.carousel-use {
    margin-top: 25px;
}
.collection-wrap h3 {
    text-transform: uppercase;
    color: #4f0307;
    padding: 15px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    margin-bottom: 15px;
}
.collection-wrap .item {
    margin-bottom: 45px;
    overflow: hidden;
    width: 25%;
    padding: 10px;
}
.collection-wrap.carousel-use .item{
  width: calc(100% / 3);
}
@media (max-width: 992px) {
    .collection-wrap .item {
    width: calc(100% / 3);
}
}@media (max-width: 992px) {
    .collection-wrap .item {
    width: 100%}
}.collection-wrap .item a {
    display: block;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    background-color: #9E1117;
}
@media (max-width: 992px) {
    .collection-wrap .item a {
    width: 250px;
    height: 250px;
}
}.collection-wrap .item a img {
    max-width: 100%;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.collection-wrap .item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.collection-wrap .item:last-child {
    border-bottom: 0;
    margin-bottom: 30px;
}
.collection-wrap .item:hover {
    text-decoration: none;
}
.collection-wrap .item.active {
    text-decoration: none;
}
.collection-wrap .item:focus {
    text-decoration: none;
}
.collection-wrap .item.focus {
    text-decoration: none;
}
.collection-wrap h4 {
    font-weight: 300;
    text-align: center;
    color: #9E1117;
    text-transform: uppercase;
}
.collection-wrap ul {
    margin: 0;
}
.collection-wrap .types {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    color: #444;
}
.collection-wrap .images {
    margin-top: 5px;
}
.collection-wrap .images li {
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 5px;
}