@font-face {
  font-family: iran-sans;
  src: url(../fonts/iranSans/iransans-webfont.woff2);
}
@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

body {
  font-family: sans-serif;
}

pre {
  font-family: sans-serif;
}

* {
  outline: none;
  box-sizing: border-box;
}

i.disabled,
button.disabled {
  background-color: #e2e2e2 !important;
  color: #fff !important;
  cursor: default !important;
  box-shadow: unset;
}
i.disabled:hover,
button.disabled:hover {
  box-shadow: unset;
}

.sample {
  display: none !important;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.container-fluid {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

::placeholder {
  opacity: 0.5;
  font-size: 85%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.color-gray {
  color: #303030;
}

.font-size-base {
  font-size: 90%;
  line-height: normal;
}

.spacer {
  margin: 50px 0;
  min-height: 300px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.btn {
  color: #fff;
  background-color: #379683 !important;
  padding: 5px;
  font-size: 80%;
  text-transform: capitalize;
  border: 0;
  margin: 5px;
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

li {
  list-style: none;
  float: left;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1070px;
  }
}
button {
  border-radius: 5px;
  border: unset;
  cursor: pointer;
  transition: background-color 0.5s;
  outline: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
}
button.flt-r {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
button.gray {
  background-color: #a5a5a5;
  border: 1px solid #a5a5a5;
  color: #042e57;
}
button.gray:hover {
  background-color: #a5a5a500;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
}
button.dark-blue {
  background-color: #042e57;
  border: 1px solid #042e57;
  color: #fff;
}
button.dark-blue:hover {
  background-color: #042d5700;
  border: 1px solid #042e57;
  color: #042e57;
}
button:disabled {
  border: 1px solid #ccc;
}
button:disabled:hover {
  border: 1px solid #ccc;
}
button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

a,
li {
  color: #646464;
  cursor: pointer;
  text-decoration: unset;
  z-index: 2;
}

span {
  display: inline-block;
}

div {
  display: block;
}

* {
  /* box-sizing: border-box; */
}

.w100 {
  width: 100% !important;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
  left: 0;
  top: 0;
}

.flt-r {
  float: right;
}

.flt-l {
  float: left;
}

.aln-c {
  text-align: center;
}

.list {
  position: relative;
  user-select: none;
}
.list ul {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 23px;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.274);
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  background-color: #fff;
  z-index: 2;
  width: unset;
}
.list ul li {
  color: #000;
  float: left;
  width: 100%;
  font-size: 80%;
  text-align: left;
}
.list ul li:hover {
  background-color: #ececec;
}
.list ul li a {
  padding: 5px;
  width: 100%;
  float: left;
}
.list:hover ul {
  visibility: visible;
}

.pass-show {
  position: absolute;
  right: 7px;
  top: 9px;
  color: #c5c5c5;
  font-size: 130%;
  cursor: pointer;
}

.table .tr {
  display: block;
  width: 100%;
  float: left;
  margin-top: 2px;
}
.table .th,
.table .td {
  float: left;
  margin: 0 1px;
  text-align: center;
}
.table .th:first-child,
.table .td:first-child {
  border-radius: 7px 0 0 7px;
}
.table .th:last-child,
.table .td:last-child {
  border-radius: 0 7px 7px 0;
}
.table .th {
  font-weight: bold;
}
.table .td {
  background-color: #d4d3d3;
  padding: 10px;
}

.wrap .details ul {
  width: 80%;
  margin: 0 10%;
}

.pink {
  color: #ec008c;
  font-size: 110%;
}

header {
  float: left;
  width: 100%;
}
header > div:first-child {
  background-color: #000;
  padding: 15px 0;
  color: #fff;
  font-size: 90%;
}
header > div:first-child .container > * {
  margin: 0 5px;
  cursor: pointer;
  color: #fff;
  border: 1px solid black;
  padding: 3px 0;
}
header > div:first-child .container > * i {
  margin-right: 3px;
}
header > div:first-child .container > *#currency {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 3px;
}
header > div:first-child .container > *#currency i {
  margin: 0;
}
header > div:first-child .container > *:hover {
  color: #bbbbbb;
}
header > div:last-child {
  background-color: #003a45;
  color: #fff;
  padding: 20px 0;
}
header > div:last-child #name {
  font-style: italic;
  font-size: 220%;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  max-width: 170px;
}
header > div:last-child #name img {
  width: 100%;
}
header > div:last-child #search-box {
  width: 50%;
  display: inline-block;
}
header > div:last-child #search-box #filter {
  background-color: #fff;
  border: 0;
  border-right: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  height: 60px;
  float: left;
  width: 130px;
  text-align: center;
  padding-left: 10px;
  font-size: 90%;
}
header > div:last-child #search-box input {
  height: 60px;
  padding: 5px 10px;
  border: 0;
  float: left;
  width: calc(100% - 190px);
  padding-right: 20px;
}
header > div:last-child #search-box button {
  height: 60px;
  float: left;
  border: 0;
  border-radius: 0 5px 5px 0;
  font-size: 130%;
  width: 60px;
}
header > div:last-child #basket {
  position: relative;
  float: right;
}
header > div:last-child #basket a {
  font-size: 150%;
  margin: 0 0 0 20px;
  cursor: pointer;
  color: #fff;
  padding: 15px 0;
}
header > div:last-child #basket #cnt {
  position: absolute;
  bottom: 7px;
  right: -5px;
  border-radius: 5px;
  background-color: red;
  color: white;
  min-width: 15px;
  height: 15px;
  font-size: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  text-align: center;
  font-style: normal;
}
header > div:last-child #basket #cnt:empty {
  display: none;
}
header > div:last-child #account,
header > div:last-child #sign-out,
header > div:last-child #sign-join {
  cursor: pointer;
  margin: 0 10px;
  font-size: 80%;
  color: #fff;
  padding: 25px 0;
}
header > div:last-child #account a,
header > div:last-child #sign-out a,
header > div:last-child #sign-join a {
  color: #fff;
}
header > div:last-child #account a i,
header > div:last-child #sign-out a i,
header > div:last-child #sign-join a i {
  margin-right: 4px;
}
header > div:last-child #sign-out {
  background-color: unset;
  box-shadow: unset;
}

nav {
  background-color: #dcdcdc;
  display: inline-block;
  font-size: 85%;
  z-index: 4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
nav li {
  width: 100%;
}
nav li:hover {
  background-color: rgba(5, 67, 78, 0.1);
}
nav .nav-bar {
  padding: 10px 15px;
}
nav .nav-bar > ul > li {
  position: relative;
  padding: 8px 10px;
  border-right: 1px solid #b7b7b7;
  z-index: 3;
  width: unset;
}
nav .nav-bar > ul > li > ul {
  left: 0 !important;
  top: 30px !important;
}
nav .nav-bar > ul li:hover > ul {
  position: absolute;
  left: 217px;
  top: 0;
  display: block;
  background-color: gainsboro;
}
nav .nav-bar > ul ul {
  display: none;
  border-left: 3px solid #c6cdce;
}
nav .nav-bar > ul > li > .fa-angle-down {
  margin-left: 3px;
}
nav .nav-bar > ul > li ul a {
  display: grid;
  text-decoration: none;
  padding: 5px;
}
nav ul {
  width: 220px;
  position: relative;
}
nav ul.main {
  width: unset;
}
nav ul.main > li li {
  height: 25px;
}
nav ul ul {
  left: 220px;
  top: 0;
}

footer {
  background-color: #003a45;
}
footer ul {
  width: 14%;
  float: left;
}
footer ul li {
  color: #fff;
  font-size: 90%;
  display: flex;
  align-items: center;
  float: unset;
  margin: 10px 0;
}
footer ul li:not(:first-child) a {
  color: #8cb0b7;
  font-size: 80%;
}
footer ul li:not(:first-child) a:hover {
  color: #fff;
}
footer ul li img {
  margin-right: 7px;
}

footer .end-line {
  padding: 25px 0 5px 0;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
footer .copyright {
  background-color: #000;
  width: 100%;
  float: left;
  color: #fff;
  padding: 5px;
  font-size: 80%;
  margin-top: 50px;
}

#home_slider {
  height: 350px;
  background-color: #003a45;
  color: #fff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
/* #home_slider .controllers {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  z-index: 2;
} */

#home_slider i {
  z-index: 1;
  position: absolute;
  top: calc(50% - 20px);
  opacity: 0.9;
  font-size: 200%;
  padding: 15px;
  cursor: pointer;
}
#home_slider .dots {
  z-index: 1;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
#home_slider .dots span {
  opacity: 0.4;
  width: 7px;
  height: 7px;
  padding: 7px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #000;
  cursor: pointer;
  margin: 0 2px;
}
#home_slider .dots span.active {
  opacity: 1;
}
#home_slider .wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  min-width:100%;
}
#home_slider .wrap .details {
  flex: 1;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;  
}
#home_slider .wrap .details img {
  width: 100%;
  /* margin: 0 -2px; */
}

#home_newest,
#home_bestsellers,
#home_werecommend {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
#home_newest .title,
#home_bestsellers .title,
#home_werecommend .title {
  border-bottom: 4px double #adabab;
  padding: 30px 0 10px 0;
  width: 210px;
  margin: auto;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#home_newest .wrap,
#home_bestsellers .wrap,
#home_werecommend .wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
#home_newest .wrap .details,
#home_bestsellers .wrap .details,
#home_werecommend .wrap .details {
  flex: 1;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
}
#home_newest .wrap .details ul,
#home_bestsellers .wrap .details ul,
#home_werecommend .wrap .details ul {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
#home_newest .wrap .details ul li,
#home_bestsellers .wrap .details ul li,
#home_werecommend .wrap .details ul li {
  width: calc(25% - 50px);
  margin: 0 25px;
}
#home_newest .wrap .details ul li a,
#home_bestsellers .wrap .details ul li a,
#home_werecommend .wrap .details ul li a {
  float: left;
}
#home_newest .wrap .details ul li a:hover > img,
#home_bestsellers .wrap .details ul li a:hover > img,
#home_werecommend .wrap .details ul li a:hover > img {
  box-shadow: 0 0 40px -15px #000;
}
#home_newest .wrap .details ul li a h3,
#home_bestsellers .wrap .details ul li a h3,
#home_werecommend .wrap .details ul li a h3 {
  font-size: 95%;
  white-space: initial;
  font-weight: normal;
  height: 35px;
  margin-bottom: 8px;
  overflow:hidden;
}
#home_newest .wrap .details ul li a .img_box,
#home_bestsellers .wrap .details ul li a .img_box,
#home_werecommend .wrap .details ul li a .img_box {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_newest .wrap .details ul li a .img_box > img,
#home_bestsellers .wrap .details ul li a .img_box > img,
#home_werecommend .wrap .details ul li a .img_box > img {
  width: 100%;
  max-height: 100%;
  transition: box-shadow 0.5s;
}
#home_newest .wrap .details ul li a .stars img,
#home_bestsellers .wrap .details ul li a .stars img,
#home_werecommend .wrap .details ul li a .stars img {
  width: 15px;
}
#home_newest .wrap .details ul li a .price,
#home_bestsellers .wrap .details ul li a .price,
#home_werecommend .wrap .details ul li a .price {
  color: #f00;
}
#home_newest .wrap .details ul li a .discount,
#home_bestsellers .wrap .details ul li a .discount,
#home_werecommend .wrap .details ul li a .discount {
  font-size: 80%;
  text-decoration: line-through;
}
#home_newest .controller,
#home_bestsellers .controller,
#home_werecommend .controller {
  width: 100%;
  top: calc(50% - 16px);
  z-index:-1;
}
#home_newest .fa-arrow-circle-left,
#home_bestsellers .fa-arrow-circle-left,
#home_werecommend .fa-arrow-circle-left,
#home_newest .fa-arrow-circle-right,
#home_bestsellers .fa-arrow-circle-right,
#home_werecommend .fa-arrow-circle-right {
  font-size: 200%;
  opacity: 0.5;
  cursor: pointer;
  margin-top: 110px;

}
#home_newest .fa-arrow-circle-left:hover,
#home_bestsellers .fa-arrow-circle-left:hover,
#home_werecommend .fa-arrow-circle-left:hover,
#home_newest .fa-arrow-circle-right:hover,
#home_bestsellers .fa-arrow-circle-right:hover,
#home_werecommend .fa-arrow-circle-right:hover {
  opacity: 1;
}

#home_subscribe {
  padding: 50px 0;
}
#home_subscribe p {
  display: inline-block;
}
#home_subscribe input {
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
}
#home_subscribe button {
  height: 35px;
  min-width: 120px;
  border-radius: 5px;
  background-color: #08afc3;
  color: #fff;
  border: 0;
}
#home_subscribe button#subscribed {
  background-color: #0ec308;
  display: none;
}

#sub_product {
  padding: 50px 0;
}
#sub_product .details {
  width: calc(100% - 200px);
  font-size: 80%;
}
#sub_product .details .image-box {
  width: 140px;
  float: left;
  position: relative;
}
#sub_product .details .image-box .sale {
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #ec008c;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 80%;
  color: #fff;
}
#sub_product .details .image-box .sale:after {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ec008c transparent transparent transparent;
}
#sub_product .details .image-box img {
  width: 100%;
}
#sub_product .details .detail-box {
  width: calc(100% - 250px);
  float: left;
  padding: 0 25px;
}
#sub_product .details .detail-box #more,
#sub_product .details .detail-box .brief-less,
#sub_product .details .detail-box .comment-less,
#sub_product .details .detail-box #more-comment {
  display: none;
}
#sub_product .details .detail-box .signin {
  text-decoration: underline;
}
#sub_product .details .detail-box * {
  margin: 2px 0;
  vertical-align:middle;
}
#sub_product .details .detail-box .name {
  font-weight: bold;
  font-size: 140%;
  display: block;
  /* width: max-content; */
  margin-bottom: 10px;
}
#sub_product .details .rate img {
  width: 20px;
}
/* #sub_product .details .detail-box .price {
  margin-bottom: 20px;
} */
#sub_product .details .detail-box .price .discount {
  text-decoration: line-through;
  margin-right: 5px;
}
#sub_product .details .detail-box .price .payable {
  color: #f00;
  font-size: 110%;
}
#sub_product .details .detail-box .show-more {
  color: #08afc3;
  text-decoration: underline;
  margin-top: 10px;
}
#sub_product .details .detail-box #author {
  text-transform: capitalize;
}
#sub_product .buttons {
  width: 200px;
}
#sub_product .buttons > button,
#sub_product .buttons > a,
#sub_product .buttons > i {
  border-radius: 5px;
  color: #fff;
  background-color: #379683;
  margin: 5px 0;
  padding: 5px;
  font-size: 80%;
  text-transform: capitalize;
  border: 0;
  width: 100%;
  font-style: normal;
  cursor: pointer;
}
#sub_product .buttons .wishlist {
  margin-top: 20px;
}
#sub_product .buttons .add {
  border: 1px solid #999;
  padding: 15px;
  margin: 5px;
  font-size: 90%;
  float: left;
  display: none;
  width: calc(100% - 10px);
}
#sub_product .buttons .add strong,
#sub_product .buttons .add span {
  float: left;
  width: 50%;
  margin: 5px 0;
}
#sub_product .buttons .add strong input,
#sub_product .buttons .add span input {
  width: 100%;
  padding: 4px;
}
#sub_product .buttons .add button {
  width: 100%;
  padding: 3px;
  margin-top: 10px;
}
#sub_product .all-details {
  margin: 30px 0;
  margin-top: 50px;
  width: 100%;
  font-size: 80%;
}
#sub_product .all-details > span {
  margin-right: 30px;
}
#sub_product .all-details > span > div {
  margin-bottom: 4px;
  text-transform: capitalize;
}
#sub_product .persian-details {
  margin-top: 50px;
  width: 100%;
  font-size: 80%;
  background-color: #f2f1f1;
  padding: 15px;
}
#sub_product .persian-details > div {
  margin-bottom: 4px;
}
#sub_product .persian-details > div strong {
  min-width: 10%;
  display: inline-block;
}
#sub_product .persian-details > div span {
  font-family: iran-sans;
  text-align: right;
  font-size: 95%;
  display: inline-block;
}
#sub_product .similar {
  width: 100%;
  display: inline-block;
  margin: 30px 0;
  /* display: none; */
}
#sub_product .similar .title {
  background-color: #f2f1f1;
  padding: 10px;
  border: 1px solid #acacac;
  width: 100%;
  font-size: 80%;
}
#sub_product .similar .controller {
  width: 100%;
  top: calc(50% - 16px);
}
#sub_product .similar .controller i {
  font-size: 200%;
  opacity: 0.5;
  cursor: pointer;
}
#sub_product .similar .controller i:hover {
  opacity: 1;
}
#sub_product .similar .wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-top: 80px;
}
#sub_product .similar .wrap .details {
  flex: 1;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
  padding: 0 30px;
}
#sub_product .similar .wrap .details ul {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
#sub_product .similar .wrap .details ul li {
  width: calc(16.666% - 50px);
  margin: 0 25px;
  text-align: center;
}
#sub_product .similar .wrap .details ul li h3 {
  font-size: 95%;
}
#sub_product .similar .wrap .details ul li > img {
  width: 100%;
}
#sub_product .similar .wrap .details ul li .stars img {
  width: 15px;
}
#sub_product .similar .wrap .details ul li .price {
  color: #f00;
}
#sub_product .similar .wrap .details ul li .discount {
  font-size: 80%;
  text-decoration: line-through;
}
#sub_product #modal {
  background-color: rgba(0, 0, 0, 0.336);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
#sub_product #modal #card {
  background-color: white;
  border-radius: 5px;
  width: 50%;
  transform: translate(-50%, -50%);
  min-height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 50px 30px;
}
#sub_product #modal #card .fa-remove {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#sub_product #modal #card .green {
  color: #379683;
  font-weight: bolder;
  font-size: 120%;
  text-decoration: underline;
  margin-top: 0;
}
#sub_product #modal #card > div {
  float: left;
  width: 50%;
}
#sub_product #modal #card > div#suggest {
  font-weight: bold;
  margin-top: 30px;
}
#sub_product #modal #card > div#suggest > span {
  text-align: center;
  width: 20%;
  margin: 0 2.5%;
  float: left;
}
#sub_product #modal #card > div#suggest > span > img {
  width: 100%;
}
#sub_product #modal #card > div#suggest > span .name {
  font-size: 110%;
}
#sub_product #modal #card > div#suggest > span .price {
  color: #ec008c;
}
#sub_product #modal #card > div#suggest > span .price_old {
  color: #999;
  text-decoration: line-through;
  font-weight: unset;
  font-size: 80%;
}
#sub_product #modal #card > div#suggest > span .stars img {
  width: 12%;
}
#sub_product #modal #card > div:nth-of-type(1) span {
  margin: 5px 0;
}
#sub_product #modal #card > div:nth-of-type(2) {
  text-align: center;
}
#sub_product #modal #card > div:nth-of-type(2) * {
  padding: 10px;
  min-width: 170px;
  color: #fff;
  background-color: #999;
  margin-bottom: 15px;
  float: right;
  border-radius: 5px;
}
#sub_product #modal #card > div:nth-of-type(2) *:nth-child(2) {
  background-color: #379683;
}
#sub_product #modal #card > div:last-child {
  width: 100%;
}
#sub_product .rating-details {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
#sub_product .rating-details .title {
  background-color: #f1e9e5;
  padding: 10px;
  width: 100%;
  font-size: 80%;
  text-transform: capitalize;
}
#sub_product .rating-details .details {
  padding: 30px 25px;
  font-size: 80%;
  background-color: #f2f1f1;
  width: 100%;
}
#sub_product .rating-details .details > * {
  margin: 5px 0;
}
#sub_product .rating-details .details .bars {
  margin: 20px 0;
}
#sub_product .rating-details .details .bars .bar {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
#sub_product .rating-details .details .bars .bar img {
  margin: 0 5px;
  position: relative;
  top: -2px;
}
#sub_product .rating-details .details .bars .bar .progress-bar {
  border: 1px solid #000;
  width: 30%;
  margin: 0 10px 0 5px;
  height: 14px;
}
#sub_product .rating-details .details .bars .bar .progress-bar .progress {
  background-color: #ffdd00;
  height: 100%;
}

#sub_payment h1 {
  color: #003a45;
  text-align: center;
  font-size: 170%;
}
#sub_payment .nav-bar {
  width: 100%;
}
#sub_payment .nav-bar span {
  color: #003a45;
  background-color: #edf5e1;
  width: calc(33.333% - 4px);
  float: left;
  text-align: center;
  padding: 20px 0;
  margin: 0 2px;
  font-size: 120%;
  height: 60px;
  cursor: pointer;
}
#sub_payment .nav-bar span.active {
  background-color: #379683;
  color: #fff;
  position: relative;
  cursor: default;
}
#sub_payment .nav-bar span.active:after {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #5cdb95;
}
#sub_payment .basket {
  width: 100%;
  margin-top: 15px;
}
#sub_payment .basket .item {
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
  float: left;
}
#sub_payment .basket .item:last-child {
  margin-bottom: 0;
}
#sub_payment .basket .item .name {
  font-size: 130%;
}
#sub_payment .basket .item img {
  height: 150px;
  float: left;
  min-width: 100px;
}
#sub_payment .basket .item .detail {
  float: left;
  font-size: 90%;
  margin-left: 10px;
}
#sub_payment .basket .item .detail > * {
  margin: 3px 0;
}
#sub_payment .basket .item .detail .price {
  color: #003a45;
  font-weight: bold;
  margin: 10px 0;
}
#sub_payment .basket .item .props {
  float: right;
}
#sub_payment .basket .item .props input {
  width: 60px;
  display: inline-block;
  padding: 4px;
}
#sub_payment .basket .item .props > * {
  text-align: right;
  display: block;
  margin: 5px 0;
}
#sub_payment .basket .item .props button {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.15);
  padding: 9px;
  background-color: #fff;
  text-align: center;
  font-size: 85%;
}
#sub_payment hr {
  display: inline-bloxk;
  width: 100%;
}
#sub_payment .delivery, #sub_payment .payment-container {
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 15px;
  padding: 15px 35px 0 35px;
  font-size: 90%;
}
#sub_payment .delivery input[type=text],
#sub_payment .delivery select,
#sub_payment .delivery textarea {
  width: 60%;
  padding: 10px;
  min-height: 30px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.03);
}
#sub_payment .delivery .address > * {
  margin: 5px 0;
  float: left;
  width: 100%;
}
#sub_payment .delivery .address label {
  vertical-align: top;
  /* width: 15%; */
  float: left;
  height: 38px;
  display: flex;
  align-items: center;
}
#sub_payment .delivery .address label.sub {
  padding-left: 25px;
  font-size: 80%;
}
#sub_payment .delivery .method > label {
  vertical-align: top;
  display: inline-block;
  width: 15%;
}
#sub_payment .delivery .method > div {
  display: inline-block;
}
#sub_payment .delivery .method > div > div {
  margin-bottom: 10px;
  font-size: 80%;
}
#sub_payment .delivery .method > div > div input {
  margin-right: 5px;
}
#sub_payment .delivery .weight > div {
  margin: 5px 0;
}
#sub_payment .delivery .weight label {
  vertical-align: top;
  display: inline-block;
  width: 15%;
}
#sub_payment .order {
  border: 1px solid #ccc;
  width: 100%;
  margin: 15px 0;
  padding: 15px;
}
#sub_payment .order > div {
  display: block;
  font-size: 90%;
  border: 1px solid #ccc;
  padding: 15px;
  width: 40%;
}
#sub_payment .order > div hr {
  margin: 10px 0;
}
#sub_payment .order > div span {
  float: right;
}
#sub_payment .order > div > * {
  margin: 7px 0;
}
#sub_payment .order button {
  font-size: 100%;
  min-width: 150px;
  padding: 10px 5px;
}
#sub_payment .order button#payment {
  display: none;
}

#sub_account {
  min-height: 600px;
}
#sub_account .container > div {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px auto;
  position: relative;
  padding-top: 75px;
  width: 100%;
}
#sub_account .container > div h1 {
  background-color: #ebebeb;
  padding: 15px;
  font-size: 110%;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 3px;
  left: 15px;
}
#sub_account .container > div ul {
  width: 200px;
}
#sub_account .container > div ul li {
  font-size: 90%;
  background-color: #ebebeb;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid lightgray;
  color: #313131;
  transition: all 200ms;
  position: relative;
}
#sub_account .container > div ul li:hover, #sub_account .container > div ul li.active {
  background-color: #cacaca;
}
#sub_account .container > div ul li:last-child {
  border-bottom: none;
}
#sub_account .container > div > div:first-child {
  width: calc(20% - 10px);
  margin-right: 10px;
}
#sub_account .container > div > div:last-child {
  padding: 15px;
  width: calc(100% - 215px);
  background-color: #ebebeb;
  margin-left: 15px;
  font-size: 90%;
  min-height: 296px;
}
#sub_account .container > div > div:last-child h2 {
  margin-top: 0;
  font-size: 120%;
}
#sub_account .container > div > div:last-child .box {
  background-color: #fff;
  height: 100px;
  width: calc(25% - 6px);
  cursor: pointer;
  margin: 3px;
  text-align: center;
  float: left;
}
#sub_account .container > div > div:last-child .box.sample {
  display: none;
}
#sub_account .container > div > div:last-child .box i {
  font-size: 390%;
  opacity: 0.1;
  display: block;
}
#sub_account .container > div > div:last-child .box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#sub_account .container > div > div:last-child .box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#sub_account .container > div .border-gray {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
}
#sub_account .container > div .border-gray input {
  float: left;
  width: calc(50% - 5px);
  border: 1px solid #ccc;
  padding: 10px;
  background-color: unset;
}
#sub_account .container > div .border-gray input:nth-of-type(1) {
  margin-right: 10px;
}
#sub_account .container > div .border-gray button {
  margin: 15px 0 0 0;
  padding: 10px;
  font-size: 110%;
  min-width: 100px;
  display: block;
}
#sub_account .container > div .captcha {
  width: 100%;
  margin: 10px 0;
}
#sub_account .container > div .captcha img {
  width: 300px;
}
#sub_account .container > div #profile {
  font-size: 90%;
}
#sub_account .container > div #profile form {
  width: 100%;
  float: left;
  position: relative;
}
#sub_account .container > div #profile form label {
  width: 20%;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sub_account .container > div #profile form input,
#sub_account .container > div #profile form select {
  float: left;
  width: 60%;
  height: 30px;
  margin-right: 20%;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid #ccc;
}
#sub_account .container > div #profile form > div#profile_photo {
  right: 0;
  position: absolute;
  cursor: pointer;
}
#sub_account .container > div #profile form > div#profile_photo input {
  display: none;
}
#sub_account .container > div #profile form > div#profile_photo img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 15px 15px;
  border-radius: 50%;
  border: 5px solid #e9e9e9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
#sub_account .container > div #profile form > div#profile_photo img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}
#sub_account .container > div #profile button {
  padding: 10px;
  min-width: 100px;
}
#sub_account .container > div #reviews .fa-thumbs-up {
  color: #f00;
  font-size: 140%;
}
#sub_account .container > div #reviews img {
  width: 15px;
}
#sub_account .container > div table,
#sub_account .container > div tbody,
#sub_account .container > div tr {
  width: 100%;
}
#sub_account .container > div .add_form {
  background-color: #fff;
  margin: 10px 0;
  padding: 15px;
  float: left;
  width: 100%;
  display: none;
}
#sub_account .container > div .add_form tr td {
  padding: 5px;
}
#sub_account .container > div .add_form tr td.indent {
  padding-left: 30px;
}
#sub_account .container > div .add_form tr td:first-child {
  width: 20%;
}
#sub_account .container > div .add_form tr td:last-child {
  width: 80%;
}
#sub_account .container > div .add_form tr td:last-child .plus-box .fa-plus, #sub_account .container > div .add_form tr td:last-child .plus-box div,
#sub_account .container > div .add_form tr td:last-child input, #sub_account .container > div .add_form tr td:last-child select {
  width: 100%;
  box-shadow: inset 0px 1px 2px #00000033;
  border: 1px solid #ccc;
  padding: 5px;
}


#sub_account .container > div .add_form tr td:last-child button {
  width: unset;
  min-width: 80px;
  box-shadow: unset;
}
#sub_account .th,
#sub_account .td {
  width: calc(25% - 2px);
}
#sub_account .price {
  color: #f00;
}
#sub_account .item {
  margin: 0 10px 10px 10px;
  border: 1px solid #ccc;
  padding: 15px;
  width: calc(100% - 20px);
  float: left;
}
#sub_account .item .name {
  font-size: 130%;
}
#sub_account .item img {
  /* height: 150px; */
  float: left;
  width: 15%;
}
#sub_account .item .detail {
  float: left;
  font-size: 90%;
  margin-left: 10px;
  width: calc(70% - 10px);
}
#sub_account .item .detail > * {
  margin: 3px 0;
}
#sub_account .item .detail .price {
  font-weight: bold;
  margin: 10px 0;
}
#sub_account .item .props {
  float: right;
  width: 15%;
}
#sub_account .item .props input {
  width: 60px;
  display: inline-block;
}
#sub_account .item .props > * {
  text-align: right;
  display: block;
  margin: 5px 0;
}
#sub_account .item .props button {
  width: 100%;
  border: 1px solid #ccc;
  padding: 9px 0;
  text-align: center;
  font-size: 85%;
  background-color: #bbb;
  color: #2b2b2b;
}
#sub_account .item .props button.dark-blue {
  color: #fff;
  background-color: #379683;
}
#sub_account #modal {
  background-color: rgba(0, 0, 0, 0.336);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
#sub_account #modal #card {
  background-color: white;
  border-radius: 5px;
  width: 20%;
  transform: translate(-50%, -50%);
  min-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px 30px 30px;
  text-align: center;
}
#sub_account #modal #card button {
  padding: 5px 10px;
  height: 35px;
  margin: 0 5px;
  min-width: 80px;
}

#sub_products {
  position: relative;
}
#sub_products .side-bar {
  width: 200px;
  margin: 20px 0;
}
#sub_products .side-bar > div {
  border: 1px solid #ccc;
  padding: 15px;
  min-height: 50px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#sub_products .side-bar > div .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#sub_products .side-bar > div .list-kipper {
  max-height: 200px;
  overflow: auto;
}
#sub_products .side-bar > div select {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 80%;
  color: #949494;
  padding: 5px;
  text-transform: capitalize;
}
#sub_products .side-bar > div ul {
  width: 100%;
  transition: all 0.5s;
}
#sub_products .side-bar > div ul li {
  width: 100%;
  font-size: 80%;
  margin: 3px 0;
  color: #949494;
}
#sub_products .side-bar > div ul li:nth-child(n+6) {
  display: none;
}
#sub_products .side-bar > div ul li:hover, #sub_products .side-bar > div ul li.active {
  color: #2b2b2b;
  font-weight: bold;
}
#sub_products .side-bar > div ul.open li {
  display: block;
}
#sub_products .side-bar label {
  color: #003a45;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 90%;
  font-weight: bold;
}
#sub_products .side-bar .stars div:not(.title) {
  cursor: pointer;
  margin: 2px 0;
}
#sub_products .side-bar .stars div:not(.title):hover img {
  transition: all 0.5s;
  opacity: 1;
}
#sub_products .side-bar .stars img {
  opacity: 0.7;
  width: 15px;
}
#sub_products .side-bar a {
  text-decoration: underline;
  font-size: 80%;
  color: #003a45;
}
#sub_products .side-bar .price_limit .slide, #sub_products .side-bar .year_limit .slide {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #5cdb95;
  margin: 20px 0;
}
#sub_products .side-bar .price_limit .slide i, #sub_products .side-bar .year_limit .slide i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 130%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075);
  position: absolute;
  top: -12.5px;
  cursor: pointer;
}
#sub_products .side-bar .price_limit .slide i:hover, #sub_products .side-bar .year_limit .slide i:hover {
  background-color: #379683;
  color: #fff;
}
#sub_products .side-bar .price_limit .slide i.fa-angle-left, #sub_products .side-bar .year_limit .slide i.fa-angle-left {
  left: 0;
}
#sub_products .side-bar .price_limit .slide i.fa-angle-right, #sub_products .side-bar .year_limit .slide i.fa-angle-right {
  right: 0;
}
#sub_products .side-bar .price_limit .board > span, #sub_products .side-bar .year_limit .board > span {
  float: left;
  width: 50%;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font-size: 80%;
}
#sub_products .side-bar .price_limit .board > span:first-child, #sub_products .side-bar .year_limit .board > span:first-child {
  border-width: 1px 1px 0 0;
}
#sub_products .side-bar .price_limit .board > span:last-child, #sub_products .side-bar .year_limit .board > span:last-child {
  border-width: 1px 0 0;
}
#sub_products .content {
  margin: 60px 0 20px 0;
  min-height: 50px;
  border: 1px solid #ccc;
  padding: 15px;
  min-height: 50px;
  width: calc(100% - 215px);
  position: relative;
}
#sub_products .content .path {
  color: #ccc;
  font-size: 90%;
  padding: 5px;
  position: absolute;
  top: -13px;
  left: 5px;
  background-color: #fff;
}
#sub_products .content .path span {
  margin: 0 3px;
}
#sub_products .content .path span:last-child {
  color: #000;
}
#sub_products .content .items {
  border-bottom: 1px solid #ccc;
  min-height: 150px;
  margin-bottom: 10px;
  width: 100%;
}
#sub_products .content .items .item {
  width: calc(16% - 30px);
  display: inline-block;
  margin: 20px 15px 10px 15px;
  text-align: center;
  font-size: 85%;
  color: #999;
  min-height: 230px;
}
#sub_products .content .items .item.sample {
  display: none;
}
#sub_products .content .items .item:hover > img {
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.3);
}
#sub_products .content .items .item .green {
  color: #379683;
}
#sub_products .content .items .item strong {
  color: #2e2e2e;
  font-size: 100%;
  font-weight: normal;
  height: 30px;
  overflow:hidden;
  text-overflow: ellipsis;
  display: block;
}
#sub_products .content .items .item .img_box {
  /* height: 160px; */
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
}
#sub_products .content .items .item .img_box > img {
  width: 100%;
  transition: box-shadow 0.5s;
  /* position: absolute; */
  bottom:0;
  /* left:0; */
}

.img_box.stretch img{
  width: 100%;
  height: 100%;
}

#sub_products .content .items .item .stars img {
  width: 15px;
}
#sub_products .content .items .item .price {
  font-weight: bold;
  font-size: 110%;
}
#sub_products .content .nav-bar {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#sub_products .content .nav-bar ul {
  width: unset;
}
#sub_products .content .nav-bar *:not(ul) {
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  min-width: 28px;
  color: #8f8f8f;
}
#sub_products .content .nav-bar *:not(ul):hover {
  color: #161616;
  background-color: #e1ffee;
}
#sub_products .content .nav-bar *:not(ul):not([id]) {
  background-color: #5cdb95;
  color: #fff;
}
#sub_products .content .nav-bar i {
  color: #5cdb95;
  font-size: 150%;
  position: relative;
  top: 2px;
}
#sub_products .content #loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#sub_products .content #loading i {
  font-size: 200%;
}

#sub_sign {
  text-align: center;
}
#sub_sign form {
  max-width: 350px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 50px auto;
  display: inline-block;
  min-height: 320px;
  vertical-align: top;
  position: relative;
}
#sub_sign form > i {
  font-size: 200%;
  color: #042e57;
}
#sub_sign form h2 {
  color: #379683;
  font-size: 120%;
  margin: 5px 0 20px 0;
}
#sub_sign form input[type=password],
#sub_sign form input[type=email],
#sub_sign form input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
#sub_sign form label {
  display: block;
  float: left;
  margin-bottom: 10px;
  font-size: 85%;
  width: 100%;
  text-align: left;
}
/* #sub_sign form a, */
#sub_sign form button {
  width: calc(100% - 30px);
  color: #fff;
  padding: 10px;
  border: 0;
  margin-top: 15px;
  background-color: #042e57;
  vertical-align: bottom;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#sub_sign form .info {
  text-align: left;
  font-size: 80%;
}
#sub_sign form .info i {
  margin-right: 5px;
  font-size: 150%;
  position: relative;
  top: -3px;
}
#sub_sign form .info * {
  float: left;
}

#sub_library li {
  list-style: disc;
  float: unset;
  margin-left: 30px;
}

#sub_term table {
  border-spacing: 0;
  border-collapse: collapse;
}
#sub_term td,
#sub_term th {
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
}

#sub_romanization td {
  width: 30px;
  padding: 5px;
  text-align: center;
}
#sub_romanization a {
  color: #042e57;
  background-color: #ffa5001a;
  padding: 1px 5px;
  float: left;
  border: 1px solid orange;
  margin-left: 5px;
}
#sub_romanization a:first-child {
  margin-left: 0;
}

/*# sourceMappingURL=master.css.map */

#home_slider .slide-container{
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  height:100%;
}

#home_slider .slide-container span{
  color: black;
  position: absolute;
  font-size: 30px;
  left : 50px;
  right : 50px;
  text-align: center;
  top : 250px;
}

.reviews-container h4{
  margin-top: 0px;
  margin-right:200px;
}

.reviews-container .border-gray{
  position: relative;
}

.reviews-container .date{
  position: absolute;
  right: 10px;
  top: 10px;
}

.similar-container .title, .recommended-container .title, .review-container .title{
  background-color: #f2f1f1;
  padding: 10px !important;
  border: 1px solid #acacac !important;
  width: 100% !important;
  font-size: 80%;
  text-align:left;
}

.similar-container li, .recommended-container li{
  width: calc(16% - 50px) !important;
}

.similar-container .img_box, .recommended-container .img_box{
  height: 10vw !important;
}

.similar-container h3, .recommended-container h3{
  height: 26px !important;
}

.similar-container #home_werecommend, .recommended-container #home_werecommend{
  border-bottom: none;
}


.comment{
  text-align:left;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin: 10px 70px 30px 70px;
  position: relative;
}

.comment img{
  width: 50px;
  border-radius:50%;
  position: absolute;
  left: -60px;
  top: 7px;
}

.comment .username{
  font-size: 14px;
  vertical-align:top;
  margin: 10px 0 0 10px;
  color: #999;
  font-weight:bold;
}

.comment .date{
  vertical-align:top;
  margin: 12px 0 0 20px;
  color: #aaa;
  font-size: 12px;
}

.comment .text{
  display: block;
  margin: 10px;
  font-size: 14px;
}

.your-comment{
  text-align: left;
  padding: 10px;
}

.your-comment img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.your-comment textarea{
  font-size: 16px;
  width: calc(100% - 170px);
  border: 1px solid #ddd;
  resize: none;
  margin: 10px 10px 0 10px;
}

.sign-to-comment{
  text-align:left;
  color: #000;
  text-decoration:underline;
  display: block;
  margin: 40px;
}

.your-comment button img{
  width: 35px;
}

.your-comment button{
  vertical-align:top;
  margin-top: 10px;
}

.comment-sent{
  background-color:#09de09;
  margin: 30px;
  padding: 10px;
  border-radius: 10px;
  color: #076907;
  font-weight: bold;
}

.container-header{
  width: 90%;
  margin:auto;
}

.alert.alert-error{
  color: darkred;
  background-color:#fd6060;
  width: 50%;
  margin: 50px auto 0 auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid darkred;
}


.job-item{
  border: 1px solid #003a45;
  margin-bottom: 10px;
}

.job-item h3{
  margin:0;
  background-color:#003a45;
  color: #fff;
  padding: 10px;
}

.job-item div{
  padding: 20px;
  font-size: 16px;
}

.job-item a, .job-item button{
  margin: 10px;
  padding: 10px 30px;
}

.alert.alert-success{
  background:#10da10;
  text-align: center;
  padding: 10px;
  color: #025423;
  width: 50%;
  margin: 50px auto 0 auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #028b00;
}

.alert.alert-warning{
  background:#dab010;
  text-align: center;
  padding: 10px;
}

.apply-form{
  border-top: 1px solid #ddd;
  margin:0 30px;
  padding:20px 0px !important;
}

.apply-form input{
  margin-bottom: 10px;
  padding: 5px;
  width: 50%;
}

.apply-form textarea{
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  resize:none;
}

.all-details a, .detail-box a{
  text-decoration: underline;
}

.container-products{
  width: 90%;
  margin: auto;
}

.lang-in-title{
  font-style:italic;
  font-weight:100;
  padding: 0 5px;
  font-size: 14px;
}

.arrow{
  display: inline-block;
  font-size: 18px;
  font-family: "sans-serif";  
  vertical-align: bottom;  
  margin: 0 5px;
  margin-top:-5px;
}

.tree-container{
  vertical-align: top;
}

.tree-container > div{
  padding-bottom: 5px;
}

.select2-results__options{
  display: block;
}

.select2-results__option{
  width: 100% !important;
}

.ui-menu{
  width: 30%;
}

.ui-menu li{
  width: 100%;
}

.forgot-link{
  color:#042e57;
  text-decoration: underline;
}

.plus-box {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.plus-box button{
  width: 60px !important;
  min-width: 60px !important;
  float: right;
}

.plus-box input {
  width: calc(100% - 70px) !important;
  float: left;
  margin: 0 !important;
}

.plus-box .list {
  display: inline-block;
  border: 1px dotted #ccc;
  margin-bottom: 15px;
  padding: 5px 5px 0 5px;
  margin-top: -10px;
  font-size: 80%;
  width: 100%;
}
.plus-box .list span {
  background-color: #eaeaea;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: iransans !important;
}
.plus-box .list span i {
  padding: 0 0 0 5px;
  cursor: pointer;
}
.plus-box .list:empty {
  display: none;
}

.plus-box div{
  width: 60%;
  float: left;
}

.operators-holder, .reference-holder, .contacts-holder{
  margin-top: 5px !important;
}

.services > div, .payment > div{
  display: inline-block;
}

.services > label, .payment > label{
  display: inline-block;
  vertical-align: top;
  width: 15%;
}

.services div label, .payment div label{
  margin-bottom: 10px !important;
  display: block;
}

.register-link{
  float: left;
  font-size: 14px;
  text-decoration: underline;
  color: #042e57;
}

.error-msg{
  color: #e00000;
  font-weight: bold;
}

.red{
  color: red;
  font-weight: bold;
  vertical-align:middle;
  margin-right: 2px;
}

input.error, select.error{
  box-shadow: 0 0 5px #f00;
  border-color: red !important;
}

.no-border div, .no-border .fa{
  border: none !important;
  box-shadow: none !important;
}

.no-border .fa-plus{
  display: block !important;
}

.no-border .fa{
  display: inline;
}

.address-contacts-holder{
  border: 1px solid #000 !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.address-contacts-holder > span{
  width: auto !important;
}

.no-border{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.no-border .plus-box{
  padding: 0 !important;
}

.menu{
  position: relative;
}

.menu:hover ul{
  display: block;
}

.menu ul{
    display: none;
    padding-top: 20px;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 20px;
    width: 240px;
    background: #000000ff;
    box-shadow: 0 0 10px #000;
  }

.menu ul li{
  display: block !important;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #333;
  transition: all 200ms;
}

.menu ul li:hover *{
  color: #fff;
}


.fa-plus:disabled{
  cursor: default;
  box-shadow: none !important;
}


.radios-container{
  clear: both;
  float: left;
  width: 100%;
  margin-left:20%;
}

.radios-container label{
  float: none !important;
  display: block;
  width: auto !important;
}

.radios-container input{
  display: inline-block;
  width: 20px !important;
  margin: 0px 10px !important;
  vertical-align: middle !important;
}

.radios-container span{
  display: inline-block !important;
  font-size: 18px;
  margin-top:5px;
}

.modal{
  position: absolute;
  z-index:999;
  left: 50%;
  top: 50px;
  background: #fff;
  width: 600px;
  margin-left: -300px;
  padding: 20px;
  box-shadow: 0 0 10px #000;
  display: none;
  transition: all 200ms;
}

.modal .modal-title{
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal > .fa{
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 200ms;
  color: #d77;
  cursor: pointer;
}

.modal > .fa:hover{
  color: red;
}

.shadow{
  position: fixed;
  left:0;
  right: 0;
  bottom: 0;
  top:0;
  background: #000;
  opacity: 0.4;
  z-index:998;
  display: none;
}

.modal .del_contacts-holder{
  margin-top: 10px; 
}

#sub_account label a{
  font-size: 14px;
  color: #0606e6;
}

#sub_account label input:disabled ~ span a{
  display: none;
}

.vat-sign, .service-vat-sign{
  display: inline;
}

.detail-information{
  display: none
}

.all-details button{
  margin-top: -20px;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  transition: all 200ms;
}

.original_title{
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align:middle;
}

.detail-information{
  box-shadow: 0 0 4px #666 inset;
  padding: 10px;
}

.detail-information > span{
  width: 30%;
  vertical-align: top;
}


.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
  transition: all 200ms;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "\f00c";
  font-size: 18px;
  color: #fff;
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
}

.radio-buttons-container, .deliveries, .payments{
  width: 60%;
}

.radio-container.disabled{
  opacity: 0.5;
  cursor: auto;
}

.weight span{
  font-size: 20px;
}

.product-item{
  position: relative;
}
.product-item .fa-heart{  
  bottom: 5px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ef0045;
  background-color: #ef0045;
  color: #fff;
  padding: 5px;
  transition: all 200ms;
  width: 35px;
}

.product-item .fa-heart:hover{
  border-color: #ef0045;
  background-color: #ef0045;
}

.product-item .fa-heart.highlight{
  color: red;
  animation-name: heartbeat;
  animation-duration: 200ms;
}

.product-item .add-to-basket.highlight .fa{
  animation-name: heartbeat;
  animation-duration: 200ms;
}

@keyframes heartbeat{
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.product-item .add-to-basket{
  vertical-align: top;
  display: inline-block;
  border: 1px solid #379683;
  background-color: #379683;
  padding: 0 5px;
  width: 110px;
  border-radius: 5px;
  transition: all 200ms;
  color: #eee !important;
  margin-right: 5px;
  cursor: pointer;
}

.product-item .add-to-basket .fa{
  font-size: 20px;
  float: right;
  margin: 5px 0;
  transition: all 200ms;
}

.product-item .add-to-basket .price{
  float: left;
  margin-top: 7px;
  color: #fff !important;
  transition: all 200ms;
}

.product-item .add-to-basket:hover{
  border-color: #379683;
  background-color: #379683;
}

.product-item .add-to-basket:hover .fa, .product-item .add-to-basket:hover .price{
  color: white !important;
}
.product-item .padding-5{
  padding: 10px 0;
}

.con-input{
  width: 130px !important;
  text-align: center;
  margin-top: 10px;
}

.product-item .padding-5 .fa{
  font-size: 15px;
  width:30px;
  cursor: pointer;
}

.add-to-basket.sm .fa{
  font-size: 16px;
  float: right;
  margin-right:-7px;
}

.add-to-basket.sm{
  width:calc(100% - 40px);
  height: 27px;
}

.add-to-basket.sm .price{
  margin: 4px 0 4px 0 !important;
  position: absolute;
  font-size: 14px !important;
}

.product-item .off{
  position: absolute;
  right: 5px;
  top: 30px;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: red;
}


.basket-container .con-input{
  width: 120px !important;
}

.basket-container .item .detail {
  width: calc(60% - 10px) !important;
}

.basket-container .item .props{
  width: 17% !important;
}

.basket-container a{
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}

.recommended-container .img_box, .similar-container .img_box{
  margin-bottom: 5px;
}

.recommended-container .add-to-basket, .similar-container .add-to-basket{
  width: calc(100% - 40px);
  height: 32px;
}

.recommended-container .wrap .details ul, .similar-container .wrap .details ul{
  width: 94%;
  margin: 0 3%;
}

.recommended-container ul li, .similar-container ul li{
  width: calc(16% - 10px) !important;
  margin: 0 7px !important;
}

.items-container{
  width: 90%;
  margin: auto;
}

.items-container .wrap{
  width: 90%;
  margin: auto;
}

.items-container ul{
  white-space: nowrap;
  margin: 0 !important;
  float: left;
}

.items-container ul li{
  float: none;
  display: inline-block;
  margin: 0 !important;
  padding: 0 5px;
}

.items-container .off{
  top: 10px;
  right : 10px;
}

.items-container .img_box{
  height: auto !important;
  margin-bottom: 10px;
  width: 100% !important;
}

.items-container a{
  width: 100%;
}

.publisher-site {
  clear: both;
  padding-top: 10px;
}

.publisher-site .tabs{
  margin: 10px 10px 20px 20px;
  font-size: 20px;
  background-color: #f4f2f2;
  width: 250px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
}

.publisher-site .tabs li{
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 200ms;
  width: 100%;
}

.publisher-site .tabs li a{
  padding: 10px;
  padding-left: 20px;
  display: block;
  transition: all 200ms;
}

.publisher-site .tabs li:last-child{
  border: none;
}

.publisher-site .tabs li:hover, .publisher-site .tabs li.active{
  background-color: #ffffff;
  color: #23527c;
}

.publisher-site .tabs li:hover a, .publisher-site .tabs li.active{
  padding: 10px;
  padding-left: 10px;
}

.publisher-site .tabs-container{
  float: right;
  background-color: #f4f2f2;
  width: calc(100% - 310px);
  margin: 10px 20px 0 0;
  border-radius: 10px;
  padding: 10px;
}

.publisher-site .tabs-container > div{
  display: none;
}

.publisher-site  .tabs-container .active{
  display: block;
}

.publisher-site .rows-count-div{
  margin-left: 10px;
  float: right;
}

.publisher-site .tabs-container .table{
  margin-top: 40px;
}

.publisher-site .tabs li.active a{
  padding: 0;
}

.publisher-site .tabs-container .new-message{
  float: none;
  display: block;
  width: 100%;
}

.publisher-site .tabs-container .new-message input{
  width: calc(100% - 150px);
  resize: none;
  font-size: 16px;
  float: none;
  height: 50px;
}

.publisher-site .tabs-container .new-message button{
  float: none;
  margin-left: 10px;
  vertical-align: top;
  height: 50px;
}

.publisher-site .messages-container{
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.publisher-site .messages-container .msg{
  font-size: 16px;
  padding: 10px;
  background: #ddd;
  border-radius: 25px;
  margin-bottom: 10px;
  min-width: 200px;
}

.publisher-site .messages-container .msg .time{
  font-size: 12px;
  display: block;
}

.publisher-site .messages-container .msg.mine{
  border-bottom-left-radius: 0;
  background-color: #68ea8d;
  float: left;
}

.publisher-site .messages-container .msg.notmine{
  border-bottom-right-radius: 0;
  background-color: #68c9ea;
  float: right;
}

.publisher-site .messages-container .seen{
  display: block;
  clear: both;
  font-weight: bold;
}

.container-box{
  background-color: #f4f2f2;
  margin: 20px;
  border-radius: 10px;
  padding: 10px;
}

.container-box label{
  font-weight: bold;
  margin-right: 30px;
}

.table .thead {
  padding: 0 15px;
  text-align: center;
  margin: 20px 0 10px 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}

.table .thead .th {
  text-align: center;
  height: 100%;
  float: left;
  text-transform: capitalize;
}

.table .tbody .tr .td {
  float: left;
  text-align: center;
}

.w16_66 {
  width: 16.666%;
  float: left;
}

.sortable {
  cursor: pointer;
}

.table .tbody .tr {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.table .tbody .tr .td img {
  height: 80px;
}
.table img {
  max-height: 120px;
}

.table .tbody .tr .td {
    float: left;
    text-align: center;
}

#content .card {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.table .tbody.card {
  margin-bottom: 20px;
}
.table .tbody {
  color: #383838;
  margin-bottom: 10px;
}

.tabs-container .tbody .td{
  background: none;
}

.table .tbody .tr:last-of-type {
  border: 0;
}

.table-nav ul li a {
  padding: 1px 3px;
  text-decoration: none;
  color: #042e57;
}

.publisher-site .tabs-container .active {
  display: block;
}


.table-nav ul li a {
  padding: 1px 3px;
  text-decoration: none;
  color: #042e57;
}

.table-nav ul li.active {
  background-color: #042e57;
}

.table-nav ul li a{
  padding: 2px 5px;
  vertical-align: middle;
  display: inline-block;
}
.table-nav ul li.active a{
  color: #fff;
}

.table-nav {
  float: right;
  margin-bottom: 10px;
}

.tabs-container .active{
  position: relative;
}

.publisher-site .rows-count{
  float: right;
}

.w12_5 {
  width: 12.5%;
  float: left;
}

.w14_285 {
  width: 14.285%;
  float: left;
}

.table .tbody .tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.fa.view {
  font-size: 20px;
}

.publisher-site .tabs-container .new-message button {
  float: none;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: top;
  height: 50px;
  width: 130px;
}

.publisher-site .tabs-container .new-message input {
  width: calc(100% - 150px);
  resize: none;
  font-size: 16px;
  float: none;
  height: 50px;
  vertical-align: top;
}

@font-face {
  font-family: iran-sans;
  src: url(../fonts/iranSans/iransans-webfont.woff2);
}
@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

body {
  font-family: sans-serif;
}

pre {
  font-family: sans-serif;
}

* {
  outline: none;
  /* box-sizing: border-box; */
}

i.disabled,
button.disabled {
  background-color: #e2e2e2 !important;
  color: #fff !important;
  cursor: default !important;
  box-shadow: unset;
}
i.disabled:hover,
button.disabled:hover {
  box-shadow: unset;
}

.sample {
  display: none !important;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.container-fluid {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

::placeholder {
  opacity: 0.5;
  font-size: 85%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.color-gray {
  color: #303030;
}

.font-size-base {
  font-size: 90%;
  line-height: normal;
}

.spacer {
  margin: 50px 0;
  min-height: 300px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.btn {
  color: #fff;
  background-color: #379683 !important;
  padding: 5px;
  font-size: 80%;
  text-transform: capitalize;
  border: 0;
  margin: 5px;
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

li {
  list-style: none;
  float: left;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1070px;
  }
}
.button, button {
  border-radius: 5px;
  border: unset;
  cursor: pointer;
  transition: background-color 0.5s;
  outline: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
}
button.flt-r {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
button.gray {
  background-color: #a5a5a5;
  border: 1px solid #a5a5a5;
  color: #042e57;
}
button.gray:hover {
  background-color: #a5a5a500;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
}
.dark-blue {
  background-color: #042e57;
  border: 1px solid #042e57;
  color: #fff;
}
.dark-blue:hover {
  background-color: #042d5700;
  border: 1px solid #042e57;
  color: #042e57;
}
button:disabled {
  border: 1px solid #ccc;
}
button:disabled:hover {
  border: 1px solid #ccc;
}
button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

a,
li {
  color: #646464;
  cursor: pointer;
  text-decoration: unset;
  z-index: 2;
}

span {
  display: inline-block;
}

div {
  display: block;
}

* {
  /* box-sizing: border-box; */
}

.w100 {
  width: 100% !important;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
  left: 0;
  top: 0;
}

.flt-r {
  float: right;
}

.flt-l {
  float: left;
}

.aln-c {
  text-align: center;
}

.list {
  position: relative;
  user-select: none;
}
.list ul {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 21px;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.274);
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  background-color: #fff;
  z-index: 2;
  width: unset;
}
.list ul li {
  color: #000;
  float: left;
  width: 100%;
  font-size: 80%;
  text-align: left;
}
.list ul li:hover {
  background-color: #ececec;
}
.list ul li a {
  padding: 5px;
  width: 100%;
  float: left;
}
.list:hover ul {
  visibility: visible;
}

.pass-show {
  position: absolute;
  right: 7px;
  top: 9px;
  color: #c5c5c5;
  font-size: 130%;
  cursor: pointer;
}

.table .tr {
  display: block;
  width: 100%;
  float: left;
  margin-top: 2px;
}
.table .th,
.table .td {
  float: left;
  margin: 0 1px;
  text-align: center;
}
.table .th:first-child,
.table .td:first-child {
  border-radius: 7px 0 0 7px;
}
.table .th:last-child,
.table .td:last-child {
  border-radius: 0 7px 7px 0;
}
.table .th {
  font-weight: bold;
}
.table .td {
  background-color: #d4d3d3;
  padding: 10px;
}

.wrap .details ul {
  width: 80%;
  margin: 0 10%;
}

.pink {
  color: #ec008c;
  font-size: 110%;
}

header {
  float: left;
  width: 100%;
}
header > div:first-child {
  background-color: #000;
  padding: 15px 0;
  color: #fff;
  font-size: 90%;
}
header > div:first-child .container > * {
  margin: 0 5px;
  cursor: pointer;
  color: #fff;
  border: 1px solid black;
  padding: 3px 0;
}
header > div:first-child .container > * i {
  margin-right: 3px;
}
header > div:first-child .container > *#currency {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 3px;
}
header > div:first-child .container > *#currency i {
  margin: 0;
}
header > div:first-child .container > *:hover {
  color: #bbbbbb;
}
header > div:last-child {
  background-color: #003a45;
  color: #fff;
  padding: 20px 0;
}
header > div:last-child #name {
  font-style: italic;
  font-size: 220%;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  max-width: 170px;
}
header > div:last-child #name img {
  width: 100%;
}
header > div:last-child #search-box {
  width: 50%;
  display: inline-block;
}
header > div:last-child #search-box #filter {
  background-color: #fff;
  border: 0;
  border-right: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  height: 60px;
  float: left;
  width: 130px;
  text-align: center;
  padding-left: 10px;
  font-size: 90%;
}
header > div:last-child #search-box input {
  height: 60px;
  padding: 5px 10px;
  border: 0;
  float: left;
  width: calc(100% - 190px);
  padding-right: 20px;
}
header > div:last-child #search-box button {
  height: 60px;
  float: left;
  border: 0;
  border-radius: 0 5px 5px 0;
  font-size: 130%;
  width: 60px;
}
header > div:last-child #basket {
  position: relative;
  float: right;
}
header > div:last-child #basket a {
  font-size: 150%;
  margin: 0 0 0 20px;
  cursor: pointer;
  color: #fff;
  padding: 15px 0;
}
header > div:last-child #basket #cnt {
  position: absolute;
  bottom: 7px;
  right: -5px;
  border-radius: 5px;
  background-color: red;
  color: white;
  min-width: 15px;
  height: 15px;
  font-size: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  text-align: center;
  font-style: normal;
}
header > div:last-child #basket #cnt:empty {
  display: none;
}
header > div:last-child #account,
header > div:last-child #sign-out,
header > div:last-child #sign-join {
  cursor: pointer;
  margin: 0 10px;
  font-size: 80%;
  color: #fff;
  padding: 25px 0;
}
header > div:last-child #account a,
header > div:last-child #sign-out a,
header > div:last-child #sign-join a {
  color: #fff;
}
header > div:last-child #account a i,
header > div:last-child #sign-out a i,
header > div:last-child #sign-join a i {
  margin-right: 4px;
}
header > div:last-child #sign-out {
  background-color: unset;
  box-shadow: unset;
}

nav {
  background-color: #dcdcdc;
  display: inline-block;
  font-size: 85%;
  z-index: 4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
nav li {
  width: 100%;
}
nav li:hover {
  background-color: rgba(5, 67, 78, 0.1);
}
nav .nav-bar {
  padding: 10px 15px;
}
nav .nav-bar > ul > li {
  position: relative;
  padding: 8px 10px;
  border-right: 1px solid #b7b7b7;
  z-index: 3;
  width: unset;
}
nav .nav-bar > ul > li > ul {
  left: 0 !important;
  top: 30px !important;
}
nav .nav-bar > ul li:hover > ul {
  position: absolute;
  left: 217px;
  top: 0;
  display: block;
  background-color: gainsboro;
}
nav .nav-bar > ul ul {
  display: none;
  border-left: 3px solid #c6cdce;
}
nav .nav-bar > ul > li > .fa-angle-down {
  margin-left: 3px;
}
nav .nav-bar > ul > li ul a {
  display: grid;
  text-decoration: none;
  padding: 5px;
}
nav ul {
  width: 220px;
  position: relative;
}
nav ul.main {
  width: unset;
}
nav ul.main > li li {
  height: 25px;
}

nav ul ul {
  left: 220px;
  top: 0;
}

footer {
  background-color: #003a45;
}
footer ul {
  width: 14%;
  float: left;
}
footer ul li {
  color: #fff;
  font-size: 90%;
  display: flex;
  align-items: center;
  float: unset;
  margin: 10px 0;
}
footer ul li:not(:first-child) a {
  color: #8cb0b7;
  font-size: 80%;
}
footer ul li:not(:first-child) a:hover {
  color: #fff;
}
footer ul li img {
  margin-right: 7px;
}

footer .end-line {
  padding: 25px 0 5px 0;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
footer .copyright {
  background-color: #000;
  width: 100%;
  float: left;
  color: #fff;
  padding: 5px;
  font-size: 80%;
  margin-top: 50px;
}

#home_slider {
  height: 350px;
  background-color: #003a45;
  color: #fff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
/* #home_slider .controllers {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  z-index: 2;
} */

#home_slider i {
  z-index: 1;
  position: absolute;
  top: calc(50% - 20px);
  opacity: 0.9;
  font-size: 200%;
  padding: 15px;
  cursor: pointer;
}
#home_slider .dots {
  z-index: 1;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
#home_slider .dots span {
  opacity: 0.4;
  width: 7px;
  height: 7px;
  padding: 7px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #000;
  cursor: pointer;
  margin: 0 2px;
}
#home_slider .dots span.active {
  opacity: 1;
}
#home_slider .wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  min-width:100%;
}
#home_slider .wrap .details {
  flex: 1;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap; 
  height:100%;
}
#home_slider .wrap .details img {
  width: 100%;
  height:100%;;
  /* margin: 0 -2px; */
}

#home_newest,
#home_bestsellers,
#home_werecommend {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
#home_newest .title,
#home_bestsellers .title,
#home_werecommend .title {
  border-bottom: 4px double #adabab;
  padding: 30px 0 10px 0;
  width: 210px;
  margin: auto;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#home_newest .wrap,
#home_bestsellers .wrap,
#home_werecommend .wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
#home_newest .wrap .details,
#home_bestsellers .wrap .details,
#home_werecommend .wrap .details {
  flex: 1;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
}
#home_newest .wrap .details ul,
#home_bestsellers .wrap .details ul,
#home_werecommend .wrap .details ul {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
#home_newest .wrap .details ul li,
#home_bestsellers .wrap .details ul li,
#home_werecommend .wrap .details ul li {
  width: calc(25% - 50px);
  margin: 0 25px;
}
#home_newest .wrap .details ul li a,
#home_bestsellers .wrap .details ul li a,
#home_werecommend .wrap .details ul li a {
  float: left;
}
#home_newest .wrap .details ul li a:hover > img,
#home_bestsellers .wrap .details ul li a:hover > img,
#home_werecommend .wrap .details ul li a:hover > img {
  box-shadow: 0 0 40px -15px #000;
}
#home_newest .wrap .details ul li a h3,
#home_bestsellers .wrap .details ul li a h3,
#home_werecommend .wrap .details ul li a h3 {
  font-size: 95%;
  white-space: initial;
  font-weight: normal;
  height: 35px;
  margin-bottom: 8px;
  overflow:hidden;
}
#home_newest .wrap .details ul li a .img_box,
#home_bestsellers .wrap .details ul li a .img_box,
#home_werecommend .wrap .details ul li a .img_box {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_newest .wrap .details ul li a .img_box > img,
#home_bestsellers .wrap .details ul li a .img_box > img,
#home_werecommend .wrap .details ul li a .img_box > img {
  width: 100%;
  max-height: 100%;
  transition: box-shadow 0.5s;
}
#home_newest .wrap .details ul li a .stars img,
#home_bestsellers .wrap .details ul li a .stars img,
#home_werecommend .wrap .details ul li a .stars img {
  width: 15px;
}
#home_newest .wrap .details ul li a .price,
#home_bestsellers .wrap .details ul li a .price,
#home_werecommend .wrap .details ul li a .price {
  color: #f00;
}
#home_newest .wrap .details ul li a .discount,
#home_bestsellers .wrap .details ul li a .discount,
#home_werecommend .wrap .details ul li a .discount {
  font-size: 80%;
  text-decoration: line-through;
}
#home_newest .controller,
#home_bestsellers .controller,
#home_werecommend .controller {
  width: 100%;
  top: calc(50% - 16px);
  z-index:-1;
}
#home_newest .fa-arrow-circle-left,
#home_bestsellers .fa-arrow-circle-left,
#home_werecommend .fa-arrow-circle-left,
#home_newest .fa-arrow-circle-right,
#home_bestsellers .fa-arrow-circle-right,
#home_werecommend .fa-arrow-circle-right {
  font-size: 200%;
  opacity: 0.5;
  cursor: pointer;
  margin-top: 110px;

}
#home_newest .fa-arrow-circle-left:hover,
#home_bestsellers .fa-arrow-circle-left:hover,
#home_werecommend .fa-arrow-circle-left:hover,
#home_newest .fa-arrow-circle-right:hover,
#home_bestsellers .fa-arrow-circle-right:hover,
#home_werecommend .fa-arrow-circle-right:hover {
  opacity: 1;
}

#home_subscribe {
  padding: 50px 0;
}
#home_subscribe p {
  display: inline-block;
}
#home_subscribe input {
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
}
#home_subscribe button {
  height: 35px;
  min-width: 120px;
  border-radius: 5px;
  background-color: #08afc3;
  color: #fff;
  border: 0;
}
#home_subscribe button#subscribed {
  background-color: #0ec308;
  display: none;
}

#sub_product {
  padding: 50px 0;
}
#sub_product .details {
  width: calc(100% - 200px);
  font-size: 80%;
}
#sub_product .details .image-box {
  width: 140px;
  float: left;
  position: relative;
}
#sub_product .details .image-box .sale {
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #ec008c;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 80%;
  color: #fff;
}
#sub_product .details .image-box .sale:after {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ec008c transparent transparent transparent;
}
#sub_product .details .image-box img {
  width: 100%;
}
#sub_product .details .detail-box {
  width: calc(100% - 250px);
  float: left;
  padding: 0 25px;
}
#sub_product .details .detail-box #more,
#sub_product .details .detail-box .brief-less,
#sub_product .details .detail-box .comment-less,
#sub_product .details .detail-box #more-comment {
  display: none;
}
#sub_product .details .detail-box .signin {
  text-decoration: underline;
}
#sub_product .details .detail-box * {
  margin: 2px 0;
  vertical-align:middle;
}
#sub_product .details .detail-box .name {
  font-weight: bold;
  font-size: 140%;
  display: block;
  /* width: max-content; */
  margin-bottom: 10px;
}
#sub_product .details .rate img {
  width: 20px;
}
/* #sub_product .details .detail-box .price {
  margin-bottom: 20px;
} */
#sub_product .details .detail-box .price .discount {
  text-decoration: line-through;
  margin-right: 5px;
}
#sub_product .details .detail-box .price .payable {
  color: #f00;
  font-size: 110%;
}
#sub_product .details .detail-box .show-more {
  color: #08afc3;
  text-decoration: underline;
  margin-top: 10px;
}
#sub_product .details .detail-box #author {
  text-transform: capitalize;
}
#sub_product .buttons {
  width: 200px;
}
#sub_product .buttons > button,
#sub_product .buttons > a,
#sub_product .buttons > i {
  border-radius: 5px;
  color: #fff;
  background-color: #379683;
  margin: 5px 0;
  padding: 5px;
  font-size: 80%;
  text-transform: capitalize;
  border: 0;
  width: 100%;
  font-style: normal;
  cursor: pointer;
}
#sub_product .buttons .wishlist {
  margin-top: 20px;
}
#sub_product .buttons .add {
  border: 1px solid #999;
  padding: 15px;
  margin: 5px;
  font-size: 90%;
  float: left;
  display: none;
  width: calc(100% - 10px);
}
#sub_product .buttons .add strong,
#sub_product .buttons .add span {
  float: left;
  width: 50%;
  margin: 5px 0;
}
#sub_product .buttons .add strong input,
#sub_product .buttons .add span input {
  width: 100%;
  padding: 4px;
}
#sub_product .buttons .add button {
  width: 100%;
  padding: 3px;
  margin-top: 10px;
}
#sub_product .all-details {
  margin: 30px 0;
  margin-top: 50px;
  width: 100%;
  font-size: 80%;
}
#sub_product .all-details > span {
  margin-right: 30px;
}
#sub_product .all-details > span > div {
  margin-bottom: 4px;
  text-transform: capitalize;
}
#sub_product .persian-details {
  margin-top: 50px;
  width: 100%;
  font-size: 80%;
  background-color: #f2f1f1;
  padding: 15px;
}
#sub_product .persian-details > div {
  margin-bottom: 4px;
}
#sub_product .persian-details > div strong {
  min-width: 10%;
  display: inline-block;
}
#sub_product .persian-details > div span {
  font-family: iran-sans;
  text-align: right;
  font-size: 95%;
  display: inline-block;
}
#sub_product .similar {
  width: 100%;
  display: inline-block;
  margin: 30px 0;
  /* display: none; */
}
#sub_product .similar .title {
  background-color: #f2f1f1;
  padding: 10px;
  border: 1px solid #acacac;
  width: 100%;
  font-size: 80%;
}
#sub_product .similar .controller {
  width: 100%;
  top: calc(50% - 16px);
}
#sub_product .similar .controller i {
  font-size: 200%;
  opacity: 0.5;
  cursor: pointer;
}
#sub_product .similar .controller i:hover {
  opacity: 1;
}
#sub_product .similar .wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-top: 80px;
}
#sub_product .similar .wrap .details {
  flex: 1;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
  padding: 0 30px;
}
#sub_product .similar .wrap .details ul {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
#sub_product .similar .wrap .details ul li {
  width: calc(16.666% - 50px);
  margin: 0 25px;
  text-align: center;
}
#sub_product .similar .wrap .details ul li h3 {
  font-size: 95%;
}
#sub_product .similar .wrap .details ul li > img {
  width: 100%;
}
#sub_product .similar .wrap .details ul li .stars img {
  width: 15px;
}
#sub_product .similar .wrap .details ul li .price {
  color: #f00;
}
#sub_product .similar .wrap .details ul li .discount {
  font-size: 80%;
  text-decoration: line-through;
}
#sub_product #modal {
  background-color: rgba(0, 0, 0, 0.336);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
#sub_product #modal #card {
  background-color: white;
  border-radius: 5px;
  width: 50%;
  transform: translate(-50%, -50%);
  min-height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 50px 30px;
}
#sub_product #modal #card .fa-remove {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#sub_product #modal #card .green {
  color: #379683;
  font-weight: bolder;
  font-size: 120%;
  text-decoration: underline;
  margin-top: 0;
}
#sub_product #modal #card > div {
  float: left;
  width: 50%;
}
#sub_product #modal #card > div#suggest {
  font-weight: bold;
  margin-top: 30px;
}
#sub_product #modal #card > div#suggest > span {
  text-align: center;
  width: 20%;
  margin: 0 2.5%;
  float: left;
}
#sub_product #modal #card > div#suggest > span > img {
  width: 100%;
}
#sub_product #modal #card > div#suggest > span .name {
  font-size: 110%;
}
#sub_product #modal #card > div#suggest > span .price {
  color: #ec008c;
}
#sub_product #modal #card > div#suggest > span .price_old {
  color: #999;
  text-decoration: line-through;
  font-weight: unset;
  font-size: 80%;
}
#sub_product #modal #card > div#suggest > span .stars img {
  width: 12%;
}
#sub_product #modal #card > div:nth-of-type(1) span {
  margin: 5px 0;
}
#sub_product #modal #card > div:nth-of-type(2) {
  text-align: center;
}
#sub_product #modal #card > div:nth-of-type(2) * {
  padding: 10px;
  min-width: 170px;
  color: #fff;
  background-color: #999;
  margin-bottom: 15px;
  float: right;
  border-radius: 5px;
}
#sub_product #modal #card > div:nth-of-type(2) *:nth-child(2) {
  background-color: #379683;
}
#sub_product #modal #card > div:last-child {
  width: 100%;
}
#sub_product .rating-details {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
#sub_product .rating-details .title {
  background-color: #f1e9e5;
  padding: 10px;
  width: 100%;
  font-size: 80%;
  text-transform: capitalize;
}
#sub_product .rating-details .details {
  padding: 30px 25px;
  font-size: 80%;
  background-color: #f2f1f1;
  width: 100%;
}
#sub_product .rating-details .details > * {
  margin: 5px 0;
}
#sub_product .rating-details .details .bars {
  margin: 20px 0;
}
#sub_product .rating-details .details .bars .bar {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
#sub_product .rating-details .details .bars .bar img {
  margin: 0 5px;
  position: relative;
  top: -2px;
}
#sub_product .rating-details .details .bars .bar .progress-bar {
  border: 1px solid #000;
  width: 30%;
  margin: 0 10px 0 5px;
  height: 14px;
}
#sub_product .rating-details .details .bars .bar .progress-bar .progress {
  background-color: #ffdd00;
  height: 100%;
}

#sub_payment h1 {
  color: #003a45;
  text-align: center;
  font-size: 170%;
}
#sub_payment .nav-bar {
  width: 100%;
}
#sub_payment .nav-bar span {
  color: #003a45;
  background-color: #edf5e1;
  width: calc(33.333% - 4px);
  float: left;
  text-align: center;
  padding: 20px 0;
  margin: 0 2px;
  font-size: 120%;
  height: 60px;
  cursor: pointer;
}
#sub_payment .nav-bar span.active {
  background-color: #379683;
  color: #fff;
  position: relative;
  cursor: default;
}
#sub_payment .nav-bar span.active:after {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #5cdb95;
}
#sub_payment .basket {
  width: 100%;
  margin-top: 15px;
}
#sub_payment .basket .item {
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
  float: left;
}
#sub_payment .basket .item:last-child {
  margin-bottom: 0;
}
#sub_payment .basket .item .name {
  font-size: 130%;
}
#sub_payment .basket .item img {
  height: 150px;
  float: left;
  min-width: 100px;
}
#sub_payment .basket .item .detail {
  float: left;
  font-size: 90%;
  margin-left: 10px;
}
#sub_payment .basket .item .detail > * {
  margin: 3px 0;
}
#sub_payment .basket .item .detail .price {
  color: #003a45;
  font-weight: bold;
  margin: 10px 0;
}
#sub_payment .basket .item .props {
  float: right;
}
#sub_payment .basket .item .props input {
  width: 60px;
  display: inline-block;
  padding: 4px;
}
#sub_payment .basket .item .props > * {
  text-align: right;
  display: block;
  margin: 5px 0;
}
#sub_payment .basket .item .props button {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.15);
  padding: 9px;
  background-color: #fff;
  text-align: center;
  font-size: 85%;
}
#sub_payment hr {
  display: inline-bloxk;
  width: 100%;
}
#sub_payment .delivery, #sub_payment .payment-container {
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 15px;
  padding: 15px 35px 0 35px;
  font-size: 90%;
}
#sub_payment .delivery input[type=text],
#sub_payment .delivery select,
#sub_payment .delivery textarea,
#sub_payment .invoice-address-container {
  width: 60%;
  padding: 10px;
  min-height: 30px;
  border: 1px solid #ccc;
  /* box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.03); */
  display: inline-block;
  vertical-align: top;
}

#sub_payment .invoice-address-container{
  border: none;
  box-shadow: none;
  padding: 0;
}
#sub_payment .delivery .address > * {
  margin: 5px 0;
  float: left;
  width: 100%;
}
#sub_payment .delivery .address label {
  vertical-align: top;
  width: 15%;
  float: left;
  height: 38px;
  display: flex;
  align-items: center;
}
#sub_payment .delivery .address label.sub {
  padding-left: 25px;
  font-size: 80%;
}
#sub_payment .delivery .method > label {
  vertical-align: top;
  display: inline-block;
  width: 15%;
}
#sub_payment .delivery .method > div {
  display: inline-block;
}
#sub_payment .delivery .method > div > div {
  margin-bottom: 10px;
  font-size: 80%;
}
#sub_payment .delivery .method > div > div input {
  margin-right: 5px;
}
#sub_payment .delivery .weight > div {
  margin: 5px 0;
}
#sub_payment .delivery .weight label {
  vertical-align: top;
  display: inline-block;
  width: 15%;
}
#sub_payment .order {
  border: 1px solid #ccc;
  width: 100%;
  margin: 15px 0;
  padding: 15px;
}
#sub_payment .order > div {
  display: block;
  font-size: 90%;
  border: 1px solid #ccc;
  padding: 15px;
  width: 40%;
}
#sub_payment .order > div hr {
  margin: 10px 0;
}
#sub_payment .order > div span {
  float: right;
}
#sub_payment .order > div > * {
  margin: 7px 0;
}
#sub_payment .order button {
  font-size: 100%;
  min-width: 150px;
  padding: 10px 5px;
}
#sub_payment .order button#payment {
  display: none;
}

#sub_account {
  min-height: 600px;
}
#sub_account .container > div {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px auto;
  position: relative;
  padding-top: 75px;
  width: 100%;
}
#sub_account .container > div h1 {
  background-color: #ebebeb;
  padding: 15px;
  font-size: 110%;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 3px;
  left: 15px;
}
#sub_account .container > div ul {
  width: 200px;
}
#sub_account .container > div ul li {
  font-size: 90%;
  background-color: #ebebeb;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid lightgray;
  color: #313131;
}
#sub_account .container > div ul li:hover, #sub_account .container > div ul li.active {
  background-color: #cacaca;
}
#sub_account .container > div ul li:last-child {
  border-bottom: none;
}
#sub_account .container > div > div:first-child {
  width: calc(20% - 10px);
  margin-right: 10px;
}
#sub_account .container > div > div:last-child {
  padding: 15px;
  width: calc(100% - 215px);
  background-color: #ebebeb;
  margin-left: 15px;
  font-size: 90%;
  min-height: 296px;
}
#sub_account .container > div > div:last-child h2 {
  margin-top: 0;
  font-size: 120%;
}
#sub_account .container > div > div:last-child .box {
  background-color: #fff;
  height: 100px;
  width: calc(25% - 6px);
  cursor: pointer;
  margin: 3px;
  text-align: center;
  float: left;
}
#sub_account .container > div > div:last-child .box.sample {
  display: none;
}
#sub_account .container > div > div:last-child .box i {
  font-size: 390%;
  opacity: 0.1;
  display: block;
}
#sub_account .container > div > div:last-child .box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#sub_account .container > div > div:last-child .box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#sub_account .container > div .border-gray {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
}
#sub_account .container > div .border-gray input {
  float: left;
  width: calc(50% - 5px);
  border: 1px solid #ccc;
  padding: 10px;
  background-color: unset;
}
#sub_account .container > div .border-gray input:nth-of-type(1) {
  margin-right: 10px;
}
#sub_account .container > div .border-gray button {
  margin: 15px 0 0 0;
  padding: 10px;
  font-size: 110%;
  min-width: 100px;
  display: block;
}
#sub_account .container > div .captcha {
  width: 100%;
  margin: 10px 0;
}
#sub_account .container > div .captcha img {
  width: 300px;
}
#sub_account .container > div #profile {
  font-size: 90%;
}
#sub_account .container > div #profile form {
  width: 100%;
  float: left;
  position: relative;
}
#sub_account .container > div #profile form label {
  width: 20%;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sub_account .container > div #profile form input,
#sub_account .container > div #profile form select {
  float: left;
  width: 60%;
  height: 30px;
  margin-right: 20%;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid #ccc;
}
#sub_account .container > div #profile form > div#profile_photo {
  right: 0;
  position: absolute;
  cursor: pointer;
}
#sub_account .container > div #profile form > div#profile_photo input {
  display: none;
}
#sub_account .container > div #profile form > div#profile_photo img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 15px 15px;
  border-radius: 50%;
  border: 5px solid #e9e9e9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
#sub_account .container > div #profile form > div#profile_photo img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}
#sub_account .container > div #profile button {
  padding: 10px;
  min-width: 100px;
}
#sub_account .container > div #reviews .fa-thumbs-up {
  color: #f00;
  font-size: 140%;
}
#sub_account .container > div #reviews img {
  width: 15px;
}
#sub_account .container > div table,
#sub_account .container > div tbody,
#sub_account .container > div tr {
  width: 100%;
}
#sub_account .container > div .add_form {
  background-color: #fff;
  margin: 10px 0;
  padding: 15px;
  float: left;
  width: 100%;
  display: none;
}
#sub_account .container > div .add_form tr td {
  padding: 5px;
}
#sub_account .container > div .add_form tr td.indent {
  padding-left: 30px;
}
#sub_account .container > div .add_form tr td:first-child {
  width: 20%;
}
#sub_account .container > div .add_form tr td:last-child {
  width: 80%;
}

#sub_account .container > div .add_form tr td:last-child button {
  width: unset;
  min-width: 80px;
  box-shadow: unset;
}
#sub_account .th,
#sub_account .td {
  width: calc(20% - 2px);
}
#sub_account .price {
  color: #f00;
}
#sub_account .item {
  margin: 0 10px 10px 10px;
  border: 1px solid #ccc;
  padding: 15px;
  width: calc(100% - 20px);
  float: left;
}
#sub_account .item .name {
  font-size: 130%;
}
#sub_account .item img {
  /* height: 150px; */
  float: left;
  width: 15%;
}
#sub_account .item .detail {
  float: left;
  font-size: 90%;
  margin-left: 10px;
  width: calc(70% - 10px);
}
#sub_account .item .detail > * {
  margin: 3px 0;
}
#sub_account .item .detail .price {
  font-weight: bold;
  margin: 10px 0;
}
#sub_account .item .props {
  float: right;
  width: 15%;
}
#sub_account .item .props input {
  width: 60px;
  display: inline-block;
}
#sub_account .item .props > * {
  text-align: right;
  display: block;
  margin: 5px 0;
}
#sub_account .item .props button {
  width: 100%;
  border: 1px solid #ccc;
  padding: 9px 0;
  text-align: center;
  font-size: 85%;
  background-color: #bbb;
  color: #2b2b2b;
}
#sub_account .item .props button.dark-blue {
  color: #fff;
  background-color: #379683;
}
#sub_account #modal {
  background-color: rgba(0, 0, 0, 0.336);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
#sub_account #modal #card {
  background-color: white;
  border-radius: 5px;
  width: 20%;
  transform: translate(-50%, -50%);
  min-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px 30px 30px;
  text-align: center;
}
#sub_account #modal #card button {
  padding: 5px 10px;
  height: 35px;
  margin: 0 5px;
  min-width: 80px;
}

#sub_products {
  position: relative;
}
#sub_products .side-bar {
  width: 200px;
  margin: 20px 0;
}
#sub_products .side-bar > div {
  border: 1px solid #ccc;
  padding: 15px;
  min-height: 50px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#sub_products .side-bar > div .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#sub_products .side-bar > div .list-kipper {
  max-height: 200px;
  overflow: auto;
}
#sub_products .side-bar > div select {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 80%;
  color: #949494;
  padding: 5px;
  text-transform: capitalize;
}
#sub_products .side-bar > div ul {
  width: 100%;
  transition: all 0.5s;
}
#sub_products .side-bar > div ul li {
  width: 100%;
  font-size: 80%;
  margin: 3px 0;
  color: #949494;
}
#sub_products .side-bar > div ul li:nth-child(n+6) {
  display: none;
}
#sub_products .side-bar > div ul li:hover, #sub_products .side-bar > div ul li.active {
  color: #2b2b2b;
  font-weight: bold;
}
#sub_products .side-bar > div ul.open li {
  display: block;
}
#sub_products .side-bar label {
  color: #003a45;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 90%;
  font-weight: bold;
}
#sub_products .side-bar .stars div:not(.title) {
  cursor: pointer;
  margin: 2px 0;
}
#sub_products .side-bar .stars div:not(.title):hover img {
  transition: all 0.5s;
  opacity: 1;
}
#sub_products .side-bar .stars img {
  opacity: 0.7;
  width: 15px;
}
#sub_products .side-bar a {
  text-decoration: underline;
  font-size: 80%;
  color: #003a45;
}
#sub_products .side-bar .price_limit .slide {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #5cdb95;
  margin: 20px 0;
}
#sub_products .side-bar .price_limit .slide i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 130%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075);
  position: absolute;
  top: -12.5px;
  cursor: pointer;
}
#sub_products .side-bar .price_limit .slide i:hover {
  background-color: #379683;
  color: #fff;
}
#sub_products .side-bar .price_limit .slide i.fa-angle-left {
  left: 0;
}
#sub_products .side-bar .price_limit .slide i.fa-angle-right {
  right: 0;
}
#sub_products .side-bar .price_limit .board > span {
  float: left;
  width: 50%;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font-size: 80%;
}
#sub_products .side-bar .price_limit .board > span:first-child {
  border-width: 1px 1px 0 0;
}
#sub_products .side-bar .price_limit .board > span:last-child {
  border-width: 1px 0 0;
}
#sub_products .content {
  margin: 60px 0 20px 0;
  min-height: 50px;
  border: 1px solid #ccc;
  padding: 15px;
  min-height: 50px;
  width: calc(100% - 215px);
  position: relative;
}
#sub_products .content .path {
  color: #ccc;
  font-size: 90%;
  padding: 5px;
  position: absolute;
  top: -13px;
  left: 5px;
  background-color: #fff;
}
#sub_products .content .path span {
  margin: 0 3px;
}
#sub_products .content .path span:last-child {
  color: #000;
}
#sub_products .content .items {
  border-bottom: 1px solid #ccc;
  min-height: 150px;
  margin-bottom: 10px;
  width: 100%;
}
#sub_products .content .items .item {
  width: calc(16% - 30px);
  display: inline-block;
  margin: 20px 15px 10px 15px;
  text-align: center;
  font-size: 85%;
  color: #999;
  min-height: 230px;
}
#sub_products .content .items .item.sample {
  display: none;
}
#sub_products .content .items .item:hover > img {
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.3);
}
#sub_products .content .items .item .green {
  color: #379683;
}
#sub_products .content .items .item strong {
  color: #2e2e2e;
  font-size: 100%;
  font-weight: normal;
  height: 30px;
  overflow:hidden;
  text-overflow: ellipsis;
  display: block;
}
#sub_products .content .items .item .img_box {
  /* height: 160px; */
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
}
#sub_products .content .items .item .img_box > img {
  width: 100%;
  transition: box-shadow 0.5s;
  /* position: absolute; */
  bottom:0;
  /* left:0; */
}

.img_box.stretch img{
  width: 100%;
  height: 100%;
}

#sub_products .content .items .item .stars img {
  width: 15px;
}
#sub_products .content .items .item .price {
  font-weight: bold;
  font-size: 110%;
}
#sub_products .content .nav-bar {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#sub_products .content .nav-bar ul {
  width: unset;
}
#sub_products .content .nav-bar *:not(ul) {
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  min-width: 28px;
  color: #8f8f8f;
}
#sub_products .content .nav-bar *:not(ul):hover {
  color: #161616;
  background-color: #e1ffee;
}
#sub_products .content .nav-bar *:not(ul):not([id]) {
  background-color: #5cdb95;
  color: #fff;
}
#sub_products .content .nav-bar i {
  color: #5cdb95;
  font-size: 150%;
  position: relative;
  top: 2px;
}
#sub_products .content #loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#sub_products .content #loading i {
  font-size: 200%;
}

#sub_sign {
  text-align: center;
}
#sub_sign form {
  max-width: 350px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 50px auto;
  display: inline-block;
  min-height: 320px;
  vertical-align: top;
  position: relative;
}
#sub_sign form > i {
  font-size: 200%;
  color: #042e57;
}
#sub_sign form h2 {
  color: #379683;
  font-size: 120%;
  margin: 5px 0 20px 0;
}
#sub_sign form input[type=password],
#sub_sign form input[type=email],
#sub_sign form input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
#sub_sign form label {
  display: block;
  float: left;
  margin-bottom: 10px;
  font-size: 85%;
  width: 100%;
  text-align: left;
}
/* #sub_sign form a, */
#sub_sign form button {
  width: calc(100% - 30px);
  color: #fff;
  padding: 10px;
  border: 0;
  margin-top: 15px;
  background-color: #042e57;
  vertical-align: bottom;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#sub_sign form .info {
  text-align: left;
  font-size: 80%;
}
#sub_sign form .info i {
  margin-right: 5px;
  font-size: 150%;
  position: relative;
  top: -3px;
}
#sub_sign form .info * {
  float: left;
}

#sub_library li {
  list-style: disc;
  float: unset;
  margin-left: 30px;
}

#sub_term table {
  border-spacing: 0;
  border-collapse: collapse;
}
#sub_term td,
#sub_term th {
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
}

#sub_romanization td {
  width: 30px;
  padding: 5px;
  text-align: center;
}
#sub_romanization a {
  color: #042e57;
  background-color: #ffa5001a;
  padding: 1px 5px;
  float: left;
  border: 1px solid orange;
  margin-left: 5px;
}
#sub_romanization a:first-child {
  margin-left: 0;
}

/*# sourceMappingURL=master.css.map */

#home_slider .slide-container{
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

#home_slider .slide-container span{
  color: black;
  position: absolute;
  font-size: 30px;
  left : 50px;
  right : 50px;
  text-align: center;
  top : 250px;
}

.reviews-container h4{
  margin-top: 0px;
  margin-right:200px;
}

.reviews-container .border-gray{
  position: relative;
}

.reviews-container .date{
  position: absolute;
  right: 10px;
  top: 10px;
}

.similar-container .title, .recommended-container .title, .review-container .title{
  background-color: #f2f1f1;
  padding: 10px !important;
  border: 1px solid #acacac !important;
  width: 100% !important;
  font-size: 80%;
  text-align:left;
}

.similar-container li, .recommended-container li{
  width: calc(16% - 50px) !important;
}

.similar-container .img_box, .recommended-container .img_box{
  height: 10vw !important;
}

.similar-container h3, .recommended-container h3{
  height: 26px !important;
}

.similar-container #home_werecommend, .recommended-container #home_werecommend{
  border-bottom: none;
}


.comment{
  text-align:left;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin: 10px 70px 30px 70px;
  position: relative;
}

.comment img{
  width: 50px;
  border-radius:50%;
  position: absolute;
  left: -60px;
  top: 7px;
}

.comment .username{
  font-size: 14px;
  vertical-align:top;
  margin: 10px 0 0 10px;
  color: #999;
  font-weight:bold;
}

.comment .date{
  vertical-align:top;
  margin: 12px 0 0 20px;
  color: #aaa;
  font-size: 12px;
}

.comment .text{
  display: block;
  margin: 10px;
  font-size: 14px;
}

.your-comment{
  text-align: left;
  padding: 10px;
}

.your-comment img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.your-comment textarea{
  font-size: 16px;
  width: calc(100% - 170px);
  border: 1px solid #ddd;
  resize: none;
  margin: 10px 10px 0 10px;
}

.sign-to-comment{
  text-align:left;
  color: #000;
  text-decoration:underline;
  display: block;
  margin: 40px;
}

.your-comment button img{
  width: 35px;
}

.your-comment button{
  vertical-align:top;
  margin-top: 10px;
}

.comment-sent{
  background-color:#09de09;
  margin: 30px;
  padding: 10px;
  border-radius: 10px;
  color: #076907;
  font-weight: bold;
}

.container-header{
  width: 90%;
  margin:auto;
}

.alert.alert-error{
  color: darkred;
  background-color:#fd6060;
  width: 50%;
  margin: 50px auto 0 auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid darkred;
}


.job-item{
  border: 1px solid #003a45;
  margin-bottom: 10px;
}

.job-item h3{
  margin:0;
  background-color:#003a45;
  color: #fff;
  padding: 10px;
}

.job-item div{
  padding: 20px;
  font-size: 16px;
}

.job-item a, .job-item button{
  margin: 10px;
  padding: 10px 30px;
}

.alert.alert-success{
  background:#10da10;
  text-align: center;
  padding: 10px;
  color: #025423;
  width: 50%;
  margin: 50px auto 0 auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #028b00;
}

.alert.alert-warning{
  background:#dab010;
  text-align: center;
  padding: 10px;
}

.apply-form{
  border-top: 1px solid #ddd;
  margin:0 30px;
  padding:20px 0px !important;
}

.apply-form input{
  margin-bottom: 10px;
  padding: 5px;
  width: 50%;
}

.apply-form textarea{
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  resize:none;
}

.all-details a, .detail-box a{
  text-decoration: underline;
}

.container-products{
  width: 90%;
  margin: auto;
}

.lang-in-title{
  font-style:italic;
  font-weight:100;
  padding: 0 5px;
  font-size: 14px;
}

.arrow{
  display: inline-block;
  font-size: 18px;
  font-family: "sans-serif";  
  vertical-align: bottom;  
  margin: 0 5px;
  margin-top:-5px;
}

.tree-container{
  vertical-align: top;
}

.tree-container > div{
  padding-bottom: 5px;
}

.select2-results__options{
  display: block;
}

.select2-results__option{
  width: 100% !important;
}

.ui-menu{
  width: 30%;
}

.ui-menu li{
  width: 100%;
}

.forgot-link{
  color:#042e57;
  text-decoration: underline;
}

.plus-box {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.plus-box button{
  width: 60px !important;
  min-width: 60px !important;
  float: right;
}

.plus-box input {
  width: calc(100% - 70px) !important;
  float: left;
  margin: 0 !important;
}

.plus-box .list {
  display: inline-block;
  border: 1px dotted #ccc;
  margin-bottom: 15px;
  padding: 5px 5px 0 5px;
  margin-top: -10px;
  font-size: 80%;
  width: 100%;
}
.plus-box .list span {
  background-color: #eaeaea;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: iransans !important;
}
.plus-box .list span i {
  padding: 0 0 0 5px;
  cursor: pointer;
}
.plus-box .list:empty {
  display: none;
}

.plus-box div{
  width: 60%;
  float: left;
}

.operators-holder, .reference-holder, .contacts-holder{
  margin-top: 5px !important;
}

.services > div, .payment > div{
  display: inline-block;
}

.services > label, .payment > label{
  display: inline-block;
  vertical-align: top;
  width: 15%;
}

.services div label, .payment div label{
  margin-bottom: 10px !important;
  display: block;
}

.register-link{
  float: left;
  font-size: 14px;
  text-decoration: underline;
  color: #042e57;
}

.error-msg{
  color: #e00000;
  font-weight: bold;
}

.red{
  color: red;
  font-weight: bold;
  vertical-align:middle;
  margin-right: 2px;
}

input.error, select.error{
  box-shadow: 0 0 5px #f00;
  border-color: red !important;
}

.no-border div, .no-border .fa{
  border: none !important;
  box-shadow: none !important;
}

.no-border .fa-plus{
  display: block !important;
}

.no-border .fa{
  display: inline;
}

.address-contacts-holder{
  border: 1px solid #000 !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.address-contacts-holder > span{
  width: auto !important;
}

.no-border{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.no-border .plus-box{
  padding: 0 !important;
}

.menu{
  position: relative;
}

.menu:hover ul{
  display: block;
}

.menu ul{
    display: none;
    padding-top: 20px;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 20px;
    width: 240px;
    background: #000000ff;
    box-shadow: 0 0 10px #000;
  }

.menu ul li{
  display: block !important;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #333;
  transition: all 200ms;
}

.menu ul li:hover *{
  color: #fff;
}


.fa-plus:disabled{
  cursor: default;
  box-shadow: none !important;
}


.radios-container{
  clear: both;
  float: left;
  width: 100%;
  margin-left:20%;
}

.radios-container label{
  float: none !important;
  display: block;
  width: auto !important;
}

.radios-container input{
  display: inline-block;
  width: 20px !important;
  margin: 0px 10px !important;
  vertical-align: middle !important;
}

.radios-container span{
  display: inline-block !important;
  font-size: 18px;
  margin-top:5px;
}

.modal{
  position: absolute;
  z-index:999;
  left: 50%;
  top: 50px;
  background: #fff;
  width: 600px;
  margin-left: -300px;
  padding: 20px;
  box-shadow: 0 0 10px #000;
  display: none;
  transition: all 200ms;
}

.modal .modal-title{
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal > .fa{
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 200ms;
  color: #d77;
  cursor: pointer;
}

.modal > .fa:hover{
  color: red;
}

.shadow{
  position: fixed;
  left:0;
  right: 0;
  bottom: 0;
  top:0;
  background: #000;
  opacity: 0.4;
  z-index:998;
  display: none;
}

.modal .del_contacts-holder{
  margin-top: 10px; 
}

#sub_account label a{
  font-size: 14px;
  color: #0606e6;
}

#sub_account label input:disabled ~ span a{
  display: none;
}

.vat-sign{
  display: inline;
}

.detail-information{
  display: none
}

.all-details button{
  margin-top: -20px;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  transition: all 200ms;
}

.original_title{
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align:middle;
}

.detail-information{
  box-shadow: 0 0 4px #666 inset;
  padding: 10px;
}

.detail-information > span{
  width: 30%;
  vertical-align: top;
}


.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
  transition: all 200ms;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "\f00c";
  font-size: 18px;
  color: #fff;
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
}

.radio-buttons-container, .deliveries, .payments{
  width: 60%;
}

.radio-container.disabled{
  opacity: 0.5;
  cursor: auto;
}

.weight span{
  font-size: 20px;
}

.product-item{
  position: relative;
}
.product-item .fa-heart{  
  bottom: 5px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ef0045;
  background-color: #ef0045;
  color: #fff;
  padding: 5px;
  transition: all 200ms;
  width: 35px;
}

.product-item .fa-heart:hover{
  border-color: #ef0045;
  background-color: #ef0045;
}

.product-item .fa-heart.highlight{
  color: red;
  animation-name: heartbeat;
  animation-duration: 200ms;
}

.product-item .add-to-basket.highlight .fa{
  animation-name: heartbeat;
  animation-duration: 200ms;
}

@keyframes heartbeat{
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.product-item .add-to-basket{
  vertical-align: top;
  display: inline-block;
  border: 1px solid #379683;
  background-color: #379683;
  padding: 0 5px;
  width: 110px;
  border-radius: 5px;
  transition: all 200ms;
  color: #eee !important;
  margin-right: 5px
}

.product-item .add-to-basket .fa{
  font-size: 20px;
  float: right;
  margin: 5px 0;
  transition: all 200ms;
}

.product-item .add-to-basket .price{
  float: left;
  margin-top: 7px;
  color: #fff !important;
  transition: all 200ms;
}

.product-item .add-to-basket:hover{
  border-color: #379683;
  background-color: #379683;
}

.product-item .add-to-basket:hover .fa, .product-item .add-to-basket:hover .price{
  color: white !important;
}
.product-item .padding-5{
  padding: 10px 0;
}

.con-input{
  width: 130px !important;
  text-align: center;
  margin-top: 10px;
}

.product-item .padding-5 .fa{
  font-size: 15px;
  width:30px;
}

.add-to-basket.sm .fa{
  font-size: 16px;
  float: right;
  margin-right:-7px;
}

.add-to-basket.sm{
  width:calc(100% - 40px);
  height: 27px;
}

.add-to-basket.sm .price{
  margin: 4px 0 4px 0 !important;
  position: absolute;
  font-size: 14px !important;
}

.product-item .off{
  position: absolute;
  right: 5px;
  top: 30px;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: red;
}


.basket-container .con-input{
  width: 120px !important;
}

.basket-container .item .detail {
  width: calc(60% - 10px) !important;
}

.basket-container .item .props{
  width: 17% !important;
}

.basket-container a{
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}

.recommended-container .img_box, .similar-container .img_box{
  margin-bottom: 5px;
}

.recommended-container .add-to-basket, .similar-container .add-to-basket{
  width: calc(100% - 40px);
  height: 32px;
}

.recommended-container .wrap .details ul, .similar-container .wrap .details ul{
  width: 94%;
  margin: 0 3%;
}

.recommended-container ul li, .similar-container ul li{
  width: calc(16% - 10px) !important;
  margin: 0 7px !important;
}

.items-container{
  width: 90%;
  margin: auto;
}

.items-container .wrap{
  width: 90%;
  margin: auto;
}

.items-container ul{
  white-space: nowrap;
  margin: 0 !important;
  float: left;
}

.items-container ul li{
  float: none;
  display: inline-block;
  margin: 0 !important;
  padding: 0 5px;
}

.items-container .off{
  top: 10px;
  right : 10px;
}

.items-container .img_box{
  height: auto !important;
  margin-bottom: 10px;
  width: 100% !important;
}

.items-container a{
  width: 100%;
}

.publisher-site {
  clear: both;
  padding-top: 10px;
}

.publisher-site .tabs{
  margin: 10px 10px 20px 20px;
  font-size: 20px;
  background-color: #f4f2f2;
  width: 250px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
}

.publisher-site .tabs li{
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 200ms;
  width: 100%;
}

.publisher-site .tabs li a{
  padding: 10px;
  padding-left: 20px;
  display: block;
  transition: all 200ms;
}

.publisher-site .tabs li:last-child{
  border: none;
}

.publisher-site .tabs li:hover, .publisher-site .tabs li.active{
  background-color: #ffffff;
  color: #23527c;
}

.publisher-site .tabs li:hover a, .publisher-site .tabs li.active{
  padding: 10px;
  padding-left: 10px;
}

.publisher-site .tabs-container{
  float: right;
  background-color: #f4f2f2;
  width: calc(100% - 310px);
  margin: 10px 20px 0 0;
  border-radius: 10px;
  padding: 10px;
}

.publisher-site .tabs-container > div{
  display: none;
}

.publisher-site  .tabs-container .active{
  display: block;
}

.publisher-site .rows-count-div{
  margin-left: 10px;
  float: right;
}

.publisher-site .tabs-container .table{
  margin-top: 40px;
}

.publisher-site .tabs li.active a{
  padding: 0;
}

.publisher-site .tabs-container .new-message{
  float: none;
  display: block;
  width: 100%;
}

.publisher-site .tabs-container .new-message input{
  width: calc(100% - 150px);
  resize: none;
  font-size: 16px;
  float: none;
  height: 50px;
}

.publisher-site .tabs-container .new-message button{
  float: none;
  margin-left: 10px;
  vertical-align: top;
  height: 50px;
}

.publisher-site .messages-container{
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.publisher-site .messages-container .msg{
  font-size: 16px;
  padding: 10px;
  background: #ddd;
  border-radius: 25px;
  margin-bottom: 10px;
  min-width: 200px;
}

.publisher-site .messages-container .msg .time{
  font-size: 12px;
  display: block;
}

.publisher-site .messages-container .msg.mine{
  border-bottom-left-radius: 0;
  background-color: #68ea8d;
  float: left;
}

.publisher-site .messages-container .msg.notmine{
  border-bottom-right-radius: 0;
  background-color: #68c9ea;
  float: right;
}

.publisher-site .messages-container .seen{
  display: block;
  clear: both;
  font-weight: bold;
}

.container-box{
  background-color: #f4f2f2;
  margin: 20px;
  border-radius: 10px;
  padding: 10px;
}

.container-box label{
  font-weight: bold;
  margin-right: 30px;
}

.table .thead {
  padding: 0 15px;
  text-align: center;
  margin: 20px 0 10px 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}

.table .thead .th {
  text-align: left;
  height: 100%;
  float: left;
  text-transform: capitalize;
}

.table .tbody .tr .td {
  float: left;
  text-align: left;
}

.w16_66 {
  width: 16.666%;
  float: left;
}

.sortable {
  cursor: pointer;
}

.table .tbody .tr {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.table .tbody .tr .td img {
  height: 80px;
}
.table img {
  max-height: 120px;
}

.table .tbody .tr .td {
    float: left;
    text-align: left;
}

#content .card {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.table .tbody.card {
  margin-bottom: 20px;
}
.table .tbody {
  color: #383838;
  margin-bottom: 10px;
}

.tabs-container .tbody .td{
  background: none;
}

.table .tbody .tr:last-of-type {
  border: 0;
}

.table-nav ul li a {
  padding: 1px 3px;
  text-decoration: none;
  color: #042e57;
}

.publisher-site .tabs-container .active {
  display: block;
}


.table-nav ul li a {
  padding: 1px 3px;
  text-decoration: none;
  color: #042e57;
}

.table-nav ul li.active {
  background-color: #042e57;
}

.table-nav ul li a{
  padding: 2px 5px;
  vertical-align: middle;
  display: inline-block;
}
.table-nav ul li.active a{
  color: #fff;
}

.table-nav {
  float: right;
  margin-bottom: 10px;
}

.tabs-container .active{
  position: relative;
}

.publisher-site .rows-count{
  float: right;
}

.w12_5 {
  width: 12.5%;
  float: left;
}

.w14_285 {
  width: 14.285%;
  float: left;
}

.table .tbody .tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.fa.view {
  font-size: 20px;
}

.publisher-site .tabs-container .new-message button {
  float: none;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: top;
  height: 50px;
  width: 130px;
}

.publisher-site .tabs-container .new-message input {
  width: calc(100% - 150px);
  resize: none;
  font-size: 16px;
  float: none;
  height: 50px;
  vertical-align: top;
}

.publisher-site .table input[type=number]{
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
}

.btn-save-orders{
  padding: 10px 30px;
}

.w10 {
  width: 10%;
  float: left;
}

.w33_333 {
  width:33.333333%
}

.w11_111{
  width:11.111%;
}

.publisher-site .rows-count label{
  padding-top: 5px;
  display: inline-block;
}

.publisher-site .rows-count select{
  height: 30px;
  border: 1px solid #ddd;
}

.publisher-site .form-control{
  height: 30px;
  border: 1px solid #ddd;
}

.publisher-site .dark-blue{
  padding: 5px 0;
}

.publisher-site .btn-save-orders{
  padding: 10px;
  width: 150px;
}

.delivery_add_form{
  box-shadow: 0 0 10px #000;
  position: absolute;
  background: #fff;
  z-index: 1000;
  width: 600px;
  left: 50%;
  top: 400px;
  margin-left: -300px;
  border-radius: 5px;
  padding: 0 10px;
}

.delivery_add_form input, .delivery_add_form select{
  padding: 5px;
  width: 100%;
}

.delivery_add_form .fa-plus{
  padding: 8px 0;
}

.delivery_add_form .title{
  margin: 0 -10px 20px -10px;
  padding: 10px;
  background-color: #263238;
  color: #fff;
}

.delivery_add_form .dark-blue{
  margin: 10px 0;
  padding: 10px 30px;
}


.delivery_add_form .title .fa-times{
  float: right;
  font-size: 20px;
  cursor: pointer !important;
  padding: 10px;
  margin-top: -10px;
}

ul.scrollable{
  max-height: 300px;
  overflow-y: auto;
}

.iti{
  float: left;
    width: 60%;
    height: 30px;
    margin-right: 20%;
    margin-bottom: 10px;
}

.iti input{
  margin: 0 !important;
  width: 100% !important;
  padding-left: 50px !important;
}

.iti__country-list {
  overflow-x: hidden;
  width: 300px !important;

}

.iti__country-list *{
  text-align: left !important;
}

.delivery_add_form .iti{
  float: left;
  width: 100%;
  height: 30px;
  margin-right: 0%;
  margin-bottom: 0px;
}


#address .iti{
  width: 100%;
}

.table.table-bordered{
  display: block;
  border-collapse: collapse;
}

.table.table-bordered td, .table.table-bordered th{
  border: 1px solid #ddd;
  padding: 5px;
}

.order-container{
  clear: both;
  padding: 20px;
}

.table.table-order-products{
  width: 100%;
  display: table;
}

.empty-cart{
  text-align: center;
  padding: 350px 0 150px 0;
  box-sizing: border-box;
  font-size: 30px;
}

.unavailable {
  background: #aaa !important;
  border: none !important;
  cursor: not-allowed;
}

.lib-products-container{
  margin: auto;
  padding: 10px 0;
  clear: both;
}

.lib-product{
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #888;
  margin: 10px;
}

.lib-products-table{
  width:  100%;
  margin: 40px auto;
}

.lib-products-table .seperator{
  height: 2px;
  padding: 10px;
}

.lib-products-table img{
  width: 100px;
}

.lib-header{
  margin:auto;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  clear: both;
}


.lib-add-to-cart{
  color: #fff;
  background-color: #379683;
  padding: 5px 10px;
  border-radius: 10px;
}

.lib-download-excel{
  font-weight:bold;
  color: #fff;
  background-color: #379683;
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
  display:block;
  width: 200px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.english-title,
.detail-box .name,
.product-item h3,
#basket .detail .name,
.table-order-products td,
#wish-list .item .name,
.product-item #title,
.order-container td{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.publisher-site .tabs-container .table-count{
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}

@media(max-width: 700px) {
  .end-line ul{
    float: none;
    width: 45%;
  }
}

@media(max-width: 350px) {
  .end-line ul{
    float: none;
    width: 100%;
  }

  #home_subscribe button{
      margin-top: 20px;    }
  }
}

footer .end-line ul:last-child li{
  display: contents;
}

.gateway_container{
  text-align: center;
}

.gateway_container img{
  width: 200px;
  margin-top: 70px;
}

.gateway_container span{
  display: block;
  font-size: 18px;
  margin-bottom: 70px;
}

.search-box-2{
  width: 90% !important;
  display: none !important;
}

@media(max-width: 700px) {
  .search-box-1{
    display: none !important;
  }

  .search-box-2{
    display: inline-block !important;
  }
}

@media(max-width:780px) {
  .product-item .add-to-basket .price{
    display: none;
  }
  .product-item .add-to-basket {
    text-align: center !important;
    width: 30px;
    vertical-align: bottom;
  }

  .product-item .add-to-basket .fa{
    text-align: center !important;
  }

  .items-list .product-item .add-to-basket{
    margin-top: 30px;
    width: 35px;
  }
}

@media(max-width:500px) {
  .product-item .add-to-basket {
    width: 31px;
  }
  .product-item .add-to-basket .fa{
    font-size: 17px !important;
  }

  .product-item .fa-heart{
    font-size: 17px !important;
    width: 31px;
  }
}

.items-container.pos-r .fa-arrow-circle-left{
  position: absolute;
  left: 10px;
  z-index: 1000;
}

.items-container.pos-r .fa-arrow-circle-right{
  position: absolute;
  right: 10px;
  z-index: 1000;
}

@media(max-width:1100px) {
  #sub_products .content .items .item{
    width: calc(30% - 20px);
  }
}

@media(max-width:700px) {
  #sub_products .content .items .item{
    width: calc(50% - 30px);
  }
}

@media(max-width:380px) {
  #sub_products .content .items .item{
    width: calc(100% - 30px) !important;
  }  
}

@media(max-width: 600px) {
  .side-bar{
    display: block !important;
    float: none;
    width: 100% !important;
  }

  .container-products .content{
    width: 100% !important;
    display: block !important;
  }
}

@media(max-width:650px) {
  #sub_payment .order > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .services > label, .payment > label {
    width: 30%;
  }
}

#sub_payment #payment{
  -overflow-x: scroll;
}

@media(max-width:650px) {
  #sub_payment .address .btn{
    margin-left: 15%;
  }
}

@media(max-width:516px) {
  #sub_payment label{
    width: 30% !important;
  }

  #sub_payment label.radio-container {
    width: 100% !important;
  }

  #sub_payment .address .btn{
    margin-left: 30%;
  }
}

@media(max-width: 550px) {
  nav .nav-bar > ul > li {
    width: 50%;
  }

  nav .nav-bar > ul > li:nth-child(even){
    border: none;
  }
}

nav .nav-bar > ul > li{
  z-index: 0;
}

nav .nav-bar > ul > li:nth-child(1), nav .nav-bar > ul > li:nth-child(2){
  z-index: 3;
}

@media(max-width: 500px) {
  #sub_payment .nav-bar span.active:after{
    display: none;
  }
}

@media(max-width: 650px) {
  #sub_account .nav-bar {
    display: block;
    width: 100% !important;
    float: none;
  }

  #sub_account .nav-bar li{
    display: inline-block !important;
    width: 33% !important;
  }

  #sub_account .container > div {
    border: none !important;
  }
  #sub_account .content{
    width: 100% !important;
    margin: 20px auto !important;
  }

  #sub_account > .container {
    padding: 0;
  }

  #sub_account label{
    width: 40% !important;
  }

  #sub_account .plus-box label{
    width: 100% !important;
  }

  #sub_account .radios-container{
    margin-left: 0 !important;
  }

  #sub_account .radios-container label {
    width: 100% !important;
  }
}

#sub_account .con-input{
  width: 100% !important
}

@media(max-width: 700px) {
  #sub_product .details, #sub_product .details .detail-box {
    width: 100%;
  }
}

@media(max-width: 500px) {
  .detail-information > span{
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.product-item a{
  width: 100%
}

body.rtl .topnav ul{
  right: 0;
}

.topnav ul li{
  white-space: nowrap;
}

.slider-img{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: 50% 0%;
}

.english-title{
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.english-title span{
  font-weight: 100;
  padding-left: 5px;
}

.klarna-error{
  padding: 70px 0;
  clear: both;
  box-sizing: border-box;
  text-align: center;
  color: red;
  font-size: 18px;
}

#klarna-checkout-container{
  width: 100% !important;
  height: 900px !important;
}

ul.main > li > ul  li{
  position: relative;
}

ul.main > li > ul  li  ul{
  position: absolute;
  top: 0 !important;
}

.detail-information strong{
  margin-bottom: 8px;
  display: inline-block;
}

.add-to-basket-button{
  background-color: #ef0045 !important;
  font-size: 14px !important;
  height: 60px;
}

.add-to-basket-button i{
  font-size: 20px;
}

.add-to-basket-button .label{
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.modal-image{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #00000088;
  z-index: 1000;
  display: none;
}

.modal-image .img{
  position: fixed;
  left: 50%;
  /* top: 50%; */
  width: 400px;
  margin-left: -200px;
  height: 100%;
  /* margin-top: -300px; */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  /* border: 5px solid #003a45; */
  /* background-color: #003a45 !important; */
}

.modal-image .fa-times{
  font-size: 40px;
  background: #3c3c3c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 3px;
  text-align: center;
  margin-left: -30px;
  margin-top: 60px;
  cursor: pointer;
  color: #d80843;
}

.product-image{
  cursor: pointer;
}

.rate:not(.rate-disabled) img{
  cursor: pointer;
}

.search-publisher{
  width: 100%;
  margin-bottom: 10px;
}

.lib-products-table{
  width: calc(100% - 30px);
}

.lib-products-table td{
  text-align: center;
}

.lib-products-table img{
  width: 50px;
  padding: 5px 0;
}

.lib-products-table{
  border-collapse: collapse;
}

.lib-products-table td, .lib-products-table th{
  -border-bottom: 1px solid #ccc;
}

.lib-products-table tr{
  border: 1px solid #ddd;
}

.payments > div{
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-bottom: 10px;
  height: 50px;
}

.payments img{
  border-radius: 10px;
  float: right;
  margin: 10px;
}

.payments .checkmark{
  margin: 10px;
}

.payments .label{
  margin: 10px;
}

div.unavailable{
  position: relative;
}

.unavailable div{
  text-align: center !important;
  width: calc(100% - 10px);
}

.discounted{
  color: red !important;
  margin-right: 5px !important;
  text-decoration: line-through;
}

.profile-hint{
  font-size: 18px;
  color: #ea7300;
  margin-bottom: 0px;
}

.list-style{
  text-align: right;
}

.list-style .fa{
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #dcdcdc;
  transition: all 200ms;
  cursor: pointer;
}

.list-style .fa.active{
  color: #003a45;
}

.list-style .fa:hover{
  color: #003a45;
}

body.rtl .path {
  right: 5px;
  left: unset !important;
}

body.rtl .list-style{
  text-align: left;
  direction: rtl;
}

.items-list .item:not(.sample){
  display: block !important;
  border-bottom: 2px solid #ddd;
  width: auto !important;
  min-height: 120px !important;
  height: 40px;
}

.items-list .item img{
  width: 75px !important;
  float: left;
  max-height: 105px;
}

.items-list .item #title{
      white-space: nowrap;
      position: absolute;
      left: 85px;
      top: 0px;
      right: 0;
      text-align: left;
}

.items-list .item .stars{
  display: none;
  position: absolute;
  left: 85px;
  top: 67px;
}

.items-list .item .stars img{
  width: 15px !important;
}

.items-list .item .padding-5{
  position: absolute;
  right: 0px;
  width: 161px;
  margin-top: 30px;
  text-align: right;
}

.items-list .item .padding-5 .fa-heart{
  width: 40px;
  height: 40px;
  padding: 7px;
  font-size: 22px;
}

.items-list .item .padding-5 .add-to-basket{
  width: 110px;
  height: 40px;
  background-color: #379683 !important;
  border: none;
}

.items-list .item .padding-5 .add-to-basket .fa{
  font-size: 20px !important;
  margin: 8px 2px 0 0;
}

.items-list .item .padding-5 .add-to-basket .price{
  font-size: 18px !important;
  padding: 5px 0 0 0 !important;
}

.add-to-basket{
  transition: none !important;
}

.items-list #author{
  position: absolute;
  left: 85px;
  top: 20px;
  width: calc(100% - 80px);
  text-align: left;
  overflow: hidden;
}

.items-list .off{
  position: absolute;
  left: 0;
  right: unset;
  top: 0px;
}

.container-products .product-item .desc{
  display: none
}

.items-list .product-item .desc{
  display: block;
  float: left;
  position: absolute;
  left: 85px;
  text-align: left;
  top: 75px;
  width: calc(100% - 250px);
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

@media(max-width: 780px){
  .items-list .add-to-basket{
    width: 40px !important;
  }

  .items-list .add-to-basket .fa{
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .items-list  .product-item .desc{
    width: calc(100% - 170px);
  }
}

.items-list .unavailable .fa{
  display: block !important;
}

.product-item .author_label{
  display: none;
}

.items-list .author_label{
  display: inline-block;
  color: #000;
}

.items-list .author_name{
  color: #000;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.product-item .bookinfo{
  display: none;
}

.items-list .product-item .bookinfo{
  display: block;
  position: absolute;
  left: 85px;
  top: 40px;
  color: #000;
  width: calc(100% - 250px);
  text-align: left;
}

body.rtl .items-list img{
  float: right;
}

body.rtl .items-list .item .padding-5{
  left: 0px;
}

body.rtl .items-list .item #title {
    right: 85px;
    text-align: right;
    left:  0;
    direction: rtl !important;
}

body.rtl .items-list #author {
    right: 85px;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
    left: 0;
    overflow: hidden;
}

body.rtl .items-list #author .author_name{
  text-align: right;
}

body.rtl .items-list .product-item .bookinfo {
    right: 85px;
    text-align: right;
    direction: rtl;
    left: unset;
}

body.rtl .items-list .item .stars{
  left: unset;
  right: 85px;
}

body.rtl .items-list .product-item .desc{
  left: unset;
  right: 85px;
  text-align: right;
  direction: rtl;
}

body.rtl .items-list .product-item .off{
  right: 0px;
  left: unset;
}

.items-list .item .padding-5 .add-to-basket.unavailable {
  background: #aaa !important;
  border: none !important;
  cursor: not-allowed;
}

.items-list .item .padding-5 .add-to-basket.unavailable .fa{
  display: none !important;
}

body.rtl .item .padding-5{
  text-align: left;
}

body.rtl .item .padding-5 .add-to-basket{
  text-align: center;
}

@media(max-width: 780px) {
  .items-list .bookinfo {
    width: calc(100% - 80px) !important;
  }
}

#address .box{
  position: relative;
}

#address .box span{
  background-color: #ddd;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 4px 0;
  position: absolute;
}

#address .box.active{
  box-shadow: 0 0 2px 2px #009cb9 !important;
}

#address .box .fa-times{
  font-size: 28px !important;
  position: absolute;
  color: #999;
  opacity: 0.6 !important;
  left: 2px;
}

#address .box .fa-times:hover{
  opacity: 1 !important;
}

header nav{
  background: none !important;
}

.btn-share{
  border-radius: 5px;
  width: 100%;
  margin: 5px 0;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 200ms;
}

.share-icons-container{
  background-color: #fff;
  margin-top: 5px;
  transition: all 200ms;
  padding: 10px 0;
  border-radius: 5px;
  cursor: default;
}

.share-icons-container a{
  cursor: pointer;
}

.share-icons-container img{
  border-radius: 5px;
  filter: grayscale(0.8);  
}

.btn-share.display{
  height: 119px;
}

.table-order-products td{
  text-align: center;
}

.table-order-products tr td:nth-child(3){
  text-align: left;
}

.table-order-products tr:last-child td:nth-child(2){
  text-align: left;
}

.table-order-products tr:last-child td:nth-child(3){
  text-align: center;
} 

.not-found{
  padding-top: 100px;
  margin: 100px 0;
  text-align: center;
}

.items-list .product-item #title{
  font-size: 14px;
  font-weight: bold !important;
}

.alert-register-success{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  background-color: #d9ffd4 !important;
  padding-bottom: 20px !important;
}

#sub_account li > .fa{
  font-size: 18px;
  margin: 0 10px;
  border-right: 1px solid #aaa;
  padding-right: 10px;
  width: 30px;
  text-align: center;
}

#sub_account li.active{
  color: #02589d !important;
}

#sub_account li .badge{
  position: absolute;
  right: 10px;
  background-color: red;
  text-align: center;
  padding: 5px 10px;
  margin-top: -3px;
  border-radius: 5px;
  color: white;
}

body.rtl #sub_account .nav-bar > li{
  text-align: right;
}

body.rtl #sub_account .nav-bar .fa{
  float: right;
  border-right: none;
  padding-right:0px;
  border-left: 1px solid #aaa;
  padding-left: 10px;
}

body.rtl #sub_account li .badge{
  left: 10px;
  right: auto;
}

body.rtl #sub_account .content.flt-l{
  margin-left: 0px !important;
  margin-right: 10px;
}

.cookies{
  -display: block !important;
  position: fixed;
  bottom: 0;
  background-color: #000d;
  color: #fff;
  padding: 0 40px 10px 40px;
  z-index: 1000;
}

.cookies .btn{
  padding: 10px;
  font-size: 20px;
  background: none !important;
  border: 2px solid #fff;
  width: 100px;
  margin-top: 30px;
  transition: all 200ms;
}

.cookies .btn:hover{
  background-color: #fff4 !important;
}

.delivery-container{
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
}

.delivery-container span{
  display: inline-block;
  margin-bottom: 5px;
  color: #003a45 !important;
  font-weight: bold;
}

.delivery-container .fa{
  margin: 0 10px 0 0px;
  font-size: 8px;
  vertical-align: middle;
  color: #379683
}

.btn-google{
  display: block;
  max-width: 260px;
  background-color: #1e6df6;
  clear: both;
  margin: 20px 0;
  border-radius: 5px;
  height: 50px;
}

.btn-google *{
  float: left;
}

.btn-google img{
  width: 40px;
  margin: 5px;
  border-radius: 5px;
}

.btn-google span{
  font-size: 16px;
  color: #fff;
  margin: 15px;
}

.social-login-container {
  text-align: left;
  margin: auto;
  border-left: 1px solid #ddd;
  padding-left: 30px;
}

.social-login-container > span{
  font-weight: bold;
}

#sub_sign .login-panel {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 10px;
  vertical-align: middle;
}


@media(max-width:700px){
  #sub_sign .login-panel {
    display: block;
    width: unset;
    text-align: center;
  }

  #sub_sign .social-login-container{
    border-left: none;
    padding: 0px;
  }

  #sub_sign .social-login-container > a{
    margin: 30px auto;
  }
}

.social-register-container{
  max-width: 500px;
  margin: 100px auto; 
  clear: both;
  box-sizing: border-box;
  padding-top: 30px;
}

.social-register-container input, .social-register-container select{
  display: block;
  width: 100%;
  padding: 5px;
}

.social-register-container button{
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin: 10px 0;
  float: right;
  color: #fff;
  background-color: #00c086;
}

.checkout-msg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clear: both;
  padding: 0 20px;
  box-shadow: 0 0 10px #000;
  background: #fff;
  z-index: 2000;
}

.checkout-msg h2{
  display: inline-block;
}

.checkout-msg button{
  font-size: 18px;
  padding: 10px;
  float: right;
  margin: 13px 5px 10px 5px;
  transition: all 200ms;
}

.checkout-msg .btn-success{
  background-color: #00E676;
  font-weight: bold;
  color: #fff;
}

.checkout-msg .btn-gray{
  color: #444;
  background-color: #f0f0f0 !important;
}

body.rtl .checkout-msg{
  direction: rtl;
}

body.rtl button{
  float: left;
}

.signin_message{
  margin-top: 40px;
  clear: both;
  display: block;
  margin-top: 30px;
}

.signin_message a{
  color: #009688;
}

#sub_payment .address .btn {
    margin-left: 15%;
}

#sub_payment .invoice-address-container span{
  font-size: 16px;
  font-weight: bold;
}

.guest-address td:first-child{
  /* width: 15%; */
}

.guest-address label{
  width: 100% !important;
  display: block;
}

.guest-address .red{
  float: right !important;
}

.guest-address .fa-plus{
  height: 40px;
}

.btn-change-delivery-address, .btn-change-guest-delivery-address{
  float: right;
  padding: 10px;
  background-color: #379683;
  color: #fff;
}

.delivery-address-items{
  margin: 10px 0;
  -display: none;
}

.delivery-address-item{
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
  width: 60%;
  margin-left: 15%;
  cursor: pointer;
  transition: all 200ms;
}

.delivery-address-item:hover{
  background-color: #f0f0f0;
}

.select-delivery-address-container{
  display: none;
}

.delivery-address-item.active{
  border-color: #379683;
  background-color: #8ff0dd;
}

.btn-add-guest-address{
  padding: 10px;
  margin: 20px auto !important;
  display: block;
  width: 200px;
}

.guest-address {
    width: 100%;
}

.guest-address input, .guest-address select, .guest-address .iti{
    width: 100% !important;
}

.guest-address .plus-box input{
    width: calc(100% - 70px) !important
}

.guest-address td:first-child {
    width: 30%;
}

.guest-address td label{
    width: 100% !important;
}

.guest-address .plus-box div{
    width: 100%;
}

.guest-address .plus-box{
  margin-bottom: 0px;
}

.guest-address-contacts-holder > span{
  margin-top: 10px;
}

.frame-container .product-image{
  width: 134px !important;
  margin-top: 70px;
  margin-left: -16px;
  height: 134px;
}

.frame-container .frame{
  margin-top: -205px;
  width: 200px !important;
  margin-left: -50px;
  pointer-events: none;
}

.tracks-list{
  margin-top: 10px !important;
  padding: 5px 10px;
  margin-top: 40px;
  display: block;
  border: 1px solid #ddd;
  background-color: #eee;
  border-radius: 10px;
}

.tracks-list label{
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #aaa;
  display: block;
  margin-bottom: 10px !important;
}

.tracks-list .track{
  background-color: #fff;
  border-radius: 20px;
  margin: 5px 0 !important;
  padding: 5px 10px;
}

.tracks-list .track .fa {
  font-size: 22px;
  margin: 6px 5px !important;
  display: inline-block;
  color: #aaa;
}

.tracks-list .track span{
  display: inline-block;
  margin-left: 5px !important;
}

.tracks-list .track.demo{
  cursor: default;
}

.tracks-list .track.demo .fa{
  color: #379683;
}

.tracks-list audio{
  float: right;
  height: 30px;
}

.btn-listen{
  font-size: 18px;
  padding: 5px 20px;
}

.btn-read{
  font-size: 18px;
  padding: 5px 20px;
}


@media(max-width:740px) {
  .similar-container .stars, .recommended-container .stars{
    display: none;
  }
}

@media(max-width:992px) {
  .similar-container .add-to-basket, .recommended-container .add-to-basket{
    width: 35px !important;
  }
}

@media(max-width:720px) {
  .similar-container .product-item, .recommended-container .product-item{
    width: 30% !important;
  }
}

@media(max-width:535px) {
  .similar-container .product-item, .recommended-container .product-item{
    width: 45% !important;
  }
}

.year-in-title{
  font-size: 13px;
  padding-left: 2px;
  display: inline-block;
}

.orders-tab-item{
  position: relative;
}

.orders-tab-item .tab-label{
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: red;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 14px;
}

.epub-nav-container{
  text-align: center;
  margin: 50px 0;
}

.epub-nav{
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: #003a45;
  color: #fff;
  width: 100px;
  display: inline-block;
}

.epub-container{
  margin:250px 50px 0 50px;
  box-shadow: 0 0 10px #999;
  padding: 40px;
}

.epub-container iframe{
  width: 100%;
}

.related-books{
  border-top: 3px dashed #ddd;
}

.book-pair{
  position: relative;
  text-align: center;
  display: inline-block;

}

.book-pair img{
  display: block;
  width: 100%;
}

.book-pair .book1, .book-pair .book2{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 3px;
  width: 140px;
}

.book-pair .fa-plus-circle{
  font-size: 40px;
  color: #3db800;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  margin-top: 80px;
  display: inline-block;
}

.book-pair button{
  margin-top: 15px;
  padding: 5px 0;
  color: #fff;
  background-color: #ef0045;
  padding: 10px 20px;
  display: block;
}

.book-pair button .fa{
  font-size: 20px;
  margin: 0 5px;
}

.send-preforma-form select{
  margin-right: 20px;
  width: 100px;
  height: 40px;

}

.send-preforma-form .button{
  vertical-align: middle;
  width: 150px !important;
  height: 40px !important;
  display: inline-block;
}

.send-preforma-form label{
  font-weight: bold;
}

.send-preforma-form{
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #0005 !important;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.excel-button{
  margin-left: 10px;
  background: #379683;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding-top: 25px !important;
  border-radius: 10px;
  
}

.service.highlight{
  animation-name: blink !important;
  animation-iteration-count: 3 !important;
  animation-duration: 1000ms !important;
  
}

@keyframes blink{
  0%{
    
  }
  50%{
    border: 7px solid #379683;
    padding: 4px;
  }
}

.send-preforma-form a.button{
  padding-top: 10px;
}

.not-found-message{
  text-align: center;
  max-width: 700px;
  margin: 310px auto 200px auto;
  justify-content: center;
  color: black;
  padding: 30px;
  clear: both;
}

.delivery-address-items .checkmark{
  display: inline-block;
  margin-top: 5px;
}

.delivery-address-item.checkbox-item{
  border:none !important;
  background: none !important;
  width: 100%;
}

.service-item{
  margin-left: 15%;
  display: block !important;
  margin-bottom: 30px !important;
}

.add-to-preorder-form input{
  margin: 0 10px;
  padding: 20px;
  display:inline-block;
  text-align:center;
  border-radius: 5px;
}

.add-to-preorder-form label:first-child{
  margin-left: 20px;
}