:root {
    --success: #39459b;
    --color2: #39459bbf;
}
.bg-success {
    background: #39459b !important;
}
.btn-outline-success {
    color: var(--success) !important;
    border-color: var(--success) !important;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: var(--success);
    border-color: var(--success);
}
.alert-success {
    border: 1px solid #2d6af65e !important;
    background-color: #3771f654 !important;
}
.btn-success {
    color: #fff;
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}
.btn-success:hover {
    color: #fff;
    background-color: var(--color2) !important;
    border-color: var(--color2) !important;
}
.price_value_symbol {
    font-family: sans-serif !important;
}

.price_list_default_desc {
    padding: 6px 0;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: block-axis;
    overflow: hidden;
    white-space: pre-line;
    word-break: break-word;
}

.price_list_default_desc p:last-child {
    margin-bottom: 0 !important;
}

.price_list_default_desc.top {
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
    top: -10px;
    padding-top: 0;
}

.price_list_default_desc.bottom {
    margin-bottom: 0;
}

.brand_price_list_title h2 {
    font-size: 20px;
    margin: 0;
}

.brand_price_list_title {margin-bottom: 12px;}

.brand_price_list_img {
    margin-bottom: 15px;
}

.brands_price_list_wrap {
    margin-bottom: 33px;
}

.pros_cons_wrapper {
    width: 50%;
    float: left;
    overflow: hidden;
}

.pros_title h3 {
    font-size: 18px;
    padding-left: 22px;
    color: #333;
    margin-bottom: 15px;
}

span.cons_dislike {
    color: red;
    margin-right: 10px;
}

span.pros_like {
    color: #8BC34A;
    margin-right: 10px;
}

ul.cons_list {
    list-style: none;
}

ul#product_tab_list {display: flex;padding-left: 0;list-style: none;}

.product_tab_wrap {
}

ul#product_tab_list li a {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid;
    text-align: center;
    border-right: none;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
}

ul#product_tab_list li {
    width: -webkit-fill-available;
}

ul#product_tab_list li:last-child a {
    border-right: 1px solid !important;
}

ul#product_tab_list li a:hover {
    background: var(--success);
    color: #fff;
    border: 1px solid var(--success);
    border-right: none;
}

/*ul.cons_list li:before {*/
/*  content: "\2022";*/
/*    color: red;*/
/*    font-weight: bold;*/
/*    display: inline-block;*/
/*    width: 1em;*/
/*    margin-left: -1em;*/
/*}*/

ul.cons_list li {
    font-size: 14px;
    color: #444;
    margin: 12px 0;
}

ul.pros_list {
    list-style: none;
}

ul.pros_list li {
    color: #444;
    font-size: 14px;
    margin: 12px 0;
}

/*ul.pros_list li:before {*/
/*    content: "\2022";*/
/*    color: #8BC34A;*/
/*    font-weight: bold;*/
/*    display: inline-block;*/
/*    width: 1em;*/
/*    margin-left: -1em;*/
/*}*/

.pros_title {
    margin-top: 12px;
}

/* FIXED NAVBAR */
/*.navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.fixed-top {
	width: 100%;
    top: -70px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
    position: fixed !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}*/

/* FIXED NAVBAR END */

::selection {
    background: var(--success);
    color: #ffffff;
}
img {
    width: 100%;
}
/* Anchor text Color */

a {
	color: var(--success);
}

a:hover {
	color: var(--color2);
}

/* Anchor text Color END */

/* Form Control Textbox */

.form-control:focus {
    border: 1px solid var(--success) !important;
    box-shadow: 0 0 0 0.2rem #3771f64d !important;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    cursor: not-allowed !important;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #3771f64d !important;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    background-color: var(--success);
    border-color: var(--success);
    color: #fff !important;
}

/* Form Control Textbox END */


/* Header Search Box */

.header_search_box {
    width: 100%;
    /*margin-left: 20px;*/
}

/* Header Search Box END */


/* Custom Navbar */

.navbar_mobile_list_title {
    background: var(--color2);
    padding: 5px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.navbar_mobile_list_title h3 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}


.navbar_mobile_list_title span {
    float: right;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.active_navbar_url_list span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

ul#mobile_link_list_ul_navbar {
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
    margin: 0;
}

ul#mobile_link_list_ul_navbar li a {
    padding: 5px 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color2);
    border-top: none;
}

ul#mobile_link_list_ul_navbar li a:hover {
    text-decoration: none;
}

.navbar_mobile_url_list {
    border-bottom: 1px solid #fff;
}

ul#reviews_list_ul_navbar {
    padding: 0;
    list-style: none;
    margin: 0;
}

.reivews_logo_navbar {
    width: 35%;
    float: left;
    margin-right: 8px;
}

.reviews_title_navbar h3 {
    font-size: 16px;
    margin: 0;
}

.reviews_title_navbar {
    width: calc(65% - 8px);
    float: right;
    height: 100%;
}

ul#reviews_list_ul_navbar li {
    padding: 0;
    border-bottom: 1px solid var(--color2);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.reviews_title_navbar h3 a:hover {
    text-decoration: none;
}

span.reviews_rate_for_navbar {
    color: var(--color2);
    font-size: 13px;
}

ul#advice_list_ul_navbar {
    padding: 0;
    list-style: none;
    margin: 0;
}

.advice_logo_navbar {
    width: 35%;
    float: left;
    margin-right: 8px;
}

.advice_title_navbar h3 {
    font-size: 16px;
    margin: 0;
}

.advice_title_navbar {
    width: calc(65% - 8px);
    float: right;
    height: 100%;
}

ul#advice_list_ul_navbar li {
    padding: 0;
    border-bottom: 1px solid var(--color2);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.advice_title_navbar h3 a:hover {
    text-decoration: none;
}

span.advice_rate_for_navbar {
    color: var(--color2);
    font-size: 13px;
}

/* Share It */

ul#share_it_list {
    padding: 0;
    /*list-style: none;*/
    /*display: flex;*/
    /*place-content: center;*/
    /*align-items: center;*/
    /*border: 1px solid var(--success);*/
    /*border-top: none;*/
    /* padding: 8px; */
}

.share_it_wrap_li {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    place-content: center;
    align-items: center;
    right: 15px;
}

ul#share_it_list li {
    display: inline-block;
}

ul#share_it_list li a {
    padding: 8px;
    margin: 0 4px;
    display: block;
    background: var(--success);
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    place-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
}

ul#share_it_list li a:hover {
    background: var(--color2);
}

/* Share It END */

/* Custom Navbar END */

/* Contact Us */

ul#contact_us_details_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#contact_us_details_ul li span {
    font-size: 25px;
    color: var(--success);
    width: 36px;
    height: 36px;
    display: flex;
    float: left;
    place-content: center;
    align-items: center;
    margin-right: 5px;
}

ul#contact_us_details_ul li {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: 18px;
    color: var(--success);
}

/* Contact Us END */

/* Ads Previews */

.ads_preview {
    height: 200px;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    border-radius: 2px;
    padding: 15px;
    display: flex;
    place-content: center;
    align-items: center;
}

.ads_preview span {
    color: #aaa;
    border: 1px solid #aaa;
    padding: 0 0.4ch!important;
    font-size: 11px!important;
    font-family: sans-serif!important;
    line-height: 1.1!important;
    border-radius: 2px;
}

/* Ads Preview END */

/* Pagination */

a.page-link:focus {
    border: 1px solid var(--success) !important;
    box-shadow: 0 0 0 0.2rem #3771f64d !important;
}

a.page-link {
    color: var(--success) !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background: var(--success);
    border-color: var(--success) !important;
}

/* Pagination */

/* Table Row Hover Effects */

table tbody tr:hover {
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    background: var(--color2);
}

.gsc-search-box tbody tr:hover {
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    background: transparent !important;
}

table tbody tr {
    -webkit-transition: all 1s !important;
    transition: all 1s !important;
}

table tbody tr:hover th, table tbody tr:hover td, table tbody tr:hover th a {
    color: #fff !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

table tbody tr:hover td a {
    color: #fff;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

table tbody tr th, table tbody tr td {
    -webkit-transition: all 1.5s !important;
    transition: all 1.5s !important;
}

/* Table Row Hover Effects END */

/* NAVBAR SEARCH START */

.btn-hover-green:hover {
    color: var(--success) !important;
}

.search_form_box {
    background: transparent !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.search_form_box:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,.5) !important;
}

.search_form_box::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.search_form_box:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search_form_box::placeholder {
  color: #fff;
}

/* NAVBAR SEARCH END */

/* HOME TABS */

nav > div a.nav-item.nav-link
{
  border: none;
  padding: 7px 18px;
  color:#fff;
  border-radius:0;
  -webkit-transition: background 0.20s linear;
  transition: background 0.20s linear;
  background: #000;
  border-bottom: 3px solid var(--success);
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: absolute;
  bottom: -27px;
  left: calc(50% - 12px);
  border: 12px solid #00000000;
  border-top-color: var(--success);
}

nav > div a.nav-item.nav-link:hover
{
  background: var(--success);
  color:#fff;
  border-radius:0;
  position: relative;
  border-bottom: 3px solid var(--success);
}

nav > div a.nav-item.nav-link.active {
    background: var(--success);
    color: #fff;
    position: relative;
    border-bottom: 3px solid var(--success);
}

.home-page-box {
    border: 1px solid var(--success);
    border-top: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

/* HOME TABS END */

/* HOME PRODUCT */

ul#product_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product_card {
    border: 1px solid var(--success);
    border-radius: 4px;
    /* overflow: hidden; */
    margin: 30px 0;
    /* padding: 8px; */
    margin-top: 0;
}

.top_details {
    display: flex;
    position: relative;
    margin-bottom: 5px;
    /* background: var(--success); */
    padding: 8px;
    box-shadow: 0 2px 2px rgba(0,90,250,0.05), 0 4px 4px rgba(0,90,250,0.05), 0 8px 8px rgba(0,90,250,0.05), 0 16px 16px rgba(0,90,250,0.05);
    flex-wrap: wrap;
}

.product_login_face {
    width: 100%;
}

span.product_header_creator_name {
    margin: 0 !important;
    color: var(--success);
}

.product_login_face span {
    margin: 0 5px;
}

.product_price_show {
    position: relative;
    width: 100%;
}

.product_img {
    width: 40%;
    float: left;
    height: 100%;
    background: #fff;
    border-radius: 7px;
    /* border: 1px solid red; */
    padding: 5px;
    /* overflow: hidden; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.product_home_ratings {
    right: initial !important;
    bottom: -13px;
    /*left: calc(50% - 53.69px);*/
    text-align: center;
    width: 100% !important;
    font-size: 13px !important;
}

.product_img:hover {
    box-shadow: 1px 0px 12px 0px var(--color2);
}

.product_img img {
    width: 100%;
}

.product_highlight_details {
    float: left;
    width: 60%;
}

li.product_tool {
    display: flex;
}

.product_tool_dls h4 {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #6c757d;
    margin: 0;
    padding-bottom: 1px;
    color: var(--success);
    /* color: #6c757d; */
}

.top_details h2 {
    margin: 0;
    font-size: 22px;
    color: var(--success);
}

.top_details h2 a {
    color: var(--success);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /* color: #fff; */
}

.top_details h2 a:hover {
    text-decoration: none;
}

.top_details h2 a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid var(--success);
}

.top_details h2 a:hover:after {
    left: 0;
    width: 100%;
}

.product_price_list {
    position: absolute;
    top: 28px;
    background: var(--success);
    width: 100%;
    /* border-radius: 4px; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 3;
    /* border: 1px solid #fff; */
    box-shadow: 0px 0px 5px #000000ad;
}

.product_price_show h3 {
    font-family: arial;
    font-weight: bold;
    /* color: var(--success); */
    cursor: text;
    /* color: #fff; */
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 18px;
    color: var(--color2);
}

.product_price_show h3 span {
    position: relative;
    margin-left: 2px;
    cursor: pointer;
    margin-right: 5px;
}

.product_price_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#price_list_ul li {
    border-bottom: 1px solid #fff;
    font-family: arial;
    color: #fff;
    padding: 3px 10px;
    cursor: default;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul#price_list_ul li:nth-last-child(1) {
    border: none !important;
}

ul#price_list_ul li:hover {
    padding-left: 20px;
}

.product_price_show:hover h3 ~ .product_price_list {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

ul#product_highlight_list {
    list-style: none;
    padding: 0;
    padding-left: 12px;
}

ul#product_highlight_list li {
    /* background: var(--color2); */
    margin: 7px 0px;
    padding: 0px;
    color: #444;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: var(--color2);
    border: 1px solid var(--success);
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0,90,250,0.05), 0 4px 4px rgba(0,90,250,0.05), 0 8px 8px rgba(0,90,250,0.05), 0 16px 16px rgba(0,90,250,0.05);
    font-size: 13px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 25px;
}

ul#product_highlight_list li span {
    float: left;
    width: 12%;
    display: flex;
    place-content: center;
    align-items: center;
    height: 100%;
    padding: 4px;
    margin-right: 6px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

ul#product_highlight_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 12%;
	background: var(--success);
	/* background: var(--color2); */
	height: 100%;
	z-index: -1;
	/* border-top-right-radius: 100px; */
	/* border-bottom-right-radius: 100px; */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

ul#product_highlight_list li:hover:before {
    width: 0;
    /* opacity: 0; */
    /* border-top-right-radius: 100px; */
    /* border-bottom-right-radius: 100px; */
}

.middile_details {
    /* overflow: hidden; */
    display: flex;
    place-content: center;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 5px;
}

.bottom_details {
    display: flex;
    overflow: hidden;
    padding: 3px 8px;
    border-top: 1px solid var(--success);
}

.product_tool {
    display: inline-flex;
    width: 100%;
}

.product_tool_dls {
    display: grid;
    width: 33.333333333%;
    place-content: center;
    align-items: center;
}

.product_tool_dls a {
	font-size: 15px;
	color: #6c757d;
}

ul#product_highlight_list li:hover span {
    color: #000;
}

ul#product_highlight_list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: var(--success);
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* border-top-left-radius: 100px; */
    /* border-bottom-left-radius: 100px; */
}

ul#product_highlight_list li:hover:after {
    width: 88%;
    /* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
}

ul#product_highlight_list li:hover {
    color: #fff;
}

.custom-control.custom-checkbox {
    display: flex;
    place-content: center;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    cursor: pointer !important;
    top: 3px;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 3px;
    cursor: pointer;
}

.custom-control-label {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.custom-control-input:checked~.custom-control-label::before {
    background: var(--success) !important;
    border-color: var(--success) !important;
    background-color: var(--success) !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--success);
}

/* HOME PRODUCT END */

/* Price List Table */

.product_price_list_wrapper {
    display: block;
    overflow: hidden;
    /* border: 1px solid #ddd; */
    border-top: none;
    margin-top: 1rem!important;
}

.title {
    background: var(--success);
    padding: 7px;
}

.title h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

table#product_price_list_table {
    width: 100%;
    border-collapse: collapse;
    font-weight: bold;
}

table#product_price_list_table th, table#product_price_list_table td {
    border: 1px solid var(--success);
    padding: 3px 8px;
    font-size: 14px;
    color: #444;
}

table#product_price_list_table td a {
    color: #444;
}

table tbody tr:hover td a {
    color: #fff !important;
}

.custom_price_list_table td a {
    font-weight: bold;
}

.custom_price_list_table thead {
  background: #03a9f4;
}
.custom_price_list_table thead th {
  color: #fff!important;
}

.pricelist_pagination {
    background: #fff !important;
}

.pricelist_pagination ul {
    margin: 0 !important;
}

table#product_price_list_table td:nth-child(2) {
    font-family: arial;
}

table#product_price_list_table tr {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* Price List Table END */

/* Home Description */

.home_footer_description_wrapper {
    border: 1px solid var(--success);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: block-axis;
    overflow: hidden;
    white-space: pre-line;
    word-break: break-word;
}

.home_footer_description_wrapper p:last-child {
    margin-bottom: 0 !important;
}

/* Home Description END */

/* Product Filter */

.product_filter_middleL {
    border: 1px solid var(--success);
    border-top: none;
    padding: 3px 6px;
}

.product_filter_title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

.product_filter_title {
    padding: 3px 6px;
    box-shadow: 0px 0px 4px #00000087;
    border-radius: 3px;
    position: relative;
    background: #03a9f4;
    color: #fff;
    border: 1px solid #078fcd;
}

ul#product_filter_tab_list {
    padding: 3px 0px;
    /* box-shadow: 0px 0px 4px #00000087; */
    border-radius: 3px;
    list-style: none;
    margin-top: 7px;
    border: 1px solid var(--success);
    height: 128px;
    /* overflow: hidden; */
    overflow-y: auto;
    border: 1px solid #ddd;
    position: relative;
}

ul#product_filter_tab_list li div {
    place-content: flex-start;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul#product_filter_tab_list li {
    border-bottom: 1px solid var(--success);
    padding: 3px 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: arial;
    font-weight: 200;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul#product_filter_tab_list li div:hover {
    padding-left: 35px;
}

ul#product_filter_tab_list li div label {
    cursor: pointer;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    color: #555;
}

.product_filter_title::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 10px;
	width: 20px;
	height: 20px;
	border: 12px solid #00000000;
	border-bottom-color: #ccc;
}

ul#product_filter_tab_list li div label:before {
    top: 0 !important;
    background-color: #fff;
    border: #adb5bd solid 1px;
}

ul#product_filter_tab_list li div label:after {
    top: 0 !important;
}

.filter_clear_button {
    position: absolute;
    right: 1px;
    top: 0;
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--success);
    outline: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.filter_clear_button:hover {
    color: var(--color2);
}

.all_filter_clear_button {
    position: absolute;
    right: 8px;
    top: 3.5px;
    padding: 2px 4px;
    font-size: 14px;
    display: none;
}

/* Product Filter END */

/* Breadcrumb */

.breadcrumb li::before {
    color: #c1c2c3 !important;
    font-size: 14px;
}

li.breadcrumb-item.active {color: #727374 !important;font-size: 14px;display: flex;place-content: center;align-items: center;}

li.breadcrumb-item a {
    color: #444;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.5;
}

li.breadcrumb-item a:hover {
    color: var(--success);
    text-decoration: none;
}

.breadcrumb {
    border: 1px solid #2d6af65e;
    color: #155724;
    background-color: #d4edda;
    background-color: #3771f654;
    position: relative;
}

/* Breadcrumb END */

/* Product View */

span.product_view_discount {
    cursor: text !important;
    opacity: 0.6;
    text-decoration: line-through;
    position: relative;
    left: 5px;
    margin-right: 0 !important;
    font-size: 16px;
}

li.product_view_highlight_specs {
    height: 40px !important;
}

.product_view_header .product_card {
    border-color: var(--success);
    border-radius: 0;
    margin-bottom: 15px;
}

.product_view_top_details {
    background: #fff !important;
    display: block;
    padding: 8px 12px;
}

.product_view_top_details h2 {
    color: var(--success) !important;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
}

.product_view_top_details .product_price_show {
    top: 10px;
    right: 12px !important;
}

.product_view_top_details .product_price_show h3 {
    color: var(--success);
    font-size: 30px;
    font-weight: bold;
}

.product_view_tool_details {
    display: flex;
    padding: 2px 0;
    padding-top: 5px;
}

.p_v_1 {
    margin-right: 20px;
    font-size: 15px;
    color: #6c757d;
}

.p_v_1 a {
    color: #6c757d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.p_v_1 a:hover {
    color: var(--success);
    text-decoration: none;
}

.p_v_1 div {
    display: flex;
    align-items: center;
    place-content: center;
}

.product_view_rating_snippets {
	position: absolute;
	right: 12px;
	color: #6c757d;
	font-size: 15px;
	display: inline-flex;
}

.product_view__img {
    width: 45%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 !important;
    overflow: hidden !important;
}

.animated_img:hover img {
    /*filter: grayscale(100%);*/
}

.product_view_middile_details {
    place-content: flex-start;
    padding-right: 0 !important;
}

.product_view_middile_details .product_highlight_details {
    width: 55%;
}

.product_view_middile_details .product_highlight_details ul li {padding: 6px 0px 6px 0 !important;display: inline-flex;width: 100%;margin: 0 !important;margin-bottom: 7px !important;align-items: center;}

.product_view__img img {
    padding: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product_view_middile_details .product_highlight_details ul li span {
    font-size: 18px !important;
}

.product_view_middile_details .product_highlight_details ul li:nth-child(1) {
    margin-top: 7px !important;
}

.product_view_middile_details .product_highlight_details ul {
    margin: 0 !important;
}

.product_view_middile_details .product_highlight_details ul li strong {
    margin-right: 4px;
}

.animated_img {
    display: flex;
    place-content: flex-end;
    position: relative;
    left: 0;
}

.animated_img:hover {
    /*left: 100%;*/
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none !important;
    font-size: 30px;
    color: var(--success);
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
}

.product_view_table_wrapper {
    border: 1px solid var(--success);
    border-top: none;
    padding: 10px;
}

.product_view_title h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.product_view_title {
    padding: 8px;
    /* box-shadow: 0px 0px 4px #00000087; */
    border-radius: .25rem;
    background: #28a74538;
    padding-left: 6px;
    /* margin-top: 10px; */
    margin-bottom: 1px;
    background: var(--color2);
    position: relative;
}

.product_view_card_table {
    /* border: 1px solid #ddd; */
    /* padding: 2px 12px; */
    position: relative;
    /* box-shadow: 0px 0px 6px 1px #00ff3ac9; */
    /* border-radius: 3px; */
    top: 5px;
}

table#product_spec_table th {
    width: 33% !important;
}

.product_view_card_table:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 10px;
    width: 20px;
    height: 20px;
    border: 12px solid #00000000;
    border-bottom-color: var(--color2);
}

table#product_spec_table {
    border-collapse: collapse;
    width: 100%;
}

table#product_spec_table tr {
    transition: all 0.3s;
    transition: all 0.3s;
}

table#product_spec_table th, table#product_spec_table td {
    border: 1px solid var(--success);
    padding: 5px 7px;
    font-size: 14px;
    color: #727374;
    color: #444;
}

/* Product View Header Extra Price */

.product_view_bottom_header {
    display: flex;
    place-content: center;
    align-items: center;
    width: 100%;
}

ul#extra_price_list_ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
    box-shadow: 2px 2px 8px 0px #00000059;
    border-radius: 4px;
}

ul#extra_price_list_ul li {
    display: inline-block;
    width: calc(50% - 6px);
    float: left;
    padding: 7px;
    background: #03a9f4;
    border: 1px solid #078fcd;
    margin: 3px;
    color: #444;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-family: Roboto;
}

.price_extra_list {
    padding: 0 8px;
    /*padding-right: 0;*/
    padding-bottom: 8px;
    width: 100%;
}

ul#extra_price_list_ul li span {
    font-family: arial;
}

.product_view_description_auto {
    padding: 0 8px;
    padding-right: 0;
    padding-bottom: 8px;
}

.product_view_desc_title h3 {
    font-size: 21px;
    color: #444;
    margin-bottom: 2px;
}

.product_view_desc_title p {
    color: #444;
    font-size: 14px;
}

.product_view_card {
    margin-bottom: 25px;
    /* overflow: hidden; */
}

.product_view_ratings label {
    margin: 0 !important;
    font-size: 28px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rating_stars {
    display: flex;
    place-content: center;
    align-items: center;
    height: 22px !important;
}

span.product_spec_icon {
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 20px;
    color: #fff;
}

span.product_view_product_edit {
    font-size: 16px;
}

.product_highlight_spec {
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_view_ratings {
    height: 44px !important;
    overflow: hidden;
    padding: 0 !important;
}

.rating_stars:after {
    content: " \007C";
    font-size: 16px;
    margin: 0 5px;
    margin-left: 1px;
    
}

/* Product View Similar Product */

.similar_product_ul {
    padding: 0;
    list-style: none;
}

.similar_product_img {
    width: 100%;
    margin: auto;
}

.product_similar {
    padding: 8px;
    border: 1px solid var(--success);
    border-radius: 4px;
}

.similar_product_label h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px;
}

.similar_product_label {
    margin: 6px 0;
}

.similar_product_label span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    color: var(--color2);
}

.similar_product_icon {
    color: var(--success);
    font-size: 33px;
    position: relative;
}

.similar_product_left_right {
    width: 5% !important;
}

.similar_product_ul li:last-child {
    display: none;
}

/* Product View END */

/* Rating Star */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: var(--success);    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: var(--color2);  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: var(--color2);
}

/* Rating Star END */

/* Brands */

ul#brand_list_navbar {
    list-style: none;
    padding: 0;
}

.brands_list {
    /* border: 1px solid var(--success); */
    /* border-top: none; */
    /* padding: 5px 10px; */
    /* margin: 5px 10px; */
    border: 1px solid var(--success);
    padding: 7px 0;
    /* margin-bottom: 15px; */
    padding-bottom: 0;
    border-top: none;
}

.brand_link_list {
    display: flex;
    place-content: center;
    align-items: center;
}

.brand_link_list a {
    margin: 0 8px;
    color: #004085;
    position: relative;
}

.brand_link_list a:after {
    content: "\2758";
    position: absolute;
    right: -10px;
    top: -7px;
    color: var(--success);
    font-size: 24px;
}

.brand_link_list a:last-child:after {
    display: none;
}

.brands_wrapper {
    /* border: 1px solid var(--success); */
    /* border-top: none; */
}

.brands_sorting {
    border-bottom: 1px solid var(--success);
    padding: 0 16px;
}

.brands_sorting h3 {
    font-size: 30px;
    color: #555;
    font-weight: bold;
}

ul#brands_list_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 10px;
}

ul#brands_list_ul li {
    display: inline-block;
    width: 10%;
    /* margin-right: 12px; */
    margin-bottom: 30px;
}

.brands_tab {
    border: 1px solid var(--success);
    border-radius: 4px;
    overflow: hidden;
}

.brands_img img {
    width: 100%;
    height: auto;
}

.brands_name h4 a {
	color: #444;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	width: 100%;
	padding: 6px 0;
}

.brands_name h4 {
    text-align: center;
    font-size: 16px;
    border-top: 1px solid var(--success);
    margin: 0;
}

.brands_name h4 a:hover {
    color: var(--success);
    text-decoration: none;
}

.brands_name {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.brands_tab:hover .brands_img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.brands_img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.brands_tab:hover .brands_name {
    background: var(--success);
}

.brands_tab:hover .brands_name h4 a {
    color: #fff;
}

/* Brands END */

/* Showrooms */

table#showrooms_list_table {
    width: 100%;
    border-collapse: collapse;
}

table#showrooms_list_table th, table#showrooms_list_table td {
    border: 1px solid var(--success);
    padding: 5px 8px;
    font-size: 14px;
    color: #444;
}

table#showrooms_list_table thead th {
    text-align: center;
    font-size: 15px;
}

table#showrooms_list_table td:nth-last-child(1) {
    text-align: center;
}

table#showrooms_list_table td:nth-last-child(1) a {
    color: #444;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

table#showrooms_list_table td:nth-last-child(1) a:hover {
    color: #000;
    /* text-decoration: none; */
}

.showrooms_details_tbody th, .showrooms_details_tbody td {
    padding: 8px !important;
    text-align: left !important;
}

.showrooms_details_tbody th {
    width: 30% !important;
}

.showrooms_selector.mt-3 {
    position: relative;
}

.showrooms_selector_table_wrapper1 {margin-top: 8px;}

.showrooms_dropdown_menu a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.showrooms_dropdown_menu a:hover {
    background: #3771f64d;
}

.showrooms_dropdown_menu a:active {
    background: var(--success);
}

.showrooms_selector_table_wrapper1 .btn-group {
    width: 100%;
}

.showrooms_dropdown_menu {
    width: 100% !important;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.showrooms_selector_table_wrapper2 {
    border: 1px solid var(--success);
    border-top: none;
    padding: 8px 12px;
}

.showroom_form_field label {
	color: var(--success);
	font-size: 15px;
    font-weight: bold;
}

.showroom_submit_btn {
    width: 100%;
}

.showroom_form_field input, .showroom_form_field select {
    font-size: 14px;
}

/* Showrooms END */

/* Compare */

.active_compare input {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.active_compare {
    position: relative;
    margin: 0;
}

.active_compare .comapare_product_close {
    position: absolute;
    right: 10px;
    bottom: 9.5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    place-content: center;
    cursor: pointer;
    color: var(--success);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.active_compare .comapare_product_close:hover {
    color: var(--color2);
}

.compare_box {
    border: 1px solid var(--success);
    border-top: none;
    padding: 12px;
    overflow: hidden;
}

.compare_product_img {
    width: 100% !important;
}

.compare_product {
    margin-top: 15px;
}

.compare_product_name {
    position: absolute;
    overflow: hidden;
    bottom: -40px;
    width: 100%;
    left: 0;
    text-align: center;
}

.compare_product_name h4 {
    font-size: 22px;
}

.compare_product_name h4 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.compare_product_name h4 a:hover {
    color: var(--color2);
    text-decoration: none;
}

.compare_product_specs {
    padding-top: 50px;
    overflow: hidden;
}

.compare_product_specs .product_view_table_wrapper {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.compare_product_specs .product_view_card:nth-last-child(1) {
    margin: 0;
}

.check_icon_product_specs {
    color: var(--success);
    margin-right: 5px;
    font-size: 14px;
}

.check_icon_product_specs_red {
    color: var(--red);
    margin-right: 5px;
    font-size: 14px;
}

.compare_table td {
    width: 40% !important;
}

.compare_mobile_list {
    height: 250px;
    overflow-y: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}

.compare_mobile_list button:hover {
    background: #28fd597d;
}

.compare_mobile_list button:active, .compare_mobile_list button:focus {
    background: var(--success);
    color: #fff;
}

.compare_mobile_list button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Compare Balancing Global */

.compare_balancing_wrapper {
    position: fixed;
    display: flex;
    right: 0;
    height: 100vh;
    top: 0;
    z-index: 3;
    right: -300px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.balancing_product_list {width: 300px;overflow: hidden;background: #fff;border-left: 1px solid var(--success);-webkit-transition: all 0.25s;transition: all 0.25s;}

.compare_product_img_global img {
    width: 100%;
    height: auto;
}

.compare_product_img_global {
    float: left;
    width: 25%;
    margin-right: 6px;
}

ul#compare_product_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 6px 12px;
    overflow-y: auto;
    height: calc(100vh - 52px)
}
.compare_product_name_price_global h3 {
    font-size: 14px;
}

.compare_product_name_price_global {
    width: 100%;
}

ul#compare_product_ul li {
    overflow: hidden;
    margin: 8px 0;
    border: 1px solid #ddd;
    padding: 5px
20px 5px 5px;
    position: relative;
}

ul#compare_product_ul li:nth-last-child(1) {
}

.balancing_btn {
    position: relative;
    top: calc(50% - 25px);
    left: 1px;
    height: 50px;
    width: 50px;
    border: 1px solid var(--success);
    border-right: none;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    place-content: center;
    align-items: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 9999999999999999;
    position: absolute;
    left: -49px;
}

.balancing_product_list_title {
    border-bottom: 1px solid var(--success);
    padding: 15px 10px;
}

.balancing_product_list_title h2 {
    margin: 0;
    font-size: 18px;
    padding: 0;
    color: #444;
}

.compare_product_name_price_global h3 a {
    color: #444;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.compare_product_name_price_global h3 a:hover {
    color: var(--success);
    text-decoration: none;
}

.compare_product_name_price_global h4 {
    font-family: arial;
    font-size: 13px;
    color: var(--success);
    position: relative;
    top: -4px;
}

.compare_balancing_button {
    border: none !important;
    padding: 0 !important;
    width: 100%;
    overflow: visible !important;
}

.compare_balancing_button a {
    width: 100%;
}

.balancing_btn button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 22px;
    outline: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
}

.balancing_btn button:hover {
    color: var(--success);
}

.global_compare_close {
    position: absolute;
    right: 5px;
    top: 3px;
}

.global_compare_close span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    place-content: center;
    cursor: pointer;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.global_compare_close span:hover {
    color: var(--success);
}

.active_compare_global {
    right: 0 !important;
    z-index: 1000000001;
}

/*.navbar {
    z-index: 1000000000;
}*/

.active_compare_global 
 .balancing_product_list {
    box-shadow: -3px 0px 16px #0000005c;
}

.active_compare_global .balancing_btn {
    box-shadow: -5px 0px 14px -1px #00000052;
}

/* Compare Balancing Global END */

/* Latest Compare */

.compare_list_img {
    width: 100%;
    height: 100%;
}

.compare_list_img img {
    width: 100%;
    height: 100%;
}

.compare_list_item {
    height: 100%;
    position: relative;
    top: 0;
    z-index: 2;
}

.compare_list_title h4 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.compare_list_title {
    margin-top: 5px;
}

.compare_list_item:after {
    content: "vs";
    position: absolute;
    right: -12.5px;
    color: #fff;
    background: var(--success);
    display: inline-flex;
    place-content: center;
    /* align-items: center; */
    text-align: center;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    top: calc(50% - 15.5px);
    transform: scale(.8);
}

.compare_list_item:last-child:after {
    content: "";
    display: none !important;
}

.compare_list_item:last-child:before {
    content: "";
    display: none !important;
}

.compare_list_item:before {
    content: "";
    position: absolute;
    width: 50%;
    right: -25%;
    background: var(--success);
    height: 1px;
    top: calc(50% - 2px);
    z-index: -1;
}

ul#compare_list li a {
    background: #EFEFEF;
    width: auto;
    display: inline-block;
    display: flex;
    place-content: center;
    align-items: center;
}

ul#compare_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#compare_list li {
    margin: 0;
    background: #EFEFEF;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #0000002e;
}

ul#compare_list li a span {
    font-weight: 600;
    color: var(--color2);
}

/* Latest Compare END */

/* Compare END */

/* Blog */

.blog_img img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

ul#blog_list_item {
    list-style: none;
    padding: 0;
}

ul#blog_list_item li {
    margin: 15px 0;
}

.blog_item_content h4 {
    font-size: 15px;
    margin: 0;
}

.blog_item_content span {
    font-size: 13px;
    color: #6c757d;
}

.blog_img {
    margin-bottom: 12px;
    background: #000;
    position: relative;
}

.blog_item_content h4 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog_item_content h4 a:hover {
    color: var(--color2);
    text-decoration: none;
}

.blog_img img:hover {
    opacity: 0.85;
}

span.blog_img_hover1:after {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 90%;
    z-index: 1;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

span.blog_img_hover1:before {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 90%;
    z-index: 1;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

span.blog_img_hover2:before {
    content: "";
    position: absolute;
    left: 17.5px;
    top: 6%;
    height: 88%;
    width: 1px;
    background: #fff;
    z-index: 1;
    top: 50%;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

span.blog_img_hover2:after {
    content: "";
    position: absolute;
    right: 17.5px;
    top: 6%;
    height: 88%;
    width: 1px;
    background: #fff;
    z-index: 1;
    top: 50%;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog_img:hover .blog_img_hover2:before, .blog_img:hover .blog_img_hover2:after {
    height: 88%;
    top: 6%;
}

.blog_img:hover .blog_img_hover1:before, .blog_img:hover .blog_img_hover1:after {
    width: 90%;
    left: 5%;
}

.blog_like_dislike_counts {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg,#000000,rgb(0, 0, 0) 30%,rgba(0, 0, 0, 0));
    width: 100%;
    display: flex;
    place-content: flex-start;
    align-items: center;
    padding: 6px 12px;
    z-index: 1;
}

.blog_dislike_counts {
    color: #fff;
    font-size: 15px;
}

.blog_like_counts {
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}

.blog_post_wrapper {
    display: block;
    overflow: hidden;
}

.blog_post_header_wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog_post_header_img img {
    width: 100%;
    height: auto;
}

.blog_post_header_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background: linear-gradient(0deg,#000000,rgb(0, 0, 0) 30%,rgba(0, 0, 0, 0));
}

.blog_post_header_title h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 500;
    background-color: rebeccapurple;
    line-height: 1.5;
}

.blog_post_header_title span {
    color: #bfbbbb;
    font-size: 14px;
}

.blog_like_btn {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.blog_like_btn button {
    padding: 3px 8px;
    margin: 0 5px;
    font-size: 13px;
}

.blog_post_details {
    color: #444;
    font-size: 14px;
    border: 1px solid var(--success);
    border-top: 0;
    padding: 12px;
}

/* Blog END */

/* News */

ul#news_list_ul {
    padding: 0;
    list-style: none;
}

.news_header {
    overflow: hidden;
    margin-bottom: 8px;
}

.news_header h2 {
    font-size: 26px;
    margin: 0;
}

ul#news_list_ul li {
    margin: 10px 0;
}

.news_header h2 a {
    transition: all 0.3s;
    transition: all 0.3s;
}

.news_header h2 a:hover {
    color: var(--color2);
    text-decoration: none;
}

.news_header span {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.news_content {
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--success);
    padding-bottom: 8px;
}

.news_img {
    width: calc(45% - 16px);
    margin-right: 16px;
}

.news_img img {
    width: 100%;
}

span.news_like_counts {color: var(--success);font-size: 16px;margin: 0 5px;margin-right: 2px;}

span.news_dislike_counts {
    color: var(--red);
    font-size: 16px;
    margin: 0 7px;
    margin-right: 2px;
}

span.news_like_dislike_counts {
    font-size: 16px;
    margin-left: 2px;
    margin-right: 4px;
}

.news_desc_btn {
    width: 55%;
}

.news_desc {
    font-size: 14px;
    color: #555;
    position: relative;
    top: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
}

.news_read_btn {
    position: relative;
    bottom: 0;
    margin-top: 8px;
}

/* News Post */

.news_post_img {
    margin: 15px 0;
    display: flex;
    place-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.news_post_img img {
    width: 100%;
}

.news_post {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.news_like_btn {
    position: absolute;
    right: 0;
    background: linear-gradient(0deg,#000000,rgb(0, 0, 0) 30%,rgba(0, 0, 0, 0));
    padding: 12px;
    bottom: 0;
    width: 100%;
}

.news_like_btn button {margin: 0 5px;}

/* News Post */

/* News END */

/* Comments */

.panel-heading {
    padding: 10px 15px;
    color: #155724;
    background-color: var(--success);
    border-bottom: 1px solid var(--success);
    color: #fff;
}

.comment-wrapper {
    margin-top: 15px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid var(--success);
}

.panel-body hr {margin: 0;}

.comment_textbox_section button {
    float: right;
    margin-top: 15px;
}

.comment_textbox_section {
    overflow: hidden;
    padding: 15px;
}

span.comments_profile_pic {
    width: 65px;
    height: 65px !important;
    font-size: 60px;
    display: flex;
    place-content: center;
    align-items: center;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 100%;
    color: var(--success);
    overflow: hidden;
    margin-right: 15px;
}

span.comments_profile_pic svg {
    position: relative;
    top: 6px;
}

.media-body .text-muted.pull-right {
    float: right;
    color: #777 !important;
}

.media-body p {
    font-size: 14px;
    color: #444;
    margin: 0;
    word-break: break-word;
}

ul.media-list li.media {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

ul.media-list li:nth-last-child(1) {
    margin: 0 !important;
}

ul.media-list {
    padding: 0;
    margin: 0;
    padding: 15px;
}

.comment_textbox_section .row .col-6 {
    margin-bottom: 15px;
}

.comments_selection {
    width: 30%
    ;display: block;
    width: 30%;
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
}

/* Comments END */

/* Review */

span.reviews_rating_star_counts {
    margin: 0 3px;
    margin-right: 1px;
    font-size: 16px;
    color: var(--success);
}

/* Review Post */

.review_comments_counts a {
    color: #fff;
    text-decoration: none !important;
}

.review_top_header {
    position: relative;
    overflow: hidden;
}

.review_title {
    position: absolute;
    bottom: 60px;
    width: 95%;
    padding-left: 10px;
}

.review_post_wrapper {
    position: relative;
    overflow: hidden;
}

.review_title h3 {
    position: relative;
    color: #fff;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 5px;
    display: inline;
    background: url(/assets/img/pattern-diag-dark-33.png);
    text-shadow: 1px 1px 2px rgba(0,0,0,.8);
    font-size: 40px;
}

.review_datee {position: absolute;top: 0;width: 100%;border-bottom: 1px solid hsla(0,0%,100%,.2);border-top: none;height: 45px;padding: 8px 19px;font-size: 16px;z-index: 4;line-height: 24px;text-transform: uppercase;right: 0;color: #fff;text-shadow: 1px 1px 1px rgba(0,0,0,.4);}

.review_datee:after {
    content: "";
    height: 45px;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    border-top: none;
    background-image: none!important;
    background-color: Rgba(0,0,0,.2);
    filter: blur(5px);
    transform: translateZ(0);
    overflow: hidden;
    padding-right: 1px;
    background-position: 0 0;
    position: absolute;
    top: 0;
    width: 99.9%;
    left: 0;
    z-index: -1;
}

.review_bottom_details:after {
    content: "";
    height: 100%;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    border-top: none;
    background-image: none!important;
    background-color: rgba(0, 0, 0, 0.39);
    background-position: 0 0;
    position: absolute;
    top: 0;
    width: 99.9%;
    left: 0;
    filter: blur(5px);
    transform: translateZ(0);
    overflow: hidden;
    padding-right: 1px;
    z-index: -1;
}

.review_bottom_details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid hsla(0,0%,100%,.2);
    height: 45px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.review_ratings_count_all {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.review_bottom_right {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    place-content: flex-end;
}


.review_real_phone {
    height: 100%;
}

.review_real_phone a {
    display: flex;
    height: 100%;
    place-content: center;
    align-items: center;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.review_real_phone a:hover {
    background: var(--success);
    text-decoration: none;
}

.review_comments_counts {
    display: flex;
    height: 100%;
    place-content: center;
    align-items: center;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.review_comments_counts:hover {
    background: var(--success);
}

.review_real_phone a span {
    font-size: 21px;
    margin-right: 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.review_post_wrapper img {
    width: 100%;
}

.review_comments_counts span {
    font-size: 19px;
    margin-right: 5px;
}

.review_post_desc {
    margin-top: 15px;
    font-size: 14px;
    color: #444;
}

/* Review END */

/* Footer Design */
ul#social_list li {
    display: inline-block;
    margin: 0 4px;
}

.footer_top {
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
    height: 50px;
    display: flex;
    place-content: center;
    align-items: center;
}

.footer_top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 0;
}

.footer_desc {
    background: var(--success);
    width: auto;
    float: left;
    z-index: 14;
    position: relative;
    color: #fff;
    padding: 0 12px;
    height: 50px;
    display: flex;
    align-items: center;
    place-content: center;
    font-size: 14px;
}

.footer_desc a {
    color: #fff;
    margin: 0 5px;
}

.footer_social_list {
    width: auto;
    background: var(--success);
    float: right;
    position: absolute;
    padding: 0 12px;
    height: 50px;
    display: flex;
    place-content: center;
    align-items: center;
    top: 35px;
    z-index: 11111111;
}

ul#social_list li a {
    width: 32px;
    height: 30px;
    display: flex;
    place-content: center;
    align-items: center;
    font-size: 14px;
}

ul#social_list {
    padding: 0;
    display: flex;
    place-content: center;
    align-items: center;
    margin: 0;
    list-style: none;
}

ul#social_list li:first-child {
    margin-left: 0 !important;
}

ul#social_list li:last-child {
    margin-right: 0 !important;
}

.footer_copyright {
    color: #fff;
    float: left;
    font-size: 15px;
}

.footer_bottom {
    padding-bottom: 12px;
    overflow: hidden;
    padding-top: 5px;
}

ul#footer_link_list {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul#footer_link_list li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

ul#footer_link_list li a {
    color: #fff;
    font-size: 15px;
}

.footer_link {
    float: right;
}

ul#footer_link_list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #ccc;
}

.footer_desc p {
    margin: 0 !important;
}

/* Footer Design END */

