.owl-buttons {
    display: none;
}

.custom-brand-container-top p {
    padding: 10px 20px;
}

.custom-brand-container-top {
    margin: 30px 0px;
}

.row_container {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 24px;
}

.col-sm-8.content-info-manufacturer {
    float: left;
    margin: 15px 0;
    padding: 0 5px;
    font-size: large;
    color: #000 !important;
    /* max-width: 79%; */
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-top: 0px;
}
.col-sm-4.content-manufacturer {
    width: 18%;
    float: left;
}
.custom-brand-container .col-sm-6.manufacturer-banner img {

    width: 46%;
    float: right;
    padding: 20px;
}
.brand_title {
    text-transform: uppercase;
    font-size: 32px !important;
    text-align: center;
    color: #000 !important;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.custom-brand-container-details-category-parent {
    /* width: 25%; */
    text-align: center;
  /*   float: left !important; */
  display: inline-block;
}
.custom-brand-container-details-category-parent a {
    max-width: 240px;
    display: block !important;
    /* overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important; */
}
.custom-brand-container-details-category-block-name a {
    max-width: 240px;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.custom-brand-container-details-category.newcat1 {
    display: flex;
     flex-wrap: wrap;
     align-items: center;
     text-align: center;
 }

 .custom_home_page_left2 {
          flex: 1  25%;
 }

.custom_home_page_left2 {
    /*  float: left; */
    margin-top: 10px;
    width: 100% !important;
    display: unset;
}

.custom-brand-container-details-videos {
    clear: both;
    margin: 10px;
    padding-top: 20px;
}

.custom-brand-container-details-videos-title {
    color: #000 !important;
    font-size: 34px;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-align: left;
    padding-top: 10px;
}

.custom-brand-container-details-videos-language {
    color: #000;
    font-size: 20px;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 10px;
}
/* increase video size css*/
div#brand-video-container video {
    width: 90% !important;
}


.videocontainerbrand {
    width: 48%;
    text-align: center;
    display: inline-flex;
    margin: 10px 0px;
    margin: auto;
}

.custom-brand-container-details-videos-sub-title {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    width: 90%;
    margin: auto;
    margin-bottom: 45px !important;
}

.click-for-more {
    /*   margin: 8px;
    padding: 10px 0px;
    height: 50px; */
    display: inline-block;
    width: 99%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #fff613 !important;
    /* border-radius: 14px; */
    text-align: center;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
}

.click-for-more a {
    color: #fff613 !important;
}

@media only screen and (max-width: 600px) {
    .brand_title {        
        font-size: 20px !important;
    }
    .custom-brand-container-details-videos-title {font-size: 20px !important;}
    .row_container {
        display: grid;
        grid-template-columns: 1fr;
    }
    .col-sm-4.content-manufacturer {
        text-align: center;
    }
    .col-sm-8.content-info-manufacturer {
        font-size: unset !important;
    }
    .custom-brand-container-details-category-block-image img {
        min-height: unset !important;
        min-width: 230px;
    }
    .custom-brand-container-details-category-parent {
        text-align: center;
        float: unset !IMPORTANT;
    }
    .custom-brand-container-details-category-block-child {
        max-width: 230px;
        float: left;
        margin: 10px;
        text-align: center;
        /* max-height: 230px; */
        width: 230px;
    }
    .videocontainerbrand {
        width: 100% !important;
    }
}

.owl-buttons {
    display: block;
}

.custom-brand-container-details-category-block-image img {
    border: solid 1px #fff6f6;
    min-height: unset !important;
    min-width: 250px;
    text-align: center;
    margin: 10px;
    margin-top: 30px;
}

.custom-brand-container-details-category.newcat1 {
    display: inline-block;
    margin: auto;
    /* padding-left: 4.5%; */
    text-align: left;
    padding: 0px 8%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .custom-brand-container-details-category.newcat1 {
        padding: 10px !important;
    }
   }

.custom-brand-container-details-category-block-child {
    /* max-width: 245px; */
    float: left;
    margin: 10px;
    text-align: center;
    /* max-height: 245px; */
    min-height: 245px;
    /* width: auto; */
}
.custom-brand-container-details-category-block-child img{
    max-height: 245px !important;
   /* min-height: 245px !important; */
}
.content-manufacturer-desc {
    margin: 5px;
    font-style: normal !important;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif !important;
    font-size: large !important;
    padding: 2px;
    text-align: justify;
    color: #000 !important;
}
.custom-brand-container-details-category-block-child-image a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 240px;
    border: solid 1px #edeaea;

}

.modal-content .custom-brand-container-details-category-block-child-name {
    max-width: 250px;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}
.custom-brand-container-details-category-block-child-image {
    display: inline-block;
}


.custom-brand-container-details-category-block-child-image a img{
    text-align:center;
    margin:auto;
    display:block !important;
}
.manu-page-data-head span {
    color: #000;
    font-family: arial;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 10px;
    text-transform: uppercase;
}

.productinfogrid_info strong.product.name.product-item-name {
    max-width: 700px;
}
.product-items a.product-item-link {
    color: #2e8ab8;
    text-shadow: initial;
    text-transform: capitalize;
    font: 300 15px 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.15em;
}


a.c_spacs-link {
    display: block;
}

.product-items a.product-item-link:hover {
    text-decoration: unset;
}

.manu-page-current-manufacturer-name {
    padding-left: 10px;
}

/* .manu-page-current-manufacturer-name span {
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
} */
.manu-page-current-manufacturer-name span {
    padding-left: 10px;
    font-size: 14px !important;
    color: #2e8ab8 !important;
    font-weight: 300 !important;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-left: 2px;
}
.product-item-info.productinfogrid {
    max-width: unset !important;
    border: 1px solid #d5d6d5;
    width: 96%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin: 10px;
    padding: 10px;
}


.product.details.product-item-details span b {
    /*width: 70px !important;*/
    display: inline-block;
    text-align: right;
    padding: 1px 10px;
    text-transform: capitalize !important;
}

.product.details.product-item-details {
    max-width: 399px;
    /*margin-left: 83px;*/
    text-transform: uppercase;
}

a.c_spacs-link {
    color: #4066b0 !important;
    font-size: 15px !important;
    font-style: italic;
    padding: 5px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.buttonand_price button.action.tocart.primary {
    border: solid;
    display: block;
    width: 100%;
}

.buttonand_price {
    float: right;
}

.liquidation_finance_price {
    background-color: #f4f24d;
    padding: 5px;
}

.price_section {
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-left: 5px;
    text-align: left;
}

.productinfogrid_info .compare-section {
    float: left;
    /*display: grid;*/
    place-items: center;
}

.products {
    margin: 15px 0;
}

.buttonand_price .product.actions.product-item-actions {
    text-align: right;
}

.cat_tr_container {
    display: grid;
    grid-template-columns: 85px auto;
}
