﻿/* designed by GrandNode - progr. DZ */
/* scrollbar - x - y */
 ::-webkit-scrollbar {
     width: 10px;
     height: 10px;
}
 ::-webkit-scrollbar-thumb {
     background: slategray;
     border-radius: 6px;
}
 ::-webkit-scrollbar-track {
     background: #b8c0c8;
}
/* general settings */
 @font-face {
     font-family: 'Roboto-light';
     src: url(../fonts/RobotoSlab-Light.ttf) format("truetype");
}
 @font-face {
     font-family: 'Roboto-regular';
     src: url(../fonts/RobotoSlab-Regular.ttf) format("truetype");
}
 @font-face {
     font-family: 'Roboto-light-standard';
     src: url(../fonts/Roboto-Light.ttf) format("truetype");
}
 @font-face {
     font-family: 'Roboto-light-condensed';
     src: url(../fonts/OpenSansCondensed-Light.ttf) format("truetype");
}
 @font-face {
     font-family: 'Roboto-bold-condensed';
     src: url(../fonts/OpenSansCondensed-Bold.ttf) format("truetype");
}
 body {
     font-family: Roboto-light-standard;
     overflow-x: hidden;
     background-color: #eceff1;
}
 a {
     color: #BB0030;
}
 a:hover {
     color: #002E66;
}
 .required {
     color: #dc3545;
     font-weight: 700;
     padding-left: 5px;
}
 .btn{
     cursor: pointer;
}
 .btn-secondary {
     color: #fff !important;
     background-color: #002E66;
     border-color: #002E66;
     border-radius: 0;
}
 .btn-secondary:hover {
     color: #fff;
     background-color: #002E66;
     border-color: #002E66;
}
 .btn-primary {
     background-color: #BB0030;
     border-color: #BB0030;
     color: #fff;
     border-radius: 0;
}
 .btn-primary:not([disabled]):not(.disabled).active {
     background: #dc4d00;
     border-color: #dc4d00;
     box-shadow: 0 0 0 0.2rem rgba(245,86,0,.5);
}
 .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
     background: #002E66;
     border-color: #002E66;
     box-shadow: 0 0 0 0.2rem rgba(0,142,122,.5);
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .bnt-primary:visited {
     background-color: #dc4d00 !important;
     border-color: #dc4d00 !important;
     color: #fff !important;
     box-shadow: unset !important;
}
 .btn-success, .btn-outline-success {
     background: #1bb826;
     border-color: #1bb826;
     color: #fff;
     border-radius: 0;
}
 .btn-outline-primary {
     color: #2B6D91;
     background-color: transparent;
     background-image: none;
     border-color: #2B6D91;
}
 .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
     color: #000;
     box-shadow: none;
}
 .bg-warning {
     background-color: red !important;
     border-radius: 0;
     color: #fff !important;
}
#bar-notification.success {
    background-color: #28a745 !important;
}
#bar-notification.danger {
    background-color: #dc3545 !important;
}
 .custom-checkbox .custom-control-indicator {
     border-radius: 0 !important;
}
 .form-control:focus {
     border-color: #ddd;
     box-shadow: unset;
}
 .bg-light {
     background-color: #f7f7f7 !important;
}
 .d-flex-boot {
     display: flex !important;
}
 .col {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
     -webkit-box-flex: 1;
}
 .card-bodyquote span {
     color: #fff;
}
 .card-bodyquote {
     margin: 0;
}
 .step-title .card-bodyquote span {
     color: #fff;
     transition: unset;
}
 .tab-section.allow .card-bodyquote span {
     color: #fff;
     transition: unset;
}
 .step-title .card-bodyquote {
     margin-bottom: 0;
}
 .card-inverse {
     color: rgba(255,255,255,.65);
}
 .modal.show .modal-dialog {
     border-radius: 0;
}
 .modal-content {
     border-radius: 0;
}
 .btn-group.show .dropdown-menu {
     display: block;
}
 #custom-search-input button:focus, select:focus, button:focus, a, a:hover, a:focus, a:active, ol, ul, dl {
     text-decoration: none;
     outline: none;
     list-style-type: none;
}
 i, span {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     transition: all 0.3s ease;
}
 i.rotate, span.rotate {
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
     transition: all 0.3s ease;
}
 .generalMarginSupporter {
     margin: 0 0 20px;
}
 section {
     overflow: auto;
}
 .generalTitle {
     padding-top: 10px;
     font-family: Roboto-light-condensed;
     font-size: 34px;
     font-weight: 300;
}
 .link-rss {
     float: right;
}
 .page {
     min-height: 445px;
}
 input {
     height: 38px;
     border-radius: 0 !important;
}
 select {
     border-radius: 0 !important;
}
 .input-group-btn .btn, .btn-group .btn {
     display: flex;
     height: 38px;
}
 textarea {
     border-radius: 0 !important;
}
 .custom-checkbox {
     cursor: pointer;
}
 .breadcrumb {
     margin-bottom: 15px;
     margin-top: 15px;
     background: #fff;
     border-radius: 0;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .breadcrumb-item a {
     color: #BB0030;
     font-family: Roboto-bold-condensed;
}
 .breadcrumb-item.active {
     color: #002E66;
     font-family: Roboto-bold-condensed;
}
 .custom-select {
     border-radius: 0;
}
 .modal-open {
     padding-right: 0 !important;
     overflow-y: scroll !important;
     overflow-x: hidden !important;
}
 .custom-control-input:checked ~ .custom-control-indicator {
     background-color: #002E66;
}
 .overflow-stop {
     overflow: hidden !important;
     position: relative !important;
}
 .custom-control-indicator {
     background-color: #ccc;
 }
 /* ticket system */
 .product-details-page .linkCreate:hover {
     color: #fff;
 }

 /* notifications */

.bar-notification-container {
    position: fixed;
    top: 105px;
    right: 15px;
    z-index: 1500;
}
.bar-notification-container .bar-notification {
    position: relative;
    width: 330px;
    display: none;
    border-radius: 0;
    -webkit-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    padding-left: 80px;
    min-height: 80px;
    background-color: #fff;
    border-color: #3b5998;
}
.bar-notification-container .bar-notification .content {
    width: 100%;
    min-height: 75px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}
.bar-notification-container .bar-notification.success::before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome; 
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #3b5998;
    left: 0;
    color: #fff;
    top: 0;
    line-height: 80px;
    font-size: 36px;
    padding-left: 24px;
}
.bar-notification-container .bar-notification.error::before {
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome; 
    display: block;
    position: absolute;
    width: 80px;
    height: 79px;
    background-color: #d9534f;
    left: 0;
    color: #fff;
    top: 0;
    line-height: 80px;
    font-size: 36px;
    padding-left: 24px;
}
.bar-notification-container .bar-notification.warning::before {
    content: "\f06a";
    font: normal normal normal 14px/1 FontAwesome; 
    display: block;
    position: absolute;
    width: 80px;
    height: 79px;
    background-color: #ff8800;
    left: 0;
    color: #fff;
    top: 0;
    line-height: 80px;
    font-size: 36px;
    padding-left: 24px;
}
.bar-notification-container .close {
    font-size: 16px;
    color: #000;
    top: 0px;
    right: 2px;
}
.bar-notification-container .close::before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
}

/* cookie-bar */
 .eu-cookie-bar-notification {
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 9999;
}
 .eu-cookie-bar-notification .text {
     color: #fff;
     margin-bottom: 15px;
}
 .eu-cookie-bar-notification .content {
     background: rgba(0, 184, 159, .8);
     padding: 30px;
}
 .eu-cookie-bar-notification .content .ok-button {
     background: #BB0030;
     border: 0;
     color: #fff;
     padding: 5px 15px;
     cursor: pointer;
}
 .eu-cookie-bar-notification .learn-more {
     font-weight: 700;
     color: #fff;
     margin-left: 15px;
     font-family: Roboto-bold-condensed;
     letter-spacing: 1px;
}
/* back to top */
 #back-to-top {
     position: fixed;
     bottom: 16px;
     right: 16px;
     width: 45px;
     height: 45px;
     text-align: center;
     cursor: pointer;
     transition: opacity 0.2s ease-out;
     opacity: 0;
     font-size: 30px;
     z-index: 9998;
     background: #BB0030;
     color: #fff;
}
 #back-to-top:hover {
     background: #dc4d00;
}
 #back-to-top .fa {
     padding-top: 5px;
}
 #back-to-top.show {
     opacity: 1;
}
/* search */
 #small-searchterms {
     border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
}
 #small-search-box-form {
     width: 100%;
}
 .basic-search label, .advanced-search label {
     font-weight: 500;
}
 .search-container .search-box-text, .search-container .search-box-button {
     height: 50px;
}
 .search-container .search-box-button {
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 2px;
     text-transform: uppercase;
     display: flex;
     align-items: center;
}
 .search-container .admin-links {
     display: none !important;
}
 .search-container .searchBy {
     height: 50px;
}
 .search-container .searchBy:focus {
     border-color: #ced4da;
}
 .search-input .search-button {
     background: #BB0030;
     border-color: #BB0030;
}
 .search-input .search-button:hover {
     background: #BB0030;
     border-color: #BB0030;
}
/* autocomplete */
 ul.ui-autocomplete li:hover {
     cursor: pointer;
     background-color: #f7f7f9;
}
 ul.ui-autocomplete {
     background-color: #fff;
     border: 1px solid #ddd;
     padding-left: 0;
     z-index: 9999;
     position: fixed !important;
     transition: left .3s ease;
     border-radius: 0;
}
 ul.ui-autocomplete .ui-state-hover, ul.ui-autocomplete .ui-widget-content .ui-state-hover, ul.ui-autocomplete .ui-widget-header .ui-state-hover, ul.ui-autocomplete .ui-state-focus, ul.ui-autocomplete .ui-widget-content .ui-state-focus, ul.ui-autocomplete .ui-widget-header .ui-state-focus, ul.ui-autocomplete .ui-button:hover, .ui-button:focus {
     border: 0;
     background: transparent;
     font-weight: normal;
     color: #BB0030;

}
 .ajaxfilter-section .ui-state-hover, .ajaxfilter-section .ui-widget-content .ui-state-hover, .ajaxfilter-section .ui-widget-header .ui-state-hover, .ajaxfilter-section .ui-state-focus, .ajaxfilter-section .ui-widget-content .ui-state-focus, .ajaxfilter-section .ui-widget-header .ui-state-focus, .ajaxfilter-section .ui-button:hover, .ajaxfilter-section .ui-button:focus {
     border: 1px solid #c5c5c5;
     background: #f6f6f6;
     font-weight: normal;
     color: #454545;
}
 .ajaxfilter-section .ui-slider-handle {
     border-radius: 0;
     background: #002E66;
     border-color: #002E66;
}
 .ajaxfilter-section .ui-slider-handle:hover {
     background: #002E66;
     border-color: #002E66;
}
 ul.ui-autocomplete li {
     padding: 10px;
     border-top: 1px solid #f1f1f1;
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
     border-bottom-right-radius: 0 !important;
}
 ul.ui-autocomplete li:first-child {
     border-top: 0;
}
 ul.ui-autocomplete li img {
     padding-right: 5px;
}
 ul.ui-autocomplete li a {
     color: #666666;
}
/* desktop menu */
 .desktop-menu-opener {
     margin-left: 15px;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     width: 180px;
     height: 48px;
     align-items: center;
     display: flex;
}
 #desktop-menu-opener.show .fa::before {
     content: "\f106";
}
 #desktop-menu-opener {
     cursor: pointer;
}
 .desktop-menu-opener .fa-angle-down {
     position: relative !important;
     right: -50px !important;
     font-size: 26px;
     color: #464646;
}
 #desktop-menu-opener {
     display: flex;
     padding-left: 15px;
     color: #464646;
     height: 100%;
     width: 100%;
     align-items: center;
     font-size: 16px;
     font-family: Roboto-light-standard;
     font-weight: 700;
}
 .desktop-menu-list {
     display: none;
}
 .desktop-menu-list.show {
     display: block;
     position: absolute;
     top: 49px;
     left: -1px;
     width: 180px;
     min-height: 300px;
     max-height: 600px;
     overflow-y: auto;
     padding-left: 0;
     margin-bottom: 0;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     background-color: #fff;
}
 @keyframes menu-enter {
     from {
         display: none;
         z-index:-1;
         top:-300%;
    }
     to {
         display: block;
         z-index:-1;
    }
}
 .desktop-menu-list.show {
     animation-name: menu-enter;
     animation-duration: .3s;
     transition: all .3s ease-in-out;
}
 .desktop-subcategories.show {
     animation-name: menu-enter;
     animation-duration: .3s;
     transition: all .3s ease-in-out;
}
 .desktop-menu-list li {
     height: 48px;
     display: flex;
     align-items: center;
}
 .desktop-menu-list li::before {
     content: "";
     opacity: 0;
     height: 0;
}
 .desktop-menu-list li:hover::before {
     position: absolute;
     opacity: 1;
     content: "";
     left: -1px;
     height: 48px;
     width: 2px;
     transition: all .3s ease-in-out;
     background: #BB0030;
}
 .desktop-menu-list .dropdown-toggle::after {
     border: 0 !important;
}
 .desktop-subcategories {
     display: none;
}
 .desktop-subcategories.show {
     display: block;
     background-color: #fff;
     left: 178px;
     height: 337px;
     min-height: 300px;
     max-height: 600px;
     top: 49px;
     position: absolute;
     min-width: 300px;
     border-bottom: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-left: 1px solid #ddd;
     transition: all .3s ease-in-out;
}
 .desktop-subcategories .sub-text {
    font-size: 18px;
    font-family: Roboto-light-condensed;
    padding: 15px;
    position: absolute;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    min-width: 270px;
    max-width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 .desktop-subcategories ul.first-level {
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     overflow-y: auto;
     height: calc(100% - 48px);
     width: 100%;
     top: 48px;
     border-radius: 0;
     border: 0;
     text-align: left;
     opacity: 1 !important;
     border-top: 1px solid rgba(0,0,0,.15);
}
 .desktop-menu-opener .cat-name {
     color: #BB0030;
}
 .desktop-menu-opener li a {
     color: #222;
}
 .desktop-subcategories li a {
     color: #002E66;
}
 .desktop-menu-opener li:hover a {
     color: #FF6D1F;
}
 .desktop-subcategories .nav-item a.dropdown-toggle::after {
     display: none;
}
 .desktop-subcategories .nav-item.dropdown {
     display: flex;
}
 .desktop-subcategories .nav-item.dropdown .fa {
     right: -150px !important;
     position: relative;
     padding-top: 4px;
     transform: rotate(270deg);
     color: #002E66;
     cursor: pointer;
}
 .desktop-menu-list .fa {
     display: none;
}
 .desktop-subcategories .dropdown-menu.showon {
     display: block;
     top: 47px;
     z-index: 9999;
     border-radius: 0;
     border-left: 0;
     width: 100%;
     height: calc(100% - 47px);
     border: 0;
     border-top: 1px solid rgba(0,0,0,.15);
}
 .desktop-subcategories .closer {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 20px;
     display: none;
     cursor: pointer;
}
 .desktop-subcategories .closer::after {
     content: "\f00d";
     font-family: FontAwesome;
}
/* mobile collapsing menu */
 #mobile-collapsing-menu {
     left: -200%;
     transition: all .5s ease-in-out;
     display: block;
     top: 47px;
     border-left: 0;
     border-right: 1px solid #9da6b2;
     border-bottom: 1px solid #9da6b2;
     max-width: 100%;
     width: 100%;
     overflow: hidden;
}
 .mobile-menu-button {
     width: 58px;
     background: #BB0030;
}
 #mobile-collapsing-menu.show {
     left: 0px;
}
 #mobile-collapsing-menu .dropdown-menu {
     top: 52px;
     border-radius: 0;
     position: fixed;
     border: 0;
     margin: 0;
     padding: 0;
     display: block;
     opacity: 0;
     left: 200%;
     transition: all .5s ease-in-out;
     width: calc(100% - 2px);
     z-index: -1;
     right: unset;
}
 #mobile-collapsing-menu .dropdown-menu .nav-link {
     width: 100%;
}
 #mobile-collapsing-menu .dropdown-toggle::after {
     display: none !important;
}
 #mobile-collapsing-menu .nav-item .nav-link {
     padding-top: 15px;
     padding-bottom: 15px;
     font-size: 18px;
     font-family: Roboto-light-condensed;
}
 #mobile-collapsing-menu.show .nav-item.dropdown .fa-angle-down {
     top: 1px;
     position: absolute;
     right: 2px;
     transform: rotate(270deg);
     align-items: center;
     font-size: 28px;
     display: flex;
     align-self: center;
     justify-content: center;
     color: #002E66;
     transition: all .3s;
     padding-left: 15px;
     padding-right: 15px;
     padding-top: 10px;
     padding-bottom: 10px;
}
 #mobile-collapsing-menu.show .nav-item.dropdown .fa-times {
     top: -3px;
     font-size: 22px;
     position: absolute;
     right: 1px;
     align-items: center;
     display: flex;
     align-self: center;
     justify-content: center;
     color: #fff;
     transition: all .3s;
     padding: 17px;
}
 #mobile-collapsing-menu.show .nav-item.dropdown .fa-times::before {
     content: "";
     width: 25px;
     height: 3px;
     background: #fff;
     position: absolute;
     top: 26px;
     right: 10px;
     transform: rotate(45deg);
}
 #mobile-collapsing-menu.show .nav-item.dropdown .fa-times::after {
     content: "";
     width: 25px;
     height: 3px;
     background: #fff;
     position: absolute;
     top: 26px;
     right: 10px;
     transform: rotate(-45deg);
}
 #mobile-collapsing-menu .dropdown-menu.sublist .nav-item:first-of-type {
     background-color: #002E66;
}
 #mobile-collapsing-menu .dropdown-menu.sublist .nav-item:first-of-type a {
     color: #fff;
     font-weight: 400;
}
 #mobile-collapsing-menu .dropdown .nav-item:first-of-type {
     background-color: rgb(223, 225, 226);
     font-weight: 700;
}
 #mobile-collapsing-menu .nav-item {
     padding-left: 10px;
     padding-right: 10px;
     border-bottom: 1px solid #9da6b2;
}
 #mobile-collapsing-menu .nav-item:first-child {
     border-top: 1px solid #9da6b2;
}
/*#mobile-collapsing-menu.show .nav-item.dropdown .fa-angle-down:hover, #mobile-collapsing-menu.show .nav-item.dropdown .fa-times:hover {
     color: #fff;
     background: rgb(89, 96, 99);
}
 */
 #mobile-collapsing-menu .nav-item.dropdown {
     padding-right: 15px;
}
 #mobile-collapsing-menu .fa-caret-down.rotate {
     transform: rotate(0deg);
}
 #mobile-menu-opener {
     width: 33px;
     height: 40px;
     margin-top: 10px;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
}
 #mobile-menu-opener span {
     display: block;
     position: absolute;
     height: 4px;
     width: 100%;
     background: #fff;
     border-radius: 9px;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}
 #mobile-menu-opener {
     position: absolute;
     left: 12px;
     top: 5px;
}
 #mobile-menu-opener span:nth-child(1) {
     top: 0px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #mobile-menu-opener span:nth-child(2) {
     top: 9px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #mobile-menu-opener span:nth-child(3) {
     top: 18px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #mobile-menu-opener.show span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     top: -2px;
     left: 3px;
}
 #mobile-menu-opener.show span:nth-child(2) {
     width: 0%;
     opacity: 0;
}
 #mobile-menu-opener.show span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 21px;
     left: 3px;
}
 #mobile-options-opener {
     position: fixed;
     right: 0;
     top: 51px;
     width: 58px;
     justify-content: center;
     background: #002E66;
     border: 1px solid #fff;
     z-index: 9999;
     transition: all .3s ease;
}
 #mobile-options-opener .nav-link .fa{
     color: #fff;
     font-size: 28px;
}
/* news */
 .news-body ul {
     list-style-type: inherit;
}
 .share-link {
     padding-left: 10px;
     position: relative;
     top: 3px;
}
/* home-page-news */
 .news-list-homepage .generalTitle, .news-list-page .generalTitle, .blog-page .generalTitle {
     font-size: 36px;
     font-family: Roboto-light-condensed;
}
 .news-list-homepage .news-full, .news-list-page .news-full, .blog-page .news-full {
     display: none !important;
}
 .news-list-homepage .news-img, .news-list-page .news-img, .blog-page .news-img {
     display: flex;
     justify-content: center;
}
 .news-list-homepage .news-img img, .news-list-page .news-img img, .blog-page .news-img img {
     width: auto;
     height: 400px;
}
 .news-list-homepage .news-img .news-date, .news-list-page .news-img .news-date, .blog-page .news-img .news-date {
     display: flex;
     flex-direction: column;
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 1;
     background: #BB0030;
     width: 80px;
     height: 80px;
     padding: 10px 0;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     color: #FFFFFF;
     font-weight: 700;
     text-align: center;
     -webkti-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     font-family: Roboto-regular;
}
 .news-list-homepage .news-img .news-date .day, .news-list-page .news-img .news-date .day, .blog-page .news-img .news-date .day {
     font-size: 20px;
}
 .news-list-homepage .news-img .news-date .month, .news-list-page .news-img .news-date .month, .blog-page .news-img .news-date .month {
     font-size: 12px;
     text-transform: uppercase;
}
 .blog-page .news-item .card-body img {
     display: none;
}
 .news-list-homepage .owl-news-item, .news-list-page .news-item, .blog-page .news-item {
     background-color: #fff;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
     padding-left: 0;
     padding-right: 0;
     transition: all .3s ease-in-out;
     overflow: hidden;
}
 .news-list-homepage .card, .news-list-page .card, .blog-page .card {
     box-shadow: unset !important;
     background-color: transparent;
     padding-bottom: 0 !important;
}
 .news-list-homepage .news-title, .news-list-page .news-title, .blog-page .news-title {
     color: #002E66;
}
 .news-list-homepage .news-title .h5, .news-list-page .news-title .h5, .blog-page .news-title h5 {
     min-height: 42px;
 }
 .news-list-homepage .news-title:hover, .news-list-page .news-title:hover, .blog-page .news-title:hover {
     color: #BB0030;
}
 .news-list-homepage .news-photo, .news-list-page .news-photo, .blog-page .news-photo {
     padding-left: 30px;
     padding-right: 30px;
}
 .news-list-homepage .card-body, .news-list-page .card-body, .blog-page .card-body {
     height: 140px;
     overflow: hidden;
}
 .news-list-homepage .card-footer, .news-list-page .card-footer, .blog-page .card-footer {
     border-top: 0;
}
 .news-list-homepage .news-home-carousel .owl-stage {
     padding-top: 20px;
     padding-bottom: 20px;
}
 .news-list-homepage .owl-news-item:hover, .news-list-page .news-item:hover, .blog-page .news-item:hover {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .news-list-homepage .read-more, .news-list-page .read-more, .blog-page .read-more {
     width: 100px;
     text-transform: capitalize;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: 2px;
     border-radius: 0;
}
 .news-list-homepage .view-all a {
     background: #002E66;
     color: #fff;
     border-radius: 0;
     font-weight: 700;
     letter-spacing: 2px;
     border-color: #002E66;
}
/* news item */
 .news-item-page .news-body img, .blogpost-page .news-body img {
     width: 100%;
     height: auto;
}
 .news-item-page .news-titles, .blogpost-page .news-titles {
     font-family: Roboto-light-condensed;
     font-size: 34px;
     font-weight: 300;
}
 .news-item-page .comment-container, .news-item-page .news-body, .news-item-page .new-comment, .blogpost-page .comment-container, .blogpost-page .news-body, .blogpost-page .new-comment {
     background: #fff;
     padding: 15px;
     margin-bottom: 15px;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .news-item-page .news-body, .news-item-page .new-comment, .blogpost-page .news-body, .blogpost-page .new-comment {
     margin-bottom: 15px;
}
 .news-item-page .comment-container .comment-header {
     padding-bottom: 15px;
     padding-left: 0;
}
 .blogpost-page .comment-container .comment-header {
     padding-bottom: 15px;
}
 .news-item-page .comment-container .comment-date, .blogpost-page .comment-container .comment-date {
     font-family: Roboto-light-condensed;
     font-size: 18px;
}
 .news-item-page .comment-container .comment-name, .blogpost-page .comment-container .comment-name {
     font-size: 18px;
     font-weight: 700;
}
 .news-item-page .comment-container .comment-content {
     padding-left: 0;
}
 .news-item-page .comment-container .comment-title, .blogpost-page .comment-container .comment-title {
     font-family: Roboto-light-condensed;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: .5px;
}
 .news-item-page .comment-container .comment-header .comment-border, .blogpost-page .comment-container .comment-header .comment-border {
     height: 30px;
     border-bottom: 1px solid #ddd;
}
 .blogpost-page .tags .btn {
     margin-bottom: 5px;
}
/* chachout */
 .order-progress ul {
     display: flex;
     justify-content: center;
     padding-left: 0;
     padding-top: 15px;
}
 .order-progress ul li {
     display: flex;
     justify-content: center;
     width: 100%;
     margin-right: 15px;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     transition: all .3s ease;
}
 .order-progress ul li:hover {
     transform: scale(1.1);
}
 .order-progress ul li a:hover {
     color: #fff !important;
}
 .order-progress ul li:last-of-type {
     margin-right: 0;
}
 .order-progress ul li.inactive-step a {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #fff;
     background: #002E66;
     width: 100%;
     text-align: center;
}
 .order-progress ul li.active-step a {
     color: #fff;
     padding: 15px 0px;
     background: #BB0030;
     width: 100%;
     text-align: center;
}
 .checkout-data .card.address-item {
     padding-bottom: 0 !important;
     border-radius: 0;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .checkout-data .card .card-header {
     border-bottom: 0;
}
 .checkout-data .card .card-footer {
     border-top: 0;
}
 .checkout-data .select-billing-address h5 {
     font-family: Roboto-light-condensed;
}
 .payment-info .payment-info-next-step-button {
     width: auto !important;
     background: #1bb826;
     border-color: #1bb826;
     color: #fff;
     border-radius: 0;
}
 .payment-info .payment-info-next-step-button:hover {
     color: #fff;
     background-color: #218838;
     border-color: #1e7e34;
}
 .checkout-data .order-summary-content .card {
     border-radius: 0;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .checkout-data .order-summary-content .card:hover {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .checkout-data .totals, .payment-info-page .totals, .payment-info .info, .shipping-method .method-list, .shipping-method-page .totals, .payment-method-page .totals, .payment-method-page .use-reward-points, .payment-method-page .method-list {
     background: #fff;
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .payment-method-page .use-reward-points, .payment-method-page .method-list {
     padding: 15px !important;
     margin-bottom: 15px;
}
 .payment-info .info, .shipping-method .method-list {
     padding: 15px;
}
 .payment-info .info table {
     border-bottom: 0;
}
 .payment-info .info table tbody {
     border: 0;
}
 .checkout-data .totals table, .payment-info-page .totals table, .shipping-method-page .totals table, .payment-method-page .totals table {
     margin-bottom: 0;
     border-bottom: 0;
}
 .new-billing-address {
     padding: 15px;
     background: #fff;
     margin-bottom: 15px;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .checkout-data .card.order-completed {
     border-radius: 0;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .method-name label {
     margin-right: 0;
     font-size: 14px;
}
 .checkout-attributes div {
     margin-bottom: 10px;
}
 .checkout-page .pickup-points-map {
     min-width: 400px;
     min-height: 350px;
     vertical-align: middle;
     margin-top: 5px;
     margin-bottom: 5px;
}
 .payment-method-page .method-list {
     display: flex;
     flex-wrap: wrap;
}
 .payment-method-page .method-list li {
     margin-right: 10px;
     border-left: 1px solid #ddd;
     padding-left: 10px;
}
 .payment-method-page .method-list li:first-of-type {
     border-left: 0;
     padding-left: 0;
}
 .payment-info-page table tbody tr:nth-child(even) {
     background-color: #fff;
}
 .payment-info-page tr td:first-of-type {
     width: 130px;
}
 .use-reward-points .custom-control.custom-checkbox input {
     visibility: hidden;
}
 #checkout-payment-method-load .payment-method, #checkout-billing-load .checkout-data {
     padding: 15px;
     margin-top: 15px;
     margin-bottom: 15px;
     background: #fff;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .tab-section.active .card-bodyquote span {
     color: #fff;
     transition: unset;
}
 .recaptcha_input_area input {
     height: 30px;
     margin: 0;
}
 .product-tags-list .btn {
     margin: 3px;
     background: #002E66;
     color: #fff;
     border: 0;
     border-radius: 0;
}
 .view-all .btn {
     background: #BB0030;
     border-color: #BB0030;
     border-radius: 0;
}
 .product-tags-list .btn:hover {
     background: #002E66;
}
 .add-more-external-records a {
     font-size: 14px;
}
 .at-share-btn-elements .at-share-btn span {
     height: 32px;
     width: 32px;
     min-width: 32px;
     min-height: 32px;
}
 .terms-of-service label, .select-boxes label {
     margin: 0;
}
 .filtered-items ul li:before {
     display: none;
}
/* external modal */
 #action_modal {
     position: relative;
     background: #FFF;
     padding: 20px;
     width: auto;
     max-width: 650px;
     margin: 0;
}
 .my-mfp-zoom-in .zoom-anim-dialog {
     opacity: 0;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -ms-transform: scale(0.8);
     -o-transform: scale(0.8);
     transform: scale(0.8);
}
 .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
     opacity: 1;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
}
 .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
     -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -ms-transform: scale(0.8);
     -o-transform: scale(0.8);
     transform: scale(0.8);
     opacity: 0;
}
 .my-mfp-zoom-in.mfp-bg {
     opacity: 0;
     -webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
     -o-transition: opacity 0.3s ease-out;
     transition: opacity 0.3s ease-out;
}
 .my-mfp-zoom-in.mfp-ready.mfp-bg {
     opacity: 0.8;
}
 .my-mfp-zoom-in.mfp-removing.mfp-bg {
     opacity: 0;
}
 .my-mfp-slide-bottom .zoom-anim-dialog {
     opacity: 0;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     -webkit-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
     -moz-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
     -ms-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
     -o-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
     transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
}
 .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
     opacity: 1;
     -webkit-transform: translateY(0) perspective( 600px) rotateX( 0);
     -moz-transform: translateY(0) perspective( 600px) rotateX( 0);
     -ms-transform: translateY(0) perspective( 600px) rotateX( 0);
     -o-transform: translateY(0) perspective( 600px) rotateX( 0);
     transform: translateY(0) perspective( 600px) rotateX( 0);
}
 .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
     opacity: 0;
     -webkit-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
     -moz-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
     -ms-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
     -o-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
     transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
}
 .my-mfp-slide-bottom.mfp-bg {
     opacity: 0;
     -webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
     -o-transition: opacity 0.3s ease-out;
     transition: opacity 0.3s ease-out;
}
 .my-mfp-slide-bottom.mfp-ready.mfp-bg {
     opacity: 0.8;
}
 .my-mfp-slide-bottom.mfp-removing.mfp-bg {
     opacity: 0;
}
/* product */
 .product-simple-share .btn {
     display: flex;
     height: 38px;
}
 .product-simple-share .btn .fa {
     align-self: center;
     padding-right: 5px;
}
 .product-details-page .option-list.attribute-squares.image-squares img {
     width: 110px;
}
 .product-details-page .option-list.attribute-squares.image-squares li {
     margin-right: 15px;
}
 .product-details-page .option-list.attribute-squares.image-squares li .attribute-square-container {
     display: none;
}
 .product-details-page .option-list.attribute-squares.image-squares li input {
     height: auto;
}
 .product-details-page .add-to-compare-list-button {
     display: inline-flex;
     align-items: center;
}
 .product-details-page .add-to-compare-list-button span {
     padding-left: 5px;
}
 .product-details-page .email-a-friend-button {
     height: 38px;
}
/* language-mobile */
 .header-links .language-list-mobile, .header-links .tax-list-mobile, .header-links .currency-list-mobile, .header-links .currency-button, .header-links .tax-button, .header-links .language-button {
     display: none !important;
}
 #mobile-collapsing-menu .language-list-mobile ul, #mobile-collapsing-menu .tax-list-mobile ul, #mobile-collapsing-menu .currency-list-mobile ul {
     opacity: 0;
     position: absolute;
     transition: all .3s;
     z-index: -1;
     padding-left: 0;
     margin-top: 0;
     margin-bottom: 0;
     width: 100%;
}
 #mobile-collapsing-menu .language-list-mobile, #mobile-collapsing-menu .tax-list-mobile, #mobile-collapsing-menu .currency-list-mobile {
     transition: all .3s;
     margin-right: 3px;
}
 #mobile-collapsing-menu .option-list-mobile:last-of-type {
     margin-right: 0;
}
 #mobile-collapsing-menu .language-list-mobile ul.show, #mobile-collapsing-menu .tax-list-mobile ul.show, #mobile-collapsing-menu .currency-list-mobile ul.show {
     opacity: 1;
     position: absolute;
     z-index: 9999;
     border-right: 1px solid #9da6b2;
     border-left: 1px solid #9da6b2;
     border-bottom: 1px solid #9da6b2;
     border-top: 1px solid #9da6b2;
     margin-top: 15px;
}
 #mobile-collapsing-menu .option-list-mobile li.active, #mobile-collapsing-menu .language-list-mobile li:first-child {
     outline: 1px solid #000;
     font-weight: 700;
}
 .option-list-mobile li {
     display: flex;
     background: #fff;
     font-family: Roboto-light-condensed;
     justify-content: center;
     padding-top: 5px;
     padding-bottom: 5px;
     min-height: 51px;
}
 .option-list-mobile li a {
     color: #000;
     align-self: center;
}
 .option-list-mobile img {
     align-self: center;
}
 .option-list-mobile li:nth-child(even) {
     background-color: #f1f1f1;
}
 .mobile-option-button {
     background: #002E66;
     color: #fff;
     font-family: Roboto-light-condensed;
     border-right: 1px solid #002E66;
     border-left: 1px solid #002E66;
     border-bottom: 1px solid #002E66;
     padding-top: 10px;
     padding-bottom: 10px;
     height: 51px;
     align-items: center;
     display: flex;
     justify-content: center;
     transition: .3s all ease-in-out;
}
 .mobile-option-button:before {
     pointer-events: none;
     position: absolute;
     z-index: -1;
     content: '';
     border-style: solid;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform;
     transition-property: transform;
     left: calc(50% - 10px);
     bottom: 0;
     border-width: 10px 10px 0 10px;
     border-color: #e1e1e1 transparent transparent transparent;
}
 .mobile-option-button.icon-change:before {
     -webkit-transform: translateY(10px);
     transform: translateY(10px);
     border-color: #000 transparent transparent transparent;
}
 .options-container {
     background: #f1f1f1;
}
/* navbar */
 .navbar-nav .generalDropDown .dropdown-menu ul a:hover {
     color: #0a5596;
}
 .dropdown-menu li {
     display: inline-flex;
     width: 100%;
}
 .navbar-inner {
     min-height: 60px;
}
 .navbar .brand {
     padding: 0 10px;
}
 .brand img {
     margin-bottom: 5px;
}
 .navbar .nav > li > a, .navbar .nav.mainNav > li > a {
     padding-left: 7px;
     padding-top: 10px;
     padding-bottom: 10px;
}
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
     background-color: #4f4f50;
}
/* nav fixed - top - */
 .navUp li a span.fa {
     margin-right: 2px;
     margin-left: 0;
}
 .navUp li a {
     font-size: 16px;
     line-height: 20px;
     font-family: Roboto-light-condensed;
}
 nav .nav-item.list-inline {
     padding-top: 3px;
}
 .navUp .dropdown-menu ul a {
     color: #373a3c;
     margin: auto;
}
 .navbar-light .navbar-nav .nav-item:first-of-type .nav-link{
     padding-left: 0;
}
 .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
     color: rgba(0,0,0,.5);
}
 .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link-admin {
     padding-top: 10px;
     color: #464646;
     padding-right: 7px;
     letter-spacing: 0.2px;
     display: flex;
}
 .navUp .dropdown-menu {
     margin-top: 0;
     background-color: #fff;
     min-width: 40px;
}
/* main - category nav - mainNav */
 .mainNav .nav-item.dropdown span {
     position: absolute;
     right: 15px;
     font-size: 35px;
     cursor: pointer;
}
 .mainNav a {
     color: #f7f7f9;
     text-transform: uppercase;
     font-size: 13px;
}
 .mainNav .nav-item.dropdown span, .generalDropDown {
     -webkit-transition: all 0.3s;
     -webkit-transition-timing-function: linear;
     transition: all 0.3s;
     transition-timing-function: linear;
}
 .mainNav .dropdown-toggle::after {
     display: none;
}
 .mainNav .nav-item.dropdown button {
     position: absolute;
     right: 0;
     font-size: 19px;
}
 .navbar.mainNav .nav > li:hover > a {
     color: #aaafad;
}
 .navbar.mainNav .navbar-toggler {
     color: #fff;
     cursor: pointer;
     display: inline-flex;
     display: ruby;
     width: 100%;
     text-align: left;
     padding: 7px 13px;
     text-transform: uppercase;
     font-size: 19px;
}
/* drop-down */
 .navbar-nav .cartCounter .dropdown-menu {
     border: none;
     background-color: #FFF;
}
 .dropdown.show .dropdown-menu {
     display: block;
}
 .desktop-options {
     width: 105px;
}
 #options-opener {
     display: flex;
     align-items: center;
     color: #464646;
     height: 48px;
     font-family: Roboto-light-standard;
     font-size: 16px;
     font-weight: 700;
     background-color: transparent;
     border: 0;
     cursor: pointer;
}
 #options-opener::after {
     content: "\f107";
     font-family: FontAwesome;
     font-size: 26px;
     display: flex;
     align-items: center;
     border: 0;
     color: #464646;
     font: normal normal normal 26px/1 FontAwesome;
}
 .desktop-options.show #options-opener::after {
     content: "\f106";
}
 .desktop-options .dropdown-menu {
     left: auto;
     right: -10px;
     border: 1px solid #ddd;
     border-radius: 0;
     min-width: 200px;
     animation-name: dropdown-anim;
     animation-duration: .3s;
     animation-timing-function: ease;
}
 @keyframes dropdown-anim {
     from {
        opacity: 0;
        transform:translateY(-30px);
    }
     to {
        opacity: 1;
        transform:translateY(0px);
    }
}
 .dropdown:hover .next-level {
     display: none;
}
 .navbar-nav .dropdown-menu {
     margin-top: 0;
}
 .dropdown-menu a:hover {
     color: #aaafad;
}
 .dropdown-menu a {
     padding-left: 15px;
     width: 100%;
     letter-spacing: 0.5px;
}
 .generalDropDown {
     padding-top: 6px;
}
 .generalDropDown .last {
     padding-right: 0;
}
 .dropdown-menu-right {
     right: 0;
     left: auto;
}
 .navbar-nav .dropdown-menu {
     position: absolute;
     float: left;
}
 .currency-selector .btn-group .btn, .tax-type-button .btn {
     height: 30px;
}
 .dropdown-toggle::after {
     align-self: center;
}
 .navUp .dropdown-menu li a {
     min-width: 100px;
}
/* header */
 .hl-container .wishlist-icon .fa, .hl-container .cart-icon .fa {
     font-size: 32px;
}
 header {
     margin-top: 160px;
}
 header .dropdown-menu .totals {
     border-top: 1px solid #dddddd;
     padding-top: 15px;
     padding-bottom: 15px;
     font-size: 20px;
}
 header .cartCounter .dropdown-menu {
     background-color: #fff;
}
 .dropdown-menu {
     background-color: #373a3c;
}
 .generalDropDown button {
     min-width: 36px;
}
 .navUp .tax.dropdown-menu {
     min-width: 193px;
}
 .dropdown:hover .dropdown-content {
     display: block;
}
 section .product-filters, .category-page .categoryGrid, header section {
     overflow: initial;
}
 a.read {
     padding-left: 10px;
     font-weight: 700;
}
 .mfp-content img {
     width: 100%;
}
 .img-wish {
     width: 100%;
     max-width: 500px;
}
 ul.color-squares input {
     display: none;
}
 .logo-container img {
     height: 48px;
     width: auto;
}
 .logo-container h1 {
     width: 100%;
     text-align: center;
}
 .header-bottom {
     width: 100%;
     height: 50px;
     background: #fff;
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
}
 @keyframes expand-hide {
     from {
         display: flex;
    }
     to {
         left: -300%;
         height: 0;
         border-bottom: 0 
    }
}
 .navUp.expand .header-bottom, .navUp.expand .desktop-menu-opener, .navUp.expand #desktop-menu-opener {
     animation-name: expand-hide;
     animation-duration: .3s;
     animation-fill-mode: forwards;
}
 .nav-desc-container {
     padding-top: 1.5rem;
     padding-bottom: 1.5rem;
     transition: all .3s ease;
     background: #fff;
}
 .navUp.expand .nav-desc-container {
     padding-top: 5px;
     padding-bottom: 5px;
}
/* home-page bestsellers & featured slider */
 .home-prod-feat, .home-prod-best,
 .home-prod-recom {
     padding: 16px;
}
 .home-prod-feat a, .home-prod-best a,
 .home-prod-recom a {
     color: #666666;
}
 .home-prod-feat.active, .home-prod-best.active,
 .home-prod-recom.active {
     box-shadow: inset 0 -2px 0 #BB0030;
}
 .home-prod-feat.active a, .home-prod-best.active a,
 .home-prod-recom.active a {
     color: #BB0030 
}
 .product-slider .card.gen, .product-slider .card.gen img, .product-slider .card-body, .product-slider .card-footer {
     border-radius: 0;
}
 #product-tabs-slider .tab-content {
     padding: 15px;
     padding-bottom: 5px;
     background-color: #fff;
     border: 1px solid rgba(0,0,0,.125);
     transition: all .3s ease;
}
 #product-tabs-slider .tab-content:hover {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 #product-tabs-slider .tab-pane.active {
     opacity: 1;
     animation-name: slider-fade;
     animation-duration: .6s;
     animation-fill-mode: forwards;
     animation-timing-function: ease-in-out;
}
 @keyframes slider-fade {
     from {
         opacity: 0;
    }
     to {
         opacity: 1 
    }
}
.ajax-loading-block-window {
    background-color: rgba(255,255,255,.5);
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pre-div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 1100;
}
 #loader {
     box-shadow: 3px 3px 0px 3px rgba(245, 86, 0, 1);
     content: "";
     width: 90px;
     height: 90px;
     border-radius: 100%;
     background: transparent;
     animation-name: loader-anim;
     animation-timing-function: linear;
     animation-duration: 3s;
     animation-iteration-count: infinite;
}
 @keyframes loader-anim {
     from {
         transform: rotate(0deg);
    }
     to {
         transform: rotate(3000deg);
    }
}
 #loader-2 {
     box-shadow: 1px 1px 0px 1px rgba(245, 86, 0, 1);
     content: "";
     width: 75px;
     height: 75px;
     border-radius: 100%;
     background: transparent;
     animation-timing-function: linear;
     animation-name: loader-anim-2;
     animation-duration: 6s;
     animation-iteration-count: infinite;
}
 @keyframes loader-anim-2 {
     from {
         transform: rotate(180deg);
    }
     to {
         transform: rotate(3000deg);
    }
}
 #product-tabs-slider .nav-tabs {
     border-bottom: 0;
}
 #product-tabs-slider .card-body, .category-slider .card-body, .category-page .item-box .card-body, .ajax-products .card-body, .common-slider .card-body, .manufacturer-page .card-body {
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 170px;
     padding: 15px;
}
 #product-tabs-slider .card-title strong, .category-slider .card-title strong, .category-page .item-box .card-title strong, .ajax-products .card-title strong, .manufacturer-page .card-title strong {
     font-size: 18px;
     font-family: Roboto-light-condensed;
}
 .common-slider .card-title strong {
     font-size: 16px;
}
 .common-slider .change-percent {
     font-size: 18px;
}
 .common-slider .old-price {
     font-size: 18px;
}
 #product-tabs-slider .card-title, .category-slider .card-title, .category-page .item-box .card-title, .ajax-products .card-title, .common-slider .card-title, .manufacturer-page .card-title {
     margin-bottom: 0px;
     min-height: 50px;
     font-family: Roboto-light-standard;
     font-weight: 700;
}
 #product-tabs-slider .owl-nav .disabled, .category-slider .owl-nav .disabled {
     display: none;
}
 #product-tabs-slider .owl-prev, .category-slider .owl-prev {
     position: absolute;
     top: 44.5%;
     left: -15px;
     color: transparent;
     width: 30px;
     height: 50px;
     outline: 1px solid #ccc;
     background-color: #002E66;
     transition: all .3s ease;
}
 #product-tabs-slider .owl-next, .category-slider .owl-next {
     position: absolute;
     right: -15px;
     top: 44.5%;
     color: transparent;
     width: 30px;
     height: 50px;
     outline: 1px solid #ccc;
     background-color: #002E66;
     transition: all .3s ease;
}
 #product-tabs-slider .owl-next:hover, #product-tabs-slider .owl-prev:hover, .category-slider .owl-next:hover, .category-slider .wol-prev:hover {
     background-color: #002E66;
}
 #product-tabs-slider .owl-next::after, .category-slider .owl-next::after {
     font-family: FontAwesome;
     content: "\f105";
     color: #fff;
     font-size: 35px;
     position: absolute;
     right: 8px;
     top: -2px;
}
 #product-tabs-slider .owl-prev::after, .category-slider .owl-prev::after {
     font-family: FontAwesome;
     content: "\f104";
     color: #fff;
     font-size: 35px;
     position: absolute;
     left: 8px;
     top: -2px;
}
 #product-tabs-slider .owl-item.active .card.gen:first-of-type {
     border-left: 1px solid rgba(0,0,0,.125);
}
 #product-tabs-slider .owl-item.active .card.gen {
     border-left: 0;
}
 #product-tabs-slider .card.gen, .category-slider .card.gen, .category-page .item-box .card.gen, .ajax-products .card.gen, .common-slider .card.gen, .manufacturer-page .card.gen, .product-tag-page .card.gen, .recently-added-products-page .card.gen, .search-results .card.gen, .recently-viewed-products-page .card.gen {
     padding-bottom: 0 !important;
}
 #product-tabs-slider .card.gen .card-footer .btn, .category-slider .card.gen .card-footer .btn, .category-page .item-box .card.gen .card-footer .btn, .ajax-products .card.gen .card-footer .btn, .common-slider .card.gen .card-footer .btn, .manufacturer-page .card.gen .card-footer .btn, .product-tag-page .card.gen .card-footer .btn, .recently-added-products-page .card.gen .card-footer .btn, .search-results .card.gen .card-footer .btn, recently-viewed-products-page .card.gen .card-footer .btn {
     opacity: 0;
}
 #product-tabs-slider .card.gen:hover .card-footer .btn, .category-slider .card.gen:hover .card-footer .btn, .category-page .item-box .card.gen:hover .card-footer .btn, .ajax-products .card.gen:hover .card-footer .btn, .common-slider .card.gen:hover .card-footer .btn, .manufacturer-page .card.gen:hover .card-footer .btn, .product-tag-page .card.gen:hover .card-footer .btn, .recently-added-products-page .card.gen:hover .card-footer .btn, .search-results .card.gen:hover .card-footer .btn, .recently-viewed-products-page .card.gen:hover .card-footer .btn {
     opacity: 1;
}
 #product-tabs-slider .card.gen .card-footer, .category-slider .card.gen .card-footer, .category-page .item-box .card.gen .card-footer, .ajax-products .card.gen .card-footer, .common-slider .card.gen .card-footer, .manufacturer-page .card.gen .card-footer, .product-tag-page .card.gen .card-footer, .recently-added-products-page .card.gen .card-footer, .search-results .card.gen .card-footer, .recently-viewed-products-page .card.gen .card-footer {
     display: flex;
     justify-content: center;
     width: 100%;
     background: transparent;
     border-top: 0;
     opacity: 0;
     padding-top: 0;
     padding-bottom: 0;
     top: 0;
     left: 0;
     border-radius: 0;
     transition: all 0.5s ease 0s;
}
 #product-tabs-slider .card.gen .card-footer .btn-group, .category-slider .card.gen .card-footer .btn-group, .category-page .item-box .card.gen .card-footer .btn-group, .ajax-products .card.gen .card-footer .btn-group, .common-slider .card.gen .card-footer .btn-group, .manufacturer-page .card.gen .card-footer .btn-group, .product-tag-page .card.gen .card-footer .btn-group, .recently-added-products-page .card.gen .card-footer .btn-group, .search-results .card.gen .card-footer .btn-group, .recently-viewed-products-page .card.gen .card-footer .btn-group {
     position: absolute;
     bottom: 180px;
}
 #product-tabs-slider .card.gen:hover .card-footer, .category-slider .card.gen:hover .card-footer, .category-page .item-box .card.gen:hover .card-footer, .ajax-products .card.gen:hover .card-footer, .common-slider .card.gen:hover .card-footer, .manufacturer-page .card.gen:hover .card-footer, .product-tag-page .card.gen:hover .card-footer, .recently-added-products-page .card.gen:hover .card-footer, .search-results .card.gen:hover .card-footer, .recently-viewed-products-page .card.gen:hover .card-footer {
     opacity: 1;
}
 #product-tabs-slider .card.gen .card-footer .btn, .category-slider .card.gen .card-footer .btn, .category-page .item-box .card.gen .card-footer .btn, .ajax-products .card.gen .card-footer .btn, .common-slider .card.gen .card-footer .btn, .manufacturer-page .card.gen .card-footer .btn, .product-tag-page .card.gen .card-footer .btn, .recently-added-products-page .card-footer .btn, .search-results .card-footer .btn, .recently-viewed-products-page .card-footer .btn {
     border-radius: 0 !important;
     transform: translateY(-80px);
     transition: all 0.5s ease 0s;
     border-radius: 0;
     border: 0;
     width: 40px;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-right: 5px;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 #product-tabs-slider .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .category-slider .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .category-page .item-box .card.geb:hover .card-footer .btn:nth-of-type(1):hover, .ajax-products .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .common-slider .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .manufacturer-page .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .product-tag-page .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .recently-added-products-page .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .search-results .card.gen:hover .card-footer .btn:nth-of-type(1):hover, .recently-viewed-products-page .card.gen:hover .card-footer .btn:nth-of-type(1):hover{
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7) !important;
}
 .card.gen .btn-group .btn:nth-of-type(2), .card.gen .btn-group .btn:nth-of-type(3) {
     background: #00a791;
     color: #fff;
}
 .card.gen .btn-group .btn:nth-of-type(2):hover, .card.gen .btn-group .btn:nth-of-type(3):hover {
     background: #002E66;
     color: #fff;
}
 #product-tabs-slider .card.gen:hover .card-footer .btn, .category-slider .card.gen:hover .card-footer .btn, .category-page .item-box .card.gen:hover .card-footer .btn, .ajax-products .card.gen:hover .card-footer .btn, .common-slider .card.gen:hover .card-footer .btn, .manufacturer-page .card.gen:hover .card-footer .btn, .product-tag-page .card.gen:hover .card-footer .btn, .recently-added-products-page .card.gen:hover .card-footer .btn, .search-results .card.gen:hover .card-footer .btn, .recently-viewed-products-page .card.gen:hover .card-footer .btn {
     transform: translateY(0px);
}
 #product-tabs-slider .card.gen:hover .card-footer .btn:nth-of-type(1), .category-slider .card.gen:hover .card-footer .btn:nth-of-type(1), .category-page .item-box .card.geb:hover .card-footer .btn:nth-of-type(1), .ajax-products .card.gen:hover .card-footer .btn:nth-of-type(1), .common-slider .card.gen:hover .card-footer .btn:nth-of-type(1), .manufacturer-page .card.gen:hover .card-footer .btn:nth-of-type(1), .product-tag-page .card.gen:hover .card-footer .btn:nth-of-type(1), .recently-added-products-page .card.gen:hover .card-footer .btn:nth-of-type(1), .search-results .card.gen:hover .card-footer .btn:nth-of-type(1), .recently-viewed-products-page .card.gen:hover .card-footer .btn:nth-of-type(1){
     transition-delay: 0.1s;
}
 #product-tabs-slider .card.gen:hover .card-footer .btn:nth-of-type(2), .category-slider .card.gen:hover .card-footer .btn:nth-of-type(2), .category-page .item-box .card.geb:hover .card-footer .btn:nth-of-type(2), .ajax-products .card.gen:hover .card-footer .btn:nth-of-type(2), .common-slider .card.gen:hover .card-footer .btn:nth-of-type(2), .manufacturer-page .card.gen:hover .card-footer .btn:nth-of-type(2), .product-tag-page .card.gen:hover .card-footer .btn:nth-of-type(2), .recently-added-products-page .card.gen:hover .card-footer .btn:nth-of-type(2), .search-results .card.gen:hover .card-footer .btn:nth-of-type(2), .recently-viewed-products-page .card.gen:hover .card-footer .btn:nth-of-type(2){
     transition-delay: 0.2s;
}
 #product-tabs-slider .card.gen:hover .card-footer .btn:nth-of-type(3), .category-slider .card.gen:hover .card-footer .btn:nth-of-type(3), .category-page .item-box .card.geb:hover .card-footer .btn:nth-of-type(3), .ajax-products .card.gen:hover .card-footer .btn:nth-of-type(3), .common-slider .card.gen:hover .card-footer .btn:nth-of-type(3), .manufacturer-page .card.gen:hover .card-footer .btn:nth-of-type(3), .product-tag-page .card.gen:hover .card-footer .btn:nth-of-type(3), .recently-added-products-page .card.gen:hover .card-footer .btn:nth-of-type(3), .search-results .card.gen:hover .card-footer .btn:nth-of-type(3), .recently-viewed-products-page .card.gen:hover .card-footer .btn:nth-of-type(3){
     transition-delay: 0.3s;
}
 #product-tabs-slider .tab-content ul, .category-slider .btn-group, .category-page .item-box .btn-group, .ajax-products .btn-group, .common-slider .btn-group, .manufacturer-page .btn-group, .product-tag-page .btn-group, .recently-added-products-page .tab-content ul, .search-results .tab-content ul, .recently-viewed-products-page .btn-group {
     padding-left: 0;
     bottom: 180px;
     position: absolute;
     margin-bottom: 0;
}
 #product-tabs-slider .price-content, .category-slider .price-content, .category-page .item-box .price-content, .ajax-products .price-content, .common-slider .price-content, .manufacturer-page .price-content, .product-tag-page .price-content, .recently-added-products-page .price-content, .search-results .price-content {
     min-height: 65px;
     max-height: 65px;
     display: flex;
     flex-direction: column;
}
 .ajax-products .card-title strong {
     font-size: 16px !important;
}
/* product list */
 .product-list .card, .Boxlist .card {
     border-radius: 0;
}
 .product-list .card-body {
     height: auto !important;
     max-height: 315px;
     padding-bottom: 35px;
}
 .Boxlist .card-body {
     padding-bottom: 0;
     margin-bottom: 50px;
     padding-top: 0;
}
 .product-list .card-footer, .Boxlist .card-footer {
     bottom: 0;
     padding-left: 0;
     padding-bottom: 0px;
     padding-top: 0.5rem;
     right: 0.5rem;
     left: 15px;
     width: 97% !important;
     position: absolute;
}
 .product-list .card-body .card-title a, .Boxlist .card-body .card-title a {
     font-family: Roboto-bold-condensed;
     font-size: 36px;
}
 .product-list .card-body .card-text, .Boxlist .card-body .card-text {
     margin-bottom: 0;
     font-size: 14px;
     overflow: hidden;
}
 .product-list .old-price span, .Boxlist .old-price span {
     font-size: 18px !important;
}
 .product-list .change-percent, .Boxlist .change-percent {
     font-size: 24px;
}
 .product-list .actual-price span:first-of-type, .Boxlist .actual-price span:first-of-type {
     font-size: 26px !important;
}
 .product-list .actual-price span:nth-of-type(2), .Boxlist .actual-price span:nth-of-type(2){
     font-size: 42px !important;
}
 .product-list .actual-price span:last-of-type, .Boxlist .actual-price span:last-of-type {
     font-size: 26px !important;
}
 .product-list .card-body .btn-group.list .btn-primary, .Boxlist .card-body .btn-group.list .btn-primary {
     border-radius: 0;
     margin-right: 5px;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .product-list .card-body .btn-group.list, .Boxlist .card-body .btn-group.list {
     bottom: 0;
     position: relative !important;
     margin-bottom: 0;
     left: 0;
}
 .product-list .card-body .btn-group.list .btn-secondary, .Boxlist .card-body .btn-group.list .btn-secondary {
     background: #002E66;
     border: 0;
     color: #fff;
     border-radius: 0;
     margin-right: 5px;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .product-list .product-rating-box, .Boxlist .product-rating-box {
     padding-bottom: 0;
}
 .Boxlist .card-footer .btn {
     transform: unset;
     width: auto;
}
/* slider-promo */
 .slider-promo img {
     display: none !important;
}
 .promo-featured {
     background-image: url(/images/uploaded/promo.jpeg);
     background-size: cover;
}
 .promo-bestsellers {
     background-image: url(/images/uploaded/promo2.jpeg);
     background-size: cover;
}
 .slider-promo {
     font-family: 'Roboto Condensed', sans-serif;
     padding: 10px;
     background: rgba(27, 184, 38, .7);
}
 .slider-promo .percent-text {
     font-size: 150px;
     font-family: Roboto-regular;
     color: #fff;
}
 .slider-promo .promo-text {
     font-size: 30px;
     font-weight: 300;
     color: #fff;
     font-family: Roboto-light;
     position: absolute;
     bottom: 70px;
     width: 90%;
}
 .slider-promo .promo-see-all {
     color: #fff;
     border-top: 1px solid #fff;
     padding-top: 5px;
     text-align: center;
     letter-spacing: 2px;
     position: absolute;
     bottom: 20px;
     width: 90%;
}
 .slider-promo .promo-see-all a {
     font-family: sans-serif;
     font-size: 20px;
     font-weight: 700;
     color: #fff;
}
/* topic - ourbanner */
 .our-banner .fa::before {
     color: #fff;
     font-size: 50px;
     border-radius: 100%;
     padding: 15px;
}
 .our-banner .fa {
     height: 80px;
     width: 80px;
     display: flex;
     justify-content: center;
}
 .our-banner .our-container {
     background-color: #fff;
     border: 1px solid rgba(0,0,0,.125);
     padding: 15px;
     margin-left: 0;
     margin-right: 0;
     display: flex;
     align-items: center;
     transition: all .3s ease;
}
 .our-banner .our-container:hover {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .banner-column .fa:before {
     transition: all .3s ease 0s;
}
 .banner-column:hover .fa:before {
     transform: rotateY(180deg);
}
 .banner-column .fa:after {
     content: "";
     width: 90px;
     height: 90px;
     border-radius: 100%;
     background: transparent;
     margin-top: -4px;
     margin-left: -88px;
     transition: all 0.6s ease-in-out 0s;
}
 .banner-column:hover .fa:after {
     box-shadow: 3px 3px 0px 3px rgba(30, 165, 60, 1);
     content: "";
     width: 90px;
     height: 90px;
     border-radius: 100%;
     background: transparent;
     margin-top: -4px;
     margin-left: -88px;
     transform: rotate(335deg);
}
 .banner-column:first-of-type:hover .fa:after {
     box-shadow: 3px 3px 0px 3px rgba(30, 165, 60, 1);
}
 .banner-column:nth-of-type(2):hover .fa:after {
     box-shadow: 3px 3px 0px 3px rgba(150, 100, 160, 1);
}
 .banner-column:nth-of-type(3):hover .fa:after {
     box-shadow: 3px 3px 0px 3px rgba(30, 100, 170, 1);
}
 .banner-column:first-of-type {
     padding-left: 0;
}
 .banner-column:nth-of-type(2) {
     padding-left: 0;
}
 .banner-column:nth-of-type(3) {
     padding-left: 0;
     padding-right: 0;
}
 .our-banner .banner-column:first-of-type .fa::before {
     background: #1EA53C;
}
 .our-banner .banner-column:nth-of-type(2) .fa::before {
     background: #9664A0;
}
 .our-banner .banner-column:nth-of-type(3) .fa::before {
     background: #1E64AA;
}
/* home-page icons */
 .home-page-icons .topic-block-body {
     background: #fff;
     border: 1px solid rgba(0,0,0,.125);
     transition: all .3s ease;
}
 .home-page-icons:hover {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .home-page-icons .category-container .row {
     padding-top: 10px;
     padding-bottom: 10px;
}
 .home-page-icons .fa {
     margin-bottom: 0;
     padding-left: 11px;
     font-size: 45px;
     color: rgba(000,000,000,.6);
     transition: all .3s ease;
}
 .home-page-icons a {
     display: flex;
     flex-direction: column;
     width: 100%;
}
 .home-page-icons em {
     margin-bottom: 0;
}
 .home-page-icons .category-name {
     font-size: 12px;
     font-style: normal;
     color: #000;
}
 .home-page-icons .category-container {
     display: flex;
     justify-content: center;
     margin-right: 2px;
}
 .home-page-icons .category-container a:hover .fa {
     color: #BB0030;
}
 .home-page-icons .owl-item:nth-of-type(1), .home-page-icons .owl-item:nth-of-type(10n + 1){
     border-bottom: 6px solid #ab47bc;
}
 .home-page-icons .owl-item:nth-of-type(2), .home-page-icons .owl-item:nth-of-type(10n + 2){
     border-bottom: 6px solid #5c6bc0;
}
 .home-page-icons .owl-item:nth-of-type(3), .home-page-icons .owl-item:nth-of-type(10n + 3) {
     border-bottom: 6px solid #42a5f5;
}
 .home-page-icons .owl-item:nth-of-type(4), .home-page-icons .owl-item:nth-of-type(10n + 4){
     border-bottom: 6px solid #26c6da;
}
 .home-page-icons .owl-item:nth-of-type(5), .home-page-icons .owl-item:nth-of-type(10n + 5){
     border-bottom: 6px solid #26a69a;
}
 .home-page-icons .owl-item:nth-of-type(6), .home-page-icons .owl-item:nth-of-type(10n + 6){
     border-bottom: 6px solid #66bb6a;
}
 .home-page-icons .owl-item:nth-of-type(7), .home-page-icons .owl-item:nth-of-type(10n + 7){
     border-bottom: 6px solid #ffc107;
}
 .home-page-icons .owl-item:nth-of-type(8), .home-page-icons .owl-item:nth-of-type(10n + 8){
     border-bottom: 6px solid #ff9800;
}
 .home-page-icons .owl-item:nth-of-type(9), .home-page-icons .owl-item:nth-of-type(10n + 9){
     border-bottom: 6px solid #8d6e63;
}
 .home-page-icons .owl-item:nth-of-type(10), .home-page-icons .owl-item:nth-of-type(10n + 10){
     border-bottom: 6px solid #ddd;
}
/* home-page categories */
 .home-page-categories {
     background-color: #fff;
     margin-top: 15px;
}
 .home-page-categories .category-title {
     padding: 5px 0;
     color: #000;
     font-size: 12px;
}
 .home-page-categories .category-container {
     margin: 0 1px;
     width: 100%;
     display: flex;
     padding-top: 10px;
     padding-bottom: 3px;
}
/*.home-page-categories .owl-item:nth-of-type(1), .home-page-categories .owl-item:nth-of-type(10n + 1){
     border-bottom: 6px solid #ab47bc;
}
 .home-page-categories .owl-item:nth-of-type(2), .home-page-categories .owl-item:nth-of-type(10n + 2){
     border-bottom: 6px solid #5c6bc0;
}
 .home-page-categories .owl-item:nth-of-type(3), .home-page-categories .owl-item:nth-of-type(10n + 3) {
     border-bottom: 6px solid #42a5f5;
}
 .home-page-categories .owl-item:nth-of-type(4), .home-page-categories .owl-item:nth-of-type(10n + 4){
     border-bottom: 6px solid #26c6da;
}
 .home-page-categories .owl-item:nth-of-type(5), .home-page-categories .owl-item:nth-of-type(10n + 5){
     border-bottom: 6px solid #26a69a;
}
 .home-page-categories .owl-item:nth-of-type(6), .home-page-categories .owl-item:nth-of-type(10n + 6){
     border-bottom: 6px solid #66bb6a;
}
 .home-page-categories .owl-item:nth-of-type(7), .home-page-categories .owl-item:nth-of-type(10n + 7){
     border-bottom: 6px solid #ffc107;
}
 .home-page-categories .owl-item:nth-of-type(8), .home-page-categories .owl-item:nth-of-type(10n + 8){
     border-bottom: 6px solid #ff9800;
}
 .home-page-categories .owl-item:nth-of-type(9), .home-page-categories .owl-item:nth-of-type(10n + 9){
     border-bottom: 6px solid #8d6e63;
}
 .home-page-categories .owl-item:nth-of-type(10), .home-page-categories .owl-item:nth-of-type(10n + 10){
     border-bottom: 6px solid #ddd;
}
 */
 .home-page-categories img {
     height: 70px;
     width: auto !important;
     clear: both;
     display: block;
     margin: 0 auto;
}
/* home page categories products */
 .categoryGrid .categoryItem .owl-prev {
     position: absolute;
     top: 44.5%;
     left: 0px;
     z-index: 999;
     color: #fff;
     width: 30px;
     height: 50px;
     outline: 1px solid #ccc;
     background-color: #002E66;
     cursor: pointer;
}
 .categoryGrid .categoryItem .owl-prev:hover, .categoryGrid .categoryItem .owl-next:hover {
     background: #BB0030;
}
 .categoryGrid .categoryItem .owl-prev::before {
     position: absolute;
     top: 5px;
     left: 8px;
     font-size: 36px;
}
 .categoryGrid .categoryItem .owl-next {
     position: absolute;
     right: 0px;
     z-index: 999;
     top: 44.5%;
     color: #fff;
     width: 30px;
     height: 50px;
     outline: 1px solid #ccc;
     background-color: #002E66;
     cursor: pointer;
}
 .categoryGrid .categoryItem .owl-next::before {
     position: absolute;
     top: 5px;
     right: 8px;
     font-size: 36px;
}
 .categoryGrid .category-title {
     font-size: 36px;
     font-family: Roboto-light-condensed;
     padding-left: 0 !important;
}
 .categoryGrid .category-title a {
     color: #000;
}
 .categoryGrid .imgSubList .card {
     width: 100%;
     height: 340px;
     padding: 20px !important;
     box-shadow: unset !important;
     border-radius: 0;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .categoryGrid .imgSubList .card img {
     max-height: 250px;
     width: auto;
     -webkit-backface-visibility: hidden;
}
 .categoryGrid .imgSubList .subListSubCategory {
     padding-left: 0;
     max-height: 266px;
     height: 266px;
     flex-wrap: wrap;
}
 .categoryGrid .imgSubList .subListSubCategory li {
     padding-top: 6px;
     padding-bottom: 6px;
     padding-right: 15px;
}
 .categoryGrid .imgSubList .subListSubCategory li a {
     color: #002E66;
}
 .categoryGrid .imgSubList .subListSubCategory li a:hover {
     color: #BB0030;
}
 .categoryGrid .slider .product-title {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-size: 15px;
     font-family: Roboto-light-condensed;
     min-height: 20px;
     margin-bottom: 0;
}
 .categoryGrid .slider .product-title a {
     color: #000;
}
 .categoryGrid .slider .product-container {
     padding-left: 0;
     padding-right: 0;
}
 .categoryGrid .slider {
     background: #fff;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .categoryGrid .slider .card {
     height: 170px;
     border: 0;
     box-shadow: unset !important;
     border-radius: 0;
}
 .categoryGrid .card .itemImg .list {
     opacity: 0;
     display: flex;
     transition: all .3s ease;
     bottom: 45px;
}
 .categoryGrid .card:hover .itemImg .list {
     bottom: 4px;
     opacity: 1;
     justify-content: center;
     width: 100%;
     bottom: 45px;
}
 .categoryGrid .card .itemImg .list .btn {
     border-radius: 0;
     border: 0;
     margin-right: 2px;
     width: 40px;
     height: 40px;
     display: flex;
     opacity: 0;
     justify-content: center;
     align-items: center;
     transform: translateY(-50px);
     transition: all .5s ease;
     background: #00a791;
     color: #fff;
}
 .categoryGrid .card .itemImg .list .btn:nth-of-type(2) {
     transition-delay: .1s;
}
 .categoryGrid .card .itemImg .list .btn:nth-of-type(2) {
     transition-delay: .2s;
}
 .categoryGrid .card .itemImg .list .btn:nth-of-type(3) {
     transition-delay: .3s;
     margin-right: 0;
}
 .categoryGrid .card:hover .itemImg .list .btn {
     transform: translateY(0px);
     opacity: 1;
}
 .categoryGrid .card .itemImg .list .btn.flyOut {
     background: #BB0030;
     border-color: #BB0030;
     color: #fff;
}
 .categoryGrid .itemImg {
     padding-left: 5px;
}
 .categoryGrid .slider .product-rating-box .fa-star,
 .categoryGrid .slider .product-rating-box .fa-star-half {
     color: #BB0030;
}
 .categoryGrid .slider .product-rating-box .fa-star-o {
     color: #bbb;
}
 .categoryGrid .slider .owl-stage-outer, .categoryGrid .shadow-outer {
     transition: all .3s ease;
}
 .categoryGrid .shadow-outer:hover {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .categoryGrid .slider .owl-stage-outer:hover {
     -webkit-box-shadow: -10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: -10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: -10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .categoryGrid .company-logo a {
     overflow: hidden;
}
 .categoryGrid h4 {
     font-family: Roboto-light-condensed;
}
/* category page */
 .generalLeftSide .block .viewBox {
     background: #fff;
     padding: 15px;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .generalLeftSide .block .viewBox ul li.active:hover + a {
     color: #BB0030;
}
 .generalLeftSide .block .viewBox ul li.active.last:hover a {
     color: #BB0030;
}
 .generalLeftSide .block .viewBox ul li.active.last:hover li.inactive a {
     color: #000;
}
 .generalLeftSide .block .viewBox ul li.inactive:hover a {
     color: #BB0030 !important;
}
 .page.category-page .category-featured-products, .manufacturer-page .category-featured-products {
     padding: 15px;
     padding-bottom: 5px;
     background: #fff;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .page.category-page .category-featured-products h2, .manufacturer-page .category-featured-products h2 {
     font-family: Roboto-light-condensed;
     font-size: 34px;
     font-weight: 300;
}
 .page.category-page .subs .img-fluid {
     display: flex;
     margin: auto;
     width: auto;
     max-height: 200px;
 }
 .page.category-page .card-title {
     font-size: 26px;
     font-family: roboto-light-condensed;
 }
 .page.category-page .subs-row {
     padding-left: 8px;
     padding-right: 8px;
 }
 .page.category-page .subs-item {
     padding: 0 8px 8px 8px;
 }
 .viewmode-icon.grid, .viewmode-icon.list {
     font-size: 30px;
}
 .viewmode-icon.grid {
     padding-right: 10px;
}
/* recently viwed products */
 .recently-viewed-slider img {
     display: flex !important;
     margin: auto;
     width: 100px !important;
}
 .recently-viewed-slider .product-name {
     display: flex;
     align-items: center;
     height: 80px;
}
 .recently-viewed-slider .product-name .text-center {
     margin-top: 15px;
}
 .recently-viewed-slider .product-name a {
     font-size: 14px;
     font-family: Roboto-light-standard;
     color: #000;
}
 .recently-viewed-slider .owl-item {
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     background: #fff;
     padding: 10px;
     border: 1px solid rgba(0,0,0,.125);
}
/* pager */
 .pager ul li, .navigation ul li {
     margin-left: 2px;
     margin-right: 2px;
}
 .pager ul li:first-of-type {
     margin-left: 0;
}
 .pager ul li:last-of-type {
     margin-right: 0;
}
 .pager ul, .navigation ul {
     display: flex;
     flex-wrap: wrap;
     padding-left: 0;
}
 .pager ul li, .navigation ul li{
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
     background: #BB0030;
     color: #fff;
}
 .pager ul .individual-page, .navigation ul .individual-page {
     background: #fff;
}
 .pager ul .individual-page a, .navigation ul .individual-page a {
     color: #000;
}
 .pager ul .next-page, .pager ul .previous-page, .pager ul .last-page, .pager ul .first-page, .navigation ul .next-page, .navigation ul .previous-page, .navigation ul .last-page, .navigation ul .first-page {
     background: #002E66;
}
 .pager ul .next-page a, .pager ul .previous-page a, .pager ul .current-page span, .pager ul .last-page a, .pager ul .first-page a, .navigation ul .next-page a, .navigation ul .previous-page a, .navigation ul .current-page span, .navigation ul .last-page a, .navigation ul .first-page a {
     color: #fff;
}
/* product-box & product-list */
 .card.gen, .card.gen img, .card-body, .card-footer {
     border-radius: 0;
}
 .actual-price {
     font-weight: 700;
}
 .price {
     color: #405763;
     font-family: Roboto-regular;
}
 .old-price span {
     font-size: 12px !important;
     font-family: Roboto-light-standard;
}
/* side - block settings */
 .viewBox ul {
     padding-left: 16px;
}
 .block-popular-tags .btn {
     margin: 4px;
}
 .register-block .text {
     padding-top: 7px;
}
 .block-recently-viewed-products li {
     overflow: auto;
}
/* account page */
 .account-page .card {
     border-radius: 0;
}
 .block-account-navigation ul {
     padding-left: 0;
}
 .block-account-navigation ul li {
     display: table-cell;
     max-width: 100%;
     display: flex;
     background: #fff;
     margin-bottom: 5px;
     text-align: center;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .block-account-navigation ul li a {
     width: 100%;
     display: block;
     padding: 15px 10px;
     font-family: Roboto-light-condensed;
     letter-spacing: 0.5px;
     font-size: 18px;
}
 .block-account-navigation ul li a:hover {
     color: #BB0030;
}
 .block-account-navigation .title {
     margin-bottom: 8px;
}
 .block-account-navigation .title strong {
     padding-top: 10px;
     font-family: Roboto-light-condensed;
     font-size: 34px;
     font-weight: 300;
}
 .change-password-page fieldset {
     position: relative;
}
 .change-password-page .change-password-button {
     position: relative;
     display: flex;
}
 .change-password-page form {
     padding: 15px;
     background: #fff;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .account-page .card {
     font-family: Roboto-light-condensed;
}
 .account-page .card-footer {
     border-top: 0;
}
 .account-page .card-header {
     border-bottom: 0;
}
 .address-list .btn-group .btn {
     margin-right: 5px;
}
 .account-page.reward-points-page .table-responsive, .forum-subscriptions-page .table-responsive {
     padding: 15px;
     background: #fff;
     margin-bottom: 15px;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     overflow: auto;
}
 .forum-subscriptions-page .table-responsive table, .account-page.reward-points-page .table-responsive table {
     border-bottom: 0;
}
 .forum-subscriptions-page .table-responsive thead th, .account-page.reward-points-page .table-responsive thead th {
     border-bottom: 0;
     border-top: 0;
}
 .account-order .order-details-button, .account-order .return-items-button {
     font-size: 18px;
     letter-spacing: 1px;
}
 .return-request-page form {
     padding: 15px;
     background: #fff;
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .return-request-page .table-responsive {
     overflow: auto;
}
 .return-request-page table {
     width: 100%;
     border-bottom: 1px solid #ced4da;
}
 .return-request-page table thead th {
     border-top: 1px solid #ced4da;
     border-bottom: 1px solid #ced4da;
}
 .return-request-page table thead {
     border-right: 1px solid #ced4da;
     border-left: 1px solid #ced4da;
}
 .return-request-page .qq-upload-button {
     background: #BB0030;
}
 .address-list-page .address-list .card-footer .btn, .add-address-button {
     font-size: 18px;
     letter-spacing: 1px;
}
 .my-product-reviews-list-page h2 {
     font-family: Roboto-light-condensed;
}
 .address-edit-page .edit-address {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     background: #fff;
}
 .account-page.avatar-page blockquote span {
     color: #000;
}
/* login & register */
 .login-page .card {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     border-radius: 0;
}
 .login-page .card-body {
     padding-bottom: 0;
}
 .login-page .card-header {
     border-bottom: 0;
}
 .login-page .card-footer {
     border-top: 0;
}
/* list settings */
 .mobile-tax:nth-child(2) {
     border-top: 1px solid #9da6b2;
}
 .list__item, .listClear {
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .list-group-item a:hover, .list-group-item a:focus {
     color: #0c3b63;
}
 .card .btn i {
     font-size: 15px;
}
 .list-group {
     padding-bottom: 25px;
}
/* polls */
 .progress {
     display: -webkit-box;
     overflow: hidden;
     font-size: .75rem;
     line-height: 1rem;
     background-color: #eceeef;
     border-radius: .25rem;
     width: 100%;
     text-align: right;
}
 .card-title a {
     color: #373a3c;
     text-decoration: none;
}
 .order-progress .list-inline-item:not(:last-child) {
     margin-right: 0px;
}
 .progress-bar {
     color: #000;
}
/* homepage */
 .home-page-polls {
     margin: 40px 0;
}
 .home-page-polls .list-group .list-group-item {
     background-color: rgb(255, 255, 255);
}
 .category-page .subCategoryList p, .home-page-product-grid p {
     font-size: 12px;
     padding-top: 15px;
}
 .home-page h2 {
     margin-top: 30px;
}
 .login-page .inputs {
     padding-left: 3px;
}
/* product-reviews */
 .product-review-item {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     border-radius: 0;
}
.write-review .form-fields, .email-a-friend-page .card {
    -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
 .product-review-item .vote {
     border-radius: 0;
}
 .product-review-item .card-header {
     border-bottom: 0 
}
 .product-review-item .card-footer {
     border-top: 0;
}
/* order-details */
 .order-details-page .shopping-cart th.product {
     width: 65%;
}
 .order-details-page .order-details-area .card {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     border-radius: 0;
}
 .order-details-page .btn-group .btn {
     background: #002E66;
     border-color: #002E66;
     color: #fff;
     margin-right: 5px;
     border-radius: 0;
     display: flex;
     align-items: center;
}
 .order-details-page .btn-group .btn:last-of-type {
     margin-right: 0;
}
 .order-details-page .shopping-cart .product {
     margin: 0;
}
 .order-details-page .shopping-cart .product em a {
     font-size: 18px;
}
 .order-details-page .totals .table-responsive {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .order-details-page .totals table {
     background: #fff;
     border: 1px solid #000 !important;
     margin-bottom: 0;
}
/* product details page */
 .product-details-page .product-review-links .btn {
     border-radius: 0;
}
 .product-details-page .qty-cart {
     padding-right: 0;
}
 .product-details-page .qty-cart .qty {
     width: 30%;
}
 .product-details-page .qty-cart .plus, .product-details-page .qty-cart .minus, .grouped-products .plus, .grouped-products .minus {
     width: 25px;
     height: 25px;
     background: rgba(0,0,0,.5);
     margin-left: 5px;
     margin-right: 5px;
     cursor: pointer;
}
 .product-details-page .qty-cart .plus, .grouped-products .plus {
     margin-bottom: 5px;
}
 .product-details-page .qty-cart .plus::before, .product-details-page .qty-cart .plus::after, .product-details-page .qty-cart .minus::before, .grouped-products .plus::before, .grouped-products .plus::after, .grouped-products .minus:before {
     content: "";
     width: 13px;
     height: 2px;
     background: #fff;
     position: absolute;
     left: 6px;
     top: 12px;
}
 .product-details-page .qty-cart .plus::after, .grouped-products .plus::after {
     transform: rotate(90deg);
}
 .product-details-page .qty-cart .add-to-cart-button {
     width: 100%;
}
 .product-details-page .generalTitle {
     font-family: Roboto-bold-condensed;
     font-size: 25px;
}
 .product-details-page .attributes select {
     width: auto;
     height: 55px !important;
}
 .product-details-page .attributes input {
     border-radius: 0;
}
 .product-details-page .product-container .gallery .picture-thumbs {
     display: flex;
     flex-direction: column;
}
 .product-details-page .product-container {
     background: #fff;
     padding: 0;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .product-details-page .product-container .gallery {
     padding: 15px;
}
 .product-details-page .overview {
     padding: 15px;
}
 .product-details-page .tab-pane {
     background: #fff;
     padding: 15px;
     border-left: 1px solid rgba(0,0,0,.125);
     border-bottom: 1px solid rgba(0,0,0,.125);
     border-right: 1px solid rgba(0,0,0,.125);
}
 .product-details-page .short-description {
     font-family: Roboto-light-standard;
}
 .product-details-page .product-atribute {
     align-items: center;
     display: flex;
}
 .product-details-page .availability, .product-details-page .sku {
     padding-top: 5px;
     padding-bottom: 5px;
}
 .product-details-page .delivery {
     border-bottom: 0;
}
 .product-details-page .generalMarginSupporter {
     margin: unset;
}
 .product-details-page .product-atribute span:nth-of-type(2) {
     padding-left: 15px;
}
 .product-details-page .free-shipping {
    background-image: url(../images/8-2-free-shipping-png-clipart.png);
    background-position: center center;
    width: 90px;
    height: 75px;
    background-size: 90px;
    background-repeat: no-repeat;
    display: inline-flex;
}
 .product-details-page .tier-prices {
     margin-top: 15px;
}
 .product-details-page .overview .old-price span {
     font-size: 18px !important;
}
 .product-details-page .overview .change-percent {
     font-size: 22px;
}
 .product-details-page .overview .actual-price span:first-of-type{
     font-size: 22px !important;
}
 .product-details-page .overview .actual-price span:nth-of-type(2) {
     font-size: 28px !important;
}
 .product-details-page .overview .actual-price span:last-of-type {
     font-size: 22px !important;
}
 .product-details-page .qty-input, .grouped-products .qty-input {
     border-radius: 0;
     height: 55px;
     background: #ddd;
     font-weight: 700;
     font-size: 20px;
}
 .product-details-page .add-to-cart-button {
     background: #BB0030;
     border-color: #BB0030;
     border-radius: 0;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .product-details-page .add-to-cart-button:hover {
     background: #C14300 !important;
     border-color: #C14300 !important;
}
 .product-details-page .add-to-cart-button:active {
     background: #C14300 !important;
     border-color: #C14300 !important;
     box-shadow: 0 0 0 0.2rem rgba(193, 67, 0, .5) !important;
}
 .product-details-page .product-simple-share {
     padding-left: 0;
     align-items: center;
}
 .product-details-page .product-simple-share .btn {
     display: flex;
     justify-content: center;
     background: #002E66;
     border-color: #002E66;
     color: #fff;
     border-radius: 0;
     height: 55px;
     width: 33.3333%;
     margin-right: 5px;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .product-details-page .product-simple-share .btn:hover {
     background: #002E66;
     border-color: #002E66;
}
 .product-details-page .product-simple-share .btn:first-of-type {
     margin-left: 5px;
}
 .product-details-page .product-simple-share .btn:last-of-type {
     margin-right: 0;
}
 .product-details-page .attributes .option-list {
     display: inline-flex;
     padding-left: 0;
}
 .product-details-page .attributes .option-list li {
     padding-right: 5px;
}
 .product-details-page .nav-tabs .nav-link.active {
     font-family: Roboto-bold-condensed;
     color: #002E66;
     border-radius: 0;
}
 .product-details-page .rental-attributes {
     border: 0 !important;
}
 .product-details-page .attributes {
     width: 100%;
     background: #fff;
}
 .product-details-page .attributes dl {
     display: inline-flex;
     flex-wrap: wrap;
     width: 100%;
     margin-bottom: 0;
}
 .product-details-page .attributes dt {
     font-weight: 700;
     width: 18%;
     height: auto;
     border-bottom: 1px solid rgba(0,0,0,.2);
     border-left: 1px solid rgba(0,0,0,.2);
     border-top: 1px solid rgba(0,0,0,.2);
     background: #eceff1;
     margin-bottom: 3px;
     display: flex;
     align-items: center;
     padding-left: 15px;
}
 .product-details-page .attributes dd {
     margin-left: 0;
     width: 30%;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid rgba(0,0,0,.2);
     border-top: 1px solid rgba(0,0,0,.2);
     background: #eceff1;
     margin-bottom: 3px;
     padding-right: 10px;
     display: flex;
     justify-content: flex-start;
}
 .product-details-page .attributes ul {
     padding-left: 0;
     margin-bottom: 0;
}
 .product-details-page ul li {
     display: flex;
     align-items: center;
}
 .product-details-page .attributes dd:first-of-type, .product-details-page .attributes dt:first-of-type, .product-details-page .attributes dd:nth-of-type(2), .product-details-page .attributes dt:nth-of-type(2) {
     border-top: 1px solid rgba(0,0,0,.2);
}
 .product-details-page .attributes dd:last-of-type, .product-details-page .attributes dd:nth-of-type(n) {
     border-right: 1px solid rgba(0,0,0,.2);
     margin-right: 3px;
}
 .product-details-page .attributes dt:first-of-type, .product-details-page .attributes dt:nth-of-type(2n + 1) {
     border-left: 1px solid rgba(0,0,0,.2);
     padding-left: 8px;
}
 .product-details-page .gallery .owl-prev {
     position: absolute;
     left: -17px;
     top: 20%;
     height: 60%;
     width: 20px;
     display: flex;
     align-items: center;
     cursor: pointer;
}
 .product-details-page .gallery .owl-next {
     position: absolute;
     right: -17px;
     top: 20%;
     height: 60%;
     width: 20px;
     display: flex;
     align-items: center;
     cursor: pointer;
}
 .product-details-page .gallery .owl-prev::before {
     content: "";
     width: 5px;
     height: 50%;
     top: 1px;
     left: 8px;
     position: absolute;
     transform: rotate(20deg);
     background: #002E66;
}
 .product-details-page .gallery .owl-prev::after {
     content: "";
     width: 5px;
     height: 50%;
     bottom: 2px;
     left: 8px;
     position: absolute;
     transform: rotate(-20deg);
     background: #002E66;
}
 .product-details-page .gallery .owl-next::before {
     content: "";
     width: 5px;
     height: 50%;
     top: 1px;
     left: 8px;
     position: absolute;
     transform: rotate(-20deg);
     background: #002E66;
}
 .product-details-page .gallery .owl-next::after {
     content: "";
     width: 5px;
     height: 50%;
     bottom: 2px;
     left: 8px;
     position: absolute;
     transform: rotate(20deg);
     background: #002E66;
}
 .product-details-page .img-thumbnail {
     border-radius: 0;
     border-color: #ddd;
}
 .product-details-page .product-share-button {
     margin-bottom: 15px;
}
 .product-details-page .product-reviews-overview .btn {
     background: #002E66;
     border-color: #002E66;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .product-details-page .product-reviews-overview .btn:hover {
     background: #002E66;
     border-color: #002E66;
}
 .product-details-page .linkCreate {
     height: 55px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     width: 33%;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, .7);
     letter-spacing: 1px;
}
 .also-purchased-products-grid, .related-products-grid {
     padding: 15px;
     padding-bottom: 5px;
     background: #fff;
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .also-purchased-products-grid .generalTitle, .related-products-grid .generalTitle {
     font-family: Roboto-light-condensed;
     font-weight: 700;
}
 .product-details-page .overview-buttons .price {
     font-size: 16px;
}
 .grouped-products .associatedItem {
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
     padding-left: 0;
     padding-right: 0;
     background: #fff;
}
 .grouped-products .overview, .grouped-products .gallery {
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
     border-right: 0;
     background: #fff;
}
 .grouped-products .add-to-wishlist-button, .grouped-products .add-to-compare-list-button, .grouped-products .email-a-friend-button {
     background: #002E66;
     border-color: #002E66;
     color: #fff;
     border-radius: 0;
     height: 55px;
     min-width: 55px;
     display: inline-flex;
     justify-content: center;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .product-details-page .rental-attributes {
     border: 0 !important;
     box-shadow: unset !important;
 }
 .grouped-products .add-to-wishlist-button:hover, .grouped-products .add-to-compare-list-button:hover, .grouped-products .email-a-friend-button:hover {
     background: #002E66;
     border-color: #002E66;
}
 .product-details-page .overview .manufacturers {
     margin-top: 15px;
}
 .grouped-products .associatedItem .add-to-wishlist-button {
     margin-left: 5px;
}
 .grouped-products .variant-name {
     font-family: Roboto-bold-condensed;
     font-size: 25px;
}
 .grouped-pad {
     padding-bottom: 60px;
}
 .grouped-bottom {
     position: absolute;
     bottom: 0;
}
 .grouped-products .gallery {
     padding-left: 0;
}
/* sidebar */
 .generalLeftSide {
     padding-bottom: 50px;
     padding-top: 13px;
}
 .generalLeftSide .tags .view-all {
     margin-top: 16px;
}
 .generalLeftSide .viewBox li:hover::before {
     -webkit-transition: all 0.5s;
     -webkit-transition-timing-function: ease-in-out;
     transition: all 0.5s;
     transition-timing-function: ease-in-out;
     color: #BB0030;
}
 .generalLeftSide .viewBox li.active.last:before {
     background: #BB0030;
}
 .generalLeftSide .viewBox li:before {
     color: #aaa;
     content: "";
     position: relative;
     display: inline-block;
     right: 8px;
     margin-left: -7px;
     top: 2px;
     width: 15px;
     height: 15px;
     background: #002E66;
}
 .available-items li:before {
     display: none;
}
 .tab-content ul, .available-items ul {
     padding-left: 16px;
}
 .generalLeftSide li {
     list-style-type: none;
     font-size: 14px;
}
 .generalLeftSide .viewBox li {
     padding-bottom: 6px;
     padding-top: 6px;
}
 .generalLeftSide li a {
     color: #4c4c4d;
     text-decoration: none;
     font-size: 14px;
}
 .generalLeftSide li a:hover {
     color: #0c3b63;
}
 .generalLeftSide .product-filter {
     display: block;
     width: 100%;
}
 .generalLeftSide .generalTitle {
     font-family: Roboto-light-condensed;
     font-size: 34px;
     font-weight: 300;
     margin-bottom: 20px;
     position: relative;
}
 .generalLeftSide .generalTitle strong::before {
     content: '';
     position: absolute;
     background: #002E66;
     margin: auto;
     width: 85px;
     height: 4px;
     bottom: -10px;
     right: auto;
     left: 2px;
     -o-transform: skewX(35deg);
     -webkit-transform: skewX(35deg);
     -moz-transform: skewX(35deg);
     -ms-transform: skewX(35deg);
     transform: skewX(35deg);
}
 .generalLeftSide .generalTitle strong::after {
     content: '';
     position: absolute;
     background: #ccc;
     margin: auto;
     width: calc(100% - 88px);
     height: 1px;
     bottom: -10px;
     right: auto;
     left: 88px;
}
 .product-price-filter .btn-sm {
     width: 15%;
     margin-bottom: 5px !important;
}
 .search-container .edit-links {
     display: none !important;
 }

/* forum */
 .forum-edit-page .forum-post-text {
     min-height: 200px;
}
 .forum-edit-page .card textarea.form-control {
     min-height: 200px;
}
/* price */
.card .price.actual-price {
    font-size: 20px;
}
.card .price.actual-price span:nth-of-type(1) {
    font-size: 16px;
}
 .card .price.actual-price span:nth-of-type(2) {
     font-size: 28px;
}
.overview-buttons .prices {
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
}
 .category-grid a h4 {
     padding-top: 15px;
     text-decoration: none;
}
 .old-product-price span, .old-price {
     text-decoration: line-through;
     line-height: 20px;
}
 .category-grid a:hover, .category-grid a:hover h4 {
     text-decoration: none;
}
 .tags .tag-pill a {
     color: #e8eceb;
}
 .tags a:hover {
     text-decoration: none;
     color: #fff;
}
 .product-tags-all-page {
     min-height: 200px;
}
 .product-tags-all-page .view-all {
     margin-top: 15px;
}
 .change-percent {
     background-color: #1bb826;
     color: #fff;
     padding: 0 7px;
     font-size: 14px;
     margin-right: 6px;
}
/* mobile - search */
 #searchModal form {
     padding-top: 0;
     margin-bottom: 0;
}
 #searchModal .modal-content {
     border: 0;
     border-radius: 0;
     background-color: #f7f7f7;
}
 #searchModal .modal-dialog {
     margin: 0;
     max-width: 100%;
}
 #searchModal form .administration {
     display: none;
}
 #searchModal .search-box-text {
     height: 52px;
     border-radius: 0;
     border: 0;
     background: #f7f7f7;
}
 #searchModal .search-box-button {
     width: 60px;
     height: 52px;
     display: flex;
     border-radius: 0;
     justify-content: center;
}
 #searchModal .fa-search {
     font-size: 22px;
     color: #fff;
}
 #searchModal .fa-pencil-square-o {
     font-size: 22px;
     color: rgba(0,0,0,.5);
}
/*#searchModal .edit {
     background: rgba(0,0,0,.49);
}
 */
 #searchModal.modal.fade .modal-dialog {
     transition: unset;
     height: 52px;
}
 #searchModal.show .modal-content .input-group {
     animation-name: mobile-search;
     animation-duration: .3s;
     -webkit-animation-name: mobile-search;
    /* Safari 4.0 - 8.0 */
     -webkit-animation-duration: .3s;
}
 @-webkit-keyframes mobile-search {
     0% {
         top: -52px;
    }
     100% {
         top: 0;
    }
}
 @keyframes mobile-search {
     0% {
         top: -52px;
    }
     100% {
         top: 0;
    }
}
 @-webkit-keyframes autocomplete {
     0% {
         left: -100%;
    }
     100% {
         left: 0;
    }
}
 @keyframes autocomplete {
     0% {
         left: -100%;
    }
     100% {
         left: 0;
    }
}
 #searchModal .nav-item.admin {
     display: none !important;
}
/* card - settings */
 .card-subtitle.text-muted {
     margin: 15px 0;
}
 .card .card-footer {
     bottom: 0;
     width: 100%;
}
 .card .card-footer .form-group {
     margin-bottom: 0;
}
 .card .card-footer .form-group div {
     padding: 0;
     margin-left: 6px;
}
 .card .card-footer .form-group div .btn {
     width: 100%;
     padding: 8px;
}
 .account-order .card, .headBottom, .card .card-footer .form-group div input {
     width: 100%;
}
 .card .card-footer, .card .card-header, ul.opc .order-summary-content h5 {
     background-color: transparent;
}
 .subCategoryList .card-title {
     min-height: 40px;
}
 .generalMiddle {
     -ms-flex-align: center;
     -webkit-box-align: center;
     align-items: center;
     display: -webkit-box;
}
 .social li {
     display: inline-flex;
     margin-right: 13px;
}
/* rating */
 .rating {
     background: url(../images/rating1.png) repeat-x;
     width: 95px;
     height: 14px;
     margin: 10px 0px;
}
 .rating div {
     background: url(../images/rating3.png) repeat-x;
     height: 14px;
}
 .slider .rating {
    background: unset !important;
 }
 .slider .rating dib {
     background: unset !important;
 }
 .rating-options {
     padding-top: 7px;
}
 .vote.up {
     margin-top: 24px;
}
/* manufacturer all */
 .manufacturer-list-page .manufacturer-container {
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     border: 1px solid rgba(0,0,0,.125);
}
 .manufacturer-list-page .manufacturer-container img {
     max-height: 250px;
     width: auto;
}
 .manufacturer-list-page .manufacturer-description {
     max-height: 250px;
     overflow-y: auto;
     overflow-x: hidden;
}
 .manufacturer-list-page .manufacturer-title {
     font-size: 36px;
}
/* table - topic */
 .topic, table {
     border-bottom: 2px solid rgba(55, 58, 60, 0.45);
}
 .table > tbody > tr > td.topic-details {
     padding-left: 35px;
}
 .table > tbody > tr.short-description > td, .table > tbody > tr.full-description > td {
     vertical-align: top;
}
 .table > tbody > tr > td {
     vertical-align: middle;
}
 .topic-post, .table-responsive {
     margin-top: 16px;
}
 .order-summary-content .thead-inverse th, .forums-main-page .table-inverse th, .active-discussions-page .table-inverse th, .forum-table th, .forums-table-section-body th, .order-details-page .table-inverse th {
     color: rgb(255, 255, 255);
     background-color: rgb(41, 43, 44);
     border-bottom: 0;
}
 .thead-inverse th {
     color: rgb(255, 255, 255);
     background-color: rgb(41, 43, 44);
}
 table tbody tr:nth-child(even) {
     background-color: #f1f1f1;
}
 table tbody {
     border: 1px solid #ced4da;
}
/* !important - to handle external js */
 .color-container .color {
     display: inline-block;
     width: 32px !important;
     height: 32px !important;
     border: 1px solid #444;
     cursor: pointer;
}
 .payment-info input, .edit-address input, .customer-info-page input:not(.save-customer-info-button) {
     display: block;
     width: 100%;
     padding: .5rem .75rem;
     font-size: 1rem;
     line-height: 1.25;
     color: #464a4c;
     background-color: #fff;
     background-image: none;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .15);
     border-radius: 0;
     -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
 .flex-grid.row, .flex-grid.row > div[class*='col-'], .manuList .row > div[class*='col-'], .page .related-products-grid .row, .manuList .row, .manuList .row > div[class*='col-'], .manufactureGrid .row, .manufactureGrid .row > div[class*='col-'], .vendroGrid .row, .vendroGrid .row > div[class*='col-'], .product-tag-grid .row, .product-tag-grid .row > div[class*='col-'], .address-list .row, .address-list .row > div[class*='col-'], .product-grid .row, .product-grid .row > div[class*='col-'], .search-results-list .row, .search-results-list .row > div[class*='col-'], .page .select-shipping-address .row, .page .select-shipping-address .row > div[class*='col-'], .page .product-grid.bestsellers .row, .page .product-grid.bestsellers .row > div[class*='col-'], .page .select-billing-address .row, .page .select-billing-address .row > div[class*='col-'], .page .listWiew .row, .page .listWiew .row > div[class*='col-'], .page .generalFlexBox .row, .page .generalFlexBox .row > div[class*='col-'], .page .home-page-product-grid .row, .page .home-page-product-grid .row > div[class*='col-'], .page .subCategoryList .row, .page .subCategoryList .row > div[class*='col-'], .page .related-products-grid .row, .page .related-products-grid .row > div[class*='col-'], .recently-added-products-page .row, .recently-added-products-page .row > div[class*='col-'], .page.recently-viewed-products-page .row, .page.recently-viewed-products-page .row > div[class*='col-'], .select-billing-address .row, .select-billing-address .row > div[class*='col-'] {
     display: flex;
     flex-wrap: wrap;
     padding: 8px;
}
 .flex-grid .card, .manufactureGrid .card, .product-tag-grid .card, .manuList .card, .page .product-grid .card, .page .select-billing-address .card, .page .news-list-homepage .card, .page .subCategoryList .card, .page .home-page-product-grid .card, .product-grid.bestsellers .card, .generalFlexBox .card, .related-products-grid .card, .page.recently-viewed-products-page .card, .select-billing-address .card, .recently-added-products-page .card, .address-list .card {
     padding-bottom: 65px;
     width: 100%;
}
 .categoryGrid a {
     color: #002E66;
}
 .card-grey {
     background-color: rgba(221, 221, 221, 0.29);
     cursor: pointer;
}
 .step-title .fa {
     bottom: 12px;
     position: relative;
}
/* registration page */
 .registration-page .card {
     border-radius: 0;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) !important;
}
 .registration-page input {
     width: 100%;
}
/* cart */
 .page .card {
     -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
     margin-bottom: 10px;
     transition: all .3s ease;
     padding-bottom: 0;
     border-radius: 0;
}
 .page .card:hover {
     -webkit-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
     -moz-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
     box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
     transition: all .3s ease;
}
 .owl-carousel .card.gen:hover {
     transform: translateY(10px);
}
 .page .card img {
     transition: all .3s ease;
     -webkit-backface-visibility: hidden;
}
 .page .card:hover img {
     opacity: 0.7;
     -webkit-backface-visibility: hidden;
}
 .cartTable .sku, .cartTable .attributes {
     font-size: 16px;
}
 .cart-collaterals .title, .generalLeftSide h6, .generalLeftSide h5 {
     font-size: 18px;
}
 .sku-number {
     display: block;
}
 section.totals {
     border-left: 1px solid #eceeef;
}
 .listWiew .card-body .btn-group {
     position: absolute;
     bottom: 20px;
}
 .listWiew .card-body {
     min-height: 270px;
}
 .collapse.ok {
     position: absolute;
}
 .card.generalNote {
     z-index: 9999;
     position: fixed;
     width: 85%;
     display: none;
     bottom: 11px;
     right: 100px;
     padding: 25px 20px;
     border-radius: 0;
}
.card.generalNote {
    background: #dc3545;
}
 .generalNote a {
     color: #fff !important;
}
 .generalNote a.btn-secondary {
     background-color: #449d44;
     border-color: #419641;
}
 table th.latest-post {
     min-width: 150px;
}
 .fa.fa-angle-down {
     position: absolute;
     right: 15px;
}
 .td-title {
     font-weight: 700;
}
 .toolbar {
     text-align: right;
}
/*ui-dialog*/
.ui-dialog.ui-widget.ui-widget-content {
    height: 250px !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-dialog-content.ui-widget-content {
    overflow: hidden;
}
.ui-dialog.ui-widget.ui-widget-content .ui-button.ui-corner-all {
    font-size: 0;
}
.ui-dialog.ui-widget.ui-widget-content .tooltip {
    position: static;
    color: #000;
    opacity: 1;
}
/* one page chackout */
.opc .allow .card-grey,
.opc .dontGo .card-grey{
    background-color: #002E66;
    color: #fff;
    cursor: pointer;
}
 .opc .active .card-grey {
     background-color: #BB0030;
     color: #fff;
     cursor: pointer;
}
 .opc .card-grey {
     background-color: #002E66;
     color: #fff;
     border-radius: 0;
}
 #checkout-step-confirm-order .card {
     border-radius: 0;
}
 .single-pickup-point ul {
     padding-left: 20px;
     border-left: 3px solid #61676c;
}
 .payment-method ul, .shipping-method ul, .message-error ul, .tabs ul, .account-order .card ul, ul.info, ul.opc {
     padding-left: 0;
     font-size: 18px;
}
 ul.opc h5 {
     padding: 10px;
     background-color: #dddddd;
     text-transform: uppercase;
     margin-bottom: 2px;
     font-size: 15px;
}
 select.form-control:not([size]):not([multiple]) option {
     min-height: 25px;
}
 .generalImg img {
     padding-right: 10px;
}
 .cartCounter .btn {
     padding: 11px;
}
 .cartCounter span {
     text-transform: uppercase;
     font-size: 11px;
}
 .cartCounter {
     padding-top: 7px;
}
 .order-summary-content .custom-control-description i {
     visibility: visible;
}
 .order-summary-content .title h5 {
     padding: 10px 0;
     border-bottom: 1px solid #e0e0e0;
}
 .order-summary-content .gift-discount {
     margin-bottom: 15px;
}
 .checkout-page .order-summary h5 {
     padding-top: 10px;
     font-family: Roboto-light-condensed;
     font-size: 34px;
     font-weight: 300;
}
 .new-shipping-address {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     background: #fff;
}
 .new-shipping-address h2 {
     padding-left: 15px;
}
/* comment */
 .comment .card-footer {
     padding: 5px 10px;
}
 .details .comments, .quote {
     padding-left: 15px;
     font-style: italic;
}
/* valid mgs */
 .input-validation-error {
     border-color: #d9534f;
}
 .input-validation-error:focus {
     border-color: #d9534f;
}
 .filtered-items ul {
     padding-left: 0;
}
/* product-comparsion */
 .compare-products-page table {
     background: #fff;
     border-bottom: 0;
     margin-bottom: 0;
}
 .compare-products-page table tr {
     background: #fff !important 
}
 .compare-products-page .table tr td {
     background: #fff !important;
     border-top: 1px solid #ddd;
}
 .compare-products-page .table-responsive {
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
/* shopping cart */
 .shopping-cart-container {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .shopping-cart {
     width: 100%;
     border-bottom: 0;
     margin-bottom: 15px;
}
 .shopping-cart thead {
     border-bottom: 1px solid rgba(0,0,0,.25);
}
 .shopping-cart th.product {
     width: 100%;
}
 .shopping-cart th {
     background: #eee;
     color: #405763;
     padding: 20px;
     white-space: nowrap;
     font-family: Roboto-light-condensed;
     font-weight: 400;
     font-size: 20px;
     text-transform: uppercase;
}
 .shopping-cart td {
     background: #fff;
     border-bottom: 1px solid rgba(0,0,0,.25);
     border-right: 1px solid rgba(0,0,0,.25);
     min-width: 60px;
     padding: 20px;
}
 .shopping-cart td:last-child {
     border-right: 0 !important;
     text-align: center;
}
 .shopping-cart tr:last-child td {
     border: none;
     border-right: 1px solid rgba(0,0,0,.25);
}
 .shopping-cart tr:last-child {
     margin-bottom: 0;
}
 .shopping-cart .remove-from-cart .remove {
     display: none;
}
 .shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label {
     border: 1px solid #405763;
     background: transparent;
     z-index: 997;
}
 .shopping-cart .remove-from-cart input[type='checkbox'] + label {
     width: 40px;
     height: 40px;
     display: block;
     position: relative;
     margin-top: auto;
     margin-bottom: auto;
     margin-right: auto !important;
     margin: auto;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     text-indent: -999px;
     overflow: hidden;
     border: 1px solid #000;
     cursor: pointer;
     z-index: 99;
}
 .shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label:before, input[type='checkbox'].checkbox-u + label:after {
     content: '';
     width: 20px;
     height: 2px;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     position: absolute;
     margin: auto;
     background: transparent;
     transition: 0.2s ease all;
     -moz-transition: 0.2s ease all;
     -webkit-transition: 0.2s ease all;
}
 .shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
     left: 11px;
}
 .shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
     width: 14px;
     bottom: -4px;
     left: -13px;
}
 .shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before {
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
}
 .shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:after {
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
}
 .shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before, input[type='checkbox'].checkbox-u:checked + label:after {
     transition: 0.4s ease all;
     -moz-transition: 0.4s ease all;
     -webkit-transition: 0.4s ease all;
     background: #405763;
}
 .shopping-cart td.product .product-name {
     font-family: Roboto-light-condensed;
     font-size: 20px;
     font-weight: 700;
     color: #405763;
}
 .shopping-cart .quantity .plus, .shopping-cart .quantity .minus {
     position: relative;
     cursor: pointer;
     width: 38px;
     height: 38px;
     border: 1px solid #405763;
}
 .shopping-cart .quantity .plus::after, .shopping-cart .quantity .plus::before, .shopping-cart .quantity .minus::before {
     content: "";
     width: 20px;
     height: 2px;
     background: #405763;
     position: absolute;
     left: 8px;
     top: 17px;
}
 .shopping-cart .quantity .plus::after {
     transform: rotate(90deg);
}
 .shopping-cart .quantity .qty-input {
     width: 60px;
     border: 1px solid #405763;
     color: #405763;
     border-left: 0;
     border-right: 0;
     border-radius: 0;
     font-family: Roboto-light-condensed;
     font-weight: 700;
     font-size: 20px;
}
 .shopping-cart .unit-price, .shopping-cart .sku, .shopping-cart .quantity {
     white-space: nowrap;
     width: 10%;
     text-align: center;
}
 .shopping-cart .subtotal-text, .shopping-cart .unit-price-text {
     display: none;
}
 .shopping-cart-page .common-buttons .update-cart-button {
     background: #002E66;
     border-color: #002E66;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .shopping-cart-page .common-buttons .update-cart-button::before {
     font-family: FontAwesome;
     padding-right: 5px;
}
 .shopping-cart-page .common-buttons .continue-shopping-button {
     background: #BB0030;
     border-color: #BB0030;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .shopping-cart-page .common-buttons .update-cart-button, .shopping-cart-page .common-buttons .continue-shopping-button {
     color: #fff;
     border-radius: 0;
     font-family: Roboto-light-condensed;
     font-size: 20px;
     letter-spacing: 1px;
}
 .shopping-cart-page .common-buttons .update-cart-button {
     margin-right: 5px;
}
 .shopping-cart-page .totals, .shopping-cart-page .deals, .shopping-cart-page .estimate-shipping {
     background: #fff;
     padding: 15px;
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 .shopping-cart-page .totals td {
     border-top: 0;
}
 .shopping-cart-page .totals table {
     border-bottom: 0;
}
 .shopping-cart-page select, .shopping-cart-page input[type=text] {
     border: 0;
     border-radius: 0;
     background-color: #eee;
}
 .shopping-cart-page select:focus {
     background-color: #eee;
}
 .shopping-cart-page .checkout-attributes select {
     background-color: #fff;
     width: auto;
}
 .shopping-cart-page .total-info {
     margin-top: 0;
}
 .shopping-cart-page .total-info tbody {
     border: 0;
}
 .shopping-cart-page .checkout-buttons {
     height: 53px;
     display: flex;
     justify-content: center;
}
 .shopping-cart-page .checkout-button {
     margin-right: 15px;
     background: #1bb826;
     border-color: #1bb826;
     border-radius: 0;
     font-family: Roboto-light-condensed;
     letter-spacing: 1px;
     font-size: 20px;
     padding: .25rem .5rem;
     height: 38px;
     margin-top: 15px;
}
 .shopping-cart-page .apply-discount-coupon-code-button, .shopping-cart-page .estimate-shipping-button {
     background: #002E66;
     border-radius: 0;
     color: #fff;
     border-color: #002E66;
}
 .shopping-cart .qty-input-ro {
     margin: auto;
     width: 70px;
     border-radius: 0;
}
/* wishlist */
 .update-wishlist-button {
     font-family: Roboto-light-condensed;
     letter-spacing: 1px;
     font-size: 20px;
     background: #002E66;
     background-color: #002E66;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
 .update-wishlist-button::before {
     font-family: FontAwesome;
     content: "\f021";
     padding-right: 5px;
}
 .update-wishlist-button:hover {
     background: #002E66 !important;
     border-color: #002E66 !important;
}
 .wishlist-add-to-cart-button, .email-a-friend-wishlist-button {
     color: #fff;
     background: #BB0030;
     border-color: #BB0030;
     border-radius: 0;
     font-family: Roboto-light-condensed;
     letter-spacing: 1px;
     font-size: 20px;
     box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.7);
}
.shopping-cart-page .apply-discount-coupon-code-button:hover, .shopping-cart-page .estimate-shipping-button:hover, .update-cart-button:hover {
    background: #BB0030 !important;
    border-color: #BB0030 !important;
}
 .wishlist-add-to-cart-button:hover, .email-a-friend-wishlist-button:hover, .continue-shopping-button:hover {
     color: #fff;
     background: #002E66 !important;
     border-color: #002E66 !important;
}
 .checkout-button:hover {
     background: #218838;
     border-color: #218838;
}
 .shopping-cart tbody {
     border: 0;
}
 .estimate-shipping-result {
     font-weight: 700;
}
/* fly shopping cart */
 .flyout-cart a {
     font-size: 13px;
     padding-left: 0 !important;
}
 .flyout-cart {
     min-width: 325px;
     font-size: 14px;
}
 .flyout-cart .item {
     border-bottom: 1px solid #dddddd;
     padding-top: 7px;
     padding-bottom: 7px;
}
 .flyout-cart .item:last-of-type {
     border-bottom: none;
}
 #topcartlink .dropdown-menu {
     border-radius: 0;
     width: 400px;
     padding-top: 0;
     padding-bottom: 0;
     opacity: 0;
     transition: all .6s ease-in-out;
}
 #topcartlink .count {
     padding: 15px !important;
     background: #002E66;
     color: #fff;
}
 #topcartlink .flyout-cart .count a {
     color: #fff;
     font-size: 22px;
}
 #topcartlink .mini-shopping-cart .items {
     max-height: 70vh;
     overflow-y: auto;
}
 #topcartlink .mini-shopping-cart-bottom {
     padding-bottom: 15px;
}
 #topcartlink .flyout-cart .name a {
     font-family: Roboto-light-condensed;
     color: #000;
}
 #topcartlink .flyout-cart .price, #topcartlink .flyout-cart .quantity {
     font-family: Roboto-light-condensed;
     font-size: 16px;
     color: #000;
}
 #topcartlink .flyout-cart .price strong {
     margin-left: 5px;
}
 #topcartlink .cart-button {
     background: #BB0030;
     color: #fff;
     border: 0;
     border-radius: 0;
     font-family: Roboto-light-condensed;
     font-size: 24px;
     font-weight: 100;
     height: auto;
}
 #topcartlink .cart-button:hover {
     background: #dc4d00;
}
 #topcartlink:hover .dropdown-menu {
     display: block;
     animation-name: dropdown-anim;
     animation-duration: .3s;
     animation-timing-function: ease;
     right: 0;
     opacity: 1;
}
 @keyframes flyoutcart-animation {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 .mini-shopping-cart .product {
     padding-left: 10px;
     font-size: 12px;
}
 span.product-quantity {
     min-width: 60px;
}
 .group li:nth-child(2)::before, .cartCounter .dropdown-toggle::after, .ui-helper-hidden-accessible, .generalLeftSide .block-recently-viewed-products li:before {
     display: none;
}
 .pm-unread {
     font-weight: 700;
}
 .generalNote {
     padding: 10px;
}
 .generalNote p {
     margin-bottom: 0;
     font-family: Roboto-light-condensed;
     color: #fff;
     font-size: 18px;
     letter-spacing: 1px;
}
 .generalNote .fa-times::before, .generalNote .fa-times::after {
     content: "";
     position: absolute;
     width: 25px;
     height: 2px;
     background: #fff;
     top: 5px;
     right: 15px;
}
 .generalNote .fa-times::before {
     transform: rotate(45deg);
}
 .generalNote .fa-times::after {
     transform: rotate(-45deg);
}
 .generalNote .fa {
     color: #fff;
}
 .generalNote .close {
     opacity: 1;
     cursor: pointer;
     top: -5px;
     right: -8px;
}
 .generalNote a {
     text-decoration: underline;
}
 .generalAdToCart input, .grouped-products .qty-input {
     max-width: 62px;
     display: inline;
     position: relative;
     top: 1px;
}
 .enter-price-input {
     display: block;
}
 .close {
     position: absolute;
     right: 7px;
     top: 4px;
}
 .administration {
     border-left: 0;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
 .category-description ul {
     list-style-type: inherit;
}
 .shipments {
     overflow: auto;
}
 .attributes ul {
     padding-left: 15px;
}
 .option-list li.selected-value .color-container .color {
     border: 3px solid #5cb85c;
}
/* filter toggler */
/*#filter_toggler {
     display: none !important;
}
 */
 #filter_toggler.show {
     transition: all .3s ease;
}
 #filter_toggler .toggler-content {
     opacity: 0;
     width: 100%;
     height: 32px;
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     text-transform: uppercase;
}
 #filter_toggler.show .toggler-content {
     opacity: 1;
}
/*#filter_toggler span:first-of-type {
     padding-left: 15px;
     padding-right: 15px;
}
 */
 #filter_toggler .fa {
     color: #fff;
     font-size: 28px;
}
/* datapicker */
 .ui-datepicker {
     background-color: #fff;
     padding: 10px;
     border: 0.5px solid #a4a6a7;
     box-sizing: unset;
}
 .ui-datepicker-next {
     float: right;
}
 .ui-datepicker-next, .ui-datepicker-prev {
     font-weight: 700;
     cursor: pointer;
}
 .ui-datepicker-calendar td {
     padding: 7px;
}
 .associatedItem {
     border-bottom: 2px solid #eeeeee;
}
 .variant-name {
     font-weight: 700;
}
 .btn-group.dropdown a.nav-link.dropdown-toggle::after {
     display: none;
}
 .date-picker-wrapper {
     display: flex;
}
 .date-picker-wrapper select {
     max-width: 33.3%;
}
/* footer */
 footer {
     background-color: #fff;
     width: 100%;
     display: inline-block;
     height: auto;
     position: absolute;
     margin-top: 30px;
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
 footer .section-title {
     font-family: 'Oswald', sans-serif;
}
 footer .section-title::after {
     content: "";
     display: block;
     width: 85px;
     height: 3px;
     margin-left: 0;
     margin-top: 10px;
     background-color: #BB0030;
     -o-transform: skewX(35deg);
     -webkit-transform: skewX(35deg);
     -moz-transform: skewX(35deg);
     -ms-transform: skewX(35deg);
     transform: skewX(35deg);
     transition: all .3s ease-in-out;
}
 footer .block:hover .section-title::after {
     width: 90%;
}
 footer li a {
     font-family: Roboto-light-condensed;
     font-weight: 400;
     letter-spacing: .5px;
     font-size: 18px;
}
 footer .block li:hover a {
     color: #BB0030;
}
 footer .newsletter .btn i {
     margin-right: 0;
     padding-right: 0;
}
 footer a {
     color: rgb(46, 48, 49);
}
 footer h5 {
     text-transform: uppercase;
     font-size: 15px;
     font-weight: bold;
}
 footer .list-group .list-group-item a:hover .fa-twitter {
     color: #2DA2CD;
}
 footer .list-group .list-group-item a:hover .fa-facebook-square {
     color: #0c3b63;
}
 footer .list-group .list-group-item a:hover .fa-rss {
     color: #EB5B1C;
}
 .validation-summary-errors, .field-validation-error, footer .list-group .list-group-item a:hover .fa-google-plus, footer .list-group .list-group-item a:hover .fa-youtube {
     color: red;
}
 footer .newsletter .fa, footer .block .fa {
     padding-right: 0px;
}
 footer .newsletter-result {
     color: #dc4d00;
     font-size: 20px;
     font-family: Roboto-light-condensed;
     letter-spacing: 1px;
}
 footer .fa {
     padding-right: 6px;
}
 footer .list-group .list-group-item {
     background-color: transparent;
     padding: 1px;
     border: 0;
}
 .footer-lower {
     border-top: 1px solid #eceeef;
}
 footer .social .h5 {
     font-family: 'Oswald', sans-serif;
}
/* IE FIX */
 .card a {
     overflow: auto;
}
 .img-fluid {
     width: 100%;
}
 .home-page-product-grid .card.gen .img-fluid, .category-page .product-grid .card.gen .img-fluid, .category-page .product-list .card.gen .img-fluid, .manufacturer-page .product-list .card.gen .img-fluid {
     width: auto;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .header-logo img {
     width: auto;
}
 .add-to-cart-button {
     display: inline-flex;
     display: inline-block;
}
 .overview-buttons .generalAdToCart > .form-group {
     display: flex;
}
 .checkout-attributes {
}
 .rowHelper.card {
     display: inline-table;
}
 .btn-section .btn {
     margin-bottom: 5px;
}
/* Sitemap */
 .sitemap-page .list-group-item:first-child {
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
}
 .sitemap-page .list-group-item:last-child {
     border-bottom-left-radius: 0 !important;
     border-bottom-right-radius: 0 !important;
}
 .sitemap-page .list-group-item {
     right: 0;
     transition: all .3s ease;
     background: #002E66;
     color: #fff;
     margin-bottom: 5px;
}
 .sitemap-page .list-group-item:hover {
     right: 15px;
     background: #BB0030;
}
/* Contact Us */
 .contact-page .form-fields, .apply-vendor-page .form-fields {
     padding: 15px;
     background: #fff;
     margin-bottom: 15px;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
/* Forum */
 .forum-label {
     font-size: 34px;
     font-family: Roboto-light-condensed;
}
 .forum-label-small {
     font-size: 24px;
}
 .forum-table {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     border-bottom: 0;
     margin-bottom: 15px;
}
 .forum-table thead th {
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 5px;
     padding-right: 5px;
     background: #00a791;
     border: 1px solid #00a791;
}
 .forum-table tbody {
     border-bottom: 1px solid #00a791;
     border-right: 1px solid #00a791;
     border-left: 1px solid #00a791;
     border-top: 0;
}
 .forum-table tbody td {
     padding: 10px 5px 10px 5px;
}
 .forum-table thead .latest-post, .forum-table tbody .latest-post-body {
     width: 140px 
}
 .forum-table tbody .latest-post-body {
     display: inline-flex;
     flex-wrap: wrap;
     align-items: center;
     padding-top: 17px;
}
 .forum-table tbody .forum-description {
     display: flex;
     flex-direction: column;
}
 .forum-table tbody tr {
     background: #fff;
}
 .forum-table tbody tr td {
     min-height: 60px;
     background: #fff;
}
 .forum-table tbody tr:nth-child(even) {
     background: #fff;
}
 .forum-table.active-discussions thead tr th:first-child, .forum-table.active-discussions tbody tr td:first-child {
     padding-left: 15px;
}
 .forum-search-box .search-box-button {
     background: #BB0030;
     border-color: #BB0030;
}
 .topic-post .card, .forum-edit-page .card {
     -webkit-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 10px 1px 35px 0px rgba(0, 0, 0, 0.3);
     border-radius: 0;
}
 .forum-topic-page .quote {
     padding: 10px;
     border: 1px dashed rgba(0,0,0,.125);
}
 .send-pm-button {
     background: #BB0030;
     border-color: #BB0030;
     margin-right: 5px;
}
 .send-pm-button:not([disabled]):not(.disabled).active, .send-pm-button:not([disabled]):not(.disabled):active, .show>.send-pm-button.dropdown-toggle {
     color: #fff;
     background-color: #BB0030;
     border-color: #BB0030;
     box-shadow: 0 0 0 0.2rem rgba(245,86,0,.5);
}
 .cancel-pm-button:not([disabled]):not(.disabled).active, .cancel-pm-button:not([disabled]):not(.disabled):active, .show > .cancel-pm-button.dropdown-toggle {
     background-color: #002E66;
     border-color: #002E66;
     box-shadow: 0 0 0 0.2rem rgba(0,142,122,.5);
}
 .send-pm-button:hover {
     background: #dc4d00;
     border-color: #dc4d00;
}
 .card.form-fields {
     border-radius: 0;
}
/* private-messages-page */
 .private-messages-page .table-responsive {
     overflow: hidden;
     margin-top: 0;
}
 .private-messages-page .table-responsive table {
     background: #fff;
     border-bottom: 0;
}
 .private-messages-page tr:last-of-type {
     border-bottom: 1px solid #ddd;
}
 .private-messages-page .table-responsive tr {
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
}
 .private-messages-page .table-responsive th {
     border-top: 0;
}
 .private-messages-page .nav-tabs .nav-link {
     border-radius: 0;
}
 .private-messages-page .delete-selected-pm-button {
     margin-right: 5px;
}
 .private-message-view-page .view-message {
     border-radius: 0;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
 .private-message-view-page .btn-group .btn {
     margin-right: 5px;
}
/* profile page */
 .profile-page .nav-tabs {
     margin-bottom: 0 !important;
}
 .profile-page .tab-content {
     background: #fff;
     padding: 15px !important;
     border-left: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     border-right: 1px solid #ddd;
}
 .product-tags-all-page .product-tags-list {
     padding: 15px;
     background: #fff;
     margin-bottom: 15px;
     -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3) 
}
/* Safari */
 .step-title {
     width: 100%;
}
 .wishlist-content .custom-control-description {
     padding-right: 0;
     margin-left: 0;
}
 .wishlist-content .remove-from-cart {
     min-width: 25px;
}
/*media*/
 @media screen and (max-width: 1400px) {
     .categoryGrid .slider .price.actual-price {
         font-size: 11px;
    }
     .categoryGrid .slider .price.old-price {
         font-size: 12px;
    }
     .price.actual-price span:first-of-type {
         font-size: 20px !important;
    }
     .price.actual-price span:nth-of-type(2) {
         font-size: 24px !important;
    }
     .price.actual-price span:nth-of-type(3) {
         font-size: 20px !important;
    }
     .slider-promo .percent-text {
         font-size: 125px;
    }
     .slider-promo .promo-text {
         font-size: 30px;
    }
     .home-page-categories img {
         height: 65px;
    }
     .categoryGrid .slider .card {
         height: 185px;
    }
     .categoryGrid .imgSubList .card {
         height: 370px;
    }
     .categoryGrid .imgSubList .subListSubCategory {
         height: 244px;
         max-height: 244px;
    }
}
 @media screen and (max-width: 1300px) {
     .container {
         max-width: 1250px;
    }
}
 @media screen and (max-width: 1200px) and (min-width: 901px) {
     .shopping-cart tr {
         float: left;
         margin: 0 0 2% 2%;
         width: 33.1%;
    }
     .shopping-cart tr:nth-child(3n+1) {
         clear: both;
         margin-left: 0;
    }
     .shopping-cart .quantity .qty-input {
         width: 45px;
    }
}
 @media screen and (max-width: 1200px) {
     .shopping-cart-container {
         box-shadow: unset !important;
    }
     .shopping-cart .add-to-cart {
         position: absolute;
         right: 0;
         top: 0;
    }
     .order-details-page .quantity {
         font-size: 23px;
         font-family: Roboto-light-condensed !important;
         color: #000 !important;
    }
     .order-details-page .shopping-cart .product {
         width: 100%;
         background: #eee;
         min-height: 52px;
    }
     .order-details-page .product-unit-price, .order-details-page .product-subtotal.price {
         font-size: 23px;
         font-family: Roboto-light-condensed;
    }
     .shopping-cart .remove-from-cart.remove-os {
         width: 100% !important;
    }
     .shopping-cart .remove-from-cart.remove-os label {
         margin-left: auto !important;
         left: -25px !important;
    }
     .shopping-cart .remove-from-cart.remove-os p {
         width: 100%;
         margin-left: 0;
    }
     .shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
         left: -12px;
    }
     .shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
         left: 9px;
    }
     .shopping-cart {
         box-shadow: unset;
    }
     .shopping-cart .quantity .qty-input {
         width: 45px;
    }
     .shopping-cart .remove-from-cart input[type='checkbox'] + label {
         width: 30px;
    }
     .shopping-cart td {
         padding: 15px;
    }
     .shopping-cart-page {
         clear: both;
    }
     .shopping-cart tbody {
         border: 0;
    }
     .shopping-cart thead {
         display: none;
    }
     .shopping-cart tr {
         margin: 0 0 10px;
         font-size: 0;
         letter-spacing: 0;
         border: 2px solid #fff;
         position: relative;
         text-align: center;
         overflow: hidden;
         background: #fff;
         box-shadow: 0 0 14px rgba(0,0,0,0.06);
         padding-bottom: 65px;
         display: flex !important;
         flex-direction: column;
    }
     .shopping-cart td {
         font-size: 14px;
         letter-spacing: .2px;
         padding: 15px;
         border: none !important;
         text-align: center;
    }
     .shopping-cart tr, .shopping-cart td {
         display: block;
    }
     .shopping-cart tr {
         margin-right: 2px;
         min-height: 315px;
         -webkit-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 5px 1px 15px 0px rgba(0, 0, 0, 0.3);
    }
     .shopping-cart .remove-from-cart, .shopping-cart .add-to-cart {
         height: 48px;
         align-items: center;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
         border: none;
         text-align: center;
         display: -webkit-flex;
         display: -webkit-box;
         display: -moz-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         justify-content: center !important;
         margin-right: 0 !important;
         padding: 0;
         width: 50%;
    }
     .shopping-cart .remove-from-cart input[type='checkbox'] + label {
         margin: unset;
         top: 3px;
         margin-left: 3px;
         margin-bottom: auto !important;
    }
     .shopping-cart .remove-from-cart .remove {
         display: block;
         margin-bottom: 0;
         margin-left: 15px;
         left: 25px;
         z-index: 99;
         text-transform: uppercase;
         font-family: Roboto-light-condensed;
         font-size: 20px;
         top: 10px;
         position: absolute;
    }
     .shopping-cart .remove-from-cart:before, .shopping-cart .add-to-cart:before {
         content: '';
         position: absolute;
         height: 48px;
         top: 0;
         left: 0;
         right: 0;
         background: #eee;
         z-index: 0;
    }
     .shopping-cart .product-picture {
         float: left;
         width: 45%;
         padding-right: 0;
         padding-top: 0;
         padding-bottom: 0;
         position: absolute;
         top: 98px;
    }
     .shopping-cart .product-picture a {
         position: relative;
         display: block;
    }
     .shopping-cart .product-picture a:before {
         content: '';
         padding-top: 100%;
         display: block;
    }
     .shopping-cart .product-picture img {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         margin: auto;
         max-width: 100%;
    }
     .shopping-cart .product-picture ~ td {
         margin: 0 0 0 45%;
         text-align: left;
         padding: 10px;
    }
     .shopping-cart .product {
         display: flex;
         flex-direction: column;
         align-self: flex-start;
         padding: 0 10px 0 !important;
         margin-bottom: 50px !important;
         padding-bottom: 10px !important;
    }
     .shopping-cart .quantity {
         left: 0;
         width: 45%;
         padding: 10px 0 10px 10px !important;
         color: #909090;
         text-transform: none;
         font-family: 'Lato', sans-serif;
         line-height: 18px;
    }
     .shopping-cart .quantity, .shopping-cart .subtotal {
         display: flex;
         align-items: center;
         height: 66px;
         margin: 0 !important;
         padding: 10px;
         text-align: center !important;
         border-top: 1px dashed #ccc !important;
         position: absolute;
         bottom: 0;
         top: unset;
    }
     .order-details-page .shopping-cart tr {
         min-height: 160px;
    }
     .shopping-cart .subtotal {
         width: 55%;
         right: 0;
         padding-left: 5px !important;
         justify-content: flex-start;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
    }
     .shopping-cart .subtotal .price span:first-of-type {
         font-size: 17px !important;
    }
     .shopping-cart .subtotal .price span:nth-of-type(2) {
         font-size: 26px !important;
    }
     .shopping-cart .subtotal .price span:nth-child(3) {
         font-size: 17px !important;
    }
     .shopping-cart tbody tr:nth-child(even) {
         background-color: #fff;
    }
     .shopping-cart .unit-price {
         display: block;
         align-items: center;
         flex-wrap: nowrap !important;
         position: absolute;
         bottom: 66px;
         right: auto;
         left: 10px;
         padding-left: 0 !important;
         padding-top: 0 !important;
    }
     .order-details-page .shopping-cart .unit-price {
         justify-content: flex-start;
    }
     .shopping-cart .subtotal-text, .shopping-cart .unit-price-text {
         display: inline-block;
         text-align: left;
         margin-right: 5px;
         font-size: 23px;
         font-family: Roboto-light-condensed;
    }
     .categoryGrid .slider .product-title {
         top: 0px;
    }
     .categoryGrid .card .itemImg .list .btn {
         width: 30px;
         height: 30px;
    }
     .categoryGrid .card:hover .itemImg .list {
         bottom: 40%;
    }
     .categoryGrid .itemImg img {
         padding-top: 8px;
    }
     .product-list .card-body .card-title a {
         font-size: 22px;
    }
     .product-list .card-body .card-text {
         max-height: 60px;
         overflow: hidden;
    }
     .news-list-homepage .card-body {
         height: 175px;
    }
     .news-list-homepage .news-img img {
         height: 300px;
    }
     .product-list .change-percent {
         font-size: 20px;
    }
     #product-tabs-slider .card-body, .category-slider .card-body, .category-page .item-box .card-body, .ajax-products .card-body, .common-slider .card-body {
         padding-top: 5px;
         padding-bottom: 5px;
    }
     #product-tabs-slider .card-title, .category-slider .card-title, .category-page .item-box .card-title, .ajax-products .card-title, .common-slider .card-title {
         min-height: 35px;
    }
}
 @media screen and (max-width: 1024px) {
     .news-list-homepage .card {
         height: auto;
    }
     .product-list .card-body .card-text {
         max-height: 25px;
         overflow: hidden;
    }
     #topcartlink:hover .dropdown-menu {
         display: none;
    }
     .product-list .card-title {
         margin-top: 0 !important;
    }
}
 @media screen and (min-width: 991px) and (max-width: 1200px) {
     .comment-container img {
         height: 80px;
         width: auto;
    }
}
 @media screen and (min-width: 991px) {
     .header-links .nav-item {
         margin-right: 15px;
    }
     .block-account-navigation .title {
         position: relative;
         margin-bottom: 20px;
    }
     .block-account-navigation .title strong::before {
         content: '';
         position: absolute;
         background: #002E66;
         margin: auto;
         width: 85px;
         height: 4px;
         bottom: -10px;
         right: auto;
         left: 2px;
         -o-transform: skewX(35deg);
         -webkit-transform: skewX(35deg);
         -moz-transform: skewX(35deg);
         -ms-transform: skewX(35deg);
         transform: skewX(35deg);
    }
     .block-account-navigation .title strong::after {
         content: '';
         position: absolute;
         background: #ccc;
         margin: auto;
         width: calc(100% - 88px);
         height: 1px;
         bottom: -10px;
         right: auto;
         left: 88px;
    }
     .ajax-products .card.gen:hover, .subCategoryList .card.gen:hover {
         transform: scale(1.05);
    }
     .navUp .dropdown-menu .dropdown-toggle {
         padding-left: 0 !important;
    }
     .navUp .outside-container {
         display: flex;
    }
     .navUp.expand .outside-container {
         display: none;
    }
     .outside-container {
         padding-left: 20px;
    }
     .outside-menu {
         align-self: center;
    }
     .outside-menu a {
         color: #002E66;
    }
     .outside-menu:hover a {
         color: #00a791;
    }
     ul.ui-autocomplete.expand {
         top: 52px !important;
    }
     ul.ui-autocomplete {
         top: 71px !important;
    }
     .header-links .dropdown-menu .nav-item {
         margin-right: 0;
    }
     .header-links .ico-login, .header-links .ico-register, .header-links .ico-logout {
         color: #00a790 !important;
         font-size: 14px;
         font-weight: 600;
         letter-spacing: 2px !important;
         text-transform: uppercase;
    }
     .header-links .inbox-unread {
         font-weight: 700;
         margin-left: 5px;
    }
     .header-links .ico-inbox .fa {
         margin-right: 5px;
    }
     .header-links .ico-login {
         padding-top: 0 !important;
    }
     .currencies .desktop-currency, .languages .desktop-languages, .taxes .desktop-tax {
         border-bottom: 1px solid #ddd;
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .currencies ul, .languages ul, .taxes ul {
         display: flex;
         padding-left: 0;
    }
     .language-selector a img.selected {
         padding: 3px;
         border: 1px solid #002E66;
     }
     .currencies li, .languages li, .taxes li {
         width: 50%;
         padding-top: 5px;
         padding-bottom: 5px;
    }
     .languages li.active img {
         border: 2px solid #BB0030;
         padding: 3px;
         height: 20px;
    }
     .languages li.active a, .currencies li.active a, .taxes li.active a {
         color: #BB0030 !important;
    }
     .currencies li a, .languages li a, .taxes li a {
         padding: 0 5px 0 5px;
         display: flex;
         justify-content: center;
         color: #00a790 !important;
         font-size: 14px;
         font-weight: 700;
         letter-spacing: 2px !important;
    }
     .hl-nav {
         border-top: 1px solid #ddd;
    }
     .header-links .admin-group {
         display: none !important 
    }
     #searchModal .admin-group {
         display: none !important;
    }
     #searchModal .search-box-button span:nth-child(3) {
         display: none !important;
    }
     .generalLeftSide .block {
         margin-bottom: 15px;
    }
     header .collapse {
         display: none !important;
    }
     .wishlist-content .custom-control {
         min-width: 10px;
    }
     .wishlist-content th:first-of-type {
         width: 10%;
    }
     .register-block .register-button {
         margin-top: 85px;
    }
     .first-level .dropdown:hover .next-level {
         display: block;
         position: absolute;
         top: -9px;
         left: 157px;
    }
     .shopping-cart-page .card {
         padding-bottom: 0;
    }
     .block .viewBox {
         display: block !important;
    }
     .subrow .quantity .td-title {
         position: relative;
         top: 6px;
    }
     .subrow .unit-price {
         position: relative;
         padding-top: 8px;
    }
}
 @media (max-width: 991px) {
    .product-details-page .attributes dd,
    .product-details-page .attributes dt {
        width: 100%;
        display: flex;
        justify-content: center;
        border: 1px solid rgba(0,0,0,.2) !important;
    }
    .product-details-page .attributes dd:last-of-type, .product-details-page .attributes dd:nth-of-type(n) {
        margin-right: 0;
    }
     .order-progress {
         display: none;
    }
     #product-tabs-slider .card-body, .category-slider .card-body, .category-page .item-box .card-body, .ajax-products .card-body, .common-slider .card-body, .manufacturer-page .card-body {
         height: 190px;
    }
     #product-tabs-slider .card.gen .card-footer .btn-group, .category-slider .card.gen .card-footer .btn-group, .category-page .item-box .card.gen .card-footer .btn-group, .ajax-products .card.gen .card-footer .btn-group, .common-slider .card.gen .card-footer .btn-group, .manufacturer-page .card.gen .card-footer .btn-group, .product-tag-page .card.gen .card-footer .btn-group, .recently-added-products-page .card.gen .card-footer .btn-group, .search-results .card.gen .card-footer .btn-group, .recently-viewed-products-page .card.gen .card-footer .btn-group {
         bottom: 145px;
    }
     .slider-promo .promo-see-all {
         position: absolute;
         bottom: 30px;
         width: 90%;
    }
     #block-recently-viewed-products {
         display: none !important;
    }
     footer .step-title {
         border-radius: 0;
         background: #002E66;
         border-color: #002E66;
    }
     footer .viewBox ul {
         padding-bottom: 5px;
    }
     .product-details-page .generalTitle {
         font-size: 25px;
    }
     .product-details-page .product-simple-share {
         padding-left: 15px;
         padding-right: 15px;
    }
     .product-details-page .product-simple-share .btn:first-of-type {
         margin-left: 0;
    }
     .product-details-page .qty-cart {
         margin-bottom: 15px;
         padding-right: 15px;
    }
     .product-details-page .qty-cart .add-to-cart-button {
         width: 80%;
    }
     .shopping-cart-page .common-buttons .update-cart-button, .shopping-cart-page .common-buttons .continue-shopping-button {
         display: flex;
         justify-content: center;
         margin-bottom: 15px;
         width: 100%;
    }
     .shopping-cart .product-picture {
         top: 85px;
    }
     #topcartlink:hover .dropdown-menu {
         display: none;
    }
     .wishlist-content .btn-section .btn{
         margin-bottom: 5px;
         width: 100%;
         margin-right: 5px;
    }
     .wishlist-content .btn-section {
         text-align: center;
         width: 100%;
         display: flex;
    }
     .product-list .card-body .card-title a {
         font-size: 22px;
    }
     .categoryGrid .card .itemImg .list .btn {
         width: 40px;
         height: 40px;
         margin-right: 5px;
    }
     .mobile-logo {
         left: 58px;
         right: 68px;
         position: fixed;
         justify-content: center;
    }
     .mobile-logo h1 {
         line-height: 0;
     }
     .mobile-logo img {
         width: auto;
         height: 51px;
         padding-top: 5px;
         padding-bottom: 5px;
    }
     #topcartlink {
         margin-left: auto;
    }
    .nav-item.edit-mobile {
        position: absolute;
        right: 58px;
        top: 51px;
        background: #002E66;
        width: 56px;
        border: 1px solid #fff;
        justify-content: center;
    }
     .nav-item.edit-mobile .fa {
         color: #fff !important;
     }
     .nav-item.mobile-search, .nav-item.wishlist-icon, #filter_toggler, .nav-item.admin, .nav-item.login-mobile, .nav-item.register-mobile, .nav-item.logout-mobile, .nav-item.account-mobile {
         display: flex;
         align-items: center;
         justify-content: center;
         position: fixed;
         top: 51px;
         right: 0;
         width: 58px;
         background: #002E66;
         border: 1px solid #fff;
         height: 51px;
         transition: all .3s ease;
         z-index: -1;
    }
     .nav-item.mobile-search.hide, .nav-item.wishlist-icon.hide, #filter_toggler.hide, #mobile-options-opener.hide, .nav-item.admin.hide, .nav-item.logout-mobile.hide, .nav-item.login-mobile.hide, .nav-item.register-mobile.hide, .nav-item.account-mobile.hide {
         right: -60px !important;
         transition: all .3s ease;
    }
     .nav-item.mobile-search.show, .nav-item.wishlist-icon.show, #filter_toggler.show, .login-mobile.show, .register-mobile.show, .nav-item.logout-mobile.show, .nav-item.accout-mobile.show, .nav-item.account-mobile.show-2, .nav-item.logout-mobile.show-2 {
         right: 0;
         position: fixed;
         z-index: 999;
    }
     .nav-item.mobile-search.show {
         top: 101px;
    }
     .nav-item.wishlist-icon.show {
         top: 151px;
    }
     .nav-item.admin.show {
         top: 251px;
    }
     .nav-item.logout-mobile.show {
         top: 351px;
    }
     .nav-item.logout-mobile.show-2 {
         top: 301px;
    }
     .nav-item.account-mobile.show {
         top: 301px;
    }
     .nav-item.account-mobile.show-2 {
         top: 251px;
    }
     .nav-item.admin.show-2 {
         top: 201px;
    }
     .nav-item.login-mobile.show-2 {
         top: 201px;
    }
     .nav-item.register-mobile.show-2 {
         top: 251px;
    }
     .nav-item.login-mobile.show {
         top: 251px;
    }
     .nav-item.register-mobile.show {
         top: 301px;
    }
     #filter_toggler.show {
         top: 201px;
    }
     .nav-item.wishlist-icon .fa, .nav-item.admin .fa, .mobile-search .fa, .login-mobile .fa, .register-mobile .fa, .logout-mobile .fa, .account-mobile .fa {
         color: #fff !important;
    }
     .home-page-icons {
         margin-top: 70px;
    }
     .categoryGrid .imgSubList .card {
         height: auto;
    }
     .categoryGrid .slider .card .content-container {
         bottom: 2px;
    }
     .categoryGrid .slider .product-title {
         top: 2px;
    }
     .news-list-page .card-body {
         height: 169px;
    }
     .ajax-products .card-title strong {
         font-size: 20px !important;
    }
     .product-list .change-percent {
         font-size: 20px;
    }
     #product-tabs-slider .card-title, .category-slider .card-title, .category-page .item-box .card-title, .ajax-products .card-title, .common-slider .card-title {
         min-height: 35px;
         margin-top: 45px;
    }
     .breadcrumb {
         margin-top: 65px;
    }
     .n4you-ajax-filters {
         left: -150%;
         position: fixed;
         z-index: 998;
         top: 51px;
         transition: all .3s ease-in-out;
    }
     .n4you-ajax-filters.show {
         left: 0;
         width: 50%;
    }
     .n4you-ajax-filters.show .ajax-filter-section {
         overflow-y: auto;
         overflow-x: hidden;
         height: calc(100vh - 160px);
         max-height: -webkit-fill-available;
         max-height: -moz-available;
         padding-left: 1px;
         padding-right: 1px;
    }
     #product-tabs-slider .card-title strong, .category-slider .card-title strong, .category-page .item-box .card-title strong, .ajax-products .card-title strong {
         font-size: 14px;
    }
     .categoryGrid .imgSubList {
         margin-bottom: 15px;
    }
     .categoryGrid .slider .card {
         height: 260px;
    }
     .news-list-homepage .card-body {
         height: 170px;
    }
     .slider-promo .percent-text {
         font-size: 125px;
    }
     .slider-promo .promo-text {
         font-size: 27px;
         position: absolute;
         bottom: 80px;
         display: flex;
         justify-content: center;
         width: 90%;
    }
     .banner-column {
         padding-right: 0px;
         padding-bottom: 15px;
    }
     .banner-column:nth-of-type(2) {
         padding-right: 0px;
         padding-bottom: 15px;
    }
     .banner-column:nth-of-type(3) {
         padding-left: 0px;
         padding-right: 0px;
    }
     .subrow span.product-subtotal {
         position: relative;
         bottom: 8px;
    }
     .searchBy {
         height: 52px;
         border-top: 0;
         border-bottom: 0;
    }
     header {
         margin-top: 52px;
    }
     ul.ui-autocomplete {
         width: calc(100% - 60px);
         animation-name: autocomplete;
         animation-duration: .3s;
         -webkit-animation-name: autocomplete;
         -webkit-animation-duration: .3s;
         box-shadow: 0 0 16px rgba(0,0,0,0.45);
         border-radius: 0;
         border: 0 !important;
    }
     .navbar-light .navbar-nav .nav-link {
         color: #000;
         text-transform: uppercase;
    }
     .header-links .nav-item .nav-link {
         padding-bottom: 0 !important;
         padding-top: 0 !important;
         padding-right: 9px !important;
         padding-left: 9px !important;
         align-items: center !important;
         align-self: center !important 
    }
     .header-links .nav-item {
         min-height: 51px;
         align-items: center !important;
         align-self: center !important;
         display: flex;
    }
     .navUp .nav-link .fa {
         padding-left: 0px;
         font-size: 22px;
    }
     #topcartlink > div > a {
         background-color: #BB0030;
         margin-left: 0;
         color: #fff;
         padding: 11px;
         min-height: 51px;
    }
     #topcartlink .fa {
         color: #fff;
    }
     .navUp {
         border-bottom: 1px solid #ddd;
    }
     header .collapse {
         position: fixed;
         background-color: #f7f7f9;
         top: 49px;
         border: 1px solid #9da6b2;
         border-top: 0;
         left: 4%;
    }
     #mobile-collapsing-menu {
         top: 52px;
    }
     .navUp .container {
         padding-left: 0;
         padding-right: 0;
         margin-left: 0;
         margin-right: 0;
         max-width: 100%;
    }
     .block-manufacturer-navigation h2, #block-product-price-filter h2, #block-product-spec-filter h2, #block-blog-archive h5, #block-popular-blogtags h5, .block.block-popular-tags .h5 {
         color: #fff;
         margin-top: 15px;
         text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
         background-color: #F0F0F0;
         background-image: -moz-linear-gradient(top, #002E66, #002E66);
         background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002E66), to(#002E66));
         background-image: -webkit-linear-gradient(top, #002E66, #002E66);
         background-image: -o-linear-gradient(top, #FFFCFC, #F0F0F0);
         background-image: linear-gradient(to bottom, #002E66, #002E66);
         background-repeat: repeat-x;
         border: 1px solid;
         border-color: #F0F0F0;
         border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='#002E66', GradientType=0);
         filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
     .product-simple-share .btn {
         display: block;
         height: 38px;
    }
     #collapsing-navbar-2 .dropdown-menu {
         position: static;
         width: 100%;
    }
     .social li {
         display: inline-flex;
         margin-right: 15px;
    }
     .footer .block {
         cursor: pointer;
         display: inline-block;
    }
     .block.active h5, .block:hover h5 {
         border-left: 3px solid #87c255;
    }
     .block .viewBox, .dropdown:hover .dropdown-menu, .dropdown .dropdown-menu {
         display: none;
    }
     .block h5 {
         cursor: pointer;
         border-left: 3px solid transparent;
         -webkit-transition: all 0.3s;
         -webkit-transition-timing-function: linear;
         transition: all 0.3s;
         transition-timing-function: linear;
    }
     .product-unit-price, .quantity .td-title, .subtotal span.product-subtotal {
         position: relative;
    }
     .social {
         padding-top: 50px;
    }
     .generalLeftSide {
         padding-bottom: 15px;
         padding-right: 0;
    }
     .navbar-expand-md .navbar-nav .dropdown-menu.open {
         display: block;
         background-color: rgb(65, 69, 72);
    }
     .navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
         display: block;
         background-color: rgb(97, 103, 108);
         position: absolute;
         width: 100%;
    }
     .dropdown-menu {
         margin: 0;
    }
     .mainNav .nav-item:last-of-type {
         border: none;
    }
     .mainNav .nav-item {
         border-bottom: 1px solid #484c4e;
    }
     .generalDropDown select.custom-select {
         padding-right: 30px;
    }
     section.totals {
         border-top: 1px solid #eceeef;
         border-left: 0;
    }
     .generalMiddle {
         display: block;
    }
     #mobile-collapsing-menu .navbar-nav {
         flex-wrap: nowrap;
         overflow-y: scroll;
         overflow-x: hidden;
         margin-top: -1px;
         height: calc(100vh - 102px);
    }
     #mobile-collapsing-menu .dropdown-menu.show {
         opacity: 1;
         left: 0;
         width: 100%;
         z-index: 999;
         overflow-y: scroll;
         overflow-x: hidden;
         height: calc(100vh - 51px);
    }
}
 @media screen and (max-width: 991px) and (min-width: 767px) {
     .shopping-cart tr {
         float: left;
         margin: 0 0 2% 2%;
         width: 49%;
    }
     .forum-topic-page .post-user {
         border-right: 1px solid #d9d9d9;
    }
     .shopping-cart tr:nth-child(2n+1) {
         clear: both;
         margin-left: 0;
    }
}
 @media screen and (max-width: 767px) {
     #product-tabs-slider .card.gen .card-footer .btn, .category-slider .card.gen .card-footer .btn, .category-page .item-box .card.gen .card-footer .btn, .ajax-products .card.gen .card-footer .btn, .common-slider .card.gen .card-footer .btn, .manufacturer-page .card.gen .card-footer .btn, .product-tag-page .card.gen .card-footer .btn, .recently-added-products-page .card.gen .card-footer .btn, .search-results .card.gen .card-footer .btn, .recently-viewed-products-page .card.gen .card-footer .btn {
         transform: translateY(0px);
         opacity: 1;
    }
     .product-details-page .linkCreate {
         width: 100%;
    }
     .selected-checkout-attributes {
         justify-content: flex-start;
    }
     #product-tabs-slider .card.gen .card-footer, .category-slider .card.gen .card-footer, .category-page .item-box .card.gen .card-footer, .ajax-products .card.gen .card-footer, .common-slider .card.gen .card-footer, .manufacturer-page .card.gen .card-footer, .product-tag-page .card.gen .card-footer, .recently-added-products-page .card.gen .card-footer, .search-results .card.gen .card-footer, .recently-viewed-products-page .card.gen .card-footer {
         opacity: 1;
    }
     .page {
         margin-top: 66px;
    }
     .product-details-page .product-container {
         margin-top: 66px;
    }
     .product-details-page .overview {
         padding-left: 15px;
    }
     .shopping-cart tr {
         float: left;
         margin: 0 0 2% 0;
         width: 100%;
    }
     .product-details-page .attributes {
         width: 100%;
    }
     .product-details-page .attributes dl {
         width: 100%;
    }
     .product-details-page .attributes dt {
         padding-left: 0 !important;
    }
     .product-details-page .attributes dd {
         padding-left: 10px !important;
     }
     .product-details-page .attributes dt {
         display: inline-flex;
         width: 50%;
    }
     .product-details-page .attributes dd {
         display: inline-flex;
         width: 50%;
    }
     .shopping-cart tr:nth-child(n+1) {
         clear: both;
    }
     .shopping-cart .unit-price {
         position: absolute;
         bottom: 66px;
         min-width: 140px;
         display: flex;
         align-items: flex-end;
         background: transparent;
    }
     .shopping-cart .product-picture {
         top: 80px;
         padding-top: 20px;
         background: transparent;
    }
     .news-list-homepage .card-body {
         height: 140px;
    }
     .categoryGrid .slider .product-title {
         position: relative;
    }
     .categoryGrid .slider .card .content-container {
         position: relative;
    }
     .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link-admin {
         padding-right: 33px;
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .categoryGrid .itemImg {
         padding-left: 0;
         padding-right: 0;
    }
     .categoryGrid .product-container {
         padding-left: 0;
         padding-right: 0;
    }
     .categoryGrid .subListSubCategory {
         height: auto !important;
         max-height: 100% !important;
    }
     .categoryGrid .imgSubList .card {
         height: auto;
    }
     .categoryGrid .imgSubList .card img {
         display: none;
    }
     .categoryGrid .slider .card {
         display: block;
         height: 520px;
    }
     .categoryGrid .slider .product-title {
         font-size: 12px;
    }
     #mobile-collapsing-menu .navbar-nav {
         flex-wrap: nowrap;
         overflow-y: scroll;
         overflow-x: hidden;
    }
     #mobile-collapsing-menu .dropdown-menu.show {
         opacity: 1;
         left: 0;
         width: 100%;
         z-index: 999;
         overflow-y: scroll;
         overflow-x: hidden;
    }
     #mobile-collapsing-menu {
         top: 52px;
    }
     .navUp li a span.fa {
         font-size: 24px;
    }
     .headBottom {
         margin: 35px 0;
         min-height: 85px;
    }
     .footer-lower {
         padding-top: 30px;
         padding-bottom: 30px;
    }
     footer .block {
         cursor: pointer;
         display: inline-block;
    }
     .wishrow {
         margin: auto;
    }
     .wishlist-content .table > tbody > tr > td, .cartTable .table > tbody > tr > td {
         vertical-align: middle;
         width: 100%;
         display: block;
         text-align: center;
         padding: 2px;
         padding-bottom: 40px;
    }
     .wishlist-content .table > tbody > tr > td:first-of-type, .cartTable .table > tbody > tr > td:first-of-type {
         padding-bottom: 0;
         height: 46px;
    }
     .subrow {
         display: -webkit-inline-box;
    }
     .quantity {
         position: relative;
         top: -7px;
    }
     .product {
         margin-bottom: 10px;
    }
     .rate label {
         display: block;
    }
     .rate .custom-control+.custom-control {
         margin-left: 0;
    }
     .breadcrumb, .generalDropDown {
         display: none;
    }
     .product-quantity, .form-control.qty-input {
         max-width: 100px;
    }
     .generalAdToCart .form-control.qty-input {
         margin: inherit;
         margin-bottom: 0;
         margin-top: 0;
    }
     .order-summary .table > tbody > tr > td:first-of-type {
         height: auto;
    }
     .total-info .table > tbody > tr > td {
         vertical-align: middle;
         width: 50%;
         display: block;
    }
     .share-info a {
         font-size: 10px;
    }
     .subtotal, product-subtotal, .unit-price {
         top: -4px;
    }
     .quantity .td-title {
         position: relative;
         display: block;
    }
     .order-details-page .quantity .td-title {
         position: static;
    }
     .card.generalNote {
         position: fixed;
         width: 100%;
         display: none;
         right: 0;
         bottom: 0;
    }
     .language-list {
         margin-bottom: 0;
    }
     .page {
         min-height: 225px;
    }
     .forum-topic-page ul.user-stats {
         border-right: none;
    }
     .topic-posts .send-pm {
         border-bottom: 1px solid #dddddd;
    }
}
 @media screen and (min-width: 576px) {
     .mb-3-media {
         margin-bottom: 1rem;
    }
}
 @media screen and (max-width: 767px) and (min-width: 575px) {
     .shopping-cart .product-picture img {
         top: -25px;
         margin: unset;
    }
}
 @media (min-width: 767px) {
     .wishlist-content .remove-from-cart label{
         padding-left: 0 !important;
    }
     .header-links.navbar-nav .fa {
         color: rgba(0,0,0,.5);
    }
     .available-items ul {
         padding-left: 0;
         margin-bottom: 5px;
    }
     .navUp li a span.fa {
         margin-right: 2px;
         margin-left: 2px;
    }
}
 @media screen and (min-width: 768px) {
     .selected-checkout-attributes {
         justify-content: flex-end;
    }
}
 @media screen and (max-width: 767px) {
     #quickviewListener {
         display: none;
    }
     .categoryGrid .card .itemImg .list .btn {
         transform: translateY(0px);
         opacity: 1;
    }
     .categoryGrid .card .itemImg .list {
         bottom: 4px;
         opacity: 1;
         justify-content: center;
         width: 100%;
         bottom: 45px;
    }
     .categoryGrid .card .itemImg .list {
         bottom: 40%;
         margin-top: 10px;
    }
     .forum-table thead {
         display: none;
    }
     .forum-label, .forum-label-small {
         text-align: center;
    }
     .forum-table tbody tr {
         display: flex;
         flex-direction: column;
         width: 100%;
         position: relative;
    }
     .forum-table tbody tr td {
         min-height: 50px;
    }
     .forum-table .forum-table-topics {
         margin: 0 50% 0 0;
         position: absolute;
         width: 50%;
         top: 115px;
         display: flex;
         flex-direction: column;
         font-weight: 700;
    }
     .forum-table .forum-table-posts {
         margin: 0 0 0 50%;
         display: flex;
         flex-direction: column;
         font-weight: 700;
    }
     .forum-table tbody .envelope {
         background: #002E66;
    }
     .forum-table tbody .envelope a {
         color: #fff;
         font-size: 20px;
         font-family: Roboto-light-condensed;
    }
     .forum-table tbody .envelope .fa {
         display: none;
    }
     .forum-table .forum-description {
         text-align: center;
         min-height: 65px;
         height: 65px;
         overflow: hidden;
    }
     .forum-table tbody .latest-post-body {
         width: 100%;
         justify-content: center;
    }
     .forum-table tbody .latest-post-body .date, .forum-table tbody .latest-post-body .origin, .forum-table tbody .latest-post-body .author {
         width: 33%;
         text-align: center;
    }
     .forum-table.active-discussions thead tr th:first-child, .forum-table.active-discussions tbody tr td:first-child {
         background: #002E66;
         color: #fff;
         padding-left: 15px;
         text-align: center;
    }
     .forum-table.active-discussions .topic-title a {
         color: #fff;
         font-family: Roboto-light-condensed;
         font-size: 20px;
    }
     .forum-table.active-discussions .topic-starter {
         display: none;
    }
     .forum-table.active-discussions thead tr th:first-child, .forum-table.active-discussions tbody tr td:first-child {
         background: #002E66;
         color: #fff;
         text-align: center;
    }
     .forum-table.active-discussions .table-replies {
         display: flex;
         justify-content: center;
         flex-direction: column;
         font-weight: 700;
         min-height: 60px;
    }
     .forum-table.active-discussions tbody .latest-post-body .date, .forum-table.active-discussions tbody .latest-post-body .author {
         width: 50%;
         text-align: center;
    }
     .wishlist-content th:first-of-type {
         display: none;
    }
     .grouped-products .gallery {
         padding-right: 0;
    }
     .zoomContainer {
         display: none !important;
    }
     .header-links.navbar-nav .fa {
         color: rgba(0,0,0,.5);
    }
     .forum-media-header {
         max-height: 38px;
    }
     .news-top-page {
         flex-direction: column;
    }
     .news-top-page .h5 {
         margin-left: 0 !important;
    }
}
 @media screen and (max-width: 575px) {
     .news-item-page .avatar-img {
         width: auto;
         height: auto;
    }
     .categoryGrid .slider .card {
         display: block;
         height: 420px;
    }
     .news-item-page .comment-container .comment-header {
         padding-top: 15px;
         padding-left: 15px;
    }
     .news-item-page .comment-container .comment-content {
         padding-left: 15px;
    }
     .product-quantity, .form-control.qty-input {
         max-width: 75px;
    }
     .product-details-page .attributes dt {
         width: 100%;
    }
     .product-details-page .attributes dd {
         width: 100%;
         display: flex;
         justify-content: center;
    }
     .grouped-products .add-to-cart-button {
         min-width: 55px;
    }
     .grouped-products .associatedItem {
         padding-left: 15px;
         padding-right: 15px;
         padding: 15px;
    }
     .shopping-cart .product-picture a:before {
         padding: 0 !important;
    }
     .shopping-cart .product-picture img {
         margin: unset;
         max-width: 80%;
    }
     .wishlist-content .btn-section {
         flex-wrap: wrap;
    }
     .shopping-cart-page .common-buttons {
         justify-content: center !important;
    }
     .shopping-cart-page .common-buttons .update-cart-button, .shopping-cart-page .common-buttons .continue-shopping-button {
         font-size: 16px;
         letter-spacing: .6px;
    }
     #product-tabs-slider .card-title strong, .category-slider .card-title strong, .category-page .item-box .card-title strong, .ajax-products .card-title strong {
         font-size: 16px;
    }
     .phone-p-0 {
         padding-left: 0;
         padding-right: 0;
    }
     .product-details-page .product-container {
         padding: 0;
    }
     .product-details-page .product-container .gallery {
         display: block;
    }
     .product-details-page .picture-thumbs {
         display: block !important;
         padding-top: 5px;
         padding-left: 5px;
         width: 100%;
    }
     .home-page-categories img {
         height: 65px;
    }
     .n4you-ajax-filters.show {
         width: calc(100% - 58px);
    }
     .our-banner .fa {
         margin-bottom: 0;
         padding-left: 0;
         padding-right: 0;
    }
     .our-banner .column-text {
         padding-left: 0;
         padding-right: 0;
    }
     .our-banner p {
         margin-bottom: 0;
    }
     .slider-promo .percent-text {
         font-size: 150px;
    }
     .slider-promo .promo-text {
         font-size: 40px;
    }
     .slider-promo .promo-see-all a {
         font-size: 28px;
    }
     .subrow span.product-subtotal {
         position: relative;
         bottom: 0px;
    }
     .navUp li a span.fa {
         margin-right: 2px;
         margin-left: 0;
    }
     .subrow .qty-input {
         margin-top: 0;
         margin-left: 21px;
    }
     .subrow {
         margin-top: 10px;
         display: block;
    }
     .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link-admin {
         padding-top: 10px;
         padding-bottom: 10px;
         text-transform: uppercase;
         padding-right: 7px;
    }
     .quantity .td-title {
         text-align: right;
         top: 6px;
    }
     .form-control.qty-input {
         float: left;
    }
     .unit-price {
         margin-bottom: 10px;
    }
     .navbar .container {
         width: 100%;
    }
     .navbar .container ul li:nth-last-child(2) {
         float: right !important;
         text-align: right;
    }
     .comment {
         padding-bottom: 50px !important;
    }
}
 @media screen and (max-width: 372px) {
     .shopping-cart-page .common-buttons .update-cart-button, .shopping-cart-page .common-buttons .continue-shopping-button {
         width: 100%;
    }
     .categoryGrid .slider .card {
         display: block;
         height: 325px;
    }
     .shopping-cart .product-picture img {
         max-width: 100%;
    }
     .shopping-cart .subtotal {
         padding-left: 10px !important;
    }
     .navbar-light .navbar-nav .nav-link {
         text-transform: uppercase;
         padding-right: 11px;
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .shopping-cart .quantity .qty-input {
         width: 42px;
    }
     .searchBy {
         max-width: 145px;
    }
     .header-links .edit {
         display: none !important;
    }
     header {
         margin-top: 52px;
    }
     #searchModal .nav-item.edit {
         display: flex !important;
         justify-content: center;
         width: 60px;
    }
     .slider-wrapper.theme-custom {
         margin-top: 0;
    }
     .mfp-hide {
         display: none !important;
    }
}
 @media (min-width: 1400px) {
     .container {
         max-width: 1300px;
    }
}
 @media (min-width: 1500px) {
     .container {
         max-width: 1400px;
    }
}
 