html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

button:focus,
input:focus,
.form-control:focus {
    box-shadow: none;
    outline: none !important;
    border: 0;
    outline-offset: 0px !important;
}

.form-control {
    height: auto;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    box-shadow: none;
    outline: none !important;
    border: 0;
    outline-offset: 0px !important;
}

html {
    width: 100%;
    height: 100%;
    background: url(../images/html_back.jpg) left 0px repeat-x;
}

body {
    width: 100%;
    /* height: 100%;*/
    padding: 0;
    margin: 0;
    background: url(../images/body_back_pl.png) left 0px repeat;
    min-height: 100%;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 50%;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e70016;
}

.animation {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    z-index: 2;
    background: url(../images/body_back.jpg) center 0px no-repeat;
}

.navbar {
    padding: 0;
    margin-top: 20px;
    z-index: 10;
    position: relative;
}

.navbar .navbar-nav {
    border-radius: 5px;
    background: rgb(161, 18, 25);
    background: -moz-linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a11219", endColorstr="#db1922", GradientType=1);
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}

.navbar .navbar-nav .nav-item {
    position: initial;
}

.navbar-nav .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: 0;
    width: 98%;
    margin-left: 1%;
    padding: 0;
    position: absolute;
}

.navbar .navbar-nav .nav-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar .navbar-nav .nav-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar .navbar-nav .nav-item .nav-link,
.nav-item .nav-link {
    color: #fff;
    border-right: 1px solid #ffffff30;
    padding: 12px 25px;
    font-size: 12px;
}

.navbar .navbar-nav .nav-item:focus .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:hover,
.nav-item:focus .nav-link,
.nav-item:hover .nav-link,
.nav-item.active .nav-link,
.nav-item .nav-link:focus,
.nav-item .nav-link:hover {
    color: #38383d;
}

.navbar .navbar-nav .nav-item.active,
.navbar .navbar-nav .nav-item:focus,
.navbar .navbar-nav .nav-item:hover {
    background: #f3f2ef;
}

.top-home-link {
    margin-right: 10px;
    font-size: 12px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
    line-height: 12px;
    height: 12px;
    color: #3d342b;
}

.logo {
    position: relative;
    z-index: 5;
}

.logo img {
    max-width: 100%;
}

header .search_wrapper .form-control {
    border: 1px solid #ced4da;
}

header .search_wrapper .btn {
    background-color: #fff !important;
}

header .search_wrapper .btn:hover {
    color: #000 !important;
}

header .submenu {
    background: #f3f2ef;
    padding-top: 10px;
}

header .submenu .subchild {
    background: url(../images/submenu_back.jpg) top left repeat;
    background-size: cover;
    padding: 10px;
}

header .submenu .subchild .models {
    padding: 0;
}

header .submenu .subchild .models li {
    width: 48%;
    float: left;
    border-bottom: 1px solid #cac7c1;
    margin-right: 2%;
}

header .submenu .subchild .models li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #35363a;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    position: relative;
}

header .submenu .subchild .models li a:hover {
    color: #8d1f43;
}

header .submenu .subchild .modelPictures {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 170px;
}

header .submenu .subchild .modelPictures li {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

header .submenu .subchild .modelPictures li a {
    display: block;
}

header .submenu .subchild .modelPictures img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    margin-top: 25px;
    padding-bottom: 15px;
    display: block;
}

footer .logo {
    max-width: 100%;
}

footer .mlk {
    margin-top: 5px;
    display: inline-block;
}

footer .mlk img {
    height: 20px;
}

.main_banner {
    margin-top: 15px;
}

.oem_search_bg {
    margin-top: 100px;
    position: absolute;
    background: url(../images/form-bg.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
    width: 100%;
    max-width: 300px;
    padding: 70px 20px 20px 20px;
}

.oem_search_bg2 {
    width: 100%;
    margin-top: 60px;
    background: url(../images/form-bg.png) center center no-repeat;
    padding: 70px 20px 20px 20px;
    background-size: contain;
}

.oem_search_co {
    border: 10px solid #9f0f1c;
    position: relative;
}

.top_oem {
    width: 100%;
    /* height: 20px; */
    line-height: 14px;
    position: relative;
    /* float: left; */
    margin: 0;
    padding: 6px 25px 6px 5px;
    font-size: 12px;
    /* font-weight: bold; */
    color: #000000;
    border: 0;
    /* background: transparent; */
}

.search_btn_o {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 9;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    display: block;
    border: 0;
    color: #fff;
    border-radius: 4px;
    background: rgb(161, 18, 25);
    background: -moz-linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a11219", endColorstr="#db1922", GradientType=1);
}

.swiper-slide img {
    width: 100%;
}

.home-blocks {
    margin-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
}

.home-blocks .block-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.home-block {
    background: #d9d9d7;
    border-radius: 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #fff;
}

.home-block .image {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.home-block .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-block .title {
    padding: 10px;
    background: #27282e;
    line-height: 14px;
    font-size: 14px;
    color: #CCC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home-block .title:before {
    content: "";
    width: 18px;
    position: relative;
    height: 12px;
    display: inline-block;
    margin-left: 0;
    background: url(../images/h2_bullet.png) left center no-repeat;
}

.home-block.first .title {
    background: rgb(13, 26, 157);
    background: -moz-linear-gradient(180deg, rgba(13, 26, 157, 1) 0%, rgba(44, 56, 167, 1) 84%, rgba(16, 29, 158, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13, 26, 157, 1) 0%, rgba(44, 56, 167, 1) 84%, rgba(16, 29, 158, 1) 100%);
    background: linear-gradient(180deg, rgba(13, 26, 157, 1) 0%, rgba(44, 56, 167, 1) 84%, rgba(16, 29, 158, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d1a9d", endColorstr="#101d9e", GradientType=1);
}

.home-block .content {
    margin: 10px;
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-align: center;
}

.home-block .content p {
    margin: 0;
}

.home-block .content a {
    color: #000;
}

.home-block .content a:hover {
    text-decoration: underline;
}

.news-slider {
    display: block;
    max-width: 100%;
}

.news-slider .swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.home-widgets {
    margin-top: 15px;
}

.home-widgets ul.main-list {
    padding: 0;
    list-style: none;
}

.home-widgets ul.main-list > li {
    float: left;
    width: 25%;
    position: relative;
    z-index: 20;
}

.home-widgets ul.main-list > li > a {
    display: flex;
    background: #181656;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    align-items: center;
    font-size: 12px;
}

.home-widgets ul.main-list > li:first-child > a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home-widgets ul.main-list > li:last-child > a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home-widgets ul.main-list > li > a:hover {
    text-decoration: none;
    background: #25237b;
}

.home-widgets ul.main-list > li > a:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 100%;
    margin-right: 15px;
}

.home-widgets ul.main-list > li:nth-child(1) > a:before {
    background: url(../images/icons/fab_icon.png) 0 0 no-repeat;
}

.home-widgets ul.main-list > li:nth-child(2) > a:before {
    background: url(../images/icons/cat_icon.png) 0 0 no-repeat;
}

.home-widgets ul.main-list > li:nth-child(3) > a:before {
    background: url(../images/icons/mail_icon.png) 0 0 no-repeat;
}

.home-widgets ul.main-list > li:nth-child(4) > a:before {
    background: url(../images/icons/map_icon.png) 0 0 no-repeat;
}

.home-widgets ul.main-list > li:nth-child(1):hover > a:before {
    background-position-y: -87px;
}

.home-widgets ul.main-list > li:nth-child(2):hover > a:before {
    background-position-y: -87px;
}

.home-widgets ul.main-list > li:nth-child(3):hover > a:before {
    background-position-y: -87px;
}

.home-widgets ul.main-list > li:nth-child(4):hover > a:before {
    background-position-y: -87px;
}

.home-widgets ul.main-list > li > a .line {
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: #8e8e8e7d;
}

.home-widgets ul.main-list > li.dropdown-list > a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(../images/icons/cat-icon-arrow.png) 0 0;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.home-widgets ul.main-list > li.dropdown-list > a:hover:after {
    background-position-y: 8px;
}

div.online_menu {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
}

div.online_content {
    width: 100%;
    position: relative;
    padding-bottom: 6px;
    background: #25237b;
    border-top-left-radius: 6px;
    margin-left: 25px;
}

div.online_content:after {
    content: "";
    position: absolute;
    background: url(../images/online_foot_after.png) center center no-repeat;
    width: 25px;
    height: 6px;
    bottom: -1px;
    left: -25px;
}

div.online_content .list-item {
    width: 100%;
}

div.online_content .list-item a:first-child {
    border-top-left-radius: 6px;
}

div.online_content .list-item a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #adadad;
    text-decoration: none;
}

div.online_content .list-item a:hover {
    background: #444447;
}

.page {
    margin-top: 15px;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    display: block;
}

.page .banner-image {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.page .banner-image img {
    width: 100%;
}

.page .page-title {
    font-size: 20px;
    font-weight: bold;
    color: #9F0F1C;
    margin: 5px 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.page .page-slogan {
    font-size: 17px;
    color: #292a2f;
    margin: 0px 0px 12px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.page .page-content {
    font-size: 12px;
    line-height: 17px;
    color: #48423D;
}

.page .page-content p {
    margin: 10px 0 10px 0;
    font-size: 12px;
}

.page .sidebar .page-links {
    border-radius: 10px;
    background: #2e3092;
    color: #fff;
    margin-bottom: 25px;
}

.page .sidebar .title {
    background: #252788;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: normal;
    color: #f3f2ef;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px dashed #2e3092;
}

.page .sidebar ul {
    list-style: none;
    padding: 10px 15px;
}

.page .sidebar ul li {
    padding: 2px 0;
    border-bottom: 1px solid #252788;
}

.page .sidebar ul li.active {
    background: #e70016;
    border-radius: 5px;
}

.page .sidebar ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    padding: 5px;
    display: block;
    text-decoration: none;
}

.page .sidebar ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page .sidebar ul li:hover a:before {
    margin-left: 5px;
}

.gallery-item {
    margin-bottom: 15px;
    flex-direction: column;
}

.gallery-item a {
    display: flex;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.bg-lightblue {
    background: #e2ebf2 !important;
}

.gallery-item .img {
    overflow: hidden;
}

.gallery-item .img:hover img {
    transform: scale(1.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-item .title {
    font-size: 14px;
    color: #900;
    padding-left: 5px;

}

.pagination {
    background: #F9F9F9;
    display: inline-block;
    padding: 5px;
    border: solid 1px #e97b8d;
    border-radius: 3px;
    margin-top: 0;
}

ul#pagination {
    overflow: hidden;
}

ul#pagination li {
    float: left;
    list-style: none;
}

ul#pagination li a {
    cursor: pointer;
    padding: 4px 8px;
    color: #000;
    text-align: center;
    margin: 3px;
    border: solid 1px #FFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#pagination li a:hover {
    color: #09C;
    border: solid 1px #CCC;
    background-color: #D5F1FF;
}

ul#pagination li.current a {
    color: #F00;
    border: solid 1px #FFA6A6;
    background-color: #FFC6C6;
}

.news-item {
    margin-bottom: 15px;
    height: 250px;

}

.news-item:hover .news-container {
    box-shadow: 0 0 10px 0 #cecece;
}

.news-item .img {
    overflow: hidden;
}

.news-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-item .more-link {
    color: #2e3092;
    text-decoration: none;
}

.news-item .more-link i {
    opacity: 0;
    margin-left: -10px;
    color: #ee1d23;
}

.news-item .more-link:hover {
    color: #ee1d23;
}

.news-item .more-link:hover i {
    opacity: 1;
    margin-left: 5px;
}

.news-item .card-title {
    font-weight: bold;
}

.news-item .card-body {
    height: 150px !important;
}

.class-news .page-content * {
    font-size: 12px;
}

.float-label-form div.form-group {
    position: relative;
}

.float-label-form div.form-group .form-control {
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 2;
    border-radius: 4px;
    padding: 10px 15px;
    height: auto;
    line-height: 1;
    border: 1px solid #ced4da;
}

.float-label-form div.form-group .form-control:valid {
    background: #fff;
}

.float-label-form div.form-group .form-control:focus {
    border-color: inherit;
    background: none;
    outline: none;
    box-shadow: none;
}

.float-label-form div.form-group .form-control:focus + label, .float-label-form div.form-group .form-control:valid + label {
    color: #212529;
    top: -7px;
    font-size: 12px;
    z-index: 2;
    padding: 0 5px;
    box-sizing: border-box;
    margin-left: 5px;
    background: #fff;
}

.float-label-form div.form-group > label {
    position: absolute;
    top: 0;
    transition: all .26s ease-in;
    padding: 10px 15px;
    margin-bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    color: #B6B3B3;
    user-select: none;
    font-size: 12px;
}

.btn-red {
    border-radius: 5px;
    background: rgb(161, 18, 25);
    background: -moz-linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: linear-gradient(180deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a11219", endColorstr="#db1922", GradientType=1);
    color: #fff;
    padding: 6px 20px;
    border: 0;
}

.btn-red:hover {
    background: -moz-linear-gradient(360deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    background: linear-gradient(360deg, rgba(161, 18, 25, 1) 0%, rgba(197, 22, 31, 1) 21%, rgba(219, 25, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a11219", endColorstr="#db1922", GradientType=1);
    color: #fff;
}

.contact_item {
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #545454;
}

.contact_item .company {
    color: #9E101D;
    font-size: 16px;
    font-weight: bold;
}

.contact_item .address {
    font-size: 12px;
    color: #434343;
    margin-top: 5px;
    padding-bottom: 10px;
    display: block;
}

.contact_item i {
    color: #ee1c25;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
}

.contact_item a {
    font-size: 12px;
    color: #545454;
}

.contact_item strong {
    font-size: 12px;
}

.category-container {
    margin-left: -5px;
    margin-right: -5px;
}

.category-item {
    padding-left: 5px;
    padding-right: 5px;
}

.category-item img {
    filter: grayscale(1);
    /*filter: sepia(100%) hue-rotate(190deg) saturate(500%);*/
}

.category-item:hover img {
    transform: none !important;
    filter: none;
}

.category-item:hover a {
    border: 1px solid #900;
}

.page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    background: #2e3092;
    border-radius: 5px;
}

.filter-form {
    display: flex;
    width: 100%;
}

.filter-form .filter-item {
    margin-right: 4px;
    width: 30%;
}

.related-products-content,
.pagination-content {
    margin-left: -5px;
    margin-right: -5px;
}

.product-item {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
}

.product-content {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.product-content:hover {
    border: 1px solid red;
}

.product-content a {
    display: block;
    text-decoration: none;
}

.product-content .img a {
    height: 100%;
}

.product-content .img {
    overflow: hidden;
    height: 150px;
}

.product-content .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-content:hover img {
    transform: scale(1.1);
}

.product-content .code {
    margin-top: 10px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.product-content .oem {
    margin-top: 0px;
    margin-left: 8px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.product-content .title {
    margin-top: 5px;
    margin-left: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}

.product-image {
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.product-content .title strong {
    font-size: 14px;
}

.product-detail-table th {
    width: 20%;
    border: 0;
    padding: 0;
    vertical-align: middle;
}

.product-detail-table td {
    border: 0;
    padding: 0;
    vertical-align: middle;
}

.product-detail-table th div {
    display: flex;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 8px;
    border: 1px solid #ddd;
    background: #2e3092;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.product-detail-table td div {
    display: flex;
    margin-bottom: 4px;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 12px;
}

.product-detail-table div a {
    font-size: 12px;
}

.product-detail-table tr:nth-child(odd) td div {
    background: #e2ebf2;
}

.product-detail-table tr:nth-child(even) td div {
    background: #f2f9ff;
}

.related-title {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
    color: #9f0f1c;
}

.related-title strong {
    font-size: 18px;
    font-weight: bold;
}

.related-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background: #2e3092;
}

.mobile-menu-container {
    background: #b7171d;
    margin-top: -50px;
    position: relative;
    z-index: 4;
    text-align: right;
}

.mobile-menu-container .navbar-toggler {
    margin: 5px;
    padding: 5px;
}

.mobile-menu-container .navbar-toggler i {
    font-size: 22px;
    color: #fff;
}

#navbarNavMobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: #c6171f;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    margin-right: -100%;
}

#navbarNavMobile ul {
    width: 100%;
}

#navbarNavMobile .nav-item .nav-link {
    border: 0;
}

#navbarNavMobile .navbar-close {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #9c080f;
    color: #fff;
    z-index: 999999;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

#navbarNavMobile .navbar-close i {
    font-size: 16px;
    line-height: 16px;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888888;
    display: none;
}

.footer-right {
    text-align: right;
}

.bootstrap-select .dropdown-menu li a span.text,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 15px;
    height: 25px;
    line-height: 25px;
}

.dropdown-toggle::after {
    margin-left: 10px;
}

.page-404 {
    text-align: center;
}

.page-404 .page-title {
    text-align: center;
    font-size: 140px;
}

.page-404 .page-slogan {
    text-align: center;
}

.page-404 .message {
    text-align: center;
}

.page-404 form {
    justify-content: center;
    margin-top: 15px;
}

.page-404 a {
    margin-top: 15px;
    display: inline-block;
    font-size: 12px;
}

.page-header .img img {
    max-height: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 10px;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .main_banner {
        margin-top: 0;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 10px;
        padding: 10px;
    }

    .navbar-nav .dropdown-menu {
        transform: none !important;
        position: relative !important;
        margin: 0 !important;
        top: auto !important;
    }

    .home-widgets ul.main-list > li {
        width: 100%;
    }

    .home-widgets ul.main-list > li:first-child > a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .home-widgets ul.main-list > li:last-child > a {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .footer-left,
    .footer-right {
        text-align: center;
    }

    footer .logo,
    footer .copyright {
        margin-bottom: 10px;
    }

    .page-header {
        flex-direction: column;
    }

    .page-header .img {
        display: none;
    }

    .filter-form {
        flex-wrap: wrap;
    }

    .filter-form .filter-item {
        display: inline-block;
        flex-grow: 1;
        padding: 5px;
        margin-bottom: 5px;
    }

    .filter-item:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .filter-form .filter-item .bootstrap-select {
        width: 100% !important;
    }

    .product-detail-table th {
        width: auto;
    }

    .page .sidebar .page-links {
        border-radius: 0;
        margin-bottom: 10px;
    }

    .page .sidebar .title::after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        float: right;
    }

    .page-links ul {
        display: none;
    }

    .embed-responsive-21by9::before {
        padding-top: 80%;
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

@media (max-width: 967px) {
    .filter-form .filter-item {
        display: inline-block;
        flex-grow: 1;
        padding: 5px;
        margin-bottom: 5px;
    }

    .page-header {
        flex-direction: column;
    }

    .page-header .img {
        display: none;
    }

    .filter-form {
        flex-wrap: wrap;
    }

    .filter-item:last-child {
        width: 100%;
    }
}