@charset "UTF-8";
body, html {
  font-size: 16px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  line-height: 1.5em;
  background: #F5F5F5;
  --color-primary: 255, 61, 0;
  --color-lighten10: 255, 100, 51;
  --color-lighten15: 255, 119, 77;
  --color-lighten20: 255, 139, 102;
  --color-darken3: 240, 57, 0;
  --color-darken6: 224, 54, 0;
}

.Content {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

li {
  list-style: none;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.17em;
  margin-bottom: 0.5em;
}

.container-page.container-fluid {
  padding: 0;
}

.container {
  max-width: 990px;
  padding: 0 20px;
  width: 100%;
}

.container .container {
  padding: 0;
}

sup, sub {
  position: static;
  font-size: inherit;
  margin-left: 1px;
}

.breadcrumb {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #6c757d;
}
.breadcrumb-item.active a {
  color: rgb(var(--color-primary));
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.form-links {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.pagination {
  justify-content: center;
}
.pagination .page-item .page-link {
  color: rgb(var(--color-primary));
  font-size: 0.9em;
  border: 0;
}
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-primary), 0.25);
}
.pagination .page-item.active .page-link {
  background: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary));
  color: #fff;
}

.alert {
  border: none;
}
.alert-orange {
  background: rgb(var(--color-lighten15));
  color: #fff;
}

a.btn:not([href]) {
  color: #fff;
}

.btn-orange {
  color: #fff;
  background-color: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary));
}
.btn-orange:hover, .btn-orange:focus {
  color: #fff;
  background-color: rgb(var(--color-darken3));
  border-color: rgb(var(--color-darken3));
}
.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-primary), 0.5);
}
.btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: rgb(var(--color-darken6));
  border-color: rgb(var(--color-darken6));
}
.btn-orange:not(:disabled):not(.disabled).active:focus, .btn-orange:not(:disabled):not(.disabled):active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-primary), 0.5);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .show-mobile {
    display: block;
  }
}
.table {
  background-color: #fff;
  padding: 20px;
}
.table th {
  border-top: 0;
}
.table th .form-check {
  position: relative;
  top: -8px;
  left: 5px;
}
.table td {
  border-top: 0;
}
.table td .form-check {
  position: relative;
  left: 5px;
}

textarea.form-control {
  min-height: 150px;
  max-height: 300px;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

.alert:empty {
  display: none;
}

.loading {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.loading-wrapper {
  display: flex;
  padding-top: 10px;
}
.loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(var(--color-primary));
  border-radius: 50%;
  animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(var(--color-primary)) transparent transparent transparent;
}
.loading div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
  }
}
/* wysiwyg */
.wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.wysiwyg b, .wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em, .wysiwyg i {
  font-style: italic;
}
.wysiwyg ol, .wysiwyg ul {
  padding: 0.3em 0 0.3em 2em;
}
.wysiwyg ul li {
  list-style: disc outside none;
  padding-left: 0.1em;
}
.wysiwyg ol li {
  list-style: decimal outside none;
  padding-left: 0.1em;
}

.invalid-feedback {
  display: block;
}

/* default css göz atılacak */
.ui-grid-content {
  width: 100%;
}

.rsp-show-538 {
  display: none;
}

.prd_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.banner_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.error_header {
  color: #FF0000;
  font-weight: bold;
  padding: 0.5em 0em;
}

.error {
  color: #FF0000;
}

.Carousel-banner {
  overflow: hidden;
}

/* Carousel problem */
.Box.box_prd_slide .Carousel.slick-noslider .slick-track {
  display: flex;
}

/*# sourceMappingURL=01-general.scss.tmp.map */
/* content layout*/
#layout_style {
  display: flex;
}

.page_home .Content .mod_container, .page_prdview .Content .mod_container {
  margin: 20px 0;
}
.page_home .Content .mod_container:nth-of-type(1), .page_prdview .Content .mod_container:nth-of-type(1) {
  margin-top: 0;
}

.page_home .Content > .layout_010 {
  width: 100%;
}
.page_home .Content > .layout_010 .mod_container.mod_full > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.page_home .Content > .layout_010 .mod_container.mod_full .Carousel-item a {
  border-radius: 0;
}

.container-full .container {
  width: 100%;
  max-width: 100%;
}
.container-full .Carousel .slick-next {
  right: 0;
}
.container-full .Carousel .slick-prev {
  left: 0;
}
.container-full .mod_container:hover .Carousel .slick-next {
  right: 30px;
}
.container-full .mod_container:hover .Carousel .slick-prev {
  left: 30px;
}

.side_column .mod_container:not(:last-of-type) {
  margin-bottom: 20px;
}

.side_column {
  width: 20%;
  height: fit-content;
}

.layout_111 .main_content {
  width: 60%;
  padding: 0 20px;
}
.layout_011 .main_content, .layout_110 .main_content {
  width: 80%;
}
.layout_110 .main_content {
  padding-left: 20px;
}
.layout_011 .main_content {
  padding-right: 20px;
}
.layout_011 .side_column, .layout_110 .side_column {
  width: 20%;
}
.layout_010 .main_content {
  width: 100%;
}
.layout_011 .left_column, .layout_110 .right_column, .layout_010 .side_column {
  display: none;
}

@media screen and (max-width: 768px) {
  .side_column {
    display: none;
  }

  .side_column.left_column {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 302;
    width: 100%;
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    overflow-y: auto;
  }
  .side_column.left_column.active {
    display: block;
  }

  .layout_111 .main_content,
.layout_110 .main_content,
.layout_011 .main_content {
    width: 100%;
    padding: 0;
  }
}
.grid {
  display: grid;
  grid-gap: 20px;
}
.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 960px) {
  .grid-6, .grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-6, .grid-5, .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3, .grid-2 {
    grid-template-columns: 1fr;
  }

  .box_prd_detail .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 400px) {
  .grid-6, .grid-5, .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* header */
.Header {
  position: relative;
  z-index: 200;
  background-color: #fff;
}
.Header-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.Header--sticky {
  position: sticky;
  top: 0;
  z-index: 300;
}
.Header-logo a {
  margin: 0 auto;
}
.Header-logo img {
  vertical-align: middle;
  max-width: 300px;
  max-height: 65px;
  height: auto;
  width: auto;
}
.Header-logo i {
  font-size: 2em;
  display: none;
  cursor: pointer;
}
.Header-right {
  display: flex;
}
.Header-right-profile {
  margin-right: 10px;
  border-radius: 5px;
}
.Header-right-profile a {
  font-size: 0.8em;
  display: flex;
  align-items: center;
}
.Header-right-profile a i {
  color: #777;
  font-size: 2em;
  margin-right: 5px;
}
.Header-menu ul {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.Header-menu ul li {
  position: relative;
}
.Header-top {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.Header-top .container {
  display: flex;
  padding-top: 10px;
  padding-top: 0;
}
.Header-top-menu {
  width: 100%;
  max-width: 790px;
}
.Header-top-menu ul {
  display: flex;
}
.Header-top-menu ul li {
  margin-right: 20px;
  padding: 5px 0;
}
.Header-top-menu ul li a {
  font-size: 0.9em;
  text-transform: none;
  font-weight: 600;
  color: #666;
}
.Header-top-menu ul li:last-child {
  margin-left: auto;
}
.Header-top-menu ul li:last-child a {
  font-size: 1em;
}
.Header-top-lang {
  margin-bottom: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.Header-top-lang select {
  width: 80px;
  position: relative;
  top: -2px;
}
.Header #HeaderMenuClose, .Header #HeaderSearchClose, .Header #HeaderMenuOpen, .Header #HeaderSearchOpen {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  h1.contentHeader {
    font-size: 1.3em !important;
  }

  .Header-container {
    flex-direction: column;
    padding: 10px 20px;
  }
  .Header--sticky {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .Header-top {
    display: none;
  }
  .Header > .container {
    flex-direction: row;
    align-items: center;
  }
  .Header > .container .Header-right {
    display: block;
    margin-left: 10px;
  }
  .Header > .container .Header-right-profile {
    display: none;
  }
  .Header > .container .Header-right .Cart .btn {
    background: none;
    border: none;
    padding: 0;
  }
  .Header > .container .Header-right .Cart .btn i {
    font-size: 2.9em;
    margin-right: 0;
    color: #444;
  }
  .Header > .container .Header-right .Cart .btn span:not(.dy_cart_prd_count) {
    display: none;
  }
  .Header-logo {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .Header-logo img {
    max-height: 50px;
    max-width: 300px;
  }
  .Header-logo i {
    display: block;
  }
}
.Content {
  margin: 0;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .Content {
    padding-top: 20px;
  }
}
.page_message {
  margin: 1em auto;
  padding: 0.5em;
  font-size: 1.5em;
  line-height: 1.4em;
  border: 1px solid;
}

/* box */
.Box-header {
  margin-bottom: 20px;
  text-align: center;
}
.Box-header a {
  text-transform: uppercase;
  font-weight: 500;
  color: #343a40;
  font-size: 1.3em;
}
.Box-header a:hover {
  text-decoration: none;
}
.Box-content {
  border-radius: 5px;
}
.Box-footer {
  margin-top: 20px;
}
.Box-footer-more {
  text-align: center;
}
.Box-footer-more a {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.75em;
}

.Box.box_prd {
  background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
}
.Box.box_prd .Box-header {
  margin-bottom: 10px;
}

.tabs_view .tab-content .Box.box_prd {
  background: none;
  padding: 0;
  border-radius: 0;
}
.tabs_view .tab-content .Box.box_prd .Box-header {
  margin-bottom: 0;
}

.side_column .Box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.side_column .Box-header {
  text-align: left;
}
.side_column .Box-header a {
  font-size: 0.8em;
  color: #555;
}
.side_column .Box-footer {
  display: none;
}

.news_box .Box-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news_box .Box-content .nws_item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: 0.3s all ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.news_box .Box-content .nws_item .nws_image {
  position: relative;
  width: 100%;
}
.news_box .Box-content .nws_item .nws_image a {
  display: block;
}
.news_box .Box-content .nws_item .nws_image a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news_box .Box-content .nws_item .nws_info {
  width: 100%;
  height: 100%;
  z-index: 205;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.news_box .Box-content .nws_item .nws_info .nws_title {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.news_box .Box-content .nws_item .nws_info .nws_spot {
  font-size: 0.8em;
  line-height: 1.8em;
  color: #666;
  overflow: hidden;
  transition: 0.5s all ease;
}
.news_box--list .Box-content {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
  font-size: 0.8em;
}
.news_box--list .Box-content .nws_item {
  box-shadow: none;
  height: auto;
}
.news_box--list .Box-content .nws_item:last-of-type a {
  border-bottom: 0;
}
.news_box--list .Box-content .nws_item:hover {
  box-shadow: none;
  transform: none;
}
.news_box--list .Box-content .nws_item a {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.news_box--list .Box-content .nws_item a:hover {
  text-decoration: none;
}
.news_box--list .Box-content .nws_item a .la {
  margin-left: auto;
}

.news_view .nws_content {
  font-size: 0.9em;
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  margin: 20px 0;
  position: relative;
}
.news_view .nws_content .nws_date {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #777;
}
.news_view .nws_content img {
  border-radius: 3px;
}
.news_view .nws_content .nws_text {
  display: block;
  margin: 20px 0;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .news_box .Box-content {
    grid-template-columns: 1fr;
  }

  .news_view .nws_content .nws_date {
    position: static;
  }
}
/* share buttons*/
.share-buttons a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  background: #ff0000;
  color: #fff;
  margin: 0 3px;
}
.share-buttons a:hover {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
.share-buttons a.facebook {
  background: #3b579d;
}
.share-buttons a.twitter {
  background: #00aced;
}
.share-buttons a.linkedin {
  background: #007bb6;
}
.share-buttons a.pinterest {
  background: #d12a2d;
}
.share-buttons a.googleplus {
  background: #d94734;
}
.share-buttons a.whatsapp {
  background: #0dc143;
}

.rich-snippets {
  display: none;
}

.Box--email .Box-content {
  text-align: center;
}
.Box--email .email_list_desc {
  text-align: center;
  margin-bottom: 5px;
}
.Box--email .form-inline {
  justify-content: center;
}

.favorites_list .prd_image {
  max-height: 80px;
}

.paymentInstallmentCol {
  width: 30%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 2em;
  font-size: 0.8em;
}

.Contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.box_prd_slide .Carousel .slick-list {
  padding: 20px 0;
}
.box_prd_slide .Product {
  margin: 0 10px;
}

.ctg_image {
  margin-bottom: 20px;
  border-radius: 3px;
}
.ctg_image img {
  width: 100%;
}

.list_description {
  margin: 20px 0;
  font-size: 0.9em;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  max-height: 150px;
  overflow-y: auto;
}
.list_description p:last-of-type {
  margin-bottom: 0;
}

.ordViewHeader {
  text-align: center;
}

.Box--horizontal .Product {
  display: flex;
  flex-direction: row;
  height: 210px;
}
.Box--horizontal .Product:hover {
  transform: none;
}
.Box--horizontal .Product-image-wrapper {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 130px;
}
.Box--horizontal .Product-image .cargo_paying, .Box--horizontal .Product-image .new_icon {
  display: none;
}
.Box--horizontal .Product-image .prd_img {
  object-fit: cover;
}
.Box--horizontal .Product-content {
  height: 100%;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  flex-grow: 1;
  margin-top: 0;
}
.Box--horizontal .Product-content .name {
  max-height: 45px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.Box--horizontal .Product-content .writer, .Box--horizontal .Product-content .publisher {
  line-height: 1.5em;
}
.Box--horizontal .Product-content .price_box {
  margin-bottom: 0;
}
.Box--horizontal .Box-footer {
  display: none;
}

.banner-multiple a {
  display: flex;
  justify-content: center;
}

.banner_top img {
  width: 100%;
  max-height: 60px;
  object-fit: cover;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .banner_top img {
    height: 30px;
  }

  .Box--email .form-group {
    margin-bottom: 0;
  }
  .Box--email .form-group .btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  .rsp-show-538 {
    display: inline;
  }

  .rsp-hide-538 {
    display: none;
  }
}
.page_prdlist .prd_list {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.mod_container:empty {
  display: none;
}

.side_column .Box.box_prd .Box-content {
  padding: 0;
}

.tabs_view_splitter .tabs_view_splitter_nav > li {
  overflow: hidden;
}

.wrt_box {
  margin-bottom: 40px;
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
}
.wrt_box .Box-content {
  display: flex;
}
.wrt_box .Box-content > a {
  margin-right: 10px;
}
.wrt_box .Box-content > a img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}
.wrt_box .Box-content .wrt_description {
  font-size: 0.9em;
  line-height: 1.6em;
}
.wrt_box .Box-content .wrt_description .wrt_spot_height p {
  max-height: 180px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wrt_box {
    display: none;
  }

  .Contact-wrapper {
    grid-template-columns: 1fr;
  }

  .Header-menu {
    flex-wrap: nowrap;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .Header-menu ul li a span {
    color: #fff;
  }

  .page_prdlist .layout_011 .main_content, .page_prdlist .layout_110 .main_content {
    width: 100% !important;
  }

  .page_prdlist .layout_011 .side_column, .page_prdlist .layout_110 .side_column {
    width: 100% !important;
  }
  .page_prdlist .layout_011 .side_column .box_prd, .page_prdlist .layout_110 .side_column .box_prd {
    display: none;
  }
}
.page_prdlist .layout_011 .side_column,
.page_prdlist .layout_110 .side_column {
  width: 20%;
}
.page_prdlist .layout_011 .main_content,
.page_prdlist .layout_110 .main_content {
  width: 80%;
}

.box_comments, .box_installments {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.tabs_view .box_comments, .tabs_view .box_installments {
  padding: 0;
  background: none;
}

.box_installments .inst {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* banner_primary */
.Carousel-item-textbox {
  display: none;
}

.banner_primary .Carousel .Carousel-item {
  position: relative;
}

.banner_primary .Carousel-item-textbox {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 301;
}

.banner_primary .Carousel-item > a:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 300;
}

.banner_primary .Carousel-item-textbox h3 {
  text-align: center;
  color: #fff;
  font-size: 4em;
}

.banner_primary .Carousel-item-textbox .Carousel-caption > div {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 1.2em;
}

.banner_primary .Carousel-item-textbox .btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px !important;
  padding: 5px 20px;
  transition: 0.3s all ease;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}

.banner_primary .Carousel-item-textbox .btn:hover {
  transform: scale(1.2);
}

.page_home .Content > .layout_010 .mod_container.mod_full .Carousel-item-textbox .container {
  max-width: 1000px;
}

.banner_primary .slick-active .animate {
  animation-duration: 1s;
  animation-direction: alternate;
}

.banner_primary .Carousel .slick-dots li,
.banner_primary .Carousel .slick-dots li.slick-active {
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}

.banner_primary .Carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}

.banner_primary .Carousel .slick-dots li button:focus {
  outline: none;
}

.banner_primary .Carousel .slick-dots li.slick-active button {
  background-color: #fff;
}

.banner_primary .Carousel .slick-next .la,
.banner_primary .Carousel .slick-prev .la {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner_primary .Carousel-item-textbox .Carousel-caption > div {
    display: none;
  }

  .banner_primary .Carousel-item-textbox h3 {
    font-size: 2em;
  }
}
.neo_countdown .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.neo_countdown_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}
.neo_countdown_number {
  font-weight: bold;
  font-size: 3.5em;
  display: flex;
  height: 70px;
  width: 150px;
  justify-content: center;
  align-items: center;
}
.neo_countdown_number span {
  font-weight: bold;
}
.neo_countdown_text {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
}

.messages_list .message_unread {
  background-color: #d1f1e9 !important;
}
.messages_list .message_unread a {
  font-weight: bold;
}
.messages_list .message_name a {
  color: var(--color);
  font-size: 0.9em;
}
.messages_list .message_content a {
  color: #444;
  font-size: 0.9em;
}
.messages_list .message_time a {
  color: #555;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .messages_list table {
    display: flex;
    border: none !important;
    padding: 0;
  }
  .messages_list tbody {
    display: flex;
    flex-direction: column;
  }
  .messages_list tbody tr {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .messages_list tbody tr td {
    padding: 0;
  }
  .messages_list tbody tr .message_checkbox {
    display: none;
  }
  .messages_list tbody tr .message_content {
    line-height: 1.4em;
    margin: 10px 0;
  }
  .messages_list tbody tr .message_actions {
    margin-top: 5px;
  }
}
.Box.actions_list_box,
.Box.ano_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.Box.actions_list_box .Box-header a,
.Box.ano_box .Box-header a {
  font-size: 1.1em;
}
.Box.actions_list_box .Box-content,
.Box.ano_box .Box-content {
  font-size: 0.9em;
}
.Box.actions_list_box .Box-content li a,
.Box.ano_box .Box-content li a {
  color: rgb(var(--color-primary));
}

.result_box_wrapper.active {
  z-index: 9999;
}

/*# sourceMappingURL=02-layout.scss.tmp.map */
.Cart {
  margin-left: auto;
  background: url(../i/cart_bg.png) no-repeat left 5px;
  padding: 0 0 0 40px;
  margin-top: 5px;
}
.Cart-icon {
  position: relative;
}
.Cart-icon a {
  display: flex;
  align-items: left;
  font-size: 0.8em;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  flex-direction: column;
}
.Cart-icon a:hover {
  background: none;
  border: 0;
  color: #fff;
}
.Cart-icon i {
  color: #777;
  font-size: 2em;
  margin-right: 5px;
  display: none;
}
.Cart-icon .dy_cart_prd_count {
  width: 15px;
  height: 15px;
  font-size: 0.8em;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -5px;
  color: #fff;
  border-radius: 50%;
}
.Cart-icon .cart_box_total {
  font-size: 0.5em;
}

.coupon_box {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}
.coupon_box .form-group {
  margin-bottom: 0;
}

/* cart list*/
.cart_list_table .prd_name {
  font-size: 0.9em;
}

.cart_list_table .prd_image {
  max-height: 80px;
}

.cart_list .quantity {
  width: 60px;
}

.cart_list .quantity_total {
  margin: 1em 0;
  line-height: 2em;
}

.cart_list .buttons .button {
  background: none;
  padding: 0;
  margin-right: 10px;
  color: #343a40;
}

.cart_list_small {
  font-size: 0.8em;
}
.cart_list_small_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
}
.cart_list_small_bottom {
  font-weight: 600;
}
.cart_list_small .btn {
  margin-top: 10px;
  width: 100%;
}

.cart_box_container {
  display: none;
}

.cart_list {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .button_cart_delete {
    display: none;
  }

  .Header-menu .Cart.CartOnlyDesktop {
    display: none;
  }
  .Header-menu .Cart {
    margin-right: 10px;
  }

  .Header-right-profile {
    display: flex;
  }
}

/*# sourceMappingURL=03-cart.scss.tmp.map */
/* main_menu */
.Header-menu {
  color: #FFF;
  background-color: rgb(var(--color-primary));
}
.Header-menu .container {
  position: relative;
  display: flex;
}
.Header-menu .container > i {
  display: none;
}
.Header-menu .Header-right {
  display: none;
}
.Header-menu ul {
  display: flex;
}
.Header-menu ul li {
  border: 1px solid #0e6aaa;
}
.Header-menu ul li:hover {
  background-color: #0e6aaa;
}
.Header-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 54px;
}
.Header-menu ul li:hover > ul li ul {
  left: 200px;
  top: 20px;
}
.Header-menu ul li:hover > ul li:hover ul {
  top: 0;
}
.Header-menu ul li a {
  display: block;
  padding: 1em 0.6em;
  text-align: center;
  color: #FFF;
  font-size: 1em;
  font-weight: 400;
}
.Header-menu ul li a:hover {
  text-decoration: none;
}
.Header-menu ul li ul {
  top: 60px;
  position: absolute;
  flex-direction: column;
  z-index: 300;
  max-width: 400px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease;
  background-color: rgb(var(--color-primary));
}
.Header-menu ul li ul li a {
  padding: 10px 20px;
  text-align: left;
}
.Header-menu ul li ul li:hover {
  background-color: #0e6aaa;
}

@media screen and (max-width: 768px) {
  .Header-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: -80%;
    width: 80%;
    height: 100vh;
    z-index: 302;
    transition: 0.3s all ease;
    background: none;
  }
  .Header-menu .container {
    background: rgb(var(--color-primary));
    height: 100vh;
    overflow-y: hidden;
  }
  .Header-menu .Header-right {
    display: flex;
    padding-left: 25px;
    margin-top: 0;
  }
  .Header-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .Header-menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .Header-menu .container {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .Header-menu .container > i {
    display: block;
    color: #fff;
    font-size: 2em;
    margin: 20px;
  }
  .Header-menu ul {
    flex-direction: column;
    padding: 15px 0;
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .Header-menu ul li:hover {
    background: none;
  }
  .Header-menu ul li a {
    color: #777;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 25px;
    text-align: left;
  }
  .Header-menu ul li a:hover {
    background-color: transparent;
    color: #000;
  }
  .Header-menu ul li ul {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    background: rgb(var(--color));
    padding: 0;
  }
  .Header-menu ul li ul li:hover {
    background: none;
  }
  .Header-menu ul li ul li a {
    padding-left: 40px;
  }
  .Header-menu ul li ul li a i {
    display: none;
  }
}
.Header-menu--tab {
  background: none;
  border-bottom: 2px solid #ddd;
}
.Header-menu--tab .container > ul > li {
  border-bottom: 2px solid transparent;
  position: relative;
  top: 2px;
  transition: 0.3s all ease;
}
.Header-menu--tab .container > ul > li:hover {
  background: none;
  border-bottom: 2px solid #333;
}
.Header-menu--tab .container > ul > li:hover > ul {
  top: 56px;
}
.Header-menu--tab .container > ul > li:hover > a {
  color: #333;
}
.Header-menu--tab .container > ul > li ul {
  background: #fff;
}
.Header-menu--tab .container > ul > li ul li:hover {
  background: #f9f9f9;
}
.Header-menu--tab .container > ul > li ul li a {
  color: #777;
}
.Header-menu--tab .container > ul > li a {
  color: #777;
}

/* top_menu */
.top_menu {
  float: left;
  max-width: 75%;
  overflow: hidden;
  height: 2em;
}

@media only screen and (max-width: 980px) {
  .container_responsive .top_menu {
    display: none;
  }
}
.top_menu ul li {
  float: left;
  position: relative;
}

.top_menu ul li a {
  display: block;
  padding: 0.5em 0.7em;
  text-align: center;
  font-size: 0.9em;
}

.top_menu ul li a:hover {
  text-decoration: underline;
}

.top_menu ul li ul {
  display: none;
}

/* user_menu */
.user_menu {
  display: none;
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}
.user_menu ul {
  display: flex;
}
.user_menu ul li {
  font-size: 1em;
  font-weight: 600;
  margin-left: 20px;
  text-transform: none;
  display: flex;
  align-items: center;
}
.user_menu ul li a {
  font-weight: bold;
  color: #666;
}

.member_nav_mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .member_nav_mobile {
    display: block;
  }

  .member_nav {
    display: none;
  }
}

/*# sourceMappingURL=04-menu.scss.tmp.map */
@keyframes fadeInDownSD {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slick-active .fadeInUp {
  animation-name: fadeInUpSD;
}

.slick-active .fadeInDown {
  animation-name: fadeInDownSD;
}

/*# sourceMappingURL=05-animations.scss.tmp.map */
.categories_list_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.categories_list_items .card {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  height: min-content;
}
.categories_list_items .card h3 {
  margin-bottom: 0;
}
.categories_list_items .card .card-body {
  flex-shrink: 0;
  flex-grow: 0;
}
.categories_list_items .card .card-body .card-title {
  font-size: 1em;
}
.categories_list_items .card .list-group {
  max-width: 200px;
  overflow-y: auto;
}
.categories_list_items .card .list-group-item {
  background-color: transparent;
  border: 0;
  padding: 5px 20px;
}
.categories_list_items .card .list-group-item a {
  color: #777;
  font-size: 0.8em;
  transition: 0.3s all ease;
}
.categories_list_items .card .list-group-item a:hover {
  color: #333;
}
.categories_list_items .card .list-group-item:last-of-type {
  margin-bottom: 10px;
}
.categories_list_items .column {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  height: min-content;
}
.categories_list_items .column-hide {
  display: none;
}

/* categories_box */
.Box.categories_box {
  padding: 20px 0;
}
.Box.categories_box .Box-header {
  padding: 0 15px;
}
.Box.categories_box .Box-content {
  max-height: 400px;
  overflow-y: auto;
  margin-right: 1px;
}
.Box.categories_box .Box-content::-webkit-scrollbar {
  width: 5px;
}
.Box.categories_box .Box-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.Box.categories_box .Box-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.Box.categories_box .Box-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.Box.categories_box .list-group-item {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0.85rem;
}
.Box.categories_box .list-group-item a {
  background-color: transparent;
  padding: 5px 15px;
  margin: 2px 0;
  display: block;
  border-radius: 3px;
  color: #777;
}
.Box.categories_box .list-group-item a:hover {
  color: #777;
}
.Box.categories_box .list-group-item a:hover {
  text-decoration: none;
  background-color: #EEE;
}
.Box.categories_box ul#ctg_level0 > .list-group-item > a {
  color: #343a40;
}
.Box.categories_box ul#ctg_level0 > .list-group-item ul {
  margin: 10px 0;
  margin-left: 15px;
  position: relative;
}
.Box.categories_box ul#ctg_level0 > .list-group-item ul:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ddd;
  position: absolute;
  left: -5px;
  top: 10px;
}
.Box.categories_box ul#ctg_level0 > .list-group-item ul li ul {
  display: none;
}

.Box.sub_categories_box .list-group-hide > .list-group-item > a {
  display: none;
}

@media screen and (max-width: 768px) {
  .categories_list_items {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=06-categories.scss.tmp.map */
.Footer {
  background: #1d2124;
  color: #fff;
}
.Footer .container {
  padding: 20px 20px;
}
.Footer .footer-social-bar {
  background-color: #0C588E;
}
.Footer .footer-social-bar .container {
  align-items: center;
  padding: 2px 0;
}
.Footer .footer-social-bar .container .social-menu {
  margin-left: auto;
}
.Footer .footer-social-bar .container .social-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer .footer-social-bar .container .social-menu ul li {
  margin-left: 1em;
}
.Footer-wrapper {
  display: block;
}
.Footer-content {
  background-color: #0E65A2;
}
.Footer-content .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
}
.Footer-content-logo img {
  background: none;
  padding: 0 20px 0 0;
  max-width: 334px;
  max-height: 52px;
  object-fit: contain;
  border-right: 1px solid #fff;
}
.Footer-content-info {
  margin: 20px;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
}
.Footer-content-info a {
  color: #fff;
}
.Footer-content-info a:hover {
  color: #ddd;
}
.Footer-content-info .copysign {
  /*
  font-size: 53px;
  display: block;
  float: left;
  margin-right: 10px;*/
}
.Footer-content ul {
  display: flex;
}
.Footer-content ul li {
  margin-right: 10px;
}
.Footer-content ul li a {
  color: #fff;
  font-size: 1.2em;
}
.Footer-menu > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.Footer-menu > ul > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: none;
}
.Footer-menu > ul > li ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.Footer-menu > ul > li ul li {
  margin-bottom: 3px;
}
.Footer-menu > ul > li ul li a {
  color: #fff;
  font-size: 0.8em;
}
.Footer-menu > ul > li ul li a:hover {
  color: #eee;
}
.Footer-content {
  font-size: 0.9em;
}
.Footer-button {
  background-color: #343a40;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 2em;
  padding: 0.3em;
  border-radius: 50%;
  z-index: 301;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.Footer-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 301;
  font-size: 3em;
  background: #0dc143;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.Footer-whatsapp a {
  color: #fff;
  line-height: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.Footer-whatsapp a:hover {
  text-decoration: none;
}
.Footer-whatsapp a span {
  font-size: 0.7em;
}
.Footer-banner {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.Footer-banner img {
  max-width: 350px;
}
.Footer-bottom {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.Footer-bottom a {
  color: #333;
  font-size: 0.9em;
}
.Footer-email {
  background: #fff;
  padding: 25px 0;
  display: none;
}
.Footer .etbis_code {
  margin-left: auto;
}
.Footer .etbis_code img {
  width: 60px !important;
  height: 75px !important;
}

.page_home .Footer-email {
  display: block;
}

@media screen and (max-width: 768px) {
  .Footer-wrapper {
    grid-template-columns: 1fr;
  }
  .Footer-menu ul {
    grid-template-columns: 1fr;
  }
  .Footer-menu ul li ul {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .Footer-banner {
    flex-direction: column;
  }
  .Footer-content-logo img {
    border: 0;
  }
  .Footer .footer-social-bar .container {
    flex-direction: column;
  }
  .Footer .footer-social-bar .container .social-menu {
    margin-left: 0;
  }
  .Footer .footer-social-bar .container .social-menu img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.banner_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  padding: 0.5em;
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  z-index: 500;
  color: #fff;
  display: none;
}
.banner_cookie .close {
  position: absolute;
  top: 5px;
  right: 10px;
  content: "x";
  cursor: pointer;
  font-size: 1.2em;
  text-decoration: none;
}
.banner_cookie a {
  text-decoration: underline;
  color: #fff;
}

/*# sourceMappingURL=07-footer.scss.tmp.map */
/* login form*/
.Box--form .contentHeader {
  text-align: center;
}
.Box--form .form_table {
  max-width: 400px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
}
.Box--form .form-links {
  font-size: 0.9em;
}
.Box--form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Box--form form .form_row_captcha_image {
  position: relative;
}
.Box--form form .form_row_captcha_image label {
  left: 0;
  top: 0;
}
.Box--form form .form-group {
  width: 100%;
  text-align: left;
}
.Box--form form .form-group-date {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.Box--form form .login_page_login_button,
.Box--form form .button_member_save {
  width: 100%;
}

/* members_form*/
.Sign-desc {
  text-align: center;
  margin-left: 20px;
}
.Sign-wrapper {
  display: flex;
  justify-content: center;
}
.Sign-content .alert {
  margin-top: 20px;
}
.Sign-content .form-check {
  text-align: left;
  font-size: 0.9em;
}
.Sign-content .form-check-input {
  margin-top: 0.4rem;
}
.Sign-content .invalid-feedback {
  text-align: left;
}

.Account-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 20px;
}
.Account .table {
  margin: 20px 0;
}
.Account .edit_form {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .Account-wrapper {
    grid-template-columns: 1fr;
  }

  .form_row_captcha_image img {
    width: 100%;
  }
}
/* members view*/
.members_view_menu {
  float: left;
  width: 20%;
  padding: 0 2em 0 0;
}

.members_view_menu ul {
  border-bottom: 1px solid;
}

.members_view_menu ul li a {
  border: 1px solid;
  border-bottom: 0;
  display: block;
  padding: 0.5em;
}

.members_view_menu ul li a {
  border-color: #ddd;
}

.members_view_menu ul li a:hover {
  text-decoration: none;
}

.members_view_menu ul li a:hover {
  background: #ddd;
}

.view_table_item {
  padding: 15px 20px;
  border-radius: 5px;
}
.view_table_item:nth-child(odd) {
  background-color: #F9F9F9;
}
.view_table_item label {
  font-weight: 500;
}

.account_activity_table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.account_activity_table .view_table_item {
  background-color: #F9F9F9;
}

/* favorites*/
.favorites_list .fav-desc {
  margin-bottom: 10px;
}

/* comments*/
.comments_list .comment_title {
  display: block;
  margin-bottom: 5px;
}
.comments_list .comment_text {
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 3px;
}
.comments_list .com_info {
  display: flex;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.comments_list .com_info .button_delete {
  margin-left: auto;
}

.member_nav {
  font-size: 0.9em;
}
.member_nav a {
  padding: 0.5rem 1rem;
}
.member_nav a.active {
  background-color: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary));
}

.form_row_captcha_image {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.form_row_captcha_image label {
  margin-bottom: 0;
  position: static;
  cursor: pointer;
}
.form_row_captcha_image label a {
  margin-left: 10px;
}
.form_row_captcha_image label a i {
  color: #fff;
  font-size: 1.5em;
}

.members_form_desc {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.form-links-top {
  display: flex;
}
.form-links-top a:last-of-type {
  margin-left: auto;
}
.form-links-activation {
  margin-top: 20px;
  border-top: 1px solid #F5F5F5;
  padding-top: 10px;
}

.members_form_social_links {
  margin-top: 10px;
}
.members_form_social_links .button {
  padding: 5px 10px;
  border-radius: 5px;
}
.members_form_social_links .button:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .Account-content .list_form thead tr th:first-of-type, .Account-content .list_form tbody tr td:first-of-type {
    display: none;
  }

  .Sign-wrapper {
    flex-direction: column-reverse;
  }
  .Sign-desc {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=08-members.scss.tmp.map */
.order_steps {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 15px 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.order_steps .ord_step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_steps .ord_step_number {
  margin-right: 10px;
  background-color: rgb(var(--color-lighten20));
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.order_steps .ord_step_selected .ord_step_number {
  background-color: rgb(var(--color-primary));
}
.order_steps .ord_step_selected .ord_step_label {
  font-weight: 600;
}

.cart_excel_box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.cart_excel_box span {
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .order_steps {
    padding: 10px;
    grid-gap: 10px;
    align-items: flex-start;
  }
  .order_steps .ord_step {
    flex-direction: column;
  }
  .order_steps .ord_step .ord_step_number {
    margin-right: 0;
  }
  .order_steps .ord_step .ord_step_label {
    font-size: 0.7em;
  }

  .cart_excel_buttons {
    flex-direction: column;
    grid-gap: 10px;
  }
}
/*form*/
.orders_form_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.orders_form .ord_form_box {
  margin: 1em 0 2em 0;
}

.orders_form .ord_form_box .ord_form_box_header {
  font-size: 1.5em;
  line-height: 2em;
}

.orders_form .ord_form_box .ord_note_container {
  display: none;
}

.ord_header {
  font-size: 1.5em;
  line-height: 2em;
}

.orders_cart_list_trigger {
  margin: 1em 0;
}

.ord_return_policy {
  height: 200px;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

/* payment selection*/
.payment_type_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: flex-start;
}
.payment_type_wrapper label {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
}
.payment_type_top {
  display: flex;
  align-items: center;
}
.payment_type_top .badge {
  margin-left: auto;
}
.payment_type_image {
  border-radius: 5px;
  margin-bottom: 10px;
}
.payment_type_image img {
  max-height: 100px;
}
.payment_type .pop_desc {
  margin-top: 5px;
  font-size: 0.8em;
}

.select_cargo_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  align-items: flex-start;
}
.select_cargo_wrapper label {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select_cargo_wrapper label .select_cargo_content {
  display: flex;
  align-items: center;
  width: 100%;
}
.select_cargo_wrapper label .select_cargo_image {
  margin-bottom: 20px;
}
.select_cargo_wrapper label .select_cargo_image img {
  border-radius: 3px;
  max-height: 100px;
}
.select_cargo_wrapper label .crg_name {
  font-size: 0.9em;
}
.select_cargo_wrapper label .badge {
  margin-left: auto;
}

.orders_confirm_form .buttons,
.orders_form .buttons {
  margin: 1em 0;
}

.orders_form .ord_payment_cc_form {
  max-width: 500px;
}

.ord_firm_hide {
  display: none;
}

.ord_form_box label {
  margin-bottom: 0;
}
.ord_form_box_item {
  margin-top: 10px;
}

.inst_table_payment label {
  margin-bottom: 0;
}

.orders_info_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}

.ord_cart_total_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.9em;
}
.ord_cart_total_info_item span:first-of-type {
  font-weight: 600;
}

.orders_bottom_info {
  margin-top: 20px;
  font-size: 0.9em;
}
.orders_bottom_info_item span:first-of-type {
  font-weight: 600;
}

.custom_payment_form .form_table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
.custom_payment_form .form_table_cc_info {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 0.9em;
  height: max-content;
}
.custom_payment_form .form_table_cc_info .form_row {
  margin-bottom: 10px;
}
.custom_payment_form .form_table_cc_info .form_row label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}
.custom_payment_form .form_table_cc_info .form_row_button {
  width: 100%;
}
.custom_payment_form .form_table_cc_info .form_row_button input {
  width: 100%;
}
.custom_payment_form .vpos_type_container {
  display: flex;
  flex-direction: column;
}
.custom_payment_form .vpos_type_container .paymentInstallmentCol {
  width: 100%;
}
.custom_payment_form .vpos_type_container .paymentInstallmentCol .inst_table_payment {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .orders_form_wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .payment_type_wrapper {
    grid-template-columns: 1fr;
  }

  .select_cargo_wrapper {
    grid-template-columns: 1fr;
  }

  .orders_info_wrapper {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=09-orders.scss.tmp.map */
/* Product */
.Product {
  height: 360px;
  position: relative;
  text-align: center;
  transition: 0.3s all ease;
}
.Product:hover .Product-image:before {
  background: rgba(0, 0, 0, 0.2);
}
.Product:hover .Product-image .actions {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.Product .prd_img_items {
  position: absolute;
  left: 10px;
  top: 10px;
}
.Product .discount, .Product .new_icon, .Product .cargo_paying {
  width: fit-content;
  margin-bottom: 5px;
  color: #fff;
  padding: 0 5px;
  font-size: 0.65em;
  z-index: 199;
  line-height: 1.7em;
}
.Product .discount {
  background-color: #ff1744;
  right: 10px;
}
.Product .cargo_paying {
  display: none;
  background-color: #4CAF50;
}
.Product .new_icon {
  background-color: #1565c0;
  left: 10px;
  text-transform: uppercase;
}
.Product-image {
  height: 210px;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.Product-image-wrapper {
  grid-area: image;
}
.Product-image:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: 0.3s all ease;
  cursor: pointer;
  pointer-events: none;
}
.Product-image > a {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.Product-image > a img.prd_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s all ease;
}
.Product-image .actions {
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 205;
}
.Product-image .actions .btn {
  width: 100%;
  text-align: center;
}
.Product-image .prd_icons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
  padding: 5px;
}
.Product-image .prd_icons .prd_icon {
  padding: 5px;
}
.Product-content {
  height: calc(100% - 210px);
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-align: center;
  grid-area: content;
}
.Product-content .name {
  overflow: hidden;
  max-height: 50px;
}
.Product-content .name a {
  white-space: pre-wrap;
  font-size: 0.8em;
  color: #353535;
  line-height: 1em;
}
.Product-content .name a:hover {
  text-decoration: none;
}
.Product-content .price_box {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.Product-content .price_box .discount {
  margin-bottom: 0;
  position: relative;
  top: -2px;
  border-radius: 3px;
}
.Product-content .price_box .discount span {
  font-size: 1.3em;
}
.Product-content .price_box_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Product-content .price_box .price_list {
  text-decoration: line-through;
  font-size: 0.75em;
  color: #777;
  line-height: 1em;
}
.Product-content .price_box .price_sale {
  font-size: 1.2em;
  color: #1076bd;
  font-weight: bold;
}
.Product-content .publisher, .Product-content .writer {
  font-size: 0.75em;
  width: 100%;
  height: 24px;
  overflow: hidden;
}
.Product-content .publisher a, .Product-content .writer a {
  color: #777;
}
.Product-content .writer a {
  color: #2a5a65;
}
.Product-content .publisher a {
  color: #2a5a65;
}

.box_prd_detail .Product {
  height: 300px;
  display: flex;
  border-radius: 5px;
}
.box_prd_detail .Product-image {
  height: 300px;
}
.box_prd_detail .Product-image-wrapper {
  flex: 2;
}
.box_prd_detail .Product-content {
  height: auto;
  margin-top: 0;
  flex: 3;
  text-align: left;
  padding: 10px 20px;
}
.box_prd_detail .Product-content .price_box {
  justify-content: flex-start;
  margin-left: 15px;
}
.box_prd_detail .Product .prd_spot {
  font-size: 0.75em;
  max-height: 110px;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
  margin-top: 10px;
}
.box_prd_detail .grid-6 {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
}

.box_prd_list .grid {
  grid-gap: 10px;
}
.box_prd_list li {
  font-size: 0.9em;
}
.box_prd_list li a {
  color: #000;
}
.box_prd_list li:hover a {
  color: #444;
}

.box_prd_image .Product {
  height: auto;
}

.box_prd_slide_img .Product {
  height: auto;
}
.box_prd_slide_img .Product-image img {
  width: 100%;
  object-fit: cover;
}

.prd_view .temp_discount,
.Product .temp_discount,
.Box--discount .temp_discount {
  z-index: 102;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.prd_view .temp_discount span,
.Product .temp_discount span,
.Box--discount .temp_discount span {
  display: inline;
}
.prd_view .temp_discount .discount_ended,
.Product .temp_discount .discount_ended,
.Box--discount .temp_discount .discount_ended {
  display: none;
}

.Product .temp_discount {
  font-size: 0.8em;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: none;
}

.Box--horizontal .Product .temp_discount {
  display: flex;
}

.Box--discount .Box-content {
  background-color: #fff;
  padding: 20px;
}
.Box--discount .Box-content > ul > li {
  display: flex;
  align-items: center;
}
.Box--discount .Product {
  box-shadow: none;
  background: transparent;
  padding: 0;
  height: 310px;
}
.Box--discount .Product .name {
  max-height: 20px;
}
.Box--discount .Product .writer {
  display: none;
}
.Box--discount .prd_temp_discount_box .temp_discount {
  position: relative;
  display: flex;
}
.Box--discount .prd_temp_discount_box .temp_discount .discount_continue {
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Box--discount .prd_temp_discount_box .temp_discount .discount_continue span {
  background: #F5F5F5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  border-radius: 3px;
}
.Box--discount .prd_temp_discount_box .temp_discount .discount_ended {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25px;
  font-size: 0.9em;
}

.Product_list_img {
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.Product_list_img .Product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.Product_list_img .Product-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
.Product_list_img .Product-content .name a {
  color: #fff;
}
.Product_list_img .Product-content .price.price_list {
  color: #ddd;
}
.Product_list_img .Product-content .price.price_sale {
  color: #fff;
}

.Product.Product_list_img .list_number {
  left: auto;
  right: 0;
}

.prd_view {
  position: relative;
  display: grid;
  grid-template-columns: 45% 55%;
  background: #fff;
  padding: 20px;
}
.prd_view_item:nth-of-type(2) {
  padding-left: 30px;
}
.prd_view_img_box {
  position: relative;
}
.prd_view_img_box a img {
  border-radius: 3px;
}
.prd_view .Carousel-item a img {
  width: auto;
}
.prd_view .share-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.prd_view h1.contentHeader {
  margin-top: 0;
  margin-bottom: 10px;
  color: rgb(var(--color-primary));
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1.8em;
}
.prd_view h1.contentHeader sup, .prd_view h1.contentHeader sub {
  opacity: 0.7;
}
.prd_view h1.contentHeader sup:after, .prd_view h1.contentHeader sub:before {
  content: " ";
}
.prd_view h1.contentHeader .button_fav {
  color: #777;
  position: relative;
  top: 2px;
}
.prd_view h1.contentHeader .button_fav.active {
  color: #ff1744;
}
.prd_view .prd_brand_box {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.prd_view .writers {
  margin-right: 10px;
}
.prd_view .writers a {
  color: #777;
  font-size: 0.9em;
}
.prd_view .writers a:hover {
  text-decoration: none;
}
.prd_view .writer {
  color: #777;
  font-size: 0.9em;
}
.prd_view .writer:hover {
  text-decoration: none;
}
.prd_view .publisher {
  font-size: 0.9em;
}
.prd_view .publisher:hover {
  text-decoration: none;
}
.prd_view .pricebox {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.prd_view .pricebox .discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ff1744;
  color: #fff;
  padding: 7px 5px 2px 5px;
  line-height: 1.3em;
  margin-right: 15px;
  border-radius: 3px;
}
.prd_view .pricebox .discount_number {
  font-size: 1.5em;
}
.prd_view .pricebox .discount_text {
  text-transform: uppercase;
  font-size: 0.7em;
  margin-top: 10px;
}
.prd_view .pricebox_content .list_price_row {
  text-decoration: line-through;
  color: #777;
  font-weight: 400;
}
.prd_view .pricebox_content .sale_price_row {
  font-size: 1.8em;
  color: #ff1744;
  font-weight: 400;
  margin-top: 5px;
}
.prd_view .prd_supply_time {
  font-size: 0.8em;
}
.prd_view .prd_options {
  margin: 20px 0;
}
.prd_view .prd_options_item {
  font-size: 0.9em;
}
.prd_view .prd_options_item select {
  max-width: 150px;
}
.prd_view .prd_button {
  margin: 20px 0;
}
.prd_view .prd_icons {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin: 20px 0;
}
.prd_view .prd_icons img {
  max-height: 50px;
  width: auto;
}
.prd_view .actions {
  margin: 20px 0;
}
.prd_view .actions .add_cart {
  display: flex;
  align-items: center;
}
.prd_view .actions .add_cart .prd-quantity {
  margin-right: 10px;
  max-width: 60px;
}
.prd_view .actions .add_cart .form-group {
  margin-bottom: 0;
}
.prd_view .prd_view_actions {
  margin: 20px 0;
}
.prd_view .new_icon {
  width: fit-content;
  color: #fff;
  position: absolute;
  margin-bottom: 5px;
  padding: 0 5px;
  font-size: 0.65em;
  z-index: 198;
  line-height: 1.7em;
  top: 10px;
  left: 10px;
  background-color: #1565c0;
  text-transform: uppercase;
}
.prd_view .cargo_paying {
  margin: 10px 0;
}
.prd_view .cargo_paying span {
  font-weight: 600;
  font-size: 0.75em;
  line-height: 1em;
}
.prd_view .prd_view_price_row {
  font-size: 0.8em;
  color: #349e00;
  font-weight: 600;
}
.prd_view .prd_view_temp_discount_box {
  margin-left: auto;
}
.prd_view .prd_view_temp_discount_box .temp_discount {
  position: relative;
}
.prd_view .prd_view_temp_discount_box .temp_discount .discount_ended {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25px;
  font-size: 0.9em;
}

.vote_section {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.vote_section .vote_imgs {
  display: flex;
  align-items: center;
}
.vote_section .vote_stats {
  margin-left: 10px;
  font-size: 0.8em;
}
.vote_section .vote_items {
  font-size: 1em;
}
.vote_section .vote_items .la {
  color: #ffeecc;
}
.vote_section .vote_items .la:hover {
  color: #ffab00;
}
.vote_section .vote_items.dy_selected .la {
  color: #ffab00;
}
.vote_section .vote_items:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .prd_view {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }

  .prd_view_item:nth-of-type(2) {
    padding: 0;
  }
}
.prd_description {
  font-size: 0.9em;
}

.prd_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 10px;
  font-size: 0.9em;
}

.prd_opt_list {
  font-size: 0.9em;
}

.cmt_item {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cmt_item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmt_item_top {
  display: flex;
}
.cmt_item_top_items {
  display: flex;
  grid-gap: 10px;
}
.cmt_item_like {
  margin-left: 10px;
  font-size: 0.9em;
}
.cmt_item_clock {
  margin-left: auto;
  font-size: 0.9em;
}
.cmt_item .cmt_text {
  font-size: 0.9em;
  color: #777;
}

.comments_form {
  margin-top: 10px;
}

.prd_documents {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prd_documents a {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.prd_documents a .la {
  font-size: 1.5em;
  margin-right: 5px;
}

.vote_result {
  font-size: 0.9em;
}

/* prd_details*/
.prd_fields {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.prd_fields_item {
  margin: 2px 0;
  display: flex;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #555;
}
.prd_fields_label {
  margin-right: 5px;
  font-weight: 500;
}
.prd_fields_text {
  font-weight: 800;
}

.inst {
  background-color: #FFF;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.inst-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.inst-header {
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}
.inst table {
  margin-bottom: 0;
}
.inst th {
  font-size: 0.85em;
  color: #777;
}
.inst td {
  font-size: 0.9em;
}

.inst_table_payment {
  /*max-width: 500px;*/
}

/* prd_list*/
.prd_list .sort_options {
  margin: 0 0 1em 0;
  display: flex;
}
.prd_list .sort_options .form-group {
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
.prd_list .sort_options .form-group input, .prd_list .sort_options .form-group select {
  font-size: 0.9em;
}
.prd_list .sort_options .form-group.rec_per_page {
  max-width: 70px;
}

.prd_list_settings {
  display: flex;
  align-items: center;
}

#ChangeFilters {
  margin-bottom: 20px;
  margin-left: auto;
  display: none;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  #ChangeFilters {
    display: inline-block;
  }

  .inst-wrapper {
    grid-template-columns: 1fr;
  }

  .cmt_item_top {
    flex-direction: column;
  }

  .cmt_item_like {
    margin-left: 0;
  }

  .cmt_item_clock {
    margin-left: 0;
  }
}
/* filters*/
.Box.ctg_filters_box {
  padding: 0;
}
.Box.ctg_filters_box .Box-header {
  padding: 20px;
  padding-bottom: 0;
}
.Box.ctg_filters_box form > ul > li {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
}
.Box.ctg_filters_box form > ul > li > span {
  font-size: 0.75em;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  padding-bottom: 5px;
}
.Box.ctg_filters_box form > ul > li ul {
  max-height: 200px;
  overflow: auto;
  height: auto;
  font-size: 0.8em;
  margin-right: 1px;
}
.Box.ctg_filters_box form > ul > li ul::-webkit-scrollbar {
  width: 5px;
}
.Box.ctg_filters_box form > ul > li ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.Box.ctg_filters_box form > ul > li ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.Box.ctg_filters_box form > ul > li ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.Box.ctg_filters_box form > ul > li ul li {
  display: flex;
  margin: 5px 0;
  padding: 0 20px;
}
.Box.ctg_filters_box form > ul > li ul li label {
  margin-bottom: 0;
}
.Box.ctg_filters_box form > ul > li ul li input {
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.prd_list .no_product_found {
  font-size: 1em;
  line-height: 1.6em;
  padding: 10px;
  padding-top: 0;
  text-align: center;
}

.prd_list .prd_search_form {
  display: none;
}

.box_prd_slide .Product {
  margin: 0;
}

.checkbox-labels {
  display: flex;
  flex-direction: column;
}
.checkbox-labels label input {
  margin-right: 5px;
}

.feedback_form {
  font-size: 0.9em;
}
.feedback_form .form-group:first-of-type {
  margin-bottom: 0;
}

.share_form {
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .box_prd_detail .Product {
    height: 340px;
    padding-bottom: 40px;
  }

  .Product {
    height: 400px;
    padding-bottom: 40px;
  }
  .Product-image {
    position: static;
  }
  .Product-image .actions {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .Product-content .price_box .discount {
    display: none;
  }
  .Product:hover .Product-image:before {
    background: none;
  }
  .Product:hover .Product-image .actions {
    bottom: 10px;
  }
}
.Product_list_img {
  display: flex;
  align-items: center;
  position: relative;
}
.Product_list_img .Product-image {
  height: 60px;
  width: 60px !important;
  background: #F5F5F5;
}
.Product_list_img .Product-image:before {
  content: none;
}
.Product_list_img .Product-image .Product-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.Product_list_img .Product-content {
  position: static;
  height: auto;
  margin-top: 0;
  padding: 10px;
  width: 100%;
  pointer-events: all;
}
.Product_list_img .Product-content .name a {
  color: #000;
  display: flex;
  text-align: left;
}

.Product .list_number {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
}

.result_box {
  z-index: 1;
  background: #fff;
  max-width: 500px;
  max-height: 70vh;
  border-radius: 10px;
  padding: 20px 40px;
  overflow-y: auto;
}
.result_box_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.result_box_wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.result_box_wrapper.active {
  opacity: 1;
  visibility: visible;
}

.Box.box_prd_pairs {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.Box.box_prd_pairs .prd_pairs {
  margin-bottom: 20px;
  display: flex;
}
.Box.box_prd_pairs .prd_pairs_images {
  display: flex;
  align-items: center;
}
.Box.box_prd_pairs .prd_pairs_images a {
  overflow: hidden;
  border-radius: 10px;
}
.Box.box_prd_pairs .prd_pairs_images a img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.Box.box_prd_pairs .prd_pairs_info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.Box.box_prd_pairs .prd_pairs_names {
  display: flex;
  flex-direction: column;
}
.Box.box_prd_pairs .prd_pairs_names a {
  color: rgb(var(--color-primary));
  font-weight: 500;
}
.Box.box_prd_pairs .prd_pairs .price_box {
  margin-top: auto;
}
.Box.box_prd_pairs .prd_pairs .price_box .price_list {
  text-decoration: line-through;
}
.Box.box_prd_pairs .prd_pairs .actions {
  margin-top: 10px;
}

.box_prd_gallery .grid {
  grid-gap: 0;
}
.box_prd_gallery .grid .Product {
  height: 372px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.side_column .box_prd_list_img {
  border: 1px solid #ddd;
  padding: 0px;
}
.side_column .box_prd_list_img .Box-header {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
}
.side_column .box_prd_list_img .Product.Product_list_img {
  padding: 10px;
  padding-right: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  /*padding: 0;
  display: flex;
  height: auto;
  .prd_img{
    padding-right: 5px;
  }*/
}
.side_column .box_prd_list_img .Product.Product_list_img .Product-content {
  text-align: left;
  padding-right: 20px;
}
.side_column .box_prd_list_img .Product.Product_list_img .Product-content .name a {
  color: #8b8b8b;
}
.side_column .box_prd_list_img .Product.Product_list_img .Product-content .writer a {
  color: #0b4e90;
}
.side_column .box_prd_list_img .Product.Product_list_img .Product-content .price_box {
  justify-content: flex-start;
}
.side_column .box_prd_list_img .Product.Product_list_img .Product-content .price_box .price_list {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: normal;
  text-decoration: line-through;
}
.side_column .box_prd_list_img .Product.Product_list_img .Product-content .price_box .price_sale {
  color: #e74100;
  font-weight: bold;
}
.side_column .box_prd_list_img .Product.Product_list_img .list_number {
  color: #5d5d5d;
  background: none;
  border: 0;
  border-radius: 0;
  top: 40%;
  font-size: 25px;
  font-weight: bold;
  border-left: 1px solid #ddd;
  width: 30px;
  padding: 0 3px;
}

@media screen and (max-width: 768px) {
  .Box.box_prd_pairs .prd_pairs {
    flex-direction: column;
  }
  .Box.box_prd_pairs .prd_pairs_info {
    padding: 0;
    padding-top: 20px;
  }
  .Box.box_prd_pairs .prd_pairs_images a img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=10-products.scss.tmp.map */
.letter_bar {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
}
.letter_bar form {
  display: flex;
  align-items: center;
}
.letter_bar .letter_items a {
  margin-right: 5px;
  color: #000;
}
.letter_bar .letter_items a.dy_selected {
  font-weight: 600;
}
.letter_bar .form_items {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.letter_bar .form_items .form-group {
  margin-bottom: 0;
  margin-right: 5px;
}

.pub_list_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.pub_list .card {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}
.pub_list .card h3 {
  margin-bottom: 0;
}
.pub_list .card .card-body {
  flex-shrink: 0;
  flex-grow: 0;
}
.pub_list .card .card-body:nth-of-type(2) {
  margin-top: auto;
  text-align: right;
}
.pub_list .card .list-group-item {
  background-color: transparent;
  border: 0;
}
.pub_list .card .list-group-item:hover {
  background-color: #F9F9F9;
  cursor: pointer;
}
.pub_list .card .list-group-item a {
  font-size: 0.9em;
  color: #777;
  transition: 0.3s all ease;
}
.pub_list .card .list-group-item a:hover {
  color: #333;
}
.pub_list .card .list-group .badge {
  margin-left: 5px;
}

.pub_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.pub_items .pub_item {
  width: 100%;
  background-color: #F9F9F9;
  padding: 5px;
  border-radius: 3px;
}
.pub_items .pub_item .badge {
  margin-left: 5px;
}
.pub_items .pub_item a {
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .pub_list_wrapper {
    grid-template-columns: 1fr;
  }

  .pub_items {
    grid-template-columns: 1fr;
  }

  .letter_bar form {
    flex-direction: column;
  }
  .letter_bar .letter_items {
    text-align: center;
  }
  .letter_bar .form_items {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=11-publishers.scss.tmp.map */
.Search {
  margin: 0 0 0 auto;
  position: relative;
  max-width: 600px;
  width: 100%;
  padding: 0 0px;
}
.Search form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Search-container > i {
  display: none;
}
.Search .form-group {
  margin-bottom: 0;
  margin-right: 5px;
}
.Search .form-group input, .Search .form-group select {
  font-size: 0.9em;
}
.Search .form-group-search {
  width: 100%;
  position: relative;
  margin-right: 0;
}
.Search .form-group-search input {
  width: 100%;
}
.Search .form-group-search .btn {
  position: absolute;
  right: 8px;
  top: 3px;
  font-size: 1.2em;
  padding: 0;
  color: #aaa;
  transition: 0.3s all ease;
}
.Search .form-group-search .btn:hover {
  color: #333;
}
.Search .form-group-search .btn:hover, .Search .form-group-search .btn:focus {
  box-shadow: none;
}
.Search .form-group-select {
  max-width: 180px;
  width: 100%;
}
.Search-content {
  display: flex;
}
.Search-detail {
  position: absolute;
  right: 50px;
  bottom: -25px;
  font-size: 0.75em;
  color: #777;
}
.Search-autocomplete {
  max-height: 300px;
  z-index: 300;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
  padding-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  top: 60px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.Search-autocomplete-content img {
  display: none;
}
.Search-autocomplete.active {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.Search-autocomplete-none {
  margin-top: 10px;
  font-size: 0.8em;
}
.Search-autocomplete-label {
  display: block;
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}
.Search-autocomplete li {
  padding: 3px 0;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .Search {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    z-index: 302;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s all ease;
    right: -80%;
  }
  .Search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
  .Search-autocomplete {
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: 20px;
    max-height: calc(100vh - 180px);
  }
  .Search-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    background: #fff;
    padding: 20px;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }
  .Search-container > i {
    display: block;
    color: #000;
    font-size: 2em;
    margin-left: auto;
    margin-right: 0;
  }
  .Search-container > form {
    margin-top: 20px;
    width: 100%;
  }
  .Search-container > form .form-group-search {
    margin-right: 0;
  }
  .Search-container > form .form-group-search input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 0;
    background: none;
  }
  .Search.active {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .Search .form-group-select {
    display: none;
  }
  .Search-detail {
    display: none;
  }
}
.Search select:focus,
.Search select {
  border: 0;
  background-color: #F6B22C;
  color: #fff;
}

.Search select option {
  background-color: #F1F1F1;
  color: #000;
  border: 0;
}

.Search .form-group,
.Search .form-group-search {
  margin-right: 0;
}

.Search .form-control {
  border-radius: 0;
  border: 1px solid #F6B22C;
  height: calc(2.5em + .75rem + 2px);
}

.Search .form-control:focus {
  border-color: #F6B22C;
  box-shadow: inset 0 0 0;
}

.Search .form-group-search .btn {
  font-size: 2em;
  color: #F6B22C;
  font-weight: bold;
}

.Search-autocomplete a {
  color: #000;
}

/*# sourceMappingURL=12-search_box.scss.tmp.map */
.Carousel * {
  outline: 0;
}
.Carousel .slick-prev, .Carousel .slick-next {
  position: absolute;
  z-index: 102;
  top: calc(50% - 16px);
  font-size: 2em;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
  border: none;
  opacity: 0;
  visibility: hidden;
}
.Carousel .slick-prev .la, .Carousel .slick-next .la {
  color: #333;
}
.Carousel .slick-track {
  margin-left: 0;
}
.Carousel .slick-prev {
  left: -50px;
}
.Carousel .slick-next {
  right: -50px;
}
.Carousel .slick-dots {
  position: absolute;
  display: flex;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.Carousel .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid transparent;
  margin: 0 5px;
  cursor: pointer;
}
.Carousel .slick-dots li button {
  background: none;
  border: none;
  font-size: 0;
  outline: none;
}
.Carousel .slick-dots li.slick-active {
  background-color: rgb(var(--color-primary));
  border: 1px solid rgb(var(--color-primary));
}
.Carousel .slick-dots li:hover {
  text-decoration: none;
}
.Carousel-item a {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.Carousel-item a img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

.mod_container:hover .slick-prev, .mod_container:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.mod_container:hover .slick-prev {
  left: -30px;
}
.mod_container:hover .slick-next {
  right: -30px;
}

.mod_container.mod_full:hover .slick-prev {
  left: 20px;
}
.mod_container.mod_full:hover .slick-next {
  right: 20px;
}

.prd_view_img_box a {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Carousel .slick-arrow, .Carousel .slick-dots {
    display: none !important;
  }
}
.box_prd .slick-slide {
  margin: 0 10px;
}

/*
.slick-list {
  margin: 0 -10px;
}*/
.tabs_view_splitter_nav .Carousel-wrapper {
  overflow-x: hidden;
}

.Box.box_prd_slide .Carousel.slick-noslider .slick-list {
  display: flex;
  justify-content: center;
}
.Box.box_prd_slide .Carousel.slick-noslider .slick-track {
  margin: 0 auto;
}

/*# sourceMappingURL=13-slideshow.scss.tmp.map */
.tabs_view {
  background-color: #fff;
  border-radius: 5px;
}
.tabs_view .nav {
  border-bottom: 2px solid #eee;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 0;
}
.tabs_view .nav a {
  color: #343a40;
  border: 0;
  font-size: 0.75em;
  font-weight: 600;
  color: #777;
  border-bottom: 2px solid transparent;
  position: relative;
  top: 2px;
  padding: 10px 15px;
  transition: 0.3s all ease;
}
.tabs_view .nav a.active {
  border-bottom: 2px solid rgb(var(--color-primary));
  background-color: transparent;
}
.tabs_view .Box .Box-content {
  padding: 0;
}
.tabs_view .Box .Box-header {
  display: none;
}
.tabs_view .tab-content {
  padding: 20px;
}
.tabs_view .Box-header {
  margin-bottom: 0;
}
.tabs_view .Box-footer:empty {
  display: none;
}

.tabs_view .tabs_view_nav {
  position: relative;
}

.tabs_view .tabs_view_nav > li {
  display: inline-block;
  padding: 0;
}

.tabs_view .tabs_view_nav > li > a {
  display: inline-block;
  padding: 1em 1em;
}

.tabs_view .tabs_view_nav > li > a:hover {
  text-decoration: none;
}

.tabs_view .tabs_view_content > li > a {
  display: none;
}

.tabs_view .tabs_view_content > li > a:hover {
  text-decoration: none;
}

.tabs_view_splitter_nav {
  display: grid;
  grid-gap: 20px;
}
.tabs_view_splitter_nav div[class^=tabs_view_splitter_col] {
  overflow: hidden;
}
.tabs_view_splitter_nav .banner_wrapper .Carousel-item img {
  max-height: 300px;
}

@media screen and (max-width: 768px) {
  .tabs_view_splitter_nav {
    grid-template-columns: 100%;
  }

  .tabs_view .nav {
    display: flex;
    flex-direction: column;
  }
}

/*# sourceMappingURL=14-tabs.scss.tmp.map */
body, html, h1, h2, h3, h4, h5, h6 {
  color: #333;
}

/* list defaults*/
.list_table .table-header-row .table-cell {
  background-color: #efefef;
}

.list_table .table-row:nth-child(odd) {
  background-color: #f8f8f8;
}

.list_table .table-row:nth-child(odd) {
  background-color: #f8f8f8;
}

.list_table .table-cell {
  border-color: #ddd;
}

.top_menu ul li a:hover {
  color: #000;
}

.user_menu ul li .login_top_box {
  background-color: #d7d7d7;
}

a.login_facebook,
.user_menu ul li .login_top_row a.login_facebook {
  background-color: #3b579d;
  color: #fff;
}

a.login_twitter,
.user_menu ul li .login_top_row a.login_twitter {
  background-color: #00aced;
  color: #fff;
}

a.login_google,
.user_menu ul li .login_top_row a.login_google {
  background-color: #d94734;
  color: #fff;
}

.user_menu ul.user_menu_in li ul {
  background-color: #d7d7d7;
}

.ui-autocomplete {
  background-color: #fff;
  border-color: #333;
}

.ui-autocomplete li a:hover {
  color: #333;
}

.prd_pairs_list .prd_pairs .price_box .price_sale,
.box_prd_pairs .prd_pairs .price_box .price_sale {
  color: #1076bd;
}

.orders_form .select_payment_type label {
  border-color: #ccc;
}

.orders_form .select_payment_type label:hover,
.orders_form .select_payment_type label.dy_selected {
  color: #888;
  /*box-shadow-color*/
}

.orders_form .select_cargo label {
  border-color: #ccc;
}

.orders_form .select_cargo label:hover,
.orders_form .select_cargo label.dy_selected {
  color: #888;
  /*box-shadow-color*/
}

.orders_form .ord_installment_box .inst_options .dy_selected {
  background-color: #efefef;
}

.Header-menu,
.pagination .page-item.active .page-link,
.alert-orange,
.btn-orange,
.Carousel .slick-dots li.slick-active,
.order_steps .ord_step_selected .ord_step_number,
.member_nav a.active {
  background-color: #1976d2;
}

.Header-menu ul li ul {
  background-color: #2e8ae6;
}

.breadcrumb .breadcrumb-item.active a,
.pagination .page-item .page-link,
.prd_view h1.contentHeader,
.letter_bar .letter_items a.dy_selected {
  color: #1976d2;
}

.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}

.pagination .page-item.active .page-link,
.btn-orange,
.member_nav a.active,
.Carousel .slick-dots li.slick-active {
  border-color: #1976d2;
}

.btn-orange:hover, .btn-orange:focus {
  background-color: #176ec4;
  border-color: #176ec4;
}

.btn-orange:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
  background-color: #1667b7;
  border-color: #1667b7;
}

.loading div {
  border: 2px solid #1976d2;
  border-color: #1976d2 transparent transparent transparent;
}

.tabs_view .nav a.active {
  border-bottom: 2px solid #1976d2;
}

.order_steps .ord_step_number {
  background-color: #64a9ed;
}

.Header-menu ul li:hover {
  background-color: #0e6aaa;
}

.Header-menu ul li ul li:hover {
  background-color: #0e6aaa;
}

.Footer {
  background-color: #1076BD;
}

@media screen and (max-width: 768px) {
  .Header-menu .container {
    background-color: #1976d2;
  }
}

/*# sourceMappingURL=15-color.scss.tmp.map */
