/*******************************************************
  Contipso Market Custom Styles
*******************************************************/

/******************************************************
  Header
******************************************************/

/*.is-affixed .inner-wrapper-sticky {
    left: auto !important;
}
*/

/*.sticky-sidebar {
    float: right !important;

}*/

body {
    font-family: 'Comfortaa', cursive !important;
    font-size: 15px !important;
}
h1, h2, h3, h4, h5, h6, span, p, a, th, td {
    font-family: 'Comfortaa', cursive !important;
}
@media not all and (min-resolution: .001dpcm) {
    @media {
        .required-noty-group .unmask {
            bottom: 33px !important;
            right: -3px !important
        }
    }
}
.payment-methods-info {
    display: none;
}
/** Menu **/

.mega-menu .menu-links {
    display: none;
}
.menu-links .active>a {
    color: #84ba3f !important;
    font-family: "PT Sans";
}
.menu-links>li>a, .search .search-btn {
    color: #323232 !important;
}
.mega-menu.desktopTopFixed .menu-list-items {
    background: #fff;
}
.shpping-cart strong.item {
    margin-top: 0px !important;
}
.lang-bf {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
}
/*.lang-bf a {
    color: #323232;
    line-height: 30px;
}
.lang-bf a:hover {
    color: #ed5001;
}*/

/** Menu **/

/** Slider **/

/* .rev_slider * {
  height: 350px !important;
} */

/** Inside page**/

.page-title {
    padding-top: 0;
    padding-bottom: 0;
    height: 160px;
}
/** Menu **/

.menu-bar .fa {
    font-size: 1em;
}
/*****************END HEADER**************************/

/******************************************************
  Body
******************************************************/

.table>tbody>tr>td {
    vertical-align: middle;
}
/*FRONTPAGE*/

/** Category sections **/

.cm-category-thumb img {
    height: 200px;
    width: auto;
}
.cm-category-subtitle {
    font-size: 16px !important;
}
/** Banner adds **/

/*
.cm-banner-adds {
    display: flex;
    justify-content: space-evenly;
    height: 200px;
    border: 1px solid black;
    display: table;
}
*/

.cm-banner-adds {
    display: flex;
    justify-content: space-evenly;
    height: 200px;
    /*
    border-top: solid 1px #e5e5e5;
    background-color: #f9f9f9 !important;
*/
    display: table;
    margin-top: 50px;
    margin-bottom: 60px;
}
.cm-banner-add {
    display: table-cell;
    vertical-align: middle;
}
.cm-feature-boxes-parent {
    /* display: flex;
  display: -webkit-flex;

  justify-content: space-between;
  -webkit-justify-content: space-between; */
    display: table;
}
.cm-feature-box-child {
    /* flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    max-width: 30%; */
    display: table-cell;
    height: 100%;
}
.add-box {
    min-height: 200px;
}
.add-box:hover:before, .add-box.active:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.add-box .feature-box-content {
    min-height: 200px
}
/** labels **/

.cm-arrow {
    height: 20px;
    width: 20px;
    background-color: black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    width: 600px;
    min-height: 40px;
    background: black;
    color: white;
    padding: 5px;
    position: relative;
    word-wrap: break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2em;
}
.cm-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    width: 0;
    height: 0;
    border-color: black black transparent transparent;
    border-style: solid;
    border-width: 10px;
}
/*FRONTPAGE 2*/

/** Boxes **/

.box-content {
    min-height: 100px;
}
/** End boxes **/

.cm-category .feature-box {
    height: 335px;
    /*  height: 350px;*/
}
.cm-category .feature-box .cm-read-more {
    bottom: -15px;
    /*color: #84ba3f;*/
}
.cm-category .feature-box a {
    color: #84ba3f;
}
.cm-category .feature-box:hover a, .cm-category .feature-box.active a {
    color: #fff !important;
}
/*.cm-category .active .cm-read-more {
  color: #fff;
}*/

.cm-category-last {
    float: none;
    margin: 0px auto;
}
.cm-active .cm-example {
    outline: 1px solid #fff;
}
.cm-examples-container {
    z-index: 5;
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
}
.cm-example-overlay a {
    margin: 25px auto;
}
.cm-example {
    margin: 10px;
    padding: 0;
}
.cm-example img {
    width: 100%;
    height: auto;
}
.cm-example-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #11111140;
    /*  background-color: #11111180;*/
    display: table;
    text-align: center;
}
.cm-example-overlay i {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 35px;
}
.cm-category .feature-box i, .cm-category .feature-box h4 {
    width: 40%;
    display: inline;
    margin: 50px auto;
}
#cm-load-more-link {
    display: inline-block;
    padding: 10px;
    border: 1px solid #84ba3f;
    border-radius: 20px;
}
.cm-hidden {
    display: none;
}
/*
.cm-banner-adds {
    background-color: #e5e5e5;
    padding: 40px;
}
*/

/** Posts archive **/

.cm-category-section {
    height: 400px;
    color: #333;
}
.section-thumb {
    height: 100%;
}
.section-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
}
.cm-front-boxes {
    padding: 30px 0;
}
.cm-example-overlay i {
    color: #fff;
}
#cm-feature-box, #cm-feature-box.active, .cm-category .feature-text.box-shadow {
    -webkit-transition: all 5s ease-out 0s !important;
    -moz-transition: all 5s ease-out 0s !important;
    -ms-transition: all 5s ease-out 0s !important;
    -o-transition: all 5s ease-out 0s !important;
    transition: all 5s ease-out 0s !important;
}
#cm-feature-box:hover::before, #cm-feature-box.active::before {
    -webkit-transition: all 0.7s ease-out 0s !important;
    -moz-transition: all 0.7s ease-out 0s !important;
    -ms-transition: all 0.7s ease-out 0s !important;
    -o-transition: all 0.7s ease-out 0s !important;
    transition: all 0.7s ease-out 0s !important;
}
.cm-category .feature-box .feature-box-img, .cm-category .feature-box i, .cm-category .feature-box h4, .cm-category .feature-box p {
    /*transition: all 1s ease-out 0s !important;*/
    -webkit-transition: all 0.7s ease-out 0s !important;
    -moz-transition: all 0.7s ease-out 0s !important;
    -ms-transition: all 0.7s ease-out 0s !important;
    -o-transition: all 0.7s ease-out 0s !important;
    transition: all 0.7s ease-out 0s !important;
}
/*
.cm-category .feature-box:hover:before, .cm-category .feature-box.active:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; width: 100%;
  z-index: 1;
  -webkit-transition: all 50s ease-out 0s !important;
  -moz-transition: all 50s ease-out 0s !important;
  -ms-transition: all 50s ease-out 0s !important;
  -o-transition: all 50s ease-out 0s !important;
  transition: all 50s ease-out 0s !important;
}*/

/*************END FRONTPAGE*************************/

/*************ARCHIVE*************************/

/**POST CONTENT**/

.cm-post-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
}
/**END POST CONTENT**/

/*****************Sell**************************/

.terms-wrap .fa {
    font-size: 100px;
    margin-right: 30px;
}
.ca-button a {
    position: initial !important;
}
/*****************End sell**************************/

/*****************Odrer**************************/

/**
/** Make an order **/

.order-process-info .fa {
    font-size: 100px;
    margin-right: 30px;
}
.example-thumb img {
    width: 100%;
    height: auto;
}
.spec-wrap:hover {
    transition: all 5s ease-out 0s !important;
}
.spec-thumb {
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.specs-grid-row .spec-meta {
    /*display: none;*/
    position: absolute;
    bottom: 0px;
    z-index: 2;
    top: auto;
    width: 100%;
}
.specs-grid-row .spec-thumb {
    position: relative;
    width: 100%;
}
.specs-grid-row .spec-meta .spec-meta-wrap {
    position: relative;
    bottom: 0px;
}
.other-specs .specs-grid-row .spec-category {
    position: absolute;
}
.spec-thumb img {
    width: 100%;
    height: 100%;
}
.spec-meta {
    /*display: none;*/
    position: relative;
    top: 100%;
}
.spec-meta-wrap {
    position: absolute;
    bottom: 30px;
    display: none;
    background-color: #84ba3f;
    padding: 10px;
    color: #fff;
    width: 100%;
}
.spec-meta a {
    color: #fff;
}
.spec-meta-wrap .flexed {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.spec-info .spec-category {
    position: initial;
    background-color: transparent;
}
/** End Make an order **/

/** Orders listing (execute) **/

.cm-listing {
    border: 1px solid #333;
}
.cm-listing-count::after {
    right: 10px;
}
/** End Orders listing (execute) **/

/** Order Preview **/

.rating-star i {
    font-size: 20px;
    vertical-align: super;
    line-height: 30px;
}
.starrr a {
    color: #84ba3f !important;
}
/*** Social sharing ***/

.share-button {
    width: 170px;
    padding: 5px 10px;
    color: #FFF;
    display: inline-block;
    margin: 5px auto;
}
.facebook-share {
    background: rgb(66, 103, 178);
}
.twitter-share {
    background: rgb(29, 161, 242);
}
.google-plus-share {
    background: #d34836;
}
/*** END Social sharing ***/

/*** Order info ***/

.order-stats {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
.order-filters {
    display: flex;
    /*    justify-content: space-around;*/
    /*    padding-left: 20px;*/
}
/*
.order-filter {
    margin-right: 100px;
}
*/

.order-filter>span {
    font-weight: 600;
    /*    padding-left: 5px;*/
    display: block;
}
.skills .skill {
    float: left;
    margin-right: 10px;
}
.discussion-setting {
    float: left;
    margin-right: 10px;
}
/*** END Order info ***/

#questions-toggle, #comments-toggle {
    display: none;
}
.questions-trigger, .comments-trigger {
    z-index: 4;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
}
.order-valid a {
    border-bottom: 1px solid #84ba3f;
}
.order-invalid a, .order-valid a {
    background-color: white !important;
}
#order-calendar .ui-datepicker-next {
    right: 0px;
}
.ui-datepicker-current-day a {
    color: #84ba3f !important;
}
#order-calendar td {
    padding: 0px !important;
}
/** End Order Preview **/

.cm-audio-container {
    position: absolute;
    top: 40%;
    width: 100%;
}
/*****************END Order**************************/

/*************END ARCHIVE*************************/

/*************Single order*************************/

.order-image img {
    width: 100%;
    /*    height: 100%;*/
}
.order-share-button {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
}
.video-preview {
    position: absolute;
    bottom: 35%;
    background-color: rgba(17, 17, 17, 0.5);
    display: inline-block;
    width: 100%;
    left: 0px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.audio-preview {
    position: absolute;
    bottom: 30%;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    left: 0px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.video-preview a {
    color: #fff;
}
.order-gallery img {
    width: 15%;
    height: auto;
    margin: 5px;
}
/**** Order sidebar ****/

.more-info {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 0px 6px;
    border-radius: 50%;
    float: right;
    margin-right: -22px;
    margin-left: 5px;
}
.related-orders .category-orders-wrap .spec-meta-wrap, .related-orders .author-orders .spec-meta-wrap, .related-orders .seller-orders .spec-meta-wrap, .related-orders .similar-orders .spec-meta-wrap {
    bottom: 0px;
}
.order-filter span img {
    vertical-align: inherit;
}
.order-actions {
    padding: 15px 0px !important;
}
.order-actions span {
    /*    margin-right: 10px;*/
    color: #5e626b;
    cursor: pointer;
}
.button.order span {
    /*    margin-right: 10px;*/
    color: #fff;
    cursor: pointer;
}
.order-actions-single-bf {
    margin-right: 10px;
}
.order-actions-left span {
    margin-right: 10px;
}
.order-actions span i {
    font-size: 16px;
}
.cm-tabs li a {
    background-color: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #84ba3f !important;
    color: #626262 !important;
    padding: 10px 10 !important;
}
.cm-tabs li.active a {
    background-color: #84ba3f !important;
    color: #FFF !important;
}
.single-order-image-view img {
    max-width: 100%;
}
.single-order-image-view .audio-preview {
    /*    bottom: 60%;*/
    bottom: 75%;
}
.audio-sidebar-heading h4 {
    color: #333;
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
}
.audio-quick-info {
    color: #7a7a7a;
    font-size: 16px;
}
.audio-icon i {
    color: #84ba3f;
    font-size: 20px;
}
.audio-icons {
    color: #b8b8b8;
    font-size: 16px;
    line-height: 1.8;
}
.audio-spec-icon, .audio-spec {
    color: #333333;
}
.audio-spec-box-icon, .audio-spec-box-content, .audio-spec-box-name {
    width: 100%;
    text-align: center;
}
.audio-spec-box-icon i {
    font-size: 40px;
    color: #333;
}
.audio-spec-box-content {
    color: #333;
    font-size: 22px;
}
.audio-spec-box-name {
    color: #626262;
    font-size: 14px;
}
.audio-specs-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.audio-spec-box {
    flex: 1 1 150px;
    margin: 10px auto;
}
.audio-specs-container::after {
    content: '';
    flex: 1 1 450px;
    margin: 10px auto;
}
.video-spec-box-icon, .video-spec-box-content, .video-spec-box-name {
    width: 100%;
    text-align: center;
}
.video-spec-box-icon i {
    font-size: 40px;
    color: #333;
}
.video-spec-box-content {
    color: #333;
    font-size: 22px;
}
.video-spec-box-name {
    color: #626262;
    font-size: 14px;
}
.video-specs-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.video-spec-box {
    flex: 1 1 150px;
    margin: 10px auto;
}
.video-specs-container::after {
    content: '';
    flex: 1 1 300px;
    margin: 10px auto;
}
/**** това трябва да се оправи. Може би не трябва да е позиционирано абсолютно***/

.single-order-image-view .video-preview {
    bottom: 60%;
}
/*.audio-spec-box:last-child {

}*/

/*************End Single order*************************/

/*************BUY*************************/

.single-order-specs .spec-box {
    width: 200px;
}
/*** gallery images **/

.images-gallery-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.gallery-image-container {
    position: relative;
    display: inline-block;
    width: auto;
    height: 171px;
    margin: 10px auto;
    border-radius: 10px;
}
.gallery-image-container img {
    height: 171px;
    width: auto;
    z-index: 1;
    border-radius: 10px;
}
.gallery-image-overlay {
    height: 100%;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}
.gallery-image-header {
    position: absolute;
    top: 0px;
    /*height: 50px;*/
}
.gallery-image-header h4 {
    font-size: 12px;
    color: #fff;
    padding: 5px;
    line-height: 12px;
}
.gallery-image-footer {
    position: absolute;
    bottom: 0px;
    /*height: 50px;*/
    width: 100%;
    padding: 5px;
}
.gallery-image-footer-left {
    width: 30%;
    float: left;
    color: #fff;
    display: flex;
}
.gallery-image-icon-container {
    margin-right: 10px;
}
.gallery-image-footer-right {
    width: 60%;
    float: right;
    text-align: right;
}
/***end  gallery images **/

.single-order-main-info {
    border: 1px solid #eeeeee;
}
/*** Order sidebar ***/

.author-picture img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.single-order-details {
    padding-left: 0px;
}
.single-order-details span {
    line-height: 50px;
}
.selected-quality {
    background-color: #fee0a7;
}
.single-order-quality {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px !important;
    cursor: pointer;
}
.single-order-quality:first-child {
    border-top: 1px solid #eeeeee;
}
.order-material-size {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
}
.material-specs {
    color: #7a7a7a;
    font-size: 12px;
}
/*** end Order sidebar ***/

/***  order add to cart ***/

.order-price {
    border: 1px solid #84ba3f;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.order-discount {
    color: #cecece;
    font-size: 15px;
    text-decoration: line-through;
    align-self: center;
}
.discounted-price {
    color: #84ba3f;
    font-size: 25px;
}
.discount-currency {
    color: #84ba3f;
    font-size: 21px;
}
.single-order-add-to-cart span {
    font-size: 15px;
    line-height: 35px;
    padding: 20px;
}
/*** end order add to cart ***/

.product-holder {
    display: flex;
    align-items: flex-start;
}
.filter-menu {
    width: 350px;
    padding-right: 20px;
    padding-left: 15px;
    margin-top: 10px;
    transition: all .3s ease-out;
}
.filter-menu-hidden {
    margin-right: -513px;
    opacity: 0;
}
.spec-box {
    height: 270px;
    width: 310px;
    border-radius: 10px;
    float: left;
    /*border: 1px solid black;*/
    padding: 0px !important;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    margin: 20px 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.spec-box:hover {
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;*/
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.spec-box-thumb {
    height: 200px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.spec-box-title {
    text-align: left;
    padding: 10px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.spec-box-title h4 {
    color: #111;
    font-size: 16px !important;
    margin-bottom: 0px;
    line-height: 20px;
}
.spec-box-icon i {
    font-size: 16px;
    color: #84ba3f;
}
.spec-box-price {
    font-size: 16px;
    color: #84ba3f;
}
.spec-box-attributes {
    display: flex;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
    width: 100%;
    padding: 0px 10px;
}
.specs {
    font-size: 11px;
    line-height: 20px;
    max-width: 180px;
    height: 20px;
    overflow: hidden;
}
.icons {
    position: relative;
    height: 200px;
    width: 100px;
    top: 0px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 5px 0px;
    overflow: visible;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.icon-container {
    margin: 5px auto;
    min-width: 150px;
    /*display: flex;
    justify-content: space-around;*/
    padding: 0px 10px;
    display: inline-block;
    width: auto;
}
.icon-container span {
    margin: 0 3px;
}
.icon-container span i {
    display: inline-block;
    width: 12px;
    height: 19px;
    /*margin: 5px auto;*/
}
.icons i {
    font-size: 18px;
}
.icons-left {
    left: 0px;
    float: left;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
    border-top-left-radius: 10px;
}
.icons-right {
    right: 0px;
    float: right;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent);
    border-top-right-radius: 10px;
    text-align: center;
}
.spec-box:hover .icons {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/*************END BUY*************************/

/*************SEARCH*************************/

.cm-search-form {
    margin: 0px auto;
    float: none;
}
.cm-search-form .fa-search::before {
    content: "\f002";
    position: relative;
    left: -12px;
}
.cm-search-form-wrap {
    display: inline-block;
    /*  background-color: rgb(238, 238, 238);*/
    border: 1px solid #d3d3d3;
    /*  border: 0px solid #111;*/
    border-radius: 8px;
    padding: 0px;
}
.cm-search-form-wrap input, .cm-search-form-wrap select {
    border: 0;
    padding-top: 2px;
}
.cm-search-form-wrap input {
    color: #333;
    /*  background-color: rgb(238, 238, 238);*/
    font-family: "PT Sans";
}
.search-input {
    height: 30px;
    line-height: 30px;
}
.controls-wrap {
    float: right;
    padding: 0;
}
.control-field {
    padding: 0;
}
.control-field .nice-select {
    border-radius: 0;
    width: 100%;
    font-family: "PT Sans";
}
/*select {
    display: none;
}*/

.cm-post-filters {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    position: absolute;
    right: 0;
}
.p0 {
    padding: 0;
}
.filter-holder {
    position: fixed;
    right: 0;
    z-index: 1;
}
.cm-post-filter {
    margin-right: 5px;
}
.cm-post-filters i {
    font-size: 25px;
    color: #84ba3f;
}
.cm-post-filters select {
    height: 30px;
}
.nice-select:hover {
    border: 0;
    line-height: 40px;
    transition: none;
}
.nice-select {
    line-height: 40px;
}
.cm-search-submit a {
    height: 50px;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: "PT Sans";
}
.cm-search-submit .fa {
    display: inline;
}
.nice-select {
    border: 0;
}
.cm-select, .select2-selection {
    background-color: rgb(255, 255, 255) !important;
    /*    background-color: rgb(246, 247, 248) !important;*/
    border: 1px solid #d3d3d3 !important;
    border-radius: 8px;
}
/*
.cm-search-form-wrap select {
  background-color: orange;
} */

.cm-categories-select {
    width: 100%;
}
.search-submit {
    position: relative;
    left: 17px;
    color: orange;
    margin-right: 15px;
}
/*
.cm-search-form-wrap {
    width: 100%;
}
*/

.cm-search-form-wrap {
    width: 50%;
    margin-left: 24%;
}
.cm-search-form-wrap input {
    width: 100%;
}
.nice-select.open .list {
    width: 100%;
}
/*************SEARCH*************************/

blockquote-2 {
    background: #f9f9f9;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 2em;
    font-style: italic;
}
blockquote-2:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote-2 p {
    display: inline;
}
/********** shopping cart ***************/

.wishlist-page .table .image img {
    width: 50px;
}
.wishlist-page .table .td-quentety input {
    border: 1px solid #ccc;
    margin: 15px 0 5px 0;
    padding: 0px 0px 0 20px;
    width: 70px;
    height: 35px;
    background: transparent;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.wishlist-page .table>thead>tr>th, .wishlist-page .table>tbody>tr>th, .wishlist-page .table>tfoot>tr>th, .wishlist-page .table>thead>tr>td, .wishlist-page .table>tbody>tr>td, .wishlist-page .table>tfoot>tr>td {
    padding: 20px 20px;
    vertical-align: middle;
    /*    text-align: center;*/
}
.total {
    text-align: center;
}
/*****************END BODY**************************/

/******************************************************
  Footer
******************************************************/

/* Fix the wierd footer */

footer {
    display: inline-block;
    position: relative;
    width: 100%;
}
.footer.page-section-pt.black-bg {
    padding: 20px;
}
.footer-widget.footerlogo {
    padding-bottom: 0px;
}
.footer-social-big ul .twitter {
    background-color: #40BFF5;
}
.footer-social-big ul li {
    width: 60px;
}
.list-inline-item {
    display: inline-block;
    padding-right: 10px;
}
.list-inline-item>a {
    padding-right: 10px;
}
/*запиши се за бюлетин*/

.sign-bf {
    background: none;
    border: none;
    color: gray;
    position: relative;
    top: -50px;
    right: -220px;
    width: 50px;
    height: 50px;
    font-size: 17px;
}
.signed-bf {
    color: white !important;
}
.mc-sign-bf {
    max-height: 60px !important;
}
.cm-sign-up-button-wrap {
    margin-right: 55px;
}
.mc-sign-bf .sign-bf {
    left: 80% !important;
    right: 0 !important;
}
#back-to-top .top {
    bottom: 30px;
}
/*****************END FOOTER**************************/

/*****************************************************
  Miscelaneous
*****************************************************/

.cm-toggled {
    display: none;
}
.row {
    margin: 0px !important;
}
.clear {
    clear: both;
}
v {
    cursor: pointer;
}
/*****************************************************
  Helpers
*****************************************************/

.bold {
    font-weight: 600;
}
.cm-margin-bt-50 {
    margin: 50px auto !important;
}
.no-padding, no-border {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-20 {
    padding: 20px !important;
}
.no-border-radius {
    border-radius: 0 !important;
}
.centered {
    float: none;
    margin: 0px auto;
}
.menu-lenta-bf {
    height: 60%;
    width: 2px;
    background: #84ba3f;
    float: right;
    margin-left: 20px;
}
.search-cart i.icon {
    color: #333 !important;
}
.search-cart i.icon:hover {
    color: #84ba3f !important;
}
.shpping-cart strong.item {
    top: -2px !important;
    right: -10px !important;
}
.mega-menu>section.menu-list-items .search-cart {
    display: table-cell;
    vertical-align: middle;
}
.cm-search-form-wrap .nice-select {
    background: none !important;
    border-left: 1px dashed #d3d3d3 !important;
}
.cm-search-form-wrap .nice-select:hover {
    border-left: 1px dashed #d3d3d3 !important;
}
.cm-search-form-wrap .nice-select:focus {
    border-left: 1px dashed #d3d3d3 !important;
}
/*
.nice-select.open .list {
    border-left: 1px dashed #d3d3d3!important;
}
*/

.section-title .subtitle {
    /*	font-size: 12px;*/
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    /*	text-transform: uppercase;*/
    color: #84ba3f;
}
.action-box.theme-bg {
    padding: 20px 40px 20px 40px;
    border-radius: 4px;
}
.action-box-button>a>span {
    font-weight: 600;
}
.spec-title {
    margin-top: 10px;
    /*    line-height: 18px!important;*/
    /*    font-family: 'PT Sans', sans-serif;*/
}
.spec-title>p {
    font-weight: 600;
    line-height: 18px !important;
}
.spec-tags {
    margin-top: 5px;
    /*	font-family: 'PT Sans', sans-serif;*/
    /*	font-style: italic;*/
    font-size: 12px;
    /*	color: #838383;*/
}
a:focus, a:hover {
    color: #c2c2c2;
    /*	text-decoration: none !important;*/
}
.border-button-bf {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border: 1px solid #84ba3f;
    border-radius: 8px;
}
/*
.spec-tags > span {
font-weight: 600;
}*/

.zapitvania-bf {
    padding: 10px 5px 10px 5px;
    /*    padding: 10px 5px 20px 5px;*/
}
.content-bf {
    padding: 0 20px 10px 0;
    /*    padding: 0 20px 10px 20px;*/
}
.blog-detail-bf {
    background: #ffffff;
    padding: 0 30px 0 20px !important;
    /*    padding: 0 30px 0 20px !important;*/
    border-top: 0px;
}
/*закачи статията в "дневник"*/

.pinn-rubrika-bf, .pinned-rubrika-bf {
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 22px;
    /*    padding-left: 10px;*/
    margin-left: 10px;
}
.pinned-bf:hover {
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    /* Safari 3-8 */
    transform: rotate(30deg);
}
.pinn-bf {
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    /* Safari 3-8 */
    transform: rotate(30deg);
}
.pinn-bf:hover {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    transform: rotate(0deg);
}
.pinn-bf>i {
    color: #9a9a9a !important;
    font-size: 19px;
}
.pinn-bf>i:hover {
    color: #353535 !important;
}
.pinned-bf>i:hover {
    color: #9a9a9a !important;
}
.pinned-bf>i {
    color: #353535 !important;
    font-size: 19px;
}
.daterange-max-execution-time, .daterange-time-valid, .daterange-time-to-submit {
    padding: 15px 18px 15px 30px !important;
}
/*
.text-bold {
	font-weight: 600;
}
*/

.hr-bf {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.hr-no-padding-bf {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    /*
    padding-bottom: 20px;
    margin-bottom: 20px;
*/
}
.input-budget-bf {
    margin-top: -28px;
}
.padding {
    padding-left: 15px;
    padding-right: 15px;
}
.page-title.header-shop {
    height: 50px;
}
.page-title.header-shop .page-title-name h1 {
    margin-top: 3px !important;
    font-size: 25px;
}
ul.page-breadcrumb {
    padding-top: 22px;
}
.koment-vuprosi-broi-bf {
    display: block;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40px;
    left: auto;
    font-size: 10px;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #84ba3f;
    border-radius: 50%;
    z-index: 3;
}
/*
.btn-danger-bf {
    background: #dc3545;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    border: #dc3545;
}
*/

.btn-danger-bf {
    background: none;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    border: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #dc3545;
}
.listing-broi-bf {
    padding-left: 9px !important;
    padding-right: 25px !important;
    margin-left: 10px !important;
    height: 30px !important;
    line-height: 27px !important;
    border: 1px solid #d3d3d3 !important;
    background: none;
}
.cm-post-filters i {
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}
.cm-post-filters i:hover {
    color: #353535;
    transition: all 0.3s ease-out 0s;
}
[data-popup="tooltip"] {
    color: #84ba3f;
}
.buy-info-bf ul li {
    display: block !important;
    margin-right: 12px;
    list-style: none !important;
    margin-bottom: 5px;
}
.cm-archive-content-wrap .spec-category {
    position: absolute;
}
.spec-category {
    top: 20px;
    padding: 5px 8px 5px 8px;
    background-color: rgba(37, 41, 32, 0.8);
    position: relative;
    display: inline-block;
}
.spec-category a {
    color: #fff;
    font-size: 12px;
}
.entry-title-bf {
    text-decoration: none;
    font-weight: 600;
    color: #626262 !important;
    font-size: 16px;
    line-height: 1;
}
.order-meta>div {
    margin-bottom: 5px;
    color: #7a7a7a;
}
.vert-dev-bf {
    padding: 0 10px 0 10px;
    color: #d3d3d3;
}
.social-single-bf>li {
    margin: -8px 0 0 0;
}
.social-single-bf>li:first-child {
    margin: -1px 0 0 0;
}
.prodajbi-single-bf {
    font-size: 20px;
    /*    padding-left: 5px;*/
    line-height: 0;
}
.ot-do-single-bf {
    font-size: 12px;
    font-style: italic;
    color: #7a7a7a;
    line-height: 5px;
}
.order-regular-price {
    text-decoration: line-through;
    color: #b2b2b2;
    margin-right: 5px;
}
.order-sale-price {
    color: #84ba3f;
    font-size: 25px;
    /*    font-weight: 600;*/
}
.order-likes {
    margin-left: 10px;
}
.text-boxes-bf {
    color: #cbe7a6;
}
.feature-step>h2>span {
    margin-right: 5px;
}
.spec-table-bf>tbody>tr>td:first-child {
    text-align: right;
    padding-right: 20px;
}
.spec-table-bf>tbody>tr>td:last-child {
    text-align: left;
    padding-left: 20px;
}
/*-------------------------------------------------- Checkbox and radio ----------------------------------------------------------------*/

.checkbox label, .radio label {
    padding-left: 0 !important;
    line-height: 16px;
}
.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.checkbox label input[type="checkbox"] {
    display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
    color: #84ba3f;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}
.check-label-bf {
    font-size: 18px;
    padding: 0 5px 0 5px;
}
/*------------------radio---------------*/

.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 3px;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon, .radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3);
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: #84ba3f;
}
.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}
.licenz-info-bf {
    font-size: 12px;
    font-style: italic;
    color: #7a7a7a;
}
.label-text-bf {
    font-size: 16px;
}
/*-------------------------------------------------- Checkbox ----------------------------------------------------------------*/

/* Customize the label (the container) */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px #84ba3f solid;
    border-radius: 4px;
    /*      background-color: red;*/
}
/* On mouse-over, add a grey background color */

.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked~.checkmark {
    border: 2px #84ba3f solid;
    /*  background-color: #2196F3;*/
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.container-checkbox input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #84ba3f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-------------------------------------------------- END Checkbox and radio ----------------------------------------------------------------*/

.tab-otzivi-bf {
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    left: 15px;
    display: none;
}
.tab-main-bf>li>a {
    padding: 14px 30px 16px 33px !important;
}
.order-meta>div>a {
    color: #7a7a7a;
}
.order-meta>div>a:hover {
    color: #84ba3f;
}
.execute-stars-bf>li {
    color: #84ba3f;
    display: inline-block;
    padding-right: 3px !important;
}
.execute-stars-bf>li>.fa {
    padding-right: 3px !important;
}
.execute-bottom-bg-bf {
    background: #84ba3f;
}
.offer-price-bf>span {
    font-size: 16px;
    color: #84ba3f;
}
.offer-price-bf {
    margin-bottom: 0;
    margin-top: 5px;
}
.execute-oferti-bf>ul>li>span {
    font-weight: 600;
}
.execute-oferti-bf>ul>li {
    line-height: 0 !important;
}
.heaader-box-bf {
    /*	background: #84ba3f;*/
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    border: 0;
    /*	color: #ffffff;*/
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #84ba3f;
    margin-bottom: 20px;
}
.sidebar-menu-bf {
    margin-bottom: 20px;
    margin-left: 10px;
}
.sidebar-menu-bf>ul>li {
    list-style: none;
    padding-bottom: 10px;
}
.sidebar-menu-bf>ul>li>a {
    color: #333;
    font-size: 16px;
    line-height: 1;
    height: auto !important;
}
.sidebar-menu-bf>ul>li>a:hover {
    color: #84ba3f;
}
.sidebar-menu-bf>ul>li>a::before {
    color: #84ba3f;
    font-size: 18px;
    content: "\f105 ";
    font-family: FontAwesome;
    margin-right: 5px;
}
.execute-filters .nav.nav-tabs {
    margin-bottom: 0 !important;
}
.license-bf ol li {
    margin-bottom: 20px;
}
.pull-right-bf {
    float: right;
    position: relative;
    z-index: 3;
}
.button-download-bf>i {
    font-size: 20px;
    padding: 10px 10px 0 10px;
}
.button.button-border-bf {
    background: transparent;
    border: 2px solid #84ba3f;
    color: #323232;
}
.button.button-border-bf:hover {
    background: #84ba3f;
    color: #fff;
}
.button.button-border-grey-bf {
    background: transparent;
    border: 2px solid #e0e0e0;
    color: #323232;
}
.button.button-border-grey-bf:hover {
    background: #e0e0e0;
    border-color: #e0e0e0;
    color: #323232;
}
.button.button-border-grey-bf:focus {
    background: #e0e0e0;
    border-color: #333;
    color: #333;
}
.button.button-border-grey-bf.active {
    background: #e0e0e0;
    border-color: #333;
    color: #333;
}
.lang-flag-bf {
    margin-right: 5px;
    margin-bottom: 1px;
}
.button-grey {
    background: #c3c3c3;
    border: 2px solid #c3c3c3;
    color: #333;
}
.button-grey:hover {
    background: #353535;
    border: 2px solid #353535;
    color: #fff;
}
.inline-form-bf {
    width: 300px;
}
.final-price {
    font-size: 16px;
}
.color-yellow-300 {
    color: #ffca28;
}
.order-title-bf i, .icon-filters-bf {
    margin-left: 10px;
    margin-right: 10px;
    color: #d0d0d0;
    transition: all 0.5s ease-out 0s;
}
.order-title-bf i:hover, .filters-header-bf:hover .icon-filters-bf {
    color: #3b3b3b;
    transition: all 0.5s ease-out 0s;
}
.execute-info-bf {
    margin-top: 6px;
}
.execute-price-bf {
    margin-bottom: 0px;
    font-size: 13px;
}
.execute-price-bf>span {
    font-size: 15px;
    color: #84ba3f;
}
.counter-bf .timer {
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    color: #84ba3f;
}
.counter-bf label {
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.counter-bf {
    text-align: center;
}
.small-padding {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}
.space-bf {
    padding: 3px;
}
.single-order-image-view {
    margin-bottom: 10px;
}
.marbtn-selected {
    border-radius: 8px;
    padding: 8px 12px;
}
.marbtn {
    border-radius: 8px;
    padding: 8px 12px;
    color: #666;
    background-color: #FFF;
    border: solid 1px #84ba3f;
}
.video-preview-bf {
    position: absolute;
    /*	bottom: 0;*/
    background-color: rgba(17, 17, 17, 0.5);
    display: inline-block;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
}
.buy-category-btn-bf .marbtn i {
    color: #84ba3f;
    font-size: 16px;
    padding-right: 3px;
    /*    display: block;*/
}
.buy-category-btn-bf .marbtn-selected i {
    color: #fff;
    font-size: 16px;
    padding-right: 3px;
}
.tip-sidebar-header-bf {
    display: inline-block;
}
.category-sidebar-header-bf {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}
.feature-text.left-icon .feature-info-bf {
    text-align: left;
    padding-left: 40px;
}
.hall-icon-bf {
    font-size: 25px !important;
}
.hall-image-bf {
    text-align: center;
}
.hall-image-bf img {
    border: solid green 1px;
    margin-top: 15px;
}
.hall-mesta-bf {
    text-align: center;
    display: block;
    padding-top: 6px;
    color: #626262;
}
.hall-izbroiavane-head-bf {
    font-weight: 600;
    padding-right: 5px;
    color: #84ba3f;
}
.text-razdelitel-bf::before {
    content: '|';
    padding: 0 5px;
    color: #b8b8b8;
}
.hall-izbroiavane {
    font-size: 16px;
}
.tag-btn-bf {
    margin-top: 7px;
    color: #818181;
}
.btn-filters {
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-filters i {
    color: #fff;
}
.order-info .fa-info-circle {
    color: #84ba3f;
    font-size: 17px;
}
.form-control {
    resize: none;
}
.round .nav.nav-tabs li a {
    border-radius: 8px;
}
.sidebar-filters {
    overflow-x: hidden;
}
.execute-filters .nav.nav-tabs li a {
    padding: 8px 11px !important;
}
.tab-buy-clear-bf {
    background: none !important;
    font-size: 18px;
    color: #e51c23 !important;
}
.filter-header-bf {
    margin-bottom: 10px;
    margin-top: 20px;
}
.filter-header-bf>h6 {
    font-weight: 400;
}
.button.x-small-bf {
    padding: 8px 14px 8px 7px;
    font-size: 16px;
}
.nice-select-sorting-bf {
    background: none !important;
    border: 1px #d3d3d3 solid !important;
    border-radius: 8px !important;
}
.select2-bf {
    background: red !important;
}
.comments-1.comments-2 .author-picture {
    margin-right: 10px;
}
.comments-1.comments-2 {
    padding-left: 50px !important;
}
.lh-min {
    line-height: 1em;
}
.bs-callout {
    padding: 20px;
    margin: 0 0 0 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.form-control {
    border-radius: 8px;
    height: auto;
    line-height: 1.33333;
    padding: 10px 18px 10px 20px;
    background: none;
    color: #323232;
    border: 1px solid #ccc;
    box-shadow: none;
}
.form-control[disabled], .select-bf[disabled] {
    background: #f5f5f5;
}
.ol-user-info li {
    font-size: 16px;
    line-height: 35px;
}
/*mosaic*/

.mbox-bf {
    /*
    border-radius: 10px;
    float: left;
    padding: 0px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    margin: 20px 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
*/
}
.mbox-img-bf {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mbox-text-bf {
    text-align: left;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    height: 70px;
    float: left;
    width: 100%;
}
.icons-wrap-bf {
    background: #0000;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.icons-wrap-bf:hover {
    cursor: pointer;
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.icons-left-bf, .icons-right-bf {
    margin-top: 10px;
}
.icons-left-bf {
    left: 0px;
    float: left;
    padding-left: 5px;
    text-align: center;
}
.icons-right-bf {
    right: 0px;
    float: right;
    padding-right: 5px;
    text-align: center;
}
.mosaic-element .icon-container-bf {
    display: none;
}
.mosaic-element:hover .icon-container-bf {
    display: block;
}
.icon-container-bf {
    margin: 5px auto;
    padding: 0px 10px;
    color: #fff;
}
.icon-container-bf i {
    font-size: 20px;
    padding-bottom: 5px;
    cursor: pointer;
}
.icon-container-bf span span {
    padding-left: 8px;
}
.order-price-container {
    display: none;
}
.order-price-container.selected-order-price-container {
    display: block;
}
.irs-bar {
    background-color: #84ba3f !important;
}
.table.ordertable tr, td {
    padding: 10px !important;
}
.menu-list-items {
    height: 70px !important;
}
/*.mega-menu .menu-logo {*/

/*padding: 5px 0 15px !important;*/

/*}*/

.page-title-name h1 {
    font-size: 30px;
}
.mega-menu .menu-mobile-collapse-trigger::before, .mega-menu .menu-mobile-collapse-trigger::after, .mega-menu .menu-mobile-collapse-trigger span {
    background: #84ba3f;
}
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 3px rgba(0, 94, 142, .35) !important;
}
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 3px rgba(0, 94, 142, .35) !important;
}
.plyr__control--overlaid {
    background: rgba(0, 94, 142, .8) !important;
}
.plyr__menu__container label.plyr__control input[type=radio]:focus+span {
    box-shadow: 0 0 0 3px rgba(0, 94, 142, .35) !important;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 3px rgba(0, 94, 142, .35) !important;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(0, 94, 142, .35) !important;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #005e8e !important;
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    background: #005e8e !important;
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #005e8e !important;
}
.plyr__menu__container label.plyr__control input[type=radio]:checked+span {
    background: #005e8e !important;
}
.plyr--full-ui input[type=range] {
    color: #005e8e !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #005e8e !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #005e8e !important;
}
.market-entry-audio {
    padding: 136px 20px;
    background-position: center center;
    background-size: cover;
}
.buy-category-btn-bf .button+.button {
    margin-left: 10px;
}
.cm-search-submit .button.btn-block {
    height: 35px;
    padding: 6px 10px;
}
.button {
    border-radius: 8px;
}
.btn-filters {
    border-radius: 8px 0px 0px 8px;
}
.nice-select.wide.fancyselect {
    height: 42px;
    border-radius: 8px;
    padding-left: 10px;
}
.remember-checkbox label::after {
    color: #84ba3f;
}
.filters-header-bf {
    /* background: red; */
    padding: 14px 10px 3px 10px;
    border-radius: 8px 8px 0 0;
    border-top: 2px #84ba3f solid;
    /* font-weight: 600; */
    font-size: 16px;
}
.icon-filters-bf {
    color: #bfbfbf;
    font-size: 22px;
}
#products-mosaic .mosaic-element {
    margin-bottom: 90px !important;
}
.button:hover, .button:focus {
    background: #84ba3f;
    color: #ffffff;
    border-color: #84ba3f;
}
.icons-right-bf i {
    color: #fff;
}
.icons-right-bf i:hover {
    color: #84ba3f;
}
.icons-left-bf i:hover {
    /*color: #84ba3f;*/
}
.price:hover {
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid #ccc;
}
.pl-5 {
    padding-left: 5px!important;
}
.pr-5 {
    padding-right: 5px!important;
}
.pb-5 {
    padding-bottom: 5px!important;
}
.pt-5 {
    padding-top: 5px!important;
}
.item .audio-spec, .item .audio-spec-icon {
    color: #fff;
}
.row-fix-footer .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.unmask {
    float: right;
    border: none;
    background: none;
    position: relative;
    bottom: 30px;
    right: 10px;
}
#cookieNotice {
    background: #47aeaa !important;
}
/*footer start*/

footer {
    display: inline-block;
    position: relative;
    width: 100%;
}
.footer.page-section-pt.black-bg {
    padding: 20px;
}
.footer-widget.footerlogo {
    padding-bottom: 0px;
}
.footer-social-big ul .twitter {
    background-color: #40BFF5;
}
.footer-social-big ul li {
    width: 60px;
}
.list-inline-item {
    display: inline-block;
    padding-right: 10px;
}
.list-inline-item>a {
    padding-right: 10px;
}
/*запиши се за бюлетин*/

.sign-bf {
    background: none;
    border: none;
    color: gray;
    position: relative;
    top: -50px;
    right: -220px;
    width: 50px;
    height: 50px;
    font-size: 17px;
}
.signed-bf {
    color: white !important;
}
.mc-sign-bf {
    max-height: 60px !important;
}
.cm-sign-up-button-wrap {
    margin-right: 55px;
}
.mc-sign-bf .sign-bf {
    left: 80% !important;
    right: 0 !important;
}
#back-to-top .top {
    bottom: 30px;
}
.main-text {
    /*
    background-image: url('../images/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
*/
    background: url('../images/footer-bg-b.png');
    background-size: 100% 100%;
}
.footer-bg-t {
    height: 100px;
    background-image: url('../images/footer-bg-t.png');
    background-size: 100% 100%;
}
.main-text *, .c-text * {
    color: #fff !important;
}
.action-text {
    text-align: center;
    margin-top: 100px;
    /*    margin-bottom: 100px;*/
}
.main-text, .c-text {
    font-size: 14px;
}
.main-text {
    padding-bottom: 50px;
}
.main-text .col-md-3 {
    display: flex;
    justify-content: center;
}
.main-text h6 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-text address span {
    display: block;
    padding-top: 13px;
}
.cm-front-boxes * {
    color: white;
}
.cm-front-boxes .feature-step a {
    margin-top: 30px;
}
.main-text {
    /*
    background-image: url('../images/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
*/
    background: url('../images/footer-bg-b.png');
    background-size: 100% 100%;
}
.footer-bg-t {
    height: 100px;
    background-image: url('../images/footer-bg-t.png');
    background-size: 100% 100%;
}
.main-text *, .c-text * {
    color: #fff !important;
}
.action-text {
    text-align: center;
    margin-top: 100px;
    /*    margin-bottom: 100px;*/
}
.main-text, .c-text {
    font-size: 14px;
}
.main-text {
    padding-bottom: 50px;
}
.main-text .col-md-3 {
    display: flex;
    justify-content: center;
}
.main-text h6 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-text address span {
    display: block;
    padding-top: 13px;
}
.c-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 100px;
    background-color: #54A8A4;
}
.c-text .footer-social {
    text-align: right;
}
.f-social {
    margin-top: 20px;
}
.footer-useful-link {
    display: inline-block;
}
.footer-useful-link ul li {
    border-bottom: 1px solid #ccc;
}
.footer-useful-link ul li:last-child {
    border-bottom: none;
}
.footer-Newsletter .form-control {
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 0.2) !important;
}
.market-top {
    background: #dcdddf;
}
.view-course-xs {
    display: none;
}
.img-50 {
    width: 50%;
}
.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.social-icons i {
    color: rgba(255, 255, 255, 0.5) !important;
}
#moduls-menu i {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    margin-left: 3px;
}
#moduls-menu img {
    width: 40px;
    opacity: .7;
    transition: 0.5 all ease;
}
#moduls-menu {
    border-top: 5px solid rgba(255, 255, 255, 0);
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 35px;
    right: 65px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    /* background: #84ba3f; */
    width: 40px;
    height: 40px;
    text-align: center;
}
.style-general-conditions h1, .style-general-conditions h2, .style-general-conditions h3, .style-general-conditions h4, .style-general-conditions h5, .style-general-conditions h6 {
    color: #84ba3f;
    margin-top: 20px;
}
.style-general-conditions strong {
    font-weight: inherit !important;
}
.style-general-conditions thead {
    background: #8080804f
}
.style-general-conditions ul {
    margin-left: 20px !important;
}
.style-general-conditions h1 strong {
    font-weight: 400 !important;
}
.style-general-conditions h3 {
    font-size: 28px !important;
}
.style-general-conditions h1 {
    font-weight: 600;
}
.fix-height-images {
    height: 500px;
}
#dropup-menu img {
    width: 95%;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#dropup-menu {
    min-width: 220px;
    left: -120px;
}
/*.lang-switcher-bf {*/

/*display: none !important;*/

/*}*/

.custom-login-btn-google {
    width: 100% !important;
}
.custom-login-btn-google button {
    float: right;
    width: 100%;
    padding: 15px;
}
.custom-login-btn-google .button-custom-google {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 15px;
}
.button-custom-google b {
    float: left;
}
.button-custom-google span {
    top: 3px;
    position: relative;
}
.button-custom-google {
    padding: 10px 15px;
    border: 1px solid #757575 !important;
    background-color: #fff;
    color: #757575 !important;
}
.button-custom-google:hover {
    background: #84ba3f !important;
    color: #ffffff !important;
    border-color: #84ba3f !important;
}
.col-forgot-password-lms a {
    float: left !important;
    font-size: 15px;
}
.reverse-div-lms {
    display: flex;
    flex-direction: column-reverse;
    width: 100% !important;
    position: relative;
    bottom: 20px;
}
.text-language-login {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.button-custom-google:hover svg path:not([fill="none"]) {
    fill: white !important;
}
.modal-header, .modal-footer {
    border-bottom: initial !important;
}
.modal-footer {
    text-align: left !important;
    border-top: initial !important;
}
.custom-organization-style {
    background: initial !important;
}
.custom-organization-style .login-signup.page-section-ptb {
    background: initial !important;
}
.text-language-login {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    top: 6px;
}
.custom-select-language {
    background-color: #f6f7f8;
    border-radius: 3px;
    border: solid 1px #f6f7f8;
    box-sizing: border-box;
    /* clear: both; */
    cursor: pointer;
    /* display: block; */
    float: right;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: normal;
    height: 40px;
    line-height: 47px;
}
.custom-select-language {
    /*border-color: #d0dae5;*/
    border: 0px !important;
    background: initial !important;
}
.custom-select-language.open, .custom-select-language:focus {
    border-color: #d0dae5 !important;
}
.custom-select-language {
    min-width: 140px;
    max-width: 105px;
    padding-right: 0px !important;
    left: 18px;
}
.custom-organization-style .rebranding-container-right {
    padding: 0px !important;
    margin: 0px !important;
    width: 40% !important;
    margin-left: 60% !important;
}
.custom-organization-style .container-rebranding-custom-100 {
    margin: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}
.custom-organization-style .container-rebranding-custom-100 .tab-pane {
    width: 100% !important;
}
.custom-organization-style .login-box-02 {
    /*height: 95vh;*/
    background: white !important;
    padding: 30px 50px !important;
}
.custom-organization-style .page-section-ptb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section-rebranding-logo-form-login {
    background: initial !important;
}
.custom-organization-style .login-box-02 input {
    padding: 20px !important;
}
.custom-organization-style .login-box-02 .unmask {
    bottom: 42px !important;
}
.section-rebranding-logo-form-login {
    display: none;
}
.custom-organization-style .section-rebranding-logo-form-login {
    display: block !important;
}
.custom-organization-style .section-rebranding-login-custom {
    margin-top: 35px;
}
.custom-organization-style .tab-content {
    padding: 0px !important;
    margin: 0px !important;
}
.custom-organization-style .rebranding-custom-section-image {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 50% !important;
    height: 91vh !important;
    float: left !important;
    background-position: center !important;
}
.custom-organization-style #logo_img {
    max-width: 50% !important;
}
.custom-organization-style .nice-select:after {
    height: 8px !important;
    font-size: 14px !important;
    width: 8px !important;
    top: 40% !important;
    color: #4d4d4d !important;
}
.custom-organization-style .section-rebranding-logo-form-login {
    display: block !important;
}
.custom-organization-style #logo_img {
    max-height: 200px;
}
.custom-organization-style .fa-eye-slash, .fa-eye {
    color: #c1c1c1;
}
.custom-select-language span {
    color: #4D4D4D !important;
}
.custom-organization-style .custom-select-language {
    position: relative;
    bottom: 15px;
}
.custom-rebranding-section-left {
    display: block;
    width: 60%;
    float: left;
    height: 100vh !important;
}
.custom-rebranding-section-left>div {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}
.custom-organization-style .login-box-02 {
    border: initial !important;
}
.custom-select-language {
    background-color: #f6f7f8;
    border-radius: 3px;
    border: solid 1px #f6f7f8;
    box-sizing: border-box;
    /* clear: both; */
    cursor: pointer;
    /* display: block; */
    float: right;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: normal;
    height: 40px;
    line-height: 47px;
}
.custom-select-language {
    /*border-color: #d0dae5;*/
    border: 0px !important;
    background: initial !important;
}
.custom-select-language.open, .custom-select-language:focus {
    border-color: #d0dae5 !important;
}
.custom-select-language {
    min-width: 140px;
    max-width: 105px;
    padding-right: 0px !important;
    left: 18px;
}
.custom-select-language span {
    color: #4D4D4D !important;
}
.custom-organization-style .custom-select-language {
    position: relative;
    bottom: 15px;
}
.remember-checkbox a {
    color: #005F8F !important;
}
nav#menu.desktopTopFixed {
    min-height: 60px !important;
}

.course-sticky-conditions {
    top: 60px !important;
}

.mega-menu .menu-logo {
    padding: 15px 0 15px !important;
}

.mega-menu .menu-links>li>a, #menu .drop-down-multilevel li a {
    font-family: 'Open sans', sans-serif !important;
    font-size: 20px !important;
    text-transform: none !important;
    font-weight: 200 !important;
}

.shpping-cart strong.item {
    background-color: #005F8F !important;
}

.change-language-login:hover {
    border: 0;
    line-height: 34px !important;
}

.custom-organization-style #signup input {
    padding: 10px !important;
}

.custom-organization-style #signup .unmask {
    bottom: 30px !important;
}

.custom-organization-style .password-register-row .section-field  {
    margin-bottom: 0px !important;
}

.custom-organization-style #signup .language-change-register {
    display: block !important;
}

.custom-organization-style #signup .section-rebranding-logo-form-login {
    margin-bottom: 20px !important;
}

.custom-organization-style #signup .register-button-custom-style {
    width: 100%;
    padding: 0px !important;
}

.change-div-login,.change-div-register {
    cursor: pointer;
}

.remember-checkbox label:before {
    border: 2px solid #005F8F !important;
}

.remember-checkbox label::after {
    color: #005F8F !important;
}

.nice-select:hover {
    line-height: 42px;
}
