#mxcpr {
		display: none;
}


/*  FORM styling  MODAL  */

.white-popup-td {
    position: relative;
    background: #FFF;
    padding: 2rem 1rem 1rem 1rem;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.mfp-close-btn-in .mfp-close {
    background-color: #a96363;
}


/*   END   */

#mod-text-td a {
	color: #cc000d;
}

#mod-text-td a:hover:before {
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ff242a;
    bottom: 4px!important;
    right: calc(50% - 30px);	
}

#mod-text-td hover::before {
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ff242a;
    bottom: 4px!important;
    right: calc(50% - 30px);	
}

.mod-text-td a:hover::before {
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ff242a;
    bottom: 4px!important;
    right: calc(50% - 30px);
	}
	
	.ccon-wrapper {
	width: 86%;
	display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.ccon-wrapper-char {
	display: flex;
    flex-wrap: nowrap;
    column-gap: 0.7rem;
    justify-content: flex-start;
    align-items: center;
    /* border: 1px solid #eee;*/
    padding: 4px 10px;
}

.ccon-list-pr {
	width: 1.2rem;
}

.ccon-pr {
	
}

.js-prod_name {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
	color: #222222;
}	

.icon_godv {
	opacity: .6;
    font-size: 50%;
    position: relative;
    top: -5px;
    margin-left: 1rem;
    font-weight: 400;
    background-color: #a3a3a3;
    color: white;
    padding: 2px 6px;
	display: inline-flex;
}

.js-prod_price {
	font-size: 1.2em;
    font-weight: 400;
	margin-top: 1rem;
}

.js-old_price {
	
}

#block_price {
	font-size: 24px!important;
    color: #cc000d!important;
    font-weight: 700!important;
}


.jshop .product_label {
    margin-left: 0px;
    margin-top: 0px;
    z-index: 5;
}

/* Icon styles -- Product LIST */
.icon-list {
	width: 1rem;
    float: left;
    margin-left: 0.8rem;
	margin-top:0.25rem;
}

.icon-list-r {
    margin-left: 0.9rem;
}
.icon-list-e {
    margin-left: 0.87rem;
}	

.ccon-list {
	width: 26px;
}

.ccon-list-pr {
	width: 1.2rem;
    float: left;
    margin-left: 0.8rem;
	margin-top:0.25rem;
}

.ccon-list-r {
    margin-left: 0.9rem;
}
.ccon-list-e {
    margin-left: 0.87rem;
}	

.icon-char {
	color:#222;
	font-weight: 400;
	font-size: 22px;
}

.icon-char-pr {
	float:left;
	margin-left:0.48rem;
	display: inline-block;
	color:#222;
	font-weight: 400;
	line-height: 1.7rem;
	font-size: 1.1rem;
	font-family: 'Verdana';

}

.toolbar-sorter {
	display: flex;
    justify-content: flex-start;
    align-items: center;	
}

.toolbar-sorter i::before {
	padding: 0 13px;
	line-height: 2;	
}	
	
.products-toolbar .toolbar-sorter .action {
    background-color: #cc000d;
}
	
	
/* filter -- panel */

.item-counter {
	text-align: center;
    position: absolute;
    bottom: -14px;
    right: 0;
    background-color: red;
    padding: 0 4px;
    scale: 0.7;
    color: white;
}	
	
.char-filter-size {
	padding: 2px 8px;
    background-color: white;
}


.filter-size > dd > ul > li.filter-item label {
	border: 1px solid rgba(255, 255, 255, 0.0);
}

.filter-size > dd > ul > li.jamg-active label {
	border: 1px solid red;
}


.char-filter-num-lable {
	display: flex;
    justify-content: flex-start;
    line-height: 1.4em;
}

.char-filter-num-t {
	width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.char-filter-num {
	padding: 0 8px;
    background-color: white;
    font-size: 0.9em;
	justify-self: flex-end;
	min-width: 32px;
    text-align: center;
}

/* filter category hidden */

.char-filter-hidden {
	display: none;
}

/* Credit styles -- Product Page */

.credit__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}

.thumb {
	margin-top: -16px;
    margin-right: calc(var(--bs-gutter-x) * -1.05);
    margin-left: calc(var(--bs-gutter-x) * -1.05);
}

.chars_container {
	display: flex;
    gap: 0px;
    justify-content: flex-start;
	flex-wrap: wrap;
    align-items: center;
	margin-top: 14px;
}

.chars_title_wrapper {
	display: flex;
    column-gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
}

.chars_title_wrapper span {
	font-size: 20px;
    color: #aaa;
}

.chars_wrapper {
	display: flex;
    column-gap: 12px;
    justify-content: flex-start;
    align-items: center;
	/* border: 1px solid #eaeaea; */
    padding: 2px 10px;
}

.char_title {
	font-size: 34px;
    font-weight: 400;
    line-height: 1;
}

.chars_price {

	text-align: left;
	font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-top: 10px;
}

.currency {
	font-size:0.7em;
}

.chars_price-title {
	color: #8c8c8c;
    font-size: 1.2rem;
}

.chars_old_price {
	text-align: center;
}

.credit__price {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

span.credit__name 
{
    font-size: 11px;
    line-height: 11px;
}

span.credit__val 
{
    font-size: 18px;
    line-height: 20px;
    padding: 4px 0;
    margin-top: 5px;
    color: #4ba82e;
}

.credit__calculator button
{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 8px 10px 5px;
    border: 0;
    border-bottom: 3px solid #429e23;
    border-radius: 3px;
    font-family: "Verdana";
    background-color: #4ba82e;
}

.actinside {
	left: 0!important;
}

/* /Credit styles -- Product Page */

.products-toolbar .pagination-wrap {
    display: none;
}


/*
.jamg-active label {
	border: 1px solid red;
}
*/

.sppb-form-check-label {
	color: #dddddd!important;
}

.sppb-form-check-label a {
	color: white;
}

.call-btn-wrapper {
	display: none;
}


@media (max-width: 1200px) {
	
.ja-megafilter-wrap .sidebar-main {
    padding-left: 0px;
    padding-right: 0px;
}

.ja-megafilter-wrap .main-content {
    padding-right: 0px;
}

}

@media (max-width: 993px) {
.ja-megafilter-wrap .ja-mg-sidebar.open {
    position: fixed;
    left: 0;
    z-index: 44;
    height: 92vh;
    overflow-y: auto;
    width: 90%;
}

@media (max-width: 992px) {
	
#narrow-by-list {
	font-size: 1.5em;
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
}	

.filter-selected {
	font-size: 1.6em;
}

.ja-megafilter-wrap .sidebar-main {
    padding-left: 0px;
    padding-right: 0px;
	width: 100%;
}

.ja-megafilter-wrap .main-content {
    padding-left: 0px;
	width: 100%;
}

.ja-products-wrapper .product-items {
    gap: calc(var(--ja-mf-spacing) * 1);
}

.ccon-wrapper {
	width: 100%;
	row-gap: 0rem;
}

	
	.chars_container {
    gap: 6px;
	margin-top: 10px;
}

.chars_title_wrapper {

    column-gap: 6px;
}

.chars_title_wrapper span {
	font-size: 17px;

}

.chars_wrapper {

    column-gap: 6px;
    padding: 2px 6px;
}

.char_title {
	font-size: 24px;

}

.chars_price {
	font-size: 22px;
}

.chars_price-title {
    font-size: 1.0rem;
}

.icon-char {
	font-size: 18px;
}
	
}


@media (max-width: 768px) {

#narrow-by-list {
	font-size: 2.1em;
	grid-template-columns: 1fr;
}

.ccon-wrapper {
	width: 100%;
	row-gap: 0rem;
}

.ccon-wrapper-char {
    width: 100%;
}

.ja-megafilter-wrap .sidebar-main {
    padding-left: 15px;
    padding-right: 15px;
	width: 100%;
}

.ja-megafilter-wrap .main-content {
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}

.ja-products-wrapper .product-items {
    gap: 0!important;
}	
	
.chars_container {
    gap: 12px;
	margin-top: 10px;
}

.chars_title_wrapper {

    column-gap: 12px;
}

.chars_title_wrapper span {
	font-size: 20px;

}

.chars_wrapper {

    column-gap: 12px;
    padding: 2px 10px;
}

.char_title {
	font-size: 34px;

}

.chars_price {
	font-size: 28px;
	text-align: center;
}

.chars_price-title {
    font-size: 1.2rem;
}

.icon-char {
	font-size: 18px;
}

	
.call-btn-wrapper {
	transition: all .8s;
    background-color: #006c69;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
	padding-top: 10px;
}

.call-btn-link {
	border-top: 1px solid #cc000d;
    color: white;
}

.call-btn-span {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0px;
}

.call-btn {
	line-height: 24px;
    font-size: 24px;
    color: white;
    width: 100%;
}

.call-btn-text {
	width: 100%;
    font-size: 0.7em;
}

}

@media (max-width: 450px) {
	
#narrow-by-list {
	font-size: 1.6em;
}

.chars_price-title {
	display: none;
}	
}



/*  btrx fix  */
.btrxindex {z-index: 22222222!important;}

.b24-window-mounts > div:nth-child(2) > div > div > div:nth-child(2) {
	z-index: 22222222!important;
}


input[type="tel"]:is(.b24-form-control) {
	padding: 2rem 0.75rem 0.7rem 0.75rem;
    color: #ffffff;
}

input[type="tel"]:is(.b24-form-control):focus {
	padding: 2rem 0.75rem 0.7rem 0.75rem;
    color: #ffffff;
}

/*  end btrx fix  */
