
.bg-theme-color {
    background: #436578;
}
.bg-theme-color ul.navbar-nav > li > a {
    color: white;
    transition: color .5s;
}
.bg-theme-color ul.navbar-nav > li:hover > a {
    color: #cddc39;
}
.bg-theme-color ul.navbar-nav > li > a .menu-arrow {
    color: white;
    transition: color .5s;
}

.bg-theme-color ul.navbar-nav > li:hover > a .menu-arrow {
    color: #cddc39;
}

.menu-separator {
    height: 1px !important;
    background-color: #ddd;
}

ul.navbar-nav li.megamenu > ul > li {
    width: 33.3333%;
}

ul.navbar-nav li ul {
    width: 400px;
}

@media (max-width: 479px) {
    ul.header-btns, ul.header-btns .header-cart-btn, ul.header-btns .header-lang-btn {
        display: block !important;
    }
    .top-header-widget {
        padding-left: 0;
        padding-right: 0;
    }
}

.shop-item-container .shop-item-media a .onsale {
    background-color: #ff0000;
    color: white;
}

.percent-container {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 16;
}
.carousel-onsale {
    position: relative;
    color: #436578;
    font-size: 22px;
    text-shadow: 3px 0 0 #cddc39;
}
.onsale-circle {
    position: absolute;
    top: -2px;
    right: 39px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: radial-gradient(#cddc394a 0%, #cddc39 65%);
    z-index: -1;
}

.gfort-section {
    padding: 40px 0 25px;
}

.breadcrumb-block .breadcrumb i {
    line-height: 24px;
}
.breadcrumb-block .breadcrumb > li {
    line-height: 24px;
}
.img-border {
    display: block;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 2px;
    background-color: #fbfbfb;
    margin: auto;
}
.gfort-owl-slider.owl-theme .owl-dots {
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
}

.pic-name>p {
    margin-top: 5px;
    margin-bottom: 25px;
    color:  dimgrey;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bolder;
}

.shop-item-body {
    text-align: center;
}

.categories span.price {
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    font-weight: 500;
    color: #ff0a0a;
    text-align: right;
    margin: 5px auto;
}
.categories span.price span.amount {
    font-size: 22px;
    margin: 10px 0 0;
    line-height: 17px;
    position: relative;
    display: inline-block;
}

.categories span.price span.amount .currencySymbol {
    font-size: 17px;
}

/*PACE*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);

    -webkit-transition: transform .5s ease-out;
    -ms-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 10px;
    background: #436578;

    pointer-events: none;
}
.width-fit-content {
    width: fit-content;
}
.top-header-custom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-header-custom-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.top-header-custom div {
    align-self: center;
}

@media screen and (max-width: 991px) {
    .top-header-custom {
        justify-content: center;
    }
}

.info-block .info-block-container i {
    min-width: 25px;
    text-align: center;
}
.mobile-social {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.collapsed-lang {
    display: none;
}
@media screen and (max-width: 997px) {
    .top-header-custom .social-icons-block, .top-header-custom .messenger-icons {
        display: none;
    }
    .mobile-social {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .visible-langs {
        display: none;
    }
    .collapsed-lang {
        display: block;
    }
    .bg-theme-color ul.navbar-nav > li > a {
        color: #333333;
    }
}

.header-btns.custom-langs li a{
    width: 100%;
    display: block;
    color: #212121;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    overflow: hidden;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    padding: 30px 0 30px 25px;
    min-width: 14px;
}
.header-btns.custom-langs li a:hover {
    color: #cddc39;
}
.header-btns.custom-langs li a img {
    top: 34px;
    left: 0;
    position: absolute;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 991px) {
    .header-section:not(.sidebar-header) .navbar-collapse.collapse.in {
        max-height: 600px;
    }
}

.shop-item-category .shop-item-body {
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, #436578 1px, #cddc39 3px, #436578 5px, #cddc39 7px, #436578 9px, #436578d7 100% );
    transform: skewX(-25deg);
}
.shop-item-category .shop-item-body .shop-item-title {
    transform: skewX(25deg);
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.shop-item-category .shop-item-body a {
    color: white;
    padding: 0 12px;
}

.owl-item .blog-item-body {
    width: 97% !important;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, #436578 1px, #cddc39 3px, #436578 5px, #cddc39 7px, #436578 9px, #436578d7 100% );
    transform: skewX(25deg);
    z-index: 15 !important;

}
.owl-item .blog-item-body .blog-item-title {
    transform: skewX(-25deg);
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.owl-item .blog-item-body a {
    color: white;
    background: none;
    padding: 0 12px;
}
.owl-item .gfort-owl-slider-item {
    overflow: visible;
}
.owl-item .gfort-owl-slider-item .shop-item-body {
    top: 30px;
    right: 15px;
}

/*.main-content.grey-background-color {*/
/*    background: url(/images/misc/industry.jpeg), #000;*/
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
/*}*/

#about {
   margin: 50px 0;
    font-family: 'Montserrat', sans-serif;
}

.fancy-bg {
    background: url(/images/misc/industry.jpeg);
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px rgba(0, 19, 49, .85);
}
.gfort-owl-slider {
    background: white;
}

.listing {
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    min-height: 450px;
    padding: 50px;
}
.listing h3 {
    color: white;
    text-align: left;
    display: inline-block;
}
.description {
    text-align: justify;
    min-height: 400px;
    color: white;
    background: linear-gradient(90deg, #436578 1px, #cddc39 3px, #436578 5px, #cddc39 7px, #436578 9px, #436578d7 100% );
    transform: skewX(-15deg);
    padding: 75px;
}
.description p {
    transform: skewX(15deg);
    font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 550px) {
    .description {
        min-height: 300px;
        transform: skewX(0deg);
        padding: 20px 40px;
        font-size: 0.9em;
    }
    .description p {
        transform: skewX(0deg);
        margin-bottom: 30px;
    }
}

div.embed-cont {
    margin-top: 50px;
    max-width: 600px;
}
div.embed-cont iframe {
    border-radius: 3px;
}

.messenger-icons ul li {
    display: inline-block;
    margin-right: 16px;
}
.messenger-icons ul {
    list-style: none;
}
.messenger-icons i {
    text-shadow: -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white, 1px 1px 0 white;
    font-size: 30px;
}






