
* {
    font-family: 'Roboto', sans-serif;
}

body {
    /*background-color: rgb(250 250 250);*/
    background-color: black;
}

.header .header-top div.left-content ul.logo-container li img {
    max-width: 180px;
    max-height: 60px;
}

a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none;
    color: darkorange;
}

@media only screen and (max-width: 574px) {
    section.cart .cart-content .left-side .misc-controls {
        top: 360px;
    }
}


@media (max-width: 720px) {
    .header .header-top div.left-content ul.logo-container li img {
        max-width: 120px;
        max-height: 40px;
    }
}

@media only screen and (max-width: 425px) {
    .main-container-wrapper .product-card .product-information .default-wrap {
        display: inline-block;
    }
}

.footer .footer-content .footer-list-container .list-container .list-group li {
    text-transform: none;
}

.main-container-wrapper {
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
}

.right-content-menu {
    /*color: white;*/
}

.header .header-top div.left-content ul.search-container li.search-group .search-icon-wrapper {
    height: 41px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid black;
}

.header .header-top div.left-content ul.search-container li.search-group .search-icon-wrapper button {
    background-color: darkorange;
    padding: 0px 5px;
    padding-top: 6px;
}

.header-contact {
    font: 14px / 14px Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

a.header-link:active, a.header-link:focus, a.header-link:hover, a.header-link:link, a.header-link:visited {
    text-decoration: none;
    color: black;
}

.main-container-wrapper .product-list .product-card {
    padding-right: 10px;
}

.main-container-wrapper .product-list .product-card:hover {
    padding-right: 10px;
}

.main-container-wrapper .product-list .product-card .product-image img {
    object-fit: contain;
}

.main-container-wrapper .product-list .product-card .product-information {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    width: 75%;
}

.product-price {
    margin-bottom: 5px;
}

.header .header-bottom {
    border-top: 0;
    border-bottom: 0;
}

.header-background {
    background-color: black;
    color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}

.navigation-background {
    background-color: darkorange;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}

.header .header-bottom .nav a {
    color: white;
    text-transform: none;
}

.header .header-bottom .nav ul {
    background-color: darkorange;
}

.header .header-bottom .nav>li li:hover {
    background-color: darkorange;
}

.header .header-bottom .nav>li {
    height: 47px;
    border-right: 1px solid rgb(250 250 250);
}

.header .header-bottom .nav>li:first-child {
    border-left: 1px solid rgb(250 250 250);
}

.header .header-bottom .nav>li:hover {
    background-color: darkorange;
}

.remove-filter-link {
    color: darkorange !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 0px;
    padding-right: 0px;
    /*background-color: rgb(250 250 250);*/
    background-color: black;
}

.main-container-wrapper .content-container {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    padding-top: 10px;
}

.main .category-container .category-block .hero-image {
    display: none;
}

.nav-header-top {
    background-color: lightblue;
}


.dropdown-toggle span {
    vertical-align: top;
}

.dropdown-list {
    color: black;
}

.header {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.main .category-container .category-block {
    margin: 10px;
    /*margin-left: 20px;*/
}

.main-container-wrapper .product-card {
    padding: 0;
}

.main-container-wrapper .product-card:hover {
    padding: 0;
}

.header .header-top {
    padding-top: 16px;
    margin-bottom: 0px;
}

.logo-container {
    padding-left: 0;
    margin-left: 10px;
}

.header .header-top div.left-content ul.search-container li.search-group .search-field {
    height: 41px;
    border-radius: 0;
    border: 2px solid black;
}

.menu-box {
    display: none;
}

@media (max-width: 720px) {
    .header .header-top div.right-content .search-box {
        /*margin-right: 5px;*/
        /*color: white;*/
    }

    .header .header-bottom .nav>li {
        border: none;
    }

    .header .header-bottom .nav>li:first-child {
        border: none;
    }

    .menu-box {
        display: block;
    }

    .main .category-container .category-block {
        margin: 0;
    }
}

.dropdown-toggle {
    margin-left: 12px;
}

.material-icons {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

#NAV_1 {
    height: 46px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    /*background: #e7b553 none repeat scroll 0% 0% / auto padding-box border-box;*/
    color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}

#A_11 {
    color: rgb(35, 35, 35);
    font: 14px / 14px Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#A_21 {
    color: black;
    padding-left: 20px;
    font: 20px / 21px Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.main-container-wrapper .product-list .product-card {
    height: 100%;
    /*height: 200px;*/
}

main-container-wrapper .product-grid-3 .product-card {
    height: 480px;
}

.main-container-wrapper .product-list .product-card {
    background-color: white;
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}

.cart-item-list .item {
    background-color: white;
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}

.filter-title {
    font-weight: bold;
}

.filter-attributes-title {
    font-weight: bold;
}

.main .category-container {
    margin-top: 10px;
}

.main .category-container .layered-filter-wrapper, .main .category-container .responsive-layred-filter {
    background-color: white;
    padding: 10px;
    margin: 10px;
}

@media (max-width: 720px) {
    .main .category-container .layered-filter-wrapper, .main .category-container .responsive-layred-filter {
        margin: 0;
    }
}

.main-container-wrapper .product-list .product-card .product-image {
    width: 150px;
    height: 150px;
    margin: 5px;
    background-color: white;
}

.btn.btn-primary {
    background: darkorange;
    border: 1px solid darkorange;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%), 0 0 8px 0 rgb(0 0 0 / 10%) !important;
    padding: 5px 10px;
}

.btn.btn-black {
    background: darkorange;
    border: 1px solid darkorange;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%), 0 0 8px 0 rgb(0 0 0 / 10%) !important;
    padding: 5px 10px;
}

.btn:hover {
    color: white;
}

ol, ul {
    padding-left: 0;
}

section.product-detail div.layouter .form-container div.product-image-group div .thumb-list .thumb-frame.active {
    border-color: darkorange;
}

section.product-detail div.layouter .form-container div.product-image-group .add-to-buttons .addtocart {
    background: darkorange;
}

.vue-slider .vue-slider-process {
    background-color: darkorange !important;
}

.vue-slider .vue-slider-dot-tooltip-inner, .vue-slider .vue-slider-dot-tooltip-text {
    border-color: darkorange !important;
    background-color: darkorange !important;
}

.footer {
    background-color: #242424;
}

.footer .footer-content .footer-list-container .list-container .list-group a {
    color: white;
}

.auth-content .login-form {
    background-color: white;
}

.menu-block-content {
    background-color: white;
}

.account-content .account-layout {
    /*background-color: white;*/
    padding: 20px;
}

.header .header-bottom .nav ul {
    border: 0;
}

.header .header-bottom .nav>li>a {
    margin-bottom: 0;
}

.header .header-bottom .nav a {
    padding: 12px 10px 11px 10px;
}

.main-container-wrapper .product-card .cart-wish-wrap {
    right: 5px;
}

.checkout-process .col-main .step-content .form-header {
    margin-bottom: 40px;
    margin-top: 20px;
}

.main .top-toolbar .pager select {
    background: white;
}

div.add-to-buttons {
    margin-left: 20px;
}

.quantity label {
    margin-bottom: 0;
}

.checkout-process .col-main ul.checkout-steps li.active {
    color: darkorange;
    font-weight: bold;
}

.checkout-process .col-main ul.checkout-steps li.active .decorator {
    border: 1px solid darkorange;
}

.address-card {
    background-color: white;
}

.checkout-process .col-main ul.checkout-steps li.completed .decorator {
    background-image: url(../images/done_black_24dp.svg);
}

.checkout-process .col-main .step-content .address-summary {
    align-items: flex-start;
}

.cart-item-list .item .item-details {
    overflow: hidden;
}

.checkout-process .col-main .step-content .cart-item-list .item .row .title {
    margin-bottom: 0;
}

.checkout-process .col-main .step-content .order-description .text {
    margin-left: 10px;
}

div.order-success-content {
    margin-top: 20px;
}

.account-content .menu-block .menubar li.active a {
    color: darkorange;
    font-weight: bold;
}

.edit-form {
    background-color: white;
}

.grid-container .grid-top {
    background-color: white;
    border: 1px solid #c7c7c7;
    padding: 25px;
}

.table>:not(:first-child) {
    border-top: none;
}

.sale-container {
    color: #5e5e5e;
    background-color: white;
    border: 1px solid #c7c7c7;
    padding: 25px;
}

.tabs ul li.active a {
    border-bottom: 3px solid darkorange;
}

.sale-container .totals {
    border-top: none;
}

.dropdown-toggle::after {
    display: none;
}

.header .search-responsive .search-content {
    border-bottom: none;
}

@media only screen and (max-width: 770px) {
    .account-content .account-layout .account-head {
        display: none;
    }

    .account-content .account-layout {
        padding: 0;
    }

    .account-content .sidebar .menu-block .menubar>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .account-content .sidebar .menu-block .menubar>li .icon {
        right: 10px;
    }
}

.cart-icon {
    background-image: url(../images/shopping_cart_white_24dp.svg);
}

.account-icon {
    background-image: url(../images/person_outline_white_24dp.svg);
}

.icon-search {
    background-image: url(../images/search_white_24dp.svg);
}

.icon-menu {
    background-image: url(../images/menu_white_24dp.svg);
}

#carousel .carousel-item img {
    object-fit: cover;
    object-position: center;
    min-height: 30vh;
    overflow: hidden;
}

.banner-container {
    padding: 0;
}

div.left-banner img {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
}

div.right-banner img {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
}

.emergency {
    background-color: darkorange;
    color: white;
    font-weight: bold;
    padding: 10px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-align: center;
    height: 180px;
    margin-top: -90px;
    z-index: 1000;
}

.emergency:hover {
    cursor:pointer;
}














.form-control {
    height: 52px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control:focus, .form-control:active {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.5) !important; }
  
textarea.form-control {
    height: inherit !important;
}

.wrapper {
    background: black;
    color: white;
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}
  
.contact-wrap {
    background: black;
}

.contact-wrap h3 {
    color: #fff;
}

.info-wrap h3 {
    color: white;
    position: relative;
}

.info-wrap h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 3px;
      background: darkorange;
      content: '';
}
  
.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
      margin-bottom: 0;
}

.info-wrap .dbox p {
      margin-bottom: 0;
}

.info-wrap .dbox p span {
        font-weight: 400;
        color: white;
}

.info-wrap .dbox p a {
        color: darkorange;
}

.info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid white;
}

.info-wrap .dbox .icon span {
        font-size: 20px;
        color: white;
}

.info-wrap .dbox .text {
      width: calc(100% - 50px);
}
  
.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}
  
#contactForm .error {
    color: #f65c78;
    font-size: 12px;
}
  
#contactForm .form-control {
    font-size: 16px;
}
  
#message {
    resize: vertical;
}
  
#form-message-warning, #form-message-success {
    display: none;
}
  
#form-message-warning {
    color: #f65c78;
}
  
#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}
  
.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #28a745; 
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.form-group {
    padding-top: 10px;
}

.logo {
    width: 100%;
    object-fit: contain;
}