.dj-offcanvas-dark .dj-offcanvas-close-btn
{color:#000 !important;}

/*выключен стандартный ник в консультации*/
.name_and_cont {display:none;}
/**/

/*Вылезло непонятное описание при входе*/
.login-description {display:none;}
/**/
.reemake-time-calendar {color:#F1A501;}
@media (max-width:599px) {.reemake-all-events {padding: 17px 55px !important;}}
@media (min-width:600px) {.reemake-all-events {padding: 17px 105px;}}
.reemake-all-events {
    cursor:pointer;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans';
    border-radius: 10px;
    
    border: 0px !important;
    margin-top: 20px;}
.reemake-all-events {background: linear-gradient(90deg, #F1A501, #FF7D68);}
.joms-calendar__event-item {
    padding: 20px !important;
    margin-top: 15px !important;
    background: #00000050 !important;
    border-radius: 12px !important;
}
.reemake-title-calendar {display:none !important;}
.joms-calendar__event-list {
    overflow: auto;
    height: 95%;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Noto Sans';
}
.joms-event__body {width:100% !important;
}
.joms-calendar__event {
    background: #df6951 !important;
    border-radius: 99px !important;
    font-weight: bold !important;
}
.joms-calendar__event-item > .title {
    font-weight: bold;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px !important;}
.joms-calendar__grid-title {margin-bottom:20px;}
.calendar-text {color:#ffffffe0;font-size:18px;font-family:'Noto Sans';padding-bottom:15px;}
/*Размытие изображения 5 экран*/
.image-container {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* для Safari */
  /* возможно, нужно добавить фон, чтобы эффект был виден */
  background-color: rgba(255,255,255,0.2); /* полупрозрачный фон */
}

/*Размытие фона 5 экран*/
.reemake-blur-3
{backdrop-filter: blur(20px);
border-radius:36px;
background: #ffffff25;
}  
/*Размытие фона 5 экран*/
@media (max-width:600px){.reemake-blur-3
{backdrop-filter: blur(20px);
border-radius:36px;
background: #00000025;
}}
/*Верстаем карточку с лошадками */

.item_ob {cursor:pointer;}
/*Видимо пытался имя отобразить но там прочерк, поэтому на время заблочу.*/
.profile-location-flag {display:none !important;}
.reemake-h2-cat {    font-size: 16px !important;
    font-family: 'Noto Sans' !important;
    font-weight: 700 !important;
    color: #14183E !important;
}
.reemake-line {
    background: #F0F3F7;
    width: 95%;
    height: 1px;
    margin: 15px 0px !important;
    margin-left: auto;
    margin-right: auto;}
.media-heading a,.jb-bs .ob_title h3 a {margin-top: -5px;
    margin-top: -5px;
    font-size: 18px !important;
    font-family: 'Noto Sans' !important;
    font-weight: 900 !important;
    color: #14183E !important;
    text-decoration: none;}
.reemake-text-cat{
    padding: 5px 0px 0px 0px !important;
    font-family: 'Noto Sans' !important;
    font-size: 16px !important;
    color: #5E6282 !important;
    line-height: 124.5%;}
.jb-bs .badge-info{
     font-weight:500 !important;
    font-family: 'Noto Sans' !important;
    font-size: 16px !important;
    color: #5E6282 !important;
    line-height: 124.5%;
    background: none !important;
    padding: 5px 0px 0px 0px !important;
    margin: 0px !important;
}
.description_cont {
    height: 62px !important;
    max-width: 345px;
    font-weight:500 !important;
    font-family: 'Noto Sans' !important;
    font-size: 16px !important;
    color: #5E6282 !important;
    line-height: 124.5%;}

/*Конец кода блокировки*/
.item_ob .img-polaroid {
    position: absolute;
    top: 27px;
    z-index: 9999;
    left: 40px;
    border-radius: 12px;}
.status-reemake {
    position: absolute;
    bottom: 0px;
    text-align: left;
    background: linear-gradient(90deg, #00000090, #00000075, transparent, transparent);
    color: #F1A501;
    padding: 12px 20px 12px 27px;
    font-size: 12px;
    font-family: Noto sans;
    font-weight: 700;
    margin-bottom: 0px !important;
    max-width: 365px;
    z-index: 9999;
    width: 100%;
}
.item_ob {max-width: 365px !important;padding:0px !important;}
/*Добавляем шрифт*/
@font-face {
  font-family: 'Poppins Cyrillic';
  src: url('../fonts/PoppinsCyr-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Cyrillic';
  src: url('../fonts/PoppinsCyr-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Верстка календаря */
.joms-calendar--day, .joms-event__body {
    background: rgb(0 0 0 / 0%);}
/*Размытие фона календаря*/
.reemake-blur-2
{backdrop-filter: blur(10px);
border-radius:25px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), /* Внешняя тень */
    inset -1px 1px 2px rgba(255, 255, 255, 0.3); /* Направленный блик */
}    
/*Конец кода размытия*/

.reemake-blur
{backdrop-filter: blur(10px);
border-radius:12px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), /* Внешняя тень */
    inset -1px 1px 2px rgba(255, 255, 255, 0.3); /* Направленный блик */
}    
/*Конец кода размытия*/














.joms-calendar__event {color:#CFD3D5 !important;}
.joms-calendar--week-day, .joms-calendar__pad {font-family:'Noto Sans';font-weight: 500 !important;}
.joms-calendar--week-day {background:#ffffff00 !important;color:#CFD3D5 !important;font-size:13px !important;padding: 9.5px 9.5px 9.5px 9.5px !important;}
.joms-calendar--day-previous-month {color:#ffffff50 !important;}
.joms-calendar--day{color:#fff !important;    width: 14.285% !important;
    padding: 10px 10px !important;}
.joms-calendar--today {
    background: #F5A623 !important;
    color: #fff !important;
    padding: 9.5px 9.5px 9.5px 9.5px !important;
    border-radius: 99px;
}
.joms-calendar .joms-calendar__pad {
    padding: 9.5px 9.5px 9.5px 9.5px !important;
}
.joms-module--eventscalendar {max-width: 360px;}
.joms-calendar__grid-title     {background: #00000050 !important;}
.joms-calendar--prev {border-radius: 12px 0px 0px 12px;}
.joms-calendar--next {border-radius: 0px 12px 12px 0px;}
.joms-calendar--month {font-family:'Noto Sans';font-weight: 500 !important;}
/*Добавляем оформление кнопки для дзен в профиле пользователя*/
.reemake-link-dzen-div {display: flex;position: relative;margin-top: 10px;}
@media (max-width:1000px) {.reemake-link-dzen-div {margin-bottom:10px;}}
.reemake-link-dzen {  
    border: 2px solid #5fc52a !important;
    padding: 12px 30px;
    border-radius: 10px;
    background: linear-gradient(0deg, #3e9a0f, #55bb20);
    color: #fff !important;
    }
.reemake-link-dzen:hover {
    background: #55bb20 !important;}
/*Отключаем заполнение пользователями ссылки на странице аккаунта. */
.joms-form__group.has-privacy[for="field37"] {
    display: none !important;
}
/*Отключаем время посещения*/
.joms-list--friend .joms-list__details {display:none;}

/*Конец*/
@media (max-width:570px) {#community-wrap .joms-select--wrapper {
    max-width: 100% !important;
}}
@media (max-width:570px) {.page-item:last-child .page-link,.page-item:first-child .page-link {display:none !important;}}
/*@media (max-width:570px) {.page-item:previous-child .page-link{
    position: absolute;
    bottom: 0px;
    width: 300px;
    text-align: center !important;
    left: 10px;
    display: block !important;
    padding: 12px 50px !important;
}}*/
@media (max-width:570px) {.reemake-pagination{}}
@media (max-width:570px) {.aa {min-height:2520px !important;}}
@media (max-width:570px) {.joms-popup__mobile .mfp-content .joms-popup--whiteblock {margin-top:-33px !important;}}
.reemake-vyvod .controls {margin-top:0px !important;margin-bottom:10px !important;}
@media (max-width:570px) {.mob-none {display:none !important;}}
.reemake-orange-button {
    display: inline-block;
    background: #ffc107 !important;
    color: #000 !important;
    font-weight:900;
    border: 0px;
    border-radius: 7px;
    padding: 12px 20px;
    cursor:pointer;
   
}
.reemake-orange-button:hover {background: #ffcb2e !important;}
@media (min-width:1000px) {
.zzz {margin-left: 30px;}
.reemake-tab-content {height:225px; overflow:auto;}  

    
    
}
    .check-mob {width:auto !important;
     
    }
@media screen and (max-width: 600px) {
    .reemake-ajax {max-height:40px !important;}
    .reemake-table {display:none !important;}
    #no-more-tables td {padding-top:10px;padding-bottom:10px;
        display: contents;
    }

    .action-bar .alert-info {display:grid !important;}
     .action-bar .btn-outline-success {max-width:1000px !important;}
     .check-mob {width:100% !important;}
}
@media only screen and (max-width: 481px) {#myTabContent .jbl_h3title {margin-bottom:20px;}}
@media only screen and (min-width: 481px) {
        label.control-label.nopadding {    DISPLAY: contents !IMPORTANT; }
    .check-mob {width:auto !important;}
    .control-group {
        margin-bottom: 0px !important;
        
    }
    .mob-btn {display:none;}
}
.margin-bottom-mob-20 .rating_bar {margin-top: 7px !important;}
.margin-bottom-mob-20 .small {font-size:14px !important;}
.joms-focus .joms-focus__link a  {font-size:14px !important;}
.joms-focus__title h2 {font-size:24px !important;}
.joms-input {font-size:13px !important;}
.jb-bs .progress {background-color: #ffffff00 !important;}
.btn-outline-success {    
    margin-bottom: 25px;
    background: #3e9a0fff !important;
    color: #fff !important;
    border-radius: 7px;
    border: 0px !important;
    padding: 12px 40px !important;
    width: 100%;
}
.progress-bar,.jb-bs .bg-success {background-color: #fff !important;color: #000000;font-weight:bold;}
.jomsocial .joomla-tabs {display:none !important;}
.progress {max-width: 250px;
    margin-left: auto;
    margin-right: auto;}
.jb-bs .bg-success {background-color: #ffffff00 !important;}
#userFormProject .controls,#userFormProject .br-current-rating {display:block !important;padding-top:5px !important;}
.progress {background-color: #fff;}
.simple-modal .simple-modal-footer a.btn.primary {background:#3e9a0f;border-radius:7px;padding:12px 20px; }
.simple-modal .simple-modal-footer a.btn {background:#db3f3f;color:#fff !important;border-radius:7px;padding:12px 20px; }
#myCarousel {max-width:385px;}
.jbf-image.big {height: 240px;border-radius: 10px;}
.reemakemyproject {border:5px solid #ececec;display:flex;}
.promotions li {color:#000 !important;}
.promotions [data-promotion='sealed'] {background:#fff !important;}

/*ВРЕМЕННО ОТКЛЮЧАЮ ЧАТ ВНИЗУ СПРАВА*/
#joms-chatbar-sidebar {display:none;}
/*КОНЕЦ КОДА*/

@media (min-width:1000px) {.pk-hidden {display:none;}}
.jomsocial .reemake-cancel {background:#db3f3f !important;color:#fff !important;}
.jomsocial .reemake-cancel:hover {background:#e05b5b !important;color:#fff !important;}

@media (max-width: 1000px) {
.reemake-reklama-mob   {margin-top: 70px;margin-bottom: -65px;}

#project-image-previews .name {display:none !important;}
.margin-bottom-mob-20 {margin-bottom:20px;}
.about_profil .info_title {font-size:16px !important;font-weight:900;}}


.jomsocial .joms-list__item .joms-icon {display:none;}
.margin-reemake-text {margin-bottom:10px;}
@media (min-width:1000px) {
.margin-reemake-text {margin-bottom:-20px;}
.reemake-add-btn-greate {display: contents !important;max-width: 100%;}
.alluploadphoto,.reemake-delete-photo {margin-left:10px  !important;}
.reemake-add-photo {margin-left:20px  !important;}
}
.reemake-add-photo,.alluploadphoto,.reemake-delete-photo {max-width:300px !important;}
@media (min-width:1000px) {.uploadphotoavatar {margin-left: 59px;}}

.search-field,#budgetrange_fixed::placeholder,#project_title::placeholder,.input-medium required,.controls #id_category,#description::placeholder {color:#565656 !important;font-size:14px !important;}
.jb-bs input, .jb-bs optgroup, .jb-bs select, .jb-bs textarea {font-size:14px !important;}
.renderDropzone .upload-dropzone {display:none;}
.joms-button--primary {border-radius:7px;max-height:45px;}
@media (min-width:1000px) {
.joms-list--card .group-public {margin-right:2.5% !important;}
.reemake-height-pk-lk-info{
max-height: 285px;}}

.joms-list__search .reemake-btn-add,.joms-page .reemake-btn-add,.joms-button--neutral,.joms-button--add {
    margin-left: 10px;
    padding: 12px 55px !important;
    border-radius: 7px !important;
    letter-spacing: 0px;}
.joms-landing {display:none;}
.joms-list__search .joms-list__utilities form button {line-height: inherit;}
.jbf-icon-remove {color:#db3f3f !important;}
.jbl_h3title {border:0px !important;}
.reemake-item-contact a:hover {text-decoration:none !important;background:#5cb52fff;}
.reemake-item-contact a {
font-family: 'Montserrat' !important;    
font-weight: 700;    
line-height: 0;    
font-size: 10px;    
text-align: center;    
color: #4b4b4b !important;    
border-radius: 7px;    
padding: 18px 24px;    
border: 0px !important;
color:#fff !important;
background:#3e9a0fff; 
display: inline-block;
}
.alluploadphoto {padding:12px 30px !important;}
.jb-bs .project-image-fileinput-button,.alluploadphoto {border: 0px !important;}
.reemake-delete-button {
    display: inline-block;
    background: #db3f3f !important;
    color: #fff !important;
    border: 0px;
    border-radius: 7px;
    padding: 12px 20px;
    cursor:pointer;
   
}
.reemake-delete-button:hover {background: #ea6b6bff !important;}
.joms-stream__loadmore {    
    display:block;
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
}
.reemake-stream-button {
    color:#fff !important;
    padding: 12px 50px !important;
    border-radius: 7px;
    border: 0px !important;
    background:#3e9a0fff;
    color:#fff;}
.reemake-stream-button:hover {background:#5cb52fff;}
.reemake-h3 {font-size:32px !important;font-weight:bold;color:#735325 !important;}
.reload-password-button-reemake {
    background:#3e9a0fff !important;
    border-radius: 7px;
    border: 0px solid !important;
    display: block;
    margin-left: auto;
    margin-right: auto;}
.reload-password-button-reemake:hover {background:#5cb52fff !important;}
.log_sub_title {
    font-size: 14px !important;
    margin-top: 5px !important;
    line-height: 16px !important;}
.joms-js--newcomment {display:none;}
.joms-focus__button--add {border-radius:7px;}
.reemake-add-photo:hover {background:#4aad17 !important;}
.poluchit .renderDropzone {display:none !important;}
.poluchit .sozdat-konsult  {display:none !important;}
.sozdat .poluchit-konsult  {display:none !important;}
.joms-js--btn-upload {
    padding: 12px 30px !important;
    border-radius: 7px;
    border: 0px !important;
    background:#3e9a0fff;
    color:#fff;
}

.margin-top-10 {margin-top:10px !important;}
.joms-js--btn-upload:hover {background:#5cb52fff;}
.reemake-btn-add {
    cursor:pointer;
    color:#fff !important;
    padding: 12px 30px !important;
    border-radius: 7px;
    border: 0px !important;
    background:#3e9a0fff;
    color:#fff;
}
.reemake-btn-add:hover {background:#5cb52fff;}
.joms-js--btn-desc-save {
    padding:7px !important;
    background: #3e9a0fff !important;
    padding: 7px 12px;
    border-radius: 7px;
    border: 0px;
    color: #fff;}
.joms-js--btn-desc-save:hover {background:#5cb52fff;}
.joms-js--btn-desc-cancel {background: #db3f3fff !important;
    padding: 7px 12px;
    border-radius: 7px;
    border: 0px;
    color: #fff;}
.joms-js--btn-desc-cancel:hover {background: #ea6b6bff;}
.joms-popup__optcaption a {color:#fff !important;}
@media (min-width: 1000px) {
.pk-delete-object {display:none !important;}
.joms-chat__conversations-wrapper {background: #f5f5f5 !important;}
.joms-chat__header {display:none;}
}
/* Мобильная адаптация Reemake - от 06.01.2025 */

@media (max-width: 1000px) {
.btn-select-reemake {        
    margin-top: 10px !important;
    margin-block: 20px;
    display: block;

}
.mob-delete-object {display:none;}
.margin-top-10-mob {margin-top:10px;}
.reemake-h3 {font-size:21px !important;}
.joms-page__actions {display:grid;gap:10px;}
#jform_email {margin-top:20px;}
.joms-form__group .joms-input,.joms-js--btn-create{    border-radius: 7px;}
.joms-button--add-on-page {    border-radius: 7px;}
.btn {    border-radius: 7px;}
.btn-select-reemake{border-radius: 7px;width:280px;}
.mob-menu-item-page {max-width:300px !important;}
.joms-gallery__thumbnail {display:grid !important;}
.joms-gallery__thumbnail img {width:100% !important;}
.joms-focus__button--options {border-radius:7px;margin:5px 0px !important;}
.ava-mob-size {max-width:100px !important;margin-right:10px;}
.joms-focus__header .joms-focus__title {background:#ffffff00 !important;}
.joms-focus__header .joms-focus__title h2{color:#fff !important;}
.jomsocial .joms-input,.jomsocial .trumbowyg-editor {border-radius: 7px;}
.joms-select--wrapper #catid {width:100% !important;}
.jomsocial .input-mini {border-radius: 4px;border:1px solid #ececec !important;}

.form_container input[type="text"] {
  border: none;
  padding: 12px 24px !important;
  box-shadow: 0px 0px 5px #ececec;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;

}    
.loginsearch-project .input-group-text,.login .input-group-text {display:none !important;}    
.loginsearch-project .log_sub_title,.login .log_sub_title {font-size:14px !important;margin-bottom:10px;}
.loginsearch-project .list-group-item,.login .list-group-item {border:0px !important;padding:0px !important;}    
.loginsearch-project .list-group-item:last-child,.login .list-group-item:last-child {border:0px !important;}    
.politik {font-size:10px !important;margin-top:10px;}    
.loginsearch-project .btn-lg,.login .btn-lg{border:0px !important;}


    
.link-contact {padding:8px 18px !important;}
.module-sozdpoluch {margin-bottom:30px;margin-top:10px;}
.form_edit_pr .jbl_h3title {margin-bottom:0px !important;}
.form_edit_pr {padding-top:0px !important;}
label.control-label {font-size:12px;}
.upgrades li input, .upgrades li p, .upgrades li span.upgrade {font-size: 12px;}
#location_info {max-height:50px;}
#description {padding: 14px !important;}
.info_select .control-group select {padding:8px 30px !important;}
#budgetrange_fixed {
        border: 1px solid !important;
        margin: 10px 0px !important;
        padding: 8px 14px !important;
    }
.reemake-add-photo,.alluploadphoto    {max-width:280px;}
#submitbtn.btn_ad_or_edit {font-size:14px !important;}
[class^="jbf-icon-"], [class*=" jbf-icon-"] {margin-right: 0 !important;}
.upload-dropzone {display:none;}
.form_container {
    border: 0px solid #d4d2e3 !important;
    padding: 0px !important;
}
.jb-bs .project-image-fileinput-button,.reemake-delete-photo {font-size:14px !important;}
.reemake-delete-photo {margin-top:-5px !important;}
.alluploadphoto {padding:12px !important;background:#ececec !important;color:#565656 !important;}
#project-image-actions .col-md-7 {gap: 5px;}
.action-bar {display:inline-block !important;        width: 100%;}
.actoin-bar-item {width:100%;padding: 8px 40px !important;}
.jb-bs .form_edit_pr legend {font-size:14px !important;margin-bottom: 0px;margin-top: 10px;}
#no-more-tables table {border-radius: 7px;font-size: 12px;}
.jb-bs .alert-info {font-size: 12px;}
.jb-bs .nav-tabs .nav-item {width:100%;}
.jbl_h3title {
    font-size: 21px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}
.jb-bs .badge-danger {display:none;}
.form-actions {top: 5px !important; }
.joms-list--card .joms-list__permission {padding:0px !important;}
.joms-sortings {margin-bottom:10px;margin-top:10px;}
.group-public {width:100% !important;}
.joms-form__group .clearfix {display: grid;}    
.joms-form__group {margin-bottom: 5px;}    
.joms-gap {display:none;}    
.joms-button--primary  {margin-top:10px;width:100%;}    
.mob-specialist {max-width:280px;}
#community-wrap .joms-focus__link {
    max-width: 280px;
    float: left;
}
.max-width280 {max-width:280px;}
.joms-comment__reply {display: inline-block;}
.joms-icon--emoticon {display:none !important;}
.joms-button--comment {margin-top:10px !important;width: 100%;}
#community-wrap .joms-stream .joms-comment__reply .joms-textarea {width: 245px;}
#community-wrap .joms-stream .joms-comment__reply .joms-icon {display:none !important;}
.joms-button--viewed {display:none !important;}
.joms-focus__link {display:inline-block !important;}
.joms-focus__link li {width:100%;}
.profile_title {display:none !important;}
.joms-avatar--focus img {max-width:200px;}
.joms-avatar--focus {width: 30px;}
.mob-delete-object {display:none !important;}
#sp-main-body {min-height:800px !important;}
.joms-page__title {font-size:21px !important;margin-bottom: 10px !important;}
.joms-list__search .joms-list__utilities form {display: grid !important;}
.joms-list__search .joms-list__utilities {margin-top: 0px !important;}
.joms-list__search h1, .joms-list__search h2, .joms-list__search h3, .joms-list__search h4 {margin-right: 0 !important;}
.joms-button--neutral {max-width: 300px !important;margin-top: 10px !important;}
.joms-select,.joms-select--wrapper {max-width: 280px !important;}
.joms-text--username {font-size:18px !important;}
.joms-text--title {font-size:12px !important;}
.joms-page {padding:10px 10px 40px 10px !important;}
#community-wrap .jomsocial {
    padding: 0;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.joms-chat__item {border-radius:7px;margin-bottom:5px;}
.joms-list__search {margin-bottom: 0px !important}
.joms-button--full {margin-top: 0px !important;}
.joms-input--search {width: 280px !important;}
#community-wrap .joms-list__search .joms-button--neutral, #community-wrap .joms-list__search .joms-button--add {width: 280px !important;}
.link_and_svg {width: 40px !important;}
#keyword {padding: 20px 85px !important;max-width: 260px !important;min-width: 0px !important;margin-right: 10px;}
.jb-bs .input-group {display: flex;width: 260px;}
.jb-bs {        
        max-width: 320px !important;
        margin-left: auto;
        margin-right: auto;
}
.jb-bs .container-fluid {padding-top: 0px !important;}
.jb-bs .badge-info {
    padding: 0px !important;
    margin-left: 0px !important;
}
.item_price_info {margin-top: 0px !important;}
.jb-bs .row {padding:0px !important;}
.mt-1 {margin-bottom:20px !important;}
 #community-wrap.cEvents .joms-list--card .joms-list__item {margin-bottom:20px !important;}
 #community-wrap.cEvents .joms-form__group select {width: 50px;}   
.joms-chat__header,.h1-horse,.joms-chat__search {display:none;}    
.joms-icon--add {top: 115px !important;}
.joms-js--send    {top: 115px !important;}
.svg-photo {left:0px !important;}    
.svg-file {left:25px !important;}   
.joms-chat__messagebox {
    padding-top:20px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    padding-bottom:0px !important;
}    
.send-button-chat {right:10px !important;}
.joms-focus__header_new     {display:grid;}
.joms-focus__title {padding-left:0px !important;}
    
    
}

/*Конец кода мобильной верстки */
.joms-chat__message-item.you .joms-chat__message-body>div {color:#565656;}
.joms-chat__item.active {background: #53350f !important;}
.promotions li[data-promotion='featured'] {
    background: #ffffff !important;
    box-shadow: 0px 0px 0px !important;
}
.jbl_h3title {
    font-family: 'Montserrat' !important;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: bold;
    color: #565656;
    padding-bottom:30px;
    margin-top: -35px;
    line-height: normal;
    
}
ul.joms-list--table{margin-bottom:5px;}
.jomsocial-wrapper .jomsocial .joms-icon {max-height: 20px;}
@media only screen and (min-width: 481px) {
    #community-wrap .joms-sortings .joms-select--wrapper {

        border: 0px !important;
    }
}
.joms-select,.joms-input--search,.joms-button--neutral {font-size:13px !important;}
.joms-list__title {font-size:14px !important;font-weight:bold;}
#community-wrap select.joms-select {border-radius:7px !important;}
.joms-list--table {display: grid;width: 300px;}
@media only screen and (max-width: 481px) {

.jb-bs .col, .jb-bs .col-1, .jb-bs .col-10, .jb-bs .col-11, .jb-bs .col-12, .jb-bs .col-2, .jb-bs .col-3, .jb-bs .col-4, .jb-bs .col-5, .jb-bs .col-6, .jb-bs .col-7, .jb-bs .col-8, .jb-bs .col-9, .jb-bs .col-auto, .jb-bs .col-lg, .jb-bs .col-lg-1, .jb-bs .col-lg-10, .jb-bs .col-lg-11, .jb-bs .col-lg-12, .jb-bs .col-lg-2, .jb-bs .col-lg-3, .jb-bs .col-lg-4, .jb-bs .col-lg-5, .jb-bs .col-lg-6, .jb-bs .col-lg-7, .jb-bs .col-lg-8, .jb-bs .col-lg-9, .jb-bs .col-lg-auto, .jb-bs .col-md, .jb-bs .col-md-1, .jb-bs .col-md-10, .jb-bs .col-md-11, .jb-bs .col-md-12, .jb-bs .col-md-2, .jb-bs .col-md-3, .jb-bs .col-md-4, .jb-bs .col-md-5, .jb-bs .col-md-6, .jb-bs .col-md-7, .jb-bs .col-md-8, .jb-bs .col-md-9, .jb-bs .col-md-auto, .jb-bs .col-sm, .jb-bs .col-sm-1, .jb-bs .col-sm-10, .jb-bs .col-sm-11, .jb-bs .col-sm-12, .jb-bs .col-sm-2, .jb-bs .col-sm-3, .jb-bs .col-sm-4, .jb-bs .col-sm-5, .jb-bs .col-sm-6, .jb-bs .col-sm-7, .jb-bs .col-sm-8, .jb-bs .col-sm-9, .jb-bs .col-sm-auto, .jb-bs .col-xl, .jb-bs .col-xl-1, .jb-bs .col-xl-10, .jb-bs .col-xl-11, .jb-bs .col-xl-12, .jb-bs .col-xl-2, .jb-bs .col-xl-3, .jb-bs .col-xl-4, .jb-bs .col-xl-5, .jb-bs .col-xl-6, .jb-bs .col-xl-7, .jb-bs .col-xl-8, .jb-bs .col-xl-9, .jb-bs .col-xl-auto,.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{padding:0px !important;}
.jb-bs .filter_section_nav {margin:0px !important;}    
.filter_icon {padding: 0px;border-radius: 0;margin-left: 0px;}   
.link_and_svg {flex-direction: row-reverse;}   
    
    
    
    
    
    
}

/*Отключаю заявкау на консультацию в карточке */
.btn_zay {display:none;}
.joms-list--card .joms-list__footer {display:none;}
.joms-list--card .group-public {
    width: 47%;
    display: inline-block;
    margin-right: 1.5%;
}
.joms-list--friend .joms-list__item, .joms-list--general .joms-list__item,.joms-list--card .joms-list__item {
    padding: 25px !important;
    background: rgb(255 255 255 / 2%) !important;
    box-shadow: 0px 0px 10px #cfcbcb !important;
    border-radius: 7px !important;
}
.joms-subnav--desktop {display:none;}
.joms-input--search {padding: 12px 20px !important;}
.joms-page .joms-textarea {max-width:600px !important;}
.joms-button--primary, .joms-button--add, .joms-button--login, .joms-button__approve, .joms-postbox-tab .joms-postbox-save, .joms-postbox-tab .joms-postbox-done, .joms-focus__button--add, .joms-button__next, .joms-button--secondary, .joms-button--signup, .joms-focus__button--message, .joms-button--neutral,  .joms-button--more, .joms-button--comment, .joms-button__reject, .joms-postbox-tab .joms-postbox-cancel, .joms-focus__button--options, .joms-button--important {

    background:#3e9a0f !important;
}
.joms-js--button-save {float:left !important;}
.block_info_prof_items p {
    color: #565656;
}
.block_info_prof_items span,.block_info_prof p {
    color: #737373;
}
.profile_title h1,.joms-focus__title h2,.info_title {
    color: #565656;
}
@media only screen and (min-width: 481px) {
    .joms-avatar--focus img {
        max-width: 270px;
        width: 270px;
        padding: 0;
        border: none;
    }
}
.joms-chat__conversations-wrapper {background:#fff;}
.reemake-add-photo
{   cursor:pointer !important;
    font-weight:500 !important;
    border-radius: 7px !important;
    background: #3e9a0f !important;
    border: 2px solid #ececec !important;
    color: #fff !important;
    padding: 15px !important;
}

.reemake-delete-photo
{    
    border-radius: 7px !important;
    background: #db3f3f !important;
    border: 0px !important;
    color: #fff !important;
    padding: 12px !important;
    
}
.reemake-delete-photo:hover
{    
    background: #e05b5b !important;
}
.top-component    {

}
#showrss {display:none;}
.bid_project_left {display:none;}
.jb-bs .badge-danger {
    color: #fff;
    background-color: #dc3545;
    font-size: 10px;
    font-weight: 500;
    padding: 10px;
}
.jb-bs .page-link {color: #6e4a19;}
.jb-bs .pagination {
    display: -ms-flexbox;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    display: flex;
    margin-top: 24px;
    margin-left: 10px;
}
.jb-bs .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6e4a19;
    border-color: #6e4a19;
}
@media (min-width: 600px) {
    .jb-bs .nav-tabs .nav-link {
        height: 55px !important;
        display: block !important;
        line-height: 16px !important;
    }
}
.joms-focus__header {
    position: absolute;
    top: 0px;
}
.joms-focus--mini {
    height: 200px;
}
.joms-button--full-small {margin-right:10px !important;}
/*Временно отключаем панель*/
.joms-toolbar--desktop {display:none;}
#community-wrap.cEvents .joms-list--card .joms-list__item .joms-list__cover h4, #community-wrap.cEvents .joms-list--card .joms-list__item .joms-list__cover h4.joms-list__title {
    position: absolute;
    left: 20px;
    bottom: 70px;
    margin-bottom: 0;
    z-index: 100;
}
#community-wrap.cEvents .joms-list--card .joms-list__item .joms-focus__date.cover span:first-child {    background-color: #6e4a19;    border-color: #916325;}
#community-wrap.cGroups .joms-list--card .joms-list__item .joms-list__item-inner, #community-wrap.cEvents .joms-list--card .joms-list__item .joms-list__item-inner {
    min-height: 475px;
}
#service-image-actions span:not(.fileupload-process) {border:0px !important;}
.jb-bs .alert-info {
    background-color: #f9f9ff;
    border-color: #bee5eb;
    margin-top: 20px;
    max-width: 1000px;
    color: #848484 !important;
    border-radius: 7px;
}
.jb-bs .btn:not(:disabled):not(.disabled),#service-image-actions button, #service-image-actions .col-md-7>span:not(.fileupload-process) {
    border-radius: 7px;
    background: #f2f2f2ff;
    border: 2px solid #ececec;
    color: #707070ff;
}
body {font-family:'Montserrat' !important;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family:'Montserrat' !important;}
.jb-bs {font-family:'Montserrat' !important;letter-spacing:0px;}
.promotions li:last-child:after {opacity:0;}

.filter_items {max-width: 1000px;margin-left: 15px;}
.sp-scroll-up {
background:#6e4a19ff !important;
border:1px solid #fff;
color:#fff !important;
}
.sp-scroll-up:hover {
background:#8e6630 !important;
}

#sp-logo {display:none !important;}
#sp-search {width:1200px !important;}

@media (min-width:1000px) {.joms-page__title {font-size:27px !important;color:#6e4a19ff !important;}}
/*Скрываем табы ленты в профиле*/
.joms-tab__bar {display:none;}
/*Скрываем вложения в сообщении при написать в профиль*/

.joms-textarea {
        border: 2px solid #e2e8f0 !important;
        border-radius: 7px !important;
    }

.joms-chat__messagebox {background-color:#fff !important;}
.joms-chat__search {padding: 20px 20px 0px 20px !important;}
.joms-chat__header {min-height:80px;}
.joms-chat__item {
    padding: 20px 20px #fff !important;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgb(238 238 238) #fff !important;
}
#community-wrap .joms-chat__wrapper {border:0px !important;}
.h1-horse {
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 27px;
    line-height: 128%;
    color: #6e4a19;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.next {display:none !important;}
.iframe-home .block-location {
  display: none !important;
}

.description_cont {
    display: block;
    height: 45px;
    overflow: hidden;
    min-height: 0px;
}

.link-contact a,
.link-contact a:visited,
.link-contact a:active,
.link-contact a:link,
.link-contact a:focus {
  color: #fff !important;
}

.chzn-container-single .chzn-single span {
  color: #000 !important;
  display: inline !important;
}

#select-off .carousel-control-prev,
#select-off .carousel-control-next {
  display: none !important;
}

@media (min-width:600px) {

  #extra-0-desc,
  #extra-1-desc,
  #extra-2-desc,
  #recipient {
    font-size: 16px !important;
  }

  .pricing {
    padding: 40px 0px !important;
  }

  #div-gateway {
    background: #fff !important;
  }

  .d-inline {
    font-size: 27px !important;
  }

  .card-header {
    font-size: 16px !important;
  }
}

@media (min-width:600px) {
  .jb-bs .nav-tabs .nav-link {
    padding: 20px;
  }
}

@media (max-width:600px) {
  .productfull .product-info .prod_buttons .buttons .btn-wishlist span {
    display: none;
  }
}

@media (min-width:600px) {

  #mob-icon,
  #mob-icon2 {
    display: none;
  }
}

@media (max-width:600px) {
  .display-grid-mob {
    display: grid !important;
  }

  #width-input-mob {
    width: 100%;
  }

  .toolbarbox {
    min-height: 60px !important;
  }
}

.btn-primary,
.sppb-btn-primary {
  color: #fff;
  font-size: 14px;
  padding: 12px 50px !important;
}

.bi-cart-plus-fill {
  fill: #fff;
}

.mobilemaximenuck .mobilemaximenuckclose {
  top: 5px;
}

.mobilemaximenuck .mobilemaximenucktitle {
  line-height: 30px;
  height: 50px;
}

.mobilemaximenuck .mobilemaximenuckclose {
  margin-top: 13px;
  margin-right: 17px;
  height: 15px;
  width: 15px;
}

.mobilemaximenuck .mobilemaximenucktogglericon:after {
  height: 33px;
  width: 47px;

}

.mobilemaximenuck .mobilemaximenucktitle {
  font-size: 16px;
}

.dj-offcanvas-dark .dj-offcanvas-top {
    padding-top: 5px;
    padding-bottom: 4px;
}

.mobiletextck {
  padding-left: 20px;
}

.mobilemaximenuck div.level1.maximenuck>a,
.mobilemaximenuck div.level2.maximenuck>a,
.mobilemaximenuck .mobilemaximenucktitle {
  border-bottom: 2px solid #00000026;
}

.mobilebuttonmaximenuck {
  border-radius: 0px;
}

.mobilebarmaximenuck .mobilebuttonmaximenuck {
  margin-top: 13px !important;
}

.mobilebarmaximenuck .mobilebarmenutitleck {
  background-color: #1178c1 !important;
  color: #ffffff !important;
  font-weight: 900;
  text-align: right !important;
  font-size: 14px;
  padding-right: 60px !important;
  font-family: 'Arial' !important;
  line-height: 50px !important;
  height: 50px !important;
  border-bottom: 2px solid #00000017;
  box-shadow: -1px -3px 9px 5px #000000a3;

}

.mobilemaximenuck {
  background: #6e4a19ff !important;
  background-color: #6e4a19ff !important;
  height: 100% !important;
}

#jform_email,
#jform_name,
#jform_subject {
  border: 1px solid #ececec !important;
  padding: 14px 10px !important;
}

.mobilemaximenuck div.level2.maximenuck>a {
  color: #fff !important;
}

@media (min-width:1200px) {
  .pk-category .jshop h1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    top: 35px;
    right: 30px;
    float: right;
  }
}

.list-order-pk {
  display: grid;
}

a,
a:visited,
a:active,
a:link,
a:focus {
  color: #6e4a19ff;
}

.title-shipping {
  font-size: 21px;
  color: #6e4a19ff;
}

.toolbar-list-mob {
  left: 0;
  width: 100% !important;
  border-radius: 0px !important;
  border: 0px !important;
  position: fixed !important;
  background: #fff;
  top: 50px;
  border-bottom: 1px solid #ececec !important;

}

.toolbarbox {
  padding-top: 0px !important;
}

.icon-unpublish {
  background: radial-gradient(#df4a4a, #b10606);
  margin-top: 9px;
  height: 24px;
  width: 24px;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #8d8a8a;
}

.icon-publish {
  background: radial-gradient(#4adf63, #06b16a);
  margin-top: 9px;
  height: 24px;
  width: 24px;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #8d8a8a;
}

.order-container {
  border: 1px solid #ececec;
  padding: 10px;
  border-radius: 7px;
  font-size: 18px;
  color: #6e4a19ff;
}

#order_status {
  display: block !important;
}

@media (min-width:600px) {

  .reemake-order-detail-mob,
  .shipping-for-mob {
    display: none;
  }
}

@media (max-width:600px) {

  .reemake-order-detail-pk,
  .shipping-for-pk {
    display: none;
  }
}

.btn-details-order {
  border: 1px solid #ececec;
  padding: 12px 30px;
  float: right;
  background: #6e4a19ff;
  color: #fff;
  border-radius: 5px;
  display: inline-block !important;
}

.list-order-mob {
  padding: 10px;
}

.btn-details-order:hover {
  color: #fff;
  background: #3188c5;
}

@media (min-width:600px) {
  .list-order-mob {
    display: none;
  }

  #sp-mobmenu {
    display: none !important;
  }

  #mob-icon {
    display: none;
  }

}

@media (max-width:600px) {
  .list-order-pk {
    display: none;
  }

  #mob-icon {
        float: right;
        position: absolute;
        right: 20px;
        top: 7px;
        padding: 9px 10px 4px 10px;
  }

  #mob-icon2 {
        float: right;
        position: absolute;
        right: 60px;
        top: 7px;
        padding: 9px 10px 4px 10px;
  }
}

@media (max-width:600px) {
  #jform_message_ifr {
    height: 300px !important;
  }

  .control-group .controls {
    margin-top: 0px !important;
  }

  .pk-reemake-list-product {
    display: none !important;
  }

  #reemake-btn-search {
    margin-top: 5px;
  }

  select:not(.form-control) {
    width: 100%;
  }

  .toolbar-reemake {
    display: none;
  }

  .toolbar-list {
    position: fixed !important;
    top: 60px !important;
    background: #fff !important;
    box-shadow: 0px 0px 10px #ececec !important;
    padding: 8px 6px !important;
    height: 70px !important;
    display: block !important;
    border-radius: 7px !important;
    right: 0px !important;
    z-index: 9999 !important;
  }

  div.vf_width-35 {
    width: 100% !important;
  }

  .currency-mob {
    display: flex;
  }

  #currency_id {
    text-align: right;
    max-width: 60px;
    margin: 0px !important;
    padding: 0px !important;
    height: 38px !important;
    margin-left: 5px !important;
  }
}

@media (min-width:600px) {
  #sp-main-body {
    margin-top: 0px;
  }

  .mob-reemake-list-product {
    display: none;
  }


}

.fb_column_inner {
  min-height: 200px;
}

@media only screen and (max-width: 600px) {
  #sp-main-body {
    min-height: 800px;
  }
}

@media only screen and (max-width: 600px) {
  .header-style-1 .header-top {
    padding: 10px 0px !important;
    height: 50px;
  }
}

.data-obnovleniya {
  font-weight: 900;
}

.geolokaciya {
  display: flex;
}

#product-table {
  padding-left: 25px;
  vertical-align: middle;
  display: table-cell;
}

/*Что то случилось с датой обновления - проверить*/
/*Верстаем номенклатурный перечень*/
@media (max-width:600px) {
  #for-pk {
    display: none;
  }

  .productfull .image_middle {
    min-height: 0px !important;
  }

  .product-details-for-pk {
    display: none;
  }

  .button,
  .prod_buttons {
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 5px !important;
    width: 100% !important;
  }

  .reemake-product-container {
    width: 100%;
  }

  .product-item-info {
    max-width: 100%;
  }

  .product_label {
    right: 70px !important;
  }

  .plansh {
    border: 0px !important;
  }

  .addtocart {}

  #product-table {
    padding-left: 0px !important;
    vertical-align: middle;
    display: block !important;
  }

  .reemake-button-product-more {
    width: 100%;
  }

  .data-obnovleniya {
    margin-bottom: 10px;
  }

  .link-name {
    text-align: center !important;
  }

  .geolokaciya {
    position: absolute;
    top: 10px;
  }

  div #sp-reemake-navigation .col-lg-12 {
    display: none !important;
  }

  .productfull .prod_price {
    display: inline-flex;
  }

  .productfull .buttons {
    padding-left: 0px !important;
  }

  /*Временное отключение фильтра товаров на мобильной версии, необходимо сделать модуль всплывающим*/
  .form_sort_count,
  .reemake-font {
    display: none !important;
  }

  /*Конец кода отключения фильтра товаров */
}

.for-pk {
  display: none !important;
}

@media (min-width:600px) {
  #for-mob {
    display: none !important;
  }

  .product-details-for-mob {
    display: none;
  }

}

/*Конец верстки номенклатурного перечня*/
.reemake-geo {
  margin-left: 5px;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width:600px) {
  .ExtendedFilterContainer {
    margin-top: 20px;
    box-shadow: 0px 0px 10px #aba9a9;
    border-radius: 20px;
    padding: 15px;
    position: fixed;
    margin-left: -35px;
  }
}

.product-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.link-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.reemake-button-product-more {
  border: 2px solid #fff;
  padding: 12px 49px;
  margin-top: 10px !important;
  display: inline-block;
  border-radius: 7px;
  box-shadow: 0px 0px 10px #000da320;
  background: linear-gradient(197deg, #9d1e86, #55a7e1);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0px 0px 10px #000;
  transition-duration: 1s;
}

.reemake-button-product-more:hover {
  border: 2px solid #bde1ff;
  padding: 12px 49px;
  margin-top: 10px !important;
  display: inline-block;
  border-radius: 7px;
  box-shadow: 0px 0px 10px #000da3;
  background: linear-gradient(197deg, #9d1e86, #55a7e1);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0px 0px 10px #000;
  transition-duration: 2s;
}

.link-name {
  line-height: 21px
}

.price-amount-plansh {
  color: #6e4a19ff;
}

.link-name {
  font-weight: bold !important;
  font-size: 18px;
  color: #6e4a19ff;
}

.extra_fields {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  text-align: left;
}

.price-amount-plansh {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ececec;
  margin-top: 5px;
}

.input-group-text {
  background: #fff !important;
  border: 0px !important;
  color: #000 !important;
}

/*Адаптация мобилки*/
@media (max-width: 1000px) {
  .product-item-info {
    display: flex !important;

  }
}

@media (max-width:1000px) {
  #comjshop_list_product .item {
    width: 100% !important;
  }
}

price-amount-plansh {
  text-align: center;
}

.product-item-info {
  position: relative;
  border-radius: 10px;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 10px;
}


#comjshop_list_product {
  display: flex;
}

@media (min-width:1300px) {
  #comjshop_list_product .item {
    width: 50%;
  }
}

@media (max-width:1300px) {
  #comjshop_list_product .item {
    width: 100%;
  }
}

.reemake-button-product-more {}

.jshop_list_product .deliverytime {
  text-align: left;
}

.reemake-product-container {}

@media (max-width:600px) {
  .jshop_list_product #sort_count {
    padding: 0px 0px !important;
  }

  .jshop_list_product #sort_count .box_products_sorting,
  .jshop_list_product #sort_count .box_products_count_to_page .mb-3,
  .my-3 {
    margin-bottom: 0px !important;
  }

  .jshop_list_product #sort_count .box_products_sorting,
  .jshop_list_product #sort_count .box_products_count_to_page {
    padding: 0px !important;
  }

  #sortingOrderBy {
    height: 40px !important;
  }

  .reemake-mob {
    display: block;
  }
}


/* Адаптация планшет */
.plansh {
  height: 120px !important;
}

@media (max-width:1000px) {

  .productweight,
  .link-name-product {
    text-align: center !important;
  }

  .price-amount-plansh {
    font-size: 16px !important;
  }





}

.form-horizontal .form-actions {
  padding-left: 0px;
}

/* Адаптация под ПК от 1000px*/
@media (min-width: 1000px) {
  .logo-image {
    width: 179px;
    height: 50px !important;
    display: block;
    max-width: none;
    padding: 0px !important;
  }

  .toolbar-list {
    top: 95px !important;
  }

}

/* Адаптация под экран Мобильные устройства до 700px*/
@media (max-width: 700px) {




  .homepage-guest {
    margin-top: -800px !important;
  }




  .breadcrumb {
    display: inline-block !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    background: #fff !important;
  }


  .ExtendedFilterContainer select,
  .ExtendedFilterContainer button.ui-multiselect {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  .reemake-multi {
    text-align: center;
  }

  .filter-cell-submit {
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }

  .ExtendedFilterContainer .slider_wrapper {
    margin-right: auto;
    margin-left: auto;
  }


}

@media only screen and (min-width: 481px) {

  #sp-left .sp-module:first-child,
  #sp-right .sp-module:first-child {
    text-align: center;
  }
}

@media only screen and (min-width: 481px) {

  #sp-left .sp-module:first-child,
  #sp-right .sp-module:first-child {
    border: 0px;
  }

  .jshop h1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
  }
}


@media (max-width: 480px) {
  .form-horizontal .form_sort_count .controls {
    display: contents !important;
  }
}

@media (max-width: 700px) {
  .header-bottom {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .header-top {
    z-index: 9999 !important;
    background: #fff;
    position: fixed !important;
    top: 0px !important;
    padding: 5px 0px !important;
    width: 100%;
    border-bottom: 2px solid #00000014;
  }
}

@media (max-width: 700px) {

  #sp-top1,
  #sp-search {
    display: none;
  }
}

/* Адаптация под экран Планщета 600-1000px*/
/* Реализация решения пачкой новая верстка Reemake*/
@media (min-width: 700px) and (max-width: 1000px) {

  .ExtendedFilterContainer .slider_wrapper,
  .ExtendedFilterContainer select,
  .ExtendedFilterContainer button.ui-multiselect {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .filter-field-price-slider,
  .reemake-multi {
    text-align: center;
  }

  .h2 {
    font-size: 24px;
  }

  #year,
  #month,
  #day {
    width: 80px !important;
  }

  #status_id {
    width: 170px !important;
  }

  .jshop_filter_box {
    display: contents !important;
  }

  .jshop_vendor input {
    margin: 10px 0px !important;
  }

  .jshop td {
    vertical-align: none;
  }

  #jform_subject {
    padding: 16px 0px;
  }

  #jform_department_id-lbl {
    padding-top: 10px;
  }

  .toolbar-list {
    top: 130px !important;
  }





}

/*Сразу пачка поправок под планшет*/

@media (min-width: 700px) and (max-width: 1000px) {
  .logo-image {
    height: auto !important;
    width: 125px;
    height: 35px !important;
    margin-top: 10px;
    display: inline-block;
  }

  #jshop_module_wishlist,
  #sp-search {
    display: none;
  }

  #my_account {
    padding: 20px 10px 14px;
  }

  #sp-search .sj_jshopping_search-wrapper .search .autosearch-input {
    width: 200px;
  }

  #sp-search .sj_jshopping_search-wrapper .search .select_category {
    display: none;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
  }

  .block-policy .inner .item {
    text-align: center;
  }

  .block-policy .inner .item .pl_icon {
    margin: 0px !important;
    float: none;
    display: inline-block;
  }

  .block-dealproduct .products-wrap .intro_text {
    width: 100%;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown {
    padding: 30px 0 0px;
    background: none;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv2,
  .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv3 {
    display: none;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .num-deal .text-count {
    margin: 20px 0 8px;
  }

  .block-dealproduct .products-wrap .products-box {
    width: 100%;
    padding: 0 15px 30px;
  }

  .block-dealproduct .products-wrap .products-box .item {
    margin: 30px 1% 0 1%;
  }

  .block-products .products-wrap .footer_text {
    display: none;
  }

  .block-products .products-wrap .products-box {
    margin: 0 -1%;
    width: 100%;
  }

  .block-products .products-wrap .products-box .item {
    margin: 0 1%;
  }

  #sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
  }

  #sp-footer1 .sp-copyright {
    padding: 20px 0 10px;
  }

  .blog-featured .row {
    display: block;
  }

  .blog-featured .row .item {
    float: left;
  }

  .productfull {
    padding-bottom: 20px;
  }

  .productfull .block-main {
    display: block;
  }

  .productfull .block-main .product-image,
  .productfull .block-main .product-info {
    float: left;
  }

  .jshop-listing-product .jshop_list_product .list_product .row {
    display: block;
  }

  .jshop-listing-product .jshop_list_product .list_product .row .col-md-4 {
    float: left;
  }

  .fancybox-wrap .fancybox-inner .productfull .block-main {
    display: block;
  }

  .fancybox-wrap .fancybox-inner .productfull .product-image,
  .fancybox-wrap .fancybox-inner .productfull .product-info {
    float: left;
  }

  .product .product-item-details {
    padding: 0px 10px 26px;
  }

  .static-image-2 a.image-top {
    margin-bottom: 17px;
  }

  .static-image-1 ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
  }
}

@media (min-width:700px) and (max-width: 1000px) {
  #sp-top1 {
    width: 67% !important;
  }
}

@media (min-width:700px) and (max-width: 1000px) {
  #sp-search {}
}

@media (min-width:700px) and (max-width: 1000px) {
  .header-bottom {
    display: none !important;
  }
}

@media (min-width:700px) and (max-width: 1000px) {
  .header-top {
    z-index: 9999 !important;
    background: #164246;
    position: fixed !important;
    top: 0px !important;
    padding: 0px 0px !important;
    width: 100%;
  }
}

@media (min-width:700px) and (max-width: 1000px) {
  .homepage-guest {
    margin-top: -800px !important;
  }
}

/* Адаптация под мини экран ПК 1024px*/
@media (min-width:1020px) and (max-width: 1100px) {
  .price {
    display: block;
    font-size: 18px !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  .col-lg-2 {
    max-width: 28.5% !important;
    width: 28.5% !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  .col-lg-10 {
    max-width: 71.5% !important;
    width: 71.5% !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  .logo-image {
    max-width: 100px !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  #sp-search .sj_jshopping_search-wrapper .search .autosearch-input {
    width: 140px !important;
    padding: 0 5px !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  .sj_jshopping_search-wrapper .search {
    margin-right: 0px !important;
    padding: 0px 0px 0px 0px !important;
    width: 200px !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  #sp-search .sj_jshopping_search-wrapper {
    max-width: 200px !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  #sp-search {
    max-width: 200px !important;
  }
}

@media (min-width:1020px) and (max-width: 1100px) {
  #sp-top1 .sp-module {
    padding: 13px 10px !important;
  }
}

/*Убираю минусовой маргин по бокам*/
@media (max-width: 1300px) {
  .row {
    margin: 0px;
  }
}

/*ширина input фильтра товаров*/
.jshop_vendor input,
.jshop_vendor select {
  width: auto !important;
}

/*Временно отключаю поиск товаров в шапке где меню */
#jshop_module_cart {
  display: none;
}

/* */
/*Цвет меню*/
[data-id="maximenuck243"] .mobilemenuck-bar-button {
  background: #33333300 !important;
}

/*Конец*/

/*Настройка логотипа */
#sp-logo {
  width: 470px !important;
  max-width: none;
  vertical-align: middle;
  display: inline-flex;
}

#sp-search {
  margin-left: 0px;
}

.header-style-1 .header-top .logo {
  margin: 0px 0 !important;
}

/*Конец кода настройки логотипа */
/*Модуль категорий на главной странице */
.jshop_menu_level_0 {
  width: 150px;
  border: 1px solid #ececec;
  padding: 20px !important;
  border-radius: 7px;
  transition-duration: 1s;

}

/*Конец кода модуля категорий */


.jshop_menu_level_0:hover {
  box-shadow: 0px 0px 8px 8px #ececec;
}



/* Верхнее Меню ПК*/
.block-location {
  color: #fff;
}

.block-location:hover {
  color: #fff;
}

/*Конец кода верхнего меню для пк*/
/*Радио кнопка на странице регистрации */
.values-container input[type=checkbox],
input[type=radio] {
  height: 11px !important;
  margin-right: 4px !important;
}

/* Конец радиокнопки */

/* Отключаю JomSocial  */
#joms-chatbar-sidebar {

}

/*Конец заглушки JomSocial */


/* Отключаю предварительный просмотр товаров в ленте товаров  */
.sj_jshopping_quickview_handler {
  display: none !important;
}

/*Конец заглушки предварительного просмотра товаров в ленте товаров */


#sortingOrderBy {
  width: 215px !important;
}

.ui-multiselect-header {
  display: none !important;
}

@media (max-width: 992px) {
  .plupload_scroll {
    display: none;
  }
}

@media (max-width: 992px) {
  .djform_row .label {
    text-align: left !important;
  }
}

@media (max-width: 992px) {
  .Tips1 {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .main_title {
    display: flex;
  }
}

.contentpane .vendorinfo,
.contentpane .jshop_button_print,
.contentpane .stars_active,
.contentpane .prod_buttons,
.contentpane .owl-stage-outer,
.contentpane .jshop_prod_attributes,
.contentpane .price_prod_qty_list_head,
.contentpane .price_prod_qty_list,
.contentpane .nav-item,
.contentpane .stars_no_active {
  display: none;
}

@media (max-width: 992px) {

  #dj-classifieds .dj-item .custom_det,
  #dj-classifieds .dj-item .localization_det,
  #dj-classifieds .dj-item .adv-details,
  #dj-classifieds .dj-item .djcf_comments {
    max-width: 320px;
    overflow: hidden;
  }
}

@media (max-width: 992px) {

  #attr_ind_price_tmp_1,
  #attr_ind_price_tmp_2,
  #attr_ind_price_tmp_3,
  #attr_ind_price_tmp_4,
  #attr_ind_price_tmp_5,
  #attr_ind_price_tmp_6,
  #attr_ind_price_tmp_7,
  #attr_ind_price_tmp_8,
  #attr_ind_price_tmp_9,
  #attr_ind_price_tmp_10,
  #attr_ind_price_tmp_11,
  #attr_ind_price_tmp_12,
  #attr_ind_price_tmp_13,
  #attr_ind_price_tmp_14,
  #attr_ind_price_tmp_15,
  #attr_ind_price_tmp_16,
  #attr_ind_price_tmp_17,
  #attr_ind_price_tmp_18,
  #attr_ind_price_tmp_19,
  #attr_ind_price_tmp_20,
  #attr_ind_price_tmp_21,
  #attr_ind_price_tmp_22,
  #attr_ind_price_tmp_23,
  #attr_ind_price_tmp_24,
  #attr_ind_price_tmp_25,
  #attr_ind_price_tmp_26,
  #attr_ind_price_tmp_27,
  #attr_ind_price_tmp_28,
  #attr_ind_price_tmp_29,
  #attr_ind_price_tmp_30 {
    width: 100px !important;
    padding: 4px !important;
    margin-top: -5px !important;
  }
}

@media (max-width: 992px) {

  .none-mobile,
  .product .product-item-details .item-prices .old_price>span {
    display: none;
  }
}

.jshop_vendor .nav-tabs>.active>a,
.jshop_vendor .nav-tabs>.active>a:hover {
  border: 0px !important;
}

@media (max-width: 992px) {
  .joms-page--search {
    display: block !important
  }
}

/*Панель управления фриланс - заглушка на дубликат панели, хотя я бы не убирал. */
.jb-bs .col-md-3 {
  display: none;
}

/*Конец заглушки */
.jomsocial-wrapper .jomsocial .joms-icon {
  cursor: pointer
}

.joms-subnav--desktop>ul>li.joms-right .active {
  top: 5px;
}

.pk-category .jshop h1 {
  margin-bottom: 0px;
}

.category_short_description {
  display: none;
}

.blog_det .item_box_right .item_img {
  width: 150px;
}

.com-rsticketspro-submit-ticket .form-horizontal .control-label {
  padding-top: 0px !important;
}

.control-group .controls {
  margin-top: 10px;
}

.myorderinfo .order_number .span12 {
  display: none;
}

@media (min-width: 992px) {
  .jshop_list_manufacturer .vendor_name {
    text-align: center;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

#reemake-add-product {
  display: none;
}

@media (min-width: 992px) {
  .profile_row_value {
    position: absolute;
    left: 22px;
    top: 140px;
  }
}

@media (min-width: 992px) {
  .profile_contact_form {
    position: absolute;
    left: 15px;
  }
}

.jomsocial .joms-required {
  display: none;
}

@media (max-width: 992px) {
  .desktop-reemake {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-reemake {
    display: none;
  }
}

@media (max-width: 992px) {
  .jb-bs .alert-info {
    display: flex;
  }
}

@media (max-width: 700px) {
  .alert {
    max-width: 320px;
  }
}

@media (max-width: 992px) {
  .joms-button--options {
    display: none;
  }
}

@media (max-width: 550px) {

  #community-wrap .joms-stream .joms-comment__reply .joms-icon,
  #community-wrap .joms-stream--notifications .joms-comment__reply .joms-icon {
    right: 110px !important;
  }
}

@media (max-width: 992px) {
  .css-modal-details {
    margin-left: -190px !important;
  }
}

#main-page select[multiple],
#attribs-page select[multiple] {
  height: auto !important;
}

#attr_price_mod_tmp_1,
#attr_price_mod_tmp_2,
#attr_price_mod_tmp_3,
#attr_price_mod_tmp_4,
#attr_price_mod_tmp_5,
#attr_price_mod_tmp_6,
#attr_price_mod_tmp_7,
#attr_price_mod_tmp_8,
#attr_price_mod_tmp_9,
#attr_price_mod_tmp_10,
#attr_price_mod_tmp_11,
#attr_price_mod_tmp_12,
#attr_price_mod_tmp_13,
#attr_price_mod_tmp_14,
#attr_price_mod_tmp_15,
#attr_price_mod_tmp_16,
#attr_price_mod_tmp_17,
#attr_price_mod_tmp_18,
#attr_price_mod_tmp_19,
#attr_price_mod_tmp_20 {
  width: 70px !important;
}

@media (max-width: 992px) {

  #date_to_btn,
  #date_from_btn {
    height: 30px;
    padding-top: 2px;
  }
}

@media (max-width: 992px) {
  .control-group {
    margin-top: 0px;
  }
}

#comjshop .control-group {
  max-width: 500px;
}

.field-calendar .input-group {
  display: flex;
  width: 100%;
}

.field-calendar .input-group #date_from,
.field-calendar .input-group #date_to {
  border: 1px solid #ececec;
  width: 100px;
}

.btn-primary {
  background: #6e4a19;
}

@media (min-width: 992px) {
  .cart_empty_text {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

#community-wrap .joms-button--link {
  color: #fff !important;
  background-color: #6e4a19ff !important;
}

@media (max-width: 992px) {
  .joms-focus__actions {
    display: grid;
  }
}

@media (max-width: 992px) {
  .joms-sidebar {
    display: none;
  }
}

#community-wrap .joms-button--link {
  margin-top: 20px !important;
}

#community-wrap .joms-button--link {
  background: #6e4a19ff !important;
  margin-right: 3px;
}

@media (min-width: 992px) {
  .reemake-icon {
    top: 9px !important;
  }
}

@media (max-width: 992px) {
  .reemake-icon {
    top: 15px !important;
  }
}

#community-wrap .joms-stream .joms-stream__header .joms-avatar--stream img,
#community-wrap .joms-stream--notifications .joms-stream__header .joms-avatar--stream img {
  border-radius: 6px;
}

@media (max-width: 992px) {
  .breadcrumb {
    padding-top: 0px;
    border-radius: 0px;
  }
}

@media (max-width: 992px) {
  #community-wrap .joms-landing .joms-landing__action {
    top: 15px;
  }
}

.block-location {
  font-size: 12px;
}

@media (max-width: 992px) {
  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup {
    margin-top: 7px;
  }
}

.qf3form.cont2 .qfcapt a {
  display: none !important;
}

@media (max-width: 992px) {
  .product .product-item-details .product-item-name {
    margin-top: 10px;
    height: 30px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 992px) {
  .product .product-item-details .product-item-inner .buttons .button {
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0 25px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .jshop list_product {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 600px) {
  .product-item-info {
    display: table-caption;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {

  .review_mark,
  .productweight,
  .vendorinfo,
  .qty_in_stock,
  .product_label,
  .sj_jshopping_quickview_handler {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .jshop h1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
  }
}

@media (max-width: 992px) {
  .jshop_img {
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .ExtendedFilterContainer .button {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  #sp-logo {
    margin-left: 17px;
  }
}

.mysklad,
.obratnaya-svaz #sp-main-body {
  display: none;
}

@media (min-width: 992px) {
  .controls #jform_email {
    padding: 14px 0px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .controls #jform_name {
    padding: 14px 0px;
    width: 338px;
  }
}

@media (min-width: 992px) {
  .controls #jform_subject {
    padding: 14px 0px;
    width: 370px;
  }
}

@media (min-width: 992px) {
  .controls #jform_department_id {
    width: 363px;
  }
}

@media (max-width: 992px) {
  .disabled {
    display: none;
  }
}

@media (max-width: 992px) {
  .jshop_vendor .pagination div.limit {
    display: none;
  }
}

@media (max-width: 992px) {
  .jshop_vendor .pagination ul {
    display: inline-flex;
  }
}

@media (max-width: 992px) {
  .reemake-edit .btn-group>.btn:first-child {
    display: none;
  }
}

@media (min-width: 992px) {
  #comjshop_list_product .no-gutters {
    width: 100%;
    display: flex;
  }
}

@media (min-width: 992px) {

  .no-gutters>.col,
  .no-gutters>[class*=col-] {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  #checkout .d-flex {
    position: fixed;
    top: 110px;
    right: 230px;
    background: #10a576;
    color: #fff;
    padding: 10px 50px;
  }
}

@media (max-width: 992px) {
  .card {
    padding: 5px !important;
  }
}

@media (max-width: 992px) {
  .card-body {
    padding: 3px !important;
  }
}

@media (max-width: 992px) {
  .category_name {
    line-height: 10px !important;
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  .jshop_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    max-width: 200px;
  }
}

td .key {
  display: none;
}

/*@media (max-width: 992px){table.jshop td {display: inline-block;width: 100px !important;box-sizing: border-box;float:left;}}*/
@media (max-width: 700px) {
  .pk-category {
    display: none;
  }
}

@media (min-width: 700px) {
  .mob-category {
    display: none;
  }
}

@media (max-width: 992px) {
  .mob-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .pk-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .productfull .block-tab .nav-tabs li:after {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .block-tab li {
    display: grid;
    padding: 0px 0px;
    height: 50px;
    width: 100px;
    text-align: center;
    background: #ececec;
    margin-left: 2px;
  }
}

@media (min-width: 992px) {
  .product-image {
    max-width: 350px;
  }
}


.alert {
  background: #e9e9e9;
  color: #000 !important;
}

@media (min-width: 992px) {
  .mob-reemake-item {
    display: none;
  }
}

@media (max-width: 992px) {
  .pk-reemake-item {
    display: none;
  }
}

#community-wrap .joms-stream .joms-comment__reply .joms-icon,
#community-wrap .joms-stream--notifications .joms-comment__reply .joms-icon {
  cursor: pointer;
}

@media (max-width: 992px) {

  .joms-no-touch .joms-icon--emoticon,
  .joms-no-touch .joms-comment__reply .joms-icon--emoticon,
  .joms-js--comment-editor .joms-icon--emoticon,
  .joms-comment__reply.joms-js--comment-editor .joms-icon--emoticon {
    right: 22px !important;
  }
}

.joms-icon--emoticon {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .offcanvas-menu {
    display: none !important;
  }

  #sp-main-body {
    margin-top: 150px !important;
  }
}

@media (max-width: 992px) {
  #sp-main-body {
    margin-top: 0px !important;
  }
}
@media (max-width: 500px) {
  #sp-main-body {
    margin-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .mobilemenuck-togglericon {
    margin-left: 0px !important;
    float: right !important;
  }
}

@media (max-width: 992px) {
  [data-id="maximenuck243"] .mobilemenuck-togglericon:after {
    margin-left: 85% !important;
  }
}

@media (max-width: 992px) {
  .mobilemenuck {
    width: 100% !important;
  }
}

.joms-postbox-save {
  display: block;
}

.nav-tabs>li>a {
  display: block !important;
  padding: 20px;
  border: 1px solid #ececec;
  margin-top: 25px;
}

.values-container input[type=checkbox],
input[type=radio] {
  height: 25px;
}

.price_prod_qty_list {
  max-width: 300px;
}

.error-code {
  display: none;
}

.jomsocial {
  padding-top: 150px;
}

.loginhomepage1 {
  padding-top: 100px;
}

.joms-input {
  max-width: 320px;
}

#sp-footer2 {
  display: none;
}

@media (min-width: 600px) {
  .reemake-mob {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .reemake-pk {
    display: none !important;
  }
}

[data-id="maximenuck243"] .mobilemenuck-backbutton svg {
  top: 4px !important;
}

[data-id="maximenuck243"] .mobilemenuck-bar-title {
  display: none !important;
}

.mobilemenuck-lock-button {
  display: none !important;
}

.mobilemenuck-togglericon:after {
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "▶" !important;
  font-size: 12px;
}

[data-id="maximenuck243"] .mobilemenuck-title {
  background: #6e4a19ff !important;
}

.titreck {
  font-size: 14px;
}

.maximenuck {
  text-align: left !important;
}

.mobilemenuck-bar-button {
  line-height: 1.5em !important;
}

[data-id="maximenuck243"] .mobilemenuck-togglericon:after {
  margin-left: 330px;
}

[data-id="maximenuck243"] .mobilemenuck-bar-button {}

.homepage-guest {
  margin-top: -800px;
}

/* Контейнер Reemake - Display none*/

#sp-search .sj_jshopping_search-wrapper .search .select_category {
  display: none !important;
}

/*.block-location {display:none !important;}*/
/*.header-bottom {display:none !important;}*/
/* Контейнер Reemake - Правки*/
.btn-wishlist {
  cursor: pointer;
}

.fancybox-opened .fancybox-skin {
  width: 1200px !important;
}

.fancybox-inner {
  width: 1170px !important;
}

.edit_button_reemake {
  background: #005ea1;
  display: block;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  border-radius: 6px;
  margin-top: 10px;
  border: 2px solid #3e87bb;
  color: #fff;
}

.edit_button_reemake:hover {
  background: #226a9d;
}

.button-bally-reemake {
  background: #005ea1;
  display: block;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  border-radius: 6px;
  margin-top: 10px;
  border: 2px solid #3e87bb;
  color: #fff;
}

.button-bally-reemake:hover {
  background: #226a9d;
}

.joms-input {
  padding: 7px;
  font-size: 16px;
}

@media (max-width: 1000px) {
  .joms-focus__button--options {
    display: block !important;
  }
}

.button-addtocart {
  border: 2px solid #19c526;
  padding: 12px 30px;
  border-radius: 7px;
  background: #05b913;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.button-addtocart:hover {
  background: #29c735;
}

/* Контейнер Reemake - Мобильная верстка*/
@media (max-width: 1000px) {
  .zoomWindow {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
  }
}

@media (max-width: 1000px) {
  #dj-classifieds .dj-items-table2 .item_row {
    display: table-row;
  }
}

.owl-prev {
  position: absolute;
  top: 30px;
  left: -45px;
  background: #ececec;
  padding: 6px 12px;
  border-radius: 5px;
}

.owl-next {
  position: absolute;
  top: 30px;
  right: -45px;
  background: #ececec;
  padding: 6px 12px;
  border-radius: 5px;
}

#community-wrap .joms-landing .joms-landing__action .joms-checkbox {
  height: 0px;
  margin-top: 55px;
  margin-bottom: 15px;
}

/* Контейнер Reemake - Разная верстка*/
.joms-online a:after {
  z-index: 0 !important;
}

#community-wrap.cEvents .joms-form__group .joms-checkbox span {
  margin-left: 30px;
}

.joms-dropdown-button {
  fill: #6e4a19ff !important;
}

.jomsocial-wrapper .jomsocial .joms-icon {
  fill: #b9b9b9 !important;
}

.active .joms-icon {
  fill: #fff !important;
}

.joms-focus__header__actions--desktop .joms-icon {
  fill: #fff !important;
}

.joms-button--shared .joms-icon {
  fill: #fff !important;
}

.joms-focus__button--options--desktop .joms-icon {
  fill: #fff !important;
  height: 30px !important;
}

.joms-button--hellome .joms-icon {
  fill: #fff !important;
}

.joms-block .joms-icon {
  fill: #fff !important;
}

.joms-icon {
  width: 20px !important;
  height: 20px !important;
  fill: #6e4a19ff !important;
}

.whatsapp {
  background: transparent url(../images/bookmarks-wh.png) no-repeat 0 0 !important;
}

.viber {
  background: transparent url(../images/bookmarks-vb.png) no-repeat 0 0 !important;
}

.cVideo-Screen {
  max-width: 500px;
}

#community-wrap .joms-stream .joms-stream__header .joms-list__options a.joms-button--options .joms-icon,
#community-wrap .joms-stream--notifications .joms-stream__header .joms-list__options a.joms-button--options .joms-icon {
  fill: #000 !important;
}

.joms-button--options {
  background-color: #ececec !important;
}

#community-wrap .joms-select--wrapper {
  width: 300px;
}

.vendor .jshop_img {
  width: 50px;
  height: 50px;
}

table.vendor {
  padding-bottom: 25px;
}

@media (min-width: 700px) {
  .toolbar-list {

    background: #f7f7f7 !important;
    padding: 20px !important;
    display: block !important;
    width: auto !important;
    ;
    height: 95px !important;
    border-radius: 7px !important;
    border: 3px solid #ececec !important;
    position: fixed !important;
    right: 5% !important;
    z-index: 9998 !important;
  }
}

@media (min-width: 992px) {
  #dj-classifieds .dj-item .images_wrap {
    width: 25% !important;
  }
}

@media (min-width: 992px) {
  #dj-classifieds .dj-item .general_det {
    width: 75% !important;
  }
}

#djbids_form {
  display: block;
  z-index: 9999;

  background: #ffc6c6;
  width: 275px;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 5px;
}

#dj-classifieds .djcf_items_blog .fav_icon.fav_icon_na:hover {
  background-image: url("addtofavourite-hover.png");
  cursor: pointer;
}

#system-message-container {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 90%;
  top: 90px;
  left: 5%;
}

body {
  padding-top: 80px !important;
}

.jspassword {
  padding: 10px;
}

.qf3form.cont2 .qf3btn input {
  border-top: 2px solid #ffffff21 !important;
  ;
  border-radius: 7px !important;
  ;
  padding: 13px 45px !important;
  ;
  font-size: 14px !important;
  ;
  background: #6e4a19ff !important;
  ;
  cursor: pointer !important;
  ;
  color: #000 !important;
  ;
  text-transform: none !important;
  ;
  font-weight: bold !important;
  ;
  color: #fff !important;
  ;
}

.qf3form.cont2 .qf3btn input:hover {
  background: #1981cb !important;
  ;
}

.sp-main-body-none .qf3form.cont2.desk {
  padding-top: 180px;
}

.sp-main-body-none #sp-bottom {
  padding: 0px !important;
}

.mobilemenuck-bar-button {
  font-size: 22px !important;
  padding: 22px !important;
}

.button .submit .reemake-font {
  border: 1px solid #000;
}

/* Контейнер Reemake - заголовок в рубрикаторе*/
.jshop h1 {
  margin-top: 0px;
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 25px !important;
  color: #6e4a19ff;
}

/* Контейнер Reemake - настройка колонки left и component по ширине принудительно*/
@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 21.5%;
    width: 21.5%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 78.5%;
    width: 78.5%;
  }
}

/* Контейнер Reemake - раздел сортировки товаров*/
.jshop .filters .inputbox {
  width: auto !important;

}




/* Контейнер Reemake - меню рубрикатора*/
.mobilemenuck-bar-button {
  background: #ffffff !important;
  color: #fff !important;
  position: fixed !important;
  left: 0px !important;
  fill: #000 !important;

}

.mobilemenuck-bar {
  z-index: 99999 !important;
}

.mobilemenuck {
  background: #6e4a19ff !important;
  height: 100%;
}





/* Контейнер Reemake - меню рубрикатора открытое*/
.mobilemenuck-item {
  padding-left: 10px;
}

.mobilemenuck-beforetext {
  padding: 10px 10px 5px 10px;
  font-size: 20px;
}

.mobilemenuck-button {
  line-height: 45px !important;
}

.level1.open {
  background: #fcfcfc !important;
}

.mobilemenuck-togglericon:after {
  border-radius: 0px !important;
  background: #327db1 !important;
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px !important;
  top: -1px !important;
}

.mobilemenuck-item>.level1 {
  margin: 0px 0px 0px 0px !important;
  border-radius: 0px !important;
  background: #6e4a19ff !important;
}

.mobilemenuck-item>.level2 {
  margin: 0px 0px 0px 0px !important;
  margin: 2px 0px 0px 0px !important;
  border-radius: 0px !important;
  background: #6e4a19ff !important;
}

.mobilemenuck-item>.level3 {
  margin: 0px 0px 0px 0px !important;
  border-radius: 0px !important;
  background: #6e4a19ff !important;
}

.mobilemenuck-item>.level1 a {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  border-bottom: 1px solid #00000030 !important;
}

.mobilemenuck-item>.level2 a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  border-bottom: 1px solid #00000030 !important;
}

.mobilemenuck-item>.level3 a {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  border-bottom: 1px solid #00000030 !important;
}




/* Контейнер Reemake - оформление фильтра для поиска товаров*/
.ExtendedFilterContainer .slider_wrapper {
  width: 200px !important;
}

.reemake-font .filter-slider-amount {
  width: 200px;
  margin-bottom: 15px;
  margin-left: -10px;
}

.reemake-font .h3,
h3 {
  font-size: 12px !important;
}

.reemake-font {
  text-decoration: none;
  position: relative;
  font-size: 12px !important;
  line-height: 20px;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto', Тahoma, sans-serif;
  background: #ffffff;
  cursor: pointer;
  border: 2px solid #e4f2fd;
  padding: 10px !important;
  overflow: hidden;
  z-index: 1;
}

/* Контейнер для кнопки, чтобы не прыгал контент, когда она сменит позиционирование */
.css-modal-details {
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -26px;
  margin-left: -210px;
}

/* Кнопка для открытия */
.css-modal-details summary {
  display: inline-flex;
  margin: 10px;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 7px;
  color: #FFF;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto', Тahoma, sans-serif;
  background: #337AB7;
  cursor: pointer;
  border: 2px solid #BFE2FF;
  overflow: hidden;
  z-index: 1;
}

.css-modal-details summary:hover,
.css-modal-details summary:active,
.css-modal-details summary:focus {
  color: #FFF;
}

.css-modal-details summary:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-top: 50px solid #2D6B9F;
  transition: transform 0.5s;
  transform: translateX(-100%);
  z-index: -1;
}

.css-modal-details summary:hover:before,
.css-modal-details summary:active:before,
.css-modal-details summary:focus:before {
  transform: translateX(0);
}

/* Кнопка при открытом окне переходит на весь экран */
.css-modal-details details[open] summary {
  cursor: default;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Контейнер, который затемняет страницу */
.css-modal-details details .cmc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.css-modal-details details[open] .cmc {
  pointer-events: none;
  z-index: 4;
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  animation: bg 0.5s ease;
  background: rgba(51, 122, 183, 0.7);
}

/* Модальное окно */
.css-modal-details details .cmt {
  font-family: Verdana, sans-serif;
  line-height: 20px;
  font-size: 16px;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  max-height: 70%;
  transition: 0.5s;
  border: 6px solid #BFE2FF;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: auto;
}

.css-modal-details details[open] .cmt {
  animation: scale 0.5s ease;
  z-index: 4;
  pointer-events: auto;
}

/* Декоративная кнопка с крестиком */
.css-modal-details details[open] .cmc:after {
  content: "";
  width: 50px;
  height: 50px;
  border: 6px solid #BFE2FF;
  border-radius: 12px;
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  background-color: #FFF;
  background-size: cover;
  animation: move 0.5s ease;
}

/* Анимации */
@keyframes scale {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes move {
  0% {
    right: -80px;
  }

  100% {
    right: 20px;
  }
}

@keyframes bg {
  0% {
    background: rgba(51, 122, 183, 0);
  }

  100% {
    background: rgba(51, 122, 183, 0.7);
  }
}

#dj-classifieds .see_details_box {
  display: flex;
  text-align: left;
}

.productfull .image_middle {
  width: 100%;
  overflow: hidden;
  max-height: 400px;
  min-height: 400px;
  margin-bottom: 10px;
}

td .key {
  line-height: 40px;
}

#product_price_reemake {
  width: 144px;
}

.jshop td {
  padding: 2px 10px !important;
}

textarea #product_old_price {
  width: 20px;
}

add_price_unit_id {
  width: 200px;
}

#access {
  max-width: 100px !important;
}

#currency_id {
  max-width: 60px;
  min-width: none;
}

.joms-subnav--desktop a {
  padding: 0px !important;
}

.jb-bs .dropdown,
.jb-bs .dropleft,
.jb-bs .dropright,
.jb-bs .dropup {
  display: block !important;
}

.notify-menu {
  z-index: 99;
}

@media only screen and (max-width: 1000px) {
  #no-more-tables {

  }
}

@media only screen and (max-width: 1000px) {
  #no-more-tables tr {
    border: 0px;
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs .mb-3,
  .jb-bs .my-3 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .nav-tabs .nav-link.active {
    display: block !important;
    padding: 20px 30px 20px 30px;
    background:#3e9a0fff;
    color: #fff;
    margin-top: 5px;
      
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .nav-tabs .nav-link {
   display: block !important;
    padding: 20px 30px 20px 30px;
    margin-top: 5px;
    border-radius: 7px;
  }
}

@media only screen and (max-width: 1000px) {
  .chzn-container {
    width: 100% !important;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs select {
    width: 100%
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs button,
  .jb-bs input {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 1000px) {
  .bid_project_left {
    display: contents;
  }
}

@media only screen and (max-width: 1000px) {

  .cropit-preview,
  .cropit-image-view {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1000px) {
  ::marker {
    color: #fff;
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs dl,
  .jb-bs ol,
  .jb-bs ul {
    padding: 0px;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .float-right {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  #sp-main-body {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-popup--dropdown>ul>li {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-popup__wrapper {
    top: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs a {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1000px) {

  .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
  .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
  .input-group>.input-group-append:not(:last-child)>.btn,
  .input-group>.input-group-append:not(:last-child)>.input-group-text,
  .input-group>.input-group-prepend>.btn,
  .input-group>.input-group-prepend>.input-group-text {
    background: #205da7;
    top: -1px;
    padding: 7px 8px 7px 10px;
    height: 40px;
    color: #fff;
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs .container-fluid,
  .jb-bs .container-lg,
  .jb-bs .container-md,
  .jb-bs .container-sm,
  .jb-bs .container-xl {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs .input-group-append .btn+.btn,
  .jb-bs .input-group-append .btn+.input-group-text,
  .jb-bs .input-group-append .input-group-text+.btn,
  .jb-bs .input-group-append .input-group-text+.input-group-text,
  .jb-bs .input-group-prepend .btn+.btn,
  .jb-bs .input-group-prepend .btn+.input-group-text,
  .jb-bs .input-group-prepend .input-group-text+.btn,
  .jb-bs .input-group-prepend .input-group-text+.input-group-text {
    background: #9f1111;
    padding: 8px 10px 1px 10px;
    display: block;
    top: 9px;
    height: 40px;
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs .btn-group>.btn-group:not(:last-child)>.btn,
  .jb-bs .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    color: #fff;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .btn:not(:disabled):not(.disabled) {
    color: #fff;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .p-0 {
    display: block;
    color: #fff;
  }
}

@media only screen and (max-width: 1000px) {
  .bid_project_left {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .row {
    margin-right: 0px;
    margin-left: 0px;
/*  border: 1px solid #ddd;*/
    padding: 10px;
    border-radius: 4px;
/*    box-shadow: 0px 0px 11px 6px #0000001c;*/
  }
}

@media only screen and (max-width: 1000px) {
  .jb-bs .btn:not(:disabled):not(.disabled) {
    width: 100%;
    margin-bottom: 5px;
    background:#3e9a0fff;
    font-size: 14px;
    
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs .mt-3,
  .jb-bs .my-3 {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  .pull-right {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .form-actions {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1000px) {

  .jb-bs .controls-row .form-control,
  .jb-bs .form-control {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1000px) {
  #sp-toolbar {
    box-shadow: 0px 7px 5px 1px #00000024;
    border-bottom: 1px solid #dddddd;
  }
}

.notify-menu {
  z-index: 99;
}

@media only screen and (max-width: 1000px) {
  .nav-tabs>li>a {
    width: 100% !important;
    display: block;
    text-align: center;
    border: 1px solid #cdc7c7 !important;
  }
}

@media only screen and (max-width: 1000px) {
  div.vf_width-65 {
    width: 100% !important;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-tabs>li>a {
    display: block !important;
  }
}

@media only screen and (max-width: 1000px) {

  .jshop_vendor input,
  .jshop_vendor select {
    width: 100% !important;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .nav {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .jshop_vendor input {
    padding: 5px 0px 5px 0px;
  }
}

@media only screen and (max-width: 1000px) {

  #year,
  #month,
  #day {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1000px) {

  .nav-tabs>.active>a,
  .nav-tabs>.active>a:hover {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .jshop_filter_box {
    width: 100% !important;
    display: inline-flex;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .vendor-panel .icon a span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1000px) {
  .vendor-panel .icon {
    height: 100px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .vendor-panel .icon a {
    height: 100px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-focus__link li.half {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-tabs {
    display: inline-grid;
  }
}

@media only screen and (max-width: 1000px) {
  .pro-more-info {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 1000px) {
  .btn-wishlist {
    margin-top: 10px;
    border-radius: 4px;
    width: 100%;
    border: 2px solid #ccc;
  }
}

@media only screen and (max-width: 1000px) {
  .btn-inverse {
    background: #cba900 !important;
    margin-top: 10px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    border: 0px;
    border-radius: 4px;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .button {
    background: #6e4a19ff !important;
    color: #fff;
    padding: 10px 0px 10px 0px;
    border: 0px;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 1000px) {

  .button,
  .prod_buttons {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .productfull .buttons {
    display: inline-grid;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .productfull #block_price {
    color: #6e4a19ff !important;
    font-size: 21px;
    font-weight: 900;
    line-height: 21px;
  }
}

@media only screen and (max-width: 1000px) {

  .h1,
  h1 {
    font-size: 21px !important;
  }
}

@media only screen and (min-width: 300px) {
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {

  .image_full,
  .zoomContainer {
    width: 300px;
    height: auto;
    max-height: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  .productfull .product-image .image_middle {
    width: auto;
    position: relative;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .jshop_price {
    color: #6e4a19ff !important;
  }
}

@media only screen and (max-width: 1000px) {
  .category {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .jshop_img {
    width: 300px;
    height: auto;
    max-height: 300px;
  }
}

@media only screen and (max-width: 1000px) {

  .btn-secondary,
  .btn-secondary:hover {
    background-color: #6e4a19ff !important;
  }
}

@media only screen and (max-width: 1000px) {

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #6e4a19ff !important;
  }
}

@media only screen and (max-width: 1000px) {

  .inputbox .input,
  .inputbox .attachment,
  .inputbox {
    border: 1px solid #cdcdcd !important;
    height: 30px !important;
    margin-bottom: 5px !important;
    border-radius: 4px !important;
  }
}

.joms-toolbar--mobile .joms-icon {
  fill: #fff;
}

.joms-toolbar--mobile {
  position: fixed !important;
  right: 0 !important;
}

#dj-classifieds .dj-additem .classifieds_buttons .button {
  margin: 5px 0px 0px 0px;
}

@media only screen and (max-width: 1000px) {
  #preview_button {
    padding-top: 10px;
  }
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  background: #6e4a19ff;
  color: #fff;
}

.title_top,
#dj-classifieds .userpoints .points_available,
#dj-classifieds .dj-additem .djform_row .label {
  color: #6e4a19ff;
}

@media only screen and (max-width: 1000px) {
  #sp-main-body {

    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  #community-wrap.cEvents .joms-form__group .joms-checkbox span {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-poll__list li .joms-padding {
    position: initial;

  }
}

@media only screen and (max-width: 1000px) {
  .joms-focus__button--options {

    width: 100% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-postbox-tab li.active {
    background-color: #6e4a19ff;
  }
}

@media only screen and (max-width: 1000px) {

  .joms-focus__header__actions .joms-icon,
  .joms-focus__header__actions--desktop .joms-icon {
    fill: #6e4a19ff;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-focus__lastvisit {
    color: #6e4a19ff !important;
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 1000px) {

  .joms-focus__title h2,
  .joms-focus__title h3 {
    color: #6e4a19ff !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-avatar--focus img {

  }
}

@media only screen and (max-width: 1000px) {
  .joms-focus__title {
    background: #ffffffdb;
    
   
    width: 100%;
  }
}

.joms-alert--info {
  color: #6e4a19ff;
  background: #e0e7e8;
}


.joms-chat__header .joms-focus__button--options--desktop>a,
.joms-chat__item.active,
.joms-chat__message-item.you .joms-chat__message-body>div {
  background: #e2e8f0;
}

#community-wrap .joms-chat__wrapper .joms-chat__actions .joms-js--chat-options .joms-icon {
  margin-top: 0px;
}

.joms-icon {
  fill: #fff;
}

.joms-button--primary,
.joms-button--add,
.joms-button--login,
.joms-button__approve,
.joms-postbox-tab .joms-postbox-save,
.joms-postbox-tab .joms-postbox-done,
.joms-focus__button--add {
  background: #3e9a0f;
}

@media only screen and (max-width: 1000px) {
  .jomsocial-wrapper .jomsocial {
    background: #fff !important;
  }
}



@media only screen and (max-width: 1000px) {

  #community-wrap .joms-list__search .joms-button--neutral,
  #community-wrap .joms-list__search .joms-button--add {
    width: 100%;
    margin-top: 0px;
    position: initial;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-page__title {
    font-size: 21px;
  }
}

.joms-button--neutral,
.joms-button--more,
.joms-button--comment,
.joms-button__reject,
.joms-postbox-tab .joms-postbox-cancel,
.joms-focus__button--options {
  background: #6e4a19ff;
  color: #fff !important;
}

.joms-popup__title {
  background-color: #6e4a19ff;
}

@media only screen and (max-width: 1000px) {
  .joms-toolbar>ul>li:first-child {
    padding: 12px;
  }
}


@media only screen and (max-width: 1000px) {
  #sp-toolbar {
    padding-left: 9%;
    position: fixed;
    z-index: 9998;
    top: 0px;
  }
}

#sp-mobmenu {
  max-width: 60px;
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup {
    background-color: #00931de3;
    color: #fff !important;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-landing .joms-landing__action .joms-button--login {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup .joms-icon {
    fill: #fff;
  }
}

@media only screen and (max-width: 1000px) {

  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup:hover,
  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup:focus,
  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup:active {
    background: #13af56;
  }
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-landing .joms-landing__action .register-on .joms-button--login {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-landing .joms-landing__action .joms-landing__signup {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-landing .joms-landing__action .joms-input-password {
    margin-bottom: 0px;
  }
}

.jomsocial-wrapper .jomsocial a {
  color: #6e4a19ff;
}

#community-wrap .joms-tab__bar>a:active {
  background: #0673c1 !important;
  color: #fff !important;
}

@media only screen and (max-width: 1000px) {
  #community-wrap .joms-tab__bar>a {
    font-weight: 900;
  }
}

@media only screen and (max-width: 1000px) {

  .joms-focus__link .full,
  .joms-focus__link .half {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-focus__cover-image img {
    position: initial;
  }
}

@media only screen and (max-width: 1000px) {
  .joms-focus {
    max-width: 100%;
  }
}

.dj-offcanvas-dark .dj-offcanvas-top {
  background: #fff !important;
}

ul.dj-mobile-dark li.dj-mobileitem>a {
  border-top: 1px solid #ececec !important;
}

.dj-megamenu-select-dark .dj-mobile-open-btn:focus,
.dj-megamenu-select-dark:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
  color: #6e4a19ff !important;
}

ul.dj-mobile-dark li.dj-mobileitem:hover>a,
ul.dj-mobile-dark li.dj-mobileitem.active>a {
  background: #0d76c1 #fff !important;
}

.dj-offcanvas-dark,
ul.dj-mobile-dark li.dj-mobileitem>a {
    background: #ffffff !important;
    color: #000000 !important
}

@media only screen and (max-width: 600px) {

  .dj-mobile-open-btn,
  .dj-megamenu-select-dark .dj-mobile-open-btn:focus,
  .dj-megamenu-select-dark:hover .dj-mobile-open-btn,
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus,
  .dj-megamenu-accordion-dark .dj-mobile-open-btn:hover,
  .dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
    color: #000 !important;
  }
}


@media only screen and (max-width: 600px) {
  #community-wrap .joms-landing {
    margin-bottom: 210px;
  }
}


@media only screen and (max-width: 600px) {
  .joms-button--neutral .joms-button--small {
    background: #6e4a19ff;
  }
}

@media only screen and (max-width: 600px) {

  .joms-button--primary:hover,
  .joms-button--add:hover,
  .joms-button--login:hover,
  .joms-button__approve:hover,
  .joms-postbox-tab .joms-postbox-save:hover,
  .joms-postbox-tab .joms-postbox-done:hover,
  .joms-focus__button--add:hover,
  .joms-button--primary:active,
  .joms-button--add:active,
  .joms-button--login:active,
  .joms-button__approve:active,
  .joms-postbox-tab .joms-postbox-save:active,
  .joms-postbox-tab .joms-postbox-done:active,
  .joms-focus__button--add:active,
  .joms-button--primary:focus,
  .joms-button--add:focus,
  .joms-button--login:focus,
  .joms-button__approve:focus,
  .joms-postbox-tab .joms-postbox-save:focus,
  .joms-postbox-tab .joms-postbox-done:focus,
  .joms-focus__button--add:focus {
    background: #6e4a19ff;
  }
}

@media only screen and (max-width: 600px) {

  #community-wrap .joms-list__search .joms-button--neutral,
  #community-wrap .joms-list__search .joms-button--add {
    background: #6e4a19ff;
    color: #fff !important;
  }
}

@media only screen and (max-width: 600px) {
  .joms-page__title {
    color: #6e4a19ff !important;
  }
}

@media only screen and (max-width: 600px) {
  .joms-block {
    display: inline-flex;
  }
}

@media only screen and (max-width: 600px) {
  #sp-main-body {
    margin-top: 70px;
  }
}

.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
  padding: 16px 16px !important;
  background: #fff !important;
  font-size: 16px !important;
}

#sp-mobmenu {
  position: fixed;
  top: 0px;
  z-index: 9999;
  left: 0px;
  padding-left: 0px !important;
}

@media only screen and (max-width: 1000px) {

  .login-absolute,
  #sp-top2 {

    display: none;
  }
}





#dj-classifieds .profile_outer .profile_box .title_edit.button {
  margin-left: 20px;
}




#dj-classifieds .dj-useradverts .main_title .main_title_box_in,
#dj-classifieds table.dj-items .main_title th,
#dj-classifieds .dj-items-table2 .main_title .item_col {
  background-color: #6e4a19ff !important;
}

#dj-classifieds .dj-useradverts .main_title .main_title_box_in:hover,
#dj-classifieds table.dj-items .main_title th,
#dj-classifieds .dj-items-table2 .main_title .item_col:hover {
  background-color: #1470b1 !important;
}

#dj-classifieds .dj-useradverts .row_ua .row_ua2 {
  text-align: left;
}

.joms-focus {
  float: right;
  width: 100%;
}

#dj-classifieds .dj-additem select,
#dj-classifieds .dj-additem textarea,
#dj-classifieds .dj-additem input[type="text"],
#dj-classifieds .dj-additem input[type="password"],
#dj-classifieds .dj-additem input[type="datetime"],
#dj-classifieds .dj-additem input[type="datetime-local"],
#dj-classifieds .dj-additem input[type="date"],
#dj-classifieds .dj-additem input[type="month"],
#dj-classifieds .dj-additem input[type="time"],
#dj-classifieds .dj-additem input[type="week"],
#dj-classifieds .dj-additem input[type="number"],
#dj-classifieds .dj-additem input[type="email"],
#dj-classifieds .dj-additem input[type="url"],
#dj-classifieds .dj-additem input[type="search"],
#dj-classifieds .dj-additem input[type="tel"],
#dj-classifieds .dj-additem input[type="color"] {
  max-width: 1440px;
  width: 90%;
}

#dj-classifieds .dj-additem .djform_field {
  width: 88%;
}


#dj-classifieds .dj-additem .mce-container {
  max-width: 1440px;
}

#dj-classifieds .dj-additem .label {
  width: 10%;
  text-align: left;
}

#dj-classifieds .djcf_items_blog .type_button,
#dj-classifieds .dj-item .title_top .type_button {
  display: inline-block;
  text-decoration: underline;
  background: none !important;
  border: none !important;
  color: #000 !important;

  font-weight: bold;

}

.item_box_right {}

.page-item.active .page-link {
  background-color: #6e4a19ff;
}

.page-item.active .page-link:hover {
  background-color: #1470b1;
  color: #fff;
}

#dj-classifieds .see_details_box a {
  border: none;
  box-shadow: none;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  padding: 0 75px;
  line-height: 40px;
  background: #6e4a19ff;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;


}

#dj-classifieds .see_details_box a:hover {
  background: #1470b1;
}

#dj-classifieds .dj-category .title h2 a,
#dj-classifieds .djcf_items_blog .title h2 a {
  color: #6e4a19ff;
}

#dj-classifieds .dj-item .images img {
  padding-right: 3px;
  padding-bottom: 3px;
}

#dj-classifieds .dj-item .auction_bids {

  background: linear-gradient(to bottom right, #cfebff, #a6daff);
  border-radius: 5px;
  border: 3px solid #6e4a19ff1c;
}

#dj-classifieds .button#abuse_form_button {
  background: #a40101;
}

#dj-classifieds .button#abuse_form_button:hover {
  background: #1470b1;
}

#dj-classifieds .dj-item .profile_item_box .profile_img {
  width: 62px;
}

#dj-classifieds .dj-item .general_det .price_wrap span.row_value,
#dj-classifieds .blog_det .price {

  color: #6e4a19ff;
  font-weight: bold;
}

#dj-classifieds .button:hover,
.dj_cf_search button.button:hover,
.dj_cf_search a.button:hover,
.dj_cf_search span.button:hover,
.dj_cf_regions_selects button.button:hover,
.djcf_menu .button:hover,
#dj-classifieds .button:focus,
.dj_cf_search button.button:focus,
.dj_cf_search a.button:focus,
.dj_cf_search span.button:focus,
.dj_cf_regions_selects button.button:focus,
.djcf_menu .button:focus,
#multiuploader_file .plupload_button:hover,
#uploader_container .plupload_button:hover,
#multiuploader_file .plupload_button:focus,
#uploader_container .plupload_button:focus {

  background: #1470b1;
}

#dj-classifieds .button,
.dj_cf_search button.button,
.dj_cf_search a.button,
.dj_cf_search span.button,
.dj_cf_regions_selects button.button,
.djcf_menu .button,
#multiuploader_file .plupload_button,
#uploader_container .plupload_button {
  background: #6e4a19ff;
}

#dj-classifieds .dj-item .auction_timer {


  background-color: #a40101 !important;
  margin-top: 20px;
  float: left !important;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  select:not(.form-control) {}
}


#fixblock {
  z-index: 999 !important;
}

@media only screen and (min-width: 481px) {

  .sp-scroll-up:hover,
  .sp-scroll-up:active,
  .sp-scroll-up:focus {

    background: #8e6630  !important;
  }
}

#carousel-cart .touchcarousel-item .item-block:hover .delet,
#carousel-wishlist .touchcarousel-item .item-block:hover .delet,
#carousel-compare .touchcarousel-item .item-block:hover .delet {
  background: none !important;
}

.button-reemake-login {
  background: #0060a3 !important;
  color: #fff !important;
  padding: 5px 30px !important;
  cursor: pointer;
}

.tooltip:after,
[data-tooltip]:after {
  background-color: #6e4a19ff !important;
}

.dwnslide_left,
.dwnslide_center,
.dwnslide_right {
  color: #6e4a19ff !important;
}

#downslide_dockbar input,
#downslide_dockbar textarea,
#downslide_dockbar select,
#downslide_dockbar button,
#downslide_dockbar .inputbox,
span.nvg_registr a,
.comparebtn {
  box-shadow: none !important;
}

.nologin,
.yeslogin {
  color: #6e4a19ff !important;
}

.emptyes {
  color: #6e4a19ff !important;
  background: #ffffff !important;
}

#form-login-username label,
#form-login-username label {
  color: #6e4a19ff;
}

#fixbar div#dockbar_phone,
#fixbar div#dockbar_callback,
#fixbar div#dockbar_feedback,
#fixbar div#dockbar_history,
#fixbar div#dockbar_wishlist,
#fixbar div#dockbar_compare,
#fixbar div#dockbar_cart,
#fixbar div#dockbar_login {
  color: #fff !important;
}

#fixbar {
  background: #6e4a19ff !important;
}

#downslide_dockbar,
#downslide_dockbar_phone,
#downslide_dockbar_callback,
#downslide_dockbar_feedback,
#downslide_dockbar_history,
#downslide_dockbar_wishlist,
#downslide_dockbar_compare,
#downslide_dockbar_cart,
#downslide_dockbar_login {
  background: #fff !important;
}

#fixbar {
  height: 40px !important;
}

#community-wrap .joms-tab__bar>a:hover {
  background: #0673c1;
  color: #fff !important;
}

.joms-button--smallest {
  padding: 6px 12px;
  color: #fff;
}

.joms-button--smallest:hover {
  padding: 6px 12px;
  color: #fff !important;
  background: #0673c1;
}

.joms-poll__list li .joms-padding .joms-dropdown,
.joms-poll__list li .joms-padding .joms-popover {
  width: 180px !important;
}

.joms-chatbar .joms-chat__window.inactive .joms-chat__window-title .fa {
  color: #fff !important;
}

.joms-chatbar .joms-chat__window .joms-chat__window-title .joms-chat__title {
  color: #fff;
}

#joms-chatbar .joms-chat__message-body--mine>div {
  background-color: #6e4a19ff !important;
  color: white;
}

#community-wrap.cEvents .joms-button--add {
  height: 44px;
}

.joms-subnav--desktop>ul>li.joms-right .active {
  padding-top: 18px;
  line-height: 12px;
  height: 12px;

}

.joms-subnav--desktop .active {
  padding-top: 0px;
  line-height: 22px;
  height: 0px;
  font-weight: bold;
  color: #6e4a19ffFF;
  margin-left: 10px;
  height: 23px;
}

.joms-button--neutral .joms-button--full-small .joms-button--smallest {
  padding: 6px 12px;
}

.joms-button--neutral .joms-button--full-small .joms-button--smallest:hover {
  background: #000;
}

a.toolbar .icon-32-new {
  background: url(../images/icon-32-new.png) no-repeat center bottom;
}

.nav-tabs>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 0px;
}

.hasTooltip {
  margin-top: -10px;
}

.jshop_vendor .pagination ul {
  margin-top: 28px;
}

.pagination-list li a:hover {
  background: #1892e9;
}

.pagination-list li a {
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #6e4a19ffFF;
  margin-left: 10px;
  border-left: 2px solid #1a72b1;
  border-top: 2px solid #4da1dd;
}

.jshop_filter_box {
  width: 300px;
}

.toolbarbox .title {
  color: #6e4a19ffFF !important;
}

.joms-list .joms-list--hellome .a:hover {
  color: #6e4a19ffFF !important;
}

.sp-module ul>li>a:hover {
  color: #6e4a19ff !important;
}

.duration {
  transition-duration: 2s;
}

#community-wrap .joms-landing .joms-landing__action .joms-input-username .joms-input {
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) {
  .buyer #sp-main-body {
    padding-top: 20px !important;
  }
}

#community-wrap .joms-focus__header__actions--desktop a {
  color: #fff;
}

.joms-focus__lastvisit {
  color: #fff;
}

.joms-checkbox {
  margin-left: 10px;
}

@media only screen and (min-width: 481px) {
  .joms-form__group>span:first-child {
    width: 180px !important;
  }

  .joms-subnav--desktop .joms-icon,
  .joms-toolbar--desktop .joms-icon,
  .joms-toolbar--mobile .joms-icon {
    fill: #424242 !important;
  }

  .joms-chatbar .joms-chat__input-wrapper textarea {
    max-width: 265px !important;
    height: 46px !important;
  }

  .mfp-wrap {
    z-index: 30000;
  }

  .joms-popup__wrapper {
    background: #001c32f0;
  }

  #community-wrap .joms-stream .joms-stream__body.no-head .joms-icon,
  #community-wrap .joms-stream--notifications .joms-stream__body.no-head .joms-icon {
    fill: #ccc !important;
  }

  .joms-chat__attachment-file .joms-icon {
    fill: #ccc !important;
  }

  .vendor-panel .icon {
    width: 113px !important;
    height: 113px !important;
    border: 4px solid #6e4a19ff0f !important;
    border-radius: 10px !important;
    line-height: 17px !important;
  }

  .vendor-panel .icon a {
    width: 105px !important;
  }

  .vendor-panel .icon img {
    padding-top: 15px !important;
    padding-bottom: 5px !important;
  }

  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup {
    background-color: #00913e;
    border: 0px solid #e3e5e7;
    color: #fff !important;
    width: 100%;
    margin-top: 0px;
  }

  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup:hover {
    background-color: #0ba94f;
  }

  #sp-footer,
  #sp-bottom,
  #sp-footer-top,
  #sp-footer-bottom {
    background: #f8f9f9 !important;
  }

  #community-wrap .joms-landing .joms-landing__action a.joms-button--signup .joms-icon {
    fill: #fff !important;
  }

  textarea {
    border: 1px solid #e4e4e4 !important;
  }

  .joms-popup__title {
    background-color: #6e4a19ff;
  }

  .joms-button--hellome.logout {
    background: #d72d2d;

  }

  .joms-button--hellome:hover {
    background: #3d88bd !important;
  }

  .joms-button--hellome.logout:hover {
    background: #e74c3c !important;
  }

  .joms-postbox-tab li:hover {
    background: #ffffff25 !important;
  }

  #joms-dropdown-button {
    fill: #000 !important;
  }

  .joms-hcard__info {
    background: rgb(0 96 164);
  }

  .joms-hcard__badges {
    padding: 4px 2px;
    margin-top: 10px;
  }

  .joms-postbox-tab {
    background: #6e4a19;
  }

  .joms-postbox-tab span {
    color: #ffffff;
  }

  .visible-desktop {
    margin-left: 7px;
  }

  .joms-focus__button--options:hover {
    background: #117ac5 !important;
  }

  .joms-dropdown>li,
  .joms-popover>li {
    padding: 8px 12px !important;
  }

  .joms-toolbar--desktop .joms-dropdown,
  .joms-toolbar--desktop .joms-popover {
    width: 250px !important;
  }

  .joms-button--neutral,
  .joms-button--privacy,
  .joms-button--more,
  .joms-button--comment,
  .joms-button__reject,
  .joms-postbox-tab .joms-postbox-cancel,
  .joms-focus__button--options {

  }

  .joms-button--hellome {
    background: #6e4a19ff;
  }

  .sj_jshopping_search-wrapper .autosearch-input {
    width: 200px !important;
  }

  #sp-right {
    margin-top: 100px;
  }

  .sj_jshopping_search-wrapper .search {
    border: 0px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    padding: 0px 20px 0px 20px !important;
    box-shadow: 0px 0px 10px 0px RGBA(195, 195, 195, 0.61) !important;
    border: 0px solid RGBA(0, 0, 0, 1) !important;
    border-radius: 0px !important;
    margin-top: 0px !important;
    margin-right: 10px !important;
  }

  .sj_jshopping_search-wrapper .search button {
    background: #6e4a19ff !important;
    opacity: 1 !important;
    padding: 0px 25px 0px 25px !important;
    font-size: 12px !important;
    box-shadow: none !important;
    border: 0px solid RGBA(0, 0, 0, 1) !important;
    border-radius: 0px !important;
  }

  table.category thead>tr th,
  table.category tbody>tr th,
  table.category thead>tr td,
  table.category tbody>tr td {
    text-align: center;
  }

  .joms-tab__bar>a {
    background: #f5f5f5;

  }

  .joms-tab__bar>a.active {
    background: #f5f5f5;
  }

  .joms-tab__bar>a.hover {
    background: #6e4a19ff;
    color: #fff;
  }

  .joms-tab__bar>a:hover,
  .joms-tab__bar>a:focus,
  .joms-tab__bar>a:active {
    color: #6e4a19ff;
    background: #f5f5f5;
  }

  .product_link {
    margin-left: auto;
    margin-right: auto;
  }

  table.category thead>tr,
  table.category tbody>tr {
    border: 0px solid #fff;
    display: inline-grid;
    width: 100%;
    height: 100%;
    min-height: 100px;
  }

  .toolbar-list {
    float: right;
    position: absolute;
    height: 50px;
    top: 0px;
    right: 10px;
  }

  .jshop_vendor .pagination ul {
    float: left;
    display: inline-flex;
  }

  .jshop_vendor .productFilter {
    display: flex;
  }

  .jshop_vendor .button {
    padding: 10px 60px !important;
    margin-left: 10px;
    background: #6e4a19ff;
    color: #fff;
    font-size: 12px;
    border: 0px;
    letter-spacing: 1.5px;
    border-radius: 4px;
  }

  @media only screen and (min-width: 992px) {
    .joms-module--toolbar>ul {
      float: left !important;
      margin-left: 10px;
    }
  }

  #sp-main-body {
    min-height: 800px;
  }

  .joms-form__group>span {
    font-size: 12px;
    font-family: Montserrat;
    color: #424242;
    font-weight: 600;
    padding-bottom: 5px;
  }

  @media screen and (min-width: 992px) {
    #community-wrap .joms-landing .joms-landing__action .register-on .joms-button--login {
      width: 40%;
      padding: 11px 10px 12px 10px;
    }
  }

  .login-absolute {
    position: fixed;
    top: 0px;
    z-index: 9999;
    padding: 0px !important;
    float: right;
    background: none !important;
    height: 50px !important;
  }

  #js_side_bottom {
    display: none !important;
  }

  #js_side_top_stacked {
    display: none !important;
  }

  #js_side_top {
    display: none !important;
  }

  .layout-edit .btn-toolbar {
    display: inline-block;
  }

  @media screen and (min-width: 992px) {
    #community-wrap .joms-sidebar {
      padding-right: 12.36068px;
      width: 20%;
    }
  }

  @media screen and (min-width: 992px) {
    #community-wrap .joms-main {
      width: 80%;
    }
  }

  .joms-focus__button--options--desktop>a {
    background: #fff;
  }

  .joms-icon--add {
    top: 54px;
  }

  .joms-chat__message-item.you .joms-chat__message-body>div {
    background-color: #ffffff;
    color: #424242;
  }

  .joms-chat__message-body>div {
    background-color: #edf2f7;
  }

  .joms-chat__item.active {
    background-color: #fff !important;
    background: #fff !important;
    color: #424242;
    font-weight: 500 !important;
  }

  #community-wrap .joms-chat__wrapper .joms-chat__actions .joms-js--chat-options .joms-icon {
    margin-top: 0px;
  }

  #joms-chatbar .joms-chat__windows .joms-chat__window>div {
    width: 320px !important;
    padding-bottom: 25px !important;
  }

  .joms-dropdown>li,
  .joms-popover>li {
    padding: 7px 16px;
    border-bottom: 1px solid #ebebeb;
  }

  #joms-chatbar .joms-chat__windows .joms-chat__window {
    width: 320px !important;
  }

  .joms-chatbar .joms-chat__input-container {
    width: 320px !important;
  }

  #community-wrap .joms-list__search .joms-input--search {
    padding: 12px 20px !important;
    font-size: 14px;
  }

  .joms-module--toolbar__menu .joms-search .joms-input {
    border: 1px solid #e5e5e5 !important;
    min-width: 250px !important;
    padding: 12px 10px !important;
  }

  .menu_vertical .sj-megamenu .level-1:hover {
    color: #000 !important;
  }

  .menu_vertical .sj-megamenu .level-1 .sj-menu-left,
  .menu_vertical .sj-megamenu .level-1 .sj-menu-right {
    display: relative !important;
  }

  .menu_vertical .sj-megamenu .level-1 {
    border-bottom: 1px solid rgb(243 243 243);
  }

  .sambar .sambar-inner {
    background-image: -webkit-linear-gradient(bottom, rgb(255 255 255) 0%, rgb(233 233 233 / 0%) 36%, rgb(255 255 255) 0%) !important;
    background-color: #ffffff !important;
  }

  .joms-module--toolbar>ul>li>a .joms-icon {
    height: 18px !important;
    width: 18px !important;
  }

  @media only screen and (min-width: 992px) {
    .joms-module--toolbar>ul>li>a {
      padding: 10px 10px 10px;
    }
  }

  .joms-subnav--desktop .joms-icon,
  .joms-toolbar--desktop .joms-icon,
  .joms-toolbar--mobile .joms-icon {
    height: 16px !important;
  }

  .joms-module--toolbar__action {
    float: left !important;
  }

  .joms-module--toolbar__menu {
    float: right !important;
  }

  .joms-tab__bar {
    background: #9ca0a7 !important;
  }

  .joms-blankslate {
    background: #ecf0f100 !important;
  }

  .joms-module--toolbar__menu .joms-search .joms-input {
    min-width: 190px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
  }

  .joms-input,
  .joms-input[type="text"],
  .joms-input[type="password"],
  .joms-select--wrapper,
  .joms-textarea {
    border: 1px solid #e3e5e7 !important;
  }

  #community-wrap .joms-sortings .joms-select--wrapper {
    margin-right: 20px;
    max-width: 250px;
  }

  #community-wrap .joms-select--wrapper .joms-select {
    padding: 0px 25px;
  }

  @media only screen and (min-width: 481px) {

    .joms-list--friend .joms-list__item {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      vertical-align: baseline;
      min-height: 89px;
      margin-left: 0 !important;
      padding: 30px 14px 15px 15px !important;
    }
  }

  @media only screen and (min-width: 481px) {

    .joms-focus__cover:before,
    .joms-hcard__cover:before {

      padding-top: 225px !important;
    }
  }

  .joms-list--friend .joms-list__item {
    border: 0px !important;
  }

  #community-wrap .joms-button--link {
    background-color: #6e4a19ff !important;
    margin-top: 20px !important;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-weight: 500 !important;
    padding: 7px 20px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.35s;
  }

  .joms-chat__window-title {
    background-color: #6e4a19ff !important;
  }

  .joms-subnav--desktop,
  .joms-toolbar--desktop,
  .joms-toolbar--mobile {
    max-width: 1415px;
    margin-left: auto;
    margin-right: auto;
  }

  .joms-media--images img {
    height: 158.966px !important
  }

  .toolbar-reemake {
    z-index: 8;
    position: fixed;
    width: 100% !important;
    top: 80px;
    border-top: 1px solid #e5e5e582;
    background: #fff;
    height: 65px;
    box-shadow: 0px 5px 7px #e5e5e557;
    border-bottom: 2px solid #e5e5e550;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #joms-chatbar {
    z-index: 99999 !important;
  }

  .joms-postbox-poll .joms-postbox-poll-inner {
    background: #fff;
  }

  .joms-subnav--desktop,
  .joms-toolbar--desktop,
  .joms-toolbar--mobile {
    background: #ffffff !important;
  }


  .joms-button--primary,
  .joms-button--add,
  .joms-button--login,
  .joms-button__approve,
  .joms-postbox-tab .joms-postbox-save,
  .joms-postbox-tab .joms-postbox-done,


  .joms-list__search .joms-list__utilities form button {

  }

  .joms-button--add {
    padding: 4px 25px !important;
  }

  .joms-subnav--desktop>ul>li,
  .joms-toolbar--desktop>ul>li,
  .joms-toolbar--mobile>ul>li {
    border-left: 3px solid #fff;
  }

  .joms-subnav--desktop>ul>li>a,
  .joms-toolbar--desktop>ul>li>a,
  .joms-toolbar--mobile>ul>li>a {
    font-size: 14px !important;
  }

  .joms-subnav--desktop,
  .joms-toolbar--desktop,
  .joms-toolbar--mobile {
    border: 0px !important;
  }

  .jomsocial-wrapper .jomsocial {
    background: #ffffff !important;
  }

  img.tab_image {
    display: contents;
  }

  .a {
    color: #000 !important;
  }

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffffe8;
  }

  body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body.helix-ultimate-preloader {
    overflow: hidden;
  }

  body.helix-ultimate-preloader:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(255, 255, 255, .9);
  }

  body.helix-ultimate-preloader:after {
    content: "\f110";
    font-family: "FontAwesome";
    font-size: 36px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    line-break: 48px;
    text-align: center;
    color: #6e4a19ff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 99999;
  }

  a,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
  }

  label {
    font-weight: normal;
  }

  legend {
    padding-bottom: 10px;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #sp-top-bar {
    padding: 8px 0;
    font-size: 0.875rem;
  }

  #sp-top-bar .sp-module {
    display: inline-block;
    margin: 0 0 0 1.25rem;
  }

  ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
  }

  ul.social-icons>li {
    display: inline-block;
    margin: 5px 7px;
  }

  .sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0;
    left: 0%;
    top: 10px !important;
    position: absolute;
    transform: translate3d(0px, 21px, 0px);
  }

  .sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0;
  }

  .sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 !important;
  }

  .sp-module-content .mod-languages ul.lang-inline li>a:before {
    display: none;
  }

  .sp-module-content .latestnews>li>a>span {
    display: block;
    margin-top: 5px;
    font-size: 85%;
  }

  .sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
  }

  .sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 90%;
    white-space: nowrap;
  }

  .sp-contact-info li i {
    margin: 0 3px;
  }

  #sp-header,
  .header-container {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  }

  #sp-header .logo,
  .header-container .logo {
    display: inline-flex;
    margin: 0;
    align-items: center;
  }

  #sp-header .logo a,
  .header-container .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  #sp-header .logo p,
  .header-container .logo p {
    margin: 5px 0 0;
  }

  #sp-header.header-sticky,
  .header-container.header-sticky {
    position: fixed;
    z-index: 9999;

  }

  .header-style-1 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    background: TRANSPARENT;
    z-index: 9999;
  }

  #sp-title {
    min-height: 0;
  }

  .sp-page-title {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .sp-page-title .sp-page-title-heading,
  .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #fff;
  }

  .sp-page-title .sp-page-title-heading {
    font-size: 24px;
    line-height: 1;
  }

  .sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
  }

  .sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
  }

  .sp-page-title .breadcrumb>.active {
    color: rgba(255, 255, 255, 0.8);
  }

  .sp-page-title .breadcrumb>span,
  .sp-page-title .breadcrumb>li,
  .sp-page-title .breadcrumb>li+li:before,
  .sp-page-title .breadcrumb>li>a {
    color: #fff;
    font-size: 14px;
  }

  .body-innerwrapper {
    overflow-x: hidden;
  }

  .layout-boxed .body-innerwrapper {
    max-width: 1410px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .layout-boxed .body-innerwrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width:600px) {
    #sp-main-body {
      padding-top: 100px !important;
      padding-bottom: 40px;
    }
  }

  @media (max-width:600px) {
    #sp-main-body {
      padding-top: 0px !important;
    }
  }

  .toolbarbox {
    min-height: 60px;
    padding-top: 10px;
  }

  .com-sppagebuilder #sp-main-body {
    padding: 0;
  }

  #sp-section-bread {
    border-top: 1px solid #e5e5e5;
  }

  .breadcrumb {
    padding: 30px 0 0;
    background: transparent;
    margin: 0;
  }

  .breadcrumb ul.items {
    color: #222;
    margin: 0;
    padding: 0;
    list-style: none none;
  }

  .breadcrumb ul.items .item {
    line-height: 22px;
    margin: 0;
    display: inline-block;
  }

  .breadcrumb ul.items .item a {
    display: inline-block;
  }

  .breadcrumb ul.items .item:after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
  }

  .breadcrumb ul.items .item:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    margin: 0 5px;
  }

  .breadcrumb ul.items .item:last-child {
    color: #323232;
  }

  .breadcrumb ul.items .item:last-child:after {
    display: none;
  }

  #sp-left .sp-module,
  #sp-right .sp-module {
    margin-top: 50px;
    padding: 0px;
    border-radius: 3px;
  }

  #sp-left .sp-module:first-child,
  #sp-right .sp-module:first-child {
    margin-top: 0;
  }

  #sp-left .sp-module .sp-module-title,
  #sp-right .sp-module .sp-module-title {
    margin: 0 0 20px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid #ddd;
    position: relative;
  }

  #sp-left .sp-module .sp-module-title:before,
  #sp-right .sp-module .sp-module-title:before {
    background-color: #323232;
    content: '';
    display: inline-block;
    height: 2px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

  #sp-left .sp-module ul,
  #sp-right .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #sp-left .sp-module ul>li,
  #sp-right .sp-module ul>li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
  }

  #sp-left .sp-module ul>li>a,
  #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
  }

  #sp-left .sp-module ul>li:last-child,
  #sp-right .sp-module ul>li:last-child {
    border-bottom: none;
  }

  #sp-left .sp-module .categories-module ul,
  #sp-right .sp-module .categories-module ul {
    margin: 0 10px;
  }

  #sp-left .sp-module .latestnews>div,
  #sp-right .sp-module .latestnews>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
  }

  #sp-left .sp-module .latestnews>div:last-child,
  #sp-right .sp-module .latestnews>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  #sp-left .sp-module .latestnews>div>a,
  #sp-right .sp-module .latestnews>div>a {
    display: block;
    font-weight: 400;
  }

  #sp-left .sp-module .tagscloud,
  #sp-right .sp-module .tagscloud {
    margin: -2px 0;
  }

  #sp-left .sp-module .tagscloud .tag-name,
  #sp-right .sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0;
  }

  #sp-left .sp-module .tagscloud .tag-name span,
  #sp-right .sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }

  .login img {
    display: inline-block;
    margin: 20px 0;
  }

  .login .checkbox input[type="checkbox"] {
    margin-top: 6px;
  }

  .form-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .search .btn-toolbar {
    margin-bottom: 20px;
  }

  .search .btn-toolbar span.icon-search {
    margin: 0;
  }

  .search .btn-toolbar button {
    color: #fff;
  }

  .search .phrases .phrases-box .controls label {
    display: inline-block;
    margin: 0 20px 20px;
  }

  .search .phrases .ordering-box {
    margin-bottom: 15px;
  }

  .search .only label {
    display: inline-block;
    margin: 0 20px 20px;
  }

  .search .search-results dt.result-title {
    margin-top: 40px;
  }

  .search .search-results dt,
  .search .search-results dd {
    margin: 5px 0;
  }

  .filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px;
  }

  .form-search .finder label {
    display: block;
  }

  .form-search .finder .input-medium {
    width: 60%;
    border-radius: 4px;
  }

  .finder .word input {
    display: inline-block;
  }

  .finder .search-results.list-striped li {
    padding: 20px 0;
  }

  .article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
  }

  .article-list .article .article-intro-image,
  .article-list .article .article-featured-video,
  .article-list .article .article-featured-audio,
  .article-list .article .article-feature-gallery {
    margin: -20px -20px 20px -20px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
  }

  .article-list .article .article-intro-image img,
  .article-list .article .article-featured-video img,
  .article-list .article .article-featured-audio img,
  .article-list .article .article-feature-gallery img {
    border-radius: 3px 3px 0 0;
  }

  .article-list .article .article-header h1,
  .article-list .article .article-header h2 {
    font-size: 1.375rem;
    margin: 0 0 1.25rem 0;
  }

  .article-list .article .article-header h1 a,
  .article-list .article .article-header h2 a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
  }

  .article-list .article .article-header h1 a:hover,
  .article-list .article .article-header h2 a:hover,
  .article-list .article .article-header h1 a:active,
  .article-list .article .article-header h2 a:active,
  .article-list .article .article-header h1 a:focus,
  .article-list .article .article-header h2 a:focus {
    color: #323232;
  }

  .article-list .article .readmore {
    font-size: 0.875rem;
  }

  .article-list .article .readmore a {
    color: #222;
    font-weight: 500;
  }

  .article-list .article .readmore a:hover,
  .article-list .article .readmore a:active,
  .article-list .article .readmore a:focus {
    color: #323232;
  }

  .article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .article-info>span {
    font-size: 0.813rem;
  }

  .article-info>span+span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
  }

  .article-info>span a {
    color: #666;
  }

  .article-info>span a:hover {
    color: #323232;
  }

  .article-details .article-header {
    position: relative;
  }

  .article-details .article-header h1,
  .article-details .article-header h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }

  .article-details .article-info {
    margin-bottom: 1rem;
  }

  .article-details .article-full-image {
    text-align: center;
    margin-bottom: 2rem;
  }

  .article-details .article-full-image img {
    display: inline-block;
    border-radius: 4px;
  }

  .article-details .article-featured-video,
  .article-details .article-featured-audio,
  .article-details .article-feature-gallery {
    margin-bottom: 2rem;
  }

  .article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem;
  }

  .article-details .article-author-information {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5;
  }

  .article-details .article-can-edit {
    position: relative;
    margin-bottom: 10px;
  }

  .article-details .article-can-edit a {
    display: inline-block;
    background: #2a61c9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px;
  }

  .related-article-list-container {
    margin-top: 15px;
  }

  .related-article-list-container .related-article-title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
  }

  .related-article-list-container ul.related-article-list {
    list-style: none;
    padding: 0;
  }

  .related-article-list-container ul.related-article-list li {
    margin-bottom: 10px;
  }

  .related-article-list-container ul.related-article-list li .article-header h2 {
    font-size: 1.2rem;
  }

  .related-article-list-container ul.related-article-list li .article-header h2 a {
    color: #252525;
  }

  .related-article-list-container ul.related-article-list li .article-header h2 a:hover {
    color: #044cd0;
  }

  .related-article-list-container ul.related-article-list li .published {
    font-size: 14px;
  }

  .tags {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
    display: block;
  }

  .tags>li {
    display: inline-block;
  }

  .tags>li a {
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6.25rem;
  }

  .tags>li a:hover {
    color: #fff;
  }

  .pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
    border-top: 1px solid #f5f5f5;
  }

  .pager::after {
    display: block;
    clear: both;
    content: "";
  }

  .pager>li {
    display: inline-block;
  }

  .pager>li.previous {
    float: left;
  }

  .pager>li.next {
    float: right;
  }

  .pager>li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 10px 20px;
    border-radius: 3px;
  }

  #article-comments {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5;
  }

  .article-ratings {
    display: flex;
    align-items: center;
  }

  .article-ratings .rating-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px;
  }

  .article-ratings .rating-symbol span.rating-star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
  }

  .article-ratings .rating-symbol span.rating-star.active:before {
    content: "\f005";
    color: #f6bc00;
  }

  .article-ratings .rating-symbol span.rating-star:before {
    content: "\f006";
    padding-right: 5px;
  }

  .article-ratings .rating-symbol span.rating-star:hover:before,
  .article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before {
    content: "\f005";
    color: #e7b000;
    cursor: pointer;
  }

  .article-ratings .ratings-count {
    font-size: 0.785rem;
    color: #999;
  }

  .article-ratings .fa-spinner {
    margin-right: 5px;
  }

  .pagination-wrapper {
    align-items: center;
  }

  .pagination-wrapper .pagination {
    margin-bottom: 0;
  }

  .pagination-counter {
    display: none;
  }

  .pagination-wrapper,
  .paginationblock {
    text-align: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
  }

  .pagination-wrapper .mr-auto,
  .paginationblock .mr-auto {
    margin-right: 0 !important;
  }

  .pagination-wrapper .pagination li,
  .paginationblock .pagination li {
    display: inline-block;
    padding: 0 1px;
  }

  .pagination-wrapper .pagination li a,
  .paginationblock .pagination li a,
  .pagination-wrapper .pagination li span,
  .paginationblock .pagination li span {
    border-radius: 0 !important;
    border: 1px solid #ddd;
    padding: 6px 10px;
    color: #666;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
  }

  .pagination-wrapper .pagination li:hover a,
  .paginationblock .pagination li:hover a,
  .pagination-wrapper .pagination li:hover span,
  .paginationblock .pagination li:hover span {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
  }

  .pagination-wrapper .pagination li.active a,
  .paginationblock .pagination li.active a,
  .pagination-wrapper .pagination li.active span,
  .paginationblock .pagination li.active span {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
  }

  .article-social-share {
    float: right;
  }

  .article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .article-social-share .social-share-icon ul li {
    display: inline-block;
  }

  .article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 10px;
  }

  .article-social-share .social-share-icon ul li a {
    border: 1px solid #ededed;
    font-size: 1rem;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block;
  }

  .article-social-share .social-share-icon ul li a:hover,
  .article-social-share .social-share-icon ul li a:focus {
    color: #fff;
  }

  .newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .newsfeed-category .category li {
    padding: 5px 0;
  }

  .newsfeed-category #filter-search {
    margin: 10px 0;
  }

  .category-module,
  .categories-module,
  .archive-module,
  .latestnews,
  .newsflash-horiz,
  .mostread,
  .form-links,
  .list-striped {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .category-module li,
  .categories-module li,
  .archive-module li,
  .latestnews li,
  .newsflash-horiz li,
  .mostread li,
  .form-links li,
  .list-striped li {
    padding: 2px 0;
  }

  .category-module li h4,
  .categories-module li h4,
  .archive-module li h4,
  .latestnews li h4,
  .newsflash-horiz li h4,
  .mostread li h4,
  .form-links li h4,
  .list-striped li h4 {
    margin: 5px 0;
  }

  .article-footer-top {
    display: table;
    clear: both;
    width: 100%;
  }

  .article-footer-top .post_rating {
    float: left;
  }

  .contentpane:not(.com-sppagebuilder) {
    padding: 20px;
  }

  #sp-bottom {
    padding: 60px 0 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #sp-bottom .sp-module {
    margin-bottom: 50px;
  }

  #sp-bottom .sp-module .sp-module-title {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
  }

  #sp-bottom .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 8px;
  }

  #sp-bottom .sp-module ul>li:last-child {
    margin-bottom: 0;
  }

  #sp-bottom .sp-module ul>li>a {
    display: block;
    font-size: 15px;
  }

  #sp-bottom .sp-module ul.socials {
    margin: 0px -3px;
  }

  #sp-bottom .sp-module ul.socials li {
    display: inline-block;
    margin: 5px 3px;
  }

  #sp-bottom .sp-module ul.socials li a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #52555c;
    border-radius: 5px;
    display: block;
  }

  #sp-bottom .sp-module ul.socials li a span {
    font-size: 0px;
  }

  #sp-bottom .sp-module ul.socials li a span:before {
    font-size: 14px;
  }

  #sp-bottom .sp-module ul.socials li a:hover {
    color: #fff;
    background: #323232;
  }

  #sp-footer {
    font-size: 14px;
    padding: 0;
  }

  #sp-footer .container-inner {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  #sp-footer ul.menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
  }

  #sp-footer ul.menu li {
    display: inline-block;
    margin: 0 10px;
  }

  #sp-footer ul.menu li a {
    display: block;
  }

  #sp-footer ul.menu li a:hover {
    background: none;
  }

  #sp-footer1 .sp-copyright {
    padding: 28px 0 10px;
    display: block;
  }

  #sp-footer2 {
    text-align: right;
  }

  #sp-footer2 .custom.services-home {
    padding: 20px 0;
  }

  #sp-footer2 .custom.services-home img {
    display: inline-block;
  }

  html.coming-soon {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }

  html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem;
  }

  html.coming-soon #coming-soon-countdown {
    margin-top: 4rem;
  }

  html.coming-soon #coming-soon-countdown .coming-soon-days,
  html.coming-soon #coming-soon-countdown .coming-soon-hours,
  html.coming-soon #coming-soon-countdown .coming-soon-minutes,
  html.coming-soon #coming-soon-countdown .coming-soon-seconds {
    margin: 0;
    float: left;
    width: 25%;
  }

  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
  html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
  html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
  html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: -1px;
    line-height: 1;
  }

  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
  html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
  html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
  html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 1.5rem;
    letter-spacing: -1px;
    display: block;
    text-transform: uppercase;
  }

  html.coming-soon .coming-soon-position {
    margin-top: 2rem;
  }

  html.coming-soon .social-icons {
    margin-top: 4rem;
  }

  html.coming-soon .coming-soon-login form {
    display: inline-block;
  }

  html.error-page {
    width: 100%;
    height: 100%;
  }

  html.error-page body {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }

  html.error-page .error-logo {
    display: inline-block;
    margin-bottom: 2rem;
  }

  html.error-page .error-code {
    margin: 0 0 1rem;
    font-size: 6rem;
    line-break: 1;
  }

  html.error-page .error-message {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0;
  }

  .sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
  }

  .profile>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .dl-horizontal dt {
    margin: 8px 0;
    text-align: left;
  }

  .page-header {
    padding-bottom: 15px;
  }

  table.category {
    width: 100%;
  }

  table.category thead>tr,
  table.category tbody>tr {
    border: 1px solid #f2f2f2;
  }

  table.category thead>tr th,
  table.category tbody>tr th,
  table.category thead>tr td,
  table.category tbody>tr td {
    padding: 10px;
  }

  .contact-form .form-actions {
    background: none;
    border: none;
  }

  @media print {
    .visible-print {
      display: inherit !important;
    }

    .hidden-print {
      display: none !important;
    }
  }

  .sp-preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }

  .sp-preloader>div {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    animation: spSpin 0.75s linear infinite;
  }

  .sp-preloader>div:after {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  .sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    color: #fff;
    display: none;
    line-height: 44px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 30;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1000;
    background-color: #fff;
  }

  .sp-scroll-up:before {
    content: '\f062';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
  }

  .sp-scroll-up:hover,
  .sp-scroll-up:active,
  .sp-scroll-up:focus {
    color: #fff;
    background: #222;
  }

  .control-group {
    margin-bottom: 1rem;
  }

  select.form-control:not([multiple]),
  select.inputbox:not([multiple]),
  select:not([multiple]) {
    height: calc(2.25rem + 2px);
  }

  input[type="text"]:not(.form-control),
  input[type="email"]:not(.form-control),
  input[type="url"]:not(.form-control),
  input[type="date"]:not(.form-control),
  input[type="password"]:not(.form-control),
  input[type="search"]:not(.form-control),
  input[type="tel"]:not(.form-control),
  input[type="number"]:not(.form-control),
  select:not(.form-control) {

    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 7px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    display: inline-block;
  }

  input[type="text"]:not(.form-control):focus,
  input[type="email"]:not(.form-control):focus,
  input[type="url"]:not(.form-control):focus,
  input[type="date"]:not(.form-control):focus,
  input[type="password"]:not(.form-control):focus,
  input[type="search"]:not(.form-control):focus,
  input[type="tel"]:not(.form-control):focus,
  input[type="number"]:not(.form-control):focus,
  select:not(.form-control):focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
  }

  .chzn-select,
  .chzn-select-deselect {
    width: 100%;
  }

  .chzn-container.chzn-container-single .chzn-single {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 2.25;
    height: calc(2.25rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    width: 300px;
  }

  .chzn-container.chzn-container-single .chzn-single div {
    width: 30px;
    background: none;
  }

  .chzn-container.chzn-container-single .chzn-single div>b {
    background: none;
    position: relative;
  }

  .chzn-container.chzn-container-single .chzn-single div>b:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .chzn-container.chzn-container-single .chzn-search {
    padding: 0.625rem;
  }

  .chzn-container.chzn-container-single .chzn-search input[type="text"] {
    display: block;
    width: 100%;
    padding: 0.5rem 1.429rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    height: calc(2rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  }

  .chzn-container.chzn-container-single .chzn-search:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .chzn-container.chzn-container-single .chzn-drop {
    border-color: rgba(0, 0, 0, .15);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .chzn-container.chzn-container-single .chzn-results li.highlighted {
    background-image: none !important;
  }

  .chzn-container.chzn-container-multi .chzn-choices {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    min-height: calc(2.25rem + 2px);
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    height: calc(2rem + 2px);
    background-color: #fff;
  }

  .chzn-container.chzn-container-multi .chzn-choices li.search-choice {
    margin: 5.5px 5px 0 0;
    padding: 5px 20px 5px 5px;
    background-image: none;
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    background: none;
    top: 5px;
    color: rgba(0, 0, 0, .2);
  }

  .chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    color: rgba(0, 0, 0, .5);
  }

  .chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0;
  }

  .chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
    border-radius: 0.25rem;
  }

  .chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
    margin-top: -4px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: 0;
    border-radius: 5px 5px 0.25rem 0.25rem !important;
    top: -50px;
  }

  .chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
    background: none;
  }

  .form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left;
  }
 

  .form-horizontal .controls {

    display: contents;
  }

  .card-block {
    padding: 20px;
  }

  .card-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }

  .card-block ul li {
    display: block;
  }

  .alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }

  #sp-cookie-consent {
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
  }

  #sp-cookie-consent>div {
    padding: 20px;
    position: relative;
  }

  .form-check-inline input[type="radio"] {
    display: none;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
    margin: 0;
    margin-right: -5px;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
    background: #46a546;
    color: #fff;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
    display: none !important;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  #attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
    border-left: 1px solid #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .com-contenthistory .btn-group {
    display: flex;
    justify-content: flex-end;
  }

  .com-contenthistory .btn-group button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  }

  .com-contenthistory .btn-group button:hover {
    color: #333;
    background-color: #e9e9e9;
  }

  #versionsModal {
    top: 10%;
  }

  #versionsModal .modal-dialog {
    max-width: 80%;
  }

  #versionsModal iframe {
    min-height: 300px;
  }

  .com-media.contentpane {
    padding: 10px !important;
  }

  .com-media .well {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .com-media .well .row {
    margin: 0;
    padding: 0;
  }

  .com-media .well .row>div:first-child {
    width: calc(100% - 200px);
  }

  .com-media .well .row>div:last-child {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 30px;
  }

  .com-media .well .row #folderlist {
    display: inline-block;
  }

  .com-media .well .row #upbutton {
    display: none;
  }

  .com-media.view-imagesList {
    padding: 0px 0px 10px 0 !important;
  }

  .com-media.view-imagesList:before {
    content: " ";
    display: table;
  }

  .com-media.view-imagesList:after {
    display: block;
    clear: both;
    content: "";
  }

  .com-media.view-imagesList ul.manager {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .com-media.view-imagesList ul.manager>li.thumbnail {
    width: 110px;
    float: left;
  }

  .com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child {
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
  }

  .com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-color: #92ceff;
    border-radius: 0 5px 5px 5px;
  }

  .com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before {
    content: '';
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #92ceff;
    position: absolute;
    top: -12px;
    left: 0px;
  }

  .com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img {
    display: inline-block;
  }

  .sidebar-megamenu .sambar .menu_vertical {
    background: #fff;
  }

  .sidebar-megamenu .sambar .menu_vertical .btn-megamenu .title-mod {
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    color: #222;
    font-weight: 500;
    line-height: 42px;
  }

  .sidebar-megamenu .sambar .menu_vertical .btn-megamenu .title-mod:before {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 6px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #323232;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner {
    background: #fff;
    border: 1px solid #ddd;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span {
    padding: 10px 15px;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a,
  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a>span,
  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>span>span {
    color: #222;
    font-size: 14px;
    text-transform: capitalize;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a:hover,
  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a>span:hover,
  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>span>span:hover {
    color: #323232;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .sj-dropdown li.sj-menu-item>a:hover {
    color: #323232;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>a>span,
  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span>span {
    display: inline-block;
  }

  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>a>img,
  .sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span>img {
    display: inline-block;
  }

  .custom-vertical-1 {
    padding-top: 15px;
  }

  .custom-vertical-1 li.item {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 0 30px;
  }

  .custom-vertical-1 li.item:nth-child(3) {
    clear: both;
  }

  .custom-vertical-1 li.item .img {
    display: inline-block;
    float: left;
    width: 25%;
  }

  .custom-vertical-1 li.item .content {
    display: block;
    overflow: hidden;
    line-height: 14px;
    padding: 0 10px;
  }

  .custom-vertical-1 li.item .content h3.title {
    margin: 0 0 10px;
    font-size: 12px;
  }

  .custom-vertical-1 li.item .content h3.title a {
    color: #222;
    text-transform: uppercase;
  }

  .custom-vertical-1 li.item .content h3.title a:hover {
    color: #323232;
  }

  .custom-vertical-1 li.item .content span {
    display: block;
    font-size: 12px;
    color: #666;
  }

  .custom-vertical-3>.item>ul>li.item {
    padding: 5px 0;
  }

  .custom-vertical-4 .items {
    margin: 0 0 15px;
  }

  .custom-vertical-4 .items ul .item {
    padding: 5px 0;
  }

  .custom-vertical-4 .items ul .item a {
    font-size: 14px;
  }

  .custom-vertical-2 {
    overflow: hidden;
    padding: 10px;
  }

  .custom-vertical-2>.item {
    float: left;
    display: inline-block;
    width: 25%;
  }

  .custom-vertical-2>.item .list-text {
    margin: 0 0 30px;
    border: none !important;
  }

  .custom-vertical-2>.item .list-text .item {
    margin: 0 0 5px;
  }

  .custom-vertical-2>.item .list-text span {
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    min-width: 50px;
    text-align: center;
  }

  .custom-vertical-2>.item .list-text span.hot {
    background: #ed3f46;
  }

  .custom-vertical-2>.item .list-text span.new {
    background: #63c54c;
  }

  .custom-vertical-2>.item .list-text span.sale {
    background: #ecaa1b;
  }

  .custom-vertical-2>.item .list-text strong {
    font-size: 14px;
    color: #222;
    margin: 0 15px;
  }

  .custom-vertical-2>.item .list-menu {
    margin: 0 0 30px;
  }

  .custom-vertical-2>.item .list-menu h3.title {
    color: #222;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
  }

  .custom-vertical-2>.item .list-menu h3.title:after {
    content: "";
    height: 2px;
    width: 40px;
    background: #323232;
    display: block;
    margin: 8px 0;
  }

  .custom-vertical-2>.item .list-menu>ul {
    border: none !important;
  }

  .custom-vertical-2>.item .list-menu>ul>li a {
    font-size: 13px;
    color: #222;
    padding: 8px 0;
    display: inline-block;
  }

  .custom-vertical-2>.item .list-menu>ul>li a:hover {
    color: #323232;
  }

  .custom-vertical-2>.item .list-menu .view-more {
    font-size: 12px;
    text-decoration: underline;
  }

  body.site.home-layout .header-style-1 .sidebar-megamenu .menu_vertical:hover .sj-megamenu-hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  body.site .header-style-1 .sidebar-megamenu:hover .menu_vertical .sj-megamenu,
  body.site .header-style-1 .sidebar-megamenu:hover .menu_vertical .sj-megamenu-hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  body.site .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu,
  body.site .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu-hover {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    left: 0;
    top: 130%;
    width: 120%;
    background-color: #fff;
    z-index: 140;
  }

  body.site .menu_vertical .offcanvas-menu ul.nav li a {
    color: #222;
  }

  body.site .menu_vertical .offcanvas-menu ul.nav li a>img {
    display: inline-block;
  }

  body.site .menu_vertical .offcanvas-menu ul.nav li a>.image-title {
    margin: 0 5px;
  }

  body.site .sidebar-megamenu .menu_vertical .offcanvas-menu {
    left: -100%;
    right: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
  }

  body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu {
    display: block;
    transition-duration: 0ms;
    left: 0;
    right: auto;
    transform: translate(0, 0px);
  }

  body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu .offcanvas-inner {
    padding: 30px 10px;
  }

  body.site.rtl .sidebar-megamenu .menu_vertical .offcanvas-menu {
    left: auto;
    right: -100%;
  }

  body.site.rtl .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu {
    right: 0;
    left: auto;
  }

  @media (max-width: 980px) {
    .sidebar-megamenu .sambar .sambar-inner .btn-sambar {
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      margin: 0;
      padding: 0;
      text-shadow: none;
      display: inline-block;
      text-align: center;
      font-size: 14px;
      margin-right: 10px;
      margin-top: 5px;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #323232;
    }

    .sidebar-megamenu .sambar .sambar-inner .btn-sambar:before {
      content: '\f0c9';
      display: inline-block;
      font-family: FontAwesome;
    }

    .sidebar-megamenu .sambar .sambar-inner .btn-sambar .icon-bar {
      display: none;
    }

    .sidebar-megamenu .menu_vertical .title-mod {
      display: block;
    }
  }

  @media (max-width: 980px) {
    .sidebar-megamenu .menu_vertical .title-mod {
      display: none;
    }
  }

  .home-layout .sp-megamenu-parent>li:first-child>a,
  .home-layout .sp-megamenu-parent>li:first-child>span {
    color: #fff;
    background-color: #323232;
  }

  .home-layout .sp-megamenu-parent>li:first-child:before {
    height: 100%;
  }

  .sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 3;
    display: block;
    float: left;
    position: relative;
  }

  .sp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 1px;
  }

  .sp-megamenu-parent>li.menu-justify {
    position: static;
  }

  .sp-megamenu-parent>li:hover>a,
  .sp-megamenu-parent>li.active>a,
  .sp-megamenu-parent>li:hover>span,
  .sp-megamenu-parent>li.active>span {
    background-color: #323232;
    color: #fff;
  }

  .sp-megamenu-parent>li:hover:before,
  .sp-megamenu-parent>li.active:before {
    height: 100%;
  }

  .sp-megamenu-parent>li:before {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #323232;
    transition: all 0.3s ease-in-out 0s;
  }

  .sp-megamenu-parent>li>a,
  .sp-megamenu-parent>li>span {
    display: inline-block;
    line-height: 43px;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 0 20px;
    margin: 0;
  }

  .sp-megamenu-parent>li.active>a {
    font-weight: 500;
  }

  .sp-megamenu-parent>li .sp-menu-badge {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background: #d60000;
    color: #fff;
    border-radius: 3px;
  }

  .sp-megamenu-parent .sp-module {
    padding: 10px;
  }

  .sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
  }

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
  }

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
    margin-top: 20px;
  }

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%;
  }

  .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0;
  }

  .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative;
  }

  .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 8px 0;
    cursor: pointer;
  }

  .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
  }

  .sp-megamenu-parent .sp-dropdown .sp-module {
    padding: 0;
  }

  .sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    font-size: 14px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
    margin: 0;
  }

  .sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child) {
    margin: 0 0 15px;
  }

  .sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a {
    font-size: 14px;
  }

  .sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span {
    opacity: 0.8;
  }

  .sp-megamenu-parent .sp-dropdown-mega>.row {
    margin-top: 30px;
  }

  .sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
    margin-top: 0;
  }

  .sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    display: block;
  }

  .sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
    animation: spFadeIn 600ms;
  }

  .sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
    animation: spFadeInUp 400ms ease-in;
  }

  .sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown {
    animation: spFadeInDown 400ms ease-in;
  }

  .sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown {
    animation: spZoomIn 300ms;
  }

  .sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown {
    animation: spRotateIn 300ms;
  }

  .sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown {
    animation: spPulse 300ms;
  }

  body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
  body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "FontAwesome";
    content: "\f107";
    float: right;
    margin-left: 7px;
  }

  body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right {
    margin-left: 5px;
  }

  body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left {
    margin-right: 5px;
  }

  body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    margin-left: 7px;
  }

  body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px;
  }

  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0;
  }

  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: 0;
  }

  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0;
  }

  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 100%;
  }

  @media (min-width: 576px) {
    .sp-menu-full.container {
      width: 540px;
    }
  }

  @media (min-width: 768px) {
    .sp-menu-full.container {
      width: 720px;
    }
  }

  @media (min-width: 992px) {
    .sp-menu-full.container {
      width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .sp-menu-full.container {
      width: 1140px;
    }
  }

  #offcanvas-toggler {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #323232;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
  }

  #offcanvas-toggler>.fa {
    color: #fff !important;
  }

  #offcanvas-toggler>span:hover {
    color: #fff;
  }

  .offcanvas-init {
    overflow-x: hidden;
    position: relative;
  }

  .offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
  }

  .offcanvas-overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .body-wrapper {
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    backface-visibility: hidden;
  }

  .close-offcanvas {
    position: absolute;
    top: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #333;
    color: #fff;
  }

  .close-offcanvas:hover {
    background: #666;
    color: #fff;
  }

  .offcanvas-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: inherit;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10000;
  }

  .offcanvas-menu .offcanvas-inner {
    padding: 30px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0;
  }

  .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold;
  }

  .offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li a,
  .offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    display: block;
    font-size: 1rem;
    padding: 0.125rem 0;
    position: relative;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: FontAwesome;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler:after,
  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler:after {
    content: "\f055";
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    content: "\f056";
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
    content: "\f056";
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: FontAwesome;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler:after {
    content: "\f055";
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    display: none;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    font-size: 0.875rem;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: left;
    margin-left: 0px;
    height: 40px;
    width: 40px;
    background-color: #323232;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-right>.fa {
    color: #fff;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 20px;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-left>.fa {
    color: #fff;
  }

  body.ltr.offcanvs-position-left .body-wrapper {
    left: 0;
  }

  body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -300px;
  }

  body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0;
  }

  body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
    left: 300px;
  }

  body.ltr.offcanvs-position-right .body-wrapper {
    right: 0;
  }

  body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -300px;
  }

  body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
  }

  body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
    right: 300px;
  }

  body.ltr .close-offcanvas {
    right: 15px;
    top: 15px;
    line-height: 23px;
  }

  body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
  body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    right: 0;
  }

  body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler {
    right: 0;
  }

  body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    margin-left: 10px;
  }

  @keyframes spFadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes spFadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes spFadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes spZoomIn {
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes spRotateIn {
    from {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }

    to {
      transform-origin: center;
      transform: none;
      opacity: 1;
    }
  }

  @keyframes spPulse {
    from {
      opacity: 0;
      transform: scale3d(1, 1, 1);
    }

    50% {
      opacity: 0.5;
      transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
  }

  @keyframes spSpin {
    to {
      transform: rotate(360deg);
    }
  }

  body {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
  }

  ul,
  ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  a,
  a:visited,
  a:active,
  a:link,
  a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
  }

  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
  }

  .sj_jshopping_quickview_handler {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin-top: -30px;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s ease-in-out 0s;
  }

  .sj_jshopping_quickview_handler i:before {
    content: "\e954";
    font-size: 18px;
    font-family: "icomoon";
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
  }

  .item-label {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 2;
  }

  .item-label.lbl-new {
    right: auto;
    left: 10px;
  }

  .item-label.lbl-new .label_name {
    background: #08c;
  }

  .item-label .label-name {
    width: 45px;
    height: 45px;
    background: #323232;
    border-radius: 100%;
    color: #fff;
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }

  .addtocart {
    display: inline-block;
    padding: 0 25px;
    line-height: 40px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .addtocart:hover {
    background: #323232;
    color: #fff;
  }

  .item-price {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #222;
  }

  .item-price .old-price {
    color: #aaa;
    text-decoration: line-through;
  }

  .header-style-1 .header-top {
   border-bottom: 0px solid #8f5e51;
  }

  .header-style-1 .header-top .logo {
    margin: 20px 0;
  }

  #sp-search .sj_jshopping_search-wrapper {
    margin: 20px 0;
    max-width: 700px;
  }

  #sp-search .sj_jshopping_search-wrapper .search {
    border: 1px solid #e5e5e5;
    border-radius: 5px !important;
  }

  #sp-search .sj_jshopping_search-wrapper .search .select_category {
    width: 170px;
    border-right: 1px solid #e5e5e5;
    position: relative;
  }

  #sp-search .sj_jshopping_search-wrapper .search .select_category select {
    font-size: 14px;
    color: #222;
    background: #f9f9f9;
    height: 38px;
    line-height: 38px;
  }

  #sp-search .sj_jshopping_search-wrapper .search .select_category:before {
    content: "\e92e";
    font-size: 14px;
    font-family: "icomoon";
    color: #222;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 38px;
    pointer-events: none;
  }

  #sp-search .sj_jshopping_search-wrapper .search .autosearch-input {
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    height: 38px;
  }

  #sp-search .sj_jshopping_search-wrapper .search button {
    width: 44px;
    padding: 0 !important;
    height: 40px;
    border-radius: 5px !important;
    margin: -1px;
    background: #323232 !important;
  }

  #sp-search .sj_jshopping_search-wrapper .search button:hover {
    background: #515151 !important;
  }

  #sp-search .sj_jshopping_search-wrapper .search button span {
    font-size: 0;
  }

  #sp-search .sj_jshopping_search-wrapper .search button span:before {
    content: "\e954";
    font-size: 18px;
    font-family: "icomoon";
    font-weight: normal;
  }

  #sp-search .sj_jshopping_search-wrapper .search button:hover {
    background: #222;
  }

  #sp-top1 .sp-module {
    float: right;
    margin-right: 5px;
  }

  #sp-top1 .sp-module:hover {
    background: linear-gradient(360deg, #ffffff, #d9d9d9);
  }

  .block-location {
    padding: 32px 20px;
    cursor: pointer;
    display: block;
  }

  .block-location a {
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    display: inline-block;
    line-height: 14px;
    font-weight: 500;
  }

  .block-location a:hover {
    color: #323232;
  }

  #jshop_module_wishlist {
    padding: 20px 20px 14px;
  }

  #jshop_module_wishlist #jshop_summ_product {
    display: none;
  }

  #jshop_module_wishlist a {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    display: inline-block;
    line-height: 14px;
    font-weight: 500;
  }

  #jshop_module_wishlist a:before {
    content: "\e93f";
    font-size: 20px;
    font-family: "icomoon";
    display: block;
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
  }

  #jshop_module_wishlist a:hover {
    color: #323232;
  }

  #jshop_module_wishlist a span {
    position: absolute;
    top: -11px;
    right: 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #323232;
  }

  #jshop_module_cart {
    padding: 20px 20px 14px;
  }

  #jshop_module_cart .price {
    display: none;
  }

  #jshop_module_cart a {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
  }

  #jshop_module_cart a:hover {
    color: #e3de33 !important;
  }

  #jshop_module_cart a i.icon-shopping-cart1 {
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
  }

  #jshop_module_cart a:hover {
    color: #323232;
  }

  #jshop_module_cart a span.items_cart {
    position: absolute;
    top: -11px;
    right: 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #323232;
  }

  #jshop_module_cart a .title-my-cart {
    margin: 0;
  }

  #my_account {
    padding: 20px 20px 14px;
    position: relative;
  }

  #my_account a.dropdown-toggle {
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    display: inline-block;
    line-height: 14px;
    font-weight: 500;
  }

  #my_account a.dropdown-toggle:before {
    content: "\e95e";
    font-size: 20px;
    font-family: "icomoon";
    display: block;
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
  }

  #my_account a.dropdown-toggle:after {
    display: none;
  }

  #my_account a.dropdown-toggle:hover {
    color: #323232;
  }

  #my_account ul.dropdown-menu {
    padding: 10px 20px;
    min-width: 120px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
  }

  #my_account ul.dropdown-menu li a {
    padding: 3px 0;
    display: block;
    color: #222;
    font-weight: 500;
  }

  #my_account ul.dropdown-menu li a:hover {
    color: #323232;
  }

  #my_account.toplinks_hover ul.dropdown-menu {
    display: block;
    transition: all 0.2s ease-out;
  }

  #my_account.toplinks_hover ul.dropdown-menu li a:hover {
    color: #323232;
    text-decoration: none;
    font-weight: 500;
    display: block;
  }

  #my_account.account_logout a.dropdown-toggle:before {
    content: "\e98b";
  }

  #my_account.account_logout ul li.logout .btn-primary {
    background: none;
    padding: 0px 0px;
    display: block;
    margin: 0;
    color: #222;
    font-size: 12px;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
  }

  #my_account.account_logout ul li.logout .btn-primary:hover {
    background: none;
    color: #323232;
  }

  #my_account.account_logout ul li.logout .btn-primary:focus {
    box-shadow: none;
  }

  #sp-top3 .sp-module {
    float: right;
    margin-top: 9px;
  }

  .sp-module .mod-languages {
    position: relative;
    margin: 0 10px;
  }

  .sp-module .mod-languages .btn-link {
    background: #f5f5f5;
    height: 24px;
    line-height: 24px;
    border: 0;
    color: #222;
    padding: 0 10px;
    text-transform: uppercase;
  }

  .sp-module .mod-languages .btn-link:hover {
    color: #323232;
    text-decoration: none;
  }

  .sp-module .mod-languages .btn-link:after {
    border: 0;
    display: none;
  }

  .sp-module .mod-languages .btn-link i:before {
    content: "\e92e";
    font-family: "icomoon";
    font-size: 12px;
  }

  .sp-module .mod-languages a {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
    color: #222;
  }

  .sp-module .mod-languages a:after {
    border: 0;
  }

  .sp-module .mod-languages a:after:after {
    border: 0;
    display: none;
  }

  .sp-module .mod-languages a:hover {
    color: #323232;
  }

  .sp-module .mod-languages img {
    display: inline;
  }

  .sp-module .mod-languages .dropdown-menu {
    min-width: 100px;
    border-radius: 0px;
    padding: 10px 15px;
  }

  .sp-module .mod-languages .dropdown-menu li {
    border: none;
    display: inline-block;
  }

  .sp-module .mod-languages .dropdown-menu li img {
    vertical-align: -1px;
  }

  .sp-module .mod-currency .bootstrap-select>.btn {
    height: 24px;
    line-height: 24px;
    border: 0;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 0;
    background: #f5f5f5;
    color: #222;
    text-transform: uppercase;
    position: relative;
  }

  .sp-module .mod-currency .bootstrap-select>.btn:after {
    border: 0;
    display: none;
  }

  .sp-module .mod-currency .bootstrap-select>.btn:focus {
    box-shadow: none;
    outline: none;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0;
  }

  .sp-module .mod-currency .bootstrap-select>.btn i:before {
    content: "\e92e";
    font-family: "icomoon";
    font-size: 12px;
  }

  .sp-module .mod-currency .bootstrap-select>.btn .filter-option {
    width: auto;
    padding-right: 5px;
  }

  .sp-module .mod-currency .bootstrap-select .dropdown-menu {
    transition: all 0.2s ease-out;
    padding: 10px 20px;
    min-width: 120px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    font-size: 12px;
    margin-top: -1px;
  }

  .sp-module .mod-currency .bootstrap-select .dropdown-menu a {
    line-height: 22px;
  }

  #sp-section-1 .container {
    max-width: 100%;
    padding: 0 !important;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    position: absolute;
    margin: 0;
    border-radius: 100% !important;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: -35px;
    opacity: 1;
    font-size: 24px;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div:before {
    width: 10px;
    height: 100%;
    font-family: icomoon;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div:hover {
    background-color: #323232;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div.owl-prev {
    left: 30px;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div.owl-prev:before {
    content: '\e92f';
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div.owl-next {
    right: 30px;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-nav div.owl-next:before {
    content: '\e930';
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .image-slider-home .yt-content-slider .owl-controls .owl-dots .owl-dot.active span,
  .image-slider-home .yt-content-slider .owl-controls .owl-dots .owl-dot:hover span {
    background: #323232;
  }

  .block-policy .inner {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin: 10px 0 20px;
  }

  .block-policy .inner .item {
    float: left;
    line-height: 19px;
    padding: 20px;
    width: 20%;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
  }

  .block-policy .inner .item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid transparent;
    border-radius: 10px;
  }

  .block-policy .inner .item:hover {
    cursor: pointer;
  }

  .block-policy .inner .item:hover:before {
    border-color: #323232;
  }

  .block-policy .inner .item:hover a {
    color: #323232;
  }

  .block-policy .inner .item a {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 5px;
    font-weight: 500;
  }

  .block-policy .inner .item a:hover {
    color: #323232;
  }

  .block-policy .inner .item a em {
    width: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
  }

  .block-policy .inner .item p {
    color: #888;
    font-size: 14px;
    margin: 0;
  }

  .block-policy .inner .item .pl_icon {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 10px;
    background: #f5f5f5;
    border-radius: 100%;
  }

  .banner a {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .banner a:hover {
    /*&:before{
   background: rgba(0,0,0,0.5);
   position: absolute;
   content: '';
   height: 100%;
   width: 100%;
   z-index: 1;
   display: block;
   opacity: 0;
   transition: 0.3s all ease 0s;
   }*/
  }

  .banner a img {
    transition: all 0.3s ease-in-out 0s;
  }

  .banner a img:hover {
    transform: scale(1.15);
  }

  .home-banner1 {
    margin-bottom: 50px;
  }

  .home-banner1 .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .home-banner1 .row .item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .block-dealproduct .products-wrap {
    overflow: hidden;
    margin: 0 0 50px;
    background: #323232;
    border-radius: 20px;
  }

  .block-dealproduct .products-wrap .intro_text {
    margin: 0;
    width: 25%;
    float: left;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/icon-lock.png) no-repeat center center;
    padding: 80px 0 73px;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv1 {
    font-size: 48px;
    display: block;
    font-weight: 600;
    line-height: 35px;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv2 {
    font-size: 30px;
    display: block;
    font-weight: 600;
    line-height: 25px;
    margin: 55px 0 20px;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv3 {
    font-size: 64px;
    display: block;
    font-weight: 600;
    line-height: 47px;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .num-deal .text-count {
    font-size: 18px;
    display: block;
    text-transform: none;
    font-weight: 300;
    margin: 50px 0 8px;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .num-deal #block-clock div {
    margin: 0 5px;
    padding: 8px 0px;
    font-size: 24px;
    color: #323232;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    min-width: 60px;
    font-weight: 600;
  }

  .block-dealproduct .products-wrap .intro_text .block-countdown .num-deal #block-clock div span {
    font-size: 12px;
    color: #222;
    display: block;
    font-weight: 600;
  }

  .block-dealproduct .products-wrap .products-box {
    width: 75%;
    float: left;
  }

  .block-dealproduct .products-wrap .products-box .item {
    margin: 30px 0;
    padding-bottom: 0;
  }

  .block-dealproduct .products-wrap .products-box .item .item-inner {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    margin: 0 5px;
  }

  .block-dealproduct .products-wrap .products-box .item .item-inner:hover .item-image .sj_jshopping_quickview_handler {
    top: 50%;
  }

  .block-dealproduct .products-wrap .products-box .item .item-inner:hover .item-image a img {
    transform: scale(1.15);
  }

  .block-dealproduct .products-wrap .products-box .item .item-inner:hover .item-price {
    color: #323232;
  }

  .block-dealproduct .products-wrap .products-box .item .item-inner:hover .addtocart {
    background: #323232;
    color: #fff;
  }

  .block-dealproduct .products-wrap .products-box .item .item-image {
    border-radius: 10px;
    margin-bottom: 7px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .block-dealproduct .products-wrap .products-box .item .item-image a {
    display: inline-block;
  }

  .block-dealproduct .products-wrap .products-box .item .item-image img {
    transition: 0.3s all ease 0s;
  }

  .block-dealproduct .products-wrap .products-box .item .item-title {
    margin: 0 0 12px;
    font-weight: 500;
    padding: 0 10px;
  }

  .block-dealproduct .products-wrap .products-box .item .item-title a {
    color: #222;
  }

  .block-dealproduct .products-wrap .products-box .item .item-title a:hover {
    color: #323232;
  }

  .block-dealproduct .products-wrap .products-box .item .review-mark {
    margin: 0 0 5px;
    display: inline-block;
  }

  #sp-section-7 {
    margin-top: 20px;
  }

  #sp-section-8 .block-products:first-child {
    margin-top: 50px;
  }

  .block-products {
    margin: 0 0 50px;
  }

  .block-products .sp-module-title {
    font-size: 24px;
    line-height: 20px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .block-products .products-wrap {
    overflow: hidden;
    margin: 0;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
  }

  .block-products .products-wrap .footer_text {
    margin: 0;
    width: 19%;
    float: right;
  }

  .block-products .products-wrap .footer_text .box-banner {
    border-radius: 10px;
    float: right;
    overflow: hidden;
  }

  .block-products .products-wrap .footer_text .box-banner img {
    transition: all 0.3s ease-in-out 0s;
  }

  .block-products .products-wrap .footer_text .box-banner img:hover {
    transform: scale(1.15);
  }

  .block-products .products-wrap .products-box {
    float: left;
    width: 81%;
  }

  .block-products .products-wrap .products-box .item {
    margin: 0px 20px 0 0;
    padding-bottom: 0;
  }

  .block-products .products-wrap .products-box .item .item-inner {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    margin: 0 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .block-products .products-wrap .products-box .item .item-inner:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .block-products .products-wrap .products-box .item .item-inner:hover .item-image .sj_jshopping_quickview_handler {
    top: 50%;
  }

  .block-products .products-wrap .products-box .item .item-inner:hover .item-image a img {
    transform: scale(1.15);
  }

  .block-products .products-wrap .products-box .item .item-inner:hover .item-price {
    color: #323232;
  }

  .block-products .products-wrap .products-box .item .item-inner:hover .addtocart {
    background: #323232;
    color: #fff;
  }

  .block-products .products-wrap .products-box .item .item-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .block-products .products-wrap .products-box .item .item-image a {
    display: inline-block;
  }

  .block-products .products-wrap .products-box .item .item-image img {
    transition: 0.3s all ease 0s;
  }

  .block-products .products-wrap .products-box .item .item-title {
    margin: 0 0 12px;
    font-weight: 500;
    padding: 0 10px;
  }

  .block-products .products-wrap .products-box .item .item-title a {
    color: #222;
  }

  .block-products .products-wrap .products-box .item .item-title a:hover {
    color: #323232;
  }

  .block-products .products-wrap .products-box .item .review-mark {
    margin: 0 0 5px;
    display: inline-block;
  }

  .block-slideproduct {
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }

  .block-slideproduct .sp-module-title,
  .block-slideproduct .page-title {
    font-size: 18px;
    text-transform: capitalize;
    background: #323232;
    color: #fff;
    border-radius: 0 30px 30px 0;
    padding: 0 20px;
    line-height: 35px;
    float: left;
    margin: 20px 0 0 -1px;
    font-weight: 400;
  }

  .block-slideproduct .container-slider {
    margin: 0;
  }

  .block-slideproduct .container-slider .page-button.top.style2 {
    margin: 20px 20px 0 0;
  }

  .block-slideproduct .container-slider .page-button.top.style2 ul.control-button {
    text-indent: 0;
    height: 35px;
  }

  .block-slideproduct .container-slider .page-button.top.style2 ul.control-button li {
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background: #f5f5f5;
    color: #222;
    font-size: 0;
    opacity: 1;
    text-align: center;
    z-index: 2;
  }

  .block-slideproduct .container-slider .page-button.top.style2 ul.control-button li:before {
    content: "\e930";
    font-family: "icomoon";
    font-size: 18px;
  }

  .block-slideproduct .container-slider .page-button.top.style2 ul.control-button li.preview {
    right: 40px;
  }

  .block-slideproduct .container-slider .page-button.top.style2 ul.control-button li.preview:before {
    content: "\e92f";
  }

  .block-slideproduct .container-slider .page-button.top.style2 ul.control-button li:hover {
    color: #fff;
    background: #323232;
  }

  .block-slideproduct .container-slider .slider {
    clear: both;
    margin: 20px;
    z-index: 1;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item {
    margin-bottom: 0;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
    float: left;
    border: none;
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img img {
    width: auto;
    transition: 0.3s all ease 0s;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
    opacity: 1;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info {
    padding: 0 20px;
    margin-top: 20px;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title a {
    color: #222;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title a:hover {
    color: #323232;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-price {
    color: #222;
    font-size: 20px;
    margin: 10px 0 15px;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
    font-size: 14px;
    color: #666;
    padding-bottom: 30px;
    line-height: 23px;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .item-img .sj_jshopping_quickview_handler {
    top: 50%;
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .item-img img {
    transform: scale(1.15);
  }

  .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .addtocart {
    background: #323232;
    color: #fff;
  }

  .custom.block-categories {
    margin: 0px;
  }

  .custom.block-categories .yt-content-slider .owl-nav [class*="owl-"] {
    opacity: 1;
  }

  .custom.block-categories .yt-content-slider .item {
    margin: 20px 0;
    border: none;
    text-align: center;
    border-radius: 10px;
  }

  .custom.block-categories .yt-content-slider .item img {
    opacity: 1;
  }

  .custom.block-categories .yt-content-slider .item:hover {
    background-color: #fff;
  }

  .custom.block-categories .yt-content-slider .item:hover a {
    color: #222;
  }

  .custom.block-categories .yt-content-slider .item a {
    display: block;
    padding: 10px;
    color: #fff;
  }

  .custom.block-categories .yt-content-slider .item a:hover {
    color: #222;
  }

  .custom.block-categories .yt-content-slider .item a img {
    display: inline-block;
    width: 123px;
    max-width: 100%;
    border-radius: 100%;
  }

  .custom.block-categories .yt-content-slider .item a span {
    clear: both;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 5px;
  }

  .custom.block-categories .owl-controls {
    margin-top: 0;
  }

  .custom.block-categories .owl-controls .owl-nav div {
    background-color: transparent;
    color: #222;
    height: 35px;
    width: 35px;
    margin: 0;
    line-height: 35px;
    border-radius: 100%;
    background: #f5f5f5;
  }

  .custom.block-categories .owl-controls .owl-nav div:hover {
    color: #fff;
    background-color: #323232;
  }

  .custom.block-categories .owl-controls .owl-nav div.owl-next {
    right: 0;
    text-indent: 0;
  }

  .custom.block-categories .owl-controls .owl-nav div.owl-next:before {
    content: "\e930";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-categories .owl-controls .owl-nav div.owl-prev {
    left: 0;
  }

  .custom.block-categories .owl-controls .owl-nav div.owl-prev:before {
    content: "\e92f";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-brands {
    margin: 0 0 50px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
  }

  .custom.block-brands .yt-content-slider .owl-nav [class*="owl-"] {
    opacity: 1;
  }

  .custom.block-brands .yt-content-slider .owl-stage-outer {
    padding: 0 1px;
  }

  .custom.block-brands .yt-content-slider .item {
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
  }

  .custom.block-brands .yt-content-slider .item img {
    opacity: 1;
  }

  .custom.block-brands .yt-content-slider .item:hover {
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }

  .custom.block-brands .yt-content-slider .item:hover a {
    color: #222;
  }

  .custom.block-brands .yt-content-slider .item a {
    display: block;
    color: #fff;
  }

  .custom.block-brands .yt-content-slider .item a:hover {
    color: #222;
  }

  .custom.block-brands .yt-content-slider .item a img {
    display: inline-block;
    max-width: 178px;
    border-radius: 10px;
  }

  .custom.block-brands .yt-content-slider .item a span {
    clear: both;
    display: none;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 5px;
  }

  .custom.block-brands .owl-controls {
    margin-top: 0;
  }

  .custom.block-brands .owl-controls .owl-nav div {
    background-color: transparent;
    color: #222;
    height: 35px;
    width: 35px;
    margin: 0;
    line-height: 35px;
    border-radius: 100%;
    background: #f5f5f5;
  }

  .custom.block-brands .owl-controls .owl-nav div:hover {
    color: #fff;
    background-color: #323232;
  }

  .custom.block-brands .owl-controls .owl-nav div.owl-next {
    right: 0;
    text-indent: 0;
  }

  .custom.block-brands .owl-controls .owl-nav div.owl-next:before {
    content: "\e930";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-brands .owl-controls .owl-nav div.owl-prev {
    left: 0;
  }

  .custom.block-brands .owl-controls .owl-nav div.owl-prev:before {
    content: "\e92f";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-promotion {
    margin: 50px 0;
    overflow: hidden;
  }

  .custom.block-promotion .yt-content-slider .owl-nav [class*="owl-"] {
    opacity: 1;
  }

  .custom.block-promotion .yt-content-slider .owl-stage-outer {
    margin: 0 -10px;
  }

  .custom.block-promotion .yt-content-slider .item {
    border: none;
    text-align: center;
    position: static;
    padding: 0 10px;
  }

  .custom.block-promotion .yt-content-slider .item a {
    position: relative;
    padding: 35px 0 54px;
    display: block;
    color: #fff;
  }

  .custom.block-promotion .yt-content-slider .item a img {
    display: inline-block;
    width: 266px;
    max-width: 100%;
    border-radius: 10px;
  }

  .custom.block-promotion .yt-content-slider .item a>span .txt_sale {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #26c0ff;
  }

  .custom.block-promotion .yt-content-slider .item a>span .txt_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #222;
    line-height: 44px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 0.3s ease-in-out 0s;
  }

  .custom.block-promotion .yt-content-slider .item a>span .txt_title:before {
    background: #26c0ff;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
  }

  .custom.block-promotion .yt-content-slider .item a>span:before {
    background: #26c0ff;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    transition: all 0.3s ease-in-out 0s;
  }

  .custom.block-promotion .yt-content-slider .item:hover a>span .txt_title {
    border-color: transparent !important;
    color: #fff;
  }

  .custom.block-promotion .yt-content-slider .item:hover a>span .txt_title:before {
    background-color: transparent !important;
  }

  .custom.block-promotion .yt-content-slider .item:hover a>span:before {
    height: 46px;
    border-radius: 4px;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(2) .item a span .txt_sale {
    color: #fd6130;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(2) .item a span .txt_title:before {
    background: #fd6130;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(2) .item a span:before {
    background: #fd6130;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(3) .item a span .txt_sale {
    color: #68cd20;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(3) .item a span .txt_title:before {
    background: #68cd20;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(3) .item a span:before {
    background: #68cd20;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(4) .item a span .txt_sale {
    color: #ffb400;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(4) .item a span .txt_title:before {
    background: #ffb400;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(4) .item a span:before {
    background: #ffb400;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(5) .item a span .txt_sale {
    color: #ff5b9d;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(5) .item a span .txt_title:before {
    background: #ff5b9d;
  }

  .custom.block-promotion .yt-content-slider .owl-item:nth-child(5) .item a span:before {
    background: #ff5b9d;
  }

  .custom.block-promotion .owl-controls {
    margin-top: 0;
  }

  .custom.block-promotion .owl-controls .owl-nav div {
    background-color: transparent;
    color: #222;
    height: 35px;
    width: 35px;
    margin: 0;
    line-height: 35px;
    border-radius: 100%;
    background: #f5f5f5;
  }

  .custom.block-promotion .owl-controls .owl-nav div:hover {
    color: #fff;
    background-color: #323232;
  }

  .custom.block-promotion .owl-controls .owl-nav div.owl-next {
    right: 0;
    text-indent: 0;
  }

  .custom.block-promotion .owl-controls .owl-nav div.owl-next:before {
    content: "\e930";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-promotion .owl-controls .owl-nav div.owl-prev {
    left: 0;
  }

  .custom.block-promotion .owl-controls .owl-nav div.owl-prev:before {
    content: "\e92f";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-testimonial .moduletable .testimonial-title {
    display: none;
  }

  .custom.block-testimonial .moduletable .yt-testimonial {
    padding: 30px 0 40px;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .extraslider-inner {
    padding: 0 18.5%;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .extraslider-inner .item-wrap-inner {
    margin: 0;
    padding: 0;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .extraslider-inner .item-wrap-inner .item-info {
    padding: 30px 0 0;
    font-size: 16px;
    color: #222;
    line-height: 22px;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .extraslider-inner .item-wrap-inner .item-info h5 {
    font-size: 18px;
    color: #222;
    margin: 12px 0 0;
    text-transform: uppercase;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div {
    color: #fff;
    height: 55px;
    width: 55px;
    margin-top: -28px;
    line-height: 55px;
    border-radius: 100%;
    background: #e0e0e0;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div:hover {
    color: #fff;
    background-color: #323232;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div.owl-next {
    right: 0;
    text-indent: 0;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div.owl-next:before {
    content: "\e930";
    font-family: "icomoon";
    font-size: 18px;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div.owl-prev {
    left: 0;
  }

  .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div.owl-prev:before {
    content: "\e92f";
    font-family: "icomoon";
    font-size: 18px;
  }

  ul.block-menufooter {
    text-align: right;
    margin: 0 -20px;
  }

  ul.block-menufooter li {
    display: inline-block;
    margin: 20px;
    line-height: 20px;
  }

  ul.block-menufooter li a {
    font-size: 16px;
    text-transform: normal;
  }

  ul.block-menufooter li:first-child {
    float: left;
  }

  ul.block-menufooter li:first-child a:before {
    content: "\f041";
    font-size: 20px;
    margin-right: 10px;
    font-family: FontAwesome;
  }

  .sp-module .acymailing_module {
    padding: 0px 0 22px !important;
    max-width: 72%;
  }

  .sp-module .acymailing_module .acymailing_introtext {
    padding-bottom: 15px !important;
  }

  .sp-module .acymailing_module table.acymailing_form {
    display: block;
  }

  .sp-module .acymailing_module td {
    padding-bottom: 0;
  }

  .sp-module .acymailing_module td.acyfield_email {
    min-width: 211px;
  }

  .sp-module .acymailing_module td.acyfield_email input[type="text"] {
    height: 44px;
    border: none;
    color: #222;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    line-height: 44px;
  }

  .sp-module .acymailing_module td.acysubbuttons input[type="submit"] {
    height: 44px;
    font-weight: 400;
    background-color: #323232;
    border-radius: 0px 5px 5px 0px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 14px;
    margin-left: -2px;
    border: none;
    transition: none;
  }

  .sp-module .acymailing_module td.acysubbuttons input[type="submit"]:hover {
    color: #222;
  }

  .sp-module .acymailing_module td.acysubbuttons input[type="submit"]:focus {
    box-shadow: none;
  }

  #sp-right .sp-module.jshop-cat .sp-module-title {
    margin: 0 0 5px;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_1_a {
    padding-left: 30px;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_1_a a {
    font-size: 14px;
    font-weight: 400;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_0_a,
  #sp-right .sp-module.jshop-cat .jshop_menu_level_0 {
    margin: 0;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a,
  #sp-right .sp-module.jshop-cat .jshop_menu_level_0 a {
    font-size: 14px;
    font-weight: 400 !important;
    color: #222;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0px;
    display: block;
    position: relative;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a:before,
  #sp-right .sp-module.jshop-cat .jshop_menu_level_0 a:before {
    display: block;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a:hover,
  #sp-right .sp-module.jshop-cat .jshop_menu_level_0 a:hover {
    color: #323232;
  }

  #sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a:hover:before,
  #sp-right .sp-module.jshop-cat .jshop_menu_level_0 a:hover:before {
    opacity: 1;
    background-color: #323232;
  }

  .tag-category {
    padding-bottom: 3rem;
  }

  .tag-category .mb-3 #filter-search {
    height: 40px;
  }

  .tag-category .mb-3 .btn.btn-secondary {
    height: 40px;
  }

  .tag-category .mb-3 .btn-group {
    margin-left: 1rem;
  }

  .tag-category .mb-3 .btn-group select {
    -webkit-appearance: none;
    vertical-align: middle;
    background: url(../images/bg-selectbox.png) no-repeat right center #fff;
    padding-right: 26px;
    width: 80px;
  }

  .tag-category .mt-3 {
    margin-left: 1rem;
    margin-top: 0px !important;
  }

  .tag-category .mt-3 select {
    -webkit-appearance: none;
    vertical-align: middle;
    background: url(../images/bg-selectbox.png) no-repeat right center #fff;
    padding-right: 26px;
    width: 80px;
  }

  .tag-category .list-group li h3 {
    font-size: 18px;
  }

  /*== Search sidebar ==*/
  .search-sidebar .form-search {
    position: relative;
  }

  .search-sidebar .form-search .search-query {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 0 0 20px;
    line-height: 40px;
  }

  .search-sidebar .form-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    padding: 0 13px;
    height: 40px;
  }

  .search-sidebar .form-search .btn-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
  }

  .search-sidebar .form-search .btn-search:hover {
    color: #222;
  }

  #sp-right .sp-column .categories-module .sp-module-title,
  #sp-left .sp-column .categories-module .sp-module-title {
    margin: 0 0 5px;
  }

  #sp-right .sp-column .categories-module li,
  #sp-left .sp-column .categories-module li {
    padding: 10px 0px;
  }

  #sp-right .sp-column .categories-module li>a,
  #sp-left .sp-column .categories-module li>a {
    color: #222;
    line-height: normal;
    padding: 0;
  }

  #sp-right .sp-column .categories-module li>a:hover,
  #sp-left .sp-column .categories-module li>a:hover {
    color: #323232;
  }

  #sp-right .sp-column .categories-module li:last-child,
  #sp-left .sp-column .categories-module li:last-child {
    border-bottom: 1px solid #f3f3f3;
  }

  #sp-right .sp-column .sj-meganew .meganew-wrap .meganew-box .item-title h3,
  #sp-left .sp-column .sj-meganew .meganew-wrap .meganew-box .item-title h3 {
    font-size: 16px;
  }

  #sp-right .sp-column .tagscloud,
  #sp-left .sp-column .tagscloud {
    padding: 15px 10px;
  }

  .hasTooltip {
    display: inline-block !important;
  }

  div.itemToolbar {
    display: none;
  }

  .hasPopover {
    display: inline-block !important;
  }

  .tooltip {
    display: none;
  }

  .category-list select:not([multiple]).inputbox {
    width: 80px;
  }

  .category-list .col-auto button[name="filter_submit"] {
    display: none;
  }

  .search .controls input[type="radio"] {
    margin: 0 6px;
  }

  .categories-list h3.page-header {
    font-size: 24px;
  }

  .categories-list h3.page-header .badge {
    font-size: 14px;
  }

  .blog .article-list .article:hover img {
    opacity: 0.85;
  }

  .blog .article-list .article .article-header h2 a:hover {
    color: #323232;
  }

  .blog .article-list .article .readmore a:hover {
    color: #323232;
  }

  /*-----------Checkout -------------*/
  #sp-component div.jshop table.cart th {
    background-color: #6e4a19ff;
  }

  #sp-component div.jshop table.cart tbody tr:first-child {
    background: #222;
    border: 1px solid #ccc;
  }

  #sp-component div.jshop table.cart tbody tr:first-child th {
    color: #fff;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sp-component div.jshop table.cart tbody tr td {
    border: 1px solid #eee;
    padding: 10px;
  }

  #sp-component div.jshop table.cart tbody tr td.product_name {
    font-weight: 600;
    text-transform: capitalize;
  }

  #sp-component div.jshop table.cart tbody tr td .inputbox {
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: inline-block;
  }

  #sp-component div.jshop table.cart tbody tr td .cart_reload {
    margin: 0 5px;
    display: inline-block;
  }

  #sp-component div.jshop table.cart tbody tr td a {
    display: inline-block;
  }

  #sp-component div.jshop table.cart tbody tr td a .jshop_img {
    width: 100px;
  }

  #sp-component div.jshop table.jshop_subtotal {
    width: 100%;
  }

  #sp-component div.jshop table.jshop_subtotal tr td {
    border: 1px solid #ddd;
    padding: 20px;
  }

  #sp-component div.jshop #checkout .td_1 {
    display: inline-block;
    float: left;
  }

  #sp-component div.jshop #checkout .td_1 a {
    background: #6e4a19ff;
    color: #fff;
    display: inline-block;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
  }

  #sp-component div.jshop #checkout .td_1 a img {
    display: none;
  }

  #sp-component div.jshop #checkout .td_1 a:hover {
    background: #323232;
  }

  #sp-component div.jshop #checkout .td_2 {
    display: inline-block;
    float: left;
    padding: 0 0;
  }

  #sp-component div.jshop #checkout .td_2 a {
    background: #323232;
    color: #fff;
    display: inline-block;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
  }

  #sp-component div.jshop #checkout .td_2 a img {
    display: none;
  }

  #sp-component div.jshop #checkout .td_2 a:hover {
    background: #222;
  }

  #sp-component div.jshop table .button {
    margin: 5px 5px 0px 0px;
    background: #ff5722;
    box-shadow: none;
    color: #fff;
    border: none;
    padding: 0px 25px;
    text-align: center;
  }

  #sp-component div.jshop table .button:hover {
    background: #222;
  }

  .jshop_subtotal .name {
    width: 90%;
    text-align: right;
    font-weight: bold;
  }

  .jshop_subtotal .value {
    text-align: left;
    width: auto;
  }

  .jshop.login,
  .jshop.register {
    background: #fff;
    padding: 15px;
  }

  .jshop.login h1,
  .jshop.register h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
  }

  .jshop.login .login_block td,
  .jshop.register .login_block td,
  .jshop.login .register_block td,
  .jshop.register .register_block td {
    padding: 10px 5px;
  }

  .jshop.login .login_block #remember_me,
  .jshop.register .login_block #remember_me,
  .jshop.login .register_block #remember_me,
  .jshop.register .register_block #remember_me {
    margin-top: 5px;
  }

  div.jshop_register {
    padding: 0;
  }

  div.jshop_register td {
    padding: 10px 0px;
  }

  div.jshop_register .name {
    min-width: 150px;
  }

  .jshop.search-form h2.heading {
    font-size: 18px;
    color: #222;
  }

  .jshop.search-form #category_id {
    margin-bottom: 15px;
  }

  .jshop.search-form input[type="text"]:not(.form-control),
  .jshop.search-form input[type="email"]:not(.form-control),
  .jshop.search-form input[type="url"]:not(.form-control),
  .jshop.search-form input[type="date"]:not(.form-control),
  .jshop.search-form input[type="password"]:not(.form-control),
  .jshop.search-form input[type="search"]:not(.form-control),
  .jshop.search-form input[type="tel"]:not(.form-control),
  .jshop.search-form input[type="number"]:not(.form-control),
  .jshop.search-form select:not(.form-control),
  .jshop.search-form input[type="text"] {
    display: inline-block;
    width: 70%;
  }

  .jshop.search-form input[type="submit"] {
    border-radius: 5px;
    background: #222;
    color: #fff;
    line-height: 40px;
    border: none;
    padding: 0 25px;
  }

  .jshop.search-form input[type="submit"]:hover {
    background: #323232;
  }

  /*----------- Page Bonus -----------*/
  #search-results .search-pages-counter {
    margin-top: 10px;
  }

  .login .form-group input.form-control {
    height: 40px;
    line-height: 40px;
  }

  .login .list-group .list-group-item {
    border: none;
  }

  .article-details .pager {
    float: left;
    width: 100%;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail {
    margin: 0 0 20px;
    overflow: hidden;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img {
    float: left;
    width: 80px;
    margin-right: 12px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img img {
    transition: all 0.3s ease-in-out 0s;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img:hover img {
    transform: scale(1.15);
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-title h4 a {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-title h4 a:hover {
    color: #222;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta {
    color: #999;
    font-size: 12px;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta i {
    color: #999;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta .entry-date {
    margin-right: 6px;
    position: relative;
  }

  .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta .entry-date i {
    margin-right: 2px;
    color: #999;
  }

  .home-collection .sppb-addon-module .sppb-addon-title {
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 3px;
    position: relative;
  }

  /*---------------Page Detail-------------------*/
  span#mxcpr {
    display: none;
  }

  .productfull .product-form {
    margin-bottom: 20px;
    padding: 0 0 30px;
  }

  .productfull .product-image .image_middle {
    width: auto;
    position: relative;
    margin-bottom: 10px;
  }

  .productfull .product-image .image_middle .product_label {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .productfull .product-image .image_middle .product_label.lbl-new {
    right: auto;
    left: 10px;
  }

  .productfull .product-image .image_middle .product_label.lbl-new .label_name {
    background: #08c;
  }

  .productfull .product-image .image_middle .product_label .label_name {
    width: 45px;
    height: 45px;
    background: #323232;
    border-radius: 100%;
    color: #fff;
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }

  .productfull .additional-images .jCarouselLite {
    display: flex;
  }

  .productfull .additional-images .jCarouselLite>div a.img {
    display: block;
    padding: 0px;
  }

  .productfull .additional-images .jCarouselLite>div a.img.active>img.jshop_img_thumb {
    border: 1px solid #323232;
  }

  .productfull .additional-images .jCarouselLite>div a.img img.jshop_img_thumb {
    margin: 0 auto;
    padding: 0px;
  }

  .productfull .additional-images .jCarouselLite>div a.img img.jshop_img_thumb:hover {
    border: 1px solid #323232;
  }

  .productfull .product-info h1.title {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin: 0 0 15px;
  }

  .productfull .product-info .rating {
    display: inline-block;
    margin-bottom: 5px;
  }

  .productfull .product-info .price {
    margin-bottom: 5px;
  }

  .productfull .product-info .price strong {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    display: inline-block;
  }

  .productfull .product-info .price #block_price {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
  }

  .productfull .product-info .price #old_price {
    color: #aaa;
    font-size: 16px;
    text-decoration: line-through;
  }

  .productfull .product-info .jshop_prod_description {
    color: #666;
    margin: 0 0 20px;
    line-height: 23px;
  }

  .productfull .product-info .price_prod_qty_list_head {
    font-size: 14px;
    color: #222;
    font-weight: 500;
  }

  .productfull .product-info .price_prod_qty_list {
    margin-bottom: 15px;
  }

  .productfull .product-info .prod_buttons .prod_qty {
    font-size: 14px;
    color: #222;
    font-weight: 500;
  }

  .productfull .product-info .prod_buttons #quantity {
    width: 40px;
    padding: 0;
    height: 40px;
    border-radius: 0;
    margin: 0 5px;
    text-align: center;
  }

  .productfull .product-info .prod_buttons .buttons .button {
    border: none;
    box-shadow: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    line-height: 40px;
    background: #323232;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
  }

  .productfull .product-info .prod_buttons .buttons .button:hover {
    background-color: #222;
    color: #fff;
  }

  .productfull .product-info .prod_buttons .buttons .btn-wishlist {
    padding: 0;
    background: none;
    color: #666;
    text-transform: capitalize;
  }

  .productfull .product-info .prod_buttons .buttons .btn-wishlist span {
    font-size: 0;
  }

  .productfull .product-info .prod_buttons .buttons .btn-wishlist span:before {
    content: "\e93f";
    font-family: "icomoon";
    font-size: 30px;
    display: inline-block;
    margin: 0 10px;
    height: 40px;
  }

  .productfull .product-info .prod_buttons .buttons .btn-wishlist:hover {
    background-color: none;
    color: #323232;
  }

  .productfull .product-info .prod_buttons .buttons .btn-wishlist:focus {
    box-shadow: none;
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-nav>div {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    line-height: 22px;
    font-size: 0;
    background: #f5f5f5;
    color: #222;
    display: inline-block;
    margin: 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-nav>div:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-family: fontawesome;
    font-size: 14px;
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-nav>div:hover {
    background: #323232;
    color: #fff;
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-next {
    right: 2px;
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-next:before {
    content: "\f105";
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-prev {
    left: 2px;
  }

  .productfull .block-main .product-image .additional-images .owl-controls .owl-prev:before {
    content: "\f104";
  }

  .productfull .block-main .product-image .additional-images:hover .owl-nav div {
    opacity: 1;
  }

  .productfull .block-tab {
    margin: 0 0 30px;
  }

  .productfull .block-tab .nav-tabs {
    border-bottom: 0;
    margin: 0px 0 5px;
  }

  .productfull .block-tab .nav-tabs li:nth-child(2) {
    padding: 0 0px;
  }

  .productfull .block-tab .nav-tabs li.active a {}

  .productfull .block-tab .nav-tabs li:after {
    content: "/";
    color: #666;
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
  }

  .productfull .block-tab .nav-tabs li:last-child:after {
    display: none;
  }

  .productfull .block-tab .nav-tabs li a {
    padding: 0 0 0px;
    border: none;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .productfull .block-tab .tab-content {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
  }

  .productfull .jshop_list_product_related {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding: 10px;
  }

  .productfull .jshop_list_product_related .list_related .owl-stage-outer {
    overflow: visible;
  }

  .productfull .jshop_list_product_related .list_related .owl-controls {
    position: absolute;
    top: -60px;
    right: -2px;
  }

  .productfull .jshop_list_product_related .list_related .owl-controls .owl-nav>div {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 30px;
    font-size: 0;
    background: #f5f5f5;
    color: #222;
    display: inline-block;
    margin: 0px;
    position: relative;
    text-align: center;
  }

  .productfull .jshop_list_product_related .list_related .owl-controls .owl-nav>div:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "\e930";
    font-family: "icomoon";
    font-size: 16px;
  }

  .productfull .jshop_list_product_related .list_related .owl-controls .owl-nav>div:hover {
    background: #323232;
    color: #fff;
  }

  .productfull .jshop_list_product_related .list_related .owl-controls .owl-nav .owl-prev {
    margin: 0 5px;
  }

  .productfull .jshop_list_product_related .list_related .owl-controls .owl-nav .owl-prev:before {
    content: "\e92f";
  }

  .productfull .jshop_list_product_related .list_related .owl-controls .owl-nav .owl-next:before {
    content: "\e930";
  }

  .productfull .jshop_list_product_related .jshop_related .product-item-info .item-image {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
    position: relative;
  }

  .productfull .jshop_list_product_related .jshop_related .product-item-info .item-image img {
    transition: all 0.3s ease-in-out 0s;
  }

  .productfull .jshop_list_product_related .jshop_related .product-item-info .details .review_mark {
    margin: 0 auto 10px;
  }

  .productfull .jshop_list_product_related .related_header {
    margin: 10px 0 0;
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    position: relative;
  }

  .productfull .jshop_list_product_related .related_header span {
    display: inline-block;
    border-bottom: 2px solid #323232;
    margin: 0 0 -2px;
    padding: 0 0 5px;
  }

  div.stars_active {
    background-image: url('../images/star.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 16px;
  }

  div.stars_no_active {
    background-image: url('../images/no_star.png');
    background-position: 0px 0px;
  }

  .full-categories .sppb-section-title {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #eee;
  }

  .full-categories h3.sppb-title-heading {
    font-size: 150%;
    text-align: left;
    padding: 0;
    font-weight: 700;
    color: #222;
    padding-bottom: 6px;
    text-transform: uppercase;
    position: relative;
  }

  .full-categories h3.sppb-title-heading:before {
    content: '';
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: -9px;
    background-color: #222;
  }

  .static-image a img:hover {
    opacity: 0.8;
  }

  .product-image-photo {
    margin: 0 auto;
  }

  /*== Listing product ==*/
  label.select-mask {
    position: relative;
    display: inline-block;
    margin: 0px;
  }

  label.select-mask select {
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: normal;
    border: none;
    background: #f3f3f3;
    width: 140px;
    height: 31px !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 0;
    box-shadow: none;
  }

  label.select-mask:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #999;
    right: 0px;
    top: 0px;
    padding: 5px 12px;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    background: #f3f3f3;
    border-left: solid 1px #dfdfdf;
  }

  label.select-mask:before {
    content: '';
    right: 1px;
    top: 1px;
    width: 28px;
    height: 32px;
    position: absolute;
    pointer-events: none;
    display: block;
  }

  span.prod_attr_img {
    position: absolute;
    top: 0;
    right: -43px;
  }

  span.prod_attr_img img {
    height: 31px;
    width: 31px;
  }

  .jshop_list_product #sort_count {
    background: #fff;
    border: 0px solid #eee;
    padding: 10px 12px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
  }

  .jshop_list_product #sort_count .box_products_sorting {
    float: left;
  }

  .jshop_list_product #sort_count .box_products_sorting span.first {
    display: inline-block;
  }

  .jshop_list_product #sort_count .box_products_sorting .select-mask {
    display: inline-block;
  }

  .jshop_list_product #sort_count .box_products_sorting .btn_sortting {
    margin: -4px 10px;
    cursor: pointer;
    display: inline-block;
  }

  .jshop_list_product #sort_count .box_products_count_to_page {
    float: right;
  }

  .jshop_list_product #sort_count .box_products_sorting,
  .jshop_list_product #sort_count .box_products_count_to_page {
    padding: 0px 10px;
    color: #000;
    display: inline-block;
  }

  .jshop_list_product #sort_count p {
    display: inline-block;
    color: #999;
  }

  .jshop_list_product #sort_count .inputbox {
    margin: 0px 5px;
  }

  .jshop_list_product #sort_count label.select-mask select {
    width: 165px;
    height: 30px;
    font-size: 12px;
    background: #e9e9e9;
  }

  .jshop_list_product .jshop_pagination {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    margin: 20px 0;
    border-radius: 3px;
    text-align: right;
  }

  .jshop_list_product .jshop_pagination .pagination {
    margin: 10px 20px;
    text-align: right;
    display: block;
  }

  .jshop_list_product .jshop_pagination .pagination .pagination {
    margin: 0;
    border-radius: 0;
  }

  .jshop_list_product .jshop_pagination .pagination .pagination>li {
    display: inline-block;
    margin: 0 1px;
  }

  .jshop_list_product .jshop_pagination .pagination .pagination>li.active a,
  .jshop_list_product .jshop_pagination .pagination .pagination>li.active span {
    background-color: #323232;
    border-color: #323232;
  }

  .jshop_list_product .jshop_pagination .pagination .pagination>li>a,
  .jshop_list_product .jshop_pagination .pagination .pagination>li span {
    padding: 6px 10px;
    border-radius: 0 !important;
    background: #fff;
  }

  .jshop_list_product .jshop_pagination .pagination .pagination>li>a:hover {
    background: #323232;
    color: #fff;
    border-color: #323232;
  }

  .jshop_list_product .jshop_pagination .pagination .pagination>li>a:focus {
    box-shadow: none;
  }

  .jshop_list_product .list_product .space {
    margin: 0 0 30px;
  }

  .jshop_list_product .list_product .item-wrap {
    overflow: hidden;
    border-radius: 3px;
  }

  .jshop_list_product .list_product .item-wrap:hover .item-image .img:before {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
  }

  .jshop_list_product .list_product .item-wrap:hover .item-image .addtocart {
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }

  .jshop_list_product .list_product .item-wrap:hover .item-info h3.item-title a {
    color: #222;
  }

  .jshop_list_product .list_product .item-wrap .item-info {
    background: #ebebeb;
    padding: 0 25px;
  }

  .jshop_list_product .list_product .item-wrap .item-info h3.item-title {
    padding: 20px 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #e1e1d8;
    line-height: 16px;
  }

  .jshop_list_product .list_product .item-wrap .item-info h3.item-title a {
    color: #222;
    font-weight: 500;
    font-size: 14px;
  }

  .jshop_list_product .list_product .item-wrap .item-info .item-content {
    margin: 10px 0;
  }

  .jshop_list_product .list_product .item-wrap .item-info .item-content .item-description {
    color: #666;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .item-price {
    display: inline-block;
    float: left;
    line-height: 16px;
    padding: 0;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .item-price .price {
    display: block;
    color: #222;
    font-weight: bold;
    font-size: 16px;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .item-price .old-price {
    display: block;
    color: #ccc;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 12px;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale {
    background: #222;
    border-radius: 4px;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale:before {
    content: "";
    border-color: transparent #ff5722 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    position: absolute;
    top: 50%;
    left: -6px;
    height: 0;
    width: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale>span {
    display: block;
    color: #fff;
  }

  .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale>span.text {
    font-weight: normal;
  }

  .jshop_list_product .list_product .item-wrap .item-image {
    overflow: hidden;
    position: relative;
  }

  .jshop_list_product .list_product .item-wrap .item-image .img {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
  }

  .jshop_list_product .list_product .item-wrap .item-image .img img {
    width: 100%;
  }

  .jshop_list_product .list_product .item-wrap .item-image .img:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .jshop_list_product .list_product .item-wrap .item-image .addtocart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 135px;
    text-align: center;
    background: #222;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .5);
    padding: 10px 20px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .jshop_list_product .list_product .item-wrap .item-image .addtocart:hover {
    background-color: #bb2d00;
  }

  .jshop_list_product .list_product .item-wrap .item-image .product_label {
    top: 10px;
    right: 10px;
  }

  .jshop_list_product .list_product .item-wrap .item-image .product_label.lbl-new {
    right: auto;
    left: 10px;
  }

  .jshop_list_product .list_product .item-wrap .item-image .product_label.lbl-new .label_name {
    background: #08c;
  }

  .jshop_list_product .list_product .item-wrap .item-image .product_label .label_name {
    width: 45px;
    height: 45px;
    background: #323232;
    border-radius: 100%;
    color: #fff;
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }

  .jshop-listing-product>h1 {
    font-size: 24px;
    line-height: 20px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 400;
  }

  /*== Search sidebar ==*/
  .search-sidebar .form-search {
    position: relative;
  }

  .search-sidebar .form-search .search-query {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 0 0 20px;
    line-height: 40px;
  }

  .search-sidebar .form-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    padding: 0 13px;
    height: 40px;
    cursor: pointer;
  }

  .search-sidebar .form-search .btn-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
  }

  .search-sidebar .form-search .btn-search:hover {
    color: #222;
  }

  .form-vertical {
    display: flex;
    margin: 0px 0;
  }

  .form-vertical .login-greeting {
    line-height: 26px;
  }

  .form-vertical .logout-button input[type="submit"] {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 12px;
    margin-left: 10px;
  }

  .services-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .services-sidebar li:last-child .service-content {
    border: none;
  }

  .services-sidebar li .service-content {
    padding: 25px 0;
  }

  .services-sidebar li .service-content .service-icon {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    min-width: 36px;
    text-align: center;
    vertical-align: top;
    color: #222;
  }

  .services-sidebar li .service-content .service-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
  }

  .services-sidebar li .service-content .service-info h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .services-sidebar li .service-content .service-info h4 a {
    color: #222;
  }

  .services-sidebar li .service-content .service-info h4 a:hover {
    color: #323232;
  }

  .services-sidebar li .service-content .service-info p {
    margin: 0;
  }

  #sp-right .sp-module .jshop_menu_level_0_a a,
  #sp-right .sp-module .jshop_menu_level_0 a {
    color: #222;
  }

  #sp-right .sp-module .jshop_menu_level_0_a a:hover,
  #sp-right .sp-module .jshop_menu_level_0 a:hover {
    color: #323232;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .extraslider-control {
    display: none;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-image {
    float: left;
    width: 85px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-image img {
    transition: all 0.3s ease-in-out 0s;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-image:hover {
    border-color: #323232;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-image:hover img {
    transform: scale(1.15);
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info {
    margin-left: 100px;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .item-content .main-price .price-sale {
    display: none;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .item-content .main-price .item-price .old-price {
    color: #aaa;
    text-decoration: line-through;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .item-content .main-price .item-price .price {
    font-size: 16px;
    color: #222;
    font-weight: 600;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .review_mark {
    display: table;
    margin-bottom: 7px;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info h3.item-title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: normal;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info h3.item-title a {
    color: #222;
  }

  #sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info h3.item-title a:hover {
    color: #323232;
  }

  /*
 #sp-bottom2.col-lg-8{
 .row{margin:0;}
 }
 .sp-megamenu-parent .sp-dropdown ul.sp-mega-group li.menu_item > a{
 color: #252525;
 }
 .sp-megamenu-parent .sp-dropdown .sp-dropdown-items{
 li.sp-menu-item{
 a{color: #252525;}
 }
 }
 .sj-listing-tabs{
 .title-home-page{
 position: relative;
 display: inline-block;
 width: 100%;
 padding-top: 0px;
 margin-bottom: 12px;
 font-size: 150%;
 color: #222;
 font-weight: 700;
 text-transform: uppercase;
 z-index:1;
 }
 .ltabs-wrap{
 .ltabs-tabs-container{
 position: absolute;
 right: 100px;
 top: 2px;
 z-index: 10;
 margin:0;
 .ltabs-tabs{
 li{
 cursor: pointer;
 float: left;
 margin:0 0 0 30px;
 height: 47px;
 line-height: 47px;
 border: none;
 padding:0 0 8px;
 background-color: transparent;
 text-transform: uppercase;
 &.ltabs-tab{
 &:hover{
 background-color: transparent;
 border-bottom: 1px solid #ff5500;
 >span{
 color: #ff5500;
 }
 }
 }
 }
 li.tab-sel{
 border-bottom: 1px solid #ff5500;
 >span{
 color: #ff5500;
 }
 }
 }
 }
 .ltabs-items-container{
 border: 1px solid #eee;
 .ltabs-items {
 .ltabs-item {
 margin-bottom:0px;
 .item-inner{
 position:relative;
 transition: 0.2s;
 -moz-transition: 0.2s;
 -webkit-transition: 0.2s;
 margin:0;
 .item-image{
 border:none;
 margin:0;
 }
 }
 }
 }	
 }
 }
 .owl2-controls{
 .owl2-nav{
 position: absolute;
 top: -42px;
 right: 0;
 z-index: 10;
 >div{
 background-color: transparent;
 border: 1px solid #eee;
 color: #666;
 height: 32px;
 width: 24px;
 margin: 0;
 &:before{
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
 text-indent: 0;
 width: 100%;
 height: 100%;
 opacity: 1;
 }
 &:hover{
 background-color:$link_color;
 border-color:$link_color;
 }
 }
 }
 }
 }
 */
  .list_product .product .item-image .product_label {
    position: absolute;
    top: 80px;
    right: 0px;
  }

  .list_product .product .item-image .product_label.lbl-new {
    right: auto;
    right: 0px;
  }

  .list_product .product .item-image .product_label.lbl-new .label_name {
    background: #08c;
  }

  .list_product .product .item-image .product_label .label_name {
    width: 45px;
    height: 45px;
    background: #323232;
    border-radius: 100%;
    color: #fff;
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }

  .product .product-item-info .item-image {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 0px;
    position: relative;
    border-radius: 4px !important
  }

  .product .product-item-info .item-image a img {
    transition: all 0.3s ease-in-out 0s;
  }

  .product .product-item-info:hover .item-image .sj_jshopping_quickview_handler {
    opacity: 1;
    visibility: visible;
  }

  .product .product-item-details {
    padding: 0px 5px 30px;
    text-align: left;
  }

  .product .product-item-details .product-item-name {
    font-size: 14px;
    margin: 0 0 12px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: capitalize;
    display: block;
    text-align: left;
  }

  .product .product-item-details .product-item-name a {
    color: #222;
  }

  .product .product-item-details .product-item-name a:hover {
    color: #323232;
  }

  .product .product-item-details .review_mark {
    margin-bottom: 10px;
  }

  .product .product-item-details .product-reviews-summary {
    display: inline-table;
  }

  .product .product-item-details .item-prices {
    margin-bottom: 10px;
  }

  .product .product-item-details .item-prices>div {
    display: inline-block;
  }

  .product .product-item-details .item-prices .jshop_price>span {
    color: #222;
    font-size: 16px;
    font-weight: 600;
  }

  .product .product-item-details .item-prices .old_price>span {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
  }

  .product .product-item-details .product-item-inner .buttons .button {
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0 25px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
  }

  .product .product-item-details .product-item-inner .buttons .button:hover {
    background-color: #323232;
  }

  .product .product-item-details .product-item-inner .buttons .button:hover>span {
    color: #fff;
  }

  .product .product-item-details .product-item-inner .actions-secondary {
    display: inline-block;
    margin-left: 4px;
  }

  .product .product-item-details .product-item-inner .actions-secondary .action {
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    border: none;
    line-height: 34px;
    color: #999;
    cursor: pointer;
    background-color: #f2f2f2;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
  }

  .product .product-item-details .product-item-inner .actions-secondary .action>span {
    font-size: 0;
    width: 1px;
  }

  .product .product-item-details .product-item-inner .actions-secondary .action:hover {
    background-color: #222;
  }

  .product .product-item-details .product-item-inner .actions-secondary .action:hover:after {
    color: #fff;
  }

  .product .product-item-details .product-item-inner .actions-secondary .action:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0%;
    left: 30%;
  }

  .product-item-info:hover {
    position: relative;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .product-item-info:hover .item-image {
    overflow: hidden;
  }

  .product-item-info:hover .item-image .sj_jshopping_quickview_handler {
    top: 50%;
  }

  .product-item-info:hover .item-image a img {
    transform: scale(1.15);
  }

  .product-item-info:hover .details .product-item-inner .buttons .button {
    background: #323232;
  }

  .product-item-info:hover .details .product-item-inner .buttons .button>span {
    color: #fff;
  }

  select::-ms-expand {
    display: none;
  }

  .jshop_menu_level_0,
  .jshop_menu_level_0_a {
    margin: 10px 0;
  }

  #myLogin .modal-dialog {
    width: 360px;
    margin: 100px auto;
    z-index: 999;
  }

  #myLogin .modal-dialog .modal-content {
    padding: 25px;
    border-radius: 0;
  }

  #myLogin .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 0;
  }

  #myLogin .modal-dialog .modal-content h3 {
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
  }

  #myLogin .modal-dialog .modal-content #login-form .userdata {
    margin: 0 0 20px 0;
  }

  #myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
    width: 100%;
  }

  #myLogin .modal-dialog .modal-content #login-form .userdata button {
    text-transform: uppercase;
    border: none;
    line-height: 28px;
    min-width: 100px;
    background: #222;
    color: #fff;
  }

  #myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
    background: #000;
  }

  #myLogin .modal-dialog .modal-content #login-form ul.listlogin {
    border-top: 1px solid #e7e7e7;
    margin: 20px 0 10px;
    padding: 10px 0px 0px;
  }

  #myLogin .modal-dialog .modal-content #login-form ul.listlogin li {
    padding: 6px 0;
  }

  #myLogin .modal-dialog .modal-content #login-form ul.listlogin li>a {
    color: #444;
  }

  #myLogin .modal-dialog .modal-content #login-form ul.listlogin li>a:hover {
    color: #222;
  }

  #myLogin .modal-dialog .modal-content .btReverse {
    display: block;
    text-align: center;
    background: #666;
    text-transform: uppercase;
    line-height: 28px;
    border: none;
    color: white;
  }

  #myLogin .modal-dialog .modal-content .btReverse:hover {
    background: #000;
  }

  div.jshop_register {
    width: 100%;
  }

  .banner-mod a {
    background: #000;
    display: block;
    overflow: hidden;
    padding: 0 !important;
  }

  .banner-mod a img {
    transition: all 0.5s ease-in-out;
  }

  .banner-mod a:hover img {
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
  }

  .autosearch-input {
    color: #444;
  }

  .sj_jshopping_search-wrapper .search .select_category select {
    border-radius: 0;
  }

  .search .input-group,
  .registration .input-group,
  .finder .input-group,
  .profile-edit .input-group,
  .login .input-group {
    display: flex;
  }

  .search .input-group .form-control,
  .registration .input-group .form-control,
  .finder .input-group .form-control,
  .profile-edit .input-group .form-control,
  .login .input-group .form-control {
    width: 1%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }

  .form-check-input {
    margin-top: 0.1rem;
  }

  .search .form-group .input-group,
  .search .form-group select:not(.form-control) {
    width: 50%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }

  .fancybox-wrap .fancybox-inner .productfull .jshop_list_product_related,
  .fancybox-wrap .fancybox-inner .productfull .pro-more-info {
    display: none;
  }

  .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab>span {
    font-weight: 400;
  }

  .list-group .list-group-item {
    color: #222;
  }

  .list-group .list-group-item:hover {
    color: #323232;
  }

  .footer-top .sp-module.footer-block ul.links-contact li.email-icon span a {
    color: #444;
  }

  .blog-featured .article-intro-image {
    margin-bottom: 10px;
  }

  .blog-featured .item-title {
    font-size: 18px;
    font-weight: 500;
  }

  .blog-featured .item-title a {
    color: #222;
  }

  .blog-featured .item-title a:hover {
    color: #323232;
  }

  .yt-member-style-3 .yt-member-photo img:hover,
  .yt-member-style-1 .yt-member-photo img:hover {
    opacity: 0.85;
  }

  .yt-member-style-3 div.yt-member-info {
    padding: 5px 1.5em;
  }

  .yt-member-style-3 div.yt-member-icons {
    float: left;
  }

  .featherlight {
    z-index: 1200;
  }

  .review_mark {
    margin: 3px 0 1px;
  }

  .jshop.login table {
    font-size: 14px;
  }

  #g-about h3.title {
    font-size: 24px;
    line-height: 20px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 400;
  }

  .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
    border-radius: 5px;
    color: #fff;
    background: #323232;
    max-width: auto;
    width: auto;
  }

  .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"]:hover {
    background: #222;
  }

  .fancybox-title .child {
    display: none;
  }

  *,
  html {
    outline: none !important;
  }

  @-ms-viewport {
    width: device-width;
  }

  @media screen and (max-width: 400px) {
    @-ms-viewport {
      width: 320px;
    }
  }

  .hidden {
    display: none !important;
    visibility: hidden !important;
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .row * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .row:before,
    .row:after {
      content: " ";
      display: table;
    }

    .row:after {
      clear: both;
    }

    #offcanvas-toggler {
      display: none !important;
      visibility: hidden !important;
    }

    .offcanvas-menu {
      display: none !important;
    }

    .logo-image {
      height: auto !important;
      margin-top: 10px;
      display: inline-block;
    }

    #my_account,
    #jshop_module_cart,
    #jshop_module_wishlist,
    .block-location {
      padding: 20px 10px 14px;
    }

    #sp-search .sj_jshopping_search-wrapper .search .autosearch-input {
      width: 200px;
    }

    #sp-search .sj_jshopping_search-wrapper .search .select_category {
      width: 140px;
    }

    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
      padding: 0 7px;
    }

    .sidebar-megamenu .sambar .menu_vertical .btn-megamenu .title-mod {
      line-height: 30px;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
    }

    .sidebar-megamenu .sambar .menu_vertical .btn-megamenu .title-mod:before {
      font-size: 14px;
    }

    .block-policy .inner .item {
      padding: 20px 5px;
      min-height: 102px;
    }

    .block-policy .inner .item a {
      font-size: 12px;
      margin: 0px 0 5px;
    }

    .block-policy .inner .item p {
      font-size: 11px;
    }

    .block-dealproduct .products-wrap .intro_text {
      width: 100%;
    }

    .block-dealproduct .products-wrap .intro_text .block-countdown {
      padding: 30px 0 0px;
      background: none;
    }

    .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv2,
    .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv3 {
      display: none;
    }

    .block-dealproduct .products-wrap .intro_text .block-countdown .num-deal .text-count {
      margin: 20px 0 8px;
    }

    .block-dealproduct .products-wrap .products-box {
      width: 100%;
      padding: 0 15px 30px;
    }

    .block-dealproduct .products-wrap .products-box .item {
      margin: 30px 1% 0 1%;
    }

    #sp-position5,
    #sp-position6 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .block-products .products-wrap .products-box {
      margin: 0 -1%;
    }

    .block-products .products-wrap .products-box .item {
      margin: 0 1%;
    }

    .sp-module .acymailing_module td.acyfield_email {
      min-width: 175px;
    }

    .productfull .block-main {
      display: block;
    }

    .productfull .product-image,
    .productfull .product-info {
      float: left;
    }

    body.site #sp-main-body .row {
      display: block;
      overflow: hidden;
    }

    body.site #sp-main-body #sp-left,
    body.site #sp-main-body #sp-component,
    body.site #sp-main-body #sp-right {
      float: left;
    }

    body.rtl .block-slideproduct .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
      margin-right: 0px;
      margin-left: 15px;
    }
  }


  @media screen and (min-width: 1366px) {
    .block-dealproduct .products-wrap .products-box .item {
      min-width: 245px;
    }

    body.site .container {
      padding-right: 60px;
      padding-left: 60px;
    }
  }



  @media screen and (min-width: 1900px) {
    body.site .block-dealproduct .products-wrap .products-box .item {
      min-width: 259px;
    }

    body.site .container {
      padding-right: 0px;
      padding-left: 0px;
    }
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    float: left;
  }

  @media (max-width: 480px) {
    body.site .jshop_list_product #sort_count label.select-mask select {
      width: 70px;
    }

    body.site .jshop_list_product #sort_count {
      padding: 10px 5px;
    }

    body.site .sj_jshopping_quickview_handler {
      display: none;
    }

    body.site .productfull .buttons {
      display: inline-block;
    }

    body.site .productfull .prod_qty_input {
      margin-top: 0px;
      display: inline-block;
    }

    body.site .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
      margin: 0 0 5px;
    }

    body.site .form-vertical .login-greeting {
      line-height: 14px;
    }
  }

  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    body.site .sj_jshopping_search-wrapper .search button span {
      display: none;
    }

    body.site .sj_jshopping_search-wrapper .search button:before {
      content: '\f002';
      display: inline-block;
      font-family: FontAwesome;
      text-align: center;
      font-size: 14px;
    }
  }

  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {}

  @media (max-width: 767px) {
    .hidden-xs {
      display: none;
    }

    .sj_jshopping_quickview_handler {
      display: none !important;
    }

    .zoomContainer {
      display: none;
    }

    .header-style-1 .header-top .logo {
      margin: 20px 0 0px;
    }

    .logo-image {
      height: auto !important;
      margin-top: 0px;
      display: inline-block;
    }

    #sp-top1 {
      text-align: center;
    }

    #sp-top1 .sp-module {
      margin: 0 !important;
      display: inline-block;
    }

    #my_account,
    #jshop_module_cart,
    #jshop_module_wishlist,
    .block-location {
      padding: 20px 18px 14px;
    }

    #sp-search .sj_jshopping_search-wrapper {
      margin: 20px 0 0px;
    }

    #sp-search .sj_jshopping_search-wrapper .search .autosearch-input {
      width: 210px;
      height: 30px;
    }

    #sp-search .sj_jshopping_search-wrapper .search button {
      height: 32px;
      line-height: 32px;
    }

    #sp-search .sj_jshopping_search-wrapper .search .select_category {
      display: none;
    }

    .image-slider-home .yt-content-slider .owl-controls .owl-nav div {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-top: -15px;
      font-size: 14px;
    }

    .block-policy .inner {
      padding: 10px 0;
    }

    .block-policy .inner .item {
      padding: 10px 10px 10px;
      width: 50%;
    }

    .block-policy .inner .item a {
      font-size: 10px;
    }

    .block-policy .inner .item p {
      font-size: 10px;
    }

    .block-policy .inner .item:last-child {
      display: none;
    }

    .home-banner1 .row .item {
      margin-top: 20px;
    }

    .block-dealproduct .products-wrap .intro_text {
      width: 100%;
    }

    .block-dealproduct .products-wrap .intro_text .block-countdown {
      padding: 30px 0 0px;
      background: none;
    }

    .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv2,
    .block-dealproduct .products-wrap .intro_text .block-countdown .text-deal .text-lv3 {
      display: none;
    }

    .block-dealproduct .products-wrap .intro_text .block-countdown .num-deal .text-count {
      margin: 20px 0 8px;
    }

    .block-dealproduct .products-wrap .products-box {
      width: 100%;
      padding: 0 15px 30px;
    }

    .block-dealproduct .products-wrap .products-box .item {
      margin: 30px 1% 0 1%;
    }

    .block-products .products-wrap .footer_text {
      display: none;
    }

    .block-products .products-wrap .products-box {
      margin: 0 -1%;
      width: 100%;
    }

    .block-products .products-wrap .products-box .item {
      margin: 0 1%;
    }

    .custom.block-testimonial .moduletable .yt-testimonial .owl-nav div {
      height: 30px;
      width: 30px;
      margin-top: -15px;
      line-height: 30px;
    }

    ul.block-menufooter {
      text-align: center !important;
      margin: 15px 0px;
    }

    ul.block-menufooter li {
      margin: 5px 10px;
    }

    ul.block-menufooter li:first-child {
      float: none !important;
    }

    #sp-bottom .sp-module {
      margin-bottom: 30px;
    }

    #sp-bottom .sp-module ul.socials li {
      margin: 5px 0px;
    }

    .sp-copyright {
      text-align: center;
    }

    #sp-footer2 {
      text-align: center;
    }

    .productfull .additional-images .jCarouselLite>div a.img img.jshop_img_thumb {
      height: auto;
    }

    .productfull .product-info h1.title {
      margin: 15px 0;
    }

    .productfull .product-form {
      padding: 0px;
    }

    .jshop_list_product #sort_count label.select-mask select {
      width: 80px;
    }

    .jshop_list_product #sort_count {
      padding: 10px 5px;
    }

    .jshop_list_product #sort_count .box_products_count_to_page {
      float: right;
    }

    jshop_list_product .jshop_pagination .pagination .pagination>li>a,
    .jshop_list_product .jshop_pagination .pagination .pagination>li span {
      padding: 6px 24px;
    }

    .search .form-group .input-group,
    .search .form-group select:not(.form-control) {
      width: 100%;
    }

    .search .form-group .input-group {
      padding: 0;
    }

    #myLogin .modal-dialog {
      width: auto;
      z-index: 999;
    }

    body.rtl .jshop_list_product #sort_count .box_products_count_to_page {
      float: left;
    }
  }

  @media (min-width: 1199px) {
    #offcanvas-toggler {
      display: none !important;
      visibility: hidden !important;
    }

    body.helix-ultimate .sppb-row-container {
      max-width: 1410px;
      padding: 0;
    }

    body.com-jshopping.view-product #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }

    #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    body.view-article #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    body.com-spsimpleportfolio #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    body.com-users #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    body.view-login #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .com-sppagebuilder #sp-main-body .col-lg-12.col-xl-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .container {
      max-width: 1410px;
      padding: 0;
    }

    .search .form-group .chzn-container .chzn-drop,
    .search .form-group .chzn-container .chzn-single {
      width: 50%;
    }

    .search .form-group.search-display .chzn-container .chzn-drop,
    .search .form-group.search-display .chzn-container .chzn-single {
      width: 20%;
    }

    .search .form-group.search-only {
      width: 100%;
    }
  }


.form_container {
  
  width: 100%;
  padding: 40px;
  background: #fff;
}

.log_title {
  font-family: 'Montserrat' !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #6e4a19;
  margin-bottom: 0;
}

.log_sub_title {
  font-family: 'Montserrat' !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 167%;
  color: #81898d;
  margin-bottom: 5px;
}

.form_container button.form_btn {
        border-radius: 30px;
        padding: 18px 24px;
        background: #6e4a19 !important;
        font-family: 'Montserrat' !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 112%;
        letter-spacing: 1px;
        text-align: center;
        border: none;
        width: 100%;
}

.form_container .input-group-prepend {
  display: none !important;
}

.form_container .fa-key:before {
  content: "" !important;
}

.form_container input[type="text"] {
  border: none;
  padding: 16px 24px !important;
  box-shadow: 0px 0px 5px #ececec;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;

}

.form_container input[type="text"]::placeholder {
  color: #adabc3;
  font-size: 12px;
  opacity: 1;
  /* Firefox */
}

.form_container input[type="text"]::-ms-input-placeholder {
  font-size: 12px;
  color: #adabc3;
}

.form_container .list-group-item {
  padding: 0;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 250%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #81898d;
  border:0px !important;
}

.politik label {
  display: flex;
  align-items: center;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 250%;
  color: #81898d;
  column-gap: 6px;
}

.politik label a {
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
}

.list-group-bottom {
  text-align: center;
}

.phone_number {
  font-family: 'Montserrat' !important;
  font-size: 18px;
  line-height: 167%;
  font-weight: 400;
  color: #81898d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phone_number a {
  font-weight: 700;
  color: #6e4a19;
  display: block;
}
#user-registration {
	max-width: 320px;
	margin: 30px auto
}
.info_select .chzn-container {
	width: 100% !important
}