/* Templatge list page */
.opdcustom-design-top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}
.opdcustom-design-top h3.opdcustom-design-maintitle {
  float: left;
  color: red;
  font-weight: 600;
}
.opdcustom-design-top a.btn-back-to-previous {
  float: right;
  color: red;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1.2em;
  display: inline-flex;
}
.opdcustom-design-top a.btn-back-to-previous img {
  width: 12px;
  margin-right: 2px;
  opacity: 0.6;
}
.opdcustom-design-left {
  float: left;
  width: 25%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 15px;
}
.opdcustom-design-left h3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  color: red;
}
.opdcustom-design-left > ul {
  padding: 10px;
  margin: 0;
}
.opdcustom-design-left ul.opdcustom-categories-sub {
  padding: 5px 15px;
}
.opdcustom-design-left li {
  list-style: none;
}
.opdcustom-design-left li a {
  text-decoration: none;
  color: #6c757d;
}
.opdcustom-categories li.opdcustom-parent-menu {
  position: relative;
}
li.opdcustom-parent-menu .btn-show-sub-category,
li.opdcustom-parent-menu .btn-hide-sub-category {
  position: absolute;
  top: 0;
  right: 0;
}
li.opdcustom-parent-menu .btn-show-sub-category img,
li.opdcustom-parent-menu .btn-hide-sub-category img {
  width: 15px;
  opacity: 0.5;
}
.opdcustom-categories li.opdcustom-parent-menu.all a {
  color: red;
}
.opdcustom-design-right {
  float: left;
  width: 74%;
}
.custom-opd-design-action .btn-search-template {
  float: right;
  margin-right: 1%;
}
#btn-search-design {
  background-color: #222;
  padding: 6px 10px 7px 10px;
  border-radius: 5px;
  border: 1px solid #222;
}
#btn-search-design img {
  width: 20px;
}
#btn-clear-search {
  padding: 10px 0;
  font-size: 1.2em;
  text-decoration: none;
  color: red;
  font-weight: 600;
}
.custom-opd-design-action input,
.custom-opd-design-action select {
  float: right;
  width: 20%;
  margin-right: 1%;
  height: 40px;
}
.customopd-template-not-found {
  text-align: center;
  font-size: 1.3em;
  color: red;
}
#custom-opd-items-design {
  margin-top: 0;
}
.custom-opd-item-tempate {
  width: 24% !important;
  text-align: center;
  float: left !important;
  background-color: #fff;
  margin-left: 1%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 10px;
}
.custom-opd-item-tempate h4.template-title {
  padding: 8px 0;
  margin: 0;
  font-size: 1.2em;
}
.custom-opd-item-tempate .template-preivew {
  float: left;
  width: 100%;
}
.custom-opd-item-tempate .template-preivew svg {
  width: 80%;
  max-height: 180px;
  border: 1px solid #222;
}
.custom-opd-item-tempate .template-action {
  float: left;
  width: 100%;
  text-align: center;
  height: 40px;
  margin-top: 5px;
  margin-top: 10px;
}
.custom-opd-item-tempate .template-action a {
  padding: 7px;
  background-color: #222;
  color: #fff;
  border-radius: 7px;
}
#btn-show-mobi-menu {
  background-color: #222;
  padding: 6px 10px 7px 10px;
  border-radius: 5px;
  border: 1px solid #222;
  float: left;
}
#btn-show-mobi-menu img {
  width: 20px;
}
/* end */
/* Menu mobile */
#custom-design-mobi-menus > ul {
  padding: 10px;
  margin: 0;
}
#custom-design-mobi-menus ul.opdcustom-categories-sub {
  padding: 5px 15px;
}
#custom-design-mobi-menus li {
  list-style: none;
}
#custom-design-mobi-menus li a {
  text-decoration: none;
  color: #6c757d;
}
li.opdcustom-parent-menu .btn-modal-show-sub-category,
li.opdcustom-parent-menu .btn-modal-hide-sub-category {
  position: absolute;
  top: 0;
  right: 0;
}
li.opdcustom-parent-menu .btn-modal-show-sub-category img,
li.opdcustom-parent-menu .btn-modal-hide-sub-category img {
  width: 15px;
  opacity: 0.5;
}
.custom-design-mobi-header {
    text-align: right;
    padding: 5px;
    opacity: 0.7;
}
.custom-design-mobi-header a.btn-close-mobi-menu img {
    width: 22px !important;
}
@media only screen and (max-width: 768px) {
  .opdcustom-design-left {
    display: none;
  }
  .opdcustom-design-right {
    width: 100%;
  }
  .custom-opd-item-tempate {
    width: 100% !important;
  }
  .custom-opd-design-action input,
  .custom-opd-design-action select {
    width: 26%;
    height: 40px !important;
  }
  #btn-show-mobi-menu {
    display: block !important;
  }
}
