@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

@font-face {

    font-family: 'Trajan Pro';

    src: url('../fonts/TrajanPro-Bold.woff2') format('woff2'),

        url('../fonts/TrajanPro-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

}



@font-face {

    font-family: 'Trajan Pro';

    src: url('../fonts/TrajanPro-Regular.woff2') format('woff2'),

        url('../fonts/TrajanPro-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



*{

    margin:0;

    padding:0;

    text-decoration:none;

    list-style:none;

}





/* Scroll Bar Css Starts */

/*::-webkit-scrollbar {

    width: 8px;

}

::-webkit-scrollbar-track {

    background-color: #ffffff;

    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);

}

::-webkit-scrollbar-thumb {

    -webkit-border-radius: 20px;

    border-radius: 0;

    background: #292929;

    border: 2px solid #ffffff;

    width: 8px;

}

::-webkit-scrollbar-thumb:active {

    -webkit-border-radius: 0px;

    border-radius: 0px;

    background: #616161;

}*/

/* Scroll Bar Css Ends */

html {

  scroll-behavior: smooth;

}

a:hover,

a:focus,

a:active{

    text-decoration: none;

}

ol, ul{

    margin: 0;

    padding: 0;

}

img{

    display: block;

}

body{

    font-family: 'Montserrat';

    font-size: 14px;

    font-weight: 400;

    color: #000;

    text-decoration: none;

}



/* Navigation Section */ 

.navbar-default{

    background:#eaeaec;

    position: sticky;

    width: 100%;

    left: 0;

    top: 0;

    border: none;

    margin:0;

    padding: 20px 0;

    z-index: 999;

    border-radius: 0;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.navbar-default .navbar-brand{

    height: auto;

    padding: 0;

}

.navbar-default .navbar-nav{

    margin: 7px 0 0;

}

.navbar-default .navbar-nav>li{

    margin-right: 50px;

}

.navbar-default .navbar-nav>li:last-child{

    margin-right: 0;

}

.navbar-default .navbar-nav>li>a{

    padding: 10px 0;

    color: #000;

    font-size: 17px;

    font-weight: normal;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,

.navbar-default .navbar-nav>li>a:hover{

    color: #e30814;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{

    color: #e30814;

}



/* Toggle */

.navbar-toggle .icon-bar { background: #fff;transition: .5s ease;}

.navbar-toggle.collapsed .icon-bar:nth-child(2){transform: rotate(0)translateY(0)translateX(0);}

.navbar-toggle.collapsed .icon-bar:nth-child(3){opacity:1}

.navbar-toggle.collapsed .icon-bar:nth-child(4){transform:rotate(0)translateY(0)translateX(0);}

.navbar-toggle .icon-bar:nth-child(2){transform: rotate(-45deg)translateY(5px)translateX(-5px);}

.navbar-toggle .icon-bar:nth-child(3){opacity: 0}

.navbar-toggle .icon-bar:nth-child(4){transform:rotate(45deg)translateY(-4px)translateX(-3px);}

.navbar-default .navbar-toggle{

    border-color: #000;

    border-radius: 0;

    transition: all 0.3s ease;

}

.navbar-default .navbar-toggle .icon-bar{

    background: #000;

}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{

    background: #e30814;

    border-color: #e30814;

}

.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{

    background: #fff;

}



.nav-new{

    position: fixed;

    top:0;

    left: 0;

    right: 0;

    width: 100%;

    box-shadow: 0 4px 12px rgba(0,0,0,0.06);

    background: #fff;

    padding: 10px 0;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.nav-new .navbar-nav{

    margin: 5px 0 0;

}

.hed-inf{

    position: absolute;

    top: 0;

    right: -100px;

    z-index: 1000;

}

.hed-inf .dropdown button.btn{

    display: inline-flex;

    align-items: center;

    background-color: transparent;

    color: rgba(0,0,0,0.8);

    font-size: 17px;

    font-weight: normal;

    padding: 0;

    border: none;

    border-radius: 0px;

    padding: 10px 0;

}

.hed-inf .dropdown button.btn:focus,

.hed-inf .dropdown button.btn:active,

.hed-inf .dropdown button.btn:hover{

  outline: none;

  box-shadow: none;

}

.hed-inf .dropdown button.btn img{

  float: left;

  width: 25px;

  height: 25px;

  border-radius: 50%;

}

.hed-inf .dropdown-menu li a img{

  width: 24px;

  height: 24px;

  border-radius: 50%;

}

.hed-inf .dropdown-menu{

    min-width: auto;

    width: auto;

    padding:10px 0;

    margin: 0;

    font-size: 14px;

    background-color: #fff;

    border: none;

    border:none;

    border-radius: 0px;

    box-shadow: none;

    left: -19px;

}

.hed-inf .dropdown-menu>li>a{

    padding: 10px 20px;

}

/* End Navigation CSS */



.main-wrapper{

    position: relative;

    width:100%;

    height: 100vh;

    overflow: auto;

}



/* **** Slider **** */

.slider-container{

    background-color: #eaeaec;

}

.slider-block{

    width: 100%;

    position: relative;

    z-index: -1;

}

.slider-block img{

    width: 100%;

    margin: 0;

}

.slide-info{

    position: absolute;

    top: 4%;

    left: 0;

    right: 0;

    z-index: 100;

}

.slide-info h1{

    font-size: 61.18px;

    font-weight: bold;

    color: #000;

    text-align: center;

    margin: 0 0 20px;

    font-family: 'Trajan Pro';

}

.slide-info h1 span{

    color: #e30814;

}

.slide-info h4{

    font-size: 31.89px;

    text-align: center;

    margin: 0 0 40px;

    font-weight: bold;

    font-family: 'Trajan Pro';

    color: #000;

}

.btn-main{

    font-size: 17.32px;

    font-weight: normal;

    color: #000;

    text-transform: uppercase;

    padding: 15px 25px;

    background: #fff;

    display: table;

    margin: 0 auto;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.btn-main:hover{

    color: #fff;

    background: #000;

}

.main-pager{

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translate(0,-50%);

    z-index: 500;

}

.main-pager span{

    width: 15px;

    height: 15px;

    border-radius: 50%;

    border: 1px solid rgba(0,0,0,0.20);

    display: block;

    background: transparent;

    color:transparent;

    cursor: pointer;

    margin-bottom: 10px;

}

.main-pager span:last-child{

    margin-bottom: 0;

}

.main-pager span.cycle-pager-active{

    background: #fff;

    box-shadow: 0 8px 11px rgba(0,0,0,0.12) ;

}

/* **** End Slider **** */



/* **** Top selling Products **** */

.top-selling{

    padding: 100px 0 100px;

    width: 100%;

}

h2{

    font-size: 36px;

    font-weight: bold;

    color: #000;

    margin: 0 0 60px;

    text-align:center;

    font-family: 'Trajan Pro';

}

.pro-bx{

    padding: 20px 10px;

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

    transform: scale(1);

}

.pro-bx:hover{

    transform: scale(1.1);

}

.pro-img{

    background: #ebebed;

    width: 100%;

    margin: 0 0 20px;

}

.pro-img img{

    width: 100%;

}

.pro-dt h3{

    font-size: 17px;

    font-weight: normal;

    color: #000;

    margin: 0 0 10px;

    line-height: 20px;

    height: 70px;

}

.pro-dt h5{

    font-size: 19px;

    font-weight: 300;

    margin: 0;

    color: #000;

}

.pro-dt h5 span{

    text-decoration: line-through;

    margin-right: 20px;

}

.top-selling .owl-prev,

.top-selling .owl-next{

    position: absolute;

    bottom: -130px;

    left: 47%;

    margin-left: -14px;

    background: url('../images/arrow.png') 0 0 no-repeat;

    background-size: 27px;

    width: 27px;

    height: 49px;

    transition: all 0.4s ease;

}

.top-selling .owl-next{

    -webkit-transform: rotate(-180deg); 

    transform: rotate(-180deg);

    margin: 0;

    left: 53%; 

}

#owl-demo-sell{

    margin-bottom: 130px;

}

/* **** End Top selling Products **** */



/* **** About Jacoform **** */

.jacoform{

    padding:0 0 80px;

    background: #ebebed;

    width: 100%;

    position: relative;

}

.jacofarm-info{

    padding: 150px 0 0 200px;

}

.jacofarm-info h3{

    font-size: 97px;

    font-weight: bold;

    color: #000;

    font-family: 'Trajan Pro';

    margin: 0 0 30px;

    text-transform: uppercase;

}

.jacofarm-info p{

    font-size: 20px;

    font-weight: 300;

    color: #000;

    line-height: 32px;

    margin: 0 0 40px;

}

.jacofarm-info .btn-main{

    background: #000;

    color: #fff;

    margin: 0 0 80px;

}

.jacofarm-info img{

    width: 100%;

}

.ban-img img{

    width: 100%;

}

img.abt-two{

    position: absolute;

    top: 40px;

    left: 0;

    width: 280px;

}

img.abt-three{

    position: absolute;

    bottom: 40px;

    right: 0;

    width: 280px;

}

img.abt-five{

    position: absolute;

    top: -170px;

    right: -135px;

    z-index: 5;

    width: 80%;

}

/* **** End About Jacoform **** */



/* **** Pay & Ship **** */

.pay-ship{

    width: 100%;

    background: #fff;

    padding: 150px 0;

    position: relative;

}

.pay-ship:after{

    position: absolute;

    content: '';

    background: #ebebed;

    width: 50%;

    height: 100%;

    right: 0;

    top: 0;

}

.pay-dt{

    padding: 0 20px;

}

.pay-dt h3{

    font-size: 30px;

    font-weight: normal;

    color: #000;

    margin: 0 0 30px;

    text-transform: uppercase;

}

.pay-dt p{

    font-size: 20px;

    font-weight: normal;

    color: #000;

    margin: 0 0 40px;

    line-height: 28px;

}

.paybx{

    border: 1px solid rgba(0,0,0,0.16);

    margin-bottom: 30px;

}

.paybx img{

    width: 100%;

}

.delv{

    position: relative;

    z-index: 5;

}

.delv p{

    font-weight: 200;

    margin: 0 0 20px;

    line-height: 28px;

}

.delv .btn-main{

    background: #000;

    color: #fff;

    margin: 30px 0 0;

}

/* **** End Pay & Ship **** */



/* **** Contact **** */

.contact-wrp{

    width: 100%;

    position: relative;

    background: #ebebed;

}

.contact-wrp .container-fluid{

    padding: 0;

    margin: 0;

}

.contact-wrp .container-fluid .col-sm-6{

    padding: 0;

}

.map-bx{

    float: right;

}

.contact-bx{

    padding: 80px 40px 40px;

}

.contact-bx h3{

    font-size: 36px;

    font-weight: bold;

    color: #000;

    margin: 0 0 10px;

}

.contact-bx p{

    font-size: 22px;

    font-weight: 200;

    color: #000;

    margin: 0 0 40px;

}

.contact-bx .col-sm-2,

.contact-bx .col-sm-12,

.contact-bx .col-sm-5,

.contact-bx .col-sm-6{

    padding: 0 5px;

}

.contact-bx .form-control{

    padding: 10px;

    background: transparent;

    border: 1px solid #000;

    border-radius: 0;

    box-shadow: none;

    font-size: 17px;

    font-weight: 300;

    color: #000;

    height: 45px;

}

.contact-bx .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #000;

}

.contact-bx .form-control::-moz-placeholder { /* Firefox 19+ */

    color: #000;

}

.contact-bx .form-control:-ms-input-placeholder { /* IE 10+ */

    color: #000;

}

.contact-bx .form-control:-moz-placeholder { /* Firefox 18- */

    color: #000;

}

textarea{

    resize: none;

    height: 140px;

}

textarea.form-control{

    height: 140px !important;

}

.cut-term {

    display: block;

    position: relative;

    padding-left: 35px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 17px;

    font-weight: 300;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

.cut-term input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}

.checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 25px;

    width: 25px;

    background-color:transparent;

    border: 1px solid #000;

}

.cut-term:hover input ~ .checkmark {

}

.cut-term input:checked ~ .checkmark {

    background-color: #000;

}

.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}

.cut-term input:checked ~ .checkmark:after {

    display: block;

}

.cut-term .checkmark:after {

    left:4px;

    top:2px;

    font-size: 14px;

    color: #fff;

    font-family: 'FontAwesome';

    content:"\f00c";

}

.contact-bx .btn-main{

    border: none;

    padding: 12px 30px;

    background: #000;

    color: #fff;

    margin: 30px 0 0px;

}

.fb-btn{

    position: fixed;

    bottom: 40px;

    left: 0;

    z-index: 120;

}

.copyright{

    padding: 0 40px;

}

.copyright p{

    margin: 0 0 20px;

    font-size: 15px;

    font-weight: 300;

    color: #000;

}

.copyright p a{

    color: #000;

}

.cnt-bxs{

    height: 830px;

}

.u-links{

    padding: 0 40px 10px;

}

.u-links ul li{

    display: inline-block;

    margin-right: 20px;    

}

.u-links ul li:last-child{

    margin: 0;

}

.u-links ul li a{

    font-size: 15px;

    font-weight: 300;

    color: #000;

}

.contact-bx .form-group{

    position: relative;

}

.contact-bx select{

    -webkit-appearance: none !important;

    appearance: none;

    -moz-appearance: window;

}

.contact-bx .form-group i{

    font-size: 18px;

    color: #000;

    position: absolute;

    top: 14px;

    right: 10px;

}

/* **** End Contact **** */

/* --------- model ----------- */

#successModal .modal-body .close{
    opacity: 1;
    outline: none;
    position: absolute;
    top: 30px;
    right: 30px;
}

#successModal .modal-dialog{
    width: 530px;  
}

#successModal .modal-content{
    border-top-left-radius: 50px; 
    border-top-right-radius: 15px; 
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 50px; 
    box-shadow: 0 0 50px rgba(0,0,0,0.10);
    border: none;
}

#successModal .modal-body{
    padding: 70px 0;
    text-align: center;
}

#successModal .modal-body img{
    margin: 0 auto;
}

#successModal .modal-body h1{
    font-size: 34px; 
    color: #565658;
    margin: 35px 0 25px;
}

#successModal .modal-body p{
    font-size: 18px; 
    color: #b6b6b6;
    margin: 0;
}

.modal {
    background: rgba(255,255,255,0.80);
}
.myloader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    display:none;
    margin-right: 10px;
    position: absolute;
    top: 40px;
    margin: 0 auto;
    left: 70px;
    right: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* **** Popup Styles **** */

.modal-content{

    padding: 0;

    border-radius: 0;

    border: none;

    box-shadow: 0 0 6px rgba(0,0,0,0.06);

}

.modal{

    background: rgba(255,255,255,0.8);

}

.inner-data{

    padding: 55px 30px;

}

button.close{

    float: none;

    position: absolute;

    top: 15px;

    right:30px;

    opacity: 1;

    font-size: 26px;

    outline: none;

}

.impressum-con,.daten-cont,.data-scroll{
    height: 450px; 
   /* overflow: auto;*/
}

.inner-data p{

    font-size: 16px;

    font-weight: 300;

    color: #000;

    line-height: 24px;

    margin: 0 0 15px;

}

.inner-data p:last-child{

    margin: 0;

}

.modal-open .modal{

    overflow: hidden !important;

}

.nicescroll-rails-vr{

    z-index: 99999 !important;

}