/*------------------
  Hero section
---------------------*/

.main-slider {
    height: 100%;
    background: #9bccbb;
    background-position: bottom center;
    overflow: hidden;
}

.main-slider {
    height: 100%;
    overflow: hidden;
}

.main-slider .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    color: #414141;
    font-size: 20px;
    /* padding: 0 40px; */
}

.main-slider .owl-nav .owl-prev {
    float: left;
    width: 40px;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    color: #fff;
}

.main-slider .owl-nav .owl-next {
    float: right;
    width: 40px;
    text-align: right;
}

.main-slider .owl-dots {
    position: absolute;
    right: 46px;
    bottom: 55px;
}

.main-slider .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background: #414141;
    display: inline-block;
    border-radius: 20px;
    margin-left: 13px;
}

.main-slider .owl-dots .owl-dot.active {
    background: #fff;
}

.hs-item {
    height: 100%;
    overflow: hidden;
}

.hs-item .hs-left {
    /* padding-top: 170px; */
    width: calc(50% + 135px);
    padding-left: 70px;
    padding-right: 20px;
    float: left;
    opacity: 0;
}

.hs-item .hs-right {
    width: calc(50% - 135px);
    float: left;
}

.hs-item .hs-content {
    padding: 300px 0;
}

.hs-item .hs-content .price {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    position: relative;
    top: 50px;
    opacity: 0;
}

.hs-item .hs-content h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 0.9;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hs-item .hs-content h2 span {
    color: #414141;
}

.hs-item .hs-content .site-btn {
    top: 70px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.hs-image {
    width: 90%;
    height: 90%;
}

.owl-item.active .hs-item .hs-left {
    /* padding-top: 20px; */
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-content h2,
.owl-item.active .hs-item .hs-content .price,
.owl-item.active .hs-item .hs-content .site-btn {
    top: 0;
    opacity: 1;
}

.owl-item.active .hs-item .hs-content .site-btn {
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.owl-item.active .hs-item .hs-content h2 {
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .hs-content .price {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.instagram-section {
    width: 100%;
}

/* .instagram-section>* {
    float: left;
} */

html,
body {
    height: 100%;
}


/* header {
    height: 100%;
} */

.buy-link {
    width: 100%;
    margin: 2px 0 2px 0;
}

.product-thumbs {
    width: 100%;
}

.product-thumb-image {
    height: 75px;
    display: inline-block;
    margin: 2px 2px 2px 0px;
}

.product-thumb-image>img {
    height: 100%;
}

.product-prop {
    width: 100%;
}
.product-prop>.pp-name {
    display: block;
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
}
.product-prop>p.p-val {
    display: block;
    width: 50%;
    float: left;
    clear: both;
}

.product-prop.pp-code {
    font-size: small;
}


/*
cookies info styles
*/
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Roboto, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334; 
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p, #cookieinfo a {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    text-decoration: underline;
}

#cookieinfo a.link-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925; 
}

.main-menu {
    display: block;
}

@media screen and (max-width: 40em) {
    .main-menu {
        display: none;
        position: absolute;
        top: 20px;
        z-index: 10000;
        width: 90%;
    }
}

/*
 end of cookies info
*/


/*
    Logo tuning
*/
.main-menu>.logo-full {
    display: inline-block;
}
.main-menu>.logo-sygnet {
    display: none;
}
@media screen and (max-width: 870px) {
    .main-menu>.logo-full {
        display: none;
    }
    .main-menu>.logo-sygnet {
        display: inline-block;
    }
}
@media screen and (max-width: 40em) {
    .main-menu>.logo-full {
        display: none;
    }
    .main-menu>.logo-sygnet {
        display: none;
    }
}

.nav-switch {
    color: #fff;
    font-size: 23pt;
}