@import url("animation.css");
/* lato-regular - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
         url('../fonts/lato-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v16-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v16-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v16-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin-ext_latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
         url('../fonts/lato-v16-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v16-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v16-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v16-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v16-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dancing-script-v15-vietnamese_latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dancing-script-v15-vietnamese_latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dancing-script-v15-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dancing-script-v15-vietnamese_latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dancing-script-v15-vietnamese_latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dancing-script-v15-vietnamese_latin-ext_latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
  }

*,*::after,*::before {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    overflow-x: auto!important;
    font-size: 1.6rem;
    font-family: "Lato",sans-serif;
    color: #484848;
    background-color: #fff;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: auto!important;
    /* height: 100%!important */
}

#page-wrap {
    /* padding-bottom: 265px; */
    padding-top: 60px;
    /* overflow: auto; */
}
/* .page-wrapper {
    min-height: 120vh;
} */
a {
    color: #75787B;
    text-decoration: none
}

a:hover,a:focus {
    text-decoration: none;
    color: #75787B
}

a.block-link {
    color: #f1f1f1
}

body,h1,h2,h3,h4,h5 {
    font-family: 'Lato',sans-serif;
    font-weight: lighter
}

p {
    font-weight: 300
}

.text-center {
    text-align: center
}

::-moz-selection {
    background: rgba(241,86,43,.28)
}

::selection {
    background: rgba(241,86,43,.28)
}

.content ul li,.main-nav ul,ul {
    list-style-type: none!important;
    padding-left: 0
}

.content ul {
    padding-left: 0
}
.all-content {
    position: relative;
    min-height: 920px;
    padding-bottom: 265px;
    overflow: hidden;
    display: block;
}
.site-icon img {
    content:url("../../img/icons/logo_mjc.png");
    width: 140px;
    height: 115px;
    padding: 3px 5px 5px 15px;
    position: absolute;
    z-index: 100;
}

.site-icon-ft img {
    max-width: 160px;
    padding-top: 1.25rem;
    /* padding-left: 1.25rem; */
}

.site-icon img:focus,
.site-icon img:hover,
.site-icon-ft img:focus,
.site-icon-ft img:hover {
    opacity: .5;
    transition: all 0.2s
}

.underline-bt {
    background: #1b1c1d;
    padding-bottom: 2px;
    width: 100%;
}

.social-media-icon {
    height: 0px;
    visibility: hidden;
}

.sp-menu {
    color: #000000;
    font-weight: bold;
    font-size: large;
    padding-left: 8px;
}

.sp-foot {
    color: #000000;
    padding-left: 0px;
    font-weight: lighter;
    font-size: 18px;
}
.sp-foot img {
    height: 25px;
    padding-right: 0.5rem;
    margin-top: -0.5rem;
    margin-left: -.5rem;
}

.social-media-icon ul {
    margin: auto;
    text-size-adjust: auto;
    padding-left: 240px;
}

.knd-menu-dropdown {
    position: relative;
    background-image: url(/../../img/design/bck_wood_color.jpg);
    background-repeat: no-repeat;
    height: 40px;
}

.knd-menu-dropdown::before {
    content: 'mobile';
    display: none
}

.knd-menu-dropdown .nav-trigger {
    position: absolute;
    top: -10px;
    right: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    z-index: 100
}

.knd-menu-dropdown .nav-trigger span,.knd-menu-dropdown .nav-trigger span::after,.knd-menu-dropdown .nav-trigger span::before {
    position: absolute;
    background-color:#18191a;
    height: 3px;
    width: 26px
}

.knd-menu-dropdown .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.knd-menu-dropdown .nav-trigger span::after,.knd-menu-dropdown .nav-trigger span::before {
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.knd-menu-dropdown .nav-trigger span::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px)
}

.knd-menu-dropdown .nav-trigger span::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px)
}

.knd-menu-dropdown.nav-open .nav-trigger span {
    background-color: transparent
}

.knd-menu-dropdown.nav-open .nav-trigger span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.knd-menu-dropdown.nav-open .nav-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.knd-menu-dropdown .main-nav {
    display: none
}

.knd-menu-dropdown .morph-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 1.2em 5%;
    box-shadow: inset 0 1px 0 #e6e6e6;
    background-color: #FFF;
    z-index: 100
}

.knd-menu-dropdown.nav-open .morph-dropdown-wrapper {
    display: block
}

.knd-menu-dropdown .dropdown-list>ul>li {
    margin-bottom: 10px;
}

.knd-menu-dropdown .label {
    display: block;
    font-size: 2.2rem;
    color: #484848;
    margin-bottom: .8em
}

.knd-menu-dropdown .gallery .content ul:last-child {
    margin-bottom: 0
}

.knd-menu-dropdown .gallery .content a {
    display: block;
    height: 38px
}

.knd-menu-dropdown .gallery .content a span,.knd-menu-dropdown .gallery .content a em {
    display: block;
    line-height: 1.2
}

.knd-menu-dropdown .gallery .content a em {
    font-size: 1.8rem;
    padding: .4em 0 .2em;
    color: #484848
}

.knd-menu-dropdown .gallery .content a span {
    font-size: 20px;
    color: #1b1c1d;
    padding: 5px 0 5px 20px;
}

.knd-menu-dropdown .links-list a,.knd-menu-dropdown .btn,a.btn {
    display: block;
    margin-left: 14px;
    font-size: 2.2rem;
    cursor: pointer
}

.knd-menu-dropdown .links-list a:hover,.knd-menu-dropdown .links-list a:focus,.knd-menu-dropdown .btn:hover,.knd-menu-dropdown .btn:focus {
    color: #484848
}

.knd-menu-dropdown .btn,a.btn,input.btn,.cta a {
    display: block;
    width: 100%;
    margin: 1.5em 0 0;
    font-size: 1.8rem;
    text-align: center;
    color: #FFF;
    line-height: 60px;
    background: #0F726A
}

input.btn:hover,input.btn:focus,.knd-menu-dropdown .btn:hover,.knd-menu-dropdown .btn:focus,a.btn:hover,a.btn:focus {
    background: #484848;
    color: #FFF
}

.knd-menu-dropdown .content h2 {
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 1.25rem 0 10px 14px
}

.section-logos {
    padding: 1.25rem;
    padding-bottom: 6em
}

.vendor-logo {
    max-width: 60%;
    filter: grayscale(1);
    padding-bottom: 1em;
    padding-top: 1em;
    margin: 0 auto;
    display: block
}

.vendor-logo-vertical {
    max-width: 30%;
    text-align: center;
    margin: 0 auto
}

/* Contact Form */
.mTop {
    padding-top: 1.25rem;
    box-shadow: none;
}
.contact-form {
    width: 100%;
}

.contact-form span {
    /* margin-right: 12px; */
    text-align: right;
    font-size: large;
    font-weight: 600;
}

.modal-button {
    border: 0px groove #7c93ba !important;
    width: 130px;
    cursor: pointer;
    padding:5px;
    margin: 3px;
    background-color: #98A1A9;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}

.modal-button:hover, .modal-button:focus {
    color: #edebda;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
}

.contact-form input {
    /* padding: 5px;
    margin: 4px;
    border: 1px solid #E5E5E5;
    font-size: large;
    box-shadow: -1px -1px 1px 1px #CCC; */

    font-size: 1.7rem;
    /* border: 1px solid #cfd8dc !important;
    background-color: #fff !important; */
    /* width: 211px !important; */
}

.form-div-row {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5px;
    /* width: 80%; */
}

.input-text {
    background-color: #ffffff;
    /* width: 90%; */
}

.form-div-row .bootstrap-datetimepicker-widget {
    /* left: 21.25rem !important; */
    background-color: #f2f2f2 !important;
    border-radius: 3px !important;;
    -webkit-box-shadow: #9d9393 0 1px 4px 0px !important;
    -moz-box-shadow: #9d9393 0 1px 4px 0px !important;
    box-shadow: #9d9393 0 1px 4px 0px !important;
}

div.bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: small !important;
}

.form-div-row .timepicker-hour,
.form-div-row .timepicker-minute {
    text-align: center;
}
.form-div-row .btn,a.btn,input.btn,.cta a {
    display: contents;
    margin: 1.5em 0 0;
    font-size: large;
    text-align: center;
    color: #212529;
    line-height: 60px;
}

.input-btn {
    border: 0px groove #7c93ba !important;
    width: 130px;
    cursor: pointer;
    padding:5px;
    margin: 3px;
    background-image: none !important;
    background-color: #ab6a29;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}

.input-btn:hover, .input-btn:focus {
    color: #edebda;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
}
.cart-btn {
    width: 100%;
    font-size: 1.6rem;
    border: 0px groove #7c93ba !important;
    /* cursor:not-allowed !important; */
    padding: 5px 10px !important;
    background-color: #ab6a29;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}

.cart-btn:hover, .cart-btn:focus {
    color: #edebda;
    -webkit-box-shadow: rgba(78, 75, 75, 0.25) 0 2px 6px;
    -moz-box-shadow: rgba(78, 75, 75, 0.25) 0 2px 6px;
    box-shadow: rgba(78, 75, 75, 0.25) 0 2px 6px;
}
.allow-btn {
    cursor:pointer !important;
    width: 100%;
}
.cvv-help{
    font-size: 1.2rem;
    color: #75787B;
    padding-left: 0.8rem;
}
.btn-shadow {
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px !important;
}

.contact-form textarea {
    padding: 5px;
    /* margin: 8px; */
    border: 1px solid #E5E5E5;
    /* width: 380px !important; */
    min-height: 206px;
    font-size: large;
    /* box-shadow: -1px -1px 1px 1px #CCC; */
}

label.error {
    /* padding-left: 200px;; */
    color:#ba1717bd;
    font-weight: bold;
}

.form-bck {
    background-color: #f2f2f2;
    z-index: 20;
    padding: 1.25rem;
    margin: 0 auto 20px;
    border: 1px solid #6c757d7d;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
    border-radius: 8px;
    width: 92vw;
}

.our-proud {
    /* background-color: #f2f2f2; */
    z-index: 20;
    padding: 1.25rem;
    border: 1px solid #6c757d7d;
    box-shadow: -1px 8px 30px 0 rgba(0,0,0,0.5);
    border-radius: 0 0 8px 8px;
    margin: 0 0 40px;
}
.our-proud iframe {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.our-proud h1 {
    margin: 20px auto;
    font-size: 18px;
}
.contact-map, .contact-info {
    display: none;
}

.morph-dropdown-wrapper .links {
    display: block
}

.top-span img:focus,
.top-span img:hover {
    opacity: 1;
    transition: none

}
.services-standfirst {
    font-size: 1.8em;
    margin-top: 1em;
    padding-bottom: .3em
}
.no-padding {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -40px;
}

/* Phone view */
footer {
    background: #ab6a29;
    box-shadow: 0px 0px 0px 2px #000;
    position: absolute;
    width: 100%;
    height: 260px;
    margin-top: 10px;
    bottom: 0;
}
/* .to-top-arrow {
    display: none;
} */
.col-ft-right {
    /* padding: 0; */
    width: 50%;
}
.col-ft-center {
    width: 50%;
}
.col-ft-left {
    display: none;
}
.hr-up {
    background: #f2f2f2;
    width: 100%;
    margin: 0;
}
.hr-down {
    background: #ffffff;
    padding-bottom: 2px;
    /* margin-top: -10px; */
    margin: 0;
}
.knd-menu-dropdown .links-list a {
    color:#484848;
    font-size: 2rem;
}
.our-history, .our-partner {
    width: 100%;
    height: 45px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: local;
    color: #000;
    font-size: 32px;
    background-image: url("../../img/design/bck_wood_color_wide.jpg");
    border-radius: 10px 10px 0 0;
    box-shadow: 4px 1px 15px 0px #a1a5aa;
}
.our-partner {
    margin-top:40px
}

.our-history-all, .all-vendors {
    padding: 14px 8px;
    z-index: 20;
    box-shadow: 3px 3px 15px 0px #a1a5aa;
    margin: 0 0 40px;
}

.our-history-all img {
    width: 100%;
}

.our-history-text {
    font-size: 18px;
}
.vendor-logos {
    align-items: center;
}
.vendor-logos img{
    width: 100px;
}
.ven-row {
    width: 33%;
    padding-left: 10px;
}
.ven-row:hover {
    opacity: .6;
    transition: all 0.2s
}
.welcome-theme {
    font-family: 'Dancing Script', cursive;
    margin: 20px auto 40px;
    text-align: center;
    font-weight: 600;
    font-size: 2.8rem;
    animation: fadeInUp;
    animation-duration: 2s;
}

.welcome-theme.show {
    visibility: visible;
    animation: fadeInUp;
    animation-duration: 2s;
}
#slideshow, .watermark {
    display: none;
}
.page-title {
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.page-single-title {
    color: #75787B;
    text-transform: uppercase;
}

.page-single-title {
    color: #75787B;
    text-transform: uppercase;
}
.page-single-title h1 {
    margin: 20px 0 !important;
    font-size: xx-large;
    height: 10px;
    color: #ab6b2ac4;
}

.page-title h1 {
    /* margin: 40px; */
    text-align: center;
    color: #ab6a29;
    font-size: 20px;
    /* font-weight: bold; */
    height: 1px;
}
.page-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    /* background: #9f5d20; */
    background-image: linear-gradient(to right, #ccc, #ab6a29, #ccc);
    margin: 40px auto 0;
}
#xs-image div {
    display: block;
    padding: 0;
    margin: 20px 0;
}
#xs-image div img {
    width: 100%;
}
.xs-contact, .xs-map  {
    position: relative;
    flex: 100%;
    max-width: 100%;
}
/* .xs-map {
    flex: 0 0 40.333333%;
    max-width: 40.333333%;
    position: relative;
    margin: 20px;
} */
.contact-me {
    cursor: pointer;
    color: #ab6a29;
    font-size: 24px;
}
.like-me, .ask-me {
    cursor: pointer;
    color: #ab6a29;
}
.contact-us {
    cursor: pointer;
}
.ask-me i {
    color: #ab6a29 !important
}
.product-image {
    width: 100%;
}
.productItem {
    text-align: center;
}
.price-text {
    margin-top: 100px;
}

.productItem .product-wrap {
    max-width: 235px;
    /* min-height: 300px; */
    margin: 0 0 20px 5.7rem;
    float: left;
}
.veneer-wrap {
    margin-bottom: 20px !important;
    min-height: unset !important;
}

.productItem .product-name {
    padding-bottom: 0;
    color: #9f5d20;
    font-weight: 900;
}
.cab-watermark {
    display: none;
}
.social-media-icon-ft-xs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin: 1rem 0 0 1rem;
}
.social-media-icon-ft-xs img {
    height:25px;
    padding-right:1.25rem;
}
.social-media-icon-ft {
    display: none;
}
.show-section {
    display: block;
}
.hide-product, .hide-all-produts, .hide-user, .hide-prod-id, .hide-section {
    display:none;
}
.show-single-cabinet {
    display: flex;
    background-color: #ffffff;
    z-index: 20;
    padding: 1.25rem;
    margin: 40px 0 0;
    flex-direction: column;
}
.single-cabinet-img, .single-hard-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
}
.single-cabinet-img img {
    vertical-align: middle;
    border-style: none;
    width: 180px;
}
.single-hard-img img {
    vertical-align: middle;
    border-style: none;
    width: 80vw;
}
.hard-bottom {
    border-top: none!important;
    margin: 0!important;
    width: 80vw!important;
}
.siding {
    width: 320px;
}
.prod-single-bottom {
    display: flex!important;
    flex-direction: row;
    justify-content: space-around;
    border: solid 1px #9f5d20;
    padding: 10px 0;
    font-size: 1.55rem;
    width: 180px;
}
.sheet-bottom {
    width: 100%;
    margin-bottom: 10px;
}
.moulding-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.leyend {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
}
.cart-bottom {
    width: 60%;
    margin: 10px 0;
}
.modal-footer {
    justify-content: center;
    border-top: none;
}
.modal-title {
    font-size: 2rem;
}
.single-cab-desc {
    width: 100%;
}
.prod-single-details {
    color: #75787B;
    font-size: 16px;
}
.prod-single-details hr, .finishes-images hr{
    margin: 4px 0
}
.prod-single-details .dollars, .prod-details .dollars {
    color:#ab6b2ac4;
    font-size: 2.4rem;
    vertical-align: top;
    font-weight: 900;
}
.prod-single-details .cents, .prod-details .cents {
    color:#ab6b2ac4;
    font-size: 1.4rem;
    font-weight: 900
}
.single-header {
    display: flex;
    flex-direction: column;
}
.cab-single-title {
    color: #ab6b2ac4;
    text-transform: capitalize;
}
.cab-single-title h1 {
    display: flex;
    align-items: flex-start;
    margin: 1rem auto 2.5rem;
    font-weight: 100;
    font-size: 1.8rem;
}
.go-back {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #75787B;
    font-size: 1.57rem;
    cursor: pointer;
    margin: 1rem 0;
    position: absolute;
    top: 130px;
}
.go-back span {
    display: flex;
    text-transform: capitalize;
    color: #ab6b2a;
}
.show-in-mobile {
    display:inherit;
}
.show-in-pc {
    display:none;
}
.go-back .fa {
    font-size: 2.2rem;
    padding-right: 10px;
}
.cab-gallery {
    margin: 20px 0 0;
}
.cab-gallery img {
    width: 100%;
    margin: 5px 0 20px;
}
.hardware {
    width: 300px;
    border: solid 1px #9f5d20;
    border-bottom: none;
    padding: 0px !important;
}
.hard-gallery {
    margin-top: 20px;
}
.hard-gallery-img {
    display: flex;
    flex-direction: column;
    /* margin-left: 30px; */
}
.veneer-watermark {
    display: none;
}
.hard-gallery img {
    width: 100%;
    height: 245px;
    margin: 5px 0 20px;
}
.img-square {
    border: solid 1px #d6d7da;
    padding: 10px;
}
.row-up {
    flex-direction: column;
    margin-top: 5px;
}
.alert-title {
    font-size: medium;
    color: #9f5d20;
}
.gallery-title {
    display: flex;
    color: #ab6a29;
    margin: 0 0 10px;
    font-size: 1.8rem;
}
.fav-counter {
    position: absolute;
    margin: -1rem 0 0 -1.3rem;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.favs-xs {
    display: block;
}
.favs-xs img {
    height: 25px;
    margin-top: 8px;
}
.fav-counter-xs {
    position: absolute;
    margin:0 -1rem 0 0.1rem;
    font-size: 15px;
    font-weight: bold;
    color:#18191a;
}
.all-products, .all-aku-products {
    overflow:auto;
}
.product-index {
    width: 100%;
    float: right;
    position: relative;
}
.product-aku-index {
    width: 100%;
    float: right;
    position: relative;
}
.show-product {
    display:inline;
}
.hide-product, .hide-all-produts, .hide-user, .hide-prod-id {
    display:none;
}
.product-filter-toggle {
    background: #f2f2f2;
    border-bottom: solid 1px #d6d7da;
    font-size: 1.5rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 15px 50px 15px 15px;
    position: relative;
}
.product-filter-reset {
    font-size: 1.5rem;
    padding: 5px 10px;
    border-top: solid 1px #9f5d20;
    border-bottom: solid 1px #9f5d20;
    cursor: pointer;
    margin: 1.25rem 0;
}
.product-filter-reset .fa {
    margin-left: 10px;
    font-size: 1.7rem;
}

.product-filter-reset :hover {
    opacity: .8;
    transition: all 0.2s
}
.filter-section {
    font-size: 1.9rem;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-weight: 700;
}
.product-filter-block {
    display: block;
    width: 100%;
    border: solid 1px #d6d7da;
    margin: 25px 0;
}
.sheet-section {
    margin-top: 1.25rem;
}
.filter-list {
    padding: 15px;
    margin: 0;
    list-style: none;
}
.product-filter-block .filter-size, .filter-thickness {
    position: relative;
    margin-bottom: 0;
}
.product-filter-block .filter-size input, .filter-thickness input {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 5px;
}
.product-filter-block .filter-size label, .filter-thickness label {
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    font-size: 1.7rem;
}
.product-filter-block .filter-size label:before, .filter-thickness label:before {
    display: block;
    border-radius: 0;
    height: 23px;
    width: 23px;
    position: relative;
    position: absolute;
    left: 0;
    top: 50%;
}
.productItem .prod-details {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    width: 230px;
    height: 90px;
    color: #484848;
    letter-spacing: .02em;
    text-align: left;
    border: solid 1px #d6d7da;
    padding: 1rem 1rem 0;
}
.productItem .prod-details h4 {
    font-size: 1.8rem;
    text-transform: capitalize;
}
.close-prod {
    display: flex;
    justify-content: flex-end;
    margin-right: -24px;
    padding: 0 3px;
}
.close-prod .fa {
    color: #ccc;
    cursor: pointer;
    font-size: 25px;
    padding: 0 3px;
}
.fav-close {
    border: solid;
    color: #ccc;
    border-radius: 30px;
}
.title-header {
    margin: 20px 10px !important;
    color: #75787B;
    /* text-transform: uppercase; */
}
.title-empty p {
    color: #75787B;
    text-align: justify;
    font-size: 1.4rem;
    margin-top: 2rem;
}
.title-header p {
    text-align: justify;
    font-size: 1.4rem;
    margin-top: 0;
}
.center {
    text-align: center !important;
}
.siding-wrap {
    max-width: 280px;
    margin: 10px;
    float: left;
}
.product-image-siding, .prod-det-siding {
    width: 12vw !important;
}
.product-image-gallery {
    width: 300px;
    height: 300px;
}
.to-top-arrow {
    position: fixed;
    right: 20px;
    bottom: -10px;
    width: 35px;
    height: 35px;
    /* line-height: 47px; */
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #ab6a29;
    border: 2px solid #000000;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    z-index: 105;
}
.to-top-arrow.show {
    bottom: 290px;
    -webkit-transform: translateY(-1.25rem);
    -moz-transform: translateY(-1.25rem);
    -ms-transform: translateY(-1.25rem);
    -o-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.to-top-arrow img {
    height: 20px;
    margin-top: -5px;
}

.spam-top-arrow {
    color: #000000;
    font-size: smaller;
}

.to-top-arrow img:hover{
    opacity: .5;
    transition: all 0.2s
}
.hide-me {
    visibility: hidden;
}
.show-all, .show-me {
    visibility: visible;
}
.player-holder {
    height:150px;
    max-width:650px;
    text-align: center;
 }
.player-thumb {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
 }
.people {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
 }
.view-header {
    border: 1px solid #666;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
    top: 30px;
    margin: auto;
    padding: 10px !important;
    width: 90vw;
    min-height: 0;
    border-radius: 8px;
    justify-content: center;
    background-color: #f8f8f8;
    align-items: center;
}
.page-admin-title {
    margin: 80px 0 0 0 !important;
    color: #9f5d20;
    /* text-transform: uppercase; */
    justify-content: center;
}
.page-admin-title h1 {
    margin: 40px;
    text-align: center;
    font-size: xx-large;
    height: 10px;
}
.page-admin-title:after {
    content: '';
    display: block;
    width: 80vw;
    height: 2px;
    background-image: linear-gradient(to right, #ccc, #ab6a29, #ccc);
    margin: 25px auto 0;
}
.form-div-title {
    display: flex;
    flex-direction: column;
    color: #75787B;
    flex-wrap: wrap;
    padding: 10px 0px 0px;
    font-size: 12px;
    align-items: left;
    /* justify-content: space-around; */
    flex-basis: auto;
}
.form-prod-numb {
    margin:auto;
    font-weight: bold;
    margin-top: -10px;
}
.form-txt-title {
    font-size: 18px;
}
.form-txt-update {
    font-size: 18px;
}
.modal-spanlen {
    /* width: 160px; */
    font-size: 16px;
    /* padding: 2px 20px 2px; */
    text-align: right;
}
.modal-frm-input {
    font-size: 15px;
    border: 1px solid #CFD8DC !important;
    background-color: #fff !important;
}
.modal-button {
    border: 0px groove #7c93ba !important;
    width: 130px;
    cursor: pointer;
    padding:5px;
    margin: 3px;
    background-color: #98A1A9;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}
.modal-button:hover, .modal-button:focus, .dt-button:hover, .dt-button:focus {
    color: #edebda;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
}
.modal-submit-btn {
    background-image: none !important;
    background-color: #ab6a29;
    font-weight: 700;
    /* margin-left: 15px; */
}
.large-btn {
    width: 150px !important;
}
.modal-div-row{
    margin:5px 0px 5px 0px !important;
    background-color:#f8f8f8;
    width: 80vw;
}
.input-group-div {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
    width: 45%;
}
.modal-frm-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.hr-quote {
    margin: 0 15px;
    /* width: 500px; */
}
.admin-welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;
    flex-direction: column;
    padding: 10px;
    font-size: 15px;
    color: #eee;
    background-color: #ab6a29e0;
    border-radius: 10px 10px 10px 10px;
}
.admin-welcome.show {
    visibility: visible;
    animation: fadeInUp;
    animation-duration: 2s;
}
.admin-container {
    margin: 20px;
}

/* Login */
    .login-form {
        width: 100%;
    }
    .login-frm {
        margin-top: 10vh;
        margin-bottom: 40px;
    }
    .login-div-row {
        display: flex !important;
    }
    .login-form span {
        margin-top: 9px;
        width: 100px;
        text-align: left;
        font-weight: 600;
    }
    .login-form input {
        padding: 5px;
        margin: 4px;
        border: 1px solid #E5E5E5;
        font-size: 1.7rem;
        box-shadow: -1px -1px 1px 1px #CCC;
        width: 50%;
    }
    .login-form table {
        margin: auto;
    }
.login-title {
    color: #ab6b2ac4;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
}
.login-title h1 {
    margin: auto;
    padding: 0;
}
.div-animation-fadeInUp {
    animation: fadeInUp;
    animation-duration: 2s;
}

.div-animation-zoomIn {
    animation: zoomIn;
    animation-duration: 2s;
}

.div-animation-bounceInUp {
    animation: bounceInUp;
    animation-duration: s;
}
.sml-sht-img {
    width: 230px !important;
    height: 200px;
}
.zoom-box{
    position: relative;
}
.zoom-box img{
    vertical-align: bottom;
}
.zoom-box .zoom-selector {
    position: absolute;
    background-image: url("../../img/tools/selector.png");
    background-repeat: repeat;
    display: none;
    cursor: crosshair;
}
.zoom-box .viewer-box {
    margin-left: 20px;
    border-radius: 5px;
    box-shadow:  1px 4px 9px 0px rgb(0 0 0 / 31%);
    background-color: #ccc0;
    position: absolute;
    border: 1px solid #e1e1e1;
    display: none;
    overflow: hidden;
}
.zoom-box .viewer-box>img {
    position: absolute;
    left: 0;
    top: 0;
}
.finishes-images {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    /* margin-top: 20px; */
}
ul.finishes-images li {
    /* display: none; */
    float: left;
    margin-right: 10px;
    text-align: center;
    min-height: 100px;
    width: 25vw;
    font-size: 1.5rem;
}
.hide-filter {
    margin-top: 1.25rem;
    display:none;
}
.hide-thickness{
    margin-top: -10px;
    display:none;
}

/* Carousel */
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-stage-outer {
    padding-top: 1.5em;
    position: relative;
}
    .owl-carousel .owl-item {
      opacity: 1;
    }
.owl-carousel .owl-item.active {
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
}
.square-color {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 11vw;
    height: 11vw;
    margin: 0 1px 1px;
}
.square-color:hover {
    transition: 0.5s;
    transform: scale(2);
    border-radius: 8px;
}
.square-color-name {
    font-size: 20px;
    color: #ab6b2ac4;
}
.color-row {
    margin-right: 0;
    margin-left: 0;
    /* flex-wrap: nowrap; */
}
.color-row .col-md-4 {
    margin-bottom: 20px;
}

@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
    color: #ab6a29;
}
.owl-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 20px;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #ab6a29;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.testimony-wrap {
    display: block;
    position: relative;
    padding: 30px 20px;
}
.testimony-wrap .user-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    border: 4px solid #fff;
}
.testimony-wrap .text {
    position: relative;
}
.testimony-wrap .quote {
    position: absolute;
    top: -65px;
    opacity: 1;
}
.testimony-wrap .quote i {
    font-size: 40px;
    color: #d29e5e;
}
.testimony-wrap .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.testimony-wrap .position {
    font-size: 13px;
    color: #ab6a29;
}
.add-cart-box {
    display: flex;
    flex-direction:column ;
    padding: 15px 0;
}
.add-cart-box .cart-details {
    padding-bottom: 20px;
    flex-wrap: nowrap;
}
.prod-cart-list li {
    padding-bottom: 1rem;
}
.color-selected {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    background-image: url(/img/no-color.jpg);
    background-size: cover;
    margin: 2px 10px;
    cursor: pointer;
}
.select-color {
    cursor: pointer;
}
.color-selection {
    align-items: center;
}
/* .qty-selection {
    margin: 0 0 0 -100px;
} */
.cart-right-panel {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 0 0 30px;
}
.total-mobil {
    /* position: fixed; */
    z-index: 99;
    background-color: #fff;
}
.add-static {
    position: fixed;
    top: 0px;
    padding: 0px;
    width: 95%;
    left: 10px;
    right: 15px;
}
.cart-actions {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 21%);
    padding: 0 15px;
    width: 100%;
}
.cart-actions h1 {
    margin: 10px 0 !important;
    font-size: 1.8rem;
    color: #ab6a29;
    text-align: left;
}
.cart-actions h2 {
    color: #75787B;
    font-size: 1.8rem;
}
/*
 .cart-actions h2:nth-child(2) {
    padding-left: 3rem;
}
*/

.cart-all-items {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.still-box {
    position: relative;
    top: 70px;
    /* width: 13vw; */
}
.free-box {
    position: relative;
    top: unset;
}
.order-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shopping-cart {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 21%);
    margin: 0 0 3rem;
    height: 100%;
}
.cart-qty {
    display: flex;
    width: 100px;
}
.cart-rows {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1.5rem 0;
}
.cart-rows img {
    margin-left: -20px;
    width: 20vw;
}
.new-items-details {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
}
.new-items-details h1 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 2rem;
    color: #ab6a29;
    text-align: left;
}
.cart-items-details {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    /* padding-left: 2rem; */
}
.cart-items-details h1 {
    margin: 20px 0;
    font-size: 1.8rem;
    color: #ab6a29;
    text-align: left;
}
.cart-items-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-row-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
}
.cart-row-sub .subtotal, .order-items .total {
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
}
.per-item {
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
}
.separator {
    margin: 0 1.5rem -0.5rem;
}
.favs-item {
    font-size: 1.3rem;
}
.favs-item:hover, .remove-item:hover {
    cursor: pointer;
}
.view-modal-colors {
    top: 100px;
    padding: 2px !important;
    width: 98vw;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
    border-radius: 8px;
}
.a-popover-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D5D9D9;
    background-color: #F0F2F2;
    border-radius: 8px 8px 0 0;
    padding: 0 24px;
}
.a-popover-header-content {
    font-family: 'Lato';
    color: #ab6b2ac4;
    padding: 10px 0;
    font-size: 2rem;
}
.a-popover-inner {
    background-color: #fff;
    text-align: left;
    overflow-x: hidden;
}.a-popover-inner {
    background-color: #fff;
    text-align: center;
    overflow-x: hidden;
}
.tab-content {
    margin: 15px 15px 10px;
}
.nav-tabs {
    margin: 15px 15px 0;
}
.nav-link {
    font-family: 'Lato';
    font-size: 16px;
    color: #75787B !important;
}
.add-color {
    border-radius: 40px;
    border: #fff 1px solid;
    width: 20px;
    height: 20px;
}
.checkout-left-panel {
    height: 100%;
}
.form-select {
    font-size: 1.5rem;
    color: #75787B;
}
/* .pickup {
    margin-bottom: 1.5rem;
} */
.section-header, .pickup-question {
    margin: 1rem 1.5rem;
}
.section-header span {
    font-size: 2rem;
    color:#ab6a29;
    /* margin:0 */
}
.pickup-question span {
    font-size: 1.7rem;
    color: #75787B;
}
.cust-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 15px;
}
.cust-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}
.cust-name .select2-container .select2-selection--single, .cust-info .select2-container .select2-selection--single  {
    height: 40px !important;
}
.cust-name .select2-selection--single .select2-selection__rendered, .cust-info .select2-selection--single .select2-selection__rendered {
    font-size: 1.5rem;
    color: #75787B;
    line-height: 38px;
    padding-left: 2rem;
}
.cust-name .select2-selection__arrow b, .cust-info .select2-selection__arrow b {
    top: 70% !important;
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
#payment-form {
    margin: 15px 15px -20px !important;
}
.billing-header {
    margin: 10px 15px 10px;
    color: #75787B;
    font-size: 1.5rem;
}
.sq-card-message {
    font-family: 'Lato',sans-serif !important;
    margin: 10px 0 !important;
    font-size: 1.2rem !important;
    /* text-align: center; */
}
.sq-card-wrapper .sq-card-message.sq-visible::before {
    display: none;
}
.payment-type-header {
    padding: .25rem 1rem;
    border: 1px solid #959499;
    border-radius: 0.3125rem;
    margin: 1.5rem;
    color: #75787B;
}
.payment-type-header .title {
    font-size: 1.5rem;
    margin-left: 40px;
}
.payment-type-header .subtitle {
    font-size: 1.2rem;
    margin-left: 40px;
}
.payment-type-radio {
    margin-right: 1rem;
    width: 40px;
}
.payment-type-label {
    position: static;
}
.custom-control-input:checked~.custom-control-label::before {
    /* color: #fff; */
    border-color: #ab6a29;
}

.custom-control-input:checked~.custom-control-label.green::before {
    background-color: #ab6a29;
    top: 30%;
    width: 20px;
    height: 20px;
    margin: 0 30px;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::before {
    width: 20px;
    height: 20px;
    margin: 0 .8rem;
    border: 1px solid #959499;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ab6a29!important;
}
.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ab6a29
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #C8FFC8;
}
.check-label {
    margin-left: 2.5rem;
}
.same-billing {
    /* display: flex; */
    font-size: 1.6rem;
    color: #75787B;
    margin: 1rem .7rem;
}
.same-billing input {
    width: 40px;
}
.input-container {
    margin: 1rem 0;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    height: 60px;
}
.label-top {
    position: absolute;
    top: 0;
    left: 3rem;
    transform: translateY(-50%);
    color:#75787B;
    background-color: #fff;
    padding: 0 0.8rem;
    font-size: 1.3rem;
}
.cust-info .label-top {
    left: 1.3rem !important;
}
.pickup-input {
    border: 1px solid #959499;
    border-radius: 3px;
    height: 4rem;
    width: 100%;
    padding: .5rem 2rem;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #75787B;
}
.custom-iframe-container {
    border: none !important;
}
.pickup-info {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
}
.pickup-edit-button {
    color: #75787B;
    font-weight: bold;
    cursor: pointer;
}
.pickup-info-name {
    font-size: 1.5rem;
    color: #75787B;
}
.checkout-left-panel label.error {
    padding: 1rem 0;
    color: #ba1717bd;
    font-weight: bold;
    font-size: 1.2rem;
}
.close-color-modal {
    color: #ab6b2ac4;
    border: 2px solid;
    cursor: pointer;
    border-radius: 8px;
}
.close-color-modal .fa {
    font-size: 18px;
    padding: 0 5px;
}
.modal-cart {
    max-width: 50vw;
}
.counter {
    font-size: 2.2rem;
    padding: 0 0.5rem;
    height: 100%;
    text-align: center;
}
.cart-counter {
    font-size: 1.5rem;
}
.btn-box {
    display: flex;
    justify-content: space-around;
    padding: 0 !important;
}
.cart-favs {
    display: flex;
    width: 80px;
    justify-content: space-around;
    margin-right: 80px;
}
.top-bar {
    display: flex;
    justify-content: space-between;
}
.hardw-det {
    border-top: none;
    width: 100% !important;
}
td.details-control {
    cursor: pointer;
    font-size: 28px;
    display: flex;
    justify-content: center;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
td.details-control::before {
    content: "\F4FD";
}

tr.shown td.details-control::before {
    animation: animate-img-opacity 3.5s ease-in-out 0s;
    content: "\F2E9";
}
.tab-pane {
    min-height: 162px;
}
.slab-img-conatainer {
    display: flex;
    justify-content: space-between;
    /* height: 150px; */
    /* margin: 0 30px; */
    margin: 0 15px;
}
.slab-img-conatainer img {
    display: none;
    position: relative;
    top: -20px;
    height: 120px;
    width: 70px;
    padding: 10px 5px 5px;
}
.slab-size {
    height: 120px;
    width: 80px;
    border: 2px solid #ccc;
    border-right: none;
    border-bottom: none;
    margin-right: 4px;
}
.slab-swing, .slab-style, .slab-bore {
    height: 130px;
    width: 80px;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    margin: 0 2px;
}
.slab-swing span, .slab-style span, .slab-bore span {
    position: relative;
    top: -15px;
    background-color: #f8f8f8;
    color: #888383;
    padding: 0 ;
}
.slab-height {
    top: 15px;
    left: -15px;
    position: relative;
    writing-mode: vertical-rl;
    background-color: #f8f8f8;
    color: #9a9494;
    padding: 5px;
}
.slab-width {
    position: relative;
    top: -15px;
    left: 10px;
    background-color: #f8f8f8;
    color: #888383;
    padding: 0 5px;
    width: 40px;
}
.size-title {
    position: relative;
    top: -100px;
    left: 50px;
    color: #888383;
    width: 40px;
}
.hr--btm-quote {
    margin: 0 15px 10px;
}
.swal-modal {
    top: 100px;
    position: relative;
}
.swal-title {
    color: #ab6a29;
    font-size: 30px;
    font-weight: 100;
}
.swal-text {
    font-size: 20px;
}
.jamb-custom {
    display: none;
    width: 100px;
    height: 28px;
    margin: 0 0 0 5px;
}
.ext-door-form {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
/* cPanel */
.dt-button {
    background-color: #ab6a29;
    /* font-weight: 700; */
    font-size: 18px;
    margin: 0 5px 15px 0;
    border: 0px groove #ab6a29;
    /* padding: 5px 10px; */
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}
.bi {
    /* border: 1px solid black; */
    margin: 5px;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 26px;
}
.bi span{
    font-size: 14px;
    padding-left: 5px;

}
/* #Datatables */
table.table-bordered.dataTable {
    border-bottom: 1px solid #ccc !important;
}
.dataTables_wrapper .dataTables_paginate {
    /* margin-top: 2px !important; */
}
.paginate_button {
    padding: 2px !important;
    margin-left: -3px !important;;
}
/* td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
} */
/* tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
} */
.form-inline {
    display: block;
}
.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.dataTables_wrapper .dataTables_filter {
    padding-right: 1rem;
}
.dataTables_wrapper .dataTables_info {
    font-size: 16px;
    color: #9f5d20 !important;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0 !important;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_length {
    font-size: 18px;
    margin-top: 10px;
}
div.dataTables_length select {
    font-size: 16px;
    margin: 0 10px;
}
div.dataTables_filter label{
    font-size: 18px;
}
.dataTables_wrapper .dataTables_filter input {
    font-size: 1.8rem;
    margin: 0 10px;
}
li.paginate_button > a {
    color: #9f5d20;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ccc !important;
}

.mjc-modal {
    margin-top: 25vh;
    transition: all .5s;
    padding-right: 19px;
    padding: 4px;
    -moz-box-shadow: inset -1px -1px 2px #CCC;
    -webkit-box-shadow: -1px -1px 2px #CCC;
    box-shadow: 0px 0px 3px 0px #CCC;
    border-radius: 10px;
    /* width: 700px; */
    align-items: center;
    color: #252323bd;
}
.mjc-modal h1 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin: 5px;
}
.mjc-modal h2 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}
.modal-open {
    padding-right: 0px !important;
}
.ext-door-button {
    margin: 12px 10px
}
.int-door-button {
    margin: 10px;
    width: 80vw;
}
label.error {
    padding-left: 162px;
    color:#ba1717bd;
    font-weight: bold;
}
.quotes-span label.error{
    margin-top: -30px;
    z-index: 100;
    /* margin-left: 8px; */
}

@media only screen and (min-width: 1000px) {
    .all-content {
        position: relative;
        min-height: 100vh;
    }
    ul.finishes-images li {
        width: 120px;
    }
    /* .pickup-rows {
        flex-direction: row;
    } */
    .cart-right-panel {
        padding: 0 10px;
    }
    .shopping-cart {
        margin: 0 1rem 3rem;
    }
    .cust-name {
        flex-wrap: nowrap;
    }
    .total-mobil {
        position: static;
        top:unset
    }
    .cart-actions {
        position: relative;
    }
    .cart-actions h1 {
        margin: 1.5rem 0 !important;
        font-size: 2rem;
    }
    .cart-actions h2 {
        font-size: 1.5rem;
    }
    .cart-items-details {
        font-size: 1.5rem;
        padding-left: 2rem;
    }
    .cart-items-details h1 {
        font-size: 1.5rem;
    }
    .cart-row-sub {
        margin: 0;
        flex-direction: column;
        width: 15%;
    }
    /* .color-selection {
        margin: 0;
    } */
    .cart-favs {
        margin-right: 0;
    }
    .cart-all-items {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-right: 15px;
    }
    .cart-rows img {
        margin-top: 0;
        width: 6vw;
    }
    .page-wrapper {
        min-height:0
    }
    .favs-xs {
        display: none;
    }
    #slideshow, .watermark {
        display: block;
    }
    #xs-image {
        display: none;
    }
    .xs-contact {
        flex: 0 0 50.333333%;
        max-width: 50.333333%;
        position: relative;
        margin: 20px;
    }
    .xs-map {
        flex: 0 0 40.333333%;
        max-width: 40.333333%;
        position: relative;
        margin: 20px;
    }
    .view-header {
        width: 600px;
        min-height: 230px;
    }
    footer {
        background: #ab6a29;
        box-shadow: 0px 0px 0px 2px #000;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 260px;
    }
    .to-top-arrow {
        display: block;
    }
    .col-ft-left {
        display: block;
    }
    .site-icon-ft img {
        max-width: 200px;
        padding-top: 1.25rem;
    }
    .btn-box {
        justify-content: end;
    }
    .new-items-details {
        font-size: 2rem;
    }
    .new-items-details h1 {
        font-size: 2.5rem;
    }
    .knd-menu-dropdown .gallery .content li {
        margin-bottom: 1.4em
    }
    .social-media-icon-ft-xs {
        display: none;
    }
    .square-color {
        width: 2vw;
        height: 2vw;
    }
    .tab-content {
        margin: 30px 0 30px 30px;
    }
    .view-modal-colors {
        width: 100%;
    }
    .color-row .col-md-4 {
        margin-bottom: 30px;
    }
    .cart-btn {
        padding: 0 10px !important;
    }
    .add-cart-box {
        padding: 0 15px;
    }
    .social-media-icon-ft {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-basis: auto;
        margin-top: 5px;
    }

    .social-media-icon-ft img {
        height:25px;
        padding-right:1.25rem;
    }

    .social-media-icon img:focus,
    .social-media-icon .fa:hover,
    .social-media-icon .fa:focus,
    .social-media-icon img:hover,
    .social-media-icon-ft img:focus,
    .social-media-icon-ft img:hover {
        opacity: .5;
        transition: all 0.2s
    }


    #mjc-search-submit {
        display: inline-block;
        background: url(../../img/icons/search_ideogram.svg) no-repeat;
        height: 25px;
        width: 30px;
        position: relative;
        vertical-align: middle;
        border: none;
        margin-left: -4px;
        outline: none;
    }
    #mjc-search-submit:hover {
        opacity: .5;
        transition: all 0.2s
    }
    .mjc-search {
        width: 0;
        border: none;
        transition: all .5s;
        /* padding: 4px; */
        font-size: 14px;
        background: transparent;
    }
    .mjc-search-expand {
        margin-right: 1.25rem;
        font-size: 1.9rem;
        width: 200px;
        transition: all .5s;
        padding-left: 10px;
        /* padding: 4px; */
        background: #fff;
        -moz-box-shadow: inset -1px -1px 2px #CCC;
        -webkit-box-shadow: -1px -1px 2px #CCC;
        box-shadow: -1px -1px 1px 1px #CCC;
        border-radius: 5px;
    }
    .top-span {
        padding-right: 1.25rem;
        padding-top: 2px;
        color: #000000;
        font-weight: bold;
        font-size: large;
        cursor: default;
    }
    .to-top-arrow {
        position: fixed;
        right: 70px;
        bottom: -10px;
        width: 50px;
        height: 50px;
        line-height: 47px;
        cursor: pointer;
        font-size: 25px;
        text-align: center;
        color: #fff;
        background: #ab6a29;
        border: 2px solid #000000;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all .7s;
        -moz-transition: all .7s;
        -ms-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        z-index: 105;
    }
    .to-top-arrow.show {
        bottom: 70px;
        -webkit-transform: translateY(-1.25rem);
        -moz-transform: translateY(-1.25rem);
        -ms-transform: translateY(-1.25rem);
        -o-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .to-top-arrow img {
        height: 30px;
    }
    .spam-top-arrow {
        color: #000000;
        font-size: smaller;
    }
    .to-top-arrow img:hover{
        opacity: .5;
        transition: all 0.2s
    }
    .div-animation-left {
        animation: fadeInBottomLeft;
        animation-duration: 0.5s;
    }
    .div-animation-right {
        animation: fadeInBottomRight;
        animation-duration: 0.5s;
    }

    .div-animation-fadeInUp {
        animation: fadeInUp;
        animation-duration: 2s;
    }
    .div-animation-zoomIn {
        animation: zoomIn;
        animation-duration: 2s;
    }
    .div-animation-bounceInUp {
        animation: bounceInUp;
        animation-duration: s;
    }
    .our-proud iframe {
        width: 1110px;
        height: 670px;
    }
    .about {
        font-size: larger;
        margin-top: -20px;
    }
    .about iframe {
        width: 100%;
        height: 670px;
        margin: 20px 0;
    }
    .about h1 {
        margin: 20px 0 20px;
        text-align: left;
    }
    .player-holder {
        height:150px;
        max-width:650px;
        text-align: center;
     }
    .player-thumb {
        width: 150px;
        height: 150px;
        display: inline-block;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
     }
    .people {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
     }
    .our-proud h1 {
        width: 100%;
        font-size: 25px;
        font-weight: 700;
    }
    .welcome-banner {
        margin: 1em auto 0.2em auto;
        text-align: center;
        font-weight: 100;
        font-size: xx-large;
    }
    .welcome-theme {
        font-family: 'Dancing Script', cursive;
        margin: 15px auto 50px auto;
        text-align: center;
        font-weight: 100;
        font-size: 48px;
        animation: fadeInUp;
        animation-duration: 2s;
    }
    .welcome-theme.show {
        visibility: visible;
        animation: fadeInUp;
        animation-duration: 2s;
    }
    .our-history, .our-partner {
        width: 100%;
        height: 45px;
        position: relative;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: local;
        color: #000;
        font-size: 32px;
        background-image: url("../../img/design/bck_wood_color_wide.jpg");
        border-radius: 10px 10px 0 0;
        box-shadow: 4px 1px 15px 0px #a1a5aa;
    }
    .our-partner {
        margin-top:40px
    }
    .our-history-all, .all-vendors {
        padding: 40px;
        z-index: 20;
        margin: 0 0 40px;
        box-shadow: -1px 8px 30px 0 rgba(0,0,0,0.5);
        border-radius: 0 0 8px 8px;
    }
    .our-history-img {
        padding-left: 40px;
    }
    .our-history-img img {
        width: 80%;
        height: 90%;
        box-shadow: #32302f 0px 1px 6px 1px;
    }
    .our-history-text {
        font-size: larger;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .vendor-logos {
        align-items: center;
    }
    .vendor-logos img{
        width: 280px;
        height: 180px;
    }
    .morph-dropdown-wrapper .links {
        display:none
    }

    .site-icon {
        display: block;
        float: left
    }
    .site-icon img {
        content:url("../../img/icons/logo_mjc.png");
        width: 210px;
        height: 170px;
        margin-top: -60px;
        padding: 5px 10px 15px 30px;
        display: inline-block;
    }
    .social-media-icon {
        display: flex !important;
        background-image: url("/../../img/design/bck_wood_color.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        visibility: visible;
        flex-direction: column;
        flex-wrap: wrap;
        padding:5px 1.25rem 10px 0px;
        justify-content:space-around;
        align-content: flex-end;
        flex-basis: auto;
        top:0px;
        height: 60px;
    }
    .social-media-icon img {
        height:25px;
        padding-right: 1.25rem;
    }
    .fav-counter {
        position: absolute;
        margin: -1rem;
        font-size: 1.7rem;
        font-weight: bold;
        color: black;
    }
    .fav-link {
        padding-right: 15px;
        padding-bottom: 5px;
    }
    .favs {
        height:25px;
        padding-right: 2px !important;
        margin-top: -2px;
    }
    .col-ft-right {
        margin-left: 21%;
    }
    .col-ft-center {
        margin-left: 18%;
    }
    .knd-menu-dropdown {
        position: fixed;
        height: 60px;
        left: 0;
        top:60px;
        width: 100%;
        padding: 0;
        text-align: center;
        background-color: #f2f2f2;
        background-image:none;
        z-index: 20;
        box-shadow: 1px 1px 15px #a7aeb5;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 105;
    }
    .knd-menu-dropdown.go-up {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .knd-menu-dropdown::before {
        content: 'desktop'
    }
    .knd-menu-dropdown .nav-trigger {
        display: none
    }
    .knd-menu-dropdown .main-nav {
        display: inline-block
    }
    .knd-menu-dropdown .main-nav>ul>li {
        display: inline-block;
        padding: 0 .8em;
    }
    .knd-menu-dropdown .main-nav>ul>li>a {
        display: block;
        padding-top: 8px;
        height: 50px;
        line-height: 50px;
        letter-spacing: .5pt;
        font-size: 2rem;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }
    .knd-menu-dropdown.is-dropdown-visible .main-nav>ul>li>a {
        opacity: .6
    }
    .main-nav>ul>li>a.underline-item:hover,
    .main-nav>ul>li>a.underline-item:focus {
        background: transparent;
        border-bottom: 2px solid #a1683d;
        padding-bottom: 7px;
    }
    .full-width-dropdown :hover,
    .full-width-dropdown :focus  {
        font-size: 1.5rem;
        color: #a1683d !important;
        font-weight: bold !important;
    }
    .knd-menu-dropdown.is-dropdown-visible .main-nav>ul>li.active>a {
        opacity: 1
    }
    .knd-menu-dropdown .morph-dropdown-wrapper {
        display: block;
        top: 58px;
        width: auto;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transform: translateY(1.25rem);
        -ms-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s
    }
    .knd-menu-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .knd-menu-dropdown .dropdown-list {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform,width,height;
        -webkit-transition: visibility .3s;
        transition: visibility .3s;
        box-shadow: 0 10px 1.25rem rgba(0,0,0,.08)
    }
    .knd-menu-dropdown .dropdown-list ul li {
        background: #fff;
        border-radius: 4px;
        z-index: 100
    }
    .no-csstransitions .knd-menu-dropdown .dropdown-list {
        display: none
    }
    .down-arrow {
        font-size: 13px;
        opacity: .5;
        padding-right: 10px
    }
    .knd-menu-dropdown .dropdown-list::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #9f5d20;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .knd-menu-dropdown .dropdown-list>ul {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow: hidden
    }
    .knd-menu-dropdown.is-dropdown-visible .dropdown-list {
        visibility: visible;
        -webkit-transition: width .3s,height .3s,-webkit-transform .3s;
        transition: width .3s,height .3s,-webkit-transform .3s;
        transition: transform .3s,width .3s,height .3s;
        transition: transform .3s,width .3s,height .3s,-webkit-transform .3s
    }
    .knd-menu-dropdown.is-dropdown-visible .dropdown-list::before {
        opacity: 1
    }
    .knd-menu-dropdown .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        -webkit-transition: opacity .3s,visibility .3s;
        transition: opacity .3s,visibility .3s
    }
    .knd-menu-dropdown .dropdown.active {
        opacity: 1;
        visibility: visible
    }
    .knd-menu-dropdown .dropdown.move-left .content {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    .knd-menu-dropdown .dropdown.move-right .content {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
    .knd-menu-dropdown .label {
        display: none
    }
    .knd-menu-dropdown .content {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        text-align: left
    }
    .knd-menu-dropdown .content>ul>li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-top: 0
    }
    .knd-menu-dropdown .content>ul>li.full-width-dropdown {
        width: 100%;
        background-color: #f2f2f2;
    }
    .knd-menu-dropdown .content>ul>li:nth-of-type(2n) {
        margin-right: 0
    }
    .knd-menu-dropdown .gallery .content {
        background-color: #f2f2f2;
        width: 200px;
        padding-bottom: .8em
    }
    .knd-menu-dropdown .gallery .content li {
        margin-bottom: 0
    }
    .last-submenu {
        height: 44px;
    }
    .knd-menu-dropdown .links .content>ul>li {
        margin-top: 0
    }
    .knd-menu-dropdown .links .content,.knd-menu-dropdown .button .content {
        width: 390px
    }
    .contact-map {
        display: block;
        box-shadow: #9d9393 0 1px 4px 0px;
        margin-bottom: 1.25rem;
    }
    .contact-info {
        display: flex;
        margin-left: -30px;
    }
    .contact-info h2 {
        margin: 5px 0;
        font-size: large;
        font-weight: 600;
    }
    .knd-menu-dropdown .content h2 {
        font-size: 1.8rem;
        text-transform: none;
        font-weight: 400;
        color: #484848;
        margin: 0 0 .6em
    }
    .knd-menu-dropdown .bg-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        background: transparent;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .knd-menu-dropdown.is-dropdown-visible .bg-layer {
        opacity: 1;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,-webkit-transform .3s;
        transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s,-webkit-transform .3s
    }
    .services-standfirst {
        margin-top: -1em;
    }

    .form-div-row {
        display: flex !important;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-basis: auto;
        margin-top: 5px;
    }
    .form-div-row .bootstrap-datetimepicker-widget {
        left: 21.25rem !important;
        background-color: #f2f2f2 !important;
        border-radius: 3px !important;
        -webkit-box-shadow: #9d9393 0 1px 4px 0px !important;
        -moz-box-shadow: #9d9393 0 1px 4px 0px !important;
        box-shadow: #9d9393 0 1px 4px 0px !important;
    }
    div.bootstrap-datetimepicker-widget.dropdown-menu {
        font-size: large !important;
    }
    .form-div-row .timepicker-hour,
    .form-div-row .timepicker-minute {
        font-size: large;
        text-align: center;
    }
    .form-div-row .btn,a.btn,input.btn,.cta a {
        display: contents;
        margin: 1.5em 0 0;
        font-size: large;
        text-align: center;
        color: #212529;
        line-height: 60px;
    }
    .form-div-row .btn-primary {
        color: #212529;
    }
    .contact-form span {
        /* margin-right: 12px; */
        text-align: right;
        font-size: large;
        font-weight: 400;
        /* width: 180px; */
    }
    .input-text {
        background-color: #ffffff;
        width: 380px;
    }

    /* Products */
    .page-path {
        margin: 1.25rem 0 !important;
        justify-content: center;
    }
    .page-title {
        margin: 0 0 40px 0 !important;
        color: #75787B;
        text-transform: capitalize;
        justify-content: center;
    }
    .cart-title {
        margin-bottom: 0 !important;
    }
    .page-single-title {
        color: #75787B;
        text-transform: uppercase;
    }
    .page-single-title {
        color: #75787B;
        text-transform: uppercase;
    }
    .page-single-title h1 {
        margin: 20px 0 !important;
        font-size: xx-large;
        height: 10px;
        color: #ab6b2ac4;
    }
    .page-title h1 {
        margin: 40px;
        text-align: center;
        color: #ab6a29;
        font-size: 3rem;
        height: 10px;
        letter-spacing: .1rem;
    }
    .page-title:after {
        width: 100%;
        margin: 25px auto 15px;
    }
    .page-single-header:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #9f5d20;
        margin: 60px -0 40px;
    }
    .show-single-product {
        min-height: 680px;
        background-color: #ffffff;
        z-index: 20;
        box-shadow: 3px 3px 15px 0px #a1a5aa;
        padding: 1.25rem;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .close-prod {
        display: flex;
        justify-content: flex-end;
        margin-right: -24px;
        padding: 0 3px;
    }
    /* .fav-close {
        border: solid;
        color: #ccc;
        border-radius: 30px;
    } */
    /* .close-prod .fa {
        color: #ccc;
        cursor: pointer;
        font-size: x-large;
        padding: 0 3px;
    } */
    .product-sidebar {
        display: block;
        width: 20%;
        float: left;
    }

    .product-index {
        float: right;
        position: relative;
    }
    .index-siding {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .img-wide {
        width: 80%;
        margin-right: 100px;
    }

    .single-prod-img {
        width: 40%;
        float: left;
    }
    .sheets-img {
        width: 500px;
        height: 500px
    }
    .div-hover {
        /* width: 230px; */
        box-shadow: 1px 1px 3px rgb(0 0 0 / 21%);
        border: solid 2px #ab6a2980;
        padding: 3px;
    }
    .single-cabinet-img {
        box-shadow: 1px 1px 3px rgb(0 0 0 / 21%);
        float: left;
        margin: 0;
    }
    .hard-box {
        box-shadow: 2px 2px 3px rgb(0 0 0 / 21%);
    }
    .door-container {
        width: 300px;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
    .single-cabinet-img img {
        vertical-align: middle;
        border-style: none;
        width: 300px;
    }
    .single-hard-img {
        float: left;
        margin: 0;
    }
    .single-hard-img img {
        vertical-align: middle;
        border-style: none;
        width: 375px;
    }
    .single-hard-desc {
        width: 60%;
        float: right;
    }

    .hardware {
        width: 300px;
        border: solid 1px #9f5d20;
        border-bottom: none;
        padding: 10px;
    }
    .siding {
        width: 320px;
    }
    .veneer {
        width: 300px;
        height: 300px;
    }
    .show-single-cabinet {
        display: flex;
        background-color: #ffffff;
        z-index: 20;
        padding: 1.25rem;
        min-width: 1100px;
        flex-direction: column;
    }
    .top-single-product {
        margin-top: 10vh;
    }
    .cab-single-title h1 {
        margin: 0;
        font-size: 3rem;
        /* font-weight: 700; */
        color: #ab6a29;
        text-align: left;
    }
    .single-item {
        color: #75787B;
    }
    .cab-gallery {
        margin: 40px 0;
    }
    .hard-gallery {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .hard-gallery-img {
        display: flex;
        flex-direction: row;
    }
    .main-gallery-wrap {
        right: 20vw;
        padding: 2px !important;
        width: 70.5vw;
        min-height: 380px;
        max-width: 70.5vw;
        background-color: rgb(0 0 0 / 0%);
        border: none;
    }
    .close-gal-modal {
        display: flex;
        justify-content: center;
        top: -10px;
        color: #ccc;
        cursor: pointer;
    }
    .alert-title {
        font-size: x-large;
    }
    .gallery-title {
        display: flex;
        color: #ab6a29;
        margin: 0;
        font-size: 3rem;
        padding-bottom: 15px;
    }
    .cab-gallery img {
        margin: 0;
        /* border-radius: 5px; */
    }
    .hard-img {
        padding-left: 60px;
    }
    .leff-img {
        float: left;
        margin-top: 5px;
    }
    .leff-img img {
        width: 560px;
        height: 582px;
    }
    .right-img {
        float: right;
    }
    .right-sm {
        padding-right: 5px;
        padding-left: 1px;
    }
    .right-img img {
        width: 290px;
        height: 290px;
    }
    .row-up {
        flex-direction: row;
        margin-top: 5px;
    }
    .single-prod-desc {
        width: 60%;
        float: right;
    }
    .single-cab-desc {
        width: 70%;
        float: right;
    }
    .cab-bottom {
        border-top: none !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .siding-bottom {
        border-top: none !important;
        margin: 0 !important;
        width: 300px !important;
    }
    .hard-bottom {
        border-top: none !important;
        margin: 0 !important;
        width: 375px !important;
    }
    .single-siding-item {
        color: #75787B;
        padding: 10px 0;
    }
    .prod-single-details {
        float: right;
        font-size: 2rem;
        color: #75787B;
        letter-spacing: .02em;
        text-align: left;
        width: 100%;
    }
    .productItem {
        text-align: center;
    }
    .price-text {
        margin-top: 100px;
    }
    .productItem .product-wrap {
        max-width: 235px;
        margin: 0 0 20px 40px;
        float: left;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 21%);
    }
    .fav-container{
        box-shadow: 1px 1px 3px rgb(0 0 0 / 21%);
    }
    .productItem .block-wrap {
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin: 0;
    }
    .productItem .product-name {
        padding-bottom: 0;
        color: #9f5d20;
        font-weight: 900;
        text-transform: uppercase;
    }
    .prod-single-details .product-name {
        padding-bottom: 0;
        text-transform: uppercase;
        color: #9f5d20;
        font-size: xx-large;
        font-weight: 900;
    }
    .prod-single-details .prod-type {
        text-transform: uppercase;
    }
    .productItem .product-category {
        font-size: 13px;
        font-size: 1.3rem;
        color: #82858e;
        letter-spacing: .02em;
    }
    .productItem .prod-details {
        letter-spacing: .02em;
        text-align: left;
        border: solid 1px #d6d7da;
        padding: 1.2rem;
        height: 90px;
        /* box-shadow: 1px 1px 3px rgb(0 0 0 / 21%); */
    }
    .productItem .prod-details ul {
        margin: 0
    }
    .product-image-gallery {
        width: 340px;
        height: 340px;
    }
    .single-price-tag {
        margin-top: 4rem;
        color: #212529;
    }
    .price-tag {
        margin-top: .8rem
    }
    .prod-details .cents {
        font-size: 1.4rem;
        font-weight: 900;
        vertical-align: top;
    }
    .prod-details .dollars {
        font-size: 2.2rem;
        vertical-align: middle;
        font-weight: 900;
    }
    .prod-single-details .cents {
        font-size: 2rem;
        font-weight: 900;
    }
    .prod-single-details .dollars {
        font-size: 3rem;
        vertical-align: middle;
        font-weight: 900;
    }
    .prod-single-bottom {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        -webkit-justify-content:space-evenly;
        -moz-justify-content:space-evenly;
        flex-basis: auto;
        margin: 2rem 0;
        border: solid 1px #e1e1e1;
        padding: 10px 0;
        font-size: 20px;
    }
    .sheet-bottom {
        width: 400px;
    }
    .moulding-bottom {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .cart-bottom {
        width: 50%;
        margin-bottom: 10px;
    }
    .prod-single-bottom img{
        width: 25px;
        padding-right: 5px;
    }
    .product-aku-index {
        width: 100%;
        float: right;
        position: relative;
    }
    .no-products {
        color: #75787B;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        margin-top: 120px;
    }
    .title-empty p {
        font-size: 1.8rem;
    }
    .title-header p {
        font-size: 20px;
        margin-top: -30px;
    }
    .title-header-gallery p {
        text-align: center;
        font-size: 2.5rem;
        margin: -30px 0 30px;
    }
    .siding-wrap {
        max-width: 400px;
        float: left;
    }
    .product-count-block {
        font-size: large;
        margin-bottom: 10px;
        padding: 5px 10px;
    }
    .filter-section {
        font-size: large;
    }
    .product-filter-reset {
        font-size: 2rem;
        padding: 5px 10px;
        border-top: solid 1px #9f5d20;
        border-bottom: solid 1px #9f5d20;
        cursor: pointer;
        margin: 1.25rem 0;
    }
    .product-filter-reset .fa {
        font-size: 2.2rem;
    }
    .product-filter-reset :hover {
        color:#9f5d20;
        opacity: .8;
        transition: all 0.2s
    }
    .product-filter-toggle {
        font-size: 1.7rem;
    }
    .product-filter-block {
        display: block;
        width: 100%;
        border: solid 1px #d6d7da;
        margin: 25px 0;
    }
    .prod-watermark {
        display: none;
        position: absolute;
        padding: 10px;
        top: 30%;
        left: 25%;
        z-index: 10;
        border: 0 none;
        opacity: 0.9;
        font-family: 'Lato';
        color: #f2f2f2;
        background-color: #15100a63;
        border-radius: 10px 10px 10px 10px;
    }
    .middle-img {
        top: 40%;
    }
    .block-wrap:hover .prod-watermark {
        display: block;
    }
    .single-header {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 20px;
    }
    .veneer-watermark {
        position: absolute;
        color: #fff;
        font-size: 2.5rem;
        line-height: 1.5em;
        text-shadow: 2px 2px 2px #000;
        text-align: center;
    }
    .cab-watermark {
        display: none;
        position: absolute;
        color: #fff;
        font-size: 2.5rem;
        line-height: 1.5em;
        text-shadow: 2px 2px 2px #000;
        text-align: center;
    }
    .big-img {
        top: 80%;
        left: 40%;
        transform: translate(-55%, -40%);
    }
    .big-img-aku {
        top: 50%;
        left: 40%;
    }
    .sml-img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .sml-img-sht {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .div-hover:hover, .div-hover-main:hover {
        cursor: pointer;
        opacity: .7;
        transition: all 0.2s
    }
    .div-hover:hover .cab-watermark, .div-hover-main:hover .cab-watermark {
        display: none;
    }
    .div-ven-hover:hover {
        cursor: pointer;
        opacity: .7;
        transition: all 0.2s ease
    }
    .div-ven-hover:hover .veneer-watermark {
        display: block;
    }
    .sml-ven-img {
        top: 43%;
        left: 30%;
    }
    .sml-veneer-img {
        top: 33%;
        left: 30%;
    }
    .sml-mould-img {
        top: 33%;
        left: 27%;
    }
    .sml-sht-img {
        width: 300px !important;
        height: 300px;
        border: solid 1px #e1e1e1 !important;
    }
    .hard-img-gallery {
        transform: translate(80%, 250%);
    }
    .hard-left {
        float: left;
    }
    .hard-right {
        float: right;
        margin-left: 20px;
    }
    .view-modal-cart {
        position: fixed;
        top: 0;
        right: 0;
        padding: 2px;
        width: 400px;
        /* height: 25vh; */
        /* min-height: 380px; */
        border-radius: 2px;
        box-shadow: -2px 1px 3px rgb(0 0 0 / 21%);
        background-color: #e7e7e7;
        margin: 0;
    }
    .view-modal-cart .prod-img {
       width: 60px;
    }
    .close-cart-info {
        position: absolute;
        right: 20px;
        top: 10px;
        cursor: pointer;
    }
    .close-svg {
        width: 20px;
    }
    .close-cart-items {
        margin: 10px 20px;
    }
    .item-added {
        display: flex;
    }
    .item-added .fa {
        color: #00873c;
        padding-right: 5px;
        font-size: 25px;
    }
    .cart-dialog {
        transform: none !important;
    }
    .close-cart-info .fa {
        font-size: 25px;
        padding: 0 3px;
    }
    .view-modal-mould {
        top: 40px;
        padding: 0px !important;
        width: 30vw;
        min-height: 380px;
        border-radius: 4px;
        border: 1px solid #553514cc;
        box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
        /* background-color: #553514cc; */
    }
    .view-modal-mould img {
        max-width: 30vw;
        min-width: 30vw;
    }
    .view-modal-img {
        top: 40px;
        right: 20vw;
        padding: 2px !important;
        width: 70.7vw;
        min-height: 380px;
        border-radius: 4px;
        border: 1px solid #553514cc;
        box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
        background-color: #553514cc;
    }
    .view-modal-img img {
        min-width: 70.4vw;
        max-height: 90vh;
        max-width: 70.4vw;
    }
    .view-modal-pan-img {
        top: 40px;
        padding: 2px !important;
        width: 700px;
        min-height: 380px;
        border-radius: 4px;
        border: 1px solid #666;
        box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
        background-color: #ccc0;
    }
    .view-modal-pan-img img {
        max-height: 90vh;
        max-width: 700px;
        width: 100%;
    }
    .main-gallery-wrap img{
        min-width: 40.4vw;
        max-height: 90vh;
        max-width: 70.4vw;
    }
    .go-back {
        border: solid 2px #9f5d20a6;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 21%);
        padding: 5px 10px;
        position: unset;
        height: 35px;
        margin: 0;
        color: #75787B;
        font-size: 1.57rem;
        cursor: pointer;
    }
    .go-back .fa {
        font-size: 2.2rem;
        padding-right: 10px;
        color: #ab6a29b8;
    }
    .show-in-mobile {
        display:none;
    }
    .show-in-pc {
        display:inherit;
    }
    .gal-img-bck {
        border-radius: 4px;
        border: 1px solid #666;
        box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
    }
    .close-cab-modal {
        display: none;
        position: absolute;
        right: -27px;
        top: -27px;
        color: #ccc;
        border: solid;
        cursor: pointer;
        border-radius: 40px;
    }
    .close-icon-modal {
        color: #ccc;
        border: solid;
        cursor: pointer;
        border-radius: 45px;
        margin-right: -30px;
    }
    .close-icon-modal .fa {
        font-size: 25px;
        padding: 0 3px;
    }
    .align-div-right {
        display: flex;
        justify-content: flex-end;
    }
    .close-cab-modal .fa {
        font-size: 25px;
        padding: 0 3px;
    }
    .show-product {
        display:inline;
    }
    .hide-product, .hide-all-produts, .hide-user, .hide-prod-id {
        display:none;
    }
    .show-user, .show-prod-id {
        display: flex;
    }
    .add-bottom-line {
        border-bottom: solid 1px #d6d7da;
    }

    .hide-filter {
        margin-top: 1.25rem;
        display:none;
    }
    .product-filter-block .filter-size, .filter-thickness {
        position: relative;
        margin-bottom: 10px;
    }
    .product-filter-block .filter-size input, .filter-thickness input {
        width: 23px;
        height: 23px;
        top: 0;
    }
    .product-filter-block .filter-size label, .filter-thickness label {
        padding-left: 30px;
    }
    .product-filter-block .filter-size label:before, .filter-thickness label:before {
        display: block;
        border-radius: 0;
        height: 23px;
        width: 23px;
        position: relative;
        position: absolute;
        left: 0;
        top: 50%;
    }

    /* Login */
    .login-form {
        width: 100%;
    }
    .login-frm {
        flex-direction: column;
        margin: auto;
        margin-top: 10vh;
        margin-bottom: 40px;
        width: 520px;
        padding: 0px;
    }
    .login-div-row {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: auto;
        margin: 10px 0;
    }
    .login-form span {
        margin-top: 9px;
        width: 100px;
        text-align: left;
        font-size: large;
        font-weight: 600;
    }
    .login-form input {
        padding: 5px;
        margin: 4px;
        border: 1px solid #E5E5E5;
        font-size: 1.7rem;
        box-shadow: -1px -1px 1px 1px #CCC;
    }
    .login-form table {
        margin: auto;
    }
    .login-title h1 {
        margin: auto;
        padding: 15px 15px 0;
    }
    .browser {
        border: none;
        background-color: transparent;
        font-size: 1.7rem;
        color: #555;
        text-align: left;
        margin-top: 40px;
    }
    .browser:before {
        content: '';
        display: block;
        width: 100%;
        height: 0.1rem;
        background: #9f5d20;
        margin: 20px 0;
    }
    .password-tools {
        margin: 10px 0px 30px;
    }
    .password-tools input {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 110px;
        cursor: pointer;
        margin-left: 100px;
    }
    .password-tools span {
        margin-right: 12px;
        margin-top: 9px;
        padding-left: 110px;
        width: 100px;
        text-align: left;
        font-size: 1.7rem;
        cursor: pointer;
    }
    .password-tools label {
        font-size: 1.7rem;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 0px;
    }
    .hr-up {
        background: #f2f2f2;
        width: 100%;
    }
    .hr-down {
        background: #ffffff;
        padding-bottom: 2px;
        margin-top: -10px;
    }


    .modal-rpt {
        top: 10vh;
    }
    .img-rpt-aku {
        width: 500px;
    }
    .img-rpt-ven {
        width: 500px;
    }
    .img-rpt-cab {
        width: 300px;
    }
    .prod-name-rpt {
        position: absolute;
        bottom: 0;
        padding: 5px;
        z-index: 10;
        border: 0 none;
        font-family: 'Lato';
        font-size: x-large;
        color: #f2f2f2;
        background-color: #aaaaaaa8;
        border-radius: 0 10px 10px 0;
    }
    .close-btn {
        position: absolute;
        top: -11px;
        right: -11px;
        width: 34px;
        height: 34px;
        border: 3px solid white;
        background-color: black;
        text-align: center;
        border-radius: 20px;
        cursor: pointer;
        z-index: 12;
        box-shadow: 2px 2px 6px #111;
    }
    .close-btn:after {
        content: '\00d7';
        color: white;
        font-weight: bold;
        font-size: 19px;
        font-family: 'Courier New', Courier, monospace;
    }
    .swal-modal {
        margin-top: -50vh;
    }
    .swal-text {
        font-size: 20px;
    }
    @-webkit-keyframes loopsloader {
        0% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 0;
        }
    }
    @keyframes loopsloader {
        0% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 0;
        }
    }
    .page-loader {
        width: 150px;
        height: 150px;
        line-height: 150px;
        margin-top: 80px !important;
        margin: auto;
        box-sizing: border-box;
        text-align: center;
        z-index: 1;
        text-transform: uppercase;
        position: relative;
        color: #999;
    }

    .page-loader:before, .page-loader:after {
        opacity: 0;
        box-sizing: border-box;
        content: "Loading";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        border: 5px solid #999;
        box-shadow:0 0 50px #999,inset 0 0 50px #999;
    }
    .page-loader:after {
        z-index: 1;
        animation: loopsloader 2s infinite;
        -webkit-animation: loopsloader 2s infinite;
    }
    .page-loader:before {
        z-index: 2;
        animation: loopsloader 2s infinite;
        -webkit-animation: loopsloader 2s infinite;
    }
    .print-me {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .arrange-buttons {
        justify-content: space-between;
        flex-direction: row;
        width: 300px;
    }
    .admin-welcome {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 18vh;
        flex-direction: column;
        padding: 50px;
        font-size: 5rem;
        color: #eee;
        background-color: #ab6a29e0;
        border-radius: 10px 10px 10px 10px;
    }
    .admin-welcome.show {
        visibility: visible;
        animation: fadeInUp;
        animation-duration: 2s;
    }
    .admin-container {
        margin: 20px;
    }
    .report-img {
        width: 50px;
    }
    .social-media-icon .fa {
        margin-right: 10px;
        font-size: 30px;
        color: #000;
        cursor: pointer;
    }
    .mjc_error_red {
        color: #FF1744;
        font-weight: 700;
    }
    canvas {
        padding: 40px;
        border: 1px solid #d4d4d4;
    }
    .chart-container {
        position: relative;
        margin: auto;
        height: 750px;
        width: 750px;
    }
    .mjc-graph {
        display: flex;
        border: 1px solid #d4d4d4 !important;
        padding: 10px 20px 10px 20px;
        height: 800px;
        width: 80vw;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        box-shadow: 1px 7px 13px #c3c3c3;
        margin: -20px auto 20px;
    }
    .mjc-report{
        border: 1px solid #d4d4d4 !important;
        padding: 10px 20px 10px 20px;
        min-height: 150px;
        max-width: 80vw;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        box-shadow: 1px 7px 13px #c3c3c3;
        margin: -20px auto 20px;
    }
    .rheader-center-box{
        padding:10px;
        color: #75787B;
        text-align: center;
    }

    .mod-rec {
        color: #212529;
    }

    .mod-red-rec {
        color: #FF1744;
    }
    .mod-blk-rec {
        color: #212529;
    }
    .mjc-read {
        font-weight: 700;
    }
    .modal-form {
        margin-block-end:0px;
    }
    .modal-form table {
        margin: auto;
    }
    table.dataTable thead .sorting_desc:after {
        content: "" !important;
    }
    table.dataTable thead .sorting_asc:after {
        content: "" !important;
    }
    .email-frm {
        width: 800px !important;
    }
    .send-email table {
        width: 760px !important;
    }
    .form-div-title {
        display: flex;
        flex-direction: column;
        color: #75787B;
        flex-wrap: wrap;
        padding: 10px 0px 0px 0px;
        font-size: 12px;
        align-items: left;
        /* justify-content: space-around; */
        flex-basis: auto;
    }
    .form-prod-numb {
        margin:auto;
        font-weight: bold;
        margin-top: -10px;
    }
    .form-txt-title, .form-txt-update{
        font-size: 20px;
    }
    .modal-spanlen {
        font-size: 17px;
        text-align: right;
    }
    .modal-frm-input {
        font-size: 1.7rem;
        border: 1px solid #CFD8DC !important;
        background-color: #fff !important;
        width: 330px !important;
    }
    .modal-button {
        border: 0px groove #7c93ba !important;
        width: 130px;
        cursor: pointer;
        padding:5px;
        margin: 3px;
        background-color: #595a5c;
        color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
        -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    }
    .modal-button:hover, .modal-button:focus, .dt-button:hover, .dt-button:focus {
        color: #edebda;
        -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
        -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
        box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    }
    .modal-submit-btn {
        background-image: none !important;
        background-color: #ab6a29;
        font-weight: 700;
    }

    .modal-div-row{
        margin:5px 0px 5px 0px !important;
        background-color:#f8f8f8;
        width: 531px;
    }
    .input-group-div {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        vertical-align: middle;
        width: 200px;
    }

    .select2-container .select2-selection--single {
        height: 32px !important;
    }
    .modal-frm-hr{
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, #ccc, #333, #ccc);
    }
}

.ph-foot {
    height:25px;
    padding-right: 2px;
    margin-top: -2px;
}


@keyframes animate-img-opacity {
    0% {
         opacity :.5;
    }

    25% {
        opacity :.6;
   }

    50% {
        opacity :.7;
    }

    75% {
        opacity :.8;
    }

    100% {
        opacity :1;
    }
}

.knd-logo {
    display: block;
    max-width: 100%;
    animation: animate-img-opacity 3.5s ease-in-out 0s;
    box-shadow: 1px 1px 15px #343638;
}
.ft-shadow {
    box-shadow: 1px 1px 15px #343638;
}
h1 {
    margin: 1.8em auto 1.6em auto;
    text-align: center;
    font-weight: 100;
}
h2 {
    margin-bottom: .8em
}
.underline {
    background: #0f726a;
    margin-bottom: 2.8em;
    padding-bottom: 2px;
    width: 100%;
}
.underline-left {
    margin-left: 0
}
.section,.section-sub-services {
    background: #2c3134;
    padding-bottom: 3.8em;
    background-size: cover
}
.section div {
    text-align: center;
    color: #fff
}
.service-icon {
    margin: 1.25rem auto;
    max-width: 150px;
    padding: 1.25rem
}
.process-icon {
    margin: 1.25rem auto;
    max-width: 150px;
    padding: 1.25rem
}
.section-services {
    background: #383d41;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}
.col-header {
    padding-right: 0px;
    padding-left: 0px;
}
.section-process {
    background: #f2f2f2;
    margin: 0px 0px 40px 0px;
    text-align: center;
}
.section-process a.block-link {
    color: #383d41;
}
.section-process .col-sm:hover svg .bkcolor-circle {
    fill: #0f726a
}

.section-process .col-sm:hover svg .st-logo {
    stroke: #0f726a
}

.section-process .col-sm:hover svg .bkcolor-logo {
    fill: #383d41
}
.section-services .col-sm,.section-services .col-sm .service-icon {
    transition: all 0.3s
}
.section-services .col-sm:hover {
    background: #000;
    transform: scale(1.1);
    transition: transform 0.3s
}
.section-services .col-sm:hover .service-icon,.section-services .col-sm:focus .service-icon {
    opacity: 1;
    transform: scale(1.1);
    transition: transform 0.3s
}
.services {
    background: #3c3c3c
}
.section-services svg .st0 {
    color: #fff
}
.section-services .col-sm:nth-child(1):hover svg .st0 {
    stroke: #0f726a
}
.section-services .col-sm:nth-child(1):hover h3 {
    text-decoration:none;
    color: #0f726a;
}

.section-services .col-sm:nth-child(2):hover svg .st0 {
    stroke: #197bb4
}
.section-services .col-sm:nth-child(2):hover h3 {
    text-decoration:none;
    color: #197bb4;
}
.section-services .col-sm:nth-child(3):hover svg .st0 {
    stroke: #b46423;
}
.section-services .col-sm:nth-child(3):hover svg .st1 {
    stroke: #b46423;
    fill: #b46423;
}
.section-services .col-sm:nth-child(3):hover h3 {
    text-decoration:none;
    color: #b46423;
}
.section-services .col-sm:nth-child(4):hover svg .st0 {
    stroke: #8f4a9a
}
.section-services .col-sm:nth-child(4):hover h3 {
    text-decoration:none;
    color: #8f4a9a;
}
.section-services .col-sm:nth-child(5):hover svg .st0 {
    stroke: #26a049
}
.section-secondary {
    background: #fff
}
.section-secondary h2 {
    color: #0F726A
}
.section-sub-services {
    color: #fff;
    text-align: center;
    padding-bottom: 2em
}
.section-sub-services object {
    display: block;
    margin: auto
}
.client .client-inner {
    padding: 1em
}
.client h2,.client p {
    text-align: left
}
.client-logo {
    max-width: 100%;
    filter: grayscale(100);
    margin: 3em 0;
    transition: filter 0.3s
}
.client-logo:focus,.client-logo:hover {
    filter: grayscale(0)
}
.business-area,.services-area {
    color: #fff;
    font-weight: 800;
    background: rgba(0,0,0,.2);
    padding: 1rem 2.3rem;
    border-radius: 2px
}
.services-text {
    font-size: 2rem
}
.services-text:last-child {
    margin-bottom: 3.6em
}
.client {
    margin-top: 1em
}
.client-1 .client-inner {
    border-top: 10px solid #e95536;
    background-color: rgba(233,85,54,.1)
}
.client-2 .client-inner {
    border-top: 10px solid #52426a;
    background-color: rgba(82,66,106,.1)
}
.client-3 .client-inner {
    border-top: 10px solid #014f41;
    background-color: rgba(1,7,65,.1)
}
.client-4 .client-inner {
    border-top: 10px solid #015fac;
    background-color: rgba(1,95,172,.1)
}
.client-5 .client-inner {
    border-top: 10px solid #76cff3;
    background-color: rgba(118,207,243,.1)
}
.client-6 .client-inner {
    border-top: 10px solid #f09c2a;
    background-color: rgba(240,156,42,.1)
}
.client-7 .client-inner {
    border-top: 10px solid #a60402;
    background-color: rgba(166,4,2,.1)
}
.about-us ul {
    list-style: none;
    font-size: 2rem;
    padding-bottom: 2em
}
.about-us ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1.25rem
}
.about-us ul li:before {
    margin-right: 15px;
    margin-left: -34px;
    content: "";
    background: #0F726A;
    border-radius: 100%;
    color: white;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    display: inline-block
}
.about-us-container {
    background-size: contain
}

.about-us-container .container {
    padding-right: 30px;
    padding-left: 30px
}
.ticket-messages,.contact-messages,.help-block.with-errors {
    background: #dff0d8;
    text-align: center;
    color: green;
    padding: 10px;
    border: 1px solid #64d664;
    margin-bottom: 10px;
    border-radius: 4px;
    display: none
}
.help-block.with-errors {
    background: #ffa28e;
    border: 1px solid #64d664;
    text-align: center;
    color: #ad0000;
    display: none;
    height: 50px
}
.ticket-form-messages {
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    display: none;
    padding: 1.25rem;
    margin-top: 1.25rem;
    border: 2px solid rgba(0,0,0,.6);
    border-radius: 4px;
    box-sizing: border-box
}
.success {
    display: block;
    color: #090
}
.cta {
    background: #000
}
.cta h2 {
    margin-top: 1.8em;
    position: relative;
    font-size: 2.8em;
    font-weight: 100;
    color: #f1f1f1
}
.btn-outline-secondary {
    font-size: 1.3rem;
    color: #ab6a29;
}
.btn-outline-secondary:hover {
    background-color: #ab6a29;
}
.cta a.btn-transparent {
    float: none;
    margin: 0 auto;
    position: relative;
    background: none;
    border: 1px solid #f1f1f1;
    color: #fff;
    font-size: 1.25em;
    padding: 2px 1.25rem 7px;
    margin-bottom: 2.8em;
    line-height: 2
}
.cta a.btn-transparent:hover,.cta a.btn-transparent:focus {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #000;
    transition: all 0.3s
}
.section-testimonials {
    background: #fff;
    color: #484848;
    padding: 1.25rem;
    padding-bottom: 6em
}
.section-testimonials .slick-slide p,.section-testimonials .slick-slide .quote,.section-testimonials h1,.section-testimonials .slick-slide h3 {
    color: #484848
}
.section-testimonials .slick-prev:before,.section-testimonials .slick-next:before {
    color: #0F726A
}
.section-testimonials .name {
    font-size: 1.2em;
    font-weight: 200;
    padding-top: 1.25rem
}
.services-header {
    font-weight: 100;
    font-size: 2.1em;
    margin: auto
}
.article {
    width: 100%;
    max-width: 740px;
    margin: 2em auto;
    padding: 1.25rem 40px;
    box-shadow: 0 8px 1.25rem rgba(0,0,0,.1)
}
.article h1 {
    text-align: center;
    font-weight: 600;
    font-size: 3em;
    margin-bottom: 1em
}
.article .subhead {
    font-size: 1.9em;
    text-align: center;
    margin-bottom: 1em
}
.article p {
    font-size: 1.2em;
    margin-bottom: 1.6em
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019"
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

blockquote p {
    display: inline
}
.footer-bar {
    background: #000000;
    padding: 0px;
}
.footer-bar img {
    max-width: 250px;
    margin: 0 auto;
    display: block
}
footer h4 {
    color: #000000;
    margin-top: 1.25rem;
    font-size: 22px;
    cursor: default;
}
footer ul {
    padding-left: 0;
    margin-block-end: auto;
    cursor: default;
}
footer .row {
    margin-bottom: 10px
}
footer a {
    color: #000000;
    font-size: 18px;
}
footer a:hover,footer a:focus {
    color: #f2f2f2
}
.address {
    color: #818181
}
.bottom-bar {
    background: #000;
    padding: 10px;
    text-align: center;
    color: #f1f1f1;
    font-size: 1.1rem;
    height: 60px;
}
.bottom-bar p {
    margin: auto;
}
.btn-phone {
    font-size: 1.2em;
    padding-bottom: 1em;
    display: block
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 1.25rem;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.75);
    text-align: center
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}
.blocker.behind {
    background-color: transparent
}
.service-net-img {
    margin-top: -25px;
    margin-left: -30px;
}
.service-web-img {
    margin-top: -130px;
    margin-left: -10px;
}
.service-web-img {
    margin-top: -1.25rem;
    margin-left: -10px;
}
.service-api-img {
    margin-top: -55px;
    margin-left: -60px;
}
.service-it-img {
    margin-left: -60px;
}
@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(.5)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}
@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(.5);
        -webkit-transform: scaleY(.5)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}
.privacy {
    margin: 60px auto;
}
.privacy ul {
    margin-right: 1.25rem
}
.privacy ul li {
    list-style-type: disc
}

/* SVG Manupulation */
.line {
    fill:none;
    stroke-width:0.895;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-miterlimit:4;
}
.hidden {
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    fill-opacity: 0; /*we will animate the fill in */
}
.knd-color, .stroke-green {
    stroke:#0f726a;
    fill:#0f726a
}
.stroke-blk {
    fill:none;
    stroke:#000;
    stroke-miterlimit:10
}
.stroke-blue {
    stroke:#108faf !important;
    fill:#108faf
}
.stroke-black {
    stroke: #000000 !important;
    fill:none
}
.stroke-orange {
    stroke: #b46423 !important;
    fill:#b46423
}

.stroke-yellow {
    stroke: #8f4a9a !important;
    fill:#8f4a9a
}
