.cpcategorylist .products {
    width: 100%;
    position: relative;
    float: left;
}

.cpcategory-container .categoryblock .block_content .categorylist .cate-btn a {
    line-height: 20px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 9px 22px;
}

.cpcategorylist .cat_tittle {
    display: inline-block;
    width: auto;
    text-orientation: upright;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: center;
    margin: 0 auto;
    left: -16%;
    right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.cpcategorylist .cat_tittle h2 {
    text-align: center;
    font-size: 45.79px;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0 auto;
    text-align: center;
    color: #dad9d9;
}

.cpcategorylist {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    margin: 30px 0px;
}

#cpcategorylist-wrapper.native-scroll {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    padding: 20px 0;
    width: 100%;
}

#cpcategorylist-wrapper.native-scroll::-webkit-scrollbar {
    display: none;
}

#cpcategorylist-wrapper.native-scroll article {
    flex: 0 0 160px;
    scroll-snap-align: start;
    display: block;
}

.cpcategory-container {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.cpcategorylist #cpcategorylist.grid {
    margin: 0 auto;
}

.cpcategorylist #cpcategorylist.grid article {
    width: 33.33%;
    display: inline-block;
}

.cpcategorylist article {
    position: relative;
}

.cpcategorylist .owl-item {
    position: relative;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    justify-content: center;
}

.cate-btn .btn {
    line-height: 32px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 0;
    margin-top: 15px;
}

/* #cpcategorylist-carousel::before {
  content: ' ';
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 125px;
  background: #f5f5f5;
  border-radius: 5px;
} */
.cpcategory-container .categoryblock .block_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 10px;
    gap: 10px;
    width: 150px;
    /* Direct influence on card size */
}

.cpcategory-container .categoryblock .block_content .categoryimage {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: top;
    border: 1px solid #f7f3f0;
    width: 120px;
    /* Specific circle size */
    height: 120px;
}

.cpcategory-container .categoryblock .block_content .cat-img {
    display: block;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
    float: left;
    text-align: left;
    transition: all 0.2s;
}

.cpcategory-container .categoryblock .block_content:hover .cat-img {
    transition: all 0.2s;
    transform: translateY(-8px);
}

.cpcategory-container .categoryblock .block_content .categoryimage img {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
}

.cpcategory-container .categoryblock .block_content .categoryimage .cate-btn {
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    text-align: center;
    padding: 0 20px;
    z-index: 10;
}

.cpcategory-container .categoryblock .block_content .categoryimage .cate-btn .btn-primary {
    background: transparent;
    border: none;
    white-space: normal;
    line-height: 23px;
    font-weight: 500;
}

.cpcategory-container .categoryblock .block_content .categoryimage .cate-btn:hover .btn-primary,
.cpcategory-container .categoryblock .block_content .categoryimage .cate-btn:hover .cate-icon::before {
    color: #253d4e;
}

.cpcategory-container .categoryblock .block_content .categoryimage .cate-icon {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 18px 0 0;
}

.cpcategory-container .categoryblock .block_content .categoryimage .cate-icon::before {
    color: #fff;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 500;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    vertical-align: top;
}

.cpcategory-container .categoryblock:hover .categoryimage .cate-btn {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}

.cpcategory-container .categoryblock .block_content .categorylist .cate-heading .cate-btn a {
    font-size: 16px;
    text-transform: capitalize;
    height: auto;
    width: auto;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #272727;
    line-height: 22px;
}

.cpcategory-container .categoryblock .block_content .categoryimage_bg {
    position: relative;
    z-index: 9;
    margin-bottom: 0;
    float: right;
    width: 100%;
}

.cpcategory-container .categoryblock .block_content .categorylist .cate-heading {
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.categorylist .cate-heading .cate-pro-count {
    color: #4b4b4a;
    font-weight: 400;
}

.cpcategory-container .categoryblock .block_content .cate-description {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 22px 0 10px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
    display: none;
}

.cpcategory-container .categoryblock:hover .block_content .cate-description {
    display: block;
}

.cpcategory-container .categoryblock .block_content .cate-description p {
    margin: 0;
}

.cpcategory-container .categoryblock .block_content .categorylist ul.subcategory {
    display: inline-block;
    margin: 8px 0;
}

.cpcategory-container .categoryblock .block_content .categorylist ul.subcategory li {
    text-transform: capitalize;
    padding: 2px 0;
    line-height: 28px;
    display: block;
    text-align: center;
    width: 100% !important;
    margin: 0;
    position: relative;
}

.cpcategory-container .categoryblock .block_content .categorylist ul.subcategory li a {
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

@media (max-width: 1449px) {}

@media (max-width: 1199px) {
    .cpcategory-container .categoryblock .block_content .categoryimage_bg {
        margin-right: 0px;
    }
}

@media (max-width: 991px) {

    .cpcategory-container .categoryblock .block_content .categorylist,
    .cpcategory-container .categoryblock .block_content .cate-btn {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cpcategory-container .categoryblock {
        float: none;
        text-align: center;
    }

    .cpcategorylist {
        margin: 30px 0px;
    }

    .cpcategory-container .categoryblock .block_content .categoryimage_bg {
        float: right;
    }

    .cpcategory-container .categoryblock .block_content img {
        height: auto;
    }

    /* .cpcategory-container{padding-block: 40px;} */
}