@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-100-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-200-ExtraLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-300-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-400-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-500-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-600-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-700-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-800-ExtraBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: "Inter";
    src: url(../css/font/newfonts/Inter-900-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}



.js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu {
    display: none;
}

.js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu { 
    position: absolute;
}

.js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu > li > ul { 
    position: absolute;
    margin-left: calc(100% + 5px);
    min-width: 100%;
    margin-top: -57px;
}

.js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu > li > ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin-left: -10px;
    position: absolute;
}

.js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu > li > ul li {
    position: relative;
    z-index: 1;
}

.js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu a {
    white-space: nowrap;
}

.tmmegamenu_item.top-level-menu-li-a  { 
    font-family: inherit!important;
}

.js-top-menu .top-level-menu {
    margin-bottom: 0;
}


.js-top-menu .top-level-menu .top-level-menu-li-a {
    padding: 23px 14px 23px 25px;
    display: inline-block;
    font-size: 15pt;
    font-weight: 500;
}

.top-level-menu > li.simple  > .top-level-menu-li-a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(/themes/classic/assets/img/arrow-white-down.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -3px;
}

.top-level-menu > li > .top-level-menu-li-a:hover:after {
    transform: rotatez(180deg);
}

.top-level-menu > li > .top-level-menu-li-a:hover {
    background: #0281c8;
    color: white;
}

.top-level-menu .top-level-menu-li.sfHover .top-level-menu-li-a {
    background: #0281c8;
}

.top-level-menu .top-level-menu-li.sfHover .top-level-menu-li-a:after {
    transform: rotatez(180deg);
}


.top-level-menu-li ul {
    padding: 13px 0px;
    margin-top: 5px;
    background: #161c28;
    border-radius: 10px;
    border: 1px solid #2a3245;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.top-level-menu-li ul li {
    position: relative;
}

.top-level-menu-li ul a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/themes/classic/assets/img/arrow-blue-right.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 0px;    
    margin-top: -2px;
    margin-right: 12px;
}

.top-level-menu-li .first-level-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -7px;
}

.top-level-menu-li ul a {
    font-weight: 300;
    font-size: 16px;
    padding: 12px 34px 12px 31px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #bdbdbd;
}

.top-level-menu-li ul a:hover {
    color: white;
}

.user-info .user-login-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}


.user-info .user-login-container .username { 
    color: white;
}

.user-info .upperblue {
    display: block;
    text-align: left;
    font-size: 10pt;
    color: #1494e3;
}

#_desktop_cart {
    padding: 0;
}

#search_widget form input {
    height: 56px;
    padding: 18px 0 18px 19px;
}


#search_widget form input::placeholder {
  color: #77808f;
  opacity: 1; /* Firefox */
}

#search_widget .material-icons.search {
    background: url(/themes/classic/assets/img/magnifier.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-color: #0E98E5;
}

#search_widget .material-icons.search:hover {
    background-color: #0f83c3;
}

#search_widget {
    margin-left: -28px;
    margin-top: 5px;
}

#_desktop_cart .blockcart {
    margin: 13px 12px 10px 9px;
}

#_desktop_cart .cart-products-count {
    right: 33px;
    top: 10px;
}

#_desktop_user_info .user-info {
    margin-top: 0px;
    margin-left: 28px;
}

.user-info {
    width: 215px;
    padding: 11px 17px 11px 27px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
}

.user-info.active {
    background: #161c28;
    border: 1px solid #2a3245;
}

.user-info.logged:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/themes/classic/assets/img/arrow-grey-down.png) no-repeat center;
    float: right;
    margin-top: 6px;
}

.user-info.active:after {
    transform: rotateZ(180deg);
}

.user-info ul {
    display: none;
    text-align: left;
    padding: 13px 18px;
    margin-top: 17px;
    background: #161c28;
    border-radius: 10px;
    border: 1px solid #2a3245;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 260px;
    right: 0;
}

.user-info ul.active {
    display: block;
}

.user-info ul li a {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #bdbdbd;
    padding: 12px 10px;
}

.user-info ul li a:hover {
    color: white;
}

#_desktop_user_info .user-info ul li a.blue {
    color: #1494e3;
}

.user-info ul li a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/themes/classic/assets/img/arrow-blue-right.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -2px;
    margin-right: 12px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#index .parts-searcher {
    margin-top: -118px;
}

.parts-searcher {
    background: #1d2331;
    padding: 68px 77px 141px 77px;
    border-radius: 10px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.parts-searcher .btn.btn-primary {
    width: 100%;
    padding: 16px 25px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0px;
}

.parts-searcher .searcher-logo img {
    float: left;
}

.parts-searcher .searcher-logo .text {
    float: left;
    margin-left: 23px;
    margin-top: -2px;
}

.parts-searcher .searcher-logo .smalltop-text {
    display: block;
    color: #77808f;
    font-weight: 400
}

.parts-searcher .searcher-logo .title {
    color: white;
    font-weight: 600;
    font-size: 21px;
    margin-top: 1px;
    display: block;
}

.parts-searcher .filters {
    float: right;
    margin-top: 7px;
    margin-right: 4px;
}

.parts-searcher .filters .filter-button {
    font-size: 20px;
    color: grey;
}

.parts-searcher .filters .divider {
    color: white;
    font-size: 23px;
    margin-left: 6px;
    margin-right: 6px;
}

.parts-searcher .selects-container {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 36px;
}

.parts-searcher select {
    width: 100%;
    padding: 17px 16px;
    color: grey;
    border-radius: 5px;
    font-size: 18px;
}


.parts-searcher .select2-container {
    width: 100%;
}

.select2-container .select2-choice {
    font-size: 19px;
    color: #787f91;
    line-height: 56px;
    height: 56px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    border: 1px solid #e5e9f5;
    background: white;
}

.select2-container .select2-choice > .select2-chosen {
    padding-left: 10px;
}

.select2-container .select2-choice .select2-arrow {
    border-left: none;
    background: none;
    width: 54px;
}

.select2-results .select2-highlighted {
    background: #0e98e5;
}

.select2-drop {
    font-size: 19px;
    color: #787f91;
    border: none;
    border-top: none;
}

.select2-results .select2-result-label {
    padding: 16px 7px 16px 16px;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(/themes/classic/assets/img/arrow-grey-down-big.png) no-repeat center center;
}

.clear {
    display: table;
    clear: both;
}

.select2-search {
    display: none;
}

#cart #main {
    margin-top: 50px;
}

#checkout #content-wrapper {
    padding: 50px 0;
}

#checkout #content-wrapper > #content {
    padding: 0 15px;
}

body#checkout section.checkout-step {
    padding: 0;
}

body#checkout section.checkout-step .content {
    padding: 1rem 0;
}


body#checkout .button-row.button-row--register {
    margin-top: -33px;
}

body#checkout .dataprivacycustomerprivacy {
    margin-top: -23px;
}


#content-hook_payment_return .topheader img {
    margin-top: -25px;
    margin-bottom: 50px;
    border-radius: 10px;
} 

#content-hook_payment_return .card-block {
    padding: 0;
}

.thank-you-page {
    border: 1px solid #e9ebf7;
    border-radius: 5px;
    padding: 26px 22px;
    display: inline-block;
    width: 100%;
}

.thank-you-page h1 {
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    margin-bottom: 14px;
}

.thank-you-page h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 34px;
}

.thank-you-page p {
    font-size: 1.15rem;
}

.thank-you-page .btn.btn-primary {
    float: right;
    margin-top: 29px;
}

.ps_mainmenuright .namecatconent {
    padding-top: 0;
}

.ps_mainmenuright .namecatconent h5,
.ps_mainmenuright .namecatconent .h5 {
    font-size: 24px;
    font-weight: 700;
}


.ps_mainmenuright .namecatconent h5:before {
    top: 1px;
}

.product-miniature .btn.btn-primary.btn-mini-add {
    width: auto;
    padding: 13px 25px;
    float: right;
}

.top-image-with-right-menu-layout .topbanner img {
    border-radius: 9px;
    margin-bottom: 49px;
}


.top-image-with-right-menu-layout .contact-form {
    border: 1px solid #d4daf0;
    border-radius: 9px;
    padding: 30px 22px;
}

.top-image-with-right-menu-layout .contact-form h1 {
    text-align: center;
}

.top-image-with-right-menu-layout .contact-form h4 {
    font-size: 1.15rem;
    font-weight: 500;
    color: #6c748b;
    margin-top: 12px;
    text-align: center;
}

.top-image-with-right-menu-layout .contact-form .first-header {
    margin-top: 24px;
    margin-bottom: 25px;
}

.top-image-with-right-menu-layout .contact-form .flag {
    display: inline-block;
    vertical-align: top;
}

.top-image-with-right-menu-layout .contact-form .flag img {
    padding-right: 21px;
}

.top-image-with-right-menu-layout .contact-form .text {
    display: inline-block;
    line-height: 1.5;
}

.top-image-with-right-menu-layout .contact-form .text h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}

.top-image-with-right-menu-layout .contact-form .second-header {
    margin-top: 50px;
}

#contact .contact-form .btn.btn-primary {
    padding: 15px 85px;
}

#sitemap .page-header {
    margin-bottom: 0;
}
    
#sitemap h1 {
    text-align: center;
    margin-top: 33px;
}

#sitemap #content-wrapper {
    border: 1px solid #d4daf0;
    padding: 30px 42px;
    border-radius: 9px;
    margin: 47px auto;
    width: calc(100% - 30px);
    display: block;
    float: none;
}

#sitemap h3 {
    color: #6c748b;
    font-size: 1.13rem;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 13px auto 60px;
}

.sitemap ul li {
    width: 100%;
    max-width: 435px;
    border-top: 1px solid #D4DAF0;
    padding: 13px 0px;
}

.sitemap ul li a { 
    color: #222B3F;
    transition: color .08s cubic-bezier(.07, .74, .56, .89);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 150%;
}

.sitemap > div > ul > li {
    margin-top: 20px;
    border: none;
}

.sitemap ul li svg { 
    margin-top: 0px;
    vertical-align: top;
    margin-right: 3px;
}

.sitemap > div > ul > li > svg { 
    display: none;
}

.sitemap > div > ul > li > a {
    color: #0e97e5;
    font-weight: 500;
}

.sitemap > div:nth-of-type(3) > ul > li {
    border-top: 1px solid #D4DAF0;
    margin-top: 0px;
}

.sitemap > div:nth-of-type(3) > ul > li > a {
    color: black;
}

.sitemap > div > ul > li > ul {
    margin-top: 12px;
}


.page-cms .page-content.page-cms h1 {
    text-align: center;
    margin-bottom: 13px;
}

.page-cms .page-content.page-cms h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 33px;
}

.page-cms .topimg img {
    border-radius: 9px;
}

.page-cms #content {
    border: 1px solid #e0e3f4;
    border-radius: 9px;
    padding: 63px 24px;
    margin-top: 47px;
}


.images-container.js-images-container .slider-arrows {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

.images-container.js-images-container .slider-arrows .arrow-left {
    float: left;
    cursor: pointer;
    margin-left: 23px;
    z-index: 3;
    position: relative;
}

.images-container.js-images-container .slider-arrows .arrow-right {
    float: right;
    cursor: pointer;
    margin-right: 23px;
    z-index: 3;
    position: relative;
}

.select2-container {
    width: 100%;
}

#product .delivery-time .title {
    font-size: 1.15rem;
    margin-bottom: 12px;
    font-weight: 400;
    margin-top: 7px;
}

#product .delivery-time .info {
    color: #2f2f2f;
    border-radius: 9px;
    background: #f3fafd;
    padding: 26px 25px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 18px;
}

#product .delivery-time .delivery-number-days {
    color: #29b0fd;
}


#register-step2 .contact-form h4 {
    margin-bottom: 47px;
}
    

.float-right {
    float:right;
}

.clear {
  clear: both;
  font-size: 1px;
}

#customer-form label[for="field-newsletter-1"],
#customer-form label[for="field-newsletter-0"] {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.special_order_step_2 .topbanner {
    margin-bottom: 53px;
}

.special_order_step_2_container {
    border: 1px solid #d4daf0;
    border-radius: 9px;
    padding: 0 22px 22px 22px;   
}

.special_order_step_2_container .namecatconent {
    padding: 0;
}


.special_order_step_2_container .cancel-order {
    margin-right: 15px;
}

.special_order_step_2_container .products-table {
    margin-top: 20px;
}

.products-table.table {
    border: none;
}

.products-table.table, 
.products-table.table td,
.products-table.table th {
    vertical-align: middle;
}

.products-table.table td,
.products-table.table th {
    padding: 1.15rem;
}


.products-table.table tbody td,
.products-table.table tfoot td {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.products-table.table tfoot .totals {
    font-family: "Inter";
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 500;
}

.products-table.table tbody .model,
.products-table.table tbody .quantity,
.products-table.table tbody .price, 
.products-table.table tbody .price-row-total {
    text-align: right;
}

.products-table.table tfoot {
    text-align: right; 
}

.products-table.table tfoot .heading {
    text-align: left;
}
.products-table.table td[colspan="3"]{
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.products-table .heading {
    background: #f7f8fc;
    color: #6c748b;
    font-weight: 500;
}


.products-table .heading.heading-product-name {
    width: 35%;
}

.special_order_step_2_container .text-block {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 30px;
}

.special_order_step_2_container .payment-accepted-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}

.hidden {
    display: none!important;
}

.special_order_step_2_container .products-table {
    margin-top: 38px;
}
    

.products-table .trash {
    border: 1px solid #d4daf0;
    display: inline-block;
    width: 35px;
    height: 47px;
    padding: 6px;
    line-height: 31px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: -3px;
    vertical-align: middle;
}

.products-table .trash:hover {
    background: #0e98e5;
}

.products-table .trash svg {
    vertical-align: middle;    
}

.products-table .trash path {
    fill: #0e98e5;
}

.products-table .trash:hover path {
    fill: #ffffff;
}

.products-table .qty .plus,
.products-table .qty .minus {
    line-height: 21px;
}

.forgotten-password .form-fields label.required {
    line-height: 29px;
}

.forgotten-password .form-fields .center-email-fields button, .forgotten-password .form-fields .email input {
    height: auto;
}

#send-reset-link {
    margin-left: 18px;
}


.my-account-settings-container {
    border: 1px solid #d4daf0;
    border-radius: 7px;
    padding: 0 20px;
}

.my-account-settings-container h1 {
    text-align: center;
    margin: 30px 0 51px;
}


.my-account-settings-container h1 .subtitle {
    margin-top: 15px;
}

.my-account-settings-container {
    padding: 0 20px 20px;
}


.my-account-settings-container .btn-danger { 
    margin-right: 20px;
    min-width: 212px;
}

.my-account-settings-container .btn-primary { 
    min-width: 212px;
}

.my-account-settings-container .buttons {
    margin-top: 30px;
}


.my-account-settings-container .h5,
.my-account-settings-container h5 {
    margin-bottom: 18px;
}
    
.table th,
.table td {
    padding: 17px 20px;
    vertical-align: top;
    border-top: 1px solid #d4daf0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}

.table td {
    color: black;
    font-weight: 400;
}

#history .btn-danger {
    margin-right: 0px;
}

#my-newsletter .radio-label {
    text-align: left;
    display: block;
}

#product .product-information .product-actions.js-product-actions {
    display: inline-block;
}


.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up,
.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    display: none!important;
}


.qty .bootstrap-touchspin {
    height: 48px;
}

.qty .bootstrap-touchspin #quantity_wanted {
    min-height: auto;
    height: 100%;
}

.product-price-and-shipping .price-nett {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    margin-left: 3px;
}


.title_section img {
    max-width: 100%;
}

#cms .quick-menu_item {
    height: auto;
    padding: 15px 0px;
}

.blog-category #content {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 39px;
}

.blog-category .banner img {
    max-width: 100%;
    margin-bottom: 10px;
}

.blog-category .article {
    position: relative;
}

.blog-category .article .article-container {
    border-radius: 8px;
    border: 1px solid #d4daf0;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 585px;
}

.blog-category .article .image-holder {
    text-align: center;
}

.blog-category .article .image-holder img {
    max-width: 100%;
}

.blog-category .article .article-category {
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0;
}

.blog-category .article .article-category a {
    color: #0f98e6;
}
    
.blog-category .article .blog-title a {
    font-size: 24px;
    color: #232b40;
    font-weight: 600;
    line-height: 1.4;
}

.blog-category .article .article-content {
    margin-top: 15px;
    margin-bottom: 73px;
}

.blog-category .article .article-content p {
    font-size: 16px;
}

.blog-category .article .published-date {
    font-size: 16px;
    font-weight: 400;
    color: #6c748b;    
    position: absolute;
    bottom: 58px;
}

.blog-category .article .published-date img {
    width: 25px;
    margin-top: -1px;
}

.blog-single .banner-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 520px;
    padding: 30px;
    margin-bottom: 35px;
}

.blog-single .under-title {
    display: flex;
    justify-content: space-between;
}

.blog-single .article-category {
    float: left;
    margin-top: 24px;
}

.blog-single .article-category a {
    color: #2390cc;
    font-size: 17px;
}

.blog-single .article-title {
    color: white;
    line-height: 1.4;
    margin-bottom: -14px;
}

.blog-single .date_published {
    float: right;
    margin-top: 20px;
    color: white;
}

.blog-single .date_published img {
    margin-top: -2px;
    margin-right: 7px;
}

.blog-single #content {
    padding: 33px 15px 63px 15px;
    margin-top: 20px;
}

.blog-single .banner img,
.blog-category .banner img {
    max-width: 100%;
}

.wishlist-container-header h1 {
    margin-top: 19px;
    padding: 30px 0 0 0;
    font-size: 24px;
    font-family: "Inter";
    color: #222B3F;
    padding-left: 39px;
    padding-top: 2px;
    position: relative;
}

.wishlist-container-header h1:before {
        content: "";
    position: absolute;
    background: url(/img/ikontitle.png);
    width: 26px;
    height: 26px;
    left: 0px;
    top: 1px;
}

@media all and (max-width: 1200px) { 
    #search_widget {
        margin-left: 0;
    }
    
    .desktopcart {
        margin-top: 14px;
    }
    
    .desktopuserinfo {
        float: left;
        margin-top: 14px;
        margin-right: 0;
    }
    
    #_desktop_logo {
        margin-top: 20px;
    }
    
    #_desktop_user_info .user-info {
        width: auto;
    }
    
    .user-info .user-login-container {
        display: none;
    }
    
    .user-info.logged:after {
        display: none;
    }
}

@media all and (max-width: 1738px) { 
    #index .parts-searcher {
        margin-top: 0px;
    }
    
    .carousel {
        padding-bottom: 0;
    }
}

@media all and (max-width: 1600px) {
    #_desktop_user_info .user-info {
        margin-left: 0px;
    }
    
    .desktopcart {
        width: auto;
        padding: 0;
    }
    
    #_desktop_cart {
        margin-right: 0;
        padding: 0;
    }
    
    #_desktop_cart .cart-products-count {
        right: 7px;
        top: 10px;
    }
    
    #index .parts-searcher {
        border-radius: 0;
    }
}

@media all and (max-width: 1400px) {
    .classsl2 {
        font-size: 33px;
        padding: 0 15px;
        font-weight: 600;
        line-height: 1.4;
    }
}

@media all and (max-width: 1300px) {
    #_desktop_cart {
        margin-left: 24px;
    }
    
    #search_widget {
        margin-left: 0;
    }
    
    #_desktop_user_info .user-info {
        margin-left: 0px;
        padding-right: 0;
        padding-left: 0;
        width: 193px;
    }
}

@media all and (max-width: 1070px) {
    .carousel .carousel-inner {
        height: 498px;
    }
    
    .carousel .carousel-item img {
        width: auto;
        max-width: initial;
        height: 100%;
    }
    
    .classsl3 {
        padding: 0 20px;
    }
}

@media all and (max-width: 1100px) {
    .carousel .carousel-item .caption-description p {
        display: none;
    }
}

@media all and (max-width: 991px) {
    #header .header-nav #_desktop_contact_link #contact-link a {
        padding-right: 13px;
    }
    
    .js-top-menu .top-level-menu .top-level-menu-li-a {
        padding: 23px 5px 23px 5px;
        font-size: 12pt;
    }
}


@media all and (max-width: 768px) {
    body {
        background: #161c28;
    }
    
    .header-nav .mobile #_mobile_currency_selector {
        float: right;
        margin-top: 17px;
    }    
    
    .header-nav .mobile #_mobile_language_selector {
        float: right;
    }    
    

    #mobile_top_menu_wrapper {
        background: #161c28;
        position: absolute;
        top: 163px;
        right: 0;
        left: 0;
    }

    
    #header .header-nav .currency-selector .expand-more._gray-darker {
        color: rgb(120,127,143);
        font-weight: 700;
    }
    
    #header .header-nav .language-selector span.expand-more {
        color: rgb(120,127,143);
        font-weight: 700;
    }
    
    #header .header-nav #menu-icon {
        margin: 4px 13px 0;
    }
    
    
    #header .header-nav #menu-icon .material-icons {
        font-size: 38px;
        border: 1px solid #2a3245;
        border-radius: 9px;
        padding: 3px;
        background: #161c28;
    }
    
    #header.is-open .header-nav #menu-icon .material-icons {
        border-color: #0e97e5;
    }
    
    #header .header-nav { 
        padding: 8px 0;
    }
    
    #header .header-nav .language-selector {
        padding: 4px 0 0px 9px;
        margin: 12px 10px 10px 0px;
        position: static;
    }
    
    .lang-flag {
        margin-top: -4px;
    }
    
    #header .header-nav {
        background-color: rgb(29, 35, 49)!important;
    }
    
    #header .header-top .newtop2 {
        background-color:rgb(29, 35, 49)!important;
    }
    
    #header .menu {
        width: 100%;
    }
    
    .js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu {
        position: static;
        padding-top: 5px;
        display: block;
    }
    
    .top-level-menu-li ul a {
        margin-left: 10px;
    }
    
    .js-top-menu .top-level-menu-li .is-simplemenu.first-level-menu > li > ul {
        position: static;
        margin-left: 15px;
        min-width: 100%;
        margin-top: auto; 
        padding-top: 0;
    }
    
    .top-level-menu-li ul {
        border: none;
        box-shadow: none;
    }
    
    .js-top-menu .top-level-menu .top-level-menu-li-a {
        padding: 11px 14px 0px 25px;
        font-size: 13pt;
    }
    
    #header .header-nav .language-selector.open, #header .header-nav .user-info {
        background: transparent;
        white-space: nowrap;
        padding: 4px 0 0px 9px;
        margin: 12px 10px 10px 0px;
        border: none;
        position: static;
    }
    
    .mobile .dropdown-menu {
        top: 153px;
        left: 0;
        right: 0;
        border: none;
        border-radius: 0;
    }
    
    #_mobile_currency_selector .dropdown {
        position: static;
    }
    
    #_desktop_logo, .desktopcart, .desktopuserinfo, .searchwidgets {
        width: auto;
        display: inline-block;
        float: none;
        vertical-align: top;
        padding: 0;
        margin: 0;
        position: static;
    }
    
    #_desktop_logo {
        width: 222px;
        padding-top: 0;
        margin-left: 18px;
    }
    
    #_desktop_logo a {
        margin-top: 14px;
        display: block;
        padding-right: 10px;
    }
    
    .desktopcart .header img {
        width: 32px;
    }
    
    #_desktop_cart {
        height: auto;
        margin-right: 0px;
        width: auto;
    }
    
    .desktopcart {
        margin-left: auto;
        position: static;
    }
    
    #_desktop_cart .header {
        display: block;
        width: auto;
        border: 1px solid #2a3245;
        border-radius: 7px;
        padding: 7px 10px 7px 6px;
        background: #151b27;
        position: relative;
    }
    
    #_desktop_cart .blockcart {
        margin: 0;
    }
    
    #_desktop_cart .cart-products-count {
        right: 2px;
        top: 2px;
        font-size: 11px;
        width: 17px;
        line-height: 17px;
        height: 17px;
    }
    
    #_desktop_user_info {
        width: auto;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }
    
    #_desktop_user_info .user-info {
        width: auto;
        margin-left: 0;
        border: 1px solid #2a3245;
        border-radius: 7px;
        padding: 7px 8px;
        background: #161c28;
        position: static;
    }
    
    #_desktop_user_info .user-info.active {
        border-color: #0e97e5;
    }
    
    .desktopuserinfo img {
        width: 31px;
    }
    
    #search_widget .material-icons.search:hover {
        background-color: #161c28;
    }
    
    .searchwidgets {
        margin-right: 12px;
        margin-left: 4px;
    }
    
    .searchwidgets.active {
        padding-bottom: 57px;
    }
    
    #search_widget form {
        position: static;
    }
    
    .header-top #search_widget input[name="s"] {
        display: none;
        position: absolute;
        left: 10px;
        top: 149px;
        width: calc(100% - 20px);
    }
    
    .header-top .searchwidgets.active #search_widget input[name="s"] {
        display: block;
    }
    
    #search_widget {
        margin-top: 0;
        margin-left: 0;
    }
    
    .header-top .search-widgets form button {
        -webkit-appearance: none;
        border: none;
        outline: none;
        background: transparent;
        padding: 0;
    }
    
    #search_widget .material-icons.search {
        width: 48px;
        height: 48px;
        display: inline-block;
        vertical-align: middle;
        background-color: #161c28;
        position: static;
        border: 1px solid #2a3245;
    }
    
    .newtop2 > .container > .row {
        display: flex
    }
    
    .desktopuserinfo  {
        margin-left: 3px;
    }
    
    .newtop2 {
        padding-bottom: 23px;
    }
    
    .user-info.logged:after {
        display: none;
    }
    
    
    #_desktop_cart .cart-dropdown {
        right: 0;
        left: 0;
        width: 100%;
        position: absolute;
        top: 158px;
        border-radius: 0;
        width: 100% !important;
    }
    
    #_desktop_cart .cart-dropdown .cart-items .cart-product-line {
        display: block;
        padding-bottom: 16px;
        margin-bottom: 0;
        border-bottom: 1px solid #323f5f;
        padding-top: 3px;
    }
    
    #_desktop_cart .cart-dropdown .product-image,
    #_desktop_cart .cart-dropdown .product-quantity {
        display: inline-block;
        width: 20%;
    }
    
    #_desktop_cart .cart-dropdown .product-quantity {
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px;
        text-indent: 4px;
    }
    
    #_desktop_cart .cart-dropdown .product-image {
        height: auto;
        max-width: 67px;
    }
    
    #_desktop_cart .cart-dropdown .product-image img {
        border-radius: 12px;
    }

    
    #_desktop_cart .cart-dropdown .product-name,
    #_desktop_cart .cart-dropdown .product-price {
        width: 77%;
        display: inline-block;  
    }
    
    #_desktop_cart .cart-dropdown .product-name {
        text-transform: uppercase;
        padding-left: 13px;
        vertical-align: middle;
        padding-right: 13px;
    }
    
    #_desktop_cart .cart-dropdown .product-price {
        text-align: right;
    }
    
    #_desktop_cart .cart-dropdown .cart-items {
        padding: 10px 0;
    }
    
    #_desktop_cart .cart-dropdown .cart_actions {
        justify-content: flex-start;
        margin-top: 10px;
        padding-bottom: 6px;
    }
    
    #_desktop_cart.sb-open {
        border: 1px solid #0e97e5;
    }
    
    .menutopclass .header-top-right {
        display: none;
    }
    
    .user-info ul {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 209px;
        border-radius: 0;
        border-top: none;
    }
    
    .user-info .user-login-container {
        display: none;
        position: absolute;
        left: -3px;
        right: 0;
        top: 162px;
        width: auto;
        height: 64px;
        background: #161c28;
        line-height: 65px;
        padding: 0px 19px 0;
        z-index: 9;
    }
    
    .user-info.active .user-login-container {
        display: block;
    }
    
    .user-info .upperblue,
    .user-info .user-login-container .username {
        display: inline-block!important;
        font-size: 24px;
        font-weight: 600;
    }
    
    .user-info ul li a {
        font-weight: 600;
        font-size: 19px;
        padding: 17px 10px;
    }
    
    
    
    .header-top .searchwidgets.active .material-icons.search {
        border-color: #0f83c3!important;
    }

    
    .parts-searcher {
        padding: 25px 20px 39px;
    }
    
    .parts-searcher .filters {
        float: left;
        margin-top: 28px;
    }
    
    .parts-searcher .filters .filter-button {
        color: #6b748b;
    }
    
    .parts-searcher .select2-container {
        margin-bottom: 20px;
    }
    
    #index .namecat {
        padding: 5px 15px 15px;
    }
    
    #index .namecat > * {
        font-size: 21px;
    }
    
    #index .namecat > *::before {
        top: 1px;
    }
    
    .categoryhome .grimg {
        text-align: center;
        overflow: hidden;
        height: 105px;
    }
    
    .categoryhome img {
        width: 100%;
        margin-top: -10%;
    }
    
    .categoryhome .namecath {
        font-weight: 600;
        color: #2a2929;
        font-size: 20px;
        margin-top: 18px;
    }
    
    .categoryhome .product-miniature {
        display: inline-block;
        width: 100%;
        margin-bottom: 19px;
    }
    
    #custom-text h5 {
        font-size: 21px;
    }
    
    .featured-products a[href="/77-promocje"] {
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    
    .featured-products a[href="/77-promocje"] img {
        max-width: initial!important;
        padding: 0!important;
        display: inline-block;
        width: 100%;
    }
    
    .products.row {
        padding: 0 7px;
    }
    
    .products.row .js-product {
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .products.row .product-miniature {
        margin-bottom: 15px;
    }
    
    .products.row .product-cat a {
        font-size: 12px;
    }
    
    .products.row .product-quantityyes {
        font-size: 11px;
    }
    
    .products.row .product-miniature .product-title a {
        font-size: 14px;
    }
    
    .products.row .product-miniature .product-price-and-shipping {
        font-size: 23px;
    }
    
    .products.row .qty .bootstrap-touchspin #quantity_wanted {
        min-height: auto;
        height: 43px;
        width: 100%;
        max-width: initial;
        border-color: #d4daf0;
    }
    
    .products.row .qty .minus, 
    .products.row .qty .plus {
        font-size: 28px;
        margin: 0;
        height: 43px;
        line-height: 14px;
        /*padding: 12px 31px 12px 21px;*/
        color: #9f9f9f;
    } 
    
    .products.row .qty .plus {
        /*padding: 12px 34px 12px 17px;*/
    }
    
    .products.row .qty .bootstrap-touchspin {
        display: inline-block;
        float: none;
        width: -webkit-fill-available;
    }
    
    .products.row .qty .countmy {
        max-width: initial;
        width: 100%;
    }
    
    .product-miniature .btn.btn-primary.btn-mini-add {
        padding: 12px 25px;
        float: right;
        font-weight: 300;
        font-size: 15px;
        width: 100%;
    }
    
    .product-miniature .thumbnail-container {
        min-height: 470px;
        padding: 8px;
    }
    
    .product-miniature .product-price-and-shipping {
        margin-top: 27px;
    }
    
    .promo_code_container .form-group.row .js-input-column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .topbanner img {
        max-width: 100%;
    }
    
    .ps_mainmenuright {
        margin: 25px 10px;
    }
    
    #product .has-discount .discount.discount-percentage { 
        display: none;
    }
    
    #product .product-discount {
        text-align: right;
    }
    
    #product .product-discount .regular-price {
        margin-right: 0;
    }
    
    .featured-products h2 {
        padding: 0 15px 20px;
    }
}

.wishlist-products-container .sort-by-row {
    display: none!important;
}

.wishlist-products-container .namecatconent {
    padding: 0;
}

.wishlist-products-container .product-list-container {
    border: 1px solid #d4daf0;
    border-radius: 7px;
    padding: 20px;
}

.wishlist-products-container .buttons {
    margin-top: 79px;
}
    
    
.wishlist-products-container .wishlist-products-item {
    margin: 1.5625rem;
    border: 1px solid #d4daf0;
    padding: 15px;
    border-radius: 8px;
}

#module-blockwishlist-lists .wishlist-container {
    border: 1px solid #d4daf0;
    padding: 3px 20px 30px;
    border-radius: 8px;
}