/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
  --e-global-color-primary: #0A426B;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #333333;
  --e-global-color-accent: #61CE70;
  --e-global-typography-primary-font-family: "Arial";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Arial";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Arial";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Arial";
  --e-global-typography-accent-font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #333;
}

.container {
  max-width: 1036px;
  width: 100%;
}
@media (width <= 768px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}

h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: #bbb;
  padding: 10px 0 0 0;
  width: auto;
  line-height: 29px;
  border-bottom: 2px solid #ddd;
}

h2 {
  margin: 0;
  font-size: 16px;
  color: #0a426b;
  padding: 10px 0 0 0;
  clear: both;
  line-height: 30px;
  font-weight: bold;
}

h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  line-height: 24px;
  color: #666;
}

strong {
  font-weight: bold;
}

h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding: 20px 0 0 0;
  clear: left;
}

.description {
  line-height: 20px;
  font-size: 14px;
  color: #333;
}

.pagination {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 767.98px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination:after ::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.pagination .record {
  float: left;
  padding: 5px 0;
}
.pagination .linkbox {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination .linkbox li {
  float: left;
  padding-left: 5px;
  cursor: pointer;
  line-height: normal;
}
@media (width <= 768px) {
  .pagination .linkbox li {
    padding-left: 3px;
  }
}
.pagination .linkbox li a, .pagination .linkbox li a:visited {
  display: block;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  background: #0961a2;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}
@media (width <= 768px) {
  .pagination .linkbox li a, .pagination .linkbox li a:visited {
    padding: 7px;
  }
}
.pagination .linkbox li a:hover, .pagination .linkbox li a:visited:hover {
  background: #0a426b;
}
.pagination .linkbox li a.active, .pagination .linkbox li a:visited.active {
  background: 0;
  color: #333;
  font-weight: 600;
  padding: 5px 3px;
}
.pagination .linkbox li[disabled=disabled] {
  margin: 0 0 0 5px;
  padding: 5px 8px;
  color: #fff;
  background: #999;
  border-radius: 5px;
  cursor: default;
}
@media (width <= 768px) {
  .pagination .linkbox li[disabled=disabled] {
    padding: 7px;
  }
}
.pagination .linkbox .pdot {
  margin: auto;
  position: relative;
  float: left;
  padding-right: 0;
}
.pagination .linkbox .ndot {
  margin: auto;
  position: relative;
  float: left;
  padding-left: 0;
}

.photo_list {
  position: relative;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (width <= 768px) {
  .photo_list {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.photo_list .row > * {
  padding-right: 9px;
  padding-left: 9px;
}
.photo_list .photo_item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 247px;
}
.photo_list .photo_item .item_in {
  position: relative;
  display: flex;
  flex-direction: column;
}
.photo_list .photo_item a {
  display: flex;
  width: 100%;
}
.photo_list .photo_item a img {
  width: 100%;
}
.photo_list .photo_item .desc {
  margin: 0;
  color: #0a426b;
  font-size: 12px;
  text-align: center;
  font-family: Arial;
  text-decoration: none;
  padding: 5px 2px 5px 0;
  height: 55px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.25rem;
}
.photo_list .photo_item .total {
  margin: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1.25rem;
}
.photo_list .photo_item .favorate {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: inline-flex;
  width: 25px;
  height: 25px;
  z-index: 9;
  background: #ffffff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.photo_list .photo_item .favorate svg {
  width: 17px;
  height: 15px;
}
.photo_list .photo_item .favorate svg path {
  fill: #333;
}
.photo_list .photo_item .undercolorbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 10px auto 10px auto;
  position: relative;
  float: left;
  height: 18px;
  text-align: center;
}
.photo_list .photo_item .undercolorbox li.coloritem {
  margin: auto auto 3px 3px;
  position: relative;
  float: left;
  width: 12px;
  height: 12px;
  border: 1px solid #eee;
}
.photo_list .morebox {
  margin: auto;
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 4px 3px 0;
  clear: both;
}
.photo_list .morebox .itemmore a {
  margin: auto;
  position: relative;
  float: right;
  text-align: right;
  width: auto;
  background: #0a426b;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.photo_list .morebox .itemmore a:hover {
  text-decoration: none;
  color: #ccc;
  font-size: 12px;
}
.photo_list .cbcbox {
  clear: both;
  border: 5px solid #eee;
  padding: 6px;
  position: relative;
  background: #f6f6f6;
  margin: 0 0 10px 0;
}
.photo_list .cbcbox .cbc_data {
  float: left;
  width: 40%;
  max-width: 238px;
  background: #0a426b;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 40px 10px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
@media (width <= 768px) {
  .photo_list .cbcbox .cbc_data {
    width: 100%;
    max-width: 100%;
  }
}
.photo_list .cbcbox .cbc_data .cbc_text {
  font-size: 26px;
}
.photo_list .cbcbox .cbc_data span {
  font-size: 18px;
  display: block;
  padding: 18px 0;
  line-height: 25px;
}
.photo_list .cbcbox .cbc_data .cbc_btn {
  font-size: 18px;
  background: #007fd8;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.photo_list .cbcbox .cbc_titile1 {
  width: 62%;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
}
@media (width <= 768px) {
  .photo_list .cbcbox .cbc_titile1 {
    width: 100%;
    max-width: 100%;
  }
}
.photo_list .cbcbox .cbc_titile1 h3 {
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.photo_list .cbcbox .cbc_titile1 p {
  line-height: 20px;
  font-size: 14px;
}
.photo_list .cbcbox .cbc_titile1 .cbc_btn_more {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #0961a2;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
@media (width <= 768px) {
  .photo_list .cbcbox .cbc_titile1 .cbc_btn_more {
    position: relative;
    float: right;
  }
}
.photo_list .btm_desc ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.photo_list .btm_desc ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  padding: 3px 0;
  font-size: 14px;
  line-height: 20px;
}
.photo_list .btm_desc h5 {
  margin: 10px 0;
}

.btm_tags h3 {
  color: #0a426b;
  font-weight: 600;
  font-size: 17px;
  background: #f5f5f5;
  padding: 15px 5px 15px 25px;
  margin-top: 20px;
}
.btm_tags .tag_bg {
  padding: 10px 10px 10px 25px;
  background-color: #f1f1f1;
}
.btm_tags .tag_bg .columns_in {
  display: flex;
  flex-wrap: wrap;
}
.btm_tags .tag_bg .columns_in .cols {
  float: left;
  padding-right: 40px;
}
.btm_tags .tag_bg .columns_in .cols:last-child {
  padding-right: 2.5rem;
}
.btm_tags .tag_bg .columns_in .cols .cols_title {
  color: #333;
  font-size: 14px;
  padding: 5px 0;
}
.btm_tags .tag_bg .columns_in .cols ul {
  margin: 5px 0 15px 0;
  padding: 0 0 0 17px;
}
.btm_tags .tag_bg .columns_in .cols ul li {
  padding: 3px 0;
  font-size: 14px;
  line-height: 20px;
}
.btm_tags .tag_bg .columns_in .cols ul li a {
  text-decoration: none;
  color: #0a426b;
  font-size: 12px;
}

.fltr_wrap .side_fltr {
  width: 100%;
  background: #f5f5f5;
  margin: 15px 0 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 465px;
  margin: 15px 0 20px 0;
}
.fltr_wrap .side_fltr h3 {
  padding: 10px 0 0 0;
}
.fltr_wrap .side_fltr .size_check {
  padding: 0 0 10px 0;
  float: left;
  width: 100%;
}
.fltr_wrap .side_fltr .size_check .size-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.fltr_wrap .side_fltr .size_check .size-list li {
  display: flex;
  padding: 7px 0 0 0;
}
.fltr_wrap .side_fltr .size_check .size-list li a {
  line-height: normal;
  margin: auto;
  position: relative;
  padding: 0;
  float: left;
  clear: both;
  display: flex;
  align-items: center;
  margin: 0;
}
.fltr_wrap .side_fltr .size_check .size-list li a span {
  margin: 2px auto auto;
  float: left;
  color: #666;
  font-size: 12px;
  padding-left: 3px;
  width: 155px;
}
.fltr_wrap .blk h3 {
  padding-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.fltr_wrap .blk p {
  float: right;
  font-size: 12px;
  margin-top: 0;
  box-sizing: border-box;
  padding: 0;
}
.fltr_wrap .prod_categs {
  background: #fff;
  padding: 10px 0;
  float: left;
}
.fltr_wrap .prod_categs h3 {
  padding: 10px 0 5px 0;
}
.fltr_wrap .prod_categs h3.first {
  padding: 0 0 5px 0;
}
.fltr_wrap .prod_categs h3 span {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  background: red;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 4px;
}
.fltr_wrap .prod_categs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
}
.fltr_wrap .prod_categs ul li {
  float: left;
  list-style: none;
  margin: 0 5px 8px 0;
  padding: 0;
  border: 0;
}
.fltr_wrap .prod_categs ul li a {
  display: block;
  padding: 8px 10px;
  text-align: left;
  text-decoration: none;
  color: #666;
  font-size: 13px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  padding: 8px;
  line-height: normal;
}
.fltr_wrap .prod_categs ul li a:hover {
  background: #eee;
  border: 1px solid #0961a2;
}
.fltr_wrap .prod_categs ul li ul {
  margin-top: 8px;
}

.view_details .dets_box {
  margin: auto auto 20px;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media (width <= 768px) {
  .view_details .dets_box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.view_details .dets_box .img_box {
  margin: 0;
  position: relative;
  float: left;
  width: 320px;
  padding: 0px 0 0 0px;
}
@media (width <= 768px) {
  .view_details .dets_box .img_box {
    margin: 0 auto;
  }
}
.view_details .dets_box .img_box .photo_list .photo_item .favorate {
  width: 46px;
  height: 46px;
}
.view_details .dets_box .img_box .photo_list .photo_item .favorate svg {
  width: 33px;
  height: 26px;
}
.view_details .dets_box .img_box .photo_list .photo_item .item_in a img {
  width: 100%;
}
.view_details .dets_box .img_box .slider.slider-nav {
  margin-top: 0.625rem;
}
.view_details .dets_box .img_box .slider.slider-nav .slick-list {
  width: 80%;
  margin: 0 auto;
}
.view_details .dets_box .img_box .slider.slider-nav .slick-list .item_thumb {
  padding-right: 9px;
  padding-left: 9px;
}
.view_details .dets_box .img_box .slider.slider-nav .slick-list .item_thumb img {
  width: 100%;
  margin-bottom: 5px;
}
.view_details .dets_box .img_box .slider.slider-nav .slick-list .item_thumb h5 {
  width: 70px;
  text-align: center;
  font-weight: 400;
  color: #0961a2;
  cursor: pointer;
  line-height: 14px;
  font-size: 11px;
}
.view_details .dets_box .img_box .slider button.slick-next.slick-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg class='feather feather-chevron-right' fill='none' height='24' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
  font-size: 0;
  border: 0;
  background-color: transparent;
  width: 37px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 18%;
}
.view_details .dets_box .img_box .slider button.slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg class='feather feather-chevron-right' fill='none' height='24' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
  font-size: 0;
  border: 0;
  background-color: transparent;
  width: 37px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 18%;
  transform: rotate(180deg);
}
.view_details .dets_box .dets_card {
  float: right;
  width: 410px;
  padding: 5px 5px 5px 10px;
}
@media (width <= 768px) {
  .view_details .dets_box .dets_card {
    padding: 5px 0px 5px 0px;
  }
}
.view_details .dets_box .text-section {
  display: flex;
  width: 100%;
  padding-top: 10px;
  gap: 12px;
}
@media (width <= 768px) {
  .view_details .dets_box .text-section {
    flex-wrap: wrap;
  }
}
.view_details .dets_box .text-section .spec {
  float: left;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  background: #fff;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  width: 500px;
  float: left;
}
@media (width <= 768px) {
  .view_details .dets_box .text-section .spec {
    margin-bottom: 0;
    width: 100%;
  }
}
.view_details .dets_box .text-section .spec h2 {
  color: #0a426b;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  margin: 0;
  clear: both;
  line-height: 30px;
}
.view_details .dets_box .text-section .spec ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  margin: 0 0 10px 0;
  padding: 0 0 0 28px;
  color: #333;
}
.view_details .dets_box .text-section .spec ul li {
  padding: 3px 0;
  font-size: 14px;
  line-height: 20px;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.view_details .dets_box .text-section .spec ul li a {
  text-decoration: none;
  color: #0961a2;
  font-size: 11px;
}
.view_details .dets_box .text-section .spec ul li a:hover {
  text-decoration: underline;
  color: red;
  font-size: 11px;
}
.view_details .dets_box .text-section .spec ul li b {
  font-weight: bold;
}
.view_details .dets_box .text-section .spec ul li ul {
  margin: 0;
  padding: 0 0 0 16px;
}
.view_details .dets_box .tips {
  margin: 0 0 10px 0;
  box-sizing: border-box;
  width: 230px;
  float: right;
}
.view_details .dets_box .tips .tip_box {
  padding: 10px;
  background: #fffbed;
}
@media (width <= 768px) {
  .view_details .dets_box .tips {
    width: 100%;
  }
}
.view_details .dets_box .tips h2 {
  color: #0a426b;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  margin: 0;
  clear: both;
  line-height: 30px;
}
.view_details .dets_box .tips p {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 3px 0 10px 0;
}
.view_details .dets_box .tips b {
  font-weight: bolder;
}
.view_details .dets_box .tips a {
  color: #0a426b;
}
.view_details .dets_box .tips a:hover {
  color: red;
}
.view_details .dets_box .tips h5 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  line-height: 24px;
  margin: 0;
}
.view_details .dets_card h1 {
  border: 0;
  font-size: 22px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
  color: #0a426b;
}
.view_details .dets_card a.def_btn {
  text-decoration: none;
  margin: 5px 0;
  padding: 5px 6px;
  border-radius: 3px;
  font-size: 14px;
  background-color: #42C695;
  color: #fff;
  width: auto;
  text-align: center;
  display: block;
  line-height: normal;
}
@media (width <= 768px) {
  .view_details .dets_card a.def_btn {
    font-size: 13px;
  }
}
.view_details .box_one {
  max-width: 170px;
  width: 100%;
}
@media (width <= 768px) {
  .view_details .box_one {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.view_details .box_one table {
  width: 170px;
  max-width: 170px;
  border-collapse: collapse;
  margin: 0;
  font-size: 12px;
  border: 0;
  text-align: center;
}
@media (width <= 768px) {
  .view_details .box_one table {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
.view_details .box_one table th {
  padding: 5px;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  font-weight: 700;
  width: 50%;
}
.view_details .box_one table td {
  border: 1px solid #ddd;
  padding: 6px;
  line-height: normal;
  background: #fff;
}
.view_details .box_one table td.grey11 {
  color: #777;
  font-size: 11px;
  line-height: 15px;
  padding: 5px;
}
.view_details .box_one table td.grey11 a {
  color: #0961a2;
  text-decoration: underline;
  font-size: 11px;
}
.view_details .box_one table td.grey11 a:hover {
  color: #777;
}
.view_details .box_two {
  max-width: 224px;
  padding: 0 18px;
  padding-right: 0;
}
@media (width <= 768px) {
  .view_details .box_two {
    max-width: 280px;
    padding: 0 0px;
    padding-right: 0;
    width: 100%;
    margin: 15px auto 0;
  }
}
.view_details .box_two span {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 8px 0;
  display: inline-block;
  line-height: normal;
}
.view_details .box_two a {
  text-decoration: none;
  color: #0961a2;
  margin: 0 0 0 5px;
  font-size: 12px;
  display: inline-block;
}
.view_details .box_two select {
  display: block;
  clear: both;
  padding: 9px 10px;
  width: 100%;
  height: 40px;
  text-indent: 8px;
  background: #fff;
  font-size: 14px;
  border-radius: 0;
  margin: 0 0 5px 0 !important;
  outline: 1px solid #999;
  border: 0;
  border-right: 10px solid #fff;
  color: #333;
  text-indent: 0;
}
.view_details .box_two #finish_effect {
  display: inline-block;
}
.view_details .btn_startdesign {
  display: flex;
  margin-top: 8px;
  margin-bottom: 1.25rem;
}
.view_details .btn_startdesign a {
  margin: auto;
  position: relative;
  float: left;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #f5201c;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.view_details .btn_startdesign a:hover {
  background: #b80e0b;
}
.view_details .link_plain {
  text-decoration: none;
  color: #0961a2;
  font-size: 11px !important;
}
.view_details .link_plain:hover {
  text-decoration: underline;
  color: red;
  font-size: 11px;
}
.view_details .line_p2 {
  line-height: 20px;
  font-size: 14px !important;
  text-decoration: underline !important;
  color: #0961a2;
}
.view_details .line_p2:hover {
  text-decoration: underline;
  color: red;
  font-size: 14px;
}

.details_custom {
  padding-bottom: 50px;
}
.details_custom .photo_list h2 span {
  color: #999;
  font-size: 12px;
}
.details_custom .photo_list .desc {
  min-height: 65px;
}
.details_custom .photo_list .price {
  margin: 0;
  padding-left: 5px;
  color: #000;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}

.text-section-bottom h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  line-height: 24px;
  color: #666;
}
.text-section-bottom p {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  margin: 5px 0 10px 0;
}
.text-section-bottom .video {
  display: flex;
  width: 100%;
  margin: 6px 0;
}
.text-section-bottom .video img {
  width: 100%;
}
.text-section-bottom .link-p {
  font-weight: 700;
  color: #0a426b;
  text-decoration: underline;
  font-size: 12px;
}
.text-section-bottom .link-p:hover {
  color: #e00;
}
.text-section-bottom a {
  color: #0a426b;
  text-decoration: underline;
  line-height: 20px;
  font-size: 14px;
}
.text-section-bottom .btm_col_in {
  color: #999;
  font-size: 11px;
  height: 28px;
  padding: 5px 0 0;
  text-align: right;
}
.text-section-bottom .btm_col_in a {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
}
.text-section-bottom .btm_col_in a:hover {
  color: #000;
  text-decoration: underline;
}

.div-tooltip {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  color: #000;
  font-size: 12px "Roboto";
  border-radius: 5px;
  box-shadow: rgb(68, 68, 68) 0px 0px 10px;
  z-index: 999;
}

#preview {
  position: absolute;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 9999;
}

.stepper .bs-stepper .step-trigger {
  padding: 0;
  flex-direction: column;
}
.stepper .bs-stepper .step-trigger:hover {
  background: none;
}
.stepper .bs-stepper-label {
  display: inline-block;
  margin: auto;
  position: relative;
  color: #0A426B;
  font-size: 12px;
  font-weight: bold;
}
.stepper .active .bs-stepper-circle {
  background-color: #0A426B;
}
.stepper .bs-stepper-circle {
  background-color: #d5d4d4;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.stepper .bs-stepper-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.stepper .bs-stepper-header .step {
  position: relative;
  z-index: 1;
}
.stepper .bs-stepper-header .step:last-child:after {
  display: none;
}
.stepper .bs-stepper-header .step:last-child::before {
  right: 79px;
}
.stepper .bs-stepper-header .step:first-child::before {
  display: none;
}
.stepper .bs-stepper-header .step:after {
  height: 1px;
  width: 103px;
  background: #e4e3e3;
  content: "";
  position: absolute;
  top: 18px;
  left: 63px;
  z-index: -1;
}
.stepper .bs-stepper-header .step::before {
  height: 1px;
  width: 73px;
  background: #e4e3e3;
  content: "";
  position: absolute;
  top: 18px;
  right: 61px;
  z-index: -1;
}
.stepper .wizard > .steps a, .stepper .wizard > .steps a:hover, .stepper .wizard > .steps a:active {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: default;
  width: auto;
  margin: 0;
  padding: 0;
  align-items: center;
  background: transparent !important;
  margin: auto;
  position: relative;
  color: #bbb;
  font-size: 12px;
  font-weight: normal;
}
.stepper .wizard > .steps .current a,
.stepper .wizard > .steps .current a:hover,
.stepper .wizard > .steps .current a:active {
  background: #fff;
  color: #333;
  cursor: default;
  margin: auto;
  position: relative;
  color: #0A426B;
  font-size: 12px;
  font-weight: bold;
}
.stepper .wizard > .steps .current a .number,
.stepper .wizard > .steps .current a .number:hover,
.stepper .wizard > .steps .current a .number:active {
  background: #0a426b;
  color: #fff;
  cursor: default;
}
.stepper .wizard .steps .number {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #d4d3d3;
  color: #fff;
}
.stepper .wizard > .steps > ul > li {
  width: 20%;
  position: relative;
  z-index: 1;
}
.stepper .wizard > .steps > ul > li:after {
  height: 1px;
  width: 100%;
  background: #e4e3e3;
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  z-index: -1;
}
.stepper .wizard > .steps > ul > li:first-child::after {
  display: block;
  left: 50%;
}
.stepper .wizard > .steps > ul > li:last-child::after {
  display: block;
  left: auto;
  width: 50%;
}
.stepper .wizard > .content {
  margin: 0;
  margin-top: 0.9375rem;
}
.stepper .inp_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stepper .inp_box input {
  position: relative;
  float: left;
  width: 180px;
  font-size: 14px;
  padding: 0 5px;
}
.stepper .inp_box .inp_error {
  position: relative;
  float: left;
  padding-inline: 0px;
  font-size: 11px;
  color: #F00;
}
.stepper .inp_box .btn-plain {
  position: relative;
  width: 105px;
  cursor: pointer;
  height: 32px;
  float: left;
  border: 0;
  background: #efefef;
  font-weight: bold;
  color: #888888;
  font-size: 0.875rem;
}
.stepper .inp_box .btn-plain:hover {
  background: hsl(0, 0%, 93.73%);
}
.stepper .wizard, .stepper .tabcontrol {
  display: flex;
  flex-direction: column;
}
.stepper .wizard .actions, .stepper .tabcontrol .actions {
  order: 2;
  margin-top: 20px;
}
.stepper .wizard .actions li a, .stepper .tabcontrol .actions li a {
  padding: 0.2em 1em;
  border-radius: 2px;
  min-width: 120px;
  font-weight: bold;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #888888;
}
.stepper .wizard .actions li a:hover, .stepper .tabcontrol .actions li a:hover {
  background: #0961a2;
  color: #fff;
}
.stepper .wizard .actions li a:active, .stepper .tabcontrol .actions li a:active {
  background: var(--e-global-color-primary);
  color: #fff;
}
.stepper .wizard .actions li[aria-disabled=false] a, .stepper .tabcontrol .actions li[aria-disabled=false] a {
  background: var(--e-global-color-primary);
  color: #fff;
}
.stepper .wizard .actions li[aria-disabled=false] a:hover:hover, .stepper .tabcontrol .actions li[aria-disabled=false] a:hover:hover {
  background: #0961a2;
  color: #fff;
}
.stepper .wizard .steps, .stepper .tabcontrol .steps {
  order: 1;
  margin-top: 15px;
}
.stepper .wizard .content, .stepper .tabcontrol .content {
  order: 3;
}
.stepper .wizard > .steps .done a, .stepper .wizard > .steps .done a:hover, .stepper .wizard > .steps .done a:active {
  background: transparent;
  color: #93A9BA;
}
.stepper .wizard ul, .stepper .tabcontrol ul {
  display: flex;
}
.stepper .wizard ul li.done a:hover, .stepper .tabcontrol ul li.done a:hover {
  color: var(--e-global-color-primary) !important;
  cursor: pointer;
}
.stepper .wizard ul li.done a:hover span.number, .stepper .tabcontrol ul li.done a:hover span.number {
  text-decoration: none !important;
}
.stepper .hw_start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.stepper .hw_start ul {
  display: flex;
  margin-bottom: 0;
  gap: 1.875em;
}
.stepper .hw_start ul li {
  display: inline-flex;
  position: relative;
}
.stepper .hw_start ul li a {
  color: red;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
.stepper .hw_start ul li a:hover {
  color: #000;
}
.stepper .hw_start ul li:first-child a {
  color: #f26522;
}
.stepper .hw_start ul li:first-child a:hover {
  color: #000;
}
.stepper .hw_start button {
  border: 0;
  font-size: 0.6875rem;
  color: #888;
  background: #efefef;
  font-weight: bold;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  line-height: normal;
  border-radius: 3px;
}
.stepper .hw_start .how_btn {
  border: 0;
  font-size: 0.6875rem;
  color: #fff;
  text-decoration: none;
  background: #bebebe;
  font-size: 0.75rem;
  display: inline-flex;
  border-radius: 3px;
  color: #fff;
  padding: 4px 8px;
  line-height: normal;
}
.stepper .wizard .content {
  background: #fff;
  border-top: 0px solid #ddd;
  border-radius: 0;
  margin-top: 5px;
}
.stepper .wizard .content .drag_section {
  display: flex;
  width: 100%;
  border-radius: 4px;
}
.stepper .wizard .content .drag_section .drag_body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  padding-top: 15px;
}
.stepper .wizard .content .content_area {
  padding: 4px !important;
  border: 1px solid #f1f1f1;
  width: 100%;
  border-radius: 4px;
}
.stepper .wizard .content .content_area.add_text .col-md-3 {
  flex: 0 0 auto;
  width: 21.6%;
}
.stepper .wizard .content .content_area .show_all_files {
  padding: 21px !important;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stepper .wizard .content .content_area .show_all_files .drop-zone {
  width: 100%;
  max-width: 58px;
  height: 77px;
}
.stepper .wizard .content .content_area .show_all_files .drop-zone span.tp_edg {
  position: absolute;
  top: -9px;
  font-size: 9px;
  font-weight: normal;
}
.stepper .wizard .content .content_area .show_all_files .drop-zone span.right_edg {
  font-size: 9px;
  right: -24px;
}
.stepper .wizard .content .content_area .show_all_files .drop-zone span.lft_edg {
  font-size: 9px;
  left: -21px;
}
.stepper .wizard .content .content_area .show_all_files .drop-zone span.btm_edg {
  bottom: -15px;
  font-size: 9px;
}
.stepper .edit_screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stepper .edit_screen .edit_help {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper .edit_screen .edit_help a, .stepper .edit_screen .edit_help p {
  margin-right: 10px;
}
.stepper .edit_screen .drop-zone {
  width: 100%;
  max-width: 155px;
  height: 211px;
}

.how_btn {
  border: 0;
  font-size: 0.6875rem;
  color: #fff;
  text-decoration: none;
  background: #bebebe;
  font-size: 0.75rem;
  display: inline-flex;
  border-radius: 3px;
  color: #fff;
  padding: 4px 8px;
  line-height: normal;
}
.how_btn:hover {
  color: #fff;
  background: #b3b3b3;
}

.drop-zone {
  max-width: 205px;
  height: 280px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-image: url(https://makeplayingcardsus.com/wp-content/uploads/2025/06/bg-drag.png);
  position: relative;
}
.drop-zone a {
  font-size: 0.75rem;
  color: #aaa;
  text-decoration: none;
  z-index: 99;
}
.drop-zone a:hover {
  color: rgb(161, 3, 3);
}
.drop-zone a b {
  font-weight: bold;
}
.drop-zone span.tp_edg {
  position: absolute;
  top: -6px;
  font-size: 11px;
  font-weight: normal;
}
.drop-zone span.btm_edg {
  position: absolute;
  bottom: -10px;
  font-size: 11px;
  font-weight: normal;
  top: auto;
}
.drop-zone span.right_edg {
  position: absolute;
  bottom: auto;
  font-size: 11px;
  font-weight: normal;
  top: auto;
  right: -25px;
  transform: rotate(-90deg);
}
.drop-zone span.lft_edg {
  position: absolute;
  bottom: auto;
  font-size: 11px;
  font-weight: normal;
  top: auto;
  left: -21px;
  transform: rotate(-90deg);
}
.drop-zone .drop-zone--over {
  border-style: solid;
}
.drop-zone .drop-zone__input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.drop-zone .drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone .drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.fltr_wrap .side_fltr_design {
  width: 100%;
  background: #f5f5f5;
  margin: 15px 0 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 465px;
  margin: 0px 0 20px 0;
}
.fltr_wrap .side_fltr_design .help_img {
  position: relative;
  padding: 4px 0;
  font-size: 11px;
  color: #c00;
  text-align: center;
}
.fltr_wrap .side_fltr_design .r_title {
  background: #ebebeb;
  padding: 4px 6px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fltr_wrap .side_fltr_design .r_title strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--e-global-color-primary);
}
.fltr_wrap .side_fltr_design .r_title button.how_btn {
  font-size: 0.9375rem;
  padding: 6px 16px;
}
.fltr_wrap .side_fltr_design .r_title button.how_btn:hover {
  background: #fff;
  color: #aaa;
}
.fltr_wrap .side_fltr_design .btns_in {
  display: flex;
  width: 100%;
}
.fltr_wrap .side_fltr_design .btns_in .red_btn, .fltr_wrap .side_fltr_design .btns_in .blk_btn {
  background: #bd1314;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  line-height: normal;
  color: #fff;
  font-weight: normal;
  font-size: 0.8125rem;
  border-radius: 2px;
  padding: 0 26px;
  margin-right: 8px;
  font-weight: bold;
}
.fltr_wrap .side_fltr_design .btns_in .red_btn:hover, .fltr_wrap .side_fltr_design .btns_in .blk_btn:hover {
  background: #f75455;
}
.fltr_wrap .side_fltr_design .btns_in .blk_btn {
  background: #0e0e0e;
  padding: 0 15px;
}
.fltr_wrap .side_fltr_design .btns_in .blk_btn:hover {
  background: #5a5b5b;
}
.fltr_wrap .side_fltr_design small.sm_file {
  position: relative;
  color: #777;
  font-size: 8pt;
  padding-top: 2px;
  text-align: center;
  line-height: normal;
  margin: 2px 0;
}
.fltr_wrap .side_fltr_design .uploadPDFLink {
  color: #0a426b;
  text-align: center;
  font-size: 8pt;
  display: flex;
  width: 100%;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
}
.fltr_wrap .side_fltr_design .dragRemark {
  position: relative;
  float: left;
  padding-right: 5px;
  width: 100%;
  text-align: center;
  font-size: 8pt;
  color: #6C9D31;
}
.fltr_wrap .side_fltr_design .autoFill {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #3A5915;
  cursor: pointer;
  text-decoration: underline;
}
.fltr_wrap .side_fltr_design .autoFill:hover {
  text-decoration: none;
}

.def_modal .modal-dialog {
  background: #fff;
  border: solid 7px #ddd;
  max-width: 650px;
}
.def_modal .modal-dialog .modal-content {
  border: 0;
}
.def_modal .modal-dialog .modal-content .modal-header, .def_modal .modal-dialog .modal-content .modal-footer {
  padding: 10px;
  border: 0;
}
.def_modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}
.def_modal .modal-dialog .modal-content .modal-body textarea {
  width: 100%;
  height: 330px;
  font-family: Arial;
  font-size: 14px;
  border: solid 1px #ddd;
  padding: 10px;
  margin: 5px 3px;
  box-sizing: border-box;
}

button.btn.btn-primary {
  float: right;
  width: 80px;
  height: 30px;
  cursor: pointer;
  background-color: #0A426B;
  border: solid 2px #0A426B;
  color: #FFF;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

button.btn.btn-secondary {
  margin: auto 5px auto auto;
  float: right;
  width: 80px;
  height: 30px;
  cursor: pointer;
  background-color: #707070;
  border: solid 2px #707070;
  color: #FFF;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

button.bg-blue-btn {
  padding: 0.2em 1em;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--e-global-color-primary);
  color: #fff;
  width: 100%;
}

#divStyleBox {
  margin: 5px auto auto auto;
  position: relative;
  float: left;
  width: 198px;
  border: solid 1px #DDD;
  padding: 8px;
}
#divStyleBox .styletitle {
  margin: auto;
  position: relative;
  float: left;
  width: 200px;
  height: 27px;
  background: linear-gradient(to bottom, rgb(226, 235, 241) 0%, rgb(241, 255, 255) 47%, rgb(245, 245, 245) 100%);
  font-size: 14px;
  font-weight: bold;
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 8px;
  color: var(--e-global-color-primary);
  border: 1px solid #ddd;
}
#divStyleBox .stylefontboxd h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #535455;
  padding: 10px 0 4px 0;
  clear: left;
}
#divStyleBox .stylefontboxd .ch_font {
  display: flex;
  align-items: center;
  gap: 5px;
}
#divStyleBox .stylefontboxd .ch_font input {
  width: 100%;
  height: 24px;
}
#divStyleBox .stylefontboxd .ch_font span.drop {
  width: 25px;
  height: 25px;
  background-color: #ddd;
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
}
#divStyleBox #divColorBox {
  margin: 5px auto auto auto;
  position: relative;
  float: left;
  width: 100%;
}
#divStyleBox #divColorBox .colorpanel {
  margin: auto;
  position: relative;
  float: left;
  width: auto;
  padding-left: 0;
}
#divStyleBox #divColorBox .colorpanel div {
  margin: 1px;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: solid 1px #ddd;
  cursor: pointer;
}
#divStyleBox #divAlignBox {
  margin: 5px auto auto auto;
  position: relative;
  float: left;
  width: 100%;
}
#divStyleBox #divAlignBox .alignment_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#divStyleBox #divAlignBox .alignment_title .alignbutton {
  margin: 0;
  position: relative;
  float: left;
  padding-left: 0px;
}
#divStyleBox .sizebutton {
  margin: 0;
  position: relative;
  float: left;
  height: 30px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#divStyleBox .sizebutton input {
  width: 100%;
}
#divStyleBox .sizebutton button {
  border: 0;
  padding: 0;
  margin-right: 10px;
}
#divStyleBox .sizebutton button:focus {
  box-shadow: none;
}

button.qk-prev {
  border: 0;
  font-size: 0.6875rem;
  color: #888;
  background: #efefef;
  font-weight: bold;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  line-height: normal;
  border-radius: 3px;
}