/* Required Css */

body {
    font-family: 'Mulish', sans-serif;
}

.common-space {
    padding: 80px 0px 30px 0px;
}

.hide-md {
    display: none;
}

/* LOGIN PAGE CSS */

.login_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login_box {
    padding: 0px 100px;
}

.wrapper_logo {
    text-align: center;
}

.hermi_logo {
    max-width: 100%;
    /* width: 230px; */
    display: block;
    margin: auto;
}

.pim_logo {
    /* max-width: 100%;
    width: 100px;
    margin-top: 15px; */
    max-width: 100%;
    width: 165px;
    margin-top: 15px;
}

.login_form {
    margin-top: 40px;
}

.login_input_box {
    margin-bottom: 20px;
    position: relative;
}

.login_input_box .login-input {
    padding: 0px 40px 0px 15px;
}

.login_input_box i {
    position: absolute;
    right: 15px;
    top: 10px;
}

.login_actions {
    position: relative;
    margin-top: 1.8rem;
    width: 60%;
    margin-left: auto;
}

.login_actions i {
    position: absolute;
    top: 9px;
    right: 17px;
    font-size: 24px;
    color: #fff;
}

.forget_password {
    text-align: right;
    margin-top: 5px;
}

.forget_password a {
    color: #4D4D4D;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.forget_password a:hover {
    color: #4D4D4D;
    text-decoration: none;
}

/* INPUT FIELDS CSS */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: 0;
    padding: 12px 15px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    color: #4D4D4D;
    background-color: #f3f3f3;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    display: block;
    height: 40px;
}

textarea,
select {
    border: 0 !important;
    padding: 12px 15px;
    outline: none;
    font-size: 13px !important;
    font-weight: 400;
    color: #4D4D4D !important;
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0 !important;
    display: block;
    /* margin-bottom: 10px; */
    background-color: #f3f3f3 !important;
    height: 40px !important;
}

.form-control:focus {
    color: #000;
    background-color: #f3f3f3;
    /* border-color: ; */
    outline: 0;
    box-shadow: none;
}

/* Buttons CSS */

.btn-black {
    background-color: #4D4D4D;
    width: 100%;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    padding: 12px 15px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    text-align: left;
}

.btn-black:focus {
    box-shadow: none;
}

.btn-ouline {
    background-color: transparent;
    width: 100%;
    border: 1px solid #4D4D4D;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    padding: 12px 15px;
    font-family: 'Mulish', sans-serif;
    color: #4D4D4D;
    text-align: left;
}

.btn-ouline:focus {
    box-shadow: none;
}

/* Header Css */

.header_shift {
    margin-top: 50px;
}

.pim_header_logo {
    float: right;
    width: 120px;
}

.search_wrapper {
    width: 75%;
    margin: auto;
}

.search_box {
    display: flex;
    align-items: center;
}

.search_box button {
    background-color: #4D4D4D;
    border: 0;
    cursor: pointer;
}

.search_box button:focus {
    border: 0;
    outline: 0;
}

.search_box i {
    color: #fff;
    padding: 8px;
    font-size: 22px;
}

.actions_right {
    float: right;
}

.actions_right .cart {
    margin-right: 10px;
}

.actions_right a i {
    font-size: 22px;
    color: #000;
}

.top_menu {
    margin-top: 1.5rem;
    padding: 0;
}

.main-menu li a {
    color: #1A1C1F;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 25px !important;
    padding-left: 0 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    width: 100%;
    z-index: 2;
}

.main-menu li .dropdown-content a {
    color: #000000;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-decoration: none;
    display: block;
}

.main-menu li .dropdown-content a:last-child {
    padding-bottom: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-user {
    position: relative;
    display: inline-block;
}

.dropdown-content-user {
    display: none;
    position: absolute;
    background-color: #F1F1F1;
    width: 150px;
    z-index: 1;
    right: 0;
}

.youtubesize {
    width: 550px;
    height: 315px;
}


.dropdown-content-user a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding: 10px 10px 0px 10px;
}

.dropdown-content-user a:last-child {
    padding-bottom: 10px;
}

.dropdown-user:hover .dropdown-content-user {
    display: block;
}

.dropdown-toggle-lang {
    color: #000 !important;
    background: transparent;
    border: 0;
    padding: 0px 10px 0px 10px;
}

.dropdown-toggle-lang:hover {
    background: transparent;
}

.dropdown-toggle-lang:focus,
.dropdown-toggle-lang:active,
.dropdown-toggle-lang:focus-within,
.dropdown-toggle-lang:focus-visible,
.dropdown-toggle-lang:visited {
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.lang_drop {
    width: 45px !important;
    min-width: 45px !important;
    top: 100% !important;
    transform: none !important;
    border-radius: 0;
}

.lang_drop a {
    padding: 0 0 10px 0 !important;
    text-align: center !important;
    font-size: 17px !important;
}

.lang_drop .dropdown-item:active {
    background-color: transparent !important;
}

.dropdown-toggle-lang::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Footer Css */

.footer {
    background-color: #4D4D4D;
    margin-top: 70px;
    padding: 100px 0px;
}

.logo_block img {
    width: 100%;
}

/* Home Page css product section */

.product_wrapper h3 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}

.product-box {
    border: 1px solid #DEDFE0;
    padding: 20px;
}

.product-box h4 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.product-box a {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    column-gap: 6px;
    align-items: center;
    justify-content: end;
    margin-top: 5px;
}

.product-box a:hover {
    text-decoration: none;
}

.product-box a i {
    color: #ED1C24;
    font-size: 18px;
}

.product-box img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.product_owl .owl-nav {
    display: flex;
    justify-content: space-between;
}

.product_owl .owl-nav .owl-prev {
    font-size: 70px !important;
    color: #CCCCCC !important;
    position: absolute;
    top: 30%;
    left: -4%;
}

.product_owl .owl-nav .owl-prev:focus {
    outline: 0;
}

.product_owl .owl-nav .owl-next {
    font-size: 70px !important;
    color: #CCCCCC !important;
    position: absolute;
    top: 30%;
    right: -4%;
}

.product_owl .owl-nav .owl-next:focus {
    outline: 0;
}

/* home page client css */

.client_box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.client_box img {
    width: 75px;
}

.client-title {
    /* word-break: break-all; */
    word-break: keep-all;
}

.client_box h4 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

/* search page css */

.product_serach .row {
    margin-top: 30px;
}

.product_search_wrapper {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.product_search_wrapper img {
    width: 150px;
}

.product_search_wrapper h4 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.product_search_wrapper span {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.page-arrow i {
    color: #A5A5A5;
}

.page-action .page-link {
    border: 0;
    color: #A5A5A5;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.page-action .page-link:hover {
    background-color: transparent;
    color: #A5A5A5;
}

.page-action .page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    color: #4D4D4D;
}

.page-action .page-link:focus {
    box-shadow: none;
}

.filter_wrapper .row .col-md-3 {
    margin-top: 1.5rem;
}

.filter_accordion {
    display: flex;
    justify-content: flex-start;
    columns: 4;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.filter_accordion .card .collapse.show {
    position: absolute;
    background: #f3f3f3;
    z-index: 1111;
    width: 100%;
    top: 100%;
}

.filter_accordion .card .collapsing {
    position: absolute;
    background: #f3f3f3;
    z-index: 1111;
    width: 100%;
    top: 100%;
}

.filter_accordion .card {
    border-radius: 0;
    border: 0;
    width: 24%;
}

.filter_accordion .card .card-header {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.filter_accordion .card .card-header .card-link {
    background: #f3f3f3;
    padding: 0.75rem 1.25rem;
    display: flex;
    color: #4D4D4D;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.filter_accordion .card .card-header .card-link i {
    float: right;
    padding-top: 0px;
    color: #4D4D4D;
    font-size: 24px;
}

.filter_accordion .card .card-header a[aria-expanded="true"] {
    background-color: #d4d4d4;
}

.custom-checkbox .filter-check::before {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #4d4d4d;
}

.custom-control-input:active~.custom-control-label::before {
    background-color: #4d4d4d !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #4d4d4d !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}

.filter_accordion .card-body {
    padding: 0.75rem 1.25rem 0.5rem !important;
    height: 200px;
    overflow-y: scroll;
}

.custom-checkbox {
    padding-bottom: 12px;
}

.filter-check {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

/* Product Listing Page css */

.product_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.product_action img {
    width: 15px;
    height: auto !important;
}

.product_action a {
    margin-top: 0;
}

.product_listing {
    row-gap: 30px;
}

.page_heading {
    margin-top: 1rem;
}

.page_headline h1 {
    color: #000;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.page_headline h5 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 00;
}

/* product details page and slider css */
.lSNext i {
    font-size: 50px;
    color: #a6a6a6;
}

.lSPrev i {
    font-size: 50px;
    color: #a6a6a6;
}

.gallery img {
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid transparent;
}

.lSPager.lSGallery {
    margin-top: 1.5rem !important;
}

.product_detail_panel h3 {
    color: #000;
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.product_detail_panel h4 {
    color: #000;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_detail_panel span {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.product_detail_panel h3 img {
    width: 40px;
    margin-left: 20px;
}

.details_info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 1.5rem;
}

.details_info img {
    width: 50px;
}

.details_info p {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.countries {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 14px;
    justify-content: flex-end;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.countries li {
    background-color: transparent;
    padding: 10px;
    border-radius: 8px;
}

.countries li a img {
    width: 45px;
}

.countries .active {
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 8px;
}

.product_tabs .nav-tabs {
    border: 0;
}

.product_tabs .nav-tabs .nav-link {
    border: 0;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 20px;
    background-color: #e6e6e6;
    border-radius: 0;
    padding: 10px 30px;
}

.product_tabs .nav-tabs .nav-link.active {
    border: 0;
}

.product_tabs .nav-tabs .nav-link.active {
    background-color: #CCCCCC;
    font-weight: 600;
}

.product_tabs .nav-tabs .nav-item {
    border-right: 1px solid #808080;
}

.product_tabs .nav-tabs .nav-item:last-child {
    border-right: 0;
}

.table-striped-even tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.data-content {
    margin-top: 2rem;
}

.table-first {
    width: 50%;
}

.table-first td:first-child {
    width: 35%;
}

.first-tab-data h3 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0.7rem;
    margin-top: 1rem;
}

.document-list {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 20px;
}

.document-list img {
    width: 30px;
}

.document-list p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.third-tab-data .row {
    row-gap: 10px;
}

.table-head tr th {
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    border-bottom: 0;
    background: #d9d9d9;
}

.table tbody tr td {
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.product_tabs {
    margin-top: 5rem;
}

.download_document {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: end;
    cursor: pointer;
}

.download_document img {
    width: 40px;
}

.download_document p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

/* modal css */

.custom-modal-content {
    background-color: #dddddd;
    border: 1px solid #4d4d4d;
    border-radius: 0;
}

.custom-modal-title {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.custom-modal-header {
    border-bottom: 0;
}

.custom-modal-footer {
    border-top: 0;
}

.download_box {
    display: flex;
    align-items: center;
}

.download_box label {
    width: 35%;
    color: #4D4D4D;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

.download_box input {
    width: 65%;
}

.custom-modal-body form {
    margin-top: 0;
}

.custom-modal-body form .login_actions {
    width: 35%;
    margin-bottom: 0.8rem;
}


/* cart page css */
.cart_page_headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0px;
}

.cart_file_download {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 25px;
}

.cart_file_download img {
    width: 35px;
}

.cart_file_download p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.cart_page_headline h1 {
    color: #000;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.cart_actions {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.download_btn {
    position: relative;
    width: 150px;
}

.download_btn i {
    position: absolute;
    top: 12px;
    right: 17px;
    font-size: 20px;
    color: #fff;
}

.delete_btn {
    position: relative;
    width: 150px;
}

.delete_btn i {
    position: absolute;
    top: 12px;
    right: 17px;
    font-size: 20px;
    color: #4D4D4D;
}

.download_btn .btn-black {
    border: 1px solid transparent;
}

/* profile page css */
.user-heading {
    margin: 70px 0px 40px;
}

.profile_actions {
    margin: 0;
    width: 50%;
}

.form-heading h4 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.select_box select {
    width: 50%;
}

.right_block {
    margin-top: 80px;
}

.redunderline {
    margin-top: 5x;
    text-decoration: underline;
    text-decoration-color: rgb(255, 0, 0);
}

.yellowline {
    margin-top: 5px;
    padding: 10px;
    text-decoration: underline;
    text-decoration-color: rgb(255, 238, 0);
}


/* Safety Data Sheets page */
.safetylist{
    color: #FFF;
    font-size: 1.2em;
}

.safetylist .fa{
    padding-right: 0.3em;
}

a.safetylist:hover{
    color: #FF0000;
}

.search-container{
    margin: 2em;
    display: inline-flex;
    align-items: center;
}

/* Custom styles for Remember Me checkbox on login form */
.login_remember_me {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    font-size: 13px;
    color: #4D4D4D;
}
.login_remember_me input[type="checkbox"] {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

/* Login options row (Remember Me & Forgot Password) */
.login-options-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    font-size: 13px;
    color: #4D4D4D;
}
.login-options-row .login_remember_me {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}
.login-options-row .forget_password {
    flex: 1;
    text-align: right;
}
.login-options-row .forget_password a {
    color: #4D4D4D;
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.2s;
}
.login-options-row .forget_password a:hover {
    color: #ED1C24;
}
