body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
}

i.fa.fa-bars, i.fa-solid.fa-bars {
    width: unset !important;
}
i.fa, i.fa-solid {
    width: 28px;
    text-align: center;
}

.logo_text {
    font-family: fantasy;
    color: rgb(255, 235, 59);
    font-size: 54px;
    margin: 0 0 0 8px;
    white-space: nowrap;
}
.header {
  position: fixed;
  text-align: center;
  border-bottom: 3px solid rgb(181, 70, 255);
  padding-bottom: 2px;
  font-family: system-ui;
  background-color: rgb(53, 0, 88);
  z-index: 1;
}
.header_logo {
    max-height: 65px;
    max-width: 100%;
}
.header_title {
    text-align: right;
}
html[dir="rtl"] .header_title {
    text-align: left;
}
.logged_in_name_header {
    white-space: nowrap;
    padding: 0 20px;
}
.account_login_status {
    display: inline-block;
    color: rgb(255, 235, 59);
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
}
.account_login_status a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 235, 59);
}
.account_login_status .account_base_data_value {
    text-decoration: none;
    font-weight: bold;
    color: rgb(181, 70, 255);
}
.account_base_data {
    display: none;
    position: absolute;
    background: #eef;
    color: #000;
    border: 1px double #ccf;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    font-weight: 600;
    right: 22px;
    background: rgb(242, 222, 2255);
}
html[dir="rtl"] .account_base_data {
    text-align: right;
    right: unset;
    left: 22px;
}
.account_login_status:hover .account_base_data {
    display: block;
}
.site_title {
    display: inline-block;
    font-size: small;
    color: rgb(181, 70, 255);
}
h1.header_title_text {
    font-family: verdana;
    border: 1px solid #faa;
    border-radius: 10px;
    padding: 16px;
    background: #f8f8ff;
}
.content {
    font-family: system-ui;      
    margin: 96px auto 125px auto;
    min-width: 600px;
}
.content label.label1 {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: rgb(53, 0, 88);
}
.content label.label2 {
    font-weight: bold;
    color: rgb(53, 0, 88);
}
.content label.label3 {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    color: rgb(53, 0, 88);
}
#filter_search_dialog .box_content label.label3 {
    width: 100px;
}
.content select {
  border: 1px solid #aaa;
  border-radius: 8px;
  background: rgb(229, 198, 249);
  padding: 7px;
  width: 367px;
  margin-bottom: 10px;
  color: rgb(53, 0, 88);
}

html[dir="rtl"] .content select {
  width: 358px;
}

.content input[type=text], .content input[type=password] {
    border: 1px solid #aaa;
    border-radius: 8px;
    background: rgb(229, 198, 249);
    padding: 7px;
    width: 450px;
    margin-bottom: 10px;
    color: rgb(53, 0, 88);
}
.content input.has_select {
    margin-bottom: 0px;
}
.content input[type=button], .content input[type=submit] {
  /*width: 125px;*/
  height: 25px;    
  background-color: rgb(255, 235, 59);
  border-radius: 8px;
  border: 1px solid #aaa;
  margin: 6px;
  color: rgb(53, 0, 88);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.content input[type=button]:disabled, .content input[type=submit]:disabled {
    background: #aab;
    color: #ddd;
}
.footer {
    font-family: system-ui;
    text-align: center;
    border-top: 3px solid rgb(181, 70, 255);
    margin-top: 2px;
    background-color: rgb(53, 0, 88);
    color: rgb(255, 235, 59);
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.error {
    border: 1px solid #fbb;
    background: #fee;
    text-align: center;
    padding: 16px;
    margin: 16px 0;
    color: #800;
}
.register_form {
      margin: auto;
}
.content input[type=button].button1 {
  width: 120px;
  height: 30px;    
  background-color: rgb(255, 235, 59);
  border-radius: 8px;
  border: 1px solid #aaa;
  margin: 6px;
  color: rgb(53, 0, 88);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.content input[type=button].button1:hover {
  background-color: rgb(181, 70, 255);
  color: rgb(255, 255, 255);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.content input[type=button].button1:active {
  color: rgb(255, 235, 59);
  background-color: rgb(53, 0, 88);
  box-shadow: 0 0px #666;
  transform: translateY(2px);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.content input[type=button].button1:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.content input[type=button].button2 {
  width: 120px;
  height: 30px;    
  background-color: rgb(255, 235, 59);
  border-radius: 8px;
  border: 1px solid #aaa;
  margin: 6px;
  color: rgb(53, 0, 88);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.content input[type=button].button2:hover {
  background-color: rgb(181, 70, 255);
  color: rgb(255, 255, 255);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.content input[type=button].button2:active {
  color: rgb(255, 235, 59);
  background-color: rgb(53, 0, 88);
  box-shadow: 0 0px #666;
  transform: translateY(2px);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.content input[type=button].button2:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button.button3 {
  width: 125px;
  height: 25px;    
  background-color: rgb(255, 235, 59);
  border-radius: 8px;
  border: 1px solid #aaa;
  margin: 6px;
  color: rgb(53, 0, 88);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
button.button3:hover {
  background-color: rgb(181, 70, 255);
  color: rgb(255, 255, 255);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

button.button3:active {
  color: rgb(255, 235, 59);
  background-color: rgb(53, 0, 88);
  box-shadow: 0 0px #666;
  transform: translateY(2px);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

 button.button3:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button.button4 {
  width: 30px;
  height: 30px;  
  padding: 0; 
  background-color: rgb(255, 235, 59);
  border-radius: 8px;
  border: 1px solid #aaa;
  color: rgb(53, 0, 88);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
button.button4:hover {
  background-color: rgb(181, 70, 255);
  color: rgb(255, 255, 255);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

button.button4:active {
  color: rgb(255, 235, 59);
  background-color: rgb(53, 0, 88);
  box-shadow: 0 0px #666;
  transform: translateY(2px);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button.button4:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button.close_button {
  width: 32px;
  height: 25px;  
  padding: 0; 
  border: 0;
  box-shadow: none;
  color: rgb(255,235,59);
  background-color: rgb(53,0,88);    
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  float: right;
  margin: 0 6px;
}
button.close_button:hover {
  background-color: rgb(53,0,88);
  color: rgb(255, 0, 0);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

button.close_button:active {
  color: rgb(167, 0, 0);
  background-color: rgb(53, 0, 88);
  box-shadow: 0 0px #666;
  transform: translateY(2px);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button.close_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

table.tabulated_data {
    width: 100%;
    border-collapse: collapse;
    background: rgb(242, 222, 255);
}
table.tabulated_data thead tr {
    background: rgb(53, 0, 88);
    font-weight: bold;
    color: rgb(255, 235, 59);
}
table.tabulated_data tbody tr {
    cursor: pointer;
}
table.tabulated_data td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}
div.footer .powered_by {
    font-size: small;
    color: #888;
    margin-left: 20px;
}

div.list_select {
    display: none;
    border: 1px solid #888;
    border-radius: 4px;
    padding: 3px;
    overflow-y: auto;
    max-height: 100px;
    position: absolute;
    background: #fff;
    width: 300px;
    margin-bottom: 10px;
}
div.list_select_option {
    cursor: pointer;
    border-bottom: 1px dotted #bbb;
    font-size: large;
    padding: 2px;
}
div.list_select_option:hover {
    background: #ddf;
}

img.button {
  padding: 6px;
  vertical-align: middle;
  border: 1px solid #aaa;
  border-radius: 8px;
  cursor: pointer;
  background-color: rgb(255, 235, 59);
  color: rgb(53, 0, 88);  
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
img.button:hover {
    background-color: rgb(181, 70, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

img.button:active {
    color: rgb(255, 235, 59);
    background-color: rgb(53, 0, 88);
    box-shadow: 0 0px #666;
    transform: translateY(2px);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.categories_select_div {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #aaa;
    width: 480px;
    transform: translate(-50%, -50%);
    background: rgb(53, 0, 88);
    text-align: center;
    padding: 10px 0px;
    z-index: 100;
}
html[dir="rtl"] .categories_select_div {
    left: 0;
    right: 50%;
    transform: translate(50%, -50%);
}
.num_align {
    text-align: right;
}
#categories_select {
}
html[dir="rtl"] .num_align {
    text-align: left;
}
h3.admin_indicator {
    color: red;
    float: right;
}
html[dir="rtl"] h3.admin_indicator {
    float: left;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.2s ease-in-out;
}

#nav {
  text-align: center;
  width: 50px;
  height: 65px;
}
html[dir="rtl"] #nav {
    margin-right: 0;
    margin-left: 16px;
}
#nav a {
  color: rgb(255, 235, 59);
  text-decoration: none;
}
#nav li {
  display: inline;
  position: relative;
}
#nav li ul {
  position: absolute;
  display: none;
}
#nav li a {
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
}
#nav li:hover a {
  background-color: rgb(53, 0, 88);
  color: rgb(255, 235, 59);
  font-weight: bold;
  height: 0;
}
#nav li:hover a.main {
  color: rgb(255, 235, 59);
}
#nav li.nav-main {
    z-index: 100;
    padding-bottom: 10px;
}
#nav li.nav-main:hover ul.nav-all {
  display: block;
}
html[dir="rtl"] #nav li:hover ul {
    text-align: right;
    right: 0;
}
#nav li:hover ul a {
  display: block;
  padding: 2px 6px 24px 6px;
  border-bottom: 1px solid rgb(181, 70, 255);
}
#nav li:hover ul a:hover {
  background-color: rgb(181, 70, 255);
  color: #fff;
}
#nav li div.divider {
  height: 0px;
  background: rgb(53, 0, 88);
}
#nav .main {
  font-size: 40px;
  line-height: 1;
  padding: 16px 10px 0px 10px;
  background-color: rgb(53, 0, 88);
}
#nav ul {
    text-align: left;
    min-width: 200px;
    box-shadow: 1px 1px 8px rgb(181, 70, 255);
    top: 28px;
}
#nav ul.sub_menu {
    left: 100% !important;
    top: 0px !important; 
    display: none;
}
#nav-languages:hover ul.sub_menu {
    display: block;
}
html[dir="rtl"] #nav ul.sub_menu {
    right: 100% !important;
}
div.register_form input.temporary_password {
    border: none;
    background: unset;
    font-size: large;
}

#edit_images {
    border-color: #fff;
    margin: 8px 0;
    display: flex;
}
#edit_images img.design_img {
    height: 200px;
    text-indent: 0;
    cursor: pointer;
    border: 3px solid;
    border-color: inherit;
}
#category_input {
    width: 406px;
}
#open_category_select {
    width: 35px;
    height: 35px;
    padding-top: 3px;
}
#design_image {
    max-width: 400px;
    max-height: 400px;
    cursor: pointer;
}
#zoom_design_image {
    padding: 2px;
    background: #aac;
    border-radius: 10px;
}
#zoom_design_image_div {
    display: none;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    overflow: scroll;
    transform: translate(-50%, -50%);
    border: 1px solid #888;
}
html[dir="rtl"] #zoom_design_image_div {
    left: 0;
    right: 50%;
    transform: translate(50%, -50%);
}
.quick_links {
    display: none;
}
#design_input_fields_div {
    width: 500px;
    display: inline-block;
    vertical-align: top;
}
#design_input_fields_div .size_unit {
    font-size: 12px;
}
#design_input_image_div {
    display: inline-block;
    vertical-align: top;
    min-width: 450px;
    min-height: 400px;
    text-align: center;
}
#design_input_image_div.loading {
    background: url(/images/spinner24x24.gif) no-repeat center;
}
.design_image_change_colors {
    float: right;
}
#design_pick_colors {
    display: none;
    width: 200px;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 100;
}
#design_pick_colors .colors_container {
    margin: 10px;
    height: 200px;
    overflow: auto;
}
#design_pick_colors .design_pick_color {
    cursor: pointer;
    margin: 4px auto;
    width: 150px;
    display: block;
}

.search_designs{
  display: grid;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto auto auto;
}


.search_designs img.design_img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
html[dir="rtl"] .search_designs img.design_img {
    left: 0;
    right: 50%;
    transform: translate(50%, -50%);
}
div.image_cont {
  width: 224px;
  height: 224px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #fff;
}
div.main_details {
  font-size: 14px;
  text-align: center;
  background: rgb(53, 0, 88);
  color: rgb(255, 235, 59);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
div.details_label {
    font-weight: bold;
    display: inline;
}
div.details_price {
  height: 22px;
}
html[dir="rtl"] div.details_price {
    
}
table.search_designs {
}
div.design_unit {
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  width: 224px;
}
div.search_div {
    font-size: 14px;
}
div.search_dic input {
}
div.search_div img {
    padding: 7px;
    margin-top: -2px;
}
#open_category_select {
    width: 33px;
    height: 33px;
    padding-top: 3px;
}
#filter_search_dialog {
    display: none;
    font-size: 12px;
    background: rgb(242, 222, 255);
}

.range_input {
  width: 150px !important;
  height: 30px;
  margin: 0 5px;
  margin-bottom: 10px;
  background: rgb(229, 198, 249);
  border-radius: 8px;
  border: 1px solid #aaa;
  color: rgb(53, 0, 88);
}
#fs_price_from, #fs_price_to {
    width: 150px !important;
}
#fs_stitches_from, #fs_stitches_to {
  width: 150px !important;
}
#fs_colors_from, #fs_colors_to {
  width: 150px !important;
}
#fs_trims_from, #fs_trims_to {
  width: 150px !important;
}
#fs_date_from, #fs_date_to {
  width: 150px !important;
}

#fs_category {
  width: 327px;
}
html[dir="rtl"] #fs_category {
  width: 315px;
}

#fs_sort {
width: 365px;
}

#search_query {
  width: 900px;
}

.fs_submit_btn_div {
  text-align: center;
}
.fs_submit_btn_div input {
    margin: 0 10px;
    width: 95px;
}
#filter_search_dialog label {
    margin-top: 6px;
}
#filters_list {
    font-size: 10px;
}

.note1 {
    font-size: 10px;
    color: #666;
}
.current_design_img {
    width: 600px;
    height: 600px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.current_design_img img {
    max-width: 100%;
    max-height: 100%;
}
.current_design_img:hover {
    overflow: hidden;
}
.current_design_img:hover img {
    max-width: unset;
    max-height: unset;
}
div.design_imgs_div {
    width: 594px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: flex;
    padding: 2px;
}
div.design_imgs_div_slide {
    display: flex;
    border-color: #fff;
}
.design_imgs_div_slide img.design_img {
    height: 100px;
    text-indent: 0;
    cursor: pointer;
    border: 3px solid;
    border-color: inherit;
}
div.design_main_details {
    display: flex;
}
div.images_section {
    width: 600px;
}
div.info_section {
    width: 300px;
    font-family: Bogle,Helvetica Neue,Helvetica,Arial,sans-serif;
    border-radius: 0.5rem;
    border: 1px solid #e3e4e5;
    margin-left: 10px;
    background: rgb(53, 0, 88);
}
div.info_section div.info_section_cont {
    padding: 10px;
}
img.img_selected {
    border-color: #4c4;
}
div.info_section .info_label {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 235, 59);
}
div.info_section .info_price {
    font-weight: 700;
    text-align: center;
}
div.info_section .info_price .price_whole {
    font-size: 28px;
    color: rgb(181, 70, 255);
}
div.info_section .info_price .price_cents {
    font-size: 14px;
    color: rgb(181, 70, 255);
}
div.info_section .info1 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(181, 70, 255);
}
div.info_section .info2 {
}
.tabulated_info {
    margin: 10px;
    line-height: 1.5em;
    font-size: 14px;
}
.tab_label {
    width: 80px;
    display: inline-block;
    color: rgb(181, 70, 255);
}
.tab_val {
    display: inline-block;
    color: rgb(255, 235, 59);
    font-weight: bold;
}
.dl_btn_div {
    padding: 10px;
    text-align: center;
}
.big_button {
    width: 230px;
    height: 30px;    
    background-color: rgb(255, 235, 59);
    border-radius: 8px;
    border: 1px solid #aaa;
    margin: 6px;
    color: rgb(53, 0, 88);
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.big_button:hover {
    background-color: rgb(181, 70, 255);
    color: rgb(255, 255, 255);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.big_button:active {
    color: rgb(255, 235, 59);
    background-color: rgb(53, 0, 88);
    box-shadow: 0 0px #666;
    transform: translateY(2px);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.admin_controls {
    text-align: center;
}
html[dir="rtl"] .admin_controls {
}

.box {
border-radius: 8px;
  border: 1px solid #ccc;
  display: inline-block; 
}
.dialog {
position: fixed;
left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
z-index: 10;
border-radius: 8px;
  border: 1px solid #ccc;
}
html[dir="rtl"] .dialog {
    left: 0;
    right: 50%;
    transform: translate(50%, -50%);
    width: 507px;
}
.box .box_title {
  font-weight: bold;
  font-size: 16px;
  background: rgb(53, 0, 88);
  color: rgb(255, 235, 59);
  text-align: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 4px 0px 0px 0px ;
  height: 30px;
}
.box .box_content {
  padding: 20px;
  background: rgb(242, 222, 255);
}
.box .box_buttons {
  padding: 4px;
  background: rgb(53, 0, 88);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 40px;
}
#download_dialog {
    display: none;
    background: #fff;
    width: 600px;
}

#download_dialog img {
    max-width: 200px;
    max-height: 200px;
    float: right;
    margin-right: 20px;
}
html[dir="rtl"] #download_dialog img {
    float: left;
}
#download_dialog button.button3 {
    margin: 10px
}
#download_dialog .download_dialog_props {
    min-height: 210px;
}

#amount_input {
    background: inherit;
    border: none;
    text-align: center;
    width: 50px;
}
.amount_font {
    font-size: xx-large;
}
#amount_input:focus-visible {
    outline: none;
}
.amount_input .sub_text {
    color: #666;
    font-size: 14px;
}
.amount_input {
}
.payment_methods {
    display: none;
    margin: 20px 100px;
}
.payment_methods .pm {
    text-align: initial;
    padding: 10px;
}
.payment_methods .pm.selected_pm {
    border: 1px solid #eee;
    border-radius: 10px;
}
.payment_methods .pm .pm_row {
    padding: 10px 0;
}
.payment_methods .pm .pm_row .pm_rb{
}
.payment_methods .pm .pm_row .pm_img {
}
.payment_methods .pm .pm_row .pm_label {
}
.payment_methods .pm .pm_details {
    padding: 20px;
    display: none;
}
.payment_methods .pm .pm_row div {
    display: inline-block;
    vertical-align: middle;
}
#thankyou_dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(224, 224, 224, 0.6);
}
#thankyou_dialog .dialog {
    width: 600px;
    background: #fff;
}

#thankyou_dialog label {
    width: 150px;
    display: inline-block;
}
#thankyou_dialog .ty_value {
    display: inline-block;
}

.main_details .details_price .price_whole {
  font-size: 14;
  font-weight: bold;
  text-align: center;
}
.main_details .details_price .price_cents {
  text-align: center;  
  font-size: 10;
  font-weight: bold;
}

.account_login_status .header_login_mob {
  display: none;
}
.account_login_status .header_name_mob {
    display: none;
}

.login_inst {
  display: inline-block;
  vertical-align: top;
  min-width: 400px;
}
.profile_box {
  min-width: 600px;
}
.profile_box .user div {
  display: inline-block;
}
.profile_box label.label3 {
  width: 140px;
  vertical-align: top;
}
.download_dialog_props label.label3 {
  width: 100px;
}
.download_dialog_props div {
  display: inline-block;
}
#admin_buttons button {
  width: 250px;
}

@media print {
  .no_print {
      display: none;
  }
}

.pagination {
    text-align: center;
}

.bottom_ad {
}
.bottom_ad_mob {
}

.announcement {
    border: 1px solid #bdb;
    background: #efe;
    padding: 15px;
    color: #080;
    font-size: 14px;
    width: 80%;
    margin: 5px auto;
}
.announcement_dismiss {
    display: block;
    text-align: end;
}

/* Mobile */
@media (max-width:500px) {
body {
  display: block;
  flex-direction: unset;
}
.header {
  top: 0;       
}

.header_logo {
  max-height: 35px;
  max-width: 100%;
}

.logo_text {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}

.content {    
  min-width: 95%;
  margin: 65px auto 65px auto;
  align-items: center;
  justify-content: center;   
}

.content input[type=text], .content input[type=password] {
  width: 100%;
}

.register_form {
  width: 100%;
}

div.cart {
  width: 100%;
}

.order_items {
  max-height: 250px;
}
  
.categories_select_div {
  width: 70%;
}
  
#categories_select {
  width: 92%
}
  
table.tabulated_data {
  width: 90vw;
  font-size: small;
  margin: auto;
}
  
table.tabulated_data td {
  padding: 3px;
}

.mob_hide {
  display: none;
}

#edit_images {
  overflow: scroll;
}
  
#category_input {
  width: 85%;    
}
  
input[type=text].suffixed_input {
  width: 85%;
}
  
#design_input_fields_div {
  width: 100%;
}
  
#design_input_image_div {
  width: 100%;
  margin-top: 20px;
}

div.image_cont {
  width: 100%;
  height: 152px;
}
  
div.details_label {
  display: block;
  
}
  
div.details_price {
  padding-top: 2px;
}
  
div.design_unit {
  width: 46%;
}
  
#search_query {
  width: calc(100% - 68px);
}
  
#filter_search_dialog {
  width: 90%;        
  
}
  
#fs_category {
  width: calc(100% - 151px);
}

html[dir="rtl"] #fs_category {
  width: calc(100% - 151px);
}
  
#fs_price_from {
  width: 23.52% !important;
}

#fs_price_to {
  width: 23.52% !important;
}
  
.range_input {
  width: 23.52% !important;
  font-size: 12;
  font-weight: bold;
  color: rgb(53, 0, 88);
}

html[dir="rtl"] #fs_price_from {
  width: 26.2% !important;
}

html[dir="rtl"] #fs_price_to {
  width: 26.2% !important;
}

html[dir="rtl"] .range_input {
  width: 26.2% !important;
  font-size: 12;
  font-weight: bold;
  color: rgb(53, 0, 88);
}

#download_dialog {
  width: 91%;
}
#download_dialog img {
    display: none;
}

div.main_details {
  display: block;
  padding-top: 2px;
}

div.images_section {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

div.info_section {
  width: 95%;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

div.current_design_img {
  width: 100%;
  height: unset;
  margin: auto;
}

div.design_imgs_div {
  width: 99%;
}

.payment_methods {
  margin: 0;
}

#thankyou_dialog .dialog {
  width: 91%;
  padding: 4%;
}

.box .box_content {
  padding: 10px;
  background: rgb(242, 222, 255);
}

.content select {
  border: 1px solid #aaa;
  border-radius: 8px;
  background: rgb(229, 198, 249);
  padding: 7px;
  width: calc(100% - 108px);
  margin-bottom: 10px;
  color: rgb(53, 0, 88);
}

html[dir="rtl"] .content select {
  width: calc(100% - 108px);
}

html[dir="rtl"] #filter_search_dialog .box_content label.label3 {
  text-align: right;
}

#nav .main {
  font-size: 30px;
  padding: 10px 10px 10px 10px; 
}  

.dialog {
width: 80%;
border-radius: 8px;
  border: 1px solid #ccc;
}

div.search_div {
  width: 90%;
  font-size: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

.search_designs{
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;       
}

#filter_search_dialog label {
  margin-top: 6px;
  text-align: left;
}
.account_login_status .header_login {
  display: none;
}
.account_login_status .header_login_mob {
  display: block;
}
.account_login_status .header_name {
    display: none;
}
.account_login_status .header_name_mob {
    display: block;
}
.search_filter_cancel_btn {
    display: none;
}
div.design_main_details {
  width: 95%;
  display: block;
  margin: auto;
}
#download_dialog .download_dialog_props {
    min-height: unset;
}
.profile_box {
  min-width: 90%;
}

  #nav {
    height: 45px;
  }

  .box {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
  }
}
