div.width-45 {
    width: 45%;
}
div.width-55 {
    width: 55%;
}
.mw-320{
    max-width: 320px;
}
.mw-480{
    max-width: 480px;
}
.mw-600{
    max-width: 600px;
}
#installer-install table.adminform{
	width:100%;
}
#cpanel div.icon {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
}
#cpanel div.icon a {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #565656;
    display: block;
    float: left;
    text-decoration: none;
    vertical-align: middle;    
	width: 158px;
	height: 118px;
	padding: 10px;
	font-weight: 700;
	font-size: .95rem;
	transition: all .25s
}
#cpanel div.icon a span {
	display: block;
	text-align: center;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis
}
#cpanel div.icon a:hover{
    color: #000;
}
html[data-bs-theme="dark"] #cpanel div.icon a {
	border-color: transparent;
	background-color: #282D34;
	color: #7ABFDC
}

html[data-bs-theme="dark"] #cpanel div.icon a:hover {
	color: #FFF;
	background-color: #1f3047
}

#cpanel img {
    margin: 0 auto;
    padding: 10px 0;
}
#cpanel span {
    display: block;
    text-align: center;
    font-size:90%;
    line-height: 110%;
}
span.jshop_red{
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
span.jshop_green{
	font-size: 12px;
	color: Green;
	font-weight: bold;
}
.clr{
    clear: both;
    height: 0;
    overflow: hidden;
}
.adminlist{
    width: 100%;
}
.jshop_edit .form-control, .jshop_edit .form-select{
    width: 240px;
}
.w100, td .form-control.w100, td .form-select.w100{
    width: 100%;
    max-width: 100%;
}
td .form-select{
    display: inline-block;
}
div.jshop_quote {
    text-align: left;
    margin-left: 20px;
    background-color: #E9ECEF;
    border: 1px solid #CCCCCC;
    color: #254D78;
    font-size: 12px;
    margin: 4px;
    padding: 10px;
}
[data-bs-theme="dark"] div.jshop_quote {
    background-color: var(--gray-700);
}
.jshop_border {
	border: 1px solid #4A5F9A;
}

table {
	text-align: left;
}
input{
	padding: 0;
	margin: 0;
}
input.small, select.small, td .form-control.small, .jshop_edit .form-control.small, .inputbox.small, .jshop_edit .form-select.small {
    width:50px;
}
input.small2, select.small2, td .form-control.small2, .jshop_edit .form-control.small2, .inputbox.small2, .jshop_edit .form-select.small2{
    width:80px;
}
input.small3, select.small3, td .form-control.small3, .jshop_edit .form-control.small3, .inputbox.small3, .jshop_edit .form-select.small3{
    width:90px;
}
input.middle, select.middle, td .form-control.middle, .jshop_edit .form-control.middle .inputbox.middle, .jshop_edit .form-select.middle{
    width:100px;
}
input.middle2, select.middle2, td .form-control.middle2, .jshop_edit .form-control.middle2, .inputbox.middle2, .jshop_edit .form-select.middle2{
    width:130px;
}
input.middle3, select.middle3, td .form-control.middle3, .jshop_edit .form-control.middle3, .inputbox.middle3, .jshop_edit .form-select.middle3{
    max-width:240px;
}
input.wide, select.wide, textarea.wide, td .form-control.wide, .inputbox.wide {
    width:300px;
	max-width: 100%;
}
input.wide2, select.wide2, textarea.wide2, td .form-control.wide2, .inputbox.wide2 {
    width:400px;
	max-width: 100%;
}
.input-inline input, .input-inline select{
    margin:0px !important;
}
.jshop_edit div.current select, .jshop_edit div.current input{
    margin: 0px;
    float: none;
}
.jshop_edit label{
    clear: none;
    float: none;
    display: inline;
    width: auto;
    margin-top: 0px;
    padding-right: 5px;
}
.jshop_edit .controls{
    display: inline;
}
.jshop_edit .controls label{
    padding:0px;
}
.jshop_edit fieldset.adminform .controls label input{
    margin-right: 5px;
}
.jshop_edit fieldset.adminform label{
    width:auto;
    display: inline;
}
.jshop_edit fieldset.adminform img{
    float: none;
}
.jshop_edit .admintable td, .jshop_edit .admintable th{
    min-height: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}
.jshop_edit div.clear{
    clear: both;
}
.jshop_edit div.key1{
    margin-top:4px;
}
.jshop_edit div.value1 input{
    float:none;
}
a.jshop_order_status{
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
	font-weight: bold;
}
tr.order_not_created, tr.order_not_created td, .table tr.order_not_created td{
	font-style:italic; 
	color: #b00;
	opacity:0.8;
}
tr.bold td, tr.bold th, td.bold, th.bold{
	font-weight:bold;
}
td.center, th.center, tr.center td, tr.center th{
	text-align: center;
}
td.right, th.right, tr.right td, tr.right th, .table td.right, .table th.right{
	text-align: right;
}
table.table_attr{
	padding-bottom:15px;
}
.contacts{
    width: 320px;
    padding: 20px;
	background: #ebf0f3;
    border-radius: 10px;
    font-size: 16px;
    border:1px solid #ddd;
}
[data-bs-theme="dark"] .contacts {
    background: var(--gray-700);    
	border: 1px solid #ffffff0d;
	box-shadow: 0 0 15px #111
}
.contacts .jslogo{
    background: #f8fcff;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    position: relative;
}
[data-bs-theme="dark"] .contacts .jslogo {
    background: var(--header-item-content-bg);
}
.contacts .jslogo .version{
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    font-size: 18px;
}
.contacts .firm{
    font-size: 18px;
    text-align: center;
    padding: 15px 5px 25px 5px;
    margin-bottom: 10px;
}
.contacts .info{
    display: flex;
    color: #2a5082;
    align-items: center;
}
[data-bs-theme="dark"] .contacts .info {
    color: var(--template-link-color);
}
.contacts .info .img{
    width: 65px;
}
.contacts .info{
    line-height: 140%;
}
.contacts .info.mb-3{
    margin-bottom: 30px;
}
.contacts a:link,.contacts a:visited,.contacts a:active {
	color: #2a5082;
}
[data-bs-theme="dark"] .contacts a:link,
[data-bs-theme="dark"] .contacts a:visited,
[data-bs-theme="dark"] .contacts a:active,
[data-bs-theme="dark"] .contacts .blue {
    color: var(--template-link-color);
}
.contacts .blue{
    color: #2a5082;
}
.aboutus{
    display: flex;    
    flex-wrap: wrap;
}
.aboutus > div{
    margin-right: 15px;
    margin-bottom: 20px;
}
.contacts.firminfo{
    width: 360px;
    line-height: 130%;
    color: #757575;
}
[data-bs-theme="dark"] .contacts.firminfo {
    color: var(--body-color);
}


img.tab_image{
	vertical-align: middle;
}
table.adminlist{
	text-align: center;
}

span.icon-32-jshop_panel{
	background-image: url("../images/jshop_panel.png");
}

table.admintable td.key{
    width: 180px;
}
.helpbox{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f6f6f6;    
}
[data-bs-theme="dark"] .helpbox {
    background: var(--gray-700);
}
.helpbox .head{
    color: #888;
    background-image: url(../images/jshop_info_s.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
    font-weight:bold;
    padding-left:28px;
    padding-top:5px;
    padding-bottom:3px;
}
.helpbox .text{
    color: #999;
    padding-left:25px;
    padding-bottom: 3px;
}
.link_delete_foto{
    padding-top:2px;
}
.link_delete_foto img{
    border:0px;
}
.link_delete_foto a:hover{
    text-decoration: none;
}

.tmiddle td{
    vertical-align: middle;
}
.va-middle {
    vertical-align: middle;
}
.jssubmenu{
   background: #f6f6f6;
   margin-bottom: 10px;
   border-radius:10px;
   padding:5px 10px;
}
[data-bs-theme="dark"] .jssubmenu {
    background: var(--gray-700);
}
.jssubmenu #submenu{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div#element-box .jssubmenu div.m {
  border:1px solid #ccc;
  padding-bottom: 1px;  
}
.jssubmenu #submenu li a{    
    padding-left:10px;
    padding-right:10px;    
}
.jssubmenu #submenu li a.active{
    background-color: #0088CC;
    color: #fff;
}
.jssubmenu #submenu li{
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.block_related{
    width: 140px;
    height: 245px;
    float: left;    
}
.block_related_inner{
    margin:5px;
    height: 235px;
    border:1px solid #ccc;
    text-align: center;
    background: #fff;
    border-radius: 3px;
}
[data-bs-theme="dark"] .block_related_inner {
    background: var(--gray-700);
}
[data-bs-theme="dark"] select.form-control {
    background-color: var(--body-bg);
}
.block_related_inner .image{
    height: 140px;
    overflow: hidden;
}
.block_related_inner .name{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}
.table .product_label{
    position: absolute;
}
.table.table-dependent-attribute{
    margin-bottom: 5px;
}
.table.table-dependent-attribute thead th{
    white-space: normal;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 120%;
    padding: 5px 3px;
    width: 100px;
}
.table.table-dependent-attribute thead th.attr_adt_val{
    width: auto;
}
.table.table-dependent-attribute thead th.attr_td_del{
    width: 50px;
}
.table.table-dependent-attribute td{
    padding: 3px;
    font-size: 0.9rem;
}
.table.table-dependent-attribute td a{
    font-size: 0.9rem;
}
.table.table-dependent-attribute input{
    font-size: 0.9rem;
    width: 85px;
    padding-left: 3px;
    padding-right: 3px;
}
.table.table-dependent-attribute select {
    font-size: 0.9rem;
    padding-left: 5px;
}
.table.table-dependent-attribute input[type="checkbox"]{
    width: auto;
}
.table .inputordering{
    width: 40px;
}
.jshop_box_filter{
    white-space: nowrap;
    padding-right: 5px;
}
.product_folder_image {
	display: none;
}
.card .select-image {
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}
.order_stat_file_download_clear{
    text-align: right;
    padding-top:3px;
}
.images_list_search{
    text-align: right;
    padding-bottom:5px;
    padding-right:5px;
}
#list_order_items .tax{
    padding-top: 5px;
}
.jshop_list_footer{
    float: left;
}
.jshop_limit_box{
    float: right;
}
.jshop_log_info{
    font-size:12px;
}
.jshopfieldregister .col100 fieldset{
    min-height:1360px;
}
.js-filters{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.js-filters > div{
    margin-bottom: 5px;
    margin-right: 5px;
    max-width: 250px;
}
.js-stools .js-stools-field-list, .js-stools .js-stools-field-filter {
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 5px;
}
.js-stools .js-stools-field-filter label{
    margin-top: 10px;
    margin-right: 5px;
    float:left;
}
.js-stools .js-stools-field-filter .control{
    display: flex;
}
.js-stools .js-stools-field-filter .chzn-container.chzn-container-single .chzn-single{
    height: calc(calc(2.7rem + 4px) - 2px);
    padding-top: 0.575rem;
}
.product_attribute_select .prod_attr_img{
	vertical-align: top;
	margin-left:5px;
}
.product_attribute_select .prod_attr_img img{
    width:40px;
}
.product_attribute_select select{
    width: 140px;
    max-width: 100%;
    background-color: #fefefe;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: .6rem 1rem;
    line-height: 1.5;
}
.pagination.related{
    font-size: 16px;
}
.pagination.related a{
    display: inline-block;
    border:1px solid #ccc;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
.pagination.related a.active{
    background-color: #E9ECEF;
}
.pagination.related .page > span{
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
fieldset.adminform{
    padding:5px 10px;
}
.form-control-inline, .form-control .form-control-inline{
    display: inline-block !important;
}
.product_image_list{
    display: flex;
    flex-wrap: wrap;
}
.product_image_list .form-control{
    display: inline-block;
}
.product_image_list_item{
    text-align: center;
    padding: 5px 10px;
}
.product_image_list .image_block{
    min-height: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product_image_list .image_block img{
    max-width: 100px;
    max-height: 130px;
}

a.saveorder{
    background-color: transparent;
    padding: 0px 5px;
}
.uploadform{
    margin-bottom: 40px;
}
.review_product_name a.clear_com {
    margin-left: 15px;
    margin-right: 10px;
}

.jshop_edit .prod_extrafield_values{
    min-width: 240px;
}
.jshop_edit .prod_extra_fields_uniq_val{
    display: block;
    border-radius: var(--border-radius, 0.25rem);
    border: var(--border-width, 1px) solid var(--template-bg-dark-20, #aaa);
    min-height: 42px;
    padding: 8px;
    background-color: var(--body-bg);
}
.jshop_edit .prod_extrafield_title{
    padding-left: 10px;
}
.jshop_edit .prod_extrafield_values .form-control{
    width: 100%;
}
.jshop_edit .list_prod_extrafields .hide{
    display: none;
}

#extrafields_option_popup .modal-body{
    padding: 10px 20px;
}

.product_edit #currency_id{
    display: inline-block;
}

.mr-2 {
    margin-right: 0.5rem;
}
.nav-tabs .nav-link {
    position: relative;
    color: var(--link-color-rgb);
}
.nav-tabs .nav-link.active {
    font-weight: bold;
}

.nav-tabs .nav-link.active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    content: "";
    background-color: #5285c5;
    opacity: .8;
}
.nav-tabs .nav-item:hover .nav-link::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    content: "";
    background-color: #5285c5;
    opacity: .8;
}
.tbody-icon .icon-flash{
    color: #ffb514;
    border-color: #ffb514;
}

.tbody-icon .icon-basket{
    color: #ffb514;
    border-color: #ffb514;
}
a[class^="tbody-icon"][target="_blank"]::before{
    display: none;
}
div.latest{
    background: var(--success);
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    color: #fff;
}
div.latest a, div.latest a, div.latest a:not(.badge):not(.btn):not(.dropdown-item){
    color: #fff;
}
div.latest a[target="_blank"]::before{
    display: none;
}
div.avialable_version_update{
    background: var(--warning);
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
}
html[data-bs-theme="dark"] div.avialable_version_update, 
html[data-bs-theme="dark"] div.avialable_version_update a{
    color: #000 !important
}
a.a_addon_update{
    cursor: pointer;
}
.icon-print.print-html{
    color: #ce9210;
}

.btn-nopad {
    padding: 0;
}
img.productlabels{
    max-width: 120px;
}
.small-title {
    width: 50px;
}
.fs-14 {
    font-size: 14px;
}
a.no_blank[target="_blank"]:before{
    display: none;
}
.js_window_popup{
    cursor: pointer;
}
.product_image_attr_list{
    max-height: 400px;
    overflow: auto;
}
.product_image_attr_list .values_list{
    max-height: 180px;
    overflow: auto;
    border:1px solid #eee;
    padding: 2px 5px;
}
.alert.small a{
    color:#444;
}
.cat-try-header{
    font-size: 18px;
    font-weight: bold;
}
.cat-try-header a{
    color: var(--heading-color);
}

#ajaxLoadAnimate {
    position : fixed;
    left : 0;
    top : 40%;
    right: 0;
    z-index : 65533;
    opacity : 0.5;
    filter:alpha(opacity=50);
}
#ajaxLoadAnimate::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -32px;
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
	border-color: #888 transparent #888 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}