*:focus {
    outline: none !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
body.overlay{
    position: relative;
}
body.overlay:before{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1054;
}
body.loader:after{
    content : "";
    display : inline-block;
    background: url(/assets/img/ajax-loader.gif) no-repeat center center;
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    background-size: 100%;
    z-index: 1055;
}

header{
    background: #fff;
}

header .logo{
    display: flex;
    align-items: center;
    height: 50px;
}

header .logo img{
    max-height: 100%
}

a{
    color:#555;
}

.navbar-ts{
    border-radius:0;
    z-index: 1000;
    border-width: 0 0 1px;
    background: #fff;
}
.navbar-ts .navbar-nav>li>a{
    color:#777;
    line-height: 100px;
    padding-top:0;
    padding-bottom: 0;
    font-size: 16px;
}
.navbar-ts .navbar-nav>li>a:hover{
    /*color: #777 !important;*/
    background: transparent;
}
.navbar-ts .navbar-right>li>a{
    font-size: 12px;
}
.navbar-ts .navbar-right>li>a.logout{
    color:#ff001f;
}

.navbar-ts .navbar-right>li>a:hover{
    /*background: #fff;*/
}
.navbar-ts .open > a, .navbar-ts .open > a:hover, .navbar-ts .open > a:active{
    background: #fff !important;
    color: #777 !important;
}

footer .banks{
    text-align: right;
}

#header-logo {
    display: flex;
    align-items: center;
}

#header-main .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#header-main {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-search-input {
    width: 100%;
    height: 45px;
    border: 2px solid #ddd;
    padding: 0 15px;
    border-radius: 5px;
    color: #555;
    font-size: 12px;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    position: inherit !important;
    display: initial !important;
}

.dropdown-menu{
    left: -50px;
    z-index: 1001
}

#header-bottom nav.navbar {
    margin: 0;
    padding: 0;
    border: 0;
    min-height: auto;
}

.menu-navbar-items {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.menu-navbar-items li.menu-item {
    margin: 0 10px;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-item img {
    width: 20px;
}

.menu-item a {
    padding-left: 10px;
}

.menu-navbar-items li.menu-item a {
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

#header-bottom {
    border-top: 1px solid #ddd;
    float: none;
}

.navbar-content {
    background-color: #FFF;
}

.menu-navbar-items li.menu-item .fa-home {
    font-size: 18px;
    line-height: 1.3;
}

#header-search form {
    position: relative;
    width: 100%;
}

#header-links > li {
    position: relative;
}

#header-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-links > li > a {
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 10px 10px;
}

#header-links > li > a .fa {
    font-size: 20px;
}

#header-links > li .dropdown-lang img {margin: 4px 5px;max-height: 12px;}

.header-user > a > span {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-user > a > i {
    margin-right: 5px;
}

.user-dropdown-menu {
    z-index: 1001;
    right: -60px;
    left: auto;
    max-width: 345px;
}

footer{
    padding:20px 0;
    background: #fff;
}
footer .secure{
    padding: 10px 0;
}

.copyright{
    text-align: center;
}
.copyright span{
    display:inline-block;
    padding-top:10px;
}
.copyright img{
    vertical-align: top;
}

.main-container{
    min-height: 300px;
    background: #f5f5f5;
    padding:75px 0;
    position: relative;
}
.no-margin{
    margin:0 !important;
}
.no-padding{
    padding:0 !important;
}
.relative{
    position: relative;
}
.green{
    color:#38b055 !important;
}
.mb-20{
    margin-bottom: 20px;
}

.form-control{
    outline: 0;
}
.btn{
    border-radius: 22px;
}

.text-red{
    color: red;
}

.heading-text{
    color:#38b055;
    font-size: 28pt;
    font-weight: 600;
}

.has-error .form-control{
    border-color:#a94442 !important;
}
.has-warning .form-control{
    border-color:#8a6d3b !important;
}
.has-success .form-control{
    border-color: #3c763d !important;
}

/* input icon group */
.input-icon{
    position: relative;
}
.input-icon .icon{
    position: absolute;
    left:3px;
    z-index: 2;
    top: 1px;
    bottom: 1px;
    display: inline-block;
    color:#38b055;
    line-height: 34px;
}
.input-icon.input-icon-right .icon{
    left:auto;
    right:3px;
}
.input-icon .form-control{
    padding-left: 30px;
}
.input-icon.input-icon-right .form-control{
    padding-left: auto;
    padding-right: 30px;
}


/* LOGIN */
.login-container{
    background: url(../img/login-container.png) no-repeat;
    background-size: cover;
    padding-top:68px;
    padding-bottom: 55px;
}
.login-container:after{
    content:"";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: rgba(0,0,0,.1);
    height: 277px;
}
.login-container .container{
    z-index: 1;
    position: relative;
}
.login-form{
    background: #f5f5f5;
    padding:40px 30px;
    border-radius: 6px;
    text-align: center;
}
.login-form .title-icon{
    display:inline-block;
    border-bottom: 1px solid #d9d9d9;
    font-size: 60px;
    padding:0 30px;
}
.login-form .form-group{
    text-align: left;
}
.login-form .form-control{
    height:40px;
    line-height: 40px;
    border-color:#979797;
    border-radius:22px;
    background: transparent;
}

.login-form .input-icon .icon{
    line-height: 40px;
    font-size: 18px;
    left:20px;
}
.login-form .input-icon .form-control{
    padding-left: 50px;
}
.login-form .input-icon select.form-control{
    padding-left: 0;
    text-indent: 50px;
}

.signup-form{
    background: #fff;
}

.profile-form .form-control{
    border:0;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.profile-form label{
    font-weight: normal;
    font-size: 14px;
    color:#979797;
}
.profile-form label i{
    color:#39af55;
    width: 40px;
    text-align: center;
}

.col-centered{
    float:none;
    margin:0 auto;
}

/******** payment *******************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.panel-payment{
    background: transparent;
    border:0;
    -webkit-box-shadow:0;
    box-shadow:0 0 0;
    border-radius: 0;
    padding:0;
}
.panel-payment .panel-heading{
    padding:0;
    padding-bottom: 15px;
}
.panel-payment .panel-heading:before,.panel-payment .panel-heading:after{
    content:"";
    display: table;
}
.panel-payment .panel-heading:after{
    clear: both;
}
.panel-payment .panel-heading .title{
    color:#4fb968;
    font-size: 26px;

}
.panel-payment .panel-heading .title .icon{
    font-size: 40px;
    display: block;
    float:left;
}
.panel-payment .panel-heading .title .text{
    display: block;
    float:left;
    margin-left: 10px;
}
.panel-payment .panel-heading .title .text:after{
    content:"";
    display: block;
    border-bottom: 2px solid #a6a6a6;
    width:30%;
    margin-top: 5px;
}
.panel-payment .panel-body{
    padding:0;
}

.panel-payment .form-control{
    height: 40px;
    border-radius: 3px;
    border-color:#979797;
    -moz-appearance:textfield;

}
.panel-payment label{
    font-weight: normal;
}
.panel-payment .payment-description-control{
    height:120px;
}
.amount-type-control+.payment-description-group > .form-control{
    height:85px;
}

.payment-amount-control{
    padding-right: 80px;
    text-align: right;
    font-weight: 600;
    color:#333;
}

.payment-currency-control{
    border:0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    color:#38b055;
    padding-left: 8px !important;
    -webkit-box-shadow:0;
    box-shadow:0 0 0;
}
.payment-currency-control[disabled]{
    border: 1px solid #979797;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-payment .input-icon .icon{
    position: absolute;
    left:10px;
    top:3px;
}


.payment-cc-preview-panel .panel-body{
    padding-top: 26px;
}

.input-helper{
    position: relative;
}

.input-helper .helper-icon{
    position: absolute;
    right: -10px;
    top: 9px;
    color:#fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #38b055;
    text-align: center;
    line-height: 22px;
}

.payment-container .btn{
    border-radius: 3px;
}

.summary-box{
    border: 1px solid #9d9d9d;
    padding: 20px;
    background: #fff;
    display: block;
}

/********** .btn **********/
.btn-black {
  color: #fff;
  background-color: #333332;
  border-color: #333332;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #393938;
  border-color: #393938;
}
.btn-black:hover {
  color: #fff;
  background-color: #393938;
  border-color: #393938;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #393938;
  border-color: #393938;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #393938;
  border-color: #393938;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: #636363;
  border-color: #636363;
}
.btn-black .badge {
  color: #393938;
  background-color: #fff;
}

/*checkbox + radio*/
input._checkbox {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 20px;
    height: 20px;
}
input._checkbox:checked,
input._checkbox:focus {
    outline: none !important;
}
input._checkbox+.lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    width: 100%;
    font-weight: normal;
    padding-left: 27px;
}
input._checkbox+.lbl::before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top:0;
    left:0;
    font-weight: normal;
    font-size: 14px;
    color: #63c079;
    border: 1px solid #979797;
    border-radius: 2px;
    text-align: center;
    /*line-height: 20px;*/
    width: 20px;
    height: 20px;
}
input._checkbox:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
}
input._checkbox:hover+.lbl::before,
input._checkbox+.lbl:hover::before {} input._checkbox:active+.lbl::before,
input._checkbox:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input._checkbox[disabled]+.lbl::before,
input._checkbox:disabled+.lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

.table-ts > thead > tr > th{
    color : #f18714;
    padding : 20px;
    text-transform: uppercase;
    background: #f6f6f6;
}
.table-ts > tbody > tr > td{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.login-container table{
    background: #fff;
}

.text-success{
    color:#000;
    font-size: x-large;
}
.text-danger{
    color:#ff001f;
}

/*form*/
.float-group{
    position: relative;
}

.float-group label{
    transition: all 0.2s ease-out;
    font-weight: normal;
    position: absolute;
    top: -10px;
    left: 45px;
    padding:0 5px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0) ";
    filter: alpha(opacity=0);
}
.float-group--floating label{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100) ";
    filter: alpha(opacity=100);
}

/**/
.user-nav-container{
    position: absolute;
    width:120px;
    z-index: 2;
}

ul.user-nav{
    list-style: none;
    margin:0;
    padding:0;
}

ul.user-nav > li > a{
    background: #e6e6e6;
    color: #616161;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px;
}
ul.user-nav > li > a > .uicon{
    font-size: 20px;
    margin-right: 5px;
}
ul.user-nav > li > a:hover{
    text-decoration: none;
}
ul.user-nav > li.active > a{
    background: #616161;
    color: #FFF;
}
ul.user-nav > li.active > a > .uicon{
    color:#39af55;
}

.bg-white{
    background: #fff;
}

.pg-title1{
    color:#a1a1a1;
    border-bottom: 1px solid #39af55;
    font-size: 21px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pg-title1 i{
    color:#39af55;
}


.main-banner,
.main-banner .owl-stage-outer,
.main-banner .owl-stage,
.main-banner .owl-item,
.main-banner .item{
    position: relative;
    height: 100%;
}
.main-banner .owl-item a{
    display:block;
    position:relative;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    border-radius:6px;
    color:#fff;
    border:2px solid #fff;
    outline:0;
}
.main-banner a,.main-banner a:active{
    color:#fff;
    outline:0;
}

.main-banner .owl-dots{
    text-align: center;
    position: relative;
    bottom:30px;
}
.main-banner .owl-dots .owl-dot{
    display: inline-block;
    width:25px;
    height:6px;
    background: gray;
    margin:0 5px;
}
.main-banner .owl-dots .owl-dot.active{
    background: #fff;
}

.intl-tel-input{
    display: block;
}
.intl-tel-input .country-list{
    z-index: 12;
}
.dropdown-lang img.flag{
}
#languageSwitch a{
    position: relative;
    padding-left: 35px;
}
#languageSwitch .lflag{
    position: absolute;
    width:20px;
    height:16px;
    top:5px;
    left:10px;
    border-radius: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.user-cards-container{
    overflow: hidden;
    height:44px;
}
.user-cards-container.open{
    overflow: auto;
    height: auto;
}
.cc-card-list-container .user-card{
    display: block;
    border: 1px solid gray;
    padding: 5px 5px;
    background: #f1f1f1;
    position: relative;
    cursor: pointer;
    height:44px;
    overflow: hidden;
}
.cc-card-list-container .user-card.primary,
.cc-card-list-container .user-card.secondary:hover{
    background: #fff;
}
.cc-card-list-container .user-card .user-card-brand{
    float:left;
    width: 40px;
    overflow: hidden;
}
.cc-card-list-container .user-card .user-card-number{
    font-size: 12px;
}
.cc-card-list-container .user-card .user-card-alias{
    font-size: 11px;
}
.cc-card-list-container .user-card .user-card-delete:after{
    content: "x";
    display: block;
    position: absolute;
    right:5px;
    top:10px;
    color:red;
    cursor: pointer;
}
.cc-card-list-container .user-card.primary .user-card-delete:after{
    right:30px;
}
.cc-card-list-container .user-card.primary:after{
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top:10px;
    right:5px;
}
.cc-card-list-container .open .user-card.primary:after{
    content: "\f077"
}
.cc-card-list-container .user-card[data-card-id="0"]{
    padding: 13px 5px;
}

.no-border-radius{
    border-radius: 0 !important;
}

/* ajax loader */
.ajax-spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto;
}

.ajax-spinner:after, .ajax-spinner:before {
    content:"";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.ajax-spinner:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.checkbox-group{
    padding:15px 10px;
    background-color: #ececec;
    display: block;
}
.checkbox-group.active{
    background-color: #6d6d6d;
    color: #fff;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@media screen and (max-width: 769px){
    .use-nav-toggle-btn{
        font-size: 15px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0;
    }
    .use-nav-toggle-btn + div{
        display: none;
    }
    .account-menu{
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    ul.user-nav > li{
        width: 100% !important;
    }
    ul.user-nav > li > a{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    ul.user-nav > li > a > .uicon{
        width: 40px;
        display: inline-block !important;
        text-align: center;
    }
}

.Rectangle-Copy-30 {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #ffffff;
}
.Schachenmayr-Catania {
    width: 100%;
    height: 15px;
    font-family: Mulish-Regular_;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1f1f2b;
    /*margin: 20px 23px 30px 21px;*/
    margin: 7% 7% 11% 0%;
}
.Rectangle {
    text-align: center;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background-color: #7ec3ad;
}
.-TL {
    font-family: Mulish-Regular_;
    font-size: 19px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}


/**************************/
.header-cart{
}
.header-cart .badge{
    position: relative;
    top: -15px;
    right: 5px;
    font-size: 8px;
    width: 14px;
    height: 14px;
    padding: 0;
    background: #000;
    opacity: 0.4;
    line-height: 14px;
}

.page-column{
    position: relative;
    padding-bottom: 30px;
}
.checkout-box {
    background: #fff;
    padding-top: 15px;
}

.checkout-box .page-header {
    padding-left: 15px;
    font-size: 22px;
    text-transform: uppercase;
}
.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.mb-15{
    margin-bottom: 15px;
}

.cart-item-row {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.cart-summary-table td,
.cart-summary-table th{
    border-top: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.checkout-steps{
    margin:0;
    padding:0;
    list-style: none;
    border-bottom: 20px solid #dadada;
    background: #ececec;
    margin-bottom: 20px;
}
.checkout-steps li{
    width:25%;
    float:left;
    margin:0;
    position: relative;
}
.checkout-steps li.active{
    background: #c1c1c1;
}
.checkout-steps li.active:before{
    content: " ";
    display: block;
    width:100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    background: #6d6d6d;
}

.checkout-steps a{
    display: block;
    padding:0 15px;
    font-size: 18px;
    line-height: 60px;
    color:#787878;
}
.checkout-steps a:hover{
    text-decoration: none;
}
.checkout-steps li.active a{
    color : #fff;
}
@media only screen and (max-width: 767px) {
    .checkout-steps li > a > span{
        display: none;
    }
}

.panel-checkout{
    border-radius: 0;
}

.panel-checkout .panel-heading{
    background: #ccc;
    position: relative;
}
.panel-checkout .panel-heading .panel-toolbar{
    position: absolute;
    bottom:0;
    right:5px;
}
.panel-checkout .panel-title{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-checkout-box{
    border : 1px solid #ddd;
}
.panel-checkout-box .panel-heading{
    position: relative;
    background: #ccc;
}
.panel-checkout-box .panel-title{
    font-size: 14px;
    padding: 0;
}

.panel-checkout-box .line{
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}
.block-input-icon{
    position: relative;
}

.block-input-icon i{
    position: absolute;
    z-index: 2;
    top: 10px;
    opacity: .6;
    font-size: 11px;
}
.block-input-icon .form-control{
    padding-left: 30px;
}
.block-input-icon.input-icon-right .form-control{
    padding-left: 12px;
    padding-right: 30px;
}
.block-input-icon i{
    right: 5px;
}

.input-50 .form-control{
    height: 50px;
    border-radius: 0;
}
.input-50 .block-input-icon i{
    top: 20px;
}
.input-50 .float-group label{
    left: 25px;
}

.form-group .form-control-error{
    position: absolute;
    top: -10px;
    right: 20px;
    background: #ff0000;
    color: #fff;
    padding: 3px 6px;
    font-size: 10px;
    opacity: .7;
}

.s-scrool::-webkit-scrollbar{
    width:6px;
    height:10px;
    opacity: .6;
}
.s-scrool::-webkit-scrollbar-button:start:decrement,
.s-scrool::-webkit-scrollbar-button:end:increment{
    display:none;
}
.s-scrool::-webkit-scrollbar-track-piece{
    background-color:transparent;
}
.s-scrool::-webkit-scrollbar-thumb{
    -webkit-border-radius:4px;
    background:#444;
}
.s-scrool:hover::-webkit-scrollbar{
    width:6px;
    opacity: 1;
}

.list-check-item{
    display: block;
    padding: 12px 8px;
    background: #ececec;
}

.list-check-item.active{
    background: #6d6d6d;
    color: #fff;
}

.checkout-payment-tabs{
    margin:0 0 15px 0;
    padding:0;
    list-style: none;
}
.checkout-payment-tabs:before{
    content: "";
    display: table;
}
.checkout-payment-tabs:after{
    content: "";
    display: table;
    clear: both;
}
.checkout-payment-tabs li{
    float: left;
}
.checkout-payment-tabs li a{
    display: block;
    padding: 6px 10px;
    background: #f3f3f3;
    color: #6c6c6c;
    text-decoration: none;
}
.checkout-payment-tabs li a:hover{
    text-decoration: none;
}
.checkout-payment-tabs li.active a{
    background: #6c6c6c;
    color: #fff;
}


.owl-nav .owl-next, .owl-nav .owl-prev{
    position: absolute;
    top:50%;
    font-size: 0;
}
.owl-nav .owl-next{
    right:0;
}
.owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 25px;
    color: #000;
    opacity: .3;
}
.owl-nav .owl-next:before{
    content: "\f054";
}
.owl-nav .owl-prev:before{
    content: "\f053";
}
.owl-nav .owl-next:hover:before,.owl-nav .owl-prev:hover:before{
    opacity: 1;
}

img{
    max-width: 100%;
}

.sub-title{
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e9e9e9;
}
.sub-line{
    border-bottom: 1px solid #e9e9e9;
    height:1px;
    margin:5px 0;
}

.padding-15{
    padding: 15px;
}

.mobile-header-toggle-top{
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

#menuToggle
{
    display: block;
    position: relative;
    z-index: 1001;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a
{
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: tomato;
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
.menu-span
{
    display: inherit;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    padding: 10px 0;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}

#productlistContainer{
    margin-top: -50px;
}
.mobile-right-container ul .dropdown{
    padding: 15px 0px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
    cursor: pointer;
}

.stock-unit-name-container {
    line-height: 3;
    text-align: center;
}

.stock-unit-name {
    line-height: 3;
    text-align: center;
    font-size: initial;
}

html[data-app=rest1] header,
html[data-app=rest1] footer{
    display: none !important;
} 
html[data-app=rest1] section.main-container{
    padding: 0 !important;
} 

.payment-desc{
    margin: 10px 0;
}

.main-container .main-banner{
    margin-bottom: 30px;
}