

@font-face {
font-family: 'Jelytta Regular';
font-style: normal;
font-weight: normal;
src: local('Jelytta Regular'), url('fonts/Jelytta.woff') format('woff');
 font-display: swap;
}

@font-face {
    font-family: 'aliceregular';
    src: url('Alice-Regular-webfont.eot');
    src: url('fonts/Alice-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;

}

/* MARGINS & PADDINGS */
ul, ol {
padding-left:10px;
}
.p-xxs {
padding: 5px !important;
}
.p-xs {
padding: 10px !important;
}
.p-sm {
padding: 15px !important;
}
.p-m {
padding: 20px !important;
}
.p-md {
padding: 25px !important;
}
.p-lg {
padding: 30px !important;
}
.p-t-xl {
padding-top: 40px !important;
}
.p-b-xl {
padding-bottom: 40px !important;
}
.m-xxs {
margin: 2px 4px;
}
.m-xs {
margin: 5px;
}
.m-sm {
margin: 10px;
}
.m {
margin: 15px;
}
.m-md {
margin: 20px;
}
.m-lg {
margin: 30px;
}
.m-xl {
margin: 50px;
}
.m-n {
margin: 0 !important;
}
.m-l-none {
margin-left: 0;
}
.m-l-xs {
margin-left: 5px;
}
.m-l-sm {
margin-left: 10px;
}
.m-l {
margin-left: 15px;
}
.m-l-md {
margin-left: 20px;
}
.m-l-lg {
margin-left: 30px;
}
.m-l-xl {
margin-left: 40px;
}
.m-l-n-xxs {
margin-left: -1px;
}
.m-l-n-xs {
margin-left: -5px;
}
.m-l-n-sm {
margin-left: -10px;
}
.m-l-n {
margin-left: -15px;
}
.m-l-n-md {
margin-left: -20px;
}
.m-l-n-lg {
margin-left: -30px;
}
.m-l-n-xl {
margin-left: -40px;
}
.m-t-none {
margin-top: 0;
}
.m-t-xxs {
margin-top: 1px;
}
.m-t-xs {
margin-top: 5px;
}
.m-t-sm {
margin-top: 10px;
}
.m-t {
margin-top: 15px;
}
.m-t-md {
margin-top: 20px;
}
.m-t-lg {
margin-top: 30px;
}
.m-t-xl {
margin-top: 40px;
}
.m-t-xxl {
margin-top: 50px;
}
.m-t-xxxl {
margin-top: 60px;
}
.m-t-n-xxs {
margin-top: -1px;
}
.m-t-n-xs {
margin-top: -5px;
}
.m-t-n-sm {
margin-top: -10px;
}
.m-t-n {
margin-top: -15px;
}
.m-t-n-md {
margin-top: -20px;
}
.m-t-n-lg {
margin-top: -30px;
}
.m-t-n-xl {
margin-top: -40px;
}
.m-r-none {
margin-right: 0;
}
.m-r-xxs {
margin-right: 1px;
}
.m-r-xs {
margin-right: 5px;
}
.m-r-sm {
margin-right: 10px;
}
.m-r {
margin-right: 15px;
}
.m-r-md {
margin-right: 20px;
}
.m-r-lg {
margin-right: 30px;
}
.m-r-xl {
margin-right: 40px;
}
.m-r-n-xxs {
margin-right: -1px;
}
.m-r-n-xs {
margin-right: -5px;
}
.m-r-n-sm {
margin-right: -10px;
}
.m-r-n {
margin-right: -15px;
}
.m-r-n-md {
margin-right: -20px;
}
.m-r-n-lg {
margin-right: -30px;
}
.m-r-n-xl {
margin-right: -40px;
}
.m-b-none {
margin-bottom: 0;
}
.m-b-xxs {
margin-bottom: 1px;
}
.m-b-xs {
margin-bottom: 5px;
}
.m-b-sm {
margin-bottom: 10px;
}
.m-b {
margin-bottom: 1vmin;
}
.m-b-md {
margin-bottom: 3vmin;
}
.m-b-lg {
margin-bottom: 4vmin;
}
.m-b-xl {
margin-bottom: 5vmin;
}
.m-b-xxl {
margin-bottom:7vmin;
}
.m-b-n-xxs {
margin-bottom: -1px;
}
.m-b-n-xs {
margin-bottom: -5px;
}
.m-b-n-sm {
margin-bottom: -10px;
}
.m-b-n {
margin-bottom: -15px;
}
.m-b-n-md {
margin-bottom: -20px;
}
.m-b-n-lg {
margin-bottom: -30px;
}
.m-b-n-xl {
margin-bottom: -40px;
}
.space-15 {
margin: 15px 0;
}
.space-20 {
margin: 20px 0;
}
.space-25 {
margin: 25px 0;
}
.space-30 {
margin: 30px 0;
}
.vh100 {
height:100vh!important;
}
.transition-400 {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.transition-700 {
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}
.transition-1000 {
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}
.transition-1500 {
    -webkit-transition: all 1500ms;
    -moz-transition: all 1500ms;
    -o-transition: all 1500ms;
    transition: all 1500ms;
}
.transition-2000 {
    -webkit-transition: all 2000ms;
    -moz-transition: all 2000ms;
    -o-transition: all 2000ms;
    transition: all 2000ms;
}
.fullwidth.container {
    width:90%;
    max-width:90%;
} 
.flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.flex-1 > * {
    flex:1;
}
.flex-wrap {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex-justify-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.justify-center {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.justify-space-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.justify-flex-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.justify-flex-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.justify-space-around{
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
.flex-justify-align-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.align-item-center { 
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.align-item-flex-start { 
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.align-item-flex-end { 
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.flex-align-item-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-medium {
    font-weight: 500!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-extra-bold {
    font-weight: 900!important;
}
.absolute {
    position:absolute;
}
.relative{
    position:relative;
}
.whitetext{
    color:#fff!important;
}
.transition {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.uppercase {
    text-transform: uppercase; 
}
body.account-account .account-container a:hover, body.account-account .account-container a:focus{
border-color:#366481;
}
body.account-account .account-container a:hover .icon-font::before, body.account-account .account-container a:focus .icon-font::before{
color:#366481;
}
body.account-account .account-container  h3 {
    text-transform: capitalize!important;
}
.font-size-14 {
    font-size:calc(10px + 0.20833333333vw);    
}
h2 {
    font-size:calc(16px + 0.83333333333vw);
}
h3 {
    font-size:calc(16px + 0.83333333333vw);
}
h4 {
    font-size:calc(10px + 0.52083333vw);
}
h5 {
    font-size:calc();
}

*,*:focus,*:hover{
    outline:none!important;
}

/* =Theme customization starts here
------------------------------------------------------- */

/** Take out the divider line between content and sidebar **/
@media (min-width:1200px) {
    body .container, footer > .container {
        max-width: 1920px;
        width:90%;
    }
    body .normal.container {
        max-width: 1200px;
        width:80%;
    }
    body .fixed-header .container {
        width:100%;
    }
}
a {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    color:#333333;
}
a:hover {
    opacity:0.7;
    color:#366481
}
h1,h2,h3,h4,h5 {
    color:#000;
}
.main-title {
    font-size:calc(22.5px + 1.171875vw);
    line-height:1em;
    margin-bottom:5vmin;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    font-size:calc(22.5px + 1.171875vw);
    color:#333333;
    margin-bottom:4vmin!important;
    text-transform: none!important;
    font-family: 'Jelytta Regular';
    font-weight: 600;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
    display:none!important;
}
body {
    font-family: 'Muli', sans-serif;
    font-size: calc(8px + 0.3125vw)!important;
    color:#333333;
    line-height:1.7em;
    font-weight: 400;
    padding-bottom:0!important;
    -webkit-font-smoothing: antialiased;
}
h3 {
    font-family: 'Jelytta Regular';
    margin-bottom:3vmin;  
}
body .btn-primary{
    color:#fff;
    font-size: calc(9px + 0.3125vw);
    padding: 1vmin 4vmin;
    border-radius: 0;
    display: inline-block;
    background:#000;
    border-color:#000;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .btn-primary.white {
    background:#fff;
    border-color:#fff;
    color:#333;
}
body .btn-primary.white:hover {
    background:#000;
    border-color:#000;
    color:#fff;
}
body .btn-primary.form {
    background:#333;
    border-color:#333;
    color:#333;
}
body:not(.common-home) .background-wrapper {
    padding-bottom:3vmin;
}
.mi-button .btn {
    line-height: 2em;
}
.common-home .owl-nav > * {
    display:none;
}
body.common-home .section-space {
    padding:7vmin 0;
}
body.common-home .section-space.home-project {
    padding-bottom:0;
}
body.common-home .section-space.slideshow {
    padding:0;
}
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:disabled,:disabled, body .btn-primary:active:hover, body .btn-primary:active:focus {
    color:#333;

    background-color:#fff;
    border-color:#ccc;
    transform:scale(1.03);
}
body .swal2-popup .swal2-styled.swal2-confirm {
    background-color:#686868;
}
.breadcrumb {
    visibility: hidden;
}
/*body.information-contact-success  h2:not(.swal2-title):not([style]) {*/
/*    display:none!important;*/
/*}*/
/* body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
    display: none!important;
} */
body:not(.common-home) .bg-wrapper {
    background:url('../image/bg.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
body .pagination>li>a, body .pagination>li>span {
    color:#333333;
    border:none;
    font-weight:700;
    font-size:calc(10px + 0.520833333vw);
    background-color: transparent;
}
body .pagination>li>a:hover {
     background-color:transparent!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background:none!important;
    color:#366481!important;
}
.pagination>li i {
    font-size: 30px;
}
/*======================= Header ========================*/
body #fullpage-search .search-box {
    width:50%;
    margin:0 auto;
}
.cart-dorpdown-items .cart-dorpdown-item-charges > .input-group {
    max-width: 200px;
}
 body .fixed-header {
   background:url('../image/header-bg-new.png');
   box-shadow:none;
    padding-top: 2vmin;
    padding-bottom:3vmin;
    background-size:100% 100%;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .fixed-header.fixed {
    opacity: 1;
} 
.header-container .header-menu #main-menu ul a {
    padding:1.5vmin 14px;
    text-transform: uppercase;
}
.header-container .header-menu #main-menu ul a:hover {
    background:#333;
    color:#fff;
}
body .header-container {
    -ms-grid-columns: 22% 1fr 20%;
    grid-template-columns: 22% 1fr 20%;
    padding-left: 15vmin;
}
body .header-container .header-top{
    -ms-grid-column: 3;
    grid-column: 3 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    align-items:flex-start;
    padding-top:1.5vmin;
}
body .header-container .header-logo {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}
body .header-container .header-menu {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    justify-content:flex-end;
    align-items:flex-start;
    padding-top:1vmin;
}
body .header-container .header-menu #main-menu>li>a {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0!important;
    font-size:calc(9px + 0.3125vw);
    border-bottom:2px solid transparent;
}
.header-container .header-menu #main-menu>li>a:hover,.header-container .header-menu #main-menu>li.active>a {
    color:#333;
}
.header-container .header-menu #main-menu>li.active>a {
    /* border-bottom:2px solid #333; */
}
body .header-mobile-links i { 
    color:#000;
    font-size:22px!important;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .header-container .header-menu #main-menu a .sub-arrow {
    display:none!important;
}
.slick-dots {
    display:flex;
    justify-content: center;
    list-style: none;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    border:1px solid #000;
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background:#000;
}
body .header-container .header-links>a, body .header-container #account>a[data-toggle="dropdown"], body .header-container #enquiry>a, body .header-container #cart>a, body .header-container ._search>a {
    padding:0!important;
    /* width: 6vmin; */
}
.header-top > * {
    margin-right:2vmin
}
.header-top > *:last-child {
    margin-right: 0;
} 
.top-header {
    background:#cc9000;
    font-size:calc(10px + .41666667vw);
    padding:1vmin 0;
    color:#fff; 
    text-transform:uppercase;
    font-weight: 600;
}
.top-header p {
    margin-bottom:0;
}
.header-top .social .icon {
    margin-right:2vmin;
}
.header-top .social .icon img {
    width:15px;
}
/* body header.fixed-header.fixed {
    background:#fff;
}
body header.fixed-header {
    background:transparent;
} */
body .header-container #enquiry>a .badge, body .header-container #cart>a .badge {
    background:#fff;
    color:#000;
    top: 30%;
}
body #fullpage-search {
    background: rgba(0,0,0, .8);
}
.fx-close:before, .fx-close:after {
    background-color:#fff!important;
}
.header-container .header-menu #main-menu ul {
    border-top: 2px solid #000;
}
#account .dropdown-menu {
    background: white;
    padding: 0;
    border-top: 1px solid #000;
}
body #content {
    min-height:50vh;
}
body .order-product-item-list > * {
    width:calc((100% - 26px) / 3);
} 
/*======================= Home ========================*/
body {
    padding-top:0!important;
}
body .slider-slideshow-description .slider-slideshow-description-texts {
    text-align:center;
}
body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0  {
    font-size:calc(28.5px + 1.484375vw);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.7em;
}
body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1  {
    font-weight: bold;
    line-height: 1.7em;
    font-size: calc(22px + 1.25vw);
    font-family: 'Jelytta Regular'; 
    font-weight: 400;
    margin-bottom: 3vmin;
}
body .slider-slideshow-description .slider-slideshow-description-link .btn-primary{
    background:#fff;
    color:#000;
    font-size: calc(10px + 0.3125vw);
    padding: 1vmin 4vmin;
}
body .home-about-content .title{
    font-size:calc(18px + 0.9375vw);
    font-family: 'Jelytta Regular'; 
}
body .home_about_content {
    background-position: top!important;
    margin-top: -10vmin;
    padding: 45vmin 0!important;
    position: relative;
    z-index: 2;
}
body .home-about-content {
    padding: 10vmin 10vmin;
    background: url(../image/hexagon.png);
    width: 60vmin;
    /* height: 48vmin; */
    min-height: 48vmin;
    position: absolute;
    top: 30%;
    right: 15%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size:calc(10px + 0.3125vw);
}
body .home-about-content .text {
    line-height: 1.7em;
    margin-bottom: 3vmin;
} 
.home-services-wrapper .service .text {
    font-size: calc(10px + 0.52083333vw);
    font-weight: 700;
}
.home-services-wrapper .service .image:before {
    content:'';
    width:9vmin;
    height:9vmin;
    background:#333333;
    border-radius: 1em;
    display: block;
    position: absolute;
    left:0;
    right:0;
    margin:0 auto;
    z-index: -1;
}
.home-services-wrapper .service  {
    position: relative;
}
.home-services-wrapper .service .image {
    margin-bottom: 1vmin;
}
.home-services-wrapper .service  img { 
    transform: translate(15px, -20px);
}
.home-services-section {
    width:70%;
    margin:0 auto;
}
.testi-description {
    font-size: calc(10px + 0.52083333vw);
    font-style: italic;
}
.home-testimonial-wrapper {
    padding:0 30px;
}
body.common-home .slick-nav {
    top:50%;
    transform: translateY(-50%);
}
body.common-home .slick-nav.left {
    left:0; 
}
body.common-home .slick-nav.right {
    right:0; 
}
body.common-home .slick-nav i {
    font-size: calc(20px + 0.9375vw);
}
body .home-testimonial-wrapper .testimonial{ 
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex!important;
}
body .home-testimonial-wrapper .testimonial .image {  
    flex:2;
    width:20%;
    margin-right: 10px;
}
body .home-testimonial-wrapper .testimonial .text {
    flex:8
}
body .home-testimonial-wrapper .slick-slide {
    margin: 0 15px;
} 
/* the parent */
body .home-testimonial-wrapper .slick-list {
    margin: 0 -15px;
} 
body .home-testimonial-wrapper .testimonial .name {
    color:#2f607f;
}
body .testimonial-arrow {
    justify-content: center;
}
body .testimonial-arrow > * {
    padding:3vmin;
}   
body .testimonial-arrow  i {
    font-size: 36px;
}
body .slideshow .slider-nav i  {
    color:#fff;
}
.home-process .description {
    font-size: calc(10px + 0.52083333vw);
    font-style: italic;
    margin-bottom: 3vmin;
}
.home-process .image{
    background: #333333;
    padding: 1vmin;
    border-radius: 115px;
    z-index: 2;
    position: relative;
    width: 15vmin;
    height: 15vmin;
    text-align: center;
    padding-top: 2vmin;
    margin:0 auto;
    cursor:pointer;
    margin-bottom: 2vmin;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .home-process .btn-primary {
    padding: 1vmin 2vmin;
}
body .home-process .button-wrapper {
    position:relative;
    z-index:2;
}
.home-process {
    padding:0 15%;
}
.home-process .title{ 
    font-size: calc(10px + 0.52083333vw);
    font-weight: 700;
    text-align:center;
    margin-bottom: 2vmin;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
} 
.process-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}
.process:nth-child(1) {
    width:25%;
    transform: translateY(130%);
}
.process-wrapper .process:nth-child(2) {
    width:50%;
}
.process-wrapper .process:nth-child(3) {
    width:25%;
    transform: translateY(130%);
}
.process-wrapper .process.active .image {
    background: #2f607f;
-webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.5);
}
.process-wrapper .process.active .title {
    color:#2f607f;
}
.process-description-wrapper {
    width: 50%;
    margin: 0 auto;
    padding: 3vmin;
    text-align: center;
    line-height: 2em;
    font-size: calc(8px + 0.3125vw);
    min-height: 300px;
}
.process-description-wrapper .process-text {
    margin-bottom: 3vmin;
    font-weight: 600;
    font-style:italic;
} 
.process-text .title {
    font-size:calc(12px + 0.625vw);
    color:#2f607f;
}
.process-wrapper:before {
    content: '';
    position: absolute;
    background: url('../image/dotted_line.png');
    top: 50%;
    transform: translateY(-10%);
    width: 80%;
    height: 50vmin;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.home-project-content .project {
    background-size: cover!important;
    min-height: 55vmin;
    position: relative;
}
.home-project-content .project .project-text-wrapper {
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index:1;
    display:flex;
    justify-content: flex-end;
    flex-direction: column;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    padding: 5vmin;
    color:#fff;
}
.home-project-content .slick-slide.slick-center .project-text-wrapper{
    opacity: 1;
}
.home-project-content .project .project-text-wrapper:after {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url('../image/article-overlay.png');
    content:'';
    background-size: 100% 100%;
    background-position: left;
    z-index:-1;
}
.project .description {
    width: 80%;
}
.home-project-content .slick-slide {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.home-project-content .slick-slide:not(.slick-center){
    opacity: 0.5;
} 
.main-description-text {
    font-size: calc(10px + 0.52083333vw);
    font-style: italic;
    margin-bottom: 3vmin;
    text-align: center;
}
.home-project-content .project-text-wrapper .title {
    font-size: calc(10px + 0.52083333vw);
    font-weight: bold;
    margin-bottom: 2vmin;
}
.home-project-content .slick-slide.slick-center .button-wrapper button{
    margin-right: 2vmin;
}
body.common-home .home-project-content .slick-nav {
    color:#fff;
    z-index:2;
}
body.common-home .home-project-content .slick-nav.left {
    left:23%;
}
body.common-home .home-project-content .slick-nav.right {
    right:23%;
}
body .article-slider .title{
    font-size: calc(10px + 0.52083333vw);
    font-weight: bold;
}
body .article-slider .article-meta {
    font-style:italic;
    font-weight: 600;
}
body .article-slider .slider-grid {
    display:-ms-grid!important;
    display:grid!important;
    -ms-grid-columns: 75% 25%;
    grid-template-columns: 75% 25%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
    margin-bottom:5vmin;
}
body .article-slider .slider-grid .article .image {
    height: 70%;
    background-size:cover!important;
    background-position:center!important;
}
body .article-slider .slider-grid .article:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body .article-slider .slider-grid .article:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 2vmin;
}
body .article-slider .slider-grid .article:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}
body .article-slider .slider-grid .article:nth-child(1) .image {
    height: 72vh;
    position: relative;
    flex:9.5;
    margin-bottom: 20px;
}
body .article-slider .slider-grid .article:nth-child(2) .article-text-wrapper, body .article-slider .slider-grid .article:nth-child(3) .article-text-wrapper { 
    padding-top: 10px;
    margin-top: 10px;
    border-top: 3px solid #797979; 
}
body .article-slider .slider-grid .article:nth-child(1) .text {
    flex:3;
    display: flex;
    flex-direction: column;
    padding:0 3vmin;
}
.special-headline {
    flex:9;
}
body .article-slider .slider-grid .article:nth-child(1) .image:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    margin:20px 0;
    background:#000;
    position:absolute;
    bottom:-40px;
}
.article-slider {
    padding: 0 30px;
}
.article-title-wrapper {
    font-family: 'Fredericka the Great', cursive;
    font-size: calc(24px + 1.25vw);
    line-height: 1em;
    padding:15px 0;
    margin-bottom:3vmin;
    border-bottom: 3px solid #797979;
}
.headline {
    font-family: 'Fredericka the Great', cursive;
    font-size: calc(24px + 1.25vw);
    line-height: 1em;
    margin-bottom: 3vmin;
}   
.article-text-wrapper .description{
    font-family: 'aliceregular'; 
}  
body .honeycombs .inner_span {
    background:rgba(0,0,0,.6);
    position: relative;
}
body .honeycombs .inner-text {
    font-size:calc(10px + 0.52083333vw);
    font-family: 'Jelytta Regular'; 
    color:#fff;
    position: absolute;
    bottom:70px;
    left:70px;
}
.profile-wrapper {
    padding: 5vmin 0;
    width:70%;
    margin: 0 auto;
}
.profile .detail-wrapper {
    align-items:center;
}
.profile .detail-wrapper .image {
    width: 40%;
}
.profile .detail-wrapper .text {
    width: 60%;
}
.profile .text {
    -webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.5);
    padding-left: 14vmin;
    margin-left: -9%;
    padding: 6vmin;
    padding-left: 17vmin;
    line-height: 2em;
}
.profile .detail-wrapper .name { 
    font-size: calc(13px + 0.675vw);
    font-weight: bold;
    font-style: italic;
}
.honeycombs-wrapper {
    margin-top: 5vmin;
}
body .home_our_team {
    padding-bottom: 0;
}
body .testimonial .more-text{
    display: none;
} 
body .testimonial .read-more {
    display:block;
}
/*======================= About ========================*/
body.iid-4 #content .container {
    width:70%;
}
.about-us-text {
    font-size:calc(9px + 0.3125vw);
    padding-left:7vmin
}
.about-us-text h3 {
    font-size:calc(18px + 0.9375vw);
    font-weight:bold;
}
body.iid-4 #content > h2 {
    display:none;
}
.iid-4 .page-banner .page-banner-title{
    text-align:right;
}
.page-banner .page-banner-title {
    font-size:calc(29px + 1.51041666667vw);
    text-transform: uppercase;
    text-align: center;
    color:#fff;
    line-height: 1em;
    font-weight:800;
}
body.iid-4 .bg-wrapper {    
    background-position: top;
}
body.iid-7 .booking-form-col {
    width: 50%;
    margin:0 auto;
}
#file_upload::before {
    content: 'Choose File';
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color:#333;
    border-radius: 3px;
    padding: .3vmin 2vmin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: calc(8px + 0.3125vw);
    margin-left: -25px;
}
#file_upload::-webkit-file-upload-button {
    visibility: hidden;
}
#file_upload  {
    padding-left:30px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .process-wrapper::before {
        /* Enter your style code */
        left:9%;
   }
}
input[type="file"]::-ms-value {
 background-color: #ffft!important;
  color: inherit;
  border:none!important;
} 
input[type="file"]::-ms-browse  {
        content: 'Choose File';
    display: inline-block;
    background: #fff!important;
    border: 1px solid #ccc;
    color:#333;
    border-radius: 3px;
    padding: .3vmin 2vmin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: calc(8px + 0.3125vw);
    margin-left: -25px;
}
/*======================= Project ========================*/
.news-ncategory.ncat-60 #pg-banner-wrap, .news-article.ncat-60 #pg-banner-wrap {
    min-height: 20vh;
}
body.news-ncategory.ncat-60 .bg-wrapper, body.news-article.ncat-60 .bg-wrapper {
    padding-bottom: 20vmin;
    background:url('../image/product-bg.jpg');
    min-height: 150vh;
    background-size: cover;
    background-position:center;
}
body.news-article.ncat-60 .bg-wrapper > .container {
    width: 100%;
}
body.news-article.ncat-60 .bg-wrapper #content {
    padding:0px
}
body .bnews-list .artblock .article-image {
    float:none;
}
body .projects.bnews-list {
    display: flex;
    flex-wrap: wrap;
}
body .projects.bnews-list .artblock .description {
    display: none;
}
body .projects.bnews-list  .artblock:nth-child(1){
    width: 70%;
}
body .projects.bnews-list  .artblock:nth-child(2){
    width: 30%;
}
body .projects.bnews-list  .artblock:nth-child(3){
    width: 35%;
}
body .projects.bnews-list  .artblock:nth-child(4){
    width: 35%;
}
body .projects.bnews-list  .artblock:nth-child(5){
    width: 30%;
}
body .projects.bnews-list  .artblock:nth-child(6){
    width: 30%;
}
body .projects.bnews-list  .artblock:nth-child(7){
    width: 70%;
}
body .projects.bnews-list  .artblock:nth-child(8){
    width: 35%;
}
body .projects.bnews-list  .artblock:nth-child(9){
    width: 35%;
}
body .projects.bnews-list  .artblock:nth-child(10){
    width: 30%;
}
body .projects.bnews-list .artblock .article-image-wrapper {
    height: 40vh;
}
body .projects.bnews-list .artblock .article-image-wrapper img { 
    display: none;
}
body .projects.bnews-list .artblock  .article-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    bottom: 0;
    background: rgba(0,0,0,.5);
    align-items: flex-end;
    padding: 3vmin;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .projects.bnews-list .artblock:hover  .article-description {
    opacity: 1;
}
body .projects.bnews-list .artblock .article-meta {
    display: none!important;
}
body .projects.bnews-list .artblock  {
    padding:3vmin;
}
.project-wrapper{
    position: relative;
}
body .projects.bnews-list .blog-button {
    display: none;
}
body .projects.bnews-list .artblock .name a {
    font-size:calc(18px + 0.9375vw);
    font-family: 'Jelytta Regular';
    color:#fff;
    font-weight: 400;
}
body .projects.bnews-list .artblock .link-wrapper {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
        opacity: 0;
} 
.project-content-wrapper .description {
    background:#e8eaec;
    padding:10vmin 5vmin;
    margin-top:7vmin;
    width:32%;
    position: relative;
    z-index: 1;
}
body.news-article .project-content-wrapper {
    text-align: center;
}
body.news-article .project-content-wrapper .project-content .title {
    font-size: calc(12px + 0.625vw);
    font-family: 'Jelytta Regular'; 
    font-weight: 400;
    margin-bottom:  3vmin;
}
body.news-article .project-content-wrapper .news-title  {
    font-size: calc(24px + 1.25vw);
    font-family: 'Jelytta Regular'; 
    font-weight: 400;
    margin-bottom: 3vmin;
}
body.news-article .project-content-wrapper div[class*="project-content-"] {
    margin-bottom: 5vmin;
}
.project-content-wrapper .slider {
    width:68%;
}
.gallery-main {
    margin-right: -25vmin;
}
.gallery-additional {
    margin-top: 5vmin;
    padding: 0 30px;
}
.gallery-additional  .slick-nav  {
    top:50%;
}
.gallery-additional  .slick-nav.right {
    right:10px;
}
.gallery-additional  .slick-nav.left {
    left:10px;
}
/* the slides */
.gallery-additional .slick-slide {
    margin: 0 15px;
    cursor:pointer;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.gallery-additional .slick-slide:hover  {
    opacity: 0.7;
} 
/* the parent */
.gallery-additional .slick-list {
    margin: 0 -15px;
}
.project-content .text {
    font-style: italic;
}
.gallery-image img {
    max-height:70vh;
    margin:0 auto;
}
/*======================= Article ========================*/
body .bnews-list  {
    overflow:initial;
}
.article-image-wrapper {
    background-size: cover!important;
    background-position: center!important;
}
body .bnews-list.articles .grid-wrapper {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
    height: 70vh;
    margin-bottom:5vmin;
}

body .bnews-list.articles .artblock {
    position: relative;
    padding:0;
}
body  .bnews-list.articles .normal-post-wrapper .artblock {
    width:calc((33.333333%) - 1vmin);
    margin-right:5vmin;
}
body  .bnews-list.articles .normal-post-wrapper .artblock:last-child {
    margin-right: 0;
}
body .bnews-list.articles .grid-wrapper .artblock:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-right: 2.5%;
}
body .bnews-list.articles .grid-wrapper .artblock:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row:1;
    grid-row:1;
    height: 97%;
    margin-bottom: 2%;
}
body .bnews-list.articles .grid-wrapper .artblock:nth-child(3){ 
    -ms-grid-column: 2; 
    grid-column: 2;
    -ms-grid-row:2;
    grid-row:2;
    height: 96%;
    margin-top: 2%;
}
body  .bnews-list.articles .grid-wrapper .artblock .article-image-wrapper  {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
body .bnews-list.articles .grid-wrapper .artblock .article-description {
    position: absolute;
    bottom:6%;
    left:5%;
    z-index: 2;
    color:#fff;
    width:65%;
}

body .bnews-list.articles .grid-wrapper .artblock .article-description .description {
    color:#fff;
}
body .bnews-list.articles .grid-wrapper .artblock .article-description .name a {
    color:#fff;
}
body .bnews-list.articles .grid-wrapper .artblock .article-description .btn-primary{
    background:#fff; 
    color:#333;
}
body .bnews-list.articles .grid-wrapper .artblock .article-meta  {
    color:#fff;
}
body  .bnews-list.articles .grid-wrapper  .artblock .article-image-wrapper  img {
    display:none;
}
body .bnews-list .artblock .article-meta {
    border:none;
    padding: 0;
    margin-top: 0;
    margin-bottom:2vmin
}
body .normal-post-wrapper .artblock .article-meta {
    color:#000;
}
body  .bnews-list.articles .normal-post-wrapper .article-description {
    padding: 3vmin;
    background:#f4f4f4;
}
body .bnews-list.articles .normal-post-wrapper .article-image-wrapper {
    min-height:30vh;
}
body .bnews-list.articles .normal-post-wrapper .article-image-wrapper img {
    display: none;
}
body .bnews-list .artblock .blog-button {
    text-align: left;
}
body .bnews-list .artblock .name a {
    font-size:calc(10px + 0.3125vw);
}
body .bnews-list .artblock .description {
    margin-bottom:2vmin;
}
body .bnews-list.articles .grid-wrapper .artblock .article-image-wrapper:after {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url('../image/article-overlay.png');
    content:'';
    background-size: 100%;
    background-position: left;
}
body.news-article .article-meta {
    border:none;
    color:#aaaaaa;
}
body.news-article .news-title {
    font-size:calc(18px + 0.9375vw);
    color:#2d2723;
    font-weight: bold;
    margin-bottom: 20px;
}
.media-detail__btn-group .btn {
    background:#a5a5a5;
    border-color:#a5a5a5;
    color:#fff;
    text-transform: uppercase;
    padding:1vmin 4vmin;
}
body .media-detail__btn-group {
    width:100%;
    display: flex;

}
body .media-detail__btn-group > div{ 
    text-align:right;
}
.media-detail__btn-group > *:first-child {
    flex:9
}
.latest-title + hr {
    border-top:2px solid #000
}
.latest-wrapper {
    padding-right: 5vmin;
}
body .latest-wrapper .artblock {
    padding:0!important;
    margin-bottom:2vmin;
}
.latest-wrapper .description {
    display: none;
}
.latest-wrapper .article-meta {
    display: block!important;
}
.latest-wrapper .blog-button {
    display: none;
}
body .related-article.max-offset {
    margin-top:7vmin;

        transform: translateX(-11.5%);
}

/*======================= Product ========================*/
body:not(.common-home)[class*="product-"] .bg-wrapper {
    background:url('../image/product-bg.jpg');
    min-height: 150vh;
    background-size: cover;
    background-position:center;
}
body.product-product .product-title {
    font-size:calc(18px + 0.9375vw);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5vmin;
    line-height:1em;
}
body .product-price {
   font-size: calc(21px + 1.09375vw); 
   font-family: 'Josefin Sans', sans-serif;
}
.product-price-wrapper {
    margin-bottom: 5vmin;
}
body .product-description {
    font-weight: 500;
    margin-bottom: 3vmin;
}
body .product-image-main {
    border:1px solid #dddddd;
}
body.product-product .product-image-additional-container img {
    border:1px solid #dddddd;
}
.product-product .product-image-additional-container .slick-nav {
    text-align: center;
}
/* .product-product .product-image-additional-container .slick-nav i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    left:0;
    right:0;
} */
body.product-product .product-image-main-container {
    position: relative;
}
.product-product .product-image-main-container .slick-nav {
    text-align: center; 
    display:none!important;
}
body.product-product .product-image-main-container .slick-nav i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    left: 0;
    right: 0;
}
body.product-product .input-group .input-group-addon {
    font-weight: bold;
    padding-left: 0;
    color: #222222;
    text-align: left;
}
body.product-product #product {
    max-width: 50%;
}
body.product-product #product .option-group {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.product-description-wrapper {
    padding-left: 5vmin;
}
body .option-group label {
    font-weight: 700;
    width: 87px;
    color:#000
} 
body .option-group .form-control {
    width:75%;
}
.quantity-form-group {
    max-width: 250px;
}
.quantity-form-group .btn-number .glyphicon, .cart-dorpdown-item-charges .btn-number .glyphicon {
    font-family: 'Muli';
}
.quantity-form-group .btn-number .glyphicon-minus:before, .cart-dorpdown-item-charges .btn-number .glyphicon-minus:before {
    content:'-';
}
.quantity-form-group .btn-number .glyphicon-plus:before, .cart-dorpdown-item-charges .btn-number .glyphicon-plus:before {
    content:'+';
}
#product .btn-number, .cart-dorpdown-item-charges .btn-number {
    background:#888888;
    color:#fff;
}
body .product-block .product-details .price .price-old {
    text-decoration:line-through;
}
.cart-dorpdown-item-charges .btn-number:disabled:hover, .cart-dorpdown-item-charges .btn-number.disabled:hover {
    background:#888888;
}
body .product-view .product-image-block {
    margin:20px 0;
}
body .breadcrumb li {
    padding:0 7px;
}
body .breadcrumb li::after {
    content:'/';
}
body .breadcrumb {
    margin:25px 0;
}
body[class*="product-"] .breadcrumb { 
    visibility: visible;
    background:none;
    border:none;
    font-weight:bold;
}
body[class*="product-search"] .breadcrumb {
    visibility:hidden;
}
.filters-wrap  {
    justify-content: flex-end;
}
.filters-wrap label {
    font-weight:bold;
}
.filters-wrap #input-limit {
    flex:none;
    width:80px;
}
.filters-wrap .view-group {
     justify-content: flex-end;
}
body .sticker, body .special-sticker {
    padding:.5vmin 3vmin;
    min-width: 120px;
    font-size:calc(10px + 0.416667vw);
    font-family: 'Jelytta Regular';
}
body #filter-groups .list-group-item.item-header {
    font-size:calc(18px + 0.9375vw);
    font-family: 'Jelytta Regular';
    line-height: 1em;
    margin-bottom:2vmin;
    font-weight: bold;
}
body .sticker:first-child {
    top:10%;
}
body .sticker:nth-child(2), body .special-sticker:nth-child(2) {
    top:25%!important;
}
body.product-product .sticker:nth-child(2), body.product-product .special-sticker:nth-child(2) {
    top:16%!important
}
.product-price-wrapper {
     font-size: calc(18px + 0.9375vw); 
     display:flex;
     line-height:1em;
     font-weight:bold;
}
body .sticker:nth-child(3) {
    top:36%;
}
body #side-categories .group .item a:hover {
    background:none;
    opacity:1;
}
body #filter-groups .list-group-item {
    background:none;
}
body #side-categories .group .item.level-2 a:hover {
    color:#000;
}
body #side-categories .group .item.level-1 {
    background:#fff;
    border:1px  solid #9d9d9d;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body #side-categories .group .item.level-1 a {
    color:#9d9d9d;
} 
body #side-categories .group .item.level-1:hover {
    border:1px solid #000;
}
body #side-categories .group .item.level-1:hover a {
    color:#000;
} 
body #side-categories .group .item.level-1.active {
    border:1px  solid #000;
} 
body #side-categories .group .item.level-1.active a {
    color:#000;
}
body #side-categories .side-categories-level-1 {
    margin-bottom:2vmin;
} 
body #side-categories .group .item .toggle {
    border-left:none;
}
body #filter-groups {
    padding-right: 7vmin;
}
body #side-categories .group .item.level-1 a {
    font-size:calc(10px + 0.3125vw);
    font-weight: 800;
}
body #side-categories .group .item.level-2 {
    background:none;
    padding-left: 3vmin;
}
body #side-categories .group .item .toggle:hover {
    background:none;
    color:#000;
}
body #side-categories .group .item.level-2 a {
    font-weight:700;
    color:#9d9d9d;
}
body #side-categories .group .item.level-2.active a {
    color:#000;
}
body #side-categories .group .item .toggle:after {
    content: "\f107";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'FontAwesome';
    font-size:30px;
    color:#9d9d9d;
    display: block;
}
body #side-categories .group .item.level-1.active .toggle:after {
    content: "\f106";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'FontAwesome';
    font-size:30px;
    display: block;
    color:#000
}
body #side-categories .group .item .toggle .caret {
    display:none;
}
body .product-view>.product-gutter {
    width:33%;
}
body .product-block {
    border:1px solid #e5e5e5; 
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .product-block:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
body .product-block .product-inputs, body .product-block .product-button {
    display:none
}
body .product-view>.product-gutter {
    padding-left: calc(7vmin / 2);
    padding-right: calc(7vmin / 2);
}
body .product-block .product-name {
    font-size:calc(10.5px + 0.546875vw);
    font-weight:700;
    min-height:130px;
}
body .product-block .product-details .price {
    font-size:calc(10.5px + 0.546875vw);
    font-weight:700;
}
body .product-block .btn-primary {
    font-size:calc(10px + 0.3125vw);
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background:#686868;
}
body .product-block .btn-primary:hover {
    background:#d9d9d9;
}
.featured_related_products_ {
    margin-top:7vmin;
}
.featured_related_products_ .slick-slider {
    padding:0 7vmin;
}
body:not(.cke_editable) .featured_related_products_ h2:not(.swal2-title):not([style]) {
    font-size: calc(18px + 1.171875vw);
}
body.product-product  .input-group-flex>span {
    font-weight: 700;
}
body.product-product #product #button-cart {
    background:#a5a5a5;
    color:#000;
    border-color:#a5a5a5;
    font-size: calc(10px + 0.3125vw);
    text-transform: uppercase;
}
body .product-gutter .cart-buttons {
    min-height: 100px;
}
body.product-product #product #button-cart:hover {
    background:#000;
    color:#a5a5a5;
}
body .featured-module .slick-slide, .related-products .slick-slide {
    margin: 30px 15px;
}
body:not(.cke_editable) .featured_related_products_ h2:not(.swal2-title):not([style]) {
    position: relative;
}
body:not(.cke_editable) .featured_related_products_ h2:not(.swal2-title):not([style]):before {
    content: '';
    position: absolute;
    left:0;
    height: 2px;
    background:#e1e1e1;
    width:35%;
    top:50%;
}
body:not(.cke_editable) .featured_related_products_ h2:not(.swal2-title):not([style]):after {
    content: '';
    position: absolute;
    right:0;
    height: 2px;
    background:#e1e1e1;
    width:35%;
    top:50%;
    display: block!important;
    margin:0;
}
body .waiting_list_container {
    padding: 3vmin;
    border: 1px solid #eee;
    font-weight: 700;
    background: #eee;
}
#waiting_list_submit {
    background: #ccc;
    color: #000;
    border-color: #ccc;
    text-transform: uppercase;
    padding: 1vmin 7vmin;
    margin-left: -10px;  
    height:50px;
    line-height:1em;
}
.shop-category-wrapper  {
    flex-wrap:wrap;    
}
.shop-category-wrapper  .category {
    width:33.33333%;
    padding:0 4vmin;
    margin-bottom:20px;
}
.shop-category-wrapper  .category img {
    width:100%;
} 
.shop-category-wrapper  .category .title {
    background:#f6f6f6;
    font-size: calc(24px + 1.25vw);
    font-family: 'Jelytta Regular';
    padding:5vmin 0;
}
body:not(.common-home).iid-8   .bg-wrapper {
    background:url('../image/product-bg.jpg');
    min-height: 150vh;
    background-size: cover;
    background-position:center;
}
#quickcheckoutconfirm {
    background:#fff;
}
.old-prices {
    opacity:0.6;
}
/*======================= Contact ========================*/
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    height:40px!important;
}
.map-items > * {
    background:#fff;
    margin-right: 5vmin;
    -webkit-box-shadow: 0px 0px 30px -20px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 30px -20px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 30px -20px rgba(0,0,0,0.55);
}
.map-items > *:nth-child(3n) {
    margin-right: 0;
}
.map-items .item .address{
    padding: 3vmin 4vmin;
    background:#fff;
    font-size: calc(10px + 0.3125vw);
}
.map-items .item .address .icon {
    flex:1.5;
} 
.map-items .item .address .address-text {
    flex:8;
} 
.map-items iframe {
    width:100%;
    max-width:100%;
    height:20vw;
}
.map-items iframe p {
    margin-bottom:0;
} 
.contact-form .form-horizontal .control-label {
    display:none;
}
.contact-row .contact-detail{
    flex:3;
    font-size:calc(10px + 0.520833333vw);
    line-height:1.7em;
    font-weight:bold
}
.contact-row .contact-form-col{
    flex:7;
}
body.information-contact .bg-wrapper {
    background-position: 100% 130%;
}
.contact-row h3 {
    font-weight: bold;
}
.contact-form-col .form-horizontal .control-label{
    display:none!important;
}
/*======================= Appointment  ========================*/
.book-appointment-content .description {
    font-size:calc(10px + .520833333vw);
    font-weight:600;
    font-style:italic;
}
.book-appointment-content .form-horizontal{
    font-size:calc(10px + 0.3125vw);
}
.book-appointment-content .form-control {
    background:#f7f7f7;
    color:#333;
} 
.book-appointment-content .form-group.full{
    width:100%;
}
.book-appointment-content .form-horizontal .control-label {
    font-weight:700;   
}
body.iid-7 .page-banner .page-banner-title {
    display:none;
}
.book-appointment-content .form-horizontal input.form-control {
    height:50px!important;
}
.book-appointment-content .form-horizontal select.form-control{
    height:50px!important;
}
.book-appointment-content div.required .control-label:before {
    display:none;
}
.book-appointment-content div.required .control-label:after{ 
    content: '*';
    color: #000;
    font-weight: bold;
}
body .article-content #image-article {
    width:100%
}
body .related-article .slick-slide {
    margin: 0 15px;
} 
/* the parent */
body .related-article .slick-list {
    margin: 0 -15px;
} 
#login .input-group-btn {
    height:50px;
}
#login input.form-control {
    height:50px!important;
}
#voucher  input.form-control {
    height:50px!important;
}
body #cart.slide-out-cart .dropdown-menu {
    max-width:40%;
}
#cart.slide-out-cart .input-group .form-control[name^=quantity] {
    width:40px;
}
.waiting_list_container .waiting_list_description {
    font-weight:bold;
}
/*======================= Footer ========================*/
.footer-upper-contet a {
    z-index: 1;
}
body .newsletter-section {
    display:none!important;
}
body .footer-social-icons {
    text-align: right;
    padding-right: 20%;
    /*margin-top: -8vmin;*/
    position: absolute;
    right: 10vmin;
    bottom: 0;
}
body .footer-contact-info > div{
    margin-bottom:15px;
}
body footer a:hover, body footer a:focus {
    opacity:0.8;
    color:#fff;
}
 .footer-contact-links ul{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
} 
.footer-contact-links a { 
    position:relative;
    z-index:9;
}
body .footer-contact-links ul li {
    margin-bottom:.7vmin;
}
.footer-contact-links ul li:nth-child(1), .footer-contact-links ul li:nth-child(2) , .footer-contact-links ul li:nth-child(3),.footer-contact-links ul li:nth-child(4){
    -ms-grid-column:1;
    grid-column:1;
}
.footer-contact-links ul li:nth-child(5), .footer-contact-links ul li:nth-child(6), .footer-contact-links ul li:nth-child(7), .footer-contact-links ul li:nth-child(8) {
    -ms-grid-column:2;
    grid-column:2;
 }
 .footer-contact-links ul li:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
 }
 .footer-contact-links ul li:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
 }
 .footer-contact-links ul li:nth-child(3) {
         -ms-grid-row: 3;
    grid-row: 3;
 } 
 .footer-contact-links ul li:nth-child(4) {
         -ms-grid-row: 4;
    grid-row: 4;
 }
 
 .footer-contact-links ul li:nth-child(5) {
    -ms-grid-row: 1;
    grid-row: 1;
 }
 .footer-contact-links ul li:nth-child(6) {
    -ms-grid-row: 2;
    grid-row: 2;
}
 .footer-contact-links ul li:nth-child(7) {
    -ms-grid-row: 3;
    grid-row: 3;
}
 .footer-contact-links ul li:nth-child(8) {
    -ms-grid-row: 4;
    grid-row: 4;
}
 .footer-contact-links ul li:nth-child(9) {
    -ms-grid-row: 5;
    grid-row: 5;
 }
body .footer-upper-contet>*:first-child { 
    flex:1.8;
    padding-right:20vmin;
    height:100%;
    align-self: flex-end    ;
}
body .footer-upper-contet>*{
    flex:1.1;
}
body .footer-upper-contet>*:nth-child(2) {
    position:relative;
}
body .footer-upper-contet>*:last-child {
    flex:1.2;
}
body .footer-upper-contet>* {
    padding-right:15vmin;
}
.footer-logos {
    flex-wrap:wrap;
    align-items:flex-end;
}
.footer-logos .logo {
    width:calc((100% / 4) - 1vmin);
    margin-right:1vmin;
    margin-bottom: 2vmin;
}
footer h5 {
    font-size:calc(10px + 0.41666667vw);  
    color:#fff;
    text-transform: uppercase;
}
body #footer-area {
    position: relative!important;

}
body footer {
    border: none;
    background: none;
    padding-bottom: 0;
}
.footer-upper {
    border-top: none!important;
    border: none;
    color:#fff;
    padding-top: 24vmin;
    margin-top: -5vmin;
    background: none;
    background:url('../image/footer-bg.png');
    /* background-position: bottom!important; */
    background-size: cover!important;
}
body footer a {
    color:#fff;
}
body .footer-upper-contet {
    padding-bottom:7vmin;
}
.footer-bottom {
    background:#161616;
    padding:1vmin 0;
}
/*======================= Responsive ========================*/
@media (max-width: 1400px){
    body .header-container {
        grid-template-columns: 22% 1fr 25%;
    }
    .home-process .image {
        padding: 3vmin; 
        padding-top: 3vmin;
    }
    body .article-slider .slider-grid .article .image {
        height:65%;
    }
    body .article-slider .slider-grid .article:nth-child(1) .text {
        flex:3.5;
    }
    body .home-about-content {
        width:60vmin;
    }
    body .footer-upper-contet>*:first-child { 
        padding-right:15vmin; 
    }
    body .footer-upper-contet>*:last-child {
        flex:1.2;
    }
    body .footer-upper-contet>* {
        padding-right:10vmin;
    }
    
    body .footer-social-icons {
        padding-right: 4vmin;
            margin-top: 0vmin;
    }
            body .pagination>li i {
        font-size: 25px;
        line-height:1em;
    } 
}
@media (max-width: 1300px){
    body .sticker, body .special-sticker {
    font-size: calc(9px + 0.416667vw);    
    }
    body .article-slider .slider-grid .article:nth-child(1) .text {
        flex:4;
    }
    body .article-slider .slider-grid .article .image {
        height: 60%;
    } 
    body .home-about-content {
        padding: 7vmin 10vmin; 
        width: 62vmin;
    }
    .home-services-section {
        width:80%;
        margin:0 auto;
    } 
    body .sticker, body .special-sticker {
        padding:.5vmin 2vmin;
        min-width: 90px; 
    }
    body .footer-upper-contet>* {
        padding-right:10vmin;
    }
    body .footer-upper-contet>*:first-child {
        padding-right: 10vmin;
    }

    body #filter-groups {
        padding-right: 5vmin;
    } 
    .filters-wrap #input-limit {
        flex: none;
        width: 60px;
        padding: 5px;
    }
    .filters-wrap .input-group-text {
        padding:0;
        padding-right: 10px;
    }
    body .sticker {
        max-width:80px;
    }

    .filters-wrap  .col-md-2 {
        width:20%;
    }
    .filters-wrap  .col-md-3 {
        width:35%;
    }
            body .pagination>li i {
        font-size: 22px;
        line-height:1em;
    } 
}

@media (max-width: 1200px){
    body .article-slider .slider-grid .article .image {
        height: 55%;
    }
    .home-services-section {
        width:100%;
        margin:0 auto;
    } 
    .fixed-header .container {
        width:100%;
    }
    body .header-container {
        padding-left:12vmin;
    }
    body .header-container .header-menu {
        padding-top:0.5vmin;
    }
    body .header-container .header-top {
        padding-top:0.5vmin;
    }
    .header-top > * {
        margin-right:1vmin;
    }
    body .header-container .header-menu #main-menu>li>a {
        font-size:calc(8px + 0.3125vw);
    }
    body .footer-upper-contet>* {
        padding-right:7vmin;
    }
    body .footer-upper-contet>*:first-child {
        padding-right: 7vmin;
    }
    body .footer-social-icons {
        padding-right: 1vmin;
    }
    
    body #filter-groups {
        padding-right: 3vmin;
    }  
    .home-process {
        padding: 0 10%;
    } 
    body #content .container {
        width: 95%;
    }
        body .pagination>li i {
        font-size: 22px;
        line-height:1em;
    } 

}
@media (max-width: 1100px){

    .home-process  {
        padding:0 5%;
    }
    body .footer-social-icons {
        padding-right: 0;
    }
    body .footer-upper-contet>* {
        padding-right:6vmin;
    }
    body .footer-upper-contet>*:first-child {
        padding-right: 6vmin;
    }
    /*body .footer-upper-contet>*:first-child {*/
    /*    padding-right: 0;*/
    /*}*/
    body .header-container {
        padding-left: 9vmin;
    } 

    body .pagination>li i {
        font-size: 22px;
        line-height:1em;
    } 
}
@media (max-width: 991px){
    body .section-space {
    padding: 40px 0px;
    overflow: hidden;
    }
    body .projects.bnews-list .artblock .article-image-wrapper {
        height:17vh;
    }
    .footer-upper-contet {
        text-align:center;
    }
    .profile-wrapper {
        width: 90%;
    } 
    .home-project-content .project {
        min-height: 45vmin;
    }
    body #content .container {
        width: 100%;
    }
    .home-process .image {
        padding: 3vmin; 
        padding-top: 3vmin;
    }
    .profile .detail-wrapper .image {
        width: 40%;
    }
    .profile .detail-wrapper .text {
        width: 70%;
    }
    body .header-container {
        padding-left: 0vmin;
    }
    body .footer-social-icons {
        /*padding-right: 8vmin;*/
    }
    body .footer-upper-contet>*:first-child {
        width: 100%;
        flex: auto;
        margin-bottom:2vmin;
    }
    body .footer-upper-contet {
        padding-bottom: 3vmin;
    }
    body .header-container .header-logo {
        -ms-grid-column: 2;
        grid-column: 2;
    } 
    .header-container .header-mobile-links {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
    }
    body .header-container {
        grid-template-columns: 12% 1fr 50%;
    }
    body .fixed-header {
        padding-top:0;
        padding-bottom: 5vmin; 
    }
    body.iid-7 .booking-form-col {
        width:80%;
    }
    body .bnews-list.articles .normal-post-wrapper .article-image-wrapper {
        min-height: 15vh;
        height:15vh;
    }
    body .honeycombs .inner-text {
        bottom:30px;
        left:40px;
    } 
    body .home_about_content {
        background-position: 25% 64%!important;
        margin-top: -14vmin;
        padding: 45vmin 0;
        position: relative;
        z-index: 2;
    }
    body .home-about-content {
        right: 0%;
    }
    body .owl-carousel .owl-item img {
        height: 60vh!important;
        object-fit: cover;
    }
    body .article-slider .slider-grid .article:nth-child(1) .image {
        height: 0;
    }
    body .article-slider .slider-grid .article:nth-child(1) .text {
        padding:0;
    }
    .headline br {
        display: none;
    }
    .headline {
        text-align: center;
    }
    body .article-slider .slider-grid {
        display: block!important;
        text-align: center;
    }
    body .article-slider .slider-grid .article:nth-child(1) {
        display: block;
    }
    body .article-slider .slider-grid .article:nth-child(1) .image:after {
        display: none;
    }
    body #mobileNav {
        text-align: left;
    }
    body .product-view>.product-gutter {
        padding-left: calc(3vmin / 2);
        padding-right: calc(3vmin / 2);
    } 
    body #filter-groups {
        padding-right: 0;
    }
    body.news-article .project-content-wrapper {
        display: block;
    }
    body.news-article .project-content-wrapper > * { 
        width: 100%;
    }
    body.news-ncategory.ncat-60 .bg-wrapper, body.news-article.ncat-60 .bg-wrapper {
        min-height: 120vh;
    }
    body .related-article.max-offset {
        margin-top: 7vmin;
         transform: none; 
        left: 32%;
    }
    
      .footer-contact-links ul li:nth-child(2) {
        display:none!important;
    }
}
@media (max-width: 767px){
    body .footer-upper-contet>*:first-child {
        padding-right:0;
        justify-content:center;
    }
    .footer-contact-links ul {
        display:block;
    }
    .gallery-image img {
        max-height: 55vh;
        margin: 0 auto;
    }
    .gallery-main {
        margin-right:0;
    }
    body .home-about-content .text {
        line-height:1.3em;
    }
    body .related-article.max-offset {
        transform:none;
        left: 32%;
    }

    body.common-home .home-project-content .slick-nav.left {
        left: 13%;
    } 
    body.common-home .home-project-content .slick-nav.right {
        right: 13%;
    }
    .home-project-content .project {
        min-height:50vh;
    }
    .home-project-content .project .button-wrapper {
        display:flex;
    }
    /*.footer-contact-links ul li:nth-child(4) {*/
    /*    grid-column: 2;*/
    /*    grid-row: 3;*/
    /*}*/
    body .footer-social-icons {
        padding-right: 0;
        position: relative;
        margin-top: 0;
        text-align: center;
        width: 100%;
        right: 0;
    } 
    body.product-product #product {
        max-width: 300px;
    }
    body .option-group label {
        width:65px;
    }
    body.product-category .fixed-header {
        padding-bottom: 0vmin;
        background-size: 430%;
    }
    body .fixed-header {
        opacity: 1;
    }
    .footer-bottom {
        background:#161616;
        padding:2vmin 0;
    } 
    body .product-gutter .cart-buttons {
        min-height: 75px;
    }
    .pagination>li i {
        font-size:20px
    }
    body .projects.bnews-list .artblock {
        width:50%!important;
    }
    body .projects.bnews-list .artblock .article-description {
        position:relative;
        opacity:1;
    }

    body .projects.bnews-list .artblock .name a {
        text-align: center;
        min-height: 65px;
        font-size: calc(12px + 0.9375vw);
        line-height: 1em;
        width: 100%;
        display: block;
    }
    body .honeycombs .inner-text {
        position: absolute;
        bottom:20px;
        left:30px;
    } 
    .honeycombs .comb.image-white  {
        display: none!important;
    }
    .profile-wrapper {
        width: 100%;
    } 
    .profile .detail-wrapper .image {
        width:80%;
        margin: 0 auto;
        flex: none;
    }
    .profile .detail-wrapper .text {
        width: 100%;
        padding: 5vmin;
        margin-left: 0;
        padding-left: 5vmin;
    }
    .process:nth-child(1) {
        transform: translateY(88%);
    }
    .process-wrapper .process:nth-child(3){
        transform: translateY(88%);
    }
    body .home_about_content {
        background-position: 25% 64%!important;
        margin-top: 60vmin!important;
        padding: 68vmin 0;
        position: relative;
        z-index: 2;
        overflow:visible;
    }
    .process-description-wrapper {
        width: 80%;
        margin: 0 auto;
        font-size: calc(8px + 0.3125vw);
        min-height: auto;
        margin-top: 20vmin;
    } 
    body .home-about-content {
        right: 0%;
        top: -60vmin;
        height:60vmin;
        width: 100%;
        padding: 10vmin 12vmin;
        background:#3d3d3d!important;
    }
    .home-services-wrapper .service {
        width:50%;
         margin-bottom: 5vmin;
    }
    .home-services-wrapper .service img {
        width:65px;
    }
    .shop-category-wrapper  .category {
        width:50%;
        padding:0 4vmin;
    } 
    .shop-category-wrapper .category .title {
        font-size: calc(18px + 1.25vw);
    }
    .product-description-wrapper {
        padding-left: 15px;
    } 
    
    .filters-wrap  .col-md-2 {
        width:33.33333%;
    }
    .filters-wrap  .col-md-3 {
        width:33.33333%;
    }
    .filters-wrap #input-limit {
        flex:1 1 auto;
        width: 100%;
    }
    .filters-wrap .form-control {
        height:34px!important;
        font-size: 12px;
    }
    #filter_group_tigger_open {
        height:34px!important;
        font-size: 12px;
    }
    body .product-view>.product-gutter {
        width:50%;
    }
    body #filter-groups {
        padding-right: 3vmin;
    } 
    body .related-article.max-offset {
        left:50%;
    }
    .latest-wrapper {
        padding-right: 0;
        margin-bottom: 5vmin;
    }
    body .btn-primary{
        color:#fff;
        font-size: calc(11px + 0.3125vw); 
    }
    body  .bnews-list.articles .grid-wrapper .artblock {
        height: 30vh!important;
        margin-bottom: 5vmin!important;
    }
    body .bnews-list.articles .grid-wrapper {
        display: block;
        height:100%;
    }
    .normal-post-wrapper {
        flex-wrap:wrap;
    }
    body .bnews-list.articles .normal-post-wrapper .artblock {
        width:100%;
        margin-right: 0;
        margin-bottom:5vmin;
    }
    body.iid-7 .booking-form-col {
        width:100%;
    }
    .contact-detail .detail{
        margin-bottom:5vmin
    }
    body .contact-footer {
        text-align: center;
    }
    body footer {
        text-align: center;
    }
    body footer .footer-upper {
        padding-top: 5vmin;
        margin-top: 0;
        /* z-index:-1; */
        position:relative;
        background:#2f607f;
    }
    .page-banner img {
        width: 100%;
        max-width: 100%;
        height: 35vh!important; 
        object-fit: cover;
    }
    .about-us-text {
        padding-left:0;
        margin-top:5vmin;
    }
    body.iid-4 .container {
        width:100%;
    } 
    body .fixed-header {
        padding-top:0;
        padding-bottom: 7vmin; 
    }

    .flex-row  {
        flex-wrap:wrap;
    }
    .flex-row > * {
        flex:auto!important;
        width:100%;
    }
    .map-items > * {
        margin-bottom:3vmin;
        margin-right: 0;
    }
    .map-items iframe {
        height:200px;
    }
    body .footer-upper-contet>* {
        padding-right: 0;
        width:100%!important;
    }
    body .footer-upper-contet>* {
        flex:auto;
    }
    body.news-ncategory.ncat-60 .bg-wrapper, body.news-article.ncat-60 .bg-wrapper {
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    body:not(.common-home) .bg-wrapper {
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

}
@media screen and (max-width: 767px) and (orientation:landscape) {
body .owl-carousel .owl-item img {
    height:auto!important;
}
}

@media (min-width: 981px){
}