/**
* Custom css for the theme
* @author Morten Lybekcer, Adil Hasan. Shovha Saha
*/
.bg-paleturquoise{
    background-color: #f2f2f2;
}
body,
.main-menu > nav > ul > li > a,
.main-menu > nav > ul > li ul.submenu li a{
	font-family: 'Verdana', Display', serif !important;
}
.bg-gray.itemBreadcrumb{background: #f2f2f2}
.ht-product .ht-product-price span.new{
	color: #000 !important
}
.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information{background: #000 !important}
.main-menu > nav > ul > li{margin: 0 18px;}

/*.main-menu > nav > ul > li ul.mega-menu {*/
    /*width: 600px;*/
/*}*/
.main-menu > nav > ul > li ul.mega-menu > li {
    width: 16%;
}

.mega-menu{
    max-height: 80vh;
    overflow-y: scroll;
}

.custom-checkbox{
    padding-top: 35px;
}
.custom-checkbox input[type="checkbox"] { display: none; }

.custom-checkbox input[type="checkbox"] + label {
    display: block;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-checkbox input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.vdpComponent.vdpWithInput>input {
    background: white;
    border: 1px solid #ced4da;
}
