input, button {
    border-radius: 0 !important;
}
.row-1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.pointer {
    cursor: pointer;
}
.error{
    color:#f00;
}
.underline{
    text-decoration: underline;
}
.btn {
    background-color: lightgrey !important;
}
/***** Header *****/
header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}
#header-top {
    background-color: #f3f3f3;
    min-height: 120px;
}
#header-nav {
    background-color: #000;
    min-height: 50px;
}
#lang-picker {
    text-align: center;
    height: 30px;
}
.langs {
    padding-right: 5px;
    display: inline;
    cursor: pointer;
}
.langs:hover{
    color:#6e6e6e;
}
.menu-icon {
    width: 25px;
    display: inline-table;
}
.nav-link {
    color: #fff !important;
}
.nav-link:hover {
    color: #b4b4b4 !important;
}
.nav-link img {
    width: 35px;
    height: 35px;
    margin-left: 15px;
}
.navbar-dark, .bg-dark {
    background-color: #5e5e5e !important;
    padding: 7px !important;
    font-size: 15px !important;
}
.navbar-dark span{
    color: #fff;
}
@media (max-width: 991px){
    .navbar-dark span{
        color: #5e5e5e;
    }
}
.nav-item, .nav-link {
    padding: 0 !important;
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.srch-btn {
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-left: none;
}
#logo-holder {
    padding: 0 !important;
}
.header-menu {
    margin-top: 7px;
    width: 170px;
    float: right;
}
#header-mid-inner {
    margin: 10px 10%;
}
.srch-input {
    margin-top: 22px;
}
.menu-item {
    margin-bottom: 8px;
    font-size: 18px;
    cursor: pointer;
}
.menu-item:hover{
    color: #6e6e6e;
}
#product-menu li {
    /* border-right: 1px solid #fff; */
}
#product-menu li:last-child {
    border-right: none;
}
.nav-menu-item, .mobile-lang-srch {
    display: none;
}
@media (max-width: 767px) {
    .menu-item, #header-mid-inner {
        display: none;
    }
    .nav-menu-item {
        display: block;
    }
    .mobile-lang-srch {
        display: inherit;
    }
    .mobile-lang-srch#lang-picker {
        color: #fff;
    }
    .srch-input {
        width: 45%;
        min-width: 135px;
        margin: auto;
    }
    .langs:hover{
        color:#000;
    }
    #product-menu {
        margin-top: 15px;
    }
}
/***** User-menu *****/
#user-menu {
    width: 100%;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 2000;
    display: none;
}
.um-img-holder {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.um-img-holder svg {
    margin-top: 12px;
}
#user-menu-mid {
    text-align: center;
    padding: 30px 5px 10px 5px;
}
#user-menu-top {
    padding: 15px 0px 10px 0px;
}
#user-menu-top div {
    padding: 0px;
}
#user-menu-top, #user-menu-mid {
    border-bottom: 1px solid #fff;
}
#user-menu-bot div {
    padding-left: 0;
    padding-right: 30px;
}
#user-menu-bot div:last-child {
    padding-right: 0px;
}
/***** Main *****/
#select-area {
    width: 250px;
    float: left;
    padding: 0 !important;
    margin-top:10px;
    z-index: 1;
}

.select-area-mobile-hidden {
    position: absolute;
}

.fa-bars {
    position: absolute;
    top: 7px;
    left: 7px;
}

#select-area-button {
    display: none;
    float: right;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    left: 20px;
    border: 1px solid;
    top: 20px;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    
}
.grey-cards {
    width: 230px;
    max-height: 250px;
    margin: 10px;
    background-color: #5e5e5e;
    padding: 18px;
    color: #fff;
}
.grey-cards-scroll {
    max-height: 185px;
}
.grey-cards-catname {
    text-decoration: underline;
    font-size: 14px;
}
/* .grey-cards h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
} */
/* .grey-cards h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
} */
.grey-cards h6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.grey-cards ul {
    list-style-type: none;
    padding-left: 0px;
}
.grey-cards li {
    margin-bottom: 8px;
    font-size: 14px;
}
.left-chkbox {
    margin-right: 8px;
}
#card-area {
    max-width: 740px;
    padding: 0 !important;
    float: left;
    margin-top:20px;
}
#card-area h4 {
    padding-top: 8px;
}
.card-img {
    width: 200px;
    height: 150px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    border-radius: 0 !important;
}
.card-img-details {
    /* max-width: 300px;
    max-height: 225px; */
    width: 300px;
    height: 225px;
    /* margin: 0 auto; */
    -webkit-box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    border-radius: 0 !important;
    background-position: center center;
    background-size: cover;
}
.card-img-details-mini {
    width: 70px;
    height: 52.5px;
    /* margin: 0 auto; */
    margin-top: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    box-shadow: 0px 0px 2px 2px rgba(225,227,228,1);
    border-radius: 0 !important;
    background-position: center center;
    background-size: cover;
}
.product-details li {
    list-style-type: square;
}
.card.product-price-box {
    margin: 0px;
    min-height: 270px;
}
.product-availability {
    margin: 0 auto;
}
.product-sizes {
    margin: 20px 0;
}
.product-size-box {
    display: inline-table;
    margin: 5px !important;
    padding: 15px;
    cursor: pointer;
}
.product-size-box.active {
    border-bottom: 3px solid black;
    background-color: lightgrey !important;
}
.card-main {
    width: 240px;
    height: 355px;
    border: 1px solid #f3f3f3;
    border-radius: 0 !important;
    padding: 5px 20px;
    margin-top: 5px;
    display: inline-table;
}
.card-main h5{
    height: 70px;
}
.card-main .details{
    height: 250px;
}
.card-price-main {
    text-align: center;
    font-size: 18px;
    background-color: #f3f3f3;
}
.card-price {
    text-align: center;
}
.card-price-partner {
    font-size: 18px;
    text-align: center;
}
.card-btn {
    float: none;
    display: block;
    width: 100%;
    background: linear-gradient( #d6d6d6, #c4c4c5);
    text-align: center;
    height: 30px;
    color: #495057;
    padding-top: 3px;
    text-decoration: none;
}
.card-btn:hover {
    text-decoration: none;
    color: #2a2a2a;
}
.errors-list {
    display: none;
    margin-top: 20px;
}
.errors-title {
    font-size: 16px;
    font-weight: bold;
}
.errors-list li {
    margin-left: 40px;
}
#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
#sortable li { 
	margin: 0 3px 3px 3px; 
	padding: 0.4em; 
	padding-left: 1.5em; 
	font-size: 1.4em; 
	cursor: n-resize;
}
#sortable li span { 
	position: absolute; 
	margin-left: -1.3em; 
}
/***** Checkout *****/
.checkoutbox{
    padding: 0;
}
.checkoutbox .card {
    min-height: 260px;
}
/***** Footer *****/
#footer-top {
    background-color: #f3f3f3;
    min-height: 300px;
}
.footer-top-pic {
    width: 100px;
    height: 100px;
    margin: 30px auto;
    border-radius: 50%;
    border: 1px solid #454545;
}
.footer-top-body {
    text-align: center;
}
.footer-bottom-title {
    border-bottom: 1px solid #fff;
    padding: 10px 0 5px 0;
    color: #fff;
    text-transform: uppercase;
}
#footer-bottom {
    background-color: #5e5e5e;
    min-height: 310px;
}
.w-200 {
    width: 200px;
    margin: 10px auto;
}
.footer-bottom-list {
    list-style-image: url('../images/list_img.png');
    color: #fff;
    padding-left: 16px;
    margin-top: 20px;
}
.footer-bottom-list li {
    margin: 10px 0;
    cursor: pointer;
}
.footer-bottom-list li:hover {
    color: #b4b4b4;
}
.pay {
    margin-bottom: 25px;
}
#payingmethods{
    margin-top: 20px;
}
#user-menu-bot {
    padding: 10px 0;
}


$multiRangeHeight: 2em;
input[type="range"][multiple] {
  display: block;
  height: $multiRangeHeight;
  margin: 0;
  pointer-events: none;
  
  & + input[type="range"][multiple] {
    margin-top: $multiRangeHeight * -1;
  }
}

@mixin multirange-thumb {
  pointer-events: all;
}
input[type="range"]::-webkit-slider-thumb {
  @include multirange-thumb;
}
input[type="range"]::-moz-range-thumb {
  @include multirange-thumb;
}
input[type="range"]::-ms-thumb {
  @include multirange-thumb;
}

.mainmargin{
    margin-top: 20px;
    margin-bottom: 20px;
}

.card{
    border-radius: 0px;
    margin: 20px;
}
.card-header{
    font-weight: bold;
}

.input-group-margin .input-group{
    margin: 5px auto 10px auto;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: 42px;
}

.formlabel{
    margin: 5px 0 1px 0;
}

.overviewlabel {
    font-weight: bold;
    margin-bottom: 0;
}

.admintitle {
    text-align: left;
    margin: 40px auto;
}

.admintitle h1, #maintitle {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.card-h1 {
    margin: 0;
    font-size: inherit;
    font-weight: bold;
}

.adminmenu {
    text-align: right;
    margin: 40px auto;
}

.filefield {
	width: 80%;
	float: left;
}
.filebutton {
	width: 20%;
	float: left;
}

.productversions-edit {
    width: 50px;
}

.adminproducts-mainimage {
    width: 100px; 
    margin: 0 auto; 
    display: table;
}

.adminproducts-itemnumber {
    display: table; 
    margin: 0 auto;
    margin-top: -20px;
}

.birthdatepicker {
    height: 38px;
    border: 1px solid #ced4da;
    width: 100px !important;
}

@media screen and (max-width: 1055px) {
    #user-menu-top, #user-menu-mid, #user-menu-bot {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 996px) {
    #card-area {
        max-width: 490px;
        margin: 0 auto;
        margin-top:20px;
    }
}
@media screen and (max-width: 991px) {
    #product-menu li {
        border-right: none;
    }
}
@media screen and (max-width: 767px) {
	#logo-holder {
        width: 150px;
        margin: 0 auto;
        float: none;
        height: 50px;
    }
    .logo-goldschmied {
        height: 55px;
    }
    #header-top {
        min-height: 0;
    }
    .admintitle {
        margin: 10px auto;
    }
    .header-menu {
        width: 100%;
        text-align: center;
    }
    .w-200 {
        float: none !important;
    }
    .adminmenu {
        margin: 0;
    }
    #productcontainer {
        text-align: center;
        margin: 0 auto;
    }
    .details {
        height: 190px !important;
    }
    .card-text {
        font-size: 14px;
    }
    .card-price {
        font-size: 22px;
    }
    .card-main {
        text-align: left;
    }
    .cart-delete-button {
        float: right;
        margin-bottom: 10px;
    }
    #user-menu-top {
        max-height: 65px;
    }
    #user-menu-mid {
        padding: 10px 0 0 0;
    }
    #user-menu-mid p {
        margin: 0;
    }
    #user-menu-bot div:last-child {
        padding-right: 30px;
    }
    .cart-icon-img {
        display: block !important;
    }
    .navbar-collapse {
        max-height: 400px;
        overflow: auto;
    }
    #user-menu {
        max-height: 650px;
        overflow: auto;
    }
}
@media screen and (max-width: 757px) {
	#card-area {
        max-width: 240px;
        margin-top:20px;
    }
}
@media screen and (max-width: 520px) {
	#card-area, #select-area {
        margin: 0 auto;
    }
    .card-img-details {
        width: 240px;
        height: 180px;
    }
    .card-img-details-mini {
        width: 56px;
        height: 42px;
    }
    .birthdatepicker.day {
        width: 60px !important;
    }
    .birthdatepicker.month {
        width: 65px !important;
    }
    .birthdatepicker.year {
        width: 75px !important;
    }
}

@media screen and (max-width: 375px) {
    .birthdatepicker.day {
        width: 41px !important;
    }
    .birthdatepicker.month {
        width: 58px !important;
    }
    .birthdatepicker.year {
        width: 58px !important;
    }
}