.news-details-info span {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	border-top: initial;
	margin-top: initial;
	font-size: 21px;
	font-weight: 700;
}

/* Editor Content  */
.cms_content h1 {
    font-weight: bold;
}

.cms_content h2 {
    font-weight: bold;
}

.cms_content h3 {
    font-weight: bold;
}

.cms_content h4 {
    font-weight: bold;
}

.cms_content h5 {
    font-weight: bold;
}

.cms_content h6 {
    font-weight: bold;
}

.cms_content {}

.cms_content p {
    margin: 0;
    padding-top: initial;
    margin-bottom: initial;
}

.cms_content img {
    max-width: 100%;
    height: auto !important;
}

.cms_content table,
.cms_content iframe {
    max-width: 100%;
}

.cms_content dl,
.cms_content ol,
.cms_content ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.cms_content table {
    border-collapse: initial;
}

.cms_content table.mScroll {
    overflow-x: scroll;
    max-width: 100%;
    display: block;
}

.cms_content table.hideLast tr:last-child {
    display: none;
    font-size: 0;
}

/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol {
    list-style-type: decimal;
}

.cms_content ul {
    list-style-type: disc;
}

.cms_content ol li,
.cms_content ul li {
    list-style-type: inherit;
}

/* .cms_content a { color:#009841; } */
/* .cms_content a:hover { color: #89b929; } */

@media screen and (max-width: 1025px) {
    .cms_content table.padRowH {
        display: block;
        position: relative;
    }

    .cms_content table.padRowH>tbody,
    .cms_content table.padRowH>tbody>tr {
        display: block;
        width: 100%;
    }

    .cms_content table.padRowH>tbody>tr>td {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.noRow>tbody>tr>td {
        xwidth: initial !important;
        display: table-cell;
    }
}

@media screen and (max-width: 769px) {
    .cms_content table.padRowV {
        display: block;
        position: relative;
    }

    .cms_content table.padRowV>tbody,
    .cms_content table.padRowV>tbody>tr {
        display: block;
        width: 100%;
    }

    .cms_content table.padRowV>tbody>tr>td {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.noRow>tbody>tr>td {
        xwidth: initial !important;
        display: table-cell;
    }
}

@media screen and (max-width: 520px) {
    .cms_content table.mRow {
        display: block;
        position: relative;
    }

    .cms_content table.mRow>tbody,
    .cms_content table.mRow>tbody>tr {
        display: block;
        width: 100%;
    }

    .cms_content table.mRow>tbody>tr>td {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.noRow>tbody>tr>td {
        xwidth: initial !important;
        display: table-cell;
    }
}

.sidemenu li a {
    padding-right: 20px;
}

.sidemenu li i.btnSubMenu {
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #d6c2e1;
}

@media screen and (min-width: 992px) {
    .mobile-menu .mobile_only {
        display: none !important;
    }

    .mobile-menu li .arrow {
        display: none;
    }

    /* .mobile-menu li.menu-item-has-children { position: relative; white-space: nowrap; } */
    .mobile-menu li.menu-item-has-children {
        position: relative;
    }

    .mobile-menu li.menu-item-has-children .sub-menu {
        white-space: nowrap;
        box-shadow: 2px 2px 5px silver;
    }

    .mobile-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
        white-space: normal;
    }
}

/*
@media (min-width: 992px)
{
    
    .nav_area ul li a:hover {
        background: none;
    }

    .nav_area ul li:hover > a {
        margin: 12px 5px;
        padding: 4px 2px 2px 2px;
        border-bottom: solid yellow 2px;
        background: none;
    }
    .nav_area ul li:hover .sub-menu {
        margin-left: -5px;
    }
    .nav_area > ul > li ul.sub-menu li a:hover {
        width: 100%;
        color: black;
        background: none;
        padding-left: 10px !important;
    }

    .nav_area ul li .sub-menu li:hover {
        background: white;
    }
    .nav_area ul li .sub-menu li:hover > a {
        margin: 0 8px 5px 8px;
        padding: 7px 2px 2px 2px;
        background: white;
        border-bottom: solid gold 2px;
        width: calc( 100% - 15px );
        padding-left: 0 !important;
    }
    .nav_area ul li .sub-menu li > a {
        margin: 0 8px 5px 8px;
        padding: 7px 2px 2px 2px;
        background: white;
        width: calc( 100% - 15px );
    }
}
*/

.products-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}