.oc2cw .oc2cwd {
    position: relative;
    background: #fff;
    overflow: auto;
    display: block;
    padding: 10px;
    font-size:1.4em;
    border:1px solid #ddd;
    margin-bottom:20px;
    min-height: 150px;
}

.oc2cw .swiper-wrapper .oc2cwd {
    margin-bottom:unset;
}
.oc2cw-name {
    text-align: center;
    background: rgba(235, 235, 235, 0.65);
    padding: 10px 15px 15px;
}

.oc2cw .oc2cw-item {
    padding:0;
}

.oc2cw .oc2cw-item .oc2cwd .oc2cw-name,
.oc2cw .swiper-wrapper .oc2cwd .oc2cw-name {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
}

.oc2cw .oc2cwd:hover .oc2cw-name,
.oc2cw .oc2cw-list .oc2cwd:hover .oc2cw-name,
.oc2cw .swiper-wrapper .oc2cwd:hover .oc2cw-name {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}

div:not(.oc2cw-list) > .oc2cwd > .oc2cwa > .oc2cw-name {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
}

.oc2cw-list > .oc2cwd > .oc2cwa > .oc2cw-name {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
}

.oc2cw .oc2cw-item .oc2cwd,
.oc2cw .oc2cw-list .oc2cw-image,
.oc2cw .swiper-wrapper .oc2cwd{
    text-align: center;
}

.oc2cw .oc2cw-list .oc2cwd{
    overflow: hidden;
}

.oc2cw .oc2cw-list {
    padding:0;
}

.oc2cw .oc2cw-list .oc2cwd .oc2cw-name{
    display: block;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 5px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
}

.oc2cw .oc2cw-list ul.oc2cw-childs {
    padding: 0 0 10px 20px;
}

.oc2cw .oc2cw-list .oc2cw-childs li {
    display: block;
}

.oc2cw .oc2cw-list .oc2cw-childs li a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
}

.oc2cw .oc2cw-list .oc2cw-child .oc2cw-allcat {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 14px;
    color: #23a1d1;
}

.oc2cw .oc2cw-list .oc2cw-child .oc2cw-allcat::after {
    font-family: FontAwesome;
    content: "\f101";
    padding: 0 0 0 10px;
}

.oc2cw .swiper-container-horizontal {
    overflow: hidden;
}

.oc2cw .swiper-container-horizontal > .swiper-pagination-bullets,
.oc2cw .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.oc2cw .swiper-button-prev,
.oc2cw .swiper-button-next {
    display: none;
}

.oc2cw .product-thumb .image {
    overflow:hidden;
}

.oc2cw .product-thumb .image img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.oc2cw .product-thumb .image img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.oc2cw .col-xs-24 {
    float: left;
    width: 20%;
}

.oc2cw .col-xs-pull-24 {
    right: 20%;
}

.oc2cw .col-xs-push-24 {
    left: 20%;
}

.oc2cw .col-xs-offset-24 {
    margin-left: 20%;
}

@media (min-width: 768px) {
    .oc2cw .col-sm-24 {
        float: left;
        width: 20%;
    }

    .oc2cw .col-sm-pull-24 {
        right: 20%;
    }

    .oc2cw .col-sm-push-24 {
        left: 20%;
    }

    .oc2cw .col-sm-offset-24 {
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .oc2cw .col-md-24 {
        float: left;
        width: 20%;
    }

    .oc2cw .col-md-pull-24 {
        right: 20%;
    }

    .oc2cw .col-md-push-24 {
        left: 20%;
    }

    .oc2cw .col-md-offset-24 {
        margin-left: 20%;
    }
}

@media (min-width: 1200px) {
    .oc2cw .col-lg-24 {
        width: 20%;
    }

    .oc2cw .col-lg-pull-24 {
        right: 20%;
    }

    .oc2cw .col-lg-push-24 {
        left: 20%;
    }

    .oc2cw .col-lg-offset-24 {
        margin-left: 20%;
    }
}
