/*
Colores
  Naranja: #e87722;
  Gris: #636569;
*/

/* NEW ============================================================================================================ */

.orange {
  color: #e87722;
}

.grey {
  color: #636363;
}

.white {
  color: #ffffff !important;
}

.category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #e87722;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: .5px;
    display: block;
}

.product-code {
    font-size: 12px;
    font-weight: 400;
    color: #636569;
}

.list-icons {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-evenly;
}


.list-icons i {
  color: #e87722;
  font-size: 18px;
}

.parallax {
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-header {
  max-height: 15px;
}

.ps-list--categories .icon-header {
  max-height: 15px;
  width: 30px;
  object-fit: contain;
}

.icon-side {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: #0bbb0b;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  transition: all .2s;
}

.icon-side:hover {
  background-color: #0bbb0b;
  width: 53px;
  height: 53px;
}    

.icon-side a i {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.icon-side a {
  padding: 10px;
}

.ps-widget--account-dashboard .ps-widget__content ul li a.button-menu {
    font-size: 14px;
    padding-left: 40px;
    color: #666;
    padding-top: 0;
}

.ps-widget--account-dashboard .ps-widget__content ul li a.button-menu i {
    color: #666;
    margin-right: 3px;
}

.ps-widget--account-dashboard .ps-widget__content ul li a.button-menu:hover, 
.ps-widget--account-dashboard .ps-widget__content ul li a.button-menu:hover i {
  background-color: #ffffff;
  color: #e87722;
}

.ps-widget--account-dashboard .ps-widget__content ul li a {
    padding: 15px 20px 10px;
}

.note-toolbar .btn-group>.btn {
    font-size: 13px;
}

.panel-heading.note-toolbar {
    border-bottom: 1px solid #ccc;
}

.summer-short .note-editor.note-frame .note-editing-area .note-editable {
  min-height: 100px;
}

.summer-long .note-editor.note-frame .note-editing-area .note-editable {
  min-height: 150px;
}

/* ADDED ============================================================================================================ */

ul.mega-menu__list li {
    padding-left: 21px;
}

.menu > li.has-mega-menu .mega-menu.mega-menu-right {
    left: auto;
    right: 0;
}

.ps-home-blog {
    padding: 80px 0 0; 
}

.ps-breadcrumb {
    margin-bottom: 20px;
}

.ps-product__content {
  margin-top: 10px;
}

.ps-block__thumbnail i {
    color: #fff;
    font-size: 50px;
    background: #e87722;
    padding: 20px;
    border-radius: 50%;
}

.ps-faqs li {
  color: #636569;
}

.ps-block--testimonial .ps-block__header img {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 5px;
    background: #ffffff;
}

.ps-vendor-testimonials p {
  font-size: 13.5px;
  text-align: justify;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #999;
}

.dataTables_length {
  width: 50%;
  display: inline;
}

div.dataTables_wrapper div.dataTables_filter {
    width: 50%;
    display: inline;
    float: right;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-size: 12px;
}

/* OVER ============================================================================================================ */

.ps-faqs .ps-section__header {
    padding-bottom: 20px;
}

.ps-product .ps-product__title {
    font-size: 16px;
    color: #000000;
}

.header--standard .header__top {
    padding: 5px 0;
    background-color: #e87722;
}

.header--standard .header__top .header__right {
    max-width: 100%;
}

.header--standard .header__top-links > li > a {
    color: #ffffff;
}

.header--standard .ps-form--quick-search input {
    border-left: 1px solid #e1e1e1;
}

.header--standard .ps-form--quick-search button {
    color: #fff;
    font-weight: 500;
}

.ps-block--user-header .ps-block__right a.big {
    color: #e87722;
    font-size: 1.5rem;
    font-weight: 700;
}
.ps-block--user-header .ps-block__right a {
    font-weight: 500;
}

.menu > li.menu-item-has-children > a:after {
    font: normal normal normal 10px/1 linearicons;
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    right: 9px;
}

.menu > li > a {
    padding: 11px 20px;
    font-size: 15px;
}

.menu > li > a i {
    font-size: 14px;
    color: #636569;
}

.ps-block--header-hotline {
    background: #e87722;
    height: 100%;
    padding: 10px 20px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}

.ps-block--header-hotline:hover {
    background: #636569;
    color: white;
}

.ps-block--header-hotline a {
    font-weight: 500;
}

.ps-block--header-hotline:hover a {
    color: white;
}

.ps-btn, button.ps-btn {
    font-size: 15px;
    color: #ffffff;
}

.header--mobile {
    background-color: #ffffff;
    height: 130px;
    position: fixed;
}

.logo-mobile {
  width: 80%;
}

.header--mobile .navigation--mobile .navigation__left a {
  text-align: left;
}

.navigation--list {
    position: relative;
    padding: 10px;
}

.navigation--list .navigation__item {
    text-align: left;
    display: flex;
    align-items: center;
}

.ps-panel--sidebar {
    top: 114px;
}

.ps-panel--sidebar .menu--mobile {
  text-align: left;
  width: 100%;
}

.ps-block--products-of-category .ps-block__product-box > * {
    max-width: 18%;
}

.ps-block--products-of-category .ps-product--simple {
    border: 1px solid #e1e1e1;
}

#homepage-3 .ps-deal-of-day {
    padding: 0 50px;
    max-width: 100%;
}

.ps-block--products-of-category .ps-block__product-box {
    justify-content: center;
}

.ps-section--gray {
    background-color: #ededed;
}

.ps-deal-of-day .ps-section__header > a {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    border-bottom: 0;
    min-width: 60px;
    background: black;
    text-align: center;
}

.widget.widget_footer .ps-contact-form {
  padding: 0;
  background-color: #ffffff;
}


/* HEADER sticky */

.header--standard.header--sticky .header__content {
    display: block;
}

.header--standard.header--sticky .ps-logo {
    display: none;
}

.ps-logo img {
  margin-bottom: 10px;
}

.header .header__top {
    top: 0;
    width: 100%;
    border-bottom: none;
    padding: 2px 0;
}

.header.header--sticky .header__top {
    padding: 2px 0;
}

.header--standard .header__content {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff;
    height: 136px
}

body {
  padding-top: 136px;
}

.header--standard.header--sticky .ps-logo {
    display: block;
}

.header--standard.header--sticky .header__content {
    padding: 0;
}

.header--mobile.header--sticky .navigation--mobile {
    background-color: #ffffff;
}

.header--mobile.header--sticky .ps-search--mobile {
    position: fixed;
    top: 66px;
    width: 100%;
    z-index: 1001;
    background-color: #ffffff;
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}

.header--mobile .ps-search--mobile {
    position: fixed;
    top: 66px;
    width: 100%;
    z-index: 1001;
    background-color: #ffffff;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0;
}

.header.header--mobile .logo-mobile {
    width: auto;
    height: 40px;
  }

.ps-banner--market-1 h5 {
    color: #e87722;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.header--standard .header__content {
    padding: 0;
}

.ps-shopping .ps-shopping__header {
    margin-bottom: 0px;
}

.ps-product:hover .ps-product__content {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.ps-product {
    border-bottom: 1px solid transparent;
    background-color: #ffffff;
}

.pagination li.active a {
    color: #ffffff;
}

.ps-breadcrumb .breadcrumb a {
    color: #636569;
}

.ps-block--contact-info {
    max-width: 100%;
    background: #ededed;
}

.ps-block--contact-info h4 {
    color: #fff;
    text-transform: uppercase;
    background: #e87722;
}

.ps-block__contact {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  margin-left: 15px;
}

.ps-block__contact li {
  display: flex;
  margin-bottom: 10px;
}

.ps-block__contact i {
  color: #e87722;
  font-size: 18px;
  margin-right: 10px;
}

.ps-block--icon-box h4 {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ps-block--icon-box-2 {
    border: 2px solid #e87722;
    padding: 10px;
}

.ps-block--icon-box-2 .ps-block__thumbnail {
    margin-bottom: 20px;
    min-height: auto;
    margin-top: -35px;
}

.ps-vendor-best-fees .ps-section__desc {
    max-width: 100%;
}

.ps-banner--market-1 p {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}

.ps-banner--market-1 h3 {
    margin-bottom: 0;
    font-weight: 700;
}

.ps-section--vendor .ps-section__header h4 {
    font-weight: 600;
    font-size: 40px;
}

.ps-section--vendor .ps-section__header p {
    margin-bottom: 10px;
    font-size: 18px;
}

.ps-section--vendor {
    padding: 60px 0;
}

.ps-section--vendor .ps-section__header {
    text-align: center;
    padding-bottom: 40px;
}

.ps-about-intro .ps-section__header h4 {
    margin-bottom: 20px;
    color: #e87722;
    font-weight: 600;
    text-transform: uppercase;
}

.ps-about-intro .ps-section__header h3 {
    margin-bottom: 20px;
    font-weight: 700;
}

.ps-contact-form {
    padding: 60px 0;
}

.ps-contact-form h3 {
    margin-bottom: 40px;
}

.ps-contact-info {
    padding: 60px 0;
}

.ps-form--account {
    padding-top: 40px;
}

.header-admin {
  background-color: #ededed;
  padding: 15px 0;
}

.header-admin .ps-widget__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 0;
}

.header-admin .ps-widget__header span {
    font-size: 16px;
    color: #666;
    line-height: 1;
}

.header-admin .ps-widget__header p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-top: 0;
}

.header-admin .ps-widget__header img {
    flex-basis: 40px;
    max-width: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.header-admin ul {
  display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
}

.header-admin ul li {
  margin-left: 20px;
  line-height: 1;
}

.header-admin li i {
  color: #e87722;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.header-admin a.logout {
    color: #636569;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.ps-widget--account-dashboard .ps-widget__content ul li a i {
    color: #e87722;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active>a i, 
.ps-widget--account-dashboard .ps-widget__content ul li>a:hover i {
    color: #ffffff;
}

.form-control.custom-file .custom-file-label::after {
    height: 100%;
    padding: 14px 10px;
    content: "Buscar";
}

.form-control.custom-file .custom-file-label {
    height: 100%;
    padding: 14px;
    border: 0;
}

.ps-product--cart .ps-product__content a {
    color: #000;
    font-weight: 500;
}

.ps-table tbody > tr > td {
    padding: 10px 10px;
}

.ps-product--cart .ps-product__thumbnail {
    max-width: 80px;
    max-height: 80px;
}

.ps-block--testimonial .ps-block__content {
    padding: 20px 0 40px;
}

.ps-block--countdown-deal .ps-block__left h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.ps-product .ps-product__content > p.availability {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
}

.ps-product .ps-product__content > p.availability span {
    color: #e87722;
    font-size: 14px;
    font-weight: 500;
}

.ps-product--full-content .ps-product__top {
    justify-content: space-between;
}

@media (min-width: 1200px) {
  .table-responsive {
    overflow-x: auto;
  }
}

@media (max-width: 1199px) {
  body {
    padding-top: 130px;
  }
    .header--mobile .ps-search--mobile {
      display: block;
  }
}

.search-header {
    position: absolute;
    bottom: auto;
    top: 80px;
}
.search__input {
    z-index: 1;
}

.search-container {
    height: auto;
    width: 500px;
    max-height: 500px;
    background-color: #fffefd;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 1052;
    box-shadow: 0 3px 5px #e8772287;
}

.search-container-products{
    width: auto;
    height: auto;
}
.search-container-categories{
    width: auto;
    height: auto;
}
.search-container-providers{
    width: auto;
    height: auto;
}
.search-container-title {
	font-weight: 700;
    width: auto;
    height: 20px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
}
.search-container-content{
    width: auto;
    height: auto;
    overflow-y: auto;
    font-weight: 600;
    overflow-x: hidden;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}
.search-container-content-products{
    width: auto;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
}
.search-item{
    width: auto;
    height: auto;
    font-weight: 400;
    text-align: left;
    line-height: 15px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 1.2;
    cursor: pointer;
    text-transform: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.search-item:hover{
    color: #e87722;
}

.ps-product .ps-product__thumbnail img {
    min-height: 157px;
    object-fit: contain;
}

.ps-block--testimonial {
  height: 100%;
}

.ps-vendor-testimonials .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.krajee-default.file-preview-frame {
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 6px;
    float: left;
    width: 100%;
    text-align: center;
}

.file-preview .fileinput-remove {
    display: none;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
    height: 100px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
}

.krajee-default .file-footer-caption {
    margin-bottom: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    display: none;
}

.krajee-default .file-actions {
    display: none;
}

button.btn.btn-default.btn-secondary.fileinput-upload.fileinput-upload-button {
    display: none;
}

.products-view__pagination {
    text-align: center;
    margin-top: 40px;
}

.products-view__pagination .page-item.active .page-link {
    background-color: #e87722;
    border-color: #e87722;
}
/*
.offers_modal{

    display: flex; !* Hidden by default *!
    position: fixed; !* Stay in place *!
    z-index: 1; !* Sit on top *!
    left: 0;
    top: 0;
    width: 100%; !* Full width *!
    height: 100%; !* Full height *!
    overflow: auto; !* Enable scroll if needed *!
    background-color: rgb(0,0,0); !* Fallback color *!
    background-color: rgba(0,0,0,0.4); !* Black w/ opacity *!
}*/

/* Modal Content/Box */
.modal-content {

    background-color: transparent;
    margin: 15% auto auto; /* 15% from the top and centered */
    padding: 20px;
    border: 0px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */

}

/* The Close Button */
.modal-close {
    color: red;
    float: bottom;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: darkred;
    text-decoration: none;
    cursor: pointer;
}