/* ==========================================================
   UNOMAS - Marketplace Themes
   Themes: dark, light, gray
   Requiere en body: theme-dark | theme-light | theme-gray

   Compatible con color de marca:
   --theme-primary
   --theme-primary-hover
   --theme-primary-rgb
   --override-brand-text
   ========================================================== */

/* Variables por theme */

body.theme-dark {
    --market-bg: #1f2329;
    --market-card: #2c333d;
    --market-card-soft: #252b32;
    --market-card-hover: #333b47;
    --market-surface: #303842;
    --market-surface-2: #3c434e;
    --market-border: #232a33;
    --market-border-soft: rgba(78, 106, 146, 0.314);
    --market-search-bg: #f7f7f7;
    --market-search-text: #000000;
    --market-search-muted: #666666;
    --market-search-border: rgba(35, 64, 104, 0.64);
    --market-dropdown-bg: #f7f7f7;
    --market-dropdown-hover: #dbdbdb;
    --market-dropdown-text: #333333;
    --market-title: #f2f2f2;
    --market-text: #ffffff;
    --market-muted: #999999;
    --market-muted-2: #aaaaaa;
    --market-price: #1fe16d;
    --market-old-price: #d75454;
    --market-points: #eeeeee;
    --market-shadow: rgba(0, 0, 0, .20);
    --market-overlay: rgba(15, 23, 36, 0.5);
    --market-social-text: #ffffff;
}

body.theme-light {
    --market-bg: #f5f7fb;
    --market-card: #ffffff;
    --market-card-soft: #f3f6fa;
    --market-card-hover: #f1f5f9;
    --market-surface: #ffffff;
    --market-surface-2: #edf2f7;
    --market-border: #dbe3ee;
    --market-border-soft: rgba(100, 116, 139, 0.28);
    --market-search-bg: #ffffff;
    --market-search-text: #111827;
    --market-search-muted: #64748b;
    --market-search-border: rgba(148, 163, 184, 0.65);
    --market-dropdown-bg: #ffffff;
    --market-dropdown-hover: #f1f5f9;
    --market-dropdown-text: #111827;
    --market-title: #111827;
    --market-text: #1f2937;
    --market-muted: #64748b;
    --market-muted-2: #6b7280;
    --market-price: #128a45;
    --market-old-price: #c24141;
    --market-points: #374151;
    --market-shadow: rgba(15, 23, 42, .12);
    --market-overlay: rgba(15, 23, 42, 0.25);
    --market-social-text: #ffffff;
}

body.theme-gray {
    --market-bg: #e1e4e9;
    --market-card: #eef1f4;
    --market-card-soft: #dde3ea;
    --market-card-hover: #e2e7ee;
    --market-surface: #e9edf2;
    --market-surface-2: #d0d8e2;
    --market-border: #c1cad5;
    --market-border-soft: rgba(83, 97, 113, 0.35);
    --market-search-bg: #f4f6f8;
    --market-search-text: #111827;
    --market-search-muted: #4b5563;
    --market-search-border: rgba(83, 97, 113, 0.55);
    --market-dropdown-bg: #f4f6f8;
    --market-dropdown-hover: #dbe1e9;
    --market-dropdown-text: #1f2937;
    --market-title: #111827;
    --market-text: #1f2933;
    --market-muted: #5f6b7a;
    --market-muted-2: #6b7280;
    --market-price: #137a42;
    --market-old-price: #b33a3a;
    --market-points: #374151;
    --market-shadow: rgba(31, 41, 55, .13);
    --market-overlay: rgba(31, 41, 55, 0.25);
    --market-social-text: #ffffff;
}

/* Base / navegación */

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 900000!important;
}

.inactive {
    filter: grayscale(100%);
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    color: #ffffff;
}

.hZVjX {
    transition: all 0.15s ease-in 0s;
    transform: translateY(0px);
}

/* Buscador marketplace */

#search-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 17px;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    width: 520px;
    height: 50px;
    position: absolute;
    margin: 4px auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: width 0.25s ease 0s;
    z-index: 11;
}

#search-wrapper.active {
    width: 100%;
    background-color: var(--theme-primary, #005aa4);
}

.glYUbe {
    display: flex;
    flex-direction: row;
    height: 45px;
    width: 100%;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 8;
    transition: width 0.25s ease 0s;
    background: var(--market-search-bg);
    border-radius: 11px;
    border: 1px solid var(--market-search-border);
}

@media (min-width: 2000px) {
    .glYUbe {
        width: 800px;
    }
}

#cat-wrapper {
    position: relative;
    display: flex;
    border-right: 1px solid var(--market-border-soft);
    margin-right: 10px;
}

.jXygiu {
    display: flex;
    min-width: 80px;
}

#search-listbox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 20px;
    color: var(--market-search-muted);
    border: none;
    cursor: pointer;
    margin: 0 10px;
    font-family: Nunito;
    width: 100%;
    outline: none !important;
}

#search-listbox:focus {
    background-color: transparent !important;
}

.Sddlr {
    display: flex;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    filter: brightness(1.25);
}

.cat-text {
    display: flex;
    flex: 1 1 0%;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    min-width: 80px;
    max-height: 40px;
    overflow: hidden;
    color: var(--market-search-text);
}

.loptHP {
    display: flex;
    margin: 0 0 0 20px;
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
}

#search-input {
    display: flex;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    background: transparent;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: var(--market-search-text) !important;
    font-weight: 300;
    height: 43px;
    line-height: 43px;
    margin: 0;
    box-shadow: none !important;
}

#search-input::placeholder {
    color: var(--market-search-muted);
    opacity: 1;
}

#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder {
    color: var(--market-search-muted);
}

#search-do {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 10px 0 0;
    color: var(--theme-primary, #005aa4);
    cursor: pointer;
    padding: 0 5px;
}

#search-do i {
    color: var(--market-muted) !important;
}

#search-do:hover i {
    color: var(--theme-primary, #005aa4) !important;
}

.hsfbhl {
    display: flex;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: var(--theme-primary, #005aa4);
    margin: 0 10px;
}

#search-info {
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 60px;
    margin: 0;
    transition: opacity 0.25s ease 0s, background-color 0.5s ease 0s, height 0.5s ease 0s;
    height: calc(100vh - 55px);
    background-color: var(--market-overlay);
    backdrop-filter: blur(10px);
    opacity: 1;
    display: none;
}

.exTtOK {
    display: flex;
    margin: 80px 0 0;
    font-size: 40px;
    color: var(--market-title);
}

#cat-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 34px;
    cursor: pointer;
    height: 400px;
    width: 250px;
    border-top: 0;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    background-color: var(--market-dropdown-bg);
    outline: none !important;
    overflow: auto;
    box-shadow: 0 3px 3px var(--market-shadow);
}

#cat-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

#cat-list li a {
    color: var(--market-dropdown-text);
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
}

#cat-list li:hover {
    background: var(--market-dropdown-hover);
}
.thik-turn {
    transform: rotate(180deg);
}

#search-listbox-thik {
    color: var(--market-muted) !important;
}

#cat-close {
    display: none;
}

#search-btn.hidden {
    display: none;
}

ul.navbar .flag {
    width: 35px;
    height: 35px;
    margin: 13px;
}

/* Loaders / swiper */

.ajax-loader {
    width: 30px;
    margin: auto;
}

.ajax-loader img {
    width: 30px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    padding-top: 25px;
}

.swiper-slide {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    width: 236.7px;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-bottom: 20px;
    margin-right: 16px;
    float: left;
}

/* Tarjetas de productos */

.product-item-1 .mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 0 0 6px 2px var(--market-shadow) !important;
    padding: 0;
}

.mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 2px 2px 6px 0 var(--market-shadow), 0 1px 1px 0 transparent, 0 1px 3px 0 var(--market-shadow) !important;
}

.mat-card {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--market-card);
    color: var(--market-text);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
    background: var(--market-card-soft);
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img .image {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 165px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
    padding: 20px 10px 10px;
}

.mat-card > :last-child:not(.mat-card-footer),
.mat-card-content > :last-child:not(.mat-card-footer) {
    margin-bottom: 0;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
    color: var(--market-text);
    font-size: 14px;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    text-align: center;
    line-height: 39px;
    color: var(--theme-primary, #005aa4);
    font-size: 14px;
    box-shadow: none !important;
    transition: .4s ease;
    border: 2px solid var(--theme-primary, #005aa4) !important;
    background: transparent;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover {
    border: 2px solid var(--theme-primary, #005aa4) !important;
    background: var(--theme-primary, #005aa4);
    color: var(--override-brand-text, #ffffff) !important;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover span {
    color: var(--override-brand-text, #ffffff) !important;
}

.mat-button-ripple.mat-ripple,
.mat-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1), background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
    background: #000;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    height: 25px;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p.city {
    font-size: 12px;
    color: var(--market-muted);
}

.product-item-1 .swiper-slide .product-img {
    position: relative;
}

.product-item-1 .swiper-slide .old_price {
    position: absolute;
    background-color: var(--market-surface-2);
    border-radius: 10px;
    padding: 4px 8px 2px;
    color: var(--market-old-price);
    right: 5px;
    bottom: 15px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: line-through;
    z-index: 1;
}

.product-item-1 .swiper-slide .price {
    position: absolute;
    background-color: var(--market-surface-2);
    border-radius: 10px;
    padding: 5px 8px 3px;
    color: var(--market-price);
    right: 5px;
    bottom: -13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 1;
}

.product-item-1 .swiper-slide .puntos {
    position: absolute;
    background-color: var(--market-surface-2);
    border-radius: 10px;
    padding: 5px 8px 3px;
    color: var(--market-points);
    left: 5px;
    bottom: -13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
    position: absolute;
    top: 30px;
    right: 10px;
    opacity: 0;
    transition: all .5s ease;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
    opacity: 1;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
    color: var(--market-search-text) !important;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
    color: var(--theme-primary, #005aa4) !important;
}

.mat-raised-button.mat-primary {
    background-color: var(--theme-primary, #005aa4);
    color: var(--override-brand-text, #ffffff);
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a mat-icon {
    font-size: 18px;
    vertical-align: middle;
}

.mat-button .mat-button-wrapper > *,
.mat-flat-button .mat-button-wrapper > *,
.mat-stroked-button .mat-button-wrapper > *,
.mat-raised-button .mat-button-wrapper > *,
.mat-icon-button .mat-button-wrapper > *,
.mat-fab .mat-button-wrapper > *,
.mat-mini-fab .mat-button-wrapper > * {
    vertical-align: middle;
}

.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
    margin-bottom: 4px;
    display: block;
    font-weight: 300;
    color: var(--market-muted);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--market-title);
}

.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars mat-icon {
    font-size: 17px;
    color: #ffa726;
    line-height: 17px;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.nextPage {
    visibility: hidden;
}

/* Social login / botones externos */

.social-list li {
    display: inline-block;
}

.social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: var(--market-social-text);
}

.social-list li a:hover {
    text-decoration: none;
}

.facebook-bg {
    background: #4867aa;
}

.facebook-bg:hover {
    background: #3d5996;
    color: #fff;
}

.twitter-bg {
    background: #33CCFF;
}

.twitter-bg:hover {
    background: #56d7fe;
}

.google-bg {
    background: #db4437;
}

.google-bg:hover {
    background: #dc4e41;
}

/* Sugerencias */

.suggestions {
    position: absolute;
    top: 43px;
    left: 18.5%;
    width: 76%;
}

.suggestions ul {
    width: 100%;
    display: block;
    border-left: 1px solid var(--market-border);
    border-bottom: 1px solid var(--market-border);
    border-right: 1px solid var(--market-border);
}

.suggestions ul li {
    display: inline-block;
    background: var(--market-dropdown-bg);
    color: var(--market-dropdown-text);
    width: 100%;
    text-align: left;
    padding: 15px;
    line-height: 1;
    cursor: pointer;
}

.suggestions ul li.active,
.suggestions ul li:hover {
    background: var(--market-dropdown-hover);
}

/* Header de card */

.mat-card-header {
    display: flex;
    margin: 5px;
}

.mat-card-header a {
    display: inline-block;
    margin-right: 5px;
}

.mat-card-header .mat-card-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mat-card-header .mat-card-header-text {
    width: calc(100% - 40px);
}

.mat-card-header .mat-card-title {
    color: var(--market-title);
    font-size: 14px;
    padding-top: 2px;
    font-weight: 400;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    line-height: normal;
    white-space: nowrap;
    width: 100%;
}

.mat-card-header .mat-card-subtitle {
    color: var(--market-muted-2);
    font-size: 12px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    line-height: normal;
    white-space: nowrap;
    width: 100%;
}

#grid .loading{
    width: 200px;
    margin: 40px auto;
    color: #f2f2f2;
    font-size: 22px;
    text-align: center;
}
#grid .biz{
    display: block;
    width: 100%;
    height: 300px;
    background: var(--market-card);
    border-radius: 10px;
    box-shadow: 0 0 4px var(--market-shadow);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
#grid .biz:hover{
    box-shadow: 0 0 6px var(--market-shadow);
}
#grid .biz .portada{
    display: block;
    width: 100%;
    position: absolute;
    height: 120px;
    background-position: center;
    background: var(--market-card);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
}
#grid .biz .logo{
    width: 80px;
    height: 80px;
    position: absolute;
    background-position: center;
    display: block;
    z-index: 2;
    top: 79px;
    left: 50%;
    margin-left: -40px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 4px solid var(--market-card-soft);
    background-color: var(--market-card);
}
#grid .biz .logo:hover{
    box-shadow: 0 0 10px #197dcf;
}
#grid .biz .desc{
    padding: 10px 15px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
    max-height: 80px;
}
#grid .biz .label{
    width: 75px;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -37.5px;
}
#grid .biz .name{
    margin-top: 170px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--market-title);
    font-size: 18px;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#grid .biz .website{
    display: block;
    text-align: center;
    color: var(--market-muted);
    font-weight: 300;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}
#grid .biz .biz_name{
    padding: 10px;
    text-align: center;
    color: #ddd;
    font-size: 14px;
}
#grid .biz .label{
    width: 75px;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -37.5px;
}
#grid .not-found{
    padding: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
#grid .biz .desc{
    padding: 10px 15px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}
#grid .biz .btn{
    width: 150px;
    margin: 10px auto;
    display: flow;
}
#grid .biz .badge{
    background: white;
    color: #005AA4;
    margin-top: 2px;
    padding: 2px;
    height: 20px;
}
#step1 h2, #step2 h2{
    text-align: center;
}
#step2, #step3{ display: none; }
#slug-wrapper{
    margin: 40px 20px;
    text-align: center;
}
#slug-wrapper p{
    text-align: center;
    color: #ccc;
}
.section-pretitle{
    color: var(--theme-text-muted);
}
#embudo_url{
    margin:5px;
    font-size: 22px;
    color: #f2f2f2 !important;
    display: inline-flex;
}
#ofertas-list{
    max-width: 1200px;
    margin: auto;
}
#ofertas-list li{
    margin: 10px 0;
}
#ofertas-list li a{
    background: var(--market-card);
    display: flex;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 4px var(--market-shadow);
}
#ofertas-list li a:hover{
    background: var(--market-card-hover);
}
#ofertas-list li a .offer{
    width: 70%;
    display: flex;
}
#ofertas-list li a .img{
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
#ofertas-list li a .info{
    width: calc(100% - 100px);
}
#ofertas-list li a h3{
    text-align: left;
    padding: 10px;
    font-family: monospace;
    font-size: 24px;
    margin: 0;
}
#ofertas-list li a p{
    padding: 0 10px;
}
#ofertas-list li a .label{
    margin: 0 10px;
}
#ofertas-list li a .dates{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    color: #F2F2F2;
}
#ofertas-list li a:hover .dates{
    color: #F2F2F2;
}
#ofertas-list li a .commission{
    text-align: right;
    width: 10%;
    font-size: 30px;
    font-family: monospace;
    color: #2ec913;
    align-items: center;
    display: flex;
}
#ofertas-list li a .commission span{
    display: block;
    width: 100%;
    padding: 10px;
}
#entrar{
    margin: auto;
    width: 100px;
    display: block;
    margin-bottom: 40px;
}

/* Responsive */

@media (max-width: 767px) {
    nav ul a.user-pro {
        padding: 6px !important;
    }

    nav ul a.user-pro img {
        margin-top: -2px;
    }

    #myCountry {
        padding: 0;
    }

    #menu-toggle i {
        line-height: 56px !important;
    }

    li.top-search > a > i.material-icons {
        line-height: 56px !important;
    }

    #search-wrapper {
        display: none;
        width: 50%;
    }

    #search-listbox {
        margin: 0;
    }

    #search-info {
        top: 52px;
    }

    .sidebar .sidebar-nav.navbar-collapse {
        margin: -2px;
    }

    .navbar .dropdown-content {
        margin-top: 55px !important;
    }

    ul.navbar .flag {
        margin: 9px !important;
    }

    .pro-images {
        margin-top: -4px;
    }

    .swiper-wrapper {
        padding-top: 10px !important;
    }

    .swiper-slide {
        width: 95% !important;
    }

    .product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img .image {
        min-height: 250px !important;
    }

    #search-btn {
        padding-top: 0 !important;
    }

    .section-header-actions {
        position: absolute;
        top: 80px;
    }

    .sidebar-box {
        margin-bottom: 40px;
    }

    #wrapper.active {
        position: relative;
        left: 0 !important;
    }

    .chat-widget {
        width: 100% !important;
    }

    .chat-widget.closed {
        opacity: 0;
        transition: all 0.15s ease-in 0s;
    }

    #chat-btn i {
        line-height: 55px;
    }

    .profile_wrapper .stats {
        margin-top: 5px !important;
        font-size: 1.6em;
    }

    .profile_wrapper .contact {
        margin-top: 5px !important;
        padding: 10px 20px !important;
    }

    .profile_wrapper .social {
        padding: 10px 20px !important;
    }

    .sidebar .social ul li a {
        padding: 8px !important;
    }

    .profile_wrapper {
        height: 100px !important;
    }

    .profile_wrapper .profile_picture {
        top: 66px !important;
    }

    .profile_wrapper .profile_name {
        padding-top: 140px !important;
        font-size: 2em !important;
    }

    .profile_wrapper .map {
        padding: 5px 20px !important;
    }

    .chat-widget-button .chat-widget-button-text {
        font-size: 2em !important;
    }

    .chat-widget .user-status .user-status-title .bold {
        font-size: 14px !important;
    }

    .user-status .user-status-timestamp.floaty,
    .chat-widget .user-status .user-status-text,
    .user-status .user-status-tag .cargo,
    .chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-timestamp,
    .chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message,
    .chat-widget input[type=text] {
        font-size: 12px !important;
    }

    nav ul a.user-pro {
        height: 55px !important;
    }
}

@media (max-width: 1024px) {
    #search-wrapper {
        width: 450px;
    }

    #search-btn {
        padding-top: 10px;
        padding-bottom: 8px;
        display: block;
    }

    #wrapper {
        padding-left: 0 !important;
    }

    #page-content-wrapper.chat-on {
        margin-left: 0 !important;
    }

    #chat-widget-messages.closed {
        -webkit-transform: translate(300px);
        transform: translate(300px);
    }
}

@media (max-width: 800px) {
    #search-wrapper {
        display: none;
        width: 50%;
    }
}
