@font-face {
    font-family: 'TCCCUnity';
    src: url('/fonts/TCCCUnity-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TCCCUnity-Bold';
    src: url('/fonts/TCCCUnity-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TCCCUnity-Light';
    src: url('/fonts/TCCCUnity-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TCCCUnity-Italic';
    src: url('/fonts/TCCCUnity-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'TCCCUnity-BoldItalic';
    src: url('/fonts/TCCCUnity-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'TCCCUnity-Black';
    src: url('/fonts/TCCCUnity-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TCCCUnity-Meium';
    src: url('/fonts/TCCCUnity-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/Roboto-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr-Bold';
    src: url('/fonts/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


.mpopup{
    position:fixed;
    display: block;
    top:0;
    left:0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
}
.mpopup__title{
    opacity: 0;
    height: 100px;
    color:red;
    font-size: 20px;
    z-index: 201;
}
.mpopup__body{
    display: flex;
    background: white;
    height: 500px;
    /*width: 97%;*/
    /*margin:0 auto;*/
    padding:30px 10px;
    border-radius: 15px;
    margin: 45px 0;
    height: fit-content;
    width: 100%;
    /*min-width: 430px;*/
}
.close-btn{
    padding: 20px;
    float: right;
    cursor: pointer;
}

.mpopup__content{
    width:100%;
    padding:5px 25px;
}
.mpopup__top{
    display: flex;
    margin-bottom: 40px;
}
.ico-settings{
    width: fit-content;
    height: fit-content;
    margin-right: 10px;
}
.top-wrapper{
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    justify-content: space-between;

}
.inner_block__title{
    font-family: 'HelveticaNeueCyr-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 39px;
    /* Dark Text */
    color: #222B36;
    margin-right: 20px;
}

@media screen and (min-width: 768px){
    .inner_block__title{
        font-size: 32px;
    }
}
.info_text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    /* Site Grey Color */
    color: #6D6E71;
    /* align-self: end;
    padding-bottom: 10px;
     */
}

.active-info div{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    text-align: right;
    color: #6D6E71;
}
.active-checkbox{
    width:320px;

}
.active-body{
    display: flex;
    flex-direction: column;
}
.active-title{
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* Dark Text */
    color: #222B36;
    text-align: right;
}
#mpopup div.toggle-active > div > input{
    width: 52px;
    height: 32px;
    margin-left: 18px;
}

.top-wrapper .form-switch{
    padding-left: 0 !important;
}

/**
        END TOP
 */

.top-line{
    background: #222B36;
    border-radius: 7px;
    color:white;
    font-size: 14px;
    padding:9px 20px;
    margin-bottom: 20px;
}
.useradd .top-line{
    background-color:  rgb(217,0,34);
}

.top-line div{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.image-loader-wrapper{
    height: 200px;
    display: flex;
    gap: 10px;
    width:100%;
    margin:0 auto;

}
.border{
    border:1px solid red;
}
.desc-img{
    width: 80%;
    #background-color: #222B36;
}
.img-title{
    padding-bottom: 20px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #222B36;
}
.img-preview{
    width: 800px;
    height:220px;
}
.mob-img__img,
.desc-img__img{
    display: flex;
    justify-content: center;
    align-items: end;
    height:220px;
    border-radius: 10px;
    outline:2px dashed #A6A6A6;
    cursor: pointer;
    background: url("/assets/icons/loader.png") no-repeat center;
    background-color: #F2F4F7;
    position: relative;
    overflow: hidden;

}
.hidden{
    display: none;
}
.desc-img__img img, .mob-img__img__fill img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mob-img__img__fill .mob{
    object-fit: contain ;
}

.mob-img__img__fill,
.desc-img__img_fill{
    display: flex;
    justify-content: center;
    align-items: end;
    height:220px;
    border-radius: 10px;
    cursor: pointer;
    background: url("/assets/img/baner.png") no-repeat center;
    background-color: #F2F4F7;

}

#dragZone{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.close-img{
    position: absolute;
    right: 10px;
    top:-20px;
}

.mobile-img{
    width: 20%;
}
.img-format{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    color: #6D6E71;
}

.link-wrapper{
    display: flex;
    justify-content: start;
    gap: 20px;
}
.image-loader-wrapper{
    margin-bottom: 70px;
}
.link-wrapper{
    height:70px;
    align-items: center;
}
.img-title-2{
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #222B36;
}
.minput{
    background: #FFFFFF;
    width: 313px;
    border-radius: 7px;
    border:1px solid #E2E2EA;
    background-color: #F2F4F7;
    padding-left: 5px;
    height: fit-content;
}
.mlabel{
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6E71;
}

.hr{
    height: 10px;
    width: 100%;
    border-top: 1px solid #DBDBDB;
}

.control-wrapper{
    margin-top:45px;
    padding:2px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: start;
    width: 31px;
    height: 85px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.32);
}
.control-icon{
    cursor: pointer;
}
.control-icon img:hover{
    margin-left: 1px;
}

.control-div{
    display: flex;
    margin:0 auto;
    width: 97%;
    height: 50px;
    background: #EBEBEB;
    mix-blend-mode: multiply;
    border-radius: 18px;
    align-items: center;
    justify-content: end;
    padding:0 20px;
}
.control-block{
    display: flex;
    width: 93px;
    height: 30px;
    border:1px solid #ccc;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding:1px 10px;
}
.onBaner{
    right: 40px;
    position: absolute;
    top: 30px;
    z-index: 199;
}
.control-block .control-h{
    cursor: pointer;
}
.home .carousel-inner{
    max-height:233px;
    overflow: hidden;
}

.error{
    color:darkred;
    font-size: 14px;
    font-weight: 600;
}

.home .carousel-item{
    max-height: 430px;
    overflow: hidden;
}
.home .carousel-item img{
    object-fit: cover;
}

/**
===================== WELCOME =================
 */

.onWelcome{
    position: absolute;
    top:0;
    right: 10px;
}

.textExample{
    min-height: 130px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border:1px dashed #ccc;
    margin-bottom: 40px;
}
.titleExampleBlock{
    font-family: 'TCCC Unity';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    color: #E3212C;
}
.exampleDescription{
    font-family: 'TCCC Unity';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #222B36;
}
.textarea-input{
    color:#0F151C;
    background-color: #F2F4F7;
}
.textarea-input:focus{
    color:#0F151C;
    background-color: #F2F4F7;
}
.link-wrapper-welcome{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.leftSide{
    width:30%;
    padding-top: 10px;
}
.rightInput{
    width:50%;

}
.rightInput input{
    width:100%;
}
.rightBtn{
    width:20%;
    padding-left:20px;
}

.double-drop{
    display: flex;
    gap: 10px;
}
.double-drop div{
    width:49%;
}

.useradd .double-drop div{
    width:100%;
}

.red-border{
    border: 2px solid red;
}

.double-drop select{
    color:#000;
    background-color: #F2F4F7;
}
.blackBtn{
    background: #222B36;
    border-radius: 7px;
    color: #fff;
    width: 100%;
    height: 25px;
    padding: 0px 20px;
}
.bigInput{
    height: 40px;
}

.select-span{
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    /* Dark Text */
    color: #222B36;

}

.select-inside{
    height: 35px;
}

.count-edit-baners{
    display: flex;
    align-items: center;
    gap: 10px 15px;
    margin-bottom: 20px;
}

.featuredClass .leftSide{
    width:100px;
    padding-top: 10px;
}

#mpopup > div.mpopup__body > div > form > div.link-wrapper-welcome.featuredClass > div.rightBtn.clicker input {
    width: 71px;
    height: 39px;
}
.bb{
    border-bottom: 1px solid #0b0e18;
    padding-bottom: 20px;
}

.table-title {
    display: flex;
    align-items: center;
    margin-bottom:20px;
    //justify-content: space-between;
    gap:4px;
}
.table-title .inner-title-table{
    min-width: 150px;
}
.table-title .inner-tbl-last{
    display: flex;
    width:300px;

}
.users-wrap{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}


.settingsWrapper{
    display: flex;
    width: 98%;
    margin:0 auto;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.setbox{
    width:260px;
    height: 137px;
    background: #d5d5d5;
    border-radius: 20px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;

}
.setbox:hover{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(3px);
}
.set_box_top{
    height:65%;
    display: flex;
    padding:20px;
    color:#000;
}
.set_box_top img{
    filter: brightness(0) saturate(100%) invert(0); /* Black */
}
.set_box_title{
    display: flex;
    height: 28px;
    padding-left: 20px;

    align-items: center;
    color:#000;

    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    color:#000;
    font-weight: 600;
}
.unactives{
    cursor: auto;
}



/**
            =======@Media======
 */

@media screen and (max-width: 1420px) {
    #mpopup div.toggle-active > div > input{
        width: 50px;
        height: 26px;
        padding-right: 45px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 1160px) {
    .active-info{display: none}
    .active-title{
        text-align: center;
    }
}

@media screen and (max-width: 770px) {
    .info_text, .info-ico,.active-title {display: none}
    #mpopup div.toggle-active > div > input{
        margin-right: 60px;
    }
}

@media screen and (max-width: 740px) {
    .image-loader-wrapper {
        justify-content: center;
        gap: 25px;
        width: 100%;
    }
    .image-loader-wrapper .desc-img, .image-loader-wrapper .mobile-img{
        width:30%
    }
    .img-title{
        font-size: 14px;
    }
}

@media screen and (max-width: 690px) {
    .top-wrapper{
        justify-content: flex-start;
    }
}

@media screen and (max-width: 590px) {
    .image-loader-wrapper {
        justify-content: center;
        gap: 15px;
        width: 100%;
    }
    .image-loader-wrapper .desc-img, .image-loader-wrapper .mobile-img{
        width:45%
    }
    .img-title{
        font-size: 14px;
    }
    .link-wrapper{
        flex-wrap: wrap;
    }
    .input-wrapper{
        margin:0 auto;
    }

    .link-wrapper .img-title-2{
        display: none;
    }

    .image-loader-wrapper{
        margin-bottom: 85px;
    }
}

.modal-content .carousel-custom{
    padding-bottom: 65px;
    margin-bottom: 23px;
}

.modal-content .carousel-custom .carousel-item > video{
    padding: 0 !important;
    max-width: 100% !important;
    max-height: 435px !important;
}


.carousel-item > a > img,
.modal-content  .carousel-custom .carousel-item > img{
    object-fit: cover !important;
    width: 100% !important;
    max-width: 100% !important;
    
}

.carousel-item > a > img{
    height: 435px !important;
    max-height: 435px !important;
}

.modal-content  .carousel-custom .carousel-item > img{
    height: 873px !important;
    max-height: 873px !important;
}

@media screen and (max-width: 1280px){
    .modal-content  .carousel-custom .carousel-item > img{
        height: 726px !important;
        max-height: 726px !important;
    }
}

@media screen and (max-width: 1024px){
    .modal-content  .carousel-custom .carousel-item > img{
        height: 556px !important;
        max-height: 556px !important;
    }
}

@media screen and (max-width: 992px){
    .modal-content  .carousel-custom .carousel-item > img{
        height: 425px !important;
        max-height: 425px !important;
    }
}

@media screen and (max-width: 767px){
    .carousel-item > a > img,
    .modal-content  .carousel-custom .carousel-item > video,
    .modal-content  .carousel-custom .carousel-item > img{
        height: 234px !important;
    }
}


.modal-content .carousel-footer p:last-child{
    margin-bottom: 0 !important;
} 

.featured-asset-banner-product-image{
    border-radius: 12px;
}

.carousel-item img{
    max-width: 100% !important;
    object-fit: cover !important;
}

#asset-list .asset-box{
    padding-left: 0;
    padding-right: 0;
}

.rounded-18,
.asset-box .image-wrapper{
    border-radius: 12px;
}

.bg-gray-n{
    background: #d9d9d9 !important;
}

.action-buttons .btn{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-buttons .btn svg{
    margin-right: 5px;
}

.relative{
    position: relative;
}

.relative .carousel-control-prev,
.relative .carousel-control-next{
    transform: translateY(-50%) !important;
}

.right-sidebar .accordion-body{
    padding: 0 !important;
}

.aside-fixed .aside{
    box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.25);
}

@media screen and (min-width: 992px){
    .aside-fixed .aside{
        z-index: 1000;
    }
}

.btn-menu{
    background: #CFD0D0 !important;
    border-radius: 20px !important;
}

.btn-menu:hover{
    background: #E3212C !important;
}

.asset-box .asset-info span img{
    height: auto !important;
    border-radius: 0 !important;
}

.asset-box .asset-info .am-heart-icon{
    width: 15px !important;
    height: 15px !important;
}

.product-info .asset-info{
    padding-top: 6px !important;
}
.asset-info div div,
.asset-info>div{
    display: flex;
    align-items: center;
    gap: 5px !important;
}

.product-info.d-flex{
    align-items: start;
}

.asset-info .asset-metrics-info{
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
}


.items-start{
    align-items: flex-start;
}

.product-info .title h5{
    padding-right: 3px;
}

#asset-list .tags{
    gap: 5px !important;
    margin-right: 7px;
}

#asset-list.list-view{
    padding-top: 15px;
}

#asset-list.list-view .badge{
    background: #e9e9e9 !important;
    border-radius: 15px !important;
    color: #222b36;
    font-size: 14px;
    padding: 6px 20px;
    font-weight: normal;

}

#asset-list.list-view .asset-description .text-muted{
    color: #222b36 !important;
}

.justify-between{
    justify-content: space-between;
}

@media screen and (min-width: 992px){

    .mw-custom-gallery{
        max-width: 60% !important;
    }
}

@media screen and (min-width: 1132px){

    .mw-custom-gallery{
        max-width: 66% !important;
    }
}

@media screen and (min-width: 1544px){

    .mw-custom-gallery{
        max-width: 76% !important;
    }
}
.btn-reset{
    border-radius: 20px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px) !important;
}

.btn-edit{
   border-radius: 20px !important;
   font-weight: normal !important;
   line-height: 1 !important;
   font-size: 14px !important;
   padding: 8px 16px !important;
   letter-spacing: .5px;
   font-weight: 500 !important;
   white-space: nowrap;
   margin-left: 10px !important;
}

.btn-edit svg{
    margin-right: 4px;
}

.badge-search{
    border-radius: 20px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px) !important;
    font-size: 14px !important;
    position: relative;
}

.badge-close{
    color: #181C32;
    cursor: pointer;
    font-weight: 400;
    transform: rotate(45deg);
    position: absolute;
    font-size: 25px;
    right: 12px;
}

.pr-2{
    padding-right: 15px;
}

.ml-4{
    margin-left: 15px;
}

.w-full{
    width: 100%;
}

.modal-header{
    padding: 0 !important;
}

.toastui-editor-contents h1{
    border: 0 !important;
}

.toastui-editor-contents h2{
    border: 0 !important;
}


.toastui-editor-contents h3{
    border: 0 !important;
}

/* start resize toastui editor textarea wysiwyg*/
.toastui-editor-main-container{
    position: static !important;
}

div[style="margin-bottom: 1rem; height: 300px;"] {
  height: auto !important;
}

.toastui-editor.ww-mode{
    min-height: 200px !important;
}
/* end resize toastui editor textarea wysiwyg*/

.accordion .accordion-header{
    position: relative;
}

.accordion-header .accordion-icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-header.collapsed .accordion-icon{
    transform: translateY(-50%) rotate(180deg);
}

hr:not([size]){
    height: 0 !important;
    border-top: 1px solid #454545 !important;
}

hr.ml-48{
    margin-bottom: 28px !important;
}

.uppercase{
    text-transform: uppercase !important;
}

.icon-group .am-heart-icon{
    width: 20px !important;
    height: 20px !important;
}

.action-buttons .btn{
    margin-bottom: 7px !important;
}

.accordion-body.accordion-cat{
    padding: 0 0 8px !important;
}
.accordion-cat .badge{
    border-radius: 20px !important;
    font-size: 1.1rem !important;
    font-weight: normal !important;
    margin: 0 1px 7px;
}

.right-sidebar hr{
    margin-top: 0 !important;
}


.form-check.form-check-custom .form-check-label{
    line-height: 1 !important;
}

#activeSwitchBtn{
    margin: -5px 0;
}

.toggle-sidebar-btn{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sidebar-content hr.w-full{
    display: none;
}

.right-sidebar.expanded .sidebar-content hr.w-full{
    display: block;
}

.right-sidebar{
    padding: 30px 0 0;
}

.form-control-title{
    color: #222b36 !important;
    height: 42px;
    padding: 0 25px;
}

.mb-30{
    margin-bottom: 30px !important;
}

.fs-30{
    font-size: 17px !important;
}

.action-buttons.md-d-flex.flex-row .btn{
    border-radius: 16px !important;
}


@media screen and (min-width: 768px){
    .action-buttons.md-d-flex.flex-row{
        max-width: 816px;
        margin: 0 auto;
    }
    .fs-30{
        font-size: 30px !important;
    }
    .ml-48{
        margin-left: 48px;
    }
    .ml-55{
        margin-left: 55px !important;
    }
    .ml-72{
        margin-left: 72px !important;
    }
    .ml-90{
        margin-left: 72px !important;
    }
    .right-sidebar{
        padding: 56px 0 0;
    }
    .right-sidebar.expanded .sidebar-content {
        padding: 0 35px 15px !important;
    }

    .right-sidebar.expanded .toggle-sidebar-btn{
        margin: 0 !important;
        padding: 0 35px 30px !important;
    }
    .modal-header h2{
        font-size: 32px !important;
    }
    .fs-28{
        font-size: 28px !important;
    }
}

@media screen and (min-width: 1498px){
    .ml-90{
        margin-left: 90px !important;
    }

}
.modal-content{
    border-radius: 15px !important;
    max-width: 100% !important;
}

.btn-close-modal{
    color: #fff !important;
    font-size: 36px;
    position: absolute;
    right: 14px;
    top: 4px;
    line-height: 1;
    transform: rotate(45deg);
    font-weight: 400;
    cursor: pointer;
    background: none !important;
    border: 0 !important;
}

.inside-btn{
    top: -38px !important;
    right: 0 !important;
}
.modal-overlay,
.modal{
    background: rgba(0, 0, 0, 0.8) !important;
}

.modal-dialog{
    margin: 45px 0 !important;
    max-width: 100% !important;
}

.swal2-confirm{
    background: #E3212C !important;
    border-radius: 20px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    font-size: 14px !important;
    padding: 8px 25px !important;
    letter-spacing: .5px;
}

.swal2-popup,
.swal2-container{
    border-radius: 20px !important;
}
/*.swal2-icon,
.swal2-icon.swal2-success{
    border-color: #E3212C !important;
}
.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
  background: #E3212C !important;
}*/

.banner-custom-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-custom-control-prev, 
.banner-custom-control-next{
    width: 30px;
    height: 30px;
}

.banner-custom-icon:before{
    content: "\F284" !important;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    color: #a6a6a6;
    font-size: 15px;
    line-height: 1;
}

.banner-custom-icon:hover:before{
    color: #fff !important;
}

.banner-custom-control-next .banner-custom-icon:before{
    content: "\F285" !important;
}

.recently-heigh{
    height: 35px !important;
}

.pt-65px{
    padding-top: 65px;
}

@media screen and (min-width: 768px){
    .banner-custom-control-prev, 
    .banner-custom-control-next{
        width: 30px;
        height: 30px;
    }

    .banner-custom-icon:before{
        font-size: 30px;
    }

    .image-wrapper.h-225px{
        height: 180px !important;
    }

    .recently-heigh{
        height: 80px !important;
    }

    .md-d-flex{
        display: flex;
    }
}

@media screen and (min-width: 992px){
    .image-wrapper.h-225px{
        height: 112px !important;
    }

    .recently-heigh{
        height: 88px !important;
    }

    .lg-pt-0{
        padding-top: 0;
    }

}

@media screen and (min-width: 1200px){
    .image-wrapper.h-225px{
        height: 140px !important;
    }

    .recently-heigh{
        height: 112px !important;
    }
}

@media screen and (min-width: 1500px){
    .image-wrapper.h-225px{
        height: 197px !important;
    }

    .recently-heigh{
        height: 166px !important;
    }
}

@media screen and (min-width: 1800px){
    .image-wrapper.h-225px{
        height: 225px !important;
    }

    .recently-heigh{
        height: 203px !important;
    }
}

.items-center{
    align-items: center !important;
}


.overflow-hidden{
    overflow: hidden !important;
}

.pl-28px{
    padding-left: 28px;
}

.btn-row-border{
    border: solid #dbdbdb;
    border-width: 1px 0;
    padding: 12px 0;
}

.p-0{
    padding: 0 !important;
}

@media screen and (min-width: 768px){
    .btn-row-border .action-buttons .btn{
        margin-bottom: 0 !important;
    }
}

.comment-name{
    font-family: 'Roboto-Bold';
    font-size: 16px !important;
    color: #686868;
}
.fs-16{
    font-size: 16px !important;
}

.color-686868{
    color: #686868 !important;
}
.leading-1{
    line-height: 1 !important;
}

.font-fr{
    font-family: 'Roboto-Regular';
}

.categories-filter-menu .accordion-header{
    border-top: 0 !important;
}

.aside-filter-menu,
.categories-filter-menu{
    background: #E9E9E9;
    border-radius: 18px;
    font-size: 16px;
}

.categories-filter-menu .am-icon{
    font-size: 30px !important;
}

.categories-filter-menu .filter-category{
    font-size: 16px !important;
    color: #676767 !important;
    font-weight: 500;
    border: solid #DBDBDB;
    border-width: 1px 0 0;
    padding: 5px 0 5px 41px;
    width: 100%;
    position: relative;
    text-align: left;
}

.categories-filter-menu .dot-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-filter-menu .filter-category:before{
    content: '';
    width: 12px;
    height: 12px;
    background: #E3212C;
    border-radius: 100%;
    position: absolute;
    left: 13px;
    top: 10px;
}

.categories-filter-menu h2 .filter-category:before{
    display: none;
}

.categories-filter-menu .accordion-button{
    box-shadow: none !important;
}

.aside-filter-menu .accordion-body,
.categories-filter-menu .accordion-body{
    padding: 0 !important;
}

.categories-filter-menu .accordion-button:focus{
    border-color: #DBDBDB !important;
}

.aside-filter-menu .accordion-item{
    padding-bottom: 20px !important;
}

.aside-filter-menu .accordion-button{
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 16px !important;
    color: #676767 !important;
    font-weight: 500;
}