:root {
    --form-control-color: #f7941d;
	--main-color: #f7941d;
	--main-color-hover: #f78a2a;
}
.custom-button:empty{display:none;}
.subscription_page {
    position: relative;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    max-width: 880px;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    padding: 20px;
}
.company_data_str {
   background: #f2f2f2;
    padding: 20px; 
}
.register_company {
    margin-bottom: 30px;
}
.register_company .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.msg41_str, .msg40_str {
    display: flex;
    gap: 10px;
    align-items: center;
}

.register_company .switch input {
  display:none !important;
}

.register_company .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.register_company .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

.register_company input:checked + .slider {
  background-color: #66bb6a;
}

.register_company input:checked + .slider:before {
  transform: translateX(26px);
}

.register_company .slider.round {
  border-radius: 34px;
}

.register_company .slider.round:before {
  border-radius: 50%;
}

.alert_html .pg_button {
    margin: 0;
}

.alert_html dd {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.right_slider_side a {
    display: none !important;
}
.block {
    display: block !important;
}
.pmatrix .dic_sme_apothema {
    display: none;
}
.pmatrix .add-to-cart {
    min-height: 39px;
}
.pmatrix .add-to-cart .title {
    display: none;
}
.dic-avail {
    font-size: 12px;
    margin: 5px 0;
    color: grey;
}
.synoptiki_title {
    margin: 0 0 5px;
    font-weight: bold;
}
.synoptiki_title span {
    font-weight: bold;
}
.synoptiki_title:empty {
    display: none;
}
.tag0 {
    color:red;
}
.tag1 {
    color: green;
}
.tag2 {
    color: orange;
}
.tag3 {
    color: #ffc107;
}
.tag4 {
    color: #2196F3;
}
#px01 p {
    margin-bottom: 1rem;
}
.add_popup {
    display: none;
    position: absolute;
    background: #fdfdfd;
    border: 2px solid #aaba8b;
    width: 100%;
    text-align: center;
    padding: 5px;
    left: 0;
    z-index: 998;
    font-weight: bold;
    height: 30px;
}
.add_popup:before,
.add_popup:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.add_popup.open {
    display: block;
}
.add_popup:after {
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #fdfdfd;
    border-width: 12px;
    margin-left: -12px;
}
.add_popup:before {
    border-color: rgba(220, 220, 220, 0);
    border-bottom-color: #aaba8b;
    border-width: 15px;
    margin-left: -15px;
}

.btn-login .dropdown-menu {
    background: none #fff;
    text-align: left;
    left: unset;
    right: 0;
    min-width: 300px;
    box-shadow: 0 6px 22px -2px rgba(138, 138, 138, 0.8);
    margin: 0;
    padding-bottom: 20px;
    border-radius:0;
}
.btn-login .dropdown-menu li {

}
.btn-login .dropdown-menu li a {
    display: block;
    padding: 0.75rem 1.5rem;
    border-left: 4px solid transparent;
}
.btn-login .dropdown-menu li a span {
	font-size: 16px;
	font-weight: 400;
}

.btn-login .dropdown-menu li:hover {
	background: #eee
}
.login_h3 {
    margin: 1.875rem 0 1.3125rem;
    font-size: 1.25rem;
    line-height: 1.9;
    color: #000;
    text-align: center;
}

.wishlist_info {
    position: absolute;
    color: #bf3c00;
    /* padding: 1px 6px; */
    top: 3px;
    right: 12px;
    font-size: 11px;
    border-radius: 100%;
    background: #fff;
    width: 17px;
    height: 17px;
}
.wishlist_info:empty {
    display: none;
}

.btn-wish-list .wsh {
    cursor: pointer;
}
.btn-wish-list .wsh .text {
	font-size: 12px;
    letter-spacing: .24px;
    font-weight: 500;
    line-height: 1;
}
.btn-wish-list #wishlist .dropdown-menu {
    font-size: 12px;
    background: none #fff;
    padding: 20px;
    text-align: left;
    left: unset;
    right: 0;
    min-width: 300px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.13);
}

.btn-wish-list #wishlist .wishlist_li {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    align-items: center;
}
.btn-wish-list #wishlist .wishlist_btn {
    background: #1c1c1c;
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px;
    margin: 10px;
}
.dropdown-menu > li > a.wishlist_links {
    padding: 0;
    width: 50px;
    flex: 0 0 auto;
}

.btn-wish-list #wishlist .wishlist_dropdown_title {
    text-align: left;
    border-bottom: 1px solid rgb(28 28 28 / 50%);
    padding: 0 0 5px;
    font-weight: 600;
    font-size: 11px;
}
.btn-wish-list #wishlist .wishlist_decription .wishlist_links {
    float: left;
    width: 75%;
    display: inline-flex;
    position: relative;
}
.btn-wish-list #wishlist .wishlist_decription {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    flex-direction: column;
}
.btn-wish-list #wishlist .wishlist_decription .delete_item {
    position: absolute;
    right: 20px;
}
.btn-wish-list .wishlist_links .fa {
font-size: 14px;
}

.icon-wish {
    background-image: url(/images/icons/wish.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 25px;
}

.user-action-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.user-action-icons span:before {
    color: #bbb;
    font-size:23px;
}
.user-action-icons .wishlisted span:before {
    color: #FF5300;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect {
    font-size: 0;
    display: flex;
    padding: 5px;
    width: auto;
    border-radius: 6px;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect > label {
    cursor: pointer;
    font-size: 0;
    font-weight: bold;
    background-color: transparent;
    border-color: #eee;
    color: #bbb;
    line-height: 1;
    transition: all .3s ease 0s;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect > label:hover, .show_product .sh_prod .one_prod_description .one_prod_compselect > label:focus {
    color: #FF5300;
    border-color: #FF5300;
    background-color: transparent;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect > label:before {
    font-family: FontPro;
    content: '\f1de';
    font-size: 23px;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect .compare_input {
    visibility: hidden;
    display: none !important;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect .compare_input:checked + label {
    color: #FF5300;
    position: relative;
}
.show_product .sh_prod .one_prod_description .one_prod_compselect .compare_input:checked + label:after {
    font-family: FontPro;
    content: '\f058';
    font-size: 10px;
    position: absolute;
    top: -9px;
    right: -9px;
}
.show_product .sh_prod .one_prod_description .one_prod_compare {display: none;}


/*.show_product .posot_times_sme {*/
/*    display: flex;*/
/*    padding: 0 !important;*/
/*    margin: 0;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    gap: 10px;*/
/*}*/
/*.show_product .posot_times {*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    list-style-type: unset;*/
/*    color: #1c1c1c;*/
/*    margin: 0;*/
/*    background: rgb(255 255 255 / 60%);*/
/*    flex-direction: column-reverse;*/
/*    padding: 12px 0;*/
/*    gap: 5px;*/
/*    align-items: center;*/
/*    flex: 1 1 auto;*/
/*}*/

.comparison-table  {
    position: relative;
    width: 100%;
    margin-bottom: 0.3125rem;
    table-layout: fixed;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.comparison-table tr.propertyrow:nth-child(odd) {
    background-color: #EFEFEF;
}
.comparison-table .propertyset-row-group tr.propertyrow th {
    position: relative;
    padding: 1.25em 2.8125rem 1.25em 1.5em;
}
.comparison-table .propertyset-row-group tr.propertyrow td {
    border-left-width: 1px;
    line-height: 1.2;
    padding: 1.25em 1.5em;
}
.comparison-table tr, .comparison-table th, .comparison-table td {
    border: 0 solid #dadada;
}
.comparison-table .propertyset-row-group tr {
    position: relative;
    border-bottom-width: 1px;
}
.comparison-table th, .comparison-table td {
        width: 33.333%;
}

@media screen and (min-width: 80em) {
.comparison-table .propertyset-row-group {
    font-size: 1rem;
}
}
@media print, screen and (min-width: 40em) {
    .comparison-table .propertyset-row-group tr:not(.propertyrow) th {
        padding: 2.8em 0 1.15em;
    }
}

@media screen and (min-width: 64em) {
    .comparison-table th, .comparison-table td {
        width: 25%;
    }
    .comparison-table th {
		  width: 200px; 
	}
}


.container {
    max-width: 1500px;
}

.title_banner {
    margin: 10px 0 30px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #222;
}

.show_product .posot_title_sme {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 10px 0;

}
.show_product .posot_times_sme {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    margin: 10px 0;
}
@media screen and (max-width: 768px) {
    .show_product .posot_times_sme {
     grid-template-columns: repeat(2, 1fr);
}
}

.show_product .posot_times {
    font-size: 12px;
    display: flex;
    list-style-type: unset;
    color: #222222;
    margin: 0;
    flex-direction: column;
    padding: 12px 8px;
    gap: 1px;
    align-items: flex-start;
    background-color: rgb(231 231 231 / 60%);
    border-radius: 5px;
    border: 1px solid #f15a22;
}
.show_product .i00_timh_title {
    color: #ff7300;
    font-size: 11px;
    font-weight: 600;
    margin: 10px 0;
}

.show_product .posot_times_sme:empty {
    display: none;
}

.one_prod_description .posot_times .timh {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    gap: 5px;
    min-width: max-content;
    align-items: center;
}

.one_prod_description .posot_times .timh .tmx{
    font-size: 12px;
}


.show_product .one_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.show_product .one_price .timi_tmx_sme {
    font-size: 12px;
}
.show_product #one_prod_avail {
    font-size: 12px;
}
.btn-primary {
	background: var(--main-color);
}
.btn-primary:hover { 
	background: var(--main-color-hover);
}

/*.color-green {*/
/*    color: green;*/
/*    background-color: #e9face;*/
/*    color: #5e8920;*/
/*    padding: 2px 11px;*/
/*    display: inline-block;*/
/*    border-radius: 4px;*/
/*}*/


.title_tab_title {
    font-size: 17px;
    margin: 10px 0 20px;
    font-weight: bold;
    color: #f15a22;
    border-left: 4px solid;
    padding-left: 10px;
}

.herp03_3 ul {
    line-height: 30px;
}

.herp03_3 li:nth-child(odd) {
    font-weight: 500;
    float: left;
    width: 22%;
    border-bottom: 1px solid #eee;
}
@media  (max-width:992px) {
    .herp03_3 li:nth-child(odd) {
    width: auto;        
    }
    
    .herp03_3 ul {
    line-height: 30px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    }
}

.herp03_3 li:nth-child(even) {
    border-bottom: 1px solid #eee;
}

.one_prod_description #sme_avail {
    float: left;
    font-weight: normal;
    width: 100%
}

.bar_container {
    position: relative;
    width: 100%;
    max-width: 250px;
    /* height: 20px; */
}

.bar_container .bar_stock {
    /* position: absolute; */
    width: 100%;
    left: 0;
    padding-top: 0;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    line-height: 20px;
    display: none;
}

.bar_container .bar {
    text-align: right;
    padding-right: 20px;
    color: white;
    border-radius: 0px;
    height: 8px;
}
.bar_container .bar:after {
    height: 8px !important;
    border-radius: 0px;
}
.bar_container .bar:before {
    content:'';
    background: #d9d9d9;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 8px;
    border-radius: 0;
}

.bar_container .bar_0 {
    width: 5%;
    background-color: #f44336
}
.bar_container .bar_0:after {
    width: 0%;
    background-color: grey;
    content:'';
    z-index: 1;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
}   

.bar_container .bar_20 {
    width: 20%;
    background-color: #FFFF4D
}
.bar_container .bar_20:after {
    width: 20%;
    background-color: orange;
    content:'';
    z-index: 1;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.bar_container .bar_40 {
    width: 40%;
    background-color: #FFFF4D
}
.bar_container .bar_40:after {
    width: 40%;
    background-color: #ffda50;
    content:'';
    z-index: 1;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.bar_container .bar_60 {
    width: 60%;
    background-color: #2196F3;
    z-index: 1;
}
.bar_container .bar_60:after {
    width: 60%;
    /*background-color: #8ed2f3;*/
    background-color: #71d1ff;
    content:'';
    z-index: 1;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.bar_container .bar_80 {
    width: 80%;
    background-color: #2196F3
}
.bar_container .bar_80:after {
    width: 80%;
    background-color: #319bce;
    content:'';
    z-index: 1;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.bar_container .bar_100 {
    width: 100%;
    background-color: #47bb4b
}
.bar_container .bar_100:after {
    width: 100%;
    background-color: #b2ef52;
    content:'';
    z-index: 1;
    height: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.product-bottom-part {
    min-height: 254px;
}
.product-item-default {
    position: relative;
    min-height: 254px;
    display: flex;
    flex-direction: column;
}
.matrix_add_more {
    margin-top: auto;
}

::-webkit-scrollbar {
    width: 13px
}

::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, 1)
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 115, 0);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(238,238,238,1);
    border-radius: 10px
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.contactus_text {
    text-align: left;
}
.contactus_text h2 {
    margin: 20px 15px;
    font-size: 24px;
}
.contactus_text ul {
    list-style: none;
    background: #ff5300;
    padding: 20px;
    border-radius: 3px;
    line-height: 32px;
    margin: 20px 0;
    font-size: 15px;
    border: 1px solid #dc3545;
    color: #ffffff;
}
.contactus_text ul a {
    color: #006e00;
}
.contactus_fields_cnt  {
    margin-top: 50px;
    text-align: left;
}
blockquote,body,dd,dl,figure,h1,h2,h3,h4,p {
    margin: 0
}
#kernel_text p, #kernel_text h1, #kernel_text h2, #kernel_text h3, #kernel_text h4{
    margin-bottom: 1rem;
    line-height: 1.7;
}
#kernel_text h2 {
    border-bottom: 1px solid #ddd;
}
#kernel_text ul, #kernel_text ol, #kernel_text dl {
    line-height: 1.7;
}
.icon-green {color: #f7941d;}
:where(ul,ol):where([role=list]) {
    list-style: none;
    margin: 0;
    padding: 0
}
html:focus-within {
    scroll-behavior: smooth
}
a:not([class]) {
    text-decoration-thickness: max(.08em,1px);
    text-underline-offset: .15em
}
img,picture,svg {
    display: block;
    max-width: 100%
}
img[width] {
    height: auto
}
svg {
    fill: currentColor;
    pointer-events: none
}
body {
    font-family: 'Roboto';
    font-size: 14px;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    color: #fff !important;
    background: #000 !important;
}

/* .products_table tr:first-child {
    height: 35px;
    color: #fff;
    background: #8b8b8b;
    border-bottom: none !important;
    font-size: 15px;
} */
.products_table .browse_title {
    background-color: #eee;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
}
.products_table tr:first-child th {
    font-weight: 500 !important;
}
.products_table .removeitem {
    min-width: 25px;
}

.products_table tr:nth-child(even) {
    border-bottom: 1px solid #e5e5e5;
}
.products_table tr:nth-child(odd) {
    border-bottom: 1px solid #e5e5e5;
}
#btn_empty {
    margin: 20px 0 0;
    display: block;
}
#btn_empty .pg_button {
    font-size:14px;
    font-weight: 400;
}

.btn {border: none;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: none;
}

#maindiv {
    background: #f9f9f9;
}
#header {
    margin-bottom: 63px;
}
@media screen and (min-width: 64em) {
#header {
    margin-bottom: 0;
}
}
.success_add_to_bask {
	position: absolute;
	top: 59px;
	right: 0;
}
.success_add_to_bask .message {
	color: #fff;
	background-color: #51a351;
	background-color: #1f9c1f;
	pointer-events: auto;
	overflow: hidden;
	padding: 10px;
	width: max-content;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	z-index: 9999;
	font-size: 12px;
}
.success_add_to_bask .message fa {
display: none;

}

#header p, #header dd, #header dl {
    margin: 0;
}
.header-overlay {
    background-color: rgba(21, 21, 21, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
}
.header-overlay.active {
    display: block;
}
.regionHeaderWrap {
    background-color: #FF5300;
    height: 80px;
    z-index: 99;
}
.region0wrap {
    position: relative;
    background: #bf3c00;
    z-index: 90;
    /* min-height: 42px; */
}
.region0wrap .toolbar_right,  .region0wrap .toolbar_left {min-height: 30px;}

.region0wrap .toolbar_right a, .region0wrap .toolbar_left a {
    color: #fff;
}

.region1wrap {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 12px;
}
.logo {
    margin-right: 10px;
}
.logo img {
    max-width: 200px;
}

.search-box {
    position: relative;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 99999;
}
.search-box .input-group .form-control {
    position: relative;
    background: #f2f2f2;
    border-radius: 4px !important;
    border: 3px transparent;
    line-height: 25px;
    margin: 10px;
    padding: 6px 37px;
    font-size: 14px;
    max-width: 600px;
    z-index: 999999;
}

#search_button {
    position: absolute;
    left: 20px;
    top: 16px;
    color: #000000;
    font-size: 17px;
    z-index: 999999;
}
#results {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: calc(100% - 18px);
    max-width: 100%;
    z-index: 99999;
    left: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    right: 0;
    margin: 0 10px;
    padding: 10px 37px;
}
#results:after {
    content: '';
    position: absolute;
    top: -60px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 60px);
    background: #fff;
    border-radius: 8px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    z-index: -4;
}
#results00 {
    display: none;
}
#results00.js-vissible {
    display: block;
}
.search-is-vissible #results:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
#results .results_list {
    padding: 10px;
    background: #fff;
    list-style: none;
}

#results .results_list a {
    font-size: 13px;
    color: #101010;
    display: flex;
    align-items: center;
    gap: 10px;
}
#results .close_results {
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 501;
}
#results .close_results i {
    color: #ffffff;
    font-size: 20px;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #ff7300;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#results .results_list li img {
    margin-right: 0;
    max-width: 50px;
    max-height: 50px;
    padding: 4px;
}

#results .results_list li {
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
}
#results .carousel-inner {
    margin: 0 auto;
    max-height: 500px;
    height: auto;
    overflow: auto;
    border-radius: 5px;
}
#results .carousel-inner .item {
    display: none;
}
#results .carousel-inner .item.active {
    display: block;
}

#results .carousel-inner::-webkit-scrollbar-thumb {
    background-color: #6f6f6f;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;  
}
  
#results .carousel-inner::-webkit-scrollbar {
    width: 16px;
}

#results .carousel-inner::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
.carousel-custom-controls {
    display: flex;
    gap: 16px;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 10px;
    max-width: fit-content;
}
.carousel-custom-controls .text {
    display: none;
}

.icon-next-control, .icon-prev-control {
    font-size: 20px;
    font-weight: bold;
}

#slidetext {
    padding: 10px 0;
}
.carousel-custom-controls .next-control, .carousel-custom-controls .prev-control {
    font-size: 14px;
    display: flex;
    gap: 10px;
    padding: 10px;
}
.carousel-custom-controls .next-control:hover, .carousel-custom-controls .prev-control:hover {
    color: #f78a2a;
}

.user-toolbar {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.bask_price {
    display: none;
}
.btn-header-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #ffffff;
    border-radius: 4px;
    /*background: rgba(0, 0, 0, 0.125);*/
        /*min-width: 90px;*/
}
.btn-login .btn-header-icon {
 /*min-width: max-content;  */
}

.btn-header-icon:hover, .btn-header-icon:focus {
    color: #fff !important;
    background: #bf3c00;
    /* background: #ff8a65; */
}
.btn-header-icon .icon {
    font-size: 16px;
    font-weight: 400;
}
.bsk.btn.btn-header-icon {
    /* background: #ff8a65; */
    /* box-shadow: 1px -1px 10px 2px #00000026; */
    background: rgba(0, 0, 0, 0.125);
}
.bsk.btn.btn-header-icon:hover {
	 background: #bf3c00;
}

.header-btn-group .text {
    font-size: 12px;
    letter-spacing: .24px;
    font-weight: 500;
    line-height: 1;
}
.bask_rec {
    position: absolute;
    top: -10px;
    right: 0;
    background: #fff;
    width: 20px;
    height: 18px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #bf3c00;
    box-shadow: 0px 2px 17px -4px rgb(147 138 138);
}


.btn-login .open > .dropdown-menu {
    background: none #fff;
    padding: 20px;
    text-align: left;
    left: unset;
    right: 0;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.13);
}

/* BASKET */
.open > .dropdown-menu {
    display: block;
    border: none;
}

.basket00 {
    position: relative;
    height: 100%;
}
.basket00 .basket01 {
    cursor: pointer;
    position: relative;
    text-align: left;
    padding: 0;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.bask_price {
    display: none;
	font-weight: 600;
}
.basket01 .dropdown-menu {
	background: #fff;
	border-radius: 3px;
	padding: 0;
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.13);
	clear: both;
	float: right;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	z-index: 99999;
	transition: none;
}
.basket01 .dropdown-menu li.bask_li {
    display: inline-block;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding: 10px 20px;
}
.basket01 .dropdown-menu li.bask_li span.prod_price_n_quan {
    font-size: 13px;
    line-height: 1.29;
    letter-spacing: -.2px;
    text-align: left;
    color: #282828;
    font-weight: 700;
    margin-right: 10px;
}
.basket-icon-remove {
    color: #282828;
}
.basket01 .dropdown-menu li.bask_li span.delete_item {
	float: right;
	display: inline-block
}
.basket01 .dropdown-menu li.bask_li a.bask_links {
	display: inline-block;
	padding: 0px;
	line-height: 12px
}
.basket01 .dropdown-menu li.bask_li a.bask_links img {
    max-height: 50px;
}

.basket01 .dropdown-menu li.bask_li a.bask_links .bask_prod_name {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -.2px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #282828;
    display: block;
    max-width: 225px;
}
.basket01 .dropdown-menu li.bask_li a.bask_links:first-child {
	float: left;
	margin-right: 10px
}
.basket01 .dropdown-menu li.bask_li .bask_decription {
	float: left;
	width: 75%;
	display: inline-block
}
.basket01 .dropdown-menu li.bask_li .bask_decription a.bask_links {
	float: none;
	width: 100%
}
.basket01 .dropdown-menu li.bask_li .bask_decription a.bask_links img { 
    max-height: 50px;
}
.basket01 .dropdown-menu .bask_btns a {
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.bask_btns .checkout {
	background-color: #ff5300;
    color: #fff;
}
.bask_btns .checkout:hover{
	background-color: #f78a2a;
    color: #fff;
}
.bask_btns .bask_btn {
	background-color: #eef0f4;
    color: #000;
}
.bask_btns .bask_btn:hover{
	box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
	color: #000;
}
.basket01 .dropdown-menu .bask_btns a.disabled,
.basket01 .dropdown-menu .bask_btns a[disabled],
fieldset[disabled] .basket01 .dropdown-menu .bask_btns a {
	cursor: default;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.basket01.open .dropdown-menu {
	display: block
}
.basket01 .li-wrapper {
	overflow: auto;
    max-height: 400px;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.basket01 .ul-wrapper {
	margin: 0;
	padding: 10px 0;
	transition: none;
	background: transparent;
}
.bask_btns {
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.basket01 .total_bottom_wrapper {
    display: flex;
    align-content: center;
    padding: 9px;
    cursor: default;
    justify-content: center;
    align-items: flex-end;
    line-height: 25px;
}
.basket01 .bottom_total_text {
	font-size: 14px;
	font-weight: 600;
}
.basket01 .bask_price_bottom {
    margin-left: 5px;
    font-weight: bold;
    color: #f7941d;
    font-size: 17px;
}
/* ==========================================================================
    Breadcrumbs
    ========================================================================== */
#breadcrumbs {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
} 
.breadcrumb {
    font-size: 13px;
    margin: 10px 0;
    padding: 1rem 0 0;
    border-radius: 0;
    flex-wrap: nowrap;
}
.breadcrumb a {
    color: #757575;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'FontPro';
    color: #afb4b9;
    content: "\f105";
    line-height: 17px;
}    
.breadcrumb-item:empty {
    display: none !important;
}
@media screen and (max-width: 768px) {
    #breadcrumbs {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
.breadcrumb-item, .breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
    display: flex;
    align-content: center;
    align-items: center;
}
.pmatrix_onecol {
    position: relative;
    background: #fff;
    display: flex;
    user-select: text;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    border: 1px solid #e0e0e0;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 0;
    border-radius: 0.3125rem;
    transition-duration: .4s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.pmatrix_onecol:hover {
    transform: translateY(-4px);
    border: 1px solid #f7941d;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 7px 6px rgb(0 0 0 / 8%);
}
.pmatrix_onecol .pmatrix_onecol_icons {
    position: absolute;
    top: 10px;
    left: 10px;
}
.pmatrix_onecol .pmatrix_onecol_basket {
    margin-top: auto;
}

.pmatrix_onecol .price_info {
    border-left: 1px solid #eee;
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 0 0 30%;
}
.pmatrix_onecol_pno, .list_pcode {
    color: #959595;
    font-size: 12px;
}

.pmatrix_onecol .price_info .pmatrix_onecol_i00_timh {
    font-weight: bold;
    text-rendering: optimizeLegibility;
    text-align: right;
    line-height: 1.25rem;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 25px;
}

.pmatrix_onecol .price_info .cart__wrapper {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.pmatrix_onecol_desc {
    font-size: 17px;
    line-height: 24px;
}
.chars_onecol {
    background: #f3f3f3;
    padding: 13px;
    border-radius: 2px;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.pmatrix_onecol .media {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.pmatrix_onecol .details {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-left: 1px solid #eee;
}
.pmatrix {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(260px, 1fr) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 8px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    margin: 20px 0 20px;
    will-change: opacity;
}
.pmatrix .product-item {
    position: relative;
    overflow-y: hidden;
    background: #fff;
    padding: 16px;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 380px;
    user-select: text;
    /* -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; */
     border: 1px solid #e0e0e0; 
    transition-duration: .4s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.productcol.product-item:hover {
    /* transform: translateY(-4px);
    border: 1px solid #f7941d; */
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 7px 6px rgb(0 0 0 / 8%);
}

.product-top-part {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.list_description2, .list_p9001 {
    display: none;
}
.pmatrix .prod-image {
    display: flex;
    text-align: center;
    position: relative;
    justify-content: center;
}
.pmatrix .prod-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 140px;
}
.pmatrix_icons {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    gap: 6px;
    width: max-content;
}
.list_description {
    display: block;
    min-height: 42px;
    /*margin-bottom: 20px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.list_description .description {
    font-weight: 400;
    font-size: 14px;
}
.description a:hover {
    color:#f7941d;
}
#one_prod_pcode {
    color: #8a8a8a;
}

/* .timh_title {display: none;} */

.show_product .timh_title {
    color: #ff7300;
    font-size:11px;
    font-weight: 600;
    display: none;
}
.show_product .timh_title_sme {
    color: #ff7300;
    font-size:11px;
    font-weight: 600;
}
.timh_title {
    color: #ff7300;
    font-size:11px;
}
.list_price, .one_price {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}
.list_price .timh {   
    font-size: 20px;
    font-weight: bold;
}

.local_timh {
    position: relative;
    color: #d51317;
    font-size: 16px;
}
.local_timh:before {
    background-color: #d51317;
    bottom: 4px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transform-origin: 0;
    width: 104%;
    height: 1px;
    width: 100%;
}

.prosf {
    width: max-content;
    display: inline-flex;
    border-radius: 18.75rem;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.9375rem;
    z-index: 1;
    background-color: rgb(208, 70, 52);
    color: #fff;
    min-height: 1.6875rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.newprod {
    width: max-content;
    display: inline-flex;
    border-radius: 18.75rem;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.9375rem;
    z-index: 1;
    background-color: rgb(92 201 86);
    color: #fff;
    min-height: 1.6875rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.product-item-default {
    position: relative;
}

.cart__wrapper {
    display: flex;
    padding: 10px 0;
    gap: 10px;
    align-items: center;
}
.quan_wrapper {
    display: inline-flex;
    width: 50%;
    max-width: 128px;
    background: #f0f0f0;
    border-radius: 5px;
    height: 39px;
    align-items: center;
}
.addtocart_wrapper {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.add-to-cart {
    color:#fff;
    display: flex;
    width: 100%;
    padding: 9px 5px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    text-align: center;
    background-color: #FF5300;
    word-wrap: break-word;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 3px;
}
.icon_cart {
font-size: 21px;
}
.add-to-cart:hover {
    color:#fff;
    background-color: #f78a2a;
}
.add-to-cart:focus {
    color: #fff;
}
.qtbtn {
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    float: left;
    width: 40px;
    height: 35px;
    padding: 0;
    text-align: center;
    font-size: 10px;
    line-height: 35px;
    font-weight: 100;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.input_quan {
    float: left;
    width: calc(100% - 80px);
    height: 35px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    border:none;
}
.one_prod_description {
    width: 100%;
    max-width: 500px;
}
.one_prod_icons {
    position: absolute;
    top: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    left: 0;
    gap: 10px;
}
.show_product {
    margin-bottom: 30px;
    border-radius: 8px;
}
.show_product .one_local_price_pososto {
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    min-height: 2.375rem;
    background-color: #fbed13;
    border-radius: 35px;
    border-radius: 18.75rem;
    font-size: 11px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.9375rem;
    min-height: 1.6875rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.show_product .one_local_price_pososto:empty {
    display: none;
}
.one_prod_description>#description {
    font-size: 23px;
    font-weight: 800;
    margin: 10px 0px;
}
.one_prod_description .timh {
    font-size: 26px;
    font-weight: bold;
    display: block;
}
.to_wish_link {
    color: #aaa;
    font-size: 20px;
}
.to_wish_link:hover {
    color: #f78a2a;;
}
.price-card {
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 8px;
    min-height: auto;
}

.subphotos {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#product_list .pages tr {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

@media screen and (min-width: 961px) {
    .promo_cat {
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 16px;
    }
    .show_product .sh_prod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin: 15px auto;
        overflow: visible;
    }
    .product-media,
    .product-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {

    #basket {
        height: 100%;
        display: flex;
        align-items: center;
    }

}

@media (min-width: 992px) {
    .pg_mobile_only {
        display: none
    }
}

@media (max-width: 992px) {
	
	.price-card {
		padding: 10px;
    border: none;
    margin: 10px 0;
    min-height: auto;
	}
	
	
    .pg_desktop_only {
        display: none
    }
}
.collapse.in {
    display: block;
}
.tab_table {
    width: 100%;
}
#sh_tab {
    display: table;
    width: 100%
}

#sh_tab #product_nav_tabs {
    margin-top: 42px
}

#sh_tab #product_nav_tabs>li {
    margin: 10px 1px;
    background: #eee;
    cursor: pointer;
    padding: 13px;
}
#sh_tab #product_nav_tabs>li.tab_title.active {
    background: #f15a22;
}

#sh_tab #product_nav_tabs>li a {
    background: transparent;
    border-radius: 0;
    margin: 0;
    font-weight: normal;
    padding: 13px;
}

#sh_tab #product_nav_tabs>li a i.fa {
    display: none
}

#sh_tab #product_nav_tabs>li:nth-last-of-type(1)>a {
    /* border-right: 1px solid #ccc; */
}

#sh_tab #product_nav_tabs>li.active>a {
     color: #fff; 
}

#sh_tab .tab-content {
    margin-top: 10px;
    width: 100%;
    line-height: 22px;
}

#sh_tab .tab-content .tab-pane {
    padding: 10px
}

#sh_tab .tab-content .tab-pane>dl dt {
    display: inline-block;
    width: 50%
}

#sh_tab .tab-content .tab-pane .herp03_2 #px01 table {
    width: 100% !important;
    max-width: 100%
}

#sh_tab .tab-content .tab-pane .herp03_2 #px01 table tr {
    max-width: 100%
}

#sh_tab .tab-content .tab-pane .herp03_2 #px01 table tr td {
    max-width: 100%
}

#sh_tab .tab-content .tab-pane .herp03_2 #px01 table tr th {
    max-width: 100%
}

#sh_tab form[name="pegasus"] table tr {
    display: block
}

#sh_tab form[name="pegasus"] table tr td.cont_textarea {
    text-align: left;
    width: 70%;
    display: inline-block
}

#sh_tab form[name="pegasus"] table tr td.cont_submit {
    display: inline-block;
    width: 100%
}

#sh_tab form[name="pegasus"] table tr td.cont_submit input {
    width: 100%;
    height: auto
}

#product_nav_tabs-accordion {
    margin: 20px 0
}

#product_nav_tabs-accordion .panel {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0
}

#product_nav_tabs-accordion .panel .panel-heading {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0
}
#product_nav_tabs-accordion .panel .panel-heading .panel-title {
    margin-bottom: 0;
}

#product_nav_tabs-accordion .panel .panel-heading .panel-title>a {
    background: #eee;
    color: #716c7d;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 17px;
    text-decoration: none;
    width: 100%
}

@media (max-width: 768px) {   

#product_nav_tabs-accordion .panel .panel-heading .panel-title>a.collapsed {
 
}
#product_nav_tabs-accordion.pg_mobile_only {
    display: flex;
    flex-direction: column;
    gap:5px;
}

}

#product_nav_tabs-accordion .panel .panel-collapse {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body {
    padding: 21px 5px;
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body .herp03_2 #px01 table {
    width: 100% !important
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body select,
#product_nav_tabs-accordion .panel .panel-collapse .panel-body textarea,
#product_nav_tabs-accordion .panel .panel-collapse .panel-body input {
    width: 100%
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body .cont_submit input {
    margin: 5px 0 0
}
.login_page {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
}
.pg_form_hor {
    line-height: 1.7;
    text-align: left;
    margin: 30px 0;
}
.pg_form_hor h4 {

    font-size: 19px;
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding: 10px 15px;
    font-weight: 500;
    color: #666;
    margin: 10px 0;
    border-radius: 8px;
}
.pg_loginlable, .pg_form_fld.password {
    font-weight: bold;
}
.pg_login_button {
    margin: 20px 0;
}
.pg_form_fld a:hover {
    color: #f7941d;
}

.pegasus_login_001 table, #order_form table {
    width: 100%;
}
.subscription_page tr, #customer_container tr, #receiver_container tr {
    display: flex;
    flex-direction: column;
}


#body:not([class^="pcode_i"]) #pg_maincolumn {
    /*background-color: #fff;*/
    border-radius: 5px;
    /*border: 1px solid #e5e5e5;*/
} 
#body.pcode_H001_INDEX #pg_maincolumn {
    background-color: transparent;
    border: none;
}
.subscription_page table {
    width: 100%;
}
.toolbar-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.toolbar-filters .form-control {
    padding: 0 2rem 0 0.9375rem;
    font-size: 0.75rem;
    max-width: 10rem;
    height: 1.875rem;
    border: none;
}
.toolbar-filters label {
    display: none;
}
.toolbar-filters .products_view {
    display: flex;
}
.toolbar-filters .products_view .list_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.3125rem;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 0.1875rem;
    padding: 0.4375rem 0.125rem;
    width: 1.875rem;
    height: 1.875rem;
    align-items: center;
    cursor:pointer;
    color: #cacaca
}
.toolbar-filters .products_view .list_btn.active { 
    border: 1px solid #000;
    color: #000;
}

.toolbar-filters .products_view .list_btn:hover {
    border: 1px solid #000;
}
#multiselect_banner_btn {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.1875rem;
    padding: 0.4375rem 1rem;
    height: 1.875rem;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}
#multiselect_banner_btn2 {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.1875rem;
    padding: 0.4375rem 1rem;
    height: 1.875rem;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sidebar #multiselect_banner_btn {
    display: none;
}

#multiselect_banner_btn:hover, #multiselect_banner_btn2:hover {
    border: 1px solid #8BC34A !important
}
#multiselect_banner #multiselect_banner_body.pg_nav_collapse.collapse {
    display: none;
}
#multiselect_banner #multiselect_banner_body.pg_nav_collapse {
    display: block;
    height: auto;
}

#multiselect_banner #multiselect_banner_body2.pg_nav_collapse.collapse {
    display: none;
}
#multiselect_banner #multiselect_banner_body2.pg_nav_collapse {
    display: block;
    height: auto;
}
#multiselect_banner .multiselect_filters_list .filter_menu {
    border-bottom: none;
    margin-top: 16px;
}

#multiselect_banner .pg_acc_heading {
    padding-bottom: 10px;
}

#multiselect_banner .multiselect_filters_list .filter_menu_data {
    position: relative;
    line-height: 20px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    background: none;
    cursor: pointer;
    /* margin: 5px 0; */
    padding: 0.1875rem 0 0.1875rem 25px;
    color: #858585;
    transition: border-color 0.2s;
}

#multiselect_banner .pg_accordion_inner {
    max-height: 300px;
    overflow-y: auto;
    background: #f9f9f9;
    padding: 10px;
}
.cd-filter-content {
    background: #f9f9f9;
    margin: 10px 0;
}

#multiselect_banner ::-webkit-scrollbar {
    width: 13px
}

#multiselect_banner ::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

#multiselect_banner ::-webkit-scrollbar-thumb {
    background: #ff7300;
    border-width: 4px;
    border-style: solid;
    border-color: #f9f9f9;
    border-radius: 0;
}



#multiselect_banner .multiselect_filters_list .filter_menu_data.selected, #multiselect_banner .multiselect_filters_list .filter_menu_data:hover {
    color:#000;
    background: transparent;
}
#multiselect_banner .multiselect_filters_list .filter_menu_data:before {
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    font-size: 8px;
    line-height: 1.25rem;
    margin-top: 10px;
    transition: border-color 0.2s;
}

#multiselect_banner .multiselect_filters_list .filter_menu_data:hover::after {
    border-color: #1c1c1c;
}

#multiselect_banner .multiselect_filters_list .filter_menu_data:hover::after {
    border-color: #1c1c1c;
}
#multiselect_banner .multiselect_filters_list .filter_menu_data.selected:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f00c";
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background-color: #ff7300;
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    text-align: center;
    top: 5px;
    line-height: 17px;
}
#multiselect_banner .multiselect_filters_list .filter_menu .pg_acc_heading .filter_menu_head, #menu_price h4, .filter_menu_head {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
}
#multiselect_banner .pg_acc_heading.sme_arrow .filter_menu_head:before {
    content: "\f105";
    display: inline-flex;
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: normal;
    margin-right: 7px;
    transform: rotate(90deg);
    transition: 0.2s ease-in;
    background: #fff;
    width: 20px;
    align-items: center;
    justify-content: center;
    float: right;
}
#multiselect_banner .multiselect_filters_list .filters_selected {
    border-color: unset;
    border: none;
    position: unset;
}
#multiselect_banner .multiselect_filters_list .filters_selected .clear_all {
    color: #fff;
    background: #004663;
    padding: 5px 10px;
    cursor: pointer;
}
#multiselect_banner .multiselect_filters_list .filters_selected .clear_all:hover, #multiselect_banner .multiselect_filters_list .filters_selected .clear_all:focus {
    color: #fff;
}
.searchlist_sme::-webkit-scrollbar-thumb,
.char_inner::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #f7941d;
}
.searchlist_sme::-webkit-scrollbar-track,
.char_inner::-webkit-scrollbar-track {
    border-radius: 3px;
}
.searchlist_sme::-webkit-scrollbar,
.char_inner::-webkit-scrollbar {
    width: 3px;
}
#omada1_list,
.cd-filter-block .char_inner {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.searchlist_sme .btn-group > .btn-group:not(:first-child),
.searchlist_sme .btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: 0;
}
.multiselect_filters_list .btn-group .btn {
    display: flex;
    width: 100%;
    align-items: center;
}
.multiselect_filters_list .btn-group .btn:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 0;
}
.searchlist_sme > .btn-group > .btn {
    padding-left: 25px;
    padding-top: 0;
    line-height: 24px;
}
.searchlist_sme .btn-group .btn:hover:before,
.searchlist_sme .btn-group .btn:focus:before {
    border-color: #f7941d !important;
}
.searchlist_sme > .btn-group > .btn {
    font-size: 14px;
}
.searchlist_sme .btn-group .btn:before {
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 0;
    left: 0;
    content: "";
    /* border: 1px solid #ccc; */
}
.js-enabled .btn.selected::after {font-family: 'FontAwesome';font-weight: 400;content: "\f111";display: inline-block;color: #ff7300;font-size: 8px;text-decoration: none;/* background-color: #ff7300; */position: absolute;left: 5px;width: 16px;height: 16px;text-align: center;top: 4px;line-height: 17px;}
#omada1_list.js-enabled .btn.selected::before,
#omada2_list .js-enabled .btn.selected::before,
#omada3_list .js-enabled .btn.selected::before {
    /*-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 16%);*/
    /*box-shadow: 0 1px 6px rgb(0 0 0 / 16%);*/
}
.js-enabled .btn.selected {
    font-weight: 500;
}
.searchlist_sme > .btn-group > .btn:hover,
.searchlist_sme > .btn-group > .btn:focus {
    color: unset;
    background-color: unset;
    font-weight: 500;
}
#omada2_list,
#omada3_list {
    padding-left: 10px;
}
#pg_leftcolumn form[name="FullSearch"] {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
.omada1_list .list_label .btn.char_title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.searchlist_sme {
    border-bottom: unset;
}
.searchlist_sme {
    display: inline-block;
    width: 100%
}

.searchlist_sme>.char_title {
    font-size: 12px;
    padding: 0 7px;
    border: none
}

.searchlist_sme>.btn-group {
    display: inline-block;
    margin: 0;
    width: 100%
}

.searchlist_sme>.btn-group>.btn {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #333;
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    white-space: normal;
    text-align: left;
}

.searchlist_sme>.btn-group>.btn:hover,
.searchlist_sme>.btn-group>.btn:focus {
    color: #000;
    background-color: transparent;
}

.searchlist_sme>.btn-group>a.selected {
    /* background-color: #174195 !important; */
    color: #000;
    background-image: none !important;
    /* font-weight: bold; */
    /* border: 1px solid #174195  !important; */
    display: inline-flex;
    align-items: center;
    background: transparent;
}

#omada0_list #omada1_list {
    padding-left: 15px
}

#omada0_list #omada1_list .list_label {
    display: none
}

#omada2_list,
#omada3_list {
    padding-left: 0;
}

#omada2_list .list_label,
#omada3_list .list_label {
    display: none
}

.multiselect_filters_list .btn-group {
    display: flex;
    flex-direction: column
}

.multiselect_filters_list #omada1_list {
    /* display: flex; */
    /* flex-direction: column; */
}

.multiselect_filters_list #omada1_list .btn {
    order: 10;
}

.multiselect_filters_list #omada1_list .btn.selected {
    order: 1;
}

.multiselect_filters_list #omada1_list #omada2_list {
    order: 2
}

.multiselect_filters_list #omada1_list #omada3_list {
    order: 3
}

.multiselect_filters_list #omada0_list .btn {
    order: 10
}

.multiselect_filters_list #omada0_list .btn.selected {
    order: 1
}

.multiselect_filters_list #omada0_list #omada1_list {
    order: 2
}

.multiselect_filters_list #omada0_list #omada2_list {
    order: 3
}

.multiselect_filters_list #omada0_list #omada3_list {
    order: 4
}

.btn.char_title {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    border: none;
    padding-left: 0;
    padding: 10px;
}

.btn.char_title:hover,
.btn.char_title:focus {
    background-color: transparent
}

.list_label {
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: transparent
}



#menu_price_filter_body .price_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  
  #menu_price_filter_body #slider {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0.625rem;
    height: 5px;
    margin: 1.5625rem 0 1.25rem;
  }
  
  .noUi-connect {
    background: #f7941d !important;
  }
  
  .noUi-target {
    border-radius: 200px;
    border: none !important;
  }
  
  .noUi-horizontal .noUi-handle {
    left: -10px !important;
    top: -8px !important;
    position: absolute;
    z-index: 2;
    width: 20px !important;
    height: 20px !important;
    /* transform: translate(-10px, -8px); */
    outline: none;
    border: 6px solid #f7941d;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: none;
  }
  .noUi-handle:before, .noUi-handle:after {
    display: none !important;
  }
  
  .noUi-background {
    background: #8a8a8a !important;
    box-shadow: none !important;
  }
  
  .noUi-connect {box-shadow: none !important;}
  
  #menu_price_filter_body input {
      padding: 0.625rem;
      margin-bottom: 0;
      height: 2.5rem;
      width: calc(50% - 30px);
      font-size: 13px;
      text-align: center;
  }
  
  #menu_price_filter_body .timiApo, #menu_price_filter_body .timiMax {
    width: calc(50% - 30px);
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
  }
  
  #menu_price_filter_body .timiApo {
    -ms-flex-order: 1;
    order: 1;
    margin-right: 1.875rem;
  }
  
  #menu_price_filter_body .timiMax {
    -ms-flex-order: 1;
      order: 1;
      margin-left: 1.875rem;
  }
  
  #menu_price_filter_body #price_lower {
    -ms-flex-order: 3;
    order: 3;
    margin-right: 1.875rem;
    font-weight: bold;
  }
  
  #menu_price_filter_body #price_upper {
    -ms-flex-order: 4;
      order: 4;
      margin-left: 1.875rem;
      font-weight: bold;
  }
  
  #menu_price_filter_body .timiApo:after {
    content: "";
    width: 0.625rem;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1.1875rem;
    border-top: 1px solid #000;
  }




#MATRIX:before {
    content:"\e195";
    font-family: font6pro;
    font-size: 20px
}
#MATRIX:hover:before,
#MATRIX:focus:before {
color: #000;
}

#MATRIX_ONECOL:before {
    content:"\f03a";
    font-family: font6pro;
    font-size: 20px
}
#MATRIX_ONECOL:hover:before,
#MATRIX_ONECOL:focus:before {
color: #000;
}
#LIST {
    display: none;
}
#LIST:before {
    content:"\f00b";
    font-family: font6pro;
    font-size: 20px;
}
#LIST:hover:before,
#LIST:focus:before {
color: #000;
}

.chars_onecol dt {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    display: list-item;
    margin-left: 15px;
    margin-top: 2px;
}

.sidebar {
    display: none;
     border: 1px solid #e0e0e0; 
    padding: 16px;
    border-radius: 0.3125rem;
}
/* #pg_prod_menu {
    line-height: 30px;
} */

#pg_prod_menu .pg_accordion_inner ul {
    list-style: none;
    /* border-bottom: 1px solid #f2f2f2; */
    padding: 9px 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
}
#pg_prod_menu .ban_i22 li.active > a {
    font-weight: bold;
}
.pg_acc_heading {
    padding-bottom: 10px;
}
.pg_acc_heading.head_active {
    font-weight: bold;
}

.pages .page_back_next a, .pages .page_num a, .page_back_next a, .pages .page_num_active a {
    color: #8b8b8b;
    background: #fff;
    /* border: 1px solid #e8e8e8; */
    height: 100%;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin: 0px 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
}
.pages .page_back_next span {
    line-height: unset;
}
.pages .page_num_active a u {
	text-decoration: none;
}
.pages .page_num_active a {
    background-color: #f7941d;
	color: #fff
}
.pages .page_num_active a:hover{
	background: #f7941d;
	color: #fff;
}
.pages .page_back_next a:hover,.pages .page_num a:hover{
	background-color: #f7941d;
	color: #fff
}

.promo-home {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(260px, 1fr) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 20px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    margin: 20px 0 20px;
    will-change: opacity;
	-webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.transtion1 {
	border-radius: 8px;
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;	
}

.transtion1:active, .transtion1:focus, .transtion1:hover {
    transform: translateY(-8px);
}

.promo-home .promo-item {
	position: relative;	
}
.promo-home .promo-item h2 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 20px;
    background: rgb(98 143 28 / 77%);
    padding: 10px;
    border-radius: 4px;
    font-weight: 300;
    letter-spacing: .5px;
}

.pg_banner_titles, .pg_banner_title {
    margin: 20px 0;
    font-size: 25px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
}
.sidebar .pg_banner_titles {
    font-size: 25px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
}

.home_tabpanel li {
	margin-right: 5px;
	background: #7f7f7f;
    font-size: 18px;
    font-weight: 300;
} 
.home_tabpanel li.active {
    background: #f7941d;
   
}
.home_tabpanel li a {
	display: block;
	padding: 11px 15px;
	color:#fff
}
.main-wrapper:empty *:empty {display: none;}

#categories {padding: 20px 0;}

.categories h2 a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    height: calc(100% - 56px);
    background-position: 10% bottom;
    background-repeat: no-repeat;
    background-size: auto 85px;
    height: 85px;
}
.categories li:hover h2 a:before {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
.categories h2 a:before{
	/* content: var(--varcatimg); */
	background-image: var(--varcatimg);
}
.bg {
	height: 72px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 65px;
}
.none {display:none !important;}

.category.health-beauty {
    background: #dd6c75;
}

.categories_banner {
	background: #f1f1f1;
	display: flex;
	padding: 20px 0;
}
.categories_banner dl {
	width: 100%;	
}
.categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(220px, 1fr) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 16px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    margin: 0 0 20px;
    will-change: opacity;
}
.categories img {
	display: inline-block;
	max-width: 100%;
	max-height: 72px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}
@media (min-width: 1326px){
.categories {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
}
}
.categories h2 {
	margin-bottom: 4px;
	padding-right: 18px;
	width: 100%;
}
.categories h2 span:hover {
    border-bottom: 1px solid;
}

.categories h2 a {
    font-size: 16px;
    display: block;
    padding: 24px 0 8px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    /* color: #bd9b40; */
}
.category-image {
	position: relative;
	display: flex;
    flex-direction: column;
	align-items: center;
    height: 100%;
	width: 100%;
}
.category-image a img {
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;	
}
.category:hover a img {
	-webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
.category a {
	display: flex;
	margin-top: auto;
}
.category {
	font-size: 14px;
	line-height: 18px;
	display: inline-flex;
	flex-direction: column;
	position: relative;
	/* margin-right: 16.5px; */
	/* width: 213px; */
	border-radius: 8px;
	padding: 0 0 0 0;
	/* overflow: hidden; */
	align-items: flex-start;
	/* width: 100%; */
	background: #fff;
    /* border: 1px solid #ddd; */
    padding: 0 22px 88px;	
}
.category.toggle-content {
	/*max-height: 258px;*/
	overflow: hidden;
}

.category.toggle-content:hover {
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 7px 6px rgb(0 0 0 / 8%);
}


.subcategory-link {
	padding: 6px 0;
}
.subcategory-link:hover {
    color: #ff7300;
}

/* .more-categories .subcategory-link {
	border: 2px dashed grey;
} */

.subcategory-link span {
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    max-width: 100%;
    display: block;
}
.subcategory-link span {
	border-bottom: 1px solid transparent;
}
.subcategory-link:hover span {
    border-color: currentColor;
}
.more-categories {
    /* font-style: italic; */
    margin-top: 10px;
	font-weight: 600;
    font-size: 12px;
}
.more-categories .subcategory-link span:before {
    font-family: 'FontPro';
    content: "•";
    font-weight: 400;
    margin-right: 4px;
    color: orange;
}
.banner_title {
    font-size: 18px;
    line-height: 23px;
    margin: 0 auto 24px;
    width: calc(100% - 32px);
}

.main-categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(220px, 1fr) [auto-fill];
    grid-gap: 8px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    margin: 0 0 20px;
    will-change: opacity;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
}

@media (min-width: 990px) {
    .main-categories {    
        grid-template-columns: repeat(5, minmax(220px, 1fr));
        grid-gap: 16px;
    } 
    }

   .products_omad:empty {display:none !important;}
   .pcode_H001_INDEX .products_omad {
       max-width: 100%;
   }
   
   .promo-home .products_omad .catcol {
       flex: 0 0 25%;
       max-width: 25%;
       margin-top: 5px;
   }
   
   .products_omad .catcol {
       flex: 0 0 25%;
       max-width: 25%;
   }
   
    .catcol {
       flex: 0 0 33.333%;
       max-width: 33.333%;
       padding-left: 10px;
       padding-right: 10px;
       margin-bottom: 10px;
       margin-top: 0;
   }
   .catcol-wrapper {
       height: 100%;
   }
   .cat-card {
       background:#fff;
       height: 100%;
       position: relative;
       font-family: inherit;
       border-radius: 0;
       padding: 0;
       -webkit-transition: .15s ease-in-out;
       -o-transition: .15s ease-in-out;
       transition: .15s ease-in-out;
       border: 1px solid #dadada;
   }
   .products_omad .cat-card {
       padding: 20px;
       transition: none;
       border-radius: 5px;
       min-height: 212px;
       display: flex;
       flex-direction: column;
       justify-content: center;
   }
   .cat-card:hover {
       border: 1px solid #f15a22;
   }
   .cat-card:hover h2 {
       /* color:#fff; */
   }
   .cat-image {
       padding: 0;
       border-radius: 8px 8px 0 0;
       text-align: center;
   }
   .cat-image img {
       max-width: 100%;
       max-height: 150px;
       display: inline-block;
       border-radius: 6px 6px 0 0;
   }
   .cat-desc {
       font-size: 0.875rem;
       text-align: center;
       overflow: hidden;
       -ms-text-overflow: ellipsis;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
       display: -webkit-box;
       text-align: center;
       line-height: 120%;
       max-height: 58px;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
   }
   .cat-desc h2 {
        color: #000;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 500;
        margin: 15px 0 0;
    }   

.loginok {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 50px;
    display: block;
    background: #fff;
}
.login-items {
	display: flex;
    align-items: center;
	align-items: flex-start;
}
.login-spans {
    display: flex;
    flex-direction: column;
}
.login-spans span {margin: 3px 0px; font-size: 20px; border-bottom: 1px solid transparent;}
.login-spans span:hover {border-bottom: 1px solid;}
.login-items span i {
	margin-right: 10px;	
}
.profile_page {
    max-width: 1000px;
    margin: 0 auto 50px;
    background: #fff;
    display: block;
    padding: 40px;
}

.profile_page tr {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#profile_submit input[name="b1"] {
    padding: 12px 15px;
    border-radius: 2px;
    background: #00aae7;
    color: #fff;
    cursor: pointer;
	-moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
#profile_submit input[name="b2"] {
    padding: 12px 15px;
    border-radius: 2px;
    background: #aaa;
    color: #fff;
    cursor: pointer;
	-moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
#profile_submit input[name="b1"]:hover {
background: #0683c0;
}
#profile_submit input[name="b2"]:hover {
background: #888;
}

@media (max-width: 992px) {
.profile_page tr {
    display: block;
}
}


.login-items {
	display: flex;
    flex-direction: column;
}
.box-login-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.box-login-content h3 {
	font-size: 20px;
}
.box-login-content .box {
    margin-bottom: 0;
    cursor: pointer;
    padding: 20px;
}
.box-login-content .box span {
	padding: 5px 0;
    display: block;
}
.box-login-content .box:hover {background: #fff;}
.invoicesGridTable .print_receipt, .invoicesGridTable .print_invoice {
display: none;
}


@media (min-width: 769px) {
.category {
    height: 100%;
    background: #fff;
    /* border: 1px solid #ddd; */
	padding: 0 22px 88px;
}
.banner_title {
    font-size: 22px;
    line-height: 29px;
    width: 100%;
	margin-bottom: 32px;
}
}

@media screen and (min-width: 63.9375em) {
    .sidebar {
        display: block;
        height: 100%;
    }
}

@media (min-width: 992px) {

    #multiselect_banner_body2, #multiselect_banner_btn2 {
        display: none !important;
    }
    .sidebar .products_perpage, .sidebar .products_order, .sidebar .products_view {
        display: none !important;
    }
}
#maincolumn_table .compare_item{display: none;}

@media (max-width: 992px) { 
    


    
.header-btn-group .text, .btn-wish-list .wsh .text {
    display: none;
}
    .pmatrix_onecol {
        flex-direction: column;
    }

    .btn-header-icon {
        padding: 0.375rem 0.35rem;
    }
    
    .regionHeaderWrap {
        height: 54px;
    }
    .region1wrap {
        padding: 0 12px;
    }
    .logo, .main-menu {
        display: none;
    }
    
    #logo-mobile {  
        display:  block !important;
        padding: 0 15px;
        position: relative;
        z-index: 10;
    }
    #logo-mobile img {  
        width: 108px;
    }
    .user-toolbar {
        gap: 12px;
    }
    .user-toolbar .btn-home {
        display: none;
    }
    .camera_caption h2 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .one_prod_description {
        margin-top: 0
    }
    #sh_tab #product_nav_tabs>li {
        display: inline-block;
        max-width: 115px;
        text-align: center
    }
    #sh_tab #product_nav_tabs>li a {
        font-size: 15px;
        padding: 12px 8px;
        height: 70px
    }
}


@media (max-width: 768px) and (max-width: 768px){
	#order_form form[name="parag"] #basket_container .basket .products_table thead > tr > th,#order_form form[name="parag"] #basket_container .basket .products_table .browse_title{
		display: none
	}
}
@media (max-width: 768px) and (max-width: 768px){
	#order_form form[name="parag"] #basket_container .basket .products_table tr{
		border: 1px solid #f0f0f0;
	}
}
@media (max-width: 768px) and (max-width: 768px){
	#order_form form[name="parag"] #basket_container .basket .products_table tr td{
		float: right;
		padding: 5px 10px;
		display: inline-flex;
		width: 100%;
		min-height: 18.85714286px
	}
	#order_form form[name="parag"] #basket_container .basket .products_table tr td:before{
		content: attr(title);
		display: inline-block;
		width: 50%
	}
	#order_form form[name="parag"] #basket_container .basket .products_table tr td.browse_item0{
		border-bottom: 1px solid #f0f0f0
	}
	#order_form form[name="parag"] #basket_container .basket .products_table tr td.browse_item1{
		border-bottom: 1px solid #eee
	}
}
@media (max-width: 768px) and (max-width: 768px){
	#order_form .order_completed #basket_container .basket .products_table thead > tr > th,#order_form .order_completed #basket_container .basket .products_table .browse_title{
		display: none
	}
}
@media (max-width: 768px) and (max-width: 768px){
	#order_form .order_completed #basket_container .basket .products_table tr{
		border: 1px solid #6f6f6f
	}
}
@media (max-width: 768px) and (max-width: 768px){
	#order_form .order_completed #basket_container .basket .products_table tr td{
		float: right;
		padding: 5px 10px;
		display: inline-block;
		width: 100%;
		min-height: 18.85714286px
	}
	#order_form .order_completed #basket_container .basket .products_table tr td:before{
		content: attr(title);
		display: inline-block;
		width: 50%
	}
	#order_form .order_completed #basket_container .basket .products_table tr td.browse_item0{
		border-bottom: 1px solid #fff
	}
	#order_form .order_completed #basket_container .basket .products_table tr td.browse_item1{
		border-bottom: 1px solid #eee
	}
}

/* orders_cart */

@media (max-width: 768px) {
    .search_order {
        width: 100%
    }
    form[name="orders_cart"] #cart_products .products_table {
        margin: 25px auto
    }
    form[name="orders_cart"] #cart_products .products_table tr td {
        border-top: none;
        cursor: default
    }
    form[name="orders_cart"] #cart_products .products_table tr td>a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }
    form[name="orders_cart"] #cart_products .products_table tr td>a:hover {
        cursor: pointer
    }
    form[name="orders_cart"] #cart_products .products_table tr td>span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }
    form[name="orders_cart"] #cart_products .products_table tr {
        text-align: left;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table thead>tr>th,
    form[name="orders_cart"] #cart_products .products_table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px;
        text-align: left;
    }
    form[name="orders_cart"] #cart_products .products_table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }
    form[name="orders_cart"] #cart_products .products_table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }
    form[name="orders_cart"] #cart_products .products_table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}