@font-face {
    font-family: 'BentonSansBook';
    src: url('../webfonts/BentonSans-Book.eot');
    src: url('../webfonts/BentonSans-Book.eot?#iefix') format('embedded-opentype'), url('../webfonts/BentonSans-Book.woff2') format('woff2'), url('../webfonts/BentonSans-Book.woff') format('woff'), url('../webfonts/BentonSans-Book.ttf') format('truetype'), url('../webfonts/BentonSans-Book.svg#BentonSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSansBold';
    src: url('../webfonts/BentonSans-Bold.eot');
    src: url('../webfonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/BentonSans-Bold.woff2') format('woff2'), url('../webfonts/BentonSans-Bold.woff') format('woff'), url('../webfonts/BentonSans-Bold.ttf') format('truetype'), url('../webfonts/BentonSans-Bold.svg#BentonSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../webfonts/Roboto-Light.eot');
    src: url('../webfonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/Roboto-Light.woff2') format('woff2'), url('../webfonts/Roboto-Light.woff') format('woff'), url('../webfonts/Roboto-Light.ttf') format('truetype'), url('../webfonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../webfonts/Roboto-Regular.eot');
    src: url('../webfonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Roboto-Regular.woff2') format('woff2'), url('../webfonts/Roboto-Regular.woff') format('woff'), url('../webfonts/Roboto-Regular.ttf') format('truetype'), url('../webfonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

 :root {
    --primary: #fff;
    --secondary: #021f5b;
    --tertiary: #03477e;
    --quaternary: #019fd6;
    --white: #FFFFFF;
    --gray: #e5e5e5;
    --dark-gray: #777777;
    --danger: #e72419;
    --rounded: 0.5em;
    --placeholder: #666666;
    --tertiary-hover: #046bbe;
    --quaternary-hover: #01b6f5;
    --danger-hover: #ff0000;
    --brown: #180303;
    --light-gray: #f7f7f7;
    --dark: #333;
    --offwhite: #FAFAFA;
}


/* ---- preset style START ---- */

html {
    margin-top: 0 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

.form-control::placeholder {
    color: var(--placeholder);
}

html,
body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    /*height: 100%;*/
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden;
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:link,
a:visited,
a:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}
a.underline-hover{ color: #212529;}
a.underline-hover:hover{text-decoration: underline !important;}
select:focus {
    outline: none;
}

textarea {
    resize: none;
}

form,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

iframe {
    display: block;
}

p+p {
    margin-top: 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0;
}

 ::selection {
    background: #1C1C1C;
    color: #FFFFFF;
}

 ::-moz-selection {
    background: #1C1C1C;
    color: #FFFFFF;
}

ul {
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

label {
    font-weight: normal !important;
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.lead {
    font-size: 1.2em;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "RobotoLight";
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.50em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 2.0em;
    }
    h2 {
        font-size: 1.770em;
    }
    h3 {
        font-size: 1.540em;
    }
    h4 {
        font-size: 1.310em;
    }
    h5 {
        font-size: 1.1em;
    }
    h6 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.750em;
    }
    h2 {
        font-size: 1.570em;
    }
    h3 {
        font-size: 1.390em;
    }
    h4 {
        font-size: 1.210em;
    }
    h5 {
        font-size: 1.075em;
    }
    h6 {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1601px) {
    section>.minHeight {
        min-height: 250px;
    }
}

.underlined {
    padding-bottom: .75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger);
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 0.8em;
    display: block;
    line-height: 1.5em;
    font-family: "RobotoLight";
}

strong,
.bold {
    font-family: "BentonSansBold" !important;
}

.regular {
    font-family: "BentonSansBook" !important;
}

p:last-child {
    margin-bottom: 0;
}

.stretched {
    letter-spacing: 1px;
}

.text-default:focus,
.text-default:active,
.text-default {
    color: var(--dark) !important;
}

.text-secondary:focus,
.text-secondary:active,
.text-secondary {
    color: var(--secondary) !important;
}

.text-tertiary:focus,
.text-tertiary:active,
.text-tertiary {
    color: var(--tertiary) !important;
}

.text-quaternary:focus,
.text-quaternary:active,
.text-quaternary {
    color: var(--quaternary) !important;
}

.text-white:focus,
.text-white:active,
.text-white {
    color: var(--white);
}

.text-danger:focus,
.text-danger:active,
.text-danger {
    color: var(--danger) !important;
}

.tooltip,
.popover {
    font-family: "BentonSansBook";
}

.tooltip-inner {
    font-size: 0.875em;
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333333', GradientType=0);
}

.hoverIcon,
.bgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.bg-white {
    background: var(--white) !important;
}

.bg-dark {
    background: var(--primary) !important;
}

.bg-gray {
    background: var(--gray) !important;
}


/* ---- preset style END ---- */

body {
    font-size: 16px;
    font-family: "BentonSansBook", Arial, Helvetica, sans-serif;
    line-height: 150%;
    overflow-x: hidden;
    padding-top: 150px;
}

@media (min-width: 1200px) {
    body.condensed-nav {
        padding-top: 120px;
    }
    body.condensed-nav #primaryNav {
        min-height: 80px;
    }
}

@media (max-width: 1199px) {
    body {
        padding-top: 105px;
    }
}

.main {
    overflow-x: hidden;
    width: 100%;
    /* background: rgba(245, 245, 220, .25); */
}

.navbar-brand img {
    width: 180px;
}

#primaryNav {
    min-height: 110px
}

#topNav {
    min-height: 40px;
    border-bottom: 1px solid var(--light-gray);
}

#topNav a {
    font-size: 1.2em;
    color: var(--dark-gray);
}

#topNav i>.count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    color: var(--primary);
    font-family: "RobotoLight", Arial, Helvetica, sans-serif;
}

#topNav .dropdown-item,
#primaryNav .nav-link,
#primaryNav .dropdown-item,
#primaryNav .dropdown-submenu {
    position: relative;
    color: var(--dark);
    font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: unset;
}

#primaryNav .nav-link {
    letter-spacing: 1px;
}

#primaryNav .nav-link[aria-expanded="true"],
#primaryNav .nav-link:focus,
#primaryNav .nav-link:active,
#primaryNav .nav-link:hover {
    color: var(--danger);
}

#primaryNav .dropdown-menu>li.dropdown-submenu a.nav-link,
#topNav .dropdown-item,
#primaryNav .dropdown-item {
    padding-top: 0.8750em;
    padding-bottom: 0.8750em;
}

#primaryNav .dropdown-menu li:not(:last-child) .dropdown-item,
#primaryNav .dropdown-menu li.dropdown-submenu:not(:last-child) {
    border-bottom: 1px solid var(--gray);
}

#topNav .dropdown-item:active,
#topNav .dropdown-item:focus,
#topNav .dropdown-item:hover,
#primaryNav .dropdown-item:active,
#primaryNav .dropdown-item:focus,
#primaryNav .dropdown-item:hover {
    background: var(--gray) !important;
}

#topNav .dropdown-menu,
#primaryNav .dropdown-menu {
    font-size: 1em;
    background: var(--white);
    padding: 0;
    border-radius: 0;
}

#primaryNav .dropdown-submenu>a:after {
    content: "\f105";
    position: absolute;
    border: none;
    right: 20px;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    text-transform: none;
}

#primaryNav .dropdown-submenu>a.dropdown-item {
    width: auto !important;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    border: none;
    vertical-align: unset;
    font-size: 1em;
    color: var(--white);
    text-transform: none;
}

@media (min-width: 1200px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.nav-link+.dropdown-toggle {
    position: absolute !important;
    padding: 5px 10px !important;
    right: 10px;
    top: 6px;
    border: none !important;
}

#primaryNav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

#primaryNav .dropdown-submenu>a.nav-link {
    padding-left: 1.5em;
}

#primaryNav .dropdown-submenu>a.nav-link {
    padding-left: 1.5em;
}

@media (max-width: 1199px) {
    #primaryNav .dropdown-submenu>a.nav-link::after {
        content: none;
    }
    #primaryNav {
        min-height: 60px;
    }
    #primaryNav .navbar-nav {
        overflow-y: auto;
        max-height: 400px;
    }
    #primaryNav .dropdown-submenu>a:after {
        content: "\f107";
        position: unset;
    }
    #primaryNav .dropdown-item+.dropdown-menu li a.dropdown-item {
        padding-left: 50px;
    }
    #primaryNav .dropdown-item+.dropdown-menu {
        background: var(--gray);
    }
    #primaryNav .navbar-nav>li:not(:last-child) {
        border-bottom: 1px solid var(--gray);
    }
    #primaryNav .nav-link {
        padding: 1em;
    }
    /* #primaryNav .nav-item > .dropdown-toggle {
    background: rgba(255,255,255,0.5);
} */
    #primaryNav .dropdown-toggle::after {
        font-size: 1.2em;
    }
    #primaryNav .dropdown-item:active,
    #primaryNav .dropdown-item:focus,
    #primaryNav .dropdown-item:hover {
        background: none !important;
    }
}


/*END OF PRIMARY NAVIGATION */

.form-control {
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-appearance: none;
    font-size: 1rem;
    font-family: "RobotoLight";
}

.btn {
    /* border-radius: 0; */
    /* white-space: nowrap; */
    font-family: "BentonSansBold";
    text-transform: uppercase;
    color: var(--white) !important;
    /* border: none; */
    font-size: unset;
    letter-spacing: 1px;
}

.btn-xs {
    font-size: 0.75em;
    white-space: nowrap;
}

.btn:hover {
    color: var(--white);
}

[class*="btn-theme"] {
    font-size: 12px;
    padding: .75rem 1.5rem;
}

.btn-theme-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: var(--white);
}

.btn-theme-outline-white:hover {
    background: rgba(0, 0, 0, 1);
}

.btn-theme-black:hover,
.btn-theme-outline-black {
    border: 1px solid var(--dark-gray);
    background: var(--dark-gray);
    color: var(--white) !important;
}

.btn-theme-black,
.btn-theme-outline-black:hover {
    background: var(--dark);
    color: var(--white) !important;
}

.btn-primary {
    background: var(--dark) !important;
}

.btn-secondary {
    background: var(--secondary) !important;
}

.btn-beige {
    /* background: beige;
    border: 1px solid groove;
    color: #666666 !important; */
    border: solid .5px var(--dark-gray);
    color: var(--dark-gray) !important;
    padding: .75rem 1.5rem;
    /* margin-top: 1rem; */
}

.btn-beige:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: #fff !important;
}

.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary {
    background: var(--tertiary) !important;
}

.btn-quaternary {
    background: var(--quaternary) !important;
}

.btn-danger {
    background: var(--danger) !important;
}

.btn-tertiary:hover {
    background: var(--tertiary-hover) !important;
}

.btn-quaternary:hover {
    background: var(--quaternary-hover) !important;
}

.btn-danger:hover {
    background: var(--danger-hover) !important;
}

.searchBox,
#topNav .btn {
    height: 35px;
    font-size: 0.875em;
    line-height: 35px;
    padding: 0 1em;
    box-shadow: none;
}

.searchBox {
    font-size: 0.875em;
    border: none;
    background: var(--gray);
    border-radius: 0;
}

.searchBox+.input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
}

.searchBox+.input-group-append button {
    border: none;
    background: var(--gray);
    outline: none;
}

@media (max-width: 767px) {
    .input-group.w-auto,
    .searchBox {
        width: 100% !important;
    }
}


/*END TOP NAVIGATION*/


/*ANIMATED HUMBURGER ICON*/

#hamburgerButton {
    outline: none;
}

.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    margin: -5px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span {
    background: var(--dark);
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 10px;
}

.hamburger span:nth-child(3) {
    top: 20px;
}

.hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--dark);
}


/*END OF ANIMATED HUMBURGER ICON*/


/*SLIDER BANNER*/

.bgHeader {
    position: absolute;
    background-color: var(--gray);
    height: 270px;
    width: 100%;
    top: 0;
    z-index: 0;
}

.bgHeader+.container {
    position: relative;
    z-index: 1;
}

.staticBanner,
.bgCover,
.slideElement {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block !important;
    background: var(--white);
}

.slideElement aside {
    position: absolute;
    color: #FFF;
    z-index: 1;
    bottom: 50px;
    width: 100%;
}

.slideElement aside h1,
.slideElement aside p {
    text-shadow: 0 0 2px #1c1c1c;
    margin-bottom: 20px;
}

.slideElement aside p {
    font-family: "RobotoLight";
}

.staticBanner300 aside h1 {
    margin: 0;
}

.overlaid .slideElement aside {
    top: 30%;
}

.staticBanner {
    padding-top: 6em;
    padding-bottom: 6em;
    color: var(--white);
}

.staticBanner .container {
    position: relative;
    z-index: 1;
}

.staticBanner .title,
.staticBanner p,
.staticBanner .heading {
    margin-bottom: 2em;
}

.staticBanner300 {
    height: 300px;
}

.slideH300 .slideElement {
    height: 300px;
    overflow: hidden;
}

.slideH400 .slideElement {
    height: 400px;
    overflow: hidden;
}

.slideH650 .slideElement {
    height: 650px;
    overflow: hidden;
}

.fullScreen .slideElement {
    height: calc(100vh - 150px);
    background-size: cover;
}

@media only screen and (min-width: 578px) {
    .overflowing:not(.centered) .slick-list {
        overflow: visible !important;
        /* padding:0 5% 0 0;
    width: 100% !important; */
    }
}

@media only screen and (max-width: 767px) {
    .staticBanner300 {
        height: 200px;
    }
    .slideH300 .slideElement {
        height: 200px;
    }
    .slideH400 .slideElement {
        height: 330px;
    }
    .slideH650 .slideElement {
        height: 400px;
    }
    .imageTextBelow.staticBanner,
    .imageTextBelow .slideElement {
        background-image: none !important;
        height: auto;
        background: var(--light-gray);
        padding: 0;
    }
    .slideElement aside h1,
    .slideElement aside p {
        color: var(--dark);
        text-shadow: none;
    }
    .staticBanner .container,
    .imageTextBelow .slideElement aside {
        position: relative;
        transform: none;
        left: unset;
        top: unset;
        bottom: unset;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .imageTextBelow .slideElement aside h1 {
        font-size: 1.5em;
    }
}

.slick-dots {
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: right;
    padding: 0;
    padding-right: 20px;
    -webkit-appearance: none;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
}

.slick-dots li span {
    display: block;
    width: 15px;
    height: 15px;
    text-indent: 9999px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-appearance: none;
}

.slick-dots li.slick-active span,
.slick-dots li.slick-active span:hover,
.slick-dots li span:hover {
    background: var(--white) !important;
    position: relative;
    -webkit-appearance: none;
}

.btnNext,
.btnPrev,
.btnNext:active,
.btnPrev:active,
.btnNext:focus,
.btnPrev:focus {
    width: 35px;
    height: 35px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    color: var(--white);
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -webkit-appearance: none;
}

.btnNext i,
.btnPrev i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
}

.btnPrev {
    left: 20px;
}

.arrowOutside .btnPrev {
    left: -10px;
}

.arrowOutside .btnNext {
    right: -10px;
}

@media only screen and (min-width: 1300px) {
    .arrowOutside .btnPrev {
        left: -40px;
    }
    .arrowOutside .btnNext {
        right: -40px;
    }
}

.btnPrev.slick-disabled,
.btnNext.slick-disabled {
    opacity: 0.1;
    cursor: not-allowed;
}

.slideShow.overlaid .slick-dots {
    bottom: 130px;
}

@media only screen and (max-width: 991px) {
    .arrowOutside .btnPrev {
        left: 0;
    }
    .arrowOutside .btnNext {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slideShow.overlaid .slick-dots {
        bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .arrowOutside .btnPrev {
        left: 0;
    }
    .arrowOutside .btnNext {
        right: 0;
    }
}

.btnNext:hover,
.btnPrev:hover {
    background: var(--dark);
    color: var(--white);
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow-center:before {
    background: var(--tertiary) !important;
}

.hvr-grow-center,
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    z-index: 2;
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}


/*NEWS ITEM*/

.timelineItem aside,
.newsItem aside {
    height: 225px;
}

.timelineItem aside {
    height: 180px;
}

.timelineItem aside .content,
.newsItem aside .content {
    height: 3em;
    overflow: hidden;
}

.newsItem aside .btn {
    width: 130px !important;
}


/*END OF NEWS ITEM*/

@media (max-width: 575px) {
    .videoItem aside {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        bottom: unset;
        background: var(--primary);
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}


/*END OF EVENTS ITEM*/


/*FOOTER*/

footer,
footer a {
    color: #333;
}

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--primary);
}

footer .logo {
    margin-bottom: 1.286em;
}

footer h6 {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
    font-family: "RobotoRegular";
}

footer p+h6,
footer ul+h6 {
    margin-top: 1.5em;
}

footer p,
footer a {
    font-size: 13px;
}

footer a:hover {
    color: #333;
    text-decoration: underline;
}

.footerLogoLink {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.footerLogoLink:after {
    content: "";
    height: 1px;
    background: var(--dark-gray);
    width: 100%;
    margin-left: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.socialMedia li a>i[class*="facebook"]:hover {
    color: #3E5B99;
}

.socialMedia li a>i[class*="twitter"]:hover {
    color: #1DA1F2;
}

.socialMedia li a>i[class*="instagram"]:hover {
    color: #0095F6;
}

.socialMedia li a>i[class*="linkedin"]:hover {
    color: #0077B5;
}

.socialMedia li a>i[class*="youtube"]:hover {
    color: #FF0000;
}

.socialMedia li a>i[class*="vk"]:hover {
    color: #2787F5;
}

.bottomFooter {
    background: var(--primary);
    text-align: center;
    padding: 1em;
    border-top: 1px solid var(--dark-gray);
}

.withSeparator li {
    position: relative;
    padding: 0 .5em;
}

.withSeparator li:not(:last-child):after {
    content: "";
    width: 1px;
    position: absolute;
    right: -.5em;
    height: .75em;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #333;
}

@media (max-width: 767px) {
    footer h6 {
        margin-top: 2em;
    }
}


/*END OF FOOTER*/


/*GENERAL*/

.bg-cover,
.bg-cover-absolute {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bg-cover-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.rectangleBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid 1px #d3d2d3;
}

.newsBox:hover .grow,
.categoryBox:hover .grow,
.serviceBox:hover .grow,
.rectangleBox:hover>.grow {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

@media only screen and (min-width: 992px) {
    .seeAllLink {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

.newsBox,
.categoryBox,
.serviceBox {
    position: relative;
    border-radius: var(--rounded);
    overflow: hidden;
}

.serviceBox .rectangleBox {
    padding-top: 60%;
}

.serviceBox aside {
    color: var(--white);
    padding: 25px 30px;
    background: var(--dark-gray);
    overflow: hidden;
}

.categoryBox aside {
    /* position: absolute;
    bottom: 10%;
    left: 7%;
    right: 7%; */
    color: var(--dark);
    background: beige;
    padding: 15px 10px;
    /* z-index: 2; */
}

.categoryBox {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.categoryBox aside {
    background: var(--white);
    /* border: solid .5px #cbcbcb;
    border-top: none; */
    border: none;
}

.categoryBox .rectangleBox {
    border: 1px solid beige;
}

.categoryBox .bg-cover-absolute {
    background-color: lightsalmon;
}


/* .categoryBox aside {
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 10px;
    background: rgba(0,0,0,0.75);
} */

.categoryBox aside h6 {
    font-family: "BentonSansBold";
}

.newsBox aside {
    padding-top: 20px;
    padding-bottom: 20px;
}

.newsBox aside .content {
    height: 50px;
    overflow: hidden;
}

.serviceBox aside .content {
    height: 50px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    /* .categoryBox aside {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        color: var(--dark);
        padding: 25px 30px;
        background: var(--gray);
    } */
    .categoryBox aside h6 {
        font-size: 1.075em;
    }
    .categoryBox aside .btn-xs {
        font-size: 1em;
    }
    .serviceBox aside .content {
        height: unset;
    }
    .serviceBox {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .serviceBox aside .title {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

a.blockLink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.slick-dots li span,
#primaryNav,
.grow,
.btn,
.slick-slide,
.overflowing:not(.centered) .slick-list,
a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*BREADCRUMBS*/

.breadCrumbs {
    font-size: 0.8em;
    color: var(--dark);
    font-family: "BentonSansBook";
    display: flex;
}

.breadCrumbs li {
    position: relative;
    padding: 0 .75em;
}

.breadCrumbs li:first-child {
    padding-left: 0;
}

.breadCrumbs li:not(:last-child):after {
    content: "/\00a0";
    position: absolute;
    right: -4px;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    color: var(--dark-gray);
    text-transform: none;
}

.breadCrumbs li a {
    color: var(--dark-gray)
}

.breadCrumbs li a:hover,
.breadCrumbs li a.active {
    color: var(--danger);
}


/*END OF BREADCRUMBS*/


/*CAREER CARD SLIDER*/

.content ul:not(.nav-tabs) li {
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
}

.content ul:not(.nav-tabs) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.lineRight {
    position: relative;
    overflow: hidden;
}

.lineRight:after {
    content: "";
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: var(--gray);
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .lineRight {
        padding-bottom: .75em;
        margin-bottom: 1em;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
    .lineRight:after {
        content: "";
        width: 150px;
        height: 5px;
        position: absolute;
        left: 50%;
        bottom: 0;
        top: unset;
        margin: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: var(--gray);
    }
}

.signupOffset {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    width: 3000px;
    height: 100%;
    z-index: 0;
}

.signupOffset+.content {
    position: relative;
    z-index: 1;
}

.signupOffset+.content ul li {
    padding: 0;
    margin: 0;
}

.signupOffset+.content img {
    width: 100px;
}

@media only screen and (max-width: 991px) {
    .signupOffset {
        left: -1000px;
    }
}

.slideElement [data-animation] {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-animation]:not('.slideElement') {
    opacity: 1 !important;
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.delay-5 {
    animation-delay: 1.25s;
}

i.infinite {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

.aboutSection {
    color: #333;
    padding: 5rem 0 4rem;
    background: var(--primary);
}

.aboutHeading {
    position: absolute;
    width: 40%;
    font-size: 27px;
    z-index: 2;
    text-align: right;
    left: 0;
    top: 100px;
}
.aboutHeading h1{
    font-size: 2em;
}
.aboutHeading h2:before ,
.aboutHeading h1:before{
    content: '';
    position: absolute;
    border-bottom: solid .5px #333;
    width: calc(100% - 290px);
    left: 0;
    bottom: 10px;
}

.aboutSection .lead {
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 150px;
}

.servicesSingle {
    position: relative;
    width: 100%;
    display: flex;
    top: -60px;
}

.servicesSingle aside {
    position: relative;
    width: 60%;
}

.serviceContent {
    /* background: var(--offwhite); */
    padding: 3rem 2rem;
    max-height: 260px;
    color: var(--dark);
    position: absolute;
    bottom: 2rem;
    width: 80%;
    right: 0;
    border-top-left-radius: var(--rounded);
    border-bottom-left-radius: var(--rounded);
}

.servicesSingle:nth-child(odd) {
    top: 0;
}

.servicesSingle:nth-child(odd) .serviceContent {
    bottom: auto;
    top: 2rem;
    left: 0;
    right: auto;
    border-top-right-radius: var(--rounded);
    border-bottom-right-radius: var(--rounded);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.serviceImg {
    width: 40%;
    position: relative;
    overflow: hidden;
}

.servicesSingle:hover .serviceImg img {
    transform: scale(1.1);
}

.big-heading {
    font-size: 27px;
}

@media (max-width: 1199px) {
    .servicesSingle {
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .aboutHeading h2::before {
        width: calc(100% - 260px);
    }
    .servicesSingle {
        margin-bottom: .75rem;
    }
    .servicesSingle aside {
        background: rgba(202, 202, 202, 0.2);
        border-top-left-radius: var(--rounded);
        border-bottom-left-radius: var(--rounded);
    }
    .servicesSingle:nth-child(2n+1) aside {
        border-top-right-radius: var(--rounded);
        border-bottom-right-radius: var(--rounded);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .serviceContent {
        width: 100%;
        position: relative;
        top: 0;
        background: transparent;
        padding: 2rem;
    }
    .servicesSingle .serviceImg.rounded {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .servicesSingle:nth-child(2n+1) .serviceContent {
        top: 0;
    }
    .servicesSingle:nth-child(2n+1) .serviceImg.rounded {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: var(--rounded) !important;
        border-bottom-left-radius: var(--rounded) !important;
    }
}

@media only screen and (max-width: 767px) {
    .aboutSection {
        padding: 4rem 0;
    }
    .aboutHeading {
        position: relative;
        width: 100%;
        text-align: left;
        left: 0;
        top: auto;
    }
    .aboutHeading h2::before {
        width: calc(100% - 220px);
        display: none;
    }
    .servicesSingle {
        display: grid;
    }
    /* .serviceImg {
        max-height: 300px;
        overflow: hidden;
    } */
    .serviceImg,
    .servicesSingle aside {
        width: 100%;
    }
    /* .serviceImg.rounded {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .servicesSingle aside {
        background: rgba(202, 202, 202, 0.2);
        border-bottom-left-radius: var(--rounded);
        border-bottom-right-radius: var(--rounded);
    } */
    .servicesSingle .serviceImg.rounded,
    .servicesSingle:nth-child(2n+1) .serviceImg.rounded {
        border-radius: var(--rounded) var(--rounded) 0 0 !important;
    }
    .servicesSingle aside {
        border-radius: 0 0 var(--rounded) var(--rounded) !important;
    }
    .servicesSingle:nth-child(2) aside {
        order: 2;
    }
    .big-heading,
    .aboutHeading {
        font-size: 20px;
    }
    .aboutSection .lead {
        margin-top: 20px;
    }
}


/* about us */

.inner-banner {
    background-size: cover;
    padding: 320px 0 4rem;
    background-position: center;
}

.aboutContent {
    margin: 4rem 0;
}


/* .aboutContent p {
    max-width: 85%;
} */

.aboutFeatures {
    margin: 3rem 0;
}

.aboutFeatures ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.aboutFeatures ul li {
    display: inline-block;
    list-style: none;
    width: 16%;
    margin: 10px 1.6%;
    vertical-align: top;
}

.aboutFeatures ul li:first-child {
    margin-left: 0;
}

.aboutFeatures ul li:last-child {
    margin-right: 0;
}

.feature-single {
    width: 100%;
    border: solid 1px var(--gray);
    padding: 2rem .2%;
    border-radius: var(--rounded);
}

.feature-single .feat-img {
    width: 65px;
    height: 90px;
    margin: auto;
}

.feature-single .feat-img img {
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}

.feature-single h5 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.feature-single:hover {
    background: var(--gray);
}

.feature-single:hover .feat-img img {
    transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
    .aboutContent {
        margin: 2rem 0;
    }
    .aboutContent p {
        max-width: 100%;
    }
    .feature-single .feat-img {
        width: 60px;
        height: 80px;
        margin: auto;
    }
    .feature-single h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutFeatures ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .aboutFeatures ul li {
        width: 45%;
    }
    .feature-single h5 {
        font-size: 14px;
    }
    .feature-single .feat-img {
        width: 55px;
        height: 80px;
        margin: auto;
    }
    .feature-single {
        padding: 1rem .3%;
    }
    .aboutContent p {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}


/* collections page */

.grey-bg {
    background: rgba(245, 245, 220, 0);
}

.prodBox {
    background: var(--white);
    padding: 1rem;
    height: 436px;
    box-shadow: 0 0 10px #e2e2e2;
}

.prodBox .prodImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    overflow: hidden;
}

.prodImg img {
    max-height: 170px;
}

.prodBoxQuickLinks {
    position: absolute;
    top: 12px;
    right: 31px;
    z-index: 3;
}

.prodName h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark);
    font-family: 'BentonSansBold';
    margin: 1rem 0 .5rem;
}

.prodName h6 {
    font-size: 12px;
    font-family: 'BentonSansBold';
}

.prodBox p {
    font-size: 14px;
    line-height: 1rem;
    height: 50px;
}

.btn-askprice {
    background: var(--dark);
    padding: 5px 10px;
    margin: 1.5rem auto;
    font-size: 12px;
}

.prodBox .btn-group .btn {
    border: solid 1px #b9b9b9;
}

.prodBox .btn-light, .prod-carousel .prodBoxQuickLinks .btn-light {
    color: var(--dark-gray) !important;
    text-transform: capitalize;
    font-family: 'RobotoRegular';
    font-size: 14px;
}

.prod-carousel .prodBoxQuickLinks{
    top:1px;
    right:1px;
}

.prodBox .price {
    margin: 0.7rem auto;
    font-size: 20px;
    font-family: 'BentonSansBold';
    height: 30px;
}

.prodBox .price span {
    font-size: 14px;
    vertical-align: top;
}

.prodBox .price:before {
    /*content: '\f153';*/
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 14px;
}

.prodSlider .btnPrev {
    left: -30px;
}

.prodSlider .btnNext {
    right: -30px;
}

.search-grp .input-group-prepend .input-group-text {
    background: var(--white);
    padding: 1rem .5rem 1rem 2rem;
    border-right: 0;
}

.search-grp .form-control {
    padding: 1rem;
    height: auto;
    border-right: 0;
    border-left: 0;
}

.search-grp .input-group-append .input-group-text {
    border-left: 0;
    padding: 1rem;
    background: var(--white);
}

.filter-button {
    font-size: 16px;
    text-align: center;
    color: var(--dark) !important;
    margin-bottom: 30px;
    border-radius: 0 !important;
    font-family: 'RobotoRegular' !important;
}

.filter-button:hover {
    border-bottom: 2px solid var(--dark-gray);
    text-align: center;
    color: var(--dark) !important;
}

.filter-button.active {
    border-bottom: 2px solid var(--dark-gray);
    color: var(--dark) !important;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.small-text {
    font-size: 14px;
}


/* product gallery */

.show-pic {
    max-width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}

.show-pic2 {
    max-width: 390px;
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

.prod-carousel {
    position: relative;
    z-index: 2;
}

.small-img .icon-left,
.small-img .icon-right,
.prod-carousel .icon-left,
.prod-carousel .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

.prod-carousel .icon-left,
.small-img .icon-left {
    transform: rotate(180deg)
}

.prod-carousel .icon-right,
.small-img .icon-right {
    right: 0;
}

.prod-carousel .icon-right:hover,
.prod-carousel .icon-left:hover,
.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

.prodQdet p {
    font-size: 14px;
}

.heading {
    font-family: 'RobotoRegular';
}

.sub-heading {
    font-size: 1.2em;
    color: var(--dark-gray);
}

button.close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px #e2e2e2;
    position: absolute;
    right: 10px;
    margin-top: 10px;
    z-index: 1;
}

.favs .far.fa-heart {
    color: red;
    font-weight: 900;
}

@media only screen and (max-width: 767px) {
    .search-grp .input-group-prepend .input-group-text {
        display: none;
    }
    .search-grp .form-control {
        padding: 1rem;
        height: auto;
        border-left: 1px solid #ced4da;
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }
    .prodSlider .btnPrev {
        left: 0;
    }
    .prodSlider .btnNext {
        right: 0;
    }
    .show-pic,
    .show-pic2 {
        max-width: 390px;
        height: 390px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .small-img {
        max-width: 100%;
        height: 50px;
        left: auto;
    }
    .small-container {
        max-width: 280px;
        height: 50px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .small-container .show-small-img {
        width: 50px;
        height: 50px;
    }
    .prodQdet {
        margin-top: 2rem;
    }
}

#contact-form,
#contact-form .form-control {
    font-size: 14px;
}

.form-control {
    border-radius: .25rem;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload Resume";
}

.btn-send {
    text-transform: capitalize;
    font-size: 14px;
    border: solid 1px var(--primary);
}

.bold-heading {
    font-family: 'BentonSansBold';
    font-size: 24px;
}

.btn-share {
    background: transparent;
    color: var(--dark) !important;
    font-family: 'RobotoLight';
    font-size: .8em;
    text-transform: none;
    border: none;
}

.prod-carousel .btn-share{
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    border-radius: 0;
}

.careerThead {
    font-family: 'BentonSansBook' !important;
    font-weight: 600;
}

.tbold {
    font-family: 'BentonSansBook';
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .careerThead {
        display: none;
    }
    .careerDesc {
        margin-top: 1rem;
    }
}


/* product details */

.prodDet-container {
    font-size: .9em;
}


/* .listDet li {
    font-size: .9em;
} */

.listDet li span {
    width: 25%;
    min-width: 83px;
    display: inline-block;
}

.prDet-desc .nav-link {
    color: var(--dark-gray);
    text-transform: uppercase;
    border: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
    color: var(--primary);
}

.prDet-desc .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--primary);
    color: var(--dark);
    background: transparent;
}

.qty-container {
    max-width: 130px;
    margin-top: .5rem;
}

.btn-number {
    background: var(--gray);
    color: var(--dark-gray) !important;
    border-radius: 0;
    border-color: #C9BEBE;
    font-family: "RobotoRegular";
    font-size: .9em;
    padding: .53rem .75rem;
}


/*.prdDet-btns button {
    font-size: .9em; 
    font-family: "RobotoLight";
    color: var(--dark) !important;
    padding: .5rem 1.3rem;
    border: solid 1px var(--dark-gray);
}*/


/*.prdDet-btns .btn-primary {
    color: var(--white) !important;
    background: var(--primary);
}*/

@media only screen and (max-width: 767px) {
    .prodDet-container {
        margin-top: 2rem;
    }
    /* .prDet-desc {
        justify-content: center;
    } */
    .show-pic {
        height: 340px;
    }
}

.clientList {
    margin: 0;
    padding: 0;
}

.clientList li {
    display: inline-block;
    width: 17.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.client-bx {
    border: solid 1px var(--gray);
    border-radius: .5rem;
    text-align: center;
}

.client-bx img {
    max-width: 150px;
    margin: auto;
}

.client-bx:hover {
    background: rgba(0, 0, 0, 0.8);
}

.client-bx:hover img {
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 991px) {
    .clientList li {
        display: inline-block;
        width: 22.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner {
        padding: 225px 0 2rem;
    }
    .clientList {
        text-align: center;
    }
    .clientList li {
        display: inline-block;
        width: 43.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .client-bx img {
        max-width: 100px;
        margin: auto;
    }
}


/* contact page */

.contact .social i {
    color: var(--dark-gray);
}

.address h6 {
    font-family: 'BentonSansBold';
}

.address a {
    color: #212529;
}

@media only screen and (max-width: 767px) {
    .contact .social,
    .address {
        margin-bottom: 2rem;
    }
    .contact .card-body {
        padding: 0;
    }
}


/* faq page */

.search-box {
    background-size: cover;
    padding: 2rem 1rem 1rem;
}

.faqCard .accordion .card-header:before {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    margin-right: 10px;
    border: solid 2px #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.faqCard .accordion .card-header.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
/* 
.faqCard {
    box-shadow: 0 7px 5px rgba(0, 0, 0, .3);
    margin-bottom: .5rem;
} */

.faqCard .card-header {
    cursor: pointer;
}

.faqCard .card-header h5 {
    font-family: 'RobotoRegular';
    font-size: 1.1em;
}

.faqCard .accordion .card-body {
    padding-left: 2.3rem;
}


/* category listing page */

.hidden-mob {
    display: block;
}

.mobFilter {
    display: none;
}

.hidden-mob h4,
.hidden-mob h5,
.mdalFilter h4,
.mdalFilter h5 {
    font-family: "RobotoRegular";
}

.collapse-filter ul li a,
.filMaterial label {
    color: var(--dark-gray);
}

.collapse-filter ul li a:hover {
    color: var(--dark);
}

.collapse-filter .card-header {
    cursor: pointer;
}

.filtColor .custom-checkbox {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filtColor .custom-control-label::before,
.filtColor .custom-control-label::after {
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 350ms ease 0s;
}

.filtColor .custom-control-label::before {
    background-color: var(--bg-color);
    border-color: transparent;
}

.filtColor .custom-control-label::after {
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 350ms ease 0s;
    z-index: 10;
}

.filtColor .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--bg-color);
}

.prodTags ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.prodTags ul li {
    padding: .25rem .5rem;
    background: var(--white);
    border: solid 1px var(--dark-gray);
    border-radius: .5rem;
    margin: .5rem .25rem;
    font-size: .9rem;
    position: relative;
}

.prodTags ul li a {
    color: var(--dark-gray);
}

.prodTags ul li.active {
    background: var(--dark);
    color: var(--white);
    border-color: var(--primary);
}

.prodTags ul li.active a {
    color: var(--white);
}

.prodTags ul li.active:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    /* position: absolute; */
    right: 7px;
    content: '\f00d';
    color: var(--white);
    font-weight: 900;
    margin-left: 5px;
}

.recent-single {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.rec-img {
    background: var(--white);
    border: solid 1px var(--dark-gray);
    height: 70px;
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recent-single h4 {
    font-size: .8em;
    font-family: "RobotoRegular";
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
}

.catPage-main .custom-control-input[type="radio"][checked="checked"]+.custom-control-label::before {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
    z-index: 2;
}

.custom-control-input[type="radio"][checked="checked"]+.custom-control-label::before {
    background-color: var(--dark);
    border-color: var(--dark);
}

.custom-control-input[type="radio"][checked="checked"]+.custom-control-label::after {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
  } 

.custom-control-label::after {
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .hidden-mob {
        display: none;
    }
    .catPage-main {
        margin-bottom: 40px;
    }
    .mobFilter {
        display: block;
        background: var(--primary);
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: .5rem;
        text-align: center;
        z-index: 2;
        color: var(--white) !important;
        font-family: "RobotoRegular";
        border-top: 1px solid var(--white);
    }
    #filterModal .modal-dialog {
        width: 100% !important;
        max-width: none;
        margin: 0;
        border-radius: 0 !important;
        background: var(--white);
    }
    #filterModal .modal-content {
        max-width: 500px;
        margin: auto;
        border: 0;
    }
}

.custom-file-input.docAttach:lang(en)~.custom-file-label::after {
    content: "Upload";
    background: var(--primary);
    color: var(--white);
}


/* admin pages styles */

.admin-menu .nav-link {
    color: var(--dark);
}

.admin-menu .nav-link:hover {
    color: var(--danger);
}

.admin-menu .nav-link.active {
    background: var(--primary);
    color: var(--white);
}

.admin-menu .nav-item {
    border-bottom: 1px solid var(--gray);
    margin-top: .5rem;
}

.admin-menu .nav-item:last-child {
    border: none;
}

.profile label {
    font-size: .9em;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--green);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.picture-container {
    position: relative;
    cursor: pointer;
    /* text-align: center; */
    width: 106px;
}

.picture {
    width: 106px;
    height: 106px;
    background-color: var(--white);
    border: 4px solid var(--gray);
    color: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture:hover {
    border-color: var(--dark-gray);
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: 100%;
}

.editPic i {
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: .9em;
    background: var(--primary);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.prof-status {
    font-size: .9em;
    text-align: right;
}

.prooduct-details-box .media {
    border: 1px solid #d7e2e9;
    border-radius: 10px;
    padding: 15px 0;
    width: 100%;
    position: relative;
    font-size: 14px;
}

.img-60 {
    width: 60px !important;
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.prooduct-details-box .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.prooduct-details-box .del {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    cursor: pointer;
    color: var(--danger);
    opacity: .5;
    padding: 2px 8px;
}

.prooduct-details-box .del:hover {
    opacity: 1;
}

.prodName a {
    color: var(--primary);
}

.pass_show {
    position: relative
}

.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: var(--quaternary);
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}

.pass_show .ptxt:hover {
    color: var(--primary);
}

.btn-tble {
    color: var(--primary) !important;
    padding: 2px 10px;
}

.btn-tble:hover {
    color: var(--quaternary) !important;
}

.latest-posts li {
    list-style: none;
    clear: both;
    margin-bottom: 35px;
    display: flex;
}

.latest-posts .post-thumb {
    width: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.latest-posts .post-details {
    margin-left: 10px;
}

.latest-posts .description a {
    color: var(--primary);
}

.adl-serv {
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.signin-forms {
    font-size: .9em;
}

.signin-forms h2 {
    font-family: 'RobotoRegular';
    font-weight: 700;
}

.signin-forms a {
    color: #000;
    font-family: 'RobotoRegular';
}

.btn-black {
    font-family: 'RobotoRegular';
    padding: .375rem 1.2rem;
    background: #000;
}

.cart-table {
    padding: 1rem 0 .5rem;
    border-bottom: solid 1px var(--gray);
}

.cart-table h6 {
    font-family: 'RobotoRegular';
}

.cart-table p {
    line-height: 1.4em;
    margin-top: 5px;
    color: var(--dark-gray);
}

.cart-table img {
    max-width: 50px;
    margin-right: 10px;
    flex-shrink: 1;
}

.cartQty .form-control {
    max-width: 60px;
    font-size: .98em;
}

.cartQty .btn-number {
    padding: .52rem .75rem;
    border: 0;
    color: var(--white);
}

.totPrice {
    width: 100px;
    display: inline-block;
}


/* checkout page */

.checkout-form label {
    color: var(--dark-gray);
    font-size: .95em;
}

.checkout-form .order-summary-wrapper {
    padding: 2.5rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 3px;
    background: var(--light-gray);
}

.order-table .product-name {
    font-size: .95rem;
    font-weight: 400;
}

.order-table td {
    padding-top: 1.5rem;
}

.order-table td:last-child {
    text-align: right;
}

.order-table .product-total {
    font-size: .95rem;
    letter-spacing: -0.05em;
}

.order-table .product-name i {
    font-size: 11px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.filtAccord .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.filtAccord .card-body {
    padding: 0;
    margin-left: 15px;
}

.filtAccord .card {
    background: transparent;
    border: 0;
}

.cart-empty.woocommerce-info {
    font-size: 20px;
    margin: 1rem 0;
}

.servicesSingle.servPage {
    top: 0;
}

.servicesSingle.servPage aside,
.servPage .serviceImg {
    width: 100% !important;
}

.servPage .serviceContent {
    position: relative;
    background: transparent;
    max-height: none;
    width: 100%;
}

.servicesSingle.servPage:nth-child(2n+1) .serviceContent {
    top: 0;
    padding: 1rem 2rem;
}

ul.list {
    margin-top: 1rem;
}

.list li {
    position: relative;
    margin-bottom: 10px;
}

.list li:before {
    content: "\f058";
    border: none;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    text-transform: none;
    font-weight: 800;
    margin-right: 10px;
}


/* MARK CSS */

.customCheckbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    height: 25px;
    line-height: 25px;
}

label.customCheckbox {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.customCheckbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

.customCheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.customCheckbox input:checked~.checkmark:after {
    display: block
}

.customCheckbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    outline: none;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.customCheckbox.white .checkmark:after {
    border: solid #666666;
    border-width: 0 2px 2px 0;
}

.colorItemContainer {
    padding: 0 8px;
    background: rgba(225, 225, 220, 0.25);
    border-radius: 5px;
    margin: 0 0px 10px 0;
    height: 30px;
    transition: all 0.25s;
    position: relative;
}

.colorItemContainer:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}

.preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
    display: table;
}

.preLoaderContent {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #333333;
}

.woocommerce-currency-switcher-form .chosen-container {
    min-width: auto;
}

.woocommerce-currency-switcher-form .chosen-container::before {
/*    content: "\f57d";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    margin-left: -10px;
    top: -1px;
    color: var(--dark-gray);
}

.woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
    border: none;
    background: transparent;
    box-shadow: none;
}

.woocommerce-currency-switcher-form .chosen-container-active.chosen-with-drop .chosen-single,
.woocommerce-currency-switcher-form .chosen-container.chosen-with-drop .chosen-drop {
    border: none;
    background: #FFFFFF;
}

.woocommerce-currency-switcher-form .chosen-drop {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 5px;
}
.currency-icon {
    width: 20px;
    height: 16px;
    top: 3px;
    position: relative;
    left: 3px;
}

/*SCROLL TO TOP*/

#scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    border: 2px solid #000000;
    padding: 0 8px 4px;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-filter: alpha(opacity=80);
    -moz-filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
    display: none;
    cursor: pointer;
    color: #000000;
    z-index: 999;
    border-radius: 6px;
}

#scrollToTop:hover {
    background: #000000;
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    -moz-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

#scrollToTop::after {
    content: "GO TO TOP";
    position: absolute;
    left: -3px;
    top: 110%;
    font-size: 0.55em;
    white-space: nowrap;
    color: #2d2d2d;
}

#scrollToTop:hover::after {
    color: #2d2d2d;
}


/*END OF SCROLL TO TOP*/

option {
    font-family: "BentonSansBook", Arial, Helvetica, sans-serif;
}

.closeFilter {
    display: none;
}


/* .btn-border {
    border: solid .5px var(--dark-gray);
    color: var(--dark-gray) !important;
    padding: .75rem 1.5rem;
    margin-top: 1rem;
} */

.footCta {
    background: var(--gray) !important;
    border-top: solid .5px #cbcbcb;
    border-bottom: solid .5px #cbcbcb;
    z-index: 0;
}

.footCta .form-control {
    /* max-width: 250px; */
    height: calc(1.8em + .75rem + 2px);
}

.tw-newslette-btn {
    margin-left: .5rem;
    border-radius: .25rem !important;
}

@media only screen and (max-width: 991px) {
    #filterPopup {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9999;
        overflow: auto;
        transition: all .25s;
    }
    #filterPopup.show {
        top: 0;
    }
    .fixTop {
        position: relative !important;
        top: 0 !important;
    }
    .closeFilter {
        display: none;
        position: fixed;
        right: 25px;
        top: 5px;
        font-size: 1.5rem;
        color: #666 !important;
        padding: 10px;
        z-index: 100;
    }
}


/* @media only screen and (min-width: 1450px) {
    .slideShow.fullScreen .slideElement {
        max-height: 760px;
    }
} */


/*MOBILE BOTTOM FILTER*/
.filterKeys {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 1;
	left: 0;
	right: 0;
	padding: 5px 20px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
}

.popupLayer {
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	max-height: 50%;
	overflow: auto;
	z-index: 9999;
	background: #FFFFFF;
	padding: 20px;
	border-bottom: 1px solid #F2F2F2;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.popupLayer.show {
	bottom: 45px;
}

.popupLayer h5 {
	margin-bottom: 10px;
}

.popupLayer h5 a {
	position: relative;
}
/*MOBILE BOTTOM FILTER*/


.btn[class*="btn-outline"]{
    color: inherit !important;
}

.btn[class*="btn-outline"]:hover{
    color: #ffffff !important;
}

.product-name a {
    color: #1c1c1c !important;
}

.wishlist-items-wrapper a.add_to_cart{
    margin: 5px !important;
}

.prod-carousel img#prev-img{
    left: 10px;
}

.prod-carousel img#next-img{
    right: 10px;
}

.woocommerce-cart-form button[name=apply_coupon]{
    padding-top: 9px;
    padding-bottom: 9px;
}

form .form-group .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.w-100{
    width:  100% !important;
}

span.password-input{
    width:  100%;
}

@media only screen and (max-width: 600px) {
    .wishlist_page form, .checkout_page .woocommerce, .my_account_mxm .woocommerce {
        padding-top:  0px !important;
    }

    .woocommerce-form-coupon [name=apply_coupon]{
        padding: 8px;
    }
}

.wishlist_table.mobile li {
    border-bottom: 1px solid #EEE;
    padding: 10px 0;
}

.woocommerce .wishlist_table.mobile a.button,
.woocommerce .wishlist_table.mobile a.button.alt,
.wishlist_table.mobile li .product-remove a,
.wishlist_table.mobile li .product-add-to-cart a{
    font-size: 0.66rem !important;
    padding: 6px 10px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}


@media only screen and (max-width: 767px) {
    .show-pic{ border: none; height:auto;}
    .prod-carousel{ border:1px solid #CCCCCC; }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td{
        text-align:left !important;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        width:80px;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
    margin: 20px;
    border-top: 3px solid #CCC;
    }

    .cart_item a.remove{
        width: auto;
        border-radius: 0;
        background: none !important;
        font-size: .66rem;
        border: 1px solid #F00000;
        display: inline-block;
        padding: 5px 10px;
        height: auto;
        font-family: 'BentonSansBold';
        letter-spacing: 1px;
    }

    .cart_item a.remove:hover{
        color:#FFF !important;
        background: #F00 !important;
    }
}

.woocommerce-form-register.register [type="password"]{
    margin-bottom: 1rem;
}
#gdpr {
    background: #000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
	z-index:10000;
}
#gdpr p{
    color:#fff;
}
#gdpr p a{ color: #fff;}
#gdpr_btn{ border: 1px solid #fff;}
.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.no-results {
margin: 4rem 0;
text-align: center;
min-height: 200px;
}

.entry-title {
margin: 1rem 0 2rem;
font-size: 1.6rem;
}
.searchInput {
border: 0;
box-shadow: none;
border-bottom: solid 1px var(--gray);
}
.btn-search {
background: transparent;
border: 0;
color: var(--dark-gray);
margin-right: .5rem;
}
#load {
margin: 2rem auto !important;
text-align: center;
display: table;
}
.filter-product {
    display: none;
}
#child-cata-box,
#sub-cata-box,
#order_by_select{
    font-size: 14px;
	font-family:"BentonSansBook", Arial, Helvetica, sans-serif;
}
.search-page-more{
	margin:40px 0;
    text-align: center;
}
.serach_wp #loadMore{
	
}
/**********Jan-7th-2022**********/

.product-box-contents{
  display:none;
}
.invisible_brand{display:none;}