body { font-size: 16px; display: flex; flex-direction: column; min-height: 100vh; position: relative; }
p { font-size: 16px; }
ul { font-size: 16px; }
h1 { font-size: 36px; margin: 20px 0; }
h2 { font-size: 30px; }
h3 { font-size: 18px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }


/* Topbar */
.store-message { text-align: center; padding: 10px 15px; }

.topbar { font-family: 'Open Sans'; padding-top: 10px; padding-bottom: 10px; font-size: 16px; }
.topbar .container > .row { justify-content: space-between; }
.topbar .top-right, .topbar .top-left { display: flex; padding: 0 15px; }
.topbar a  { display: flex; align-items: center; }
.topbar .top-el { display: flex; align-items: center; }
.topbar .top-right .top-el { margin-left: 40px; }
.topbar .top-right .top-el:first-child { margin-left: 0; }
.topbar .top-left .top-el { margin-left: 20px; }
.topbar .top-left .top-el:first-child { margin-left: 0; }
.topbar .fa-stack,
.topbar svg { margin-right: 15px; font-size: 12px; }
.topbar .dropdown > span::after { content: '\f078'; font-family: 'Font Awesome 5 Pro'; font-size: 12px; vertical-align: middle; margin-left: 8px; }
.topbar .lang-select .dropdown-menu { left: auto; right: 0; min-width: 50px; margin: 0; border: none; padding: 0; }
.topbar .lang-select .dropdown-menu .dropdown-item { padding: 10px 5px; text-align: center; display: block; }
.topbar .topbar-menu ul { padding: 0; margin: 0; display: flex; list-style: none; }
.topbar .topbar-menu ul li { margin: 0 20px; }

/* Header */
header { z-index: 11; }
header .search-bar { display: flex; align-items: center; }
header .search-bar.show { display: flex!important;  } /* Flex important, because sweetalerts.css overwrites .show */
header .search-bar .search { width: 100%; }
header .form-group { margin: 0; position: relative; }
header input.form-control { padding: 25px 10px; }
header input.form-control:active,
header input.form-control:focus { background: none; color: #fff; box-shadow: none; border-color: #fff; }
header .search-btn { padding: 0 30px; }
header > .row > .container > .row { padding: 20px 0; }
header > .row > .container > .row > .search-icon-wrap { display: none; }
header .header-icons { display: flex; align-items: center; justify-content: flex-end; font-size: 20px; }
header .header-icons .user-icon,
header .header-icons .cartmenu { position: relative; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 50%; flex-shrink: 0; margin-right: 10px; }


/* Search results */
.search-results { position: absolute; width: 100%; top: 100%; margin-top: -4px; z-index: 11; background: #fff;}
.search-results a { display: block; }
.search-results .row { margin: 0; padding: 15px 0; }
.search-results .col-3,
.search-results .col-9 { padding: 0 5px; }
.search-results .col-3 { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.search-results img { max-width: 100%; }
.search-results .producttitle { display: block; font-size: 16px; }
.search-results .pricestyle { display: block; font-size: 16px; }
.search-results .search-total-results { font-size: 12px; padding: 5px 15px; }


/* Nav */
.mainmenu { position: sticky; top: 0; z-index: 10; }
.mainmenu .navbar-collapse { justify-content: flex-end; }
.mainmenu .navbar-nav .nav-link {font-size: 20px;}
.mainmenu .nav { flex-wrap: wrap; width: 100%; justify-content: space-between; }
.dropdown > ul { margin: 0; border-radius: 0; border: 0; }
.dropdown.show > .dropdown-menu { display: flex; flex-direction: column; }
.dropdown.show > .nav-link::after { transform: rotate(180deg); }
.dropdown > .dropdown-menu { padding: 15px; justify-content: center; min-width: 200px; }
.dropdown > .dropdown-menu > li { margin: 0 10px; padding: 0; }
.dropdown > .dropdown-menu > li > a { font-size: 16px; display: block; margin-bottom: 10px; }
.dropdown > .dropdown-menu > li > ul { padding: 0; list-style: none; }


/* Nav - shopping cart */
.cartmenu { display: flex; }
.shopping-cart-wrap { display: flex; align-items: center; justify-content: flex-end; }
.shopping-cart-circle { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; background: #000; font-size: 20px; flex-shrink: 0; }
.lrws-loadsmallcart { cursor:pointer; }
.msc_amount { position: absolute; top: -5px; right: -5px; z-index: 2; width: 20px; height: 20px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 12px; font-weight: 700; }

/* Nav - Menu modal */
.modal.fixed-left {  }
.modal.fixed-left .modal-dialog-vertical { height: 100%; width: calc(100% - 50px); max-width: 500px; margin: 0; transition: transform 0.3s; transform: translateX(-100%); }
.modal.fixed-left.show .modal-dialog-vertical { transform: translateX(0); }
.modal.fixed-left .modal-content { border-radius: 0; border: none; min-height: 100%; }
.modal.fixed-left .forehead { display: flex; justify-content: space-between; align-items: center; }
.modal.fixed-left .forehead h5 { text-align: center; margin-bottom: 0; }
.modal.fixed-left .forehead .button-filler,
.modal.fixed-left .forehead .close-btn-wrap { height: 50px; width: 50px; display: flex; justify-content: center; align-items: center; font-size: 18px; }
.modal.fixed-left .forehead .close-btn-wrap:hover { cursor: pointer; opacity: 0.8; }
.modal.fixed-left .menu-content .main-menu .section-title { padding: 15px; margin-top: 10px; border-bottom: 1px solid #ddd; margin-bottom: 0; }
.modal.fixed-left .menu-content .main-menu .categories { padding: 0; margin-bottom: 25px; list-style: none; }
.modal.fixed-left .menu-content .main-menu .categories li { border-bottom: 1px solid #ddd; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 500; }
.modal.fixed-left .menu-content .main-menu .categories li .item { padding: 15px; font-weight: 500; flex-grow: 1; text-decoration: none; }
.modal.fixed-left .menu-content .main-menu .categories li .item i { margin-right: 10px; width: 20px; display: inline-flex; justify-content: flex-end; }
.modal.fixed-left .menu-content .main-menu .categories li.contains-sub::after { content: '\f054'; font-family: 'Font Awesome 5 Pro'; margin-left: 20px; padding-right: 15px; }
.modal.fixed-left .menu-content .main-menu .categories li:hover { background: rgb(0 0 0 / 5%); }
.modal.fixed-left .menu-content .main-menu .categories li .item.select-wrap { display: flex; align-items: center; }
.modal.fixed-left .menu-content .main-menu .categories li .item.select-wrap select { flex-grow: 1; }
.modal.fixed-left .menu-content { overflow: hidden; }
.modal.fixed-left .menu-content nav { width: 200%; display: flex; transition: transform 0.3s; }
.modal.fixed-left .menu-content nav > * { width: 50%; flex-shrink: 0; }
.modal.fixed-left .menu-content nav.open { transform: translateX(-50%); }
.modal.fixed-left .menu-content nav .sub-menu { display: none; }
.modal.fixed-left .menu-content .first-sub {  }
.modal.fixed-left .menu-content .first-sub .sub-header { display: flex; align-items: center; cursor: pointer; border-bottom: 1px solid #ddd; }
.modal.fixed-left .menu-content .first-sub .sub-header:hover { background: rgb(0 0 0 / 5%); }
.modal.fixed-left .menu-content .first-sub .sub-header .back-btn { height: 50px; width: 50px; display: flex; justify-content: center; align-items: center; }
.modal.fixed-left .menu-content .first-sub .sub-header h5 { margin-bottom: 0; line-height: 1; }
.modal.fixed-left .menu-content .first-sub .submenu-items .sub-menu { display: block; padding: 0; margin: 0; list-style: none; }
.modal.fixed-left .menu-content .first-sub .submenu-items .sub-menu li a { display: block; border-bottom: 1px solid #ddd; cursor: pointer; padding: 15px; }


/* Home slider */
.home-slider { margin-top: 40px; margin-bottom: 75px; }
.home-slider .item { max-height: 500px; position: relative; border-radius: 10px; overflow: hidden; }
.home-slider img { width: 100%; object-fit: cover; max-height: 500px; }
.home-slider .text { position: absolute; width: 100%; height: 100%; top: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 15px; }
.home-slider h2 { display: inline-block; width: fit-content; padding: 20px; font-size: 36px; }
.home-slider h2::after { display: none; }

.home-slider .slick-dots { position: absolute; right: 0; height: 100%; flex-direction: column; top: 0; width: 50px; margin: 0; }
.home-slider .slick-dots li { margin: 10px 0; }
.home-slider .slick-dots li button::after { margin: 10px 0; }

/* Page content */
.page-content { flex-grow: 1; margin-bottom: 50px; }


/* Categories */
.mainproducts { padding: 0 7.5px; }
.category-big { padding: 7.5px; }
.category-big a { height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: center; padding: 15px; }
.category-big img { width: 100%; height: 125px; object-fit: contain; margin-bottom: 15px; }
.category-big h5 { word-break: break-word; }


/* USP product */
.usp-product > .container > .row { margin: 50px -15px; font-size: 14px; }
.usp-product-top > .container > .row { margin: 25px -15px; }
.usp-product ul { list-style: none; padding: 0; margin: 0; }
.usp-product ul li { position: relative; padding-left: 35px; }


/* Products */
.product { background: #fff; display: block; padding: 20px; margin-bottom: 30px; height: calc(100% - 30px); display: flex; flex-direction: column; }
.product .imagebox { overflow: hidden; display: block; }
.product .imagebox img { width: 100%; height: 200px; object-fit: contain; transition: transform 0.3s; }
.product .product-bot { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.product .banner { position: absolute; top: 0; left: 15px; font-size: 12px; background: #000; color: #fff; padding: 8px 10px; top: 10%; max-width: calc(100% - 30px); }
.product .discountinfo { position: absolute; right: 30px; top: 15px; width: 80px; height: 80px; border-radius: 50%; }
.product .discountinfo span { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; left: 0; text-align: center; font-size: 16px; line-height: 1; }
.product .producttitle { font-size: 16px; margin-top: 10px; display: block; word-break: break-word; }
.product .productsub { font-size: 14px; line-height: 16px; display: block; }
.product .price-stock-order { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.product .price-order-wrap { font-size: 12px; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.product .price-order-wrap .article-no { margin-top: 5px; }
.product .pricestyle { display: block; font-size: 22px; }
.product .discount-price { position: relative; display: flex; flex-direction: column-reverse; margin-top: 15px; }
.product .discount-price .old-price { font-size: 14px; text-decoration: line-through; }
.product .order-btn-wrap { cursor: pointer; }
.product .delivery { font-size: 14px; }
.product .delivery svg { display: inline-block; height: 18px; margin-right: 10px; }
.product a:hover { text-decoration: none; }
.product:hover img { transform: scale(1.1); }


.product-list { display: flex; flex-direction: row; padding: 10px; }
.product-list .imagebox { width: 33.333333%; flex-shrink: 0; display: flex; justify-content: center; align-items: center; }
.product-list .imagebox img { height: auto; }
.product-list .product-bot { display: flex; flex-direction: column; justify-content: space-between; padding: 0 0 0 15px; flex-grow: 1; }
.product-list .discountinfo { right: 25px; }



/* Brands */
.brands { margin: 100px -15px; }
.brands img { max-width: 100%; height: 200px; object-fit: contain; }


/* Slick slider buttons */
.slick-slide:focus { outline: none; }
.slick-dots { list-style: none; display: flex; padding: 0; margin-top: 15px; margin-bottom: 50px; justify-content: center; align-items: center; position: relative; width: 100%; }
.slick-dots li { padding: 0; margin: 0 10px; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 0; height: 0; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button::after { content: ''; position: absolute; width: 10px; height: 10px; border: 3px solid #707070; border-radius: 50%; transition: 0.3s; }
.slick-dots li.slick-active button::after { border: 2px solid #000; background: #000; }



/* Text + image */
.text-image { margin-top: 75px; margin-bottom: 75px; }
.text-image .col-md-6,
.text-image .col-lg-6 { display: flex; flex-direction: column; justify-content: center; align-items: center; }

/* FAQ Accordion */
.faq .block.faq { width: 100%; }
.faq .card { border: none; border-radius: 0; }
.faq .card-header { background: none; padding: 0; cursor: pointer; border: none; }
.faq h5 { padding: 20px 25px; display: flex; align-items: center; text-transform: none; }
.faq svg { margin-right: 10px; width: 10px; transition: transform 0.3s; transform: rotate(90deg); flex-shrink: 0; }
.faq .mb-0.collapsed svg { transform: rotate(0deg); }
.faq .mb-0.collapsed:hover svg { transform: rotate(15deg); }
.faq .mb-0:hover svg { transform: rotate(75deg); }
.faq .card-body { padding: 0 45px 15px 45px; }


/* Footer */
.usp-bar { padding: 10px 0; }
.usp-bar .col-lg-4 { display: flex; align-items: center; margin: 10px 0; }
.usp-bar .right-icons { display: flex; align-items: center; margin: 10px 0; justify-content: flex-end; }
.usp-bar .usp-icon { margin-right: 15px; flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.usp-bar .usp-desc h6 { font-size: 18px; margin: 0; }
.usp-bar .usp-desc span { font-size: 16px; }

.circle-icon { width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; }

.subfoot { padding: 20px 0; }
.subfoot .col-lg-3 { margin: 20px 0; }
.subfoot h2 { font-size: 18px; margin: 0; }
.subfoot ul { list-style: none; padding: 0; margin: 0; }
.subfoot ul li { font-size: 16px; padding: 0; margin: 5px 0; }



.foot { font-size: 14px; }
.foot > .container > .row { padding: 5px 0; }
.foot .footer-part { display: flex; align-items: center; margin: 5px 0;}
.foot .footer-part:nth-child(1) { justify-content: flex-start; }
.foot .footer-part:nth-child(2) { justify-content: center; }
.foot .footer-part:nth-child(3) { justify-content: flex-end; }

.foot ul { list-style: none; padding: 0; margin: 0; }
.foot ul li { display: inline-block; }
.foot ul li::after { content: '|'; margin: 0 10px; }
.foot ul li:last-child::after { display: none; }


/* ----- CATEGORY PAGE ----- */

/* Banner image */
.category-img img { width: 100%; object-fit: cover; max-height: 400px; min-height: 150px; }

/* Breadcrumbs */
.breadcrumbs ul { margin: 25px 0; padding: 0; list-style: none; display: flex; align-items: center; font-size: 14px; flex-wrap: wrap; line-height: 2.5; }
.breadcrumbs ul li { padding: 0; display: flex; align-items: center; }
.breadcrumbs ul li::after { margin: 0 15px; }
.breadcrumbs ul li:last-child::after { display: none; }


/* Category select */
.filter-side h4.filter-title { font-size: 18px; margin-top: 25px; }
.filter-side h4.filter-title i { font-size: 14px; margin-left: 10px; cursor: pointer; }
.filter-side h4.filter-title i:hover { opacity: 0.8; cursor: pointer; }
.sibling-categories { margin-bottom: 25px; font-size: 16px; }
.sibling-categories ul { list-style: none; margin: 0; padding: 0 0 0 15px; border-left: 1px solid; }
.sibling-categories ul li { margin: 0; padding: 0; }
.sibling-categories .see-more { margin-top: 10px; display: block; }
.checkcontainer { font-size: 16px; display: block; margin-bottom: 0; display: flex; word-break: break-word; }
.filter-price-wrap label { display: inline-flex; align-items: center; width: auto; }
.filter-price-wrap label input { margin-left: 5px; max-width: 70px; }
.filter-remove-filter button { margin-top: 25px; }



/* Category view-type */
.cat-view-type { font-size: 14px; margin-top: 20px; margin-bottom: 20px; }
.cat-view-type .view-type-btns { display: flex; align-items: center; }
.cat-view-type .view-type-btn { display: inline-flex; padding: 10px; justify-content: center; align-items: center; }
.cat-view-type .view-type-btn:hover { text-decoration: none; }
.cat-view-type .view-type-btn.active {  }
.cat-view-type .view-type-btn i { height: 15px; width: 15px; line-height: 15px; font-size: 14px; }
.cat-view-type .current-view-desc { margin-left: 10px; }


.cat-view-type .dropdown-right { display: flex; align-items: center; justify-content: flex-end; }
.cat-view-type .dropdown-right select { margin-left: 10px; }



/* Category pagination */
.category-pagination { display: flex; justify-content: flex-end; margin-bottom: 100px; }
.category-pagination .page-link { width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; margin-left: 5px; font-size: 16px; }
.category-pagination .ellipsis { margin-left: 5px; }


/* Filters button on mobile */
.toggle-filters-mobile .btn { position: fixed; bottom: 25px; z-index: 2; font-size: 16px; left: 50%; transform: translateX(-50%); display: none; }


/* Filters modal */
.filter-side .filter-menu-top { background: none; border: none; display: flex; justify-content: flex-end; font-size: 22px; padding: 15px 0 0 0; }
.filter-side .filter-menu-title { margin: 15px 0; text-align: center; }
.filter-side .filter-menu-title h3 { font-size: 28px; }
@media only screen and (min-width: 768px) { .filters-contain .hidden-md { display: none; } }





/* ----- PRODUCT PAGE ----- */

/* Product details */
.productdetail .productimage {  }
.productdetail .banner-content { padding: 10px 20px; display: inline-block; margin-bottom: 25px; }
.productdetail .productimage img { width: 100%; max-width: 100%; object-fit: contain; }
.productdetail .productimage .img-thumbs { display: flex; margin: 15px -5px; }
.productdetail .productimage .img-thumbs a { display: block; width: 45px; height:45px; margin: 0 5px; }
.productdetail .product-main h1 { margin-bottom: 10px; }
.productdetail .product-main .currentprice { margin: 25px 0; position: relative; }
.productdetail .product-main .currentprice .price { font-size: 32px; }
.productdetail .product-main .currentprice .oldprice { text-decoration: line-through; display: block; line-height: 0.5; }
.productdetail .product-main .product-options { margin: 40px 0; }
.productdetail .product-main .product-option { align-items: center; margin: 15px -15px; }
.productdetail .product-main .product-option .product-option-desc { font-size: 14px; }
.productdetail .product-main .product-option select { width: 100%; }
.productdetail .product-main .product-option input { width: 100%; }
.productdetail .product-main .product-option .btn { width: 100%; }
.productdetail .product-main .stock-delivery-wrap { display: flex; justify-content: space-between; align-items: center; }
.productdetail .product-main .stock { font-size: 14px; margin-right: 15px; }
.productdetail .product-main .delivery { font-size: 16px; }
.productdetail .product-main .delivery svg { display: inline-block; height: 22px; margin-right: 10px; }
.productdetail .discountinfo { position: absolute; width: 120px; height: 120px; border-radius: 50%; z-index: 2; margin: 20px; }
.productdetail .discountinfo span { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; left: 0; text-align: center; font-size: 16px; line-height: 1; }


.productinfo { margin-bottom: 50px; }
.productinfo h2 { font-size: 24px; }
.productinfo table { width: 100%; display: block; margin-bottom: 25px; }
.productinfo table thead { display: block; }
.productinfo table tbody { display: block; }
.productinfo table thead th { font-size: 16px; padding: 10px; display: block; min-width: 33%; }
.productinfo table thead th:first-child { min-width: 0; width: 45px; flex-shrink: 0; }
.productinfo table tr { display: flex; }
.productinfo table tbody td,
.productinfo table tbody th { font-size: 14px; padding: 10px; min-width: 33%; }
.productinfo table tbody td:first-child { text-align: center; min-width: 0; width: 45px; flex-shrink: 0; }
.productinfo table tbody .tooltip-icon { width: 15px; height: 15px; background: #000; color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 10px; user-select: none; }

.productvideo { display: inline-flex; align-items: center; }
.productvideo::before { content: '\f144'; font-family: 'Font Awesome 5 Pro'; margin-right: 10px; }

.download-manual { display: flex; align-items: center; }
.download-manual::before { content: '\f1c1'; font-family: 'Font Awesome 5 Pro'; margin-right: 10px; }


/* Shopping cart modal */
.modal.fixed-right { padding-right: 0!important; }
.modal.fixed-right .modal-dialog-vertical { height: 100%; max-width: 500px; margin: 0; margin-left: auto; transition: transform 0.3s; transform: translateX(100%); }
.modal.fixed-right.show .modal-dialog-vertical { transform: translateX(0); }
.modal.fixed-right .modal-content { border-radius: 0; border: none; min-height: 100%; }
.modal.fixed-right .card-header { background: none; border: none; display: flex; justify-content: flex-end; font-size: 22px; }
.modal.fixed-right .card-body { padding: 15px; }
.modal.fixed-right h4,
.modal.fixed-right h5,
.modal.fixed-right h6 { text-align: center;  }
.modal.fixed-right h4 { font-size: 20px; margin-top: 15px; }
.modal.fixed-right h5 { font-size: 18px; margin-bottom: 25px; }
.modal.fixed-right h6 { font-size: 20px; margin-top: 75px; margin-bottom: 25px; }
.modal.fixed-right .sidebar-product-img { display: flex; justify-content: center; }
.modal.fixed-right img { max-width: 100%; transition: transform 0.3s; }
.modal.fixed-right .product { margin-bottom: 0; padding: 0 15px; }
.modal.fixed-right .product .producttitle { font-size: 14px; }
.modal.fixed-right .product .pricestyle { font-size: 14px; }
.modal.fixed-right .product .old-price { text-decoration: line-through; font-size: 12px; }
.modal.fixed-right .card-foot { display: flex; justify-content: space-between; padding: 15px; }



.xzoom { box-shadow: none; }
.xzoom-gallery { border: none; margin: 0; }
.xzoom-preview { background: #fff; }
.xactive { border: none; box-shadow: none; }





/* ----- SHOPPING CART PAGE ----- */
.cart-title h1 { text-align: center; margin: 50px 0 50px 0; }


/* Cart table */
.cart-products-wrap { margin-bottom: 50px; }
.cartProduct { display: flex; padding: 10px 0; }
.cartProductThumb { width: 20%; max-width: 200px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.cartProductThumb img { max-width: 100%; }
.cart-product-desc { flex-grow: 1; padding-left: 15px; }
.cart-product-desc .title,
.cart-product-desc .sub { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.cartProduct h4 a { font-size: 16px; }
.cartProduct .title a i { margin-left: 15px; }
.cartSmall_cart { display: flex; }
.cart-product-desc input { width: 40px; text-align: center; }
.cartTable-bottom { display: flex; justify-content: space-between; padding: 10px 0; }
.cartTable-bottom .value { margin-left: 10px; flex-shrink: 0; }
.cartProduct .extra-desc { margin-top: 10px;  }
.cartProduct .delivery { font-size: 16px; }
.cartProduct .delivery svg { display: inline-block; height: 22px; margin-right: 10px; }
.cartFooter { padding-left: 50px; position: sticky; top: 75px; bottom: 0; }
.cartFooter .btn { margin-bottom: 15px; margin-top: 50px; }




/* ----- CHECKOUT PAGE ----- */
.checkout-form { margin-bottom: 50px; }
.checkout-form h4 { margin-top: 75px; margin-bottom: 15px; }
.checkout-form p.label { font-size: 14px; margin-top: 10px; }
.checkout-btns { display: flex; justify-content: space-between; margin-top: 50px; }
.checkout-form .form-control { margin-bottom: 15px; }
.checkout-form .payoption { display: flex; align-items: center; padding: 15px; border-radius: 4px; user-select: none; }
.checkout-form .payoption:hover { cursor: pointer; background: rgba(200,200,200,0.1); }
.checkout-form .payoption:active { background: rgba(200,200,200,0.3); }
.checkout-form .payoption input { height: 0; width: 0; position: absolute; visibility: hidden; }
.checkout-form .payoption .radiobtn { width: 20px; height: 20px; background: #ccc; margin-right: 15px; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.checkout-form .payoption .radiobtn::after { content: ''; width: 8px; height: 8px; background: #fff; border-radius: 50%; display: none; }
.checkout-form .payoption .extraprice { font-size: 14px; margin-left: 15px; }
.checkout-form .factuurgegevens,
.checkout-form .deliverytype,
.checkout-form .payment-method { margin-bottom: 50px; }
.checkout-form .deliverytype { display: flex; align-items: center; }
.checkout-form .deliverytype .checkmark { width: 20px; height: 20px; top: 0; }
.checkout-form .deliverytype input:checked ~ .checkmark::after { content: '\f00c'; font-size: 14px; }
.checkout-form .payMethodes { margin-bottom: 50px; }
.checkout-form .payMethodes input { height: 0; width: 0; position: absolute; visibility: hidden; }
.checkout-form .payMethodes label { border: 1px solid #B5B5B5; padding: 10px 15px; border-radius: 4px; cursor: pointer; user-select: none; }
.checkout-form .payMethodes label:hover { background: rgba(200,200,200,0.1); }
.checkout-form .payMethodes label:active { background: rgba(200,200,200,0.3); }

.checkout-form input[type="text"],
.checkout-form input[type="password"],
.checkout-form input[type="email"],
.checkout-form select { height: auto; padding: 15px; }

.checkout-form .calcBox-top { display: flex; justify-content: space-between; align-items: center; font-size: 14px;}
.checkout-form .calcBox-top h4 { font-size: 18px;}
.checkout-form .checkout-table { margin-bottom: 25px; }
.checkout-form .cart-product-desc .title,
.checkout-form .cart-product-desc .sub { margin-bottom: 0; }
.checkout-form .cart-product-desc .amount-price { font-size: 12px; }
.checkout-form .cart-product-desc .price { font-size: 14px; }
.checkout-form .cart-product-desc .title h4 { margin-top: 0; }
.checkout-form .cartTable-bottom { font-size: 14px; justify-content: space-between; }

.InvoiceCalcBox { position: sticky; top: 50px!important; bottom: 0; }
.InvoiceCalcBox h4 { margin-top: 0; }
.InvoiceCalcBox .calcBox-top h4 { margin-top: 0; padding-bottom: 0; }


/* ----- ACCOUNT PAGE ----- */
.submit-bot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.submit-bot .btn { margin: 10px 0; }


/* ----- REGISTER PAGE ----- */
.checkout-form .customer-type-label { display: inline-flex; align-items: center; margin-right: 20px; margin-bottom: 20px; cursor: pointer; }
.checkout-form .customer-type-label input { height: 0; width: 0; position: absolute; visibility: hidden; }
.checkout-form .customer-type-label .radiobtn { width: 20px; height: 20px; background: #ccc; margin-right: 10px; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; }
.checkout-form .customer-type-label:hover .radiobtn { background: #bbb; }
.checkout-form .customer-type-label .radiobtn::after { content: ''; width: 8px; height: 8px; background: #fff; border-radius: 50%; opacity: 0; }
.checkout-form .customer-type-label input:checked ~ .radiobtn::after { opacity: 1; }


/* ----- ORDER PAID PAGE PAGE ----- */
.order-pay-succes {  }
.order-pay-succes .top-details { text-align: center; margin-top: 75px; margin-bottom: 25px; padding-bottom: 25px; }
.order-pay-succes .top-details i { font-size: 78px; }
.order-pay-succes h1 { margin: 0; }
.order-pay-succes h2 { font-size: 28px; margin-bottom: 25px; }
.order-pay-succes h3 { font-size: 24px; }
.order-pay-succes h4 { margin-bottom: 0; }
.order-pay-succes .ordered-products { margin-bottom: 25px; }
.order-pay-succes .cart-product-desc .sub { align-items: flex-end; }
.order-pay-succes .ordered-products-sub { margin-top: 50px; padding-bottom: 50px; }
.order-pay-succes .ordered-products-sub .cartTable-bottom.total-price { font-size: 24px; }

@media only screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {display: flex; flex-direction: column; }

}



@media only screen and (max-width: 1440px) {

}



@media only screen and (max-width: 1199px) {

}



@media only screen and (max-width: 991px) {
  .topbar { font-size: 14px; padding-top: 5px; padding-bottom: 5px; }
  .topbar .container > .row { justify-content: flex-end; }
  .topbar .top-right, .topbar .top-left { margin: 5px 0; }
  .topbar .top-left { display: none; }
  .topbar .dropdown > span::after { font-size: 8px; }
  .topbar .lang-select .dropdown-menu .dropdown-item { font-size: 14px; }
  header > .row > .container > .row > .col-lg-5 { margin: 15px 0; }
  .dropdown > .dropdown-menu { flex-wrap: wrap; justify-content: flex-start; padding: 15px; max-height: 80vh; overflow-y: auto; }
  .dropdown > .dropdown-menu > li { margin: 0; flex-grow: 1; }
  .dropdown > .dropdown-menu > li > a { font-size: 14px; }

  header .header-icons .user-icon,
  header .header-icons .cartmenu { width: 40px; height: 40px; font-size: 16px; margin-right: 5px; }
  header .header-icons .cartmenu { margin-right: 0; }
  .msc_amount { top: -15px; right: -15px; }

  .home-slider h2 { font-size: 30px; margin-bottom: 0; }

  .usp-product ul { margin: 5px 0; }

  .usp-product-top > .container > .row { margin: 10px -15px; }

  .order-pay-succes h4 { font-size: 18px; }

  .cart-title h1 { text-align: left; margin: 25px 0; }
  .cartFooter { padding-left: 0; position: static; }

  .checkout-form .calcBox-top h4 { margin-top: 0; }
}



@media only screen and (max-width: 767px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  .topbar { font-size: 12px; }
  .topbar .top-right .top-el { margin-left: 20px; }
  .topbar .topbar-menu ul { flex-wrap: wrap; }
  .topbar .topbar-menu ul li { margin: 5px 20px; }

  .shopping-cart-circle { width: 40px; height: 40px; }

  .mainmenu .navbar-nav .nav-link { font-size: 18px; }

  .home-slider h2 { font-size: 24px; }

  .breadcrumbs ul li::after { margin: 0 10px; }

  .cat-view-type .current-view-desc { margin: 0; }

  .filters-contain { position: fixed; top: 100vh; left: 0; height: 100vh; overflow: hidden; width: auto; transition: transform 0.3s; transform: translateY(0); z-index: 11; background: #fff; padding: 0 15px; width: 100%;  }
  .filters-contain.show { transform: translateY(-100%); }
  .filter-side { height: calc(100% - 75px); overflow-y: scroll; display: block; }
  .toggle-filters-mobile .btn { display: block; }
  .filter-side-show { overflow: hidden; }
  .filter-remove-filter { margin-bottom: 25px; }
  .filters-contain .show-products { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 15px; }

  .product { flex-direction: row; padding: 10px; height: auto; }
  .product .imagebox { width: 33.333333%; flex-shrink: 0; display: flex; justify-content: center; align-items: center; }
  .product .imagebox img { height: auto; }
  .product .product-bot { display: flex; flex-direction: column; justify-content: space-between; padding: 0 0 0 15px; flex-grow: 1; }
  .product .discountinfo { right: 25px; width: 60px; height: 60px; }

  .text-image { margin-top: 50px; margin-bottom: 50px; }

  .cat-view-type .view-type-btn { display: none; }

  .usp-bar .usp-icon { font-size: 14px; }
  .usp-bar .usp-desc h6 { font-size: 16px; }
  .usp-bar .usp-desc span { font-size: 14px; }

  .cartProduct .title a i { font-size: 14px; }
  .cartProduct .sub .price { font-size: 14px; }
  .cartProduct h4 a { font-size: 14px; }
  .cartTable-bottom { font-size: 14px; }

  .checkout-form h4 { font-size: 16px; }
  .checkout-form input[type="text"],
  .checkout-form input[type="password"],
  .checkout-form textarea,
  .checkout-form select.form-control { font-size: 14px; padding: 10px 15px; }
  .checkout-form .col-md-4 { order: 1; }
  .checkout-form .col-md-8 { order: 2; }

  .order-pay-succes h4 { font-size: 16px; }
  .order-pay-succes .ordered-products-sub .cartTable-bottom.total-price { font-size: 20px; }
  .order-pay-succes .cartProduct .descs { font-size: 14px; }

  .checkout-btns { flex-wrap: wrap; margin-top: 25px; }
  .checkout-btns .btn { width: 100%; margin: 5px 0; }

  .foot .footer-part:nth-child(2) { justify-content: flex-start; }
  .foot .footer-part:nth-child(3) { justify-content: flex-start; }
}



@media only screen and (max-width: 575px) {
  h2 { font-size: 22px; }

  .topbar .lang-select .dropdown-menu { width: 100%; }
  header > .row > .container > .row > .search-icon-wrap { display: flex; align-items: center; justify-content: center; }
  header > .row > .container > .row > .search-icon-wrap button { color: #fff; text-shadow: none; opacity: 1; }
  header > .row > .container > .row > .search-icon-wrap button:hover { opacity: 0.8; }
  header > .row > .container > .row > .search-bar { order: 4; display: none; margin: 10px 0 0 0; }
  header > .row > .container > .row > .search-bar.show { display: block; }

  .store-message { font-size: 16px; }

  .usp-product > .container > .row { margin: 25px -15px; }
  .usp-product-top > .container > .row { margin: 10px -15px; }
  .cat-view-type .view-type-btns { margin: 5px 0; }
  .cat-view-type .dropdown-right { justify-content: flex-start; margin: 5px 0; }

  .dropdown > .dropdown-menu { margin: 0 -15px; width: calc(100% + 30px); }
  .dropdown > .dropdown-menu > li > a { font-size: 16px; }
  .dropdown > .dropdown-menu > li > ul > li { font-size: 12px; }

  .home-slider { margin-left: -15px; margin-right: -15px; }
  .home-slider .slick-dots { position: relative; flex-direction: row; width: 100%; height: auto; }
  .home-slider .slick-dots li { margin: 0 10px; }

  .breadcrumbs ul { font-size: 12px; }
  .breadcrumbs ul li::after { margin: 0 5px; }

  .product { margin-left: -15px; margin-right: -15px; margin-bottom: 0; padding: 20px 10px; height: auto; }
  .product .discountinfo { right: 10px; }
  .product .producttitle { font-size: 16px; }
  .product .productsub { font-size: 12px; }
  .product .pricestyle { font-size: 18px; }

  .cat-view-type .current-view-desc { margin-left: 0; }
  .category-pagination { margin-top: 20px; }

  .productdetail .product-main .product-option input { width: calc(100% + 15px); }
  .productdetail .discountinfo { width: 100px; height: 100px; margin: 15px; }

  .cartTable-bottom { justify-content: space-between; }

  .checkout-form .customer-type-label { margin-right: 10px; }
  .checkout-form .payoption .radiobtn,
  .checkout-form .customer-type-label .radiobtn { width: 14px; height: 14px; }
  .checkout-form .payoption .radiobtn::after,
  .checkout-form .customer-type-label .radiobtn::after { width: 6px; height: 6px; }


  .subfoot .col-lg-3 { margin: 15px 0; }
  .subfoot h2 { font-size: 16px; }
  .subfoot ul li { font-size: 14px; }
}



@media only screen and (max-width: 479px) {
  h2 { font-size: 20px; }

  .topbar { font-size: 10px; }
  .topbar .fa-stack { margin-right: 10px; }
  .topbar .top-right, .topbar .top-left { margin: 0; }
  .topbar .top-right .top-el { margin-left: 10px; }
  .topbar .lang-select .dropdown-menu .dropdown-item { font-size: 10px; }

  header > .row > .container > .row { padding: 10px 0; }

  .search-results .producttitle,
  .search-results .pricestyle { font-size: 14px; }

  .shopping-cart-circle { width: 40px; height: 40px; }
  .shopping-cart-circle svg { width: 18px; }

  .mainmenu .navbar-nav .nav-link { font-size: 16px; }

  .home-slider h2 { font-size: 20px; padding: 15px; }

  .product .discountinfo { width: 40px; height: 40px; }
  .product .discountinfo span { font-size: 12px; }

  .col-custom-12 { flex: 0 0 100%; max-width: 100%; }
  .productdetail .product-main .product-option input { width: 100%; }
  .productdetail .product-main .product-option .btn { margin: 10px 0; }
  .productdetail .discountinfo { width: 80px; height: 80px; margin: 15px 0; }

  /* .cartProduct .title a i { font-size: 12px; } */
  .cartProduct .sub .price { font-size: 12px; }
  .cartProduct h4 a { font-size: 12px; }
  .cartTable-bottom { font-size: 12px; }

  .order-pay-succes .top-details i { font-size: 48px; }
  .order-pay-succes .cartProduct .descs { font-size: 12px; }
  .order-pay-succes .ordered-products-sub { margin-top: 25px; padding-bottom: 25px; }

  .usp-bar .right-icons { flex-wrap: wrap; justify-content: flex-start; }
  .usp-bar .right-icons .usp-desc { width: 100%; margin-top: 15px; }

  .modal.fixed-left .modal-dialog-vertical { width: 100vw; }
}



@media only screen and (max-width: 360px) {

}





@media only screen and (min-width: 1440px) {
  .container { max-width: 1400px; }
}

/* Customs */
.form-control-error-list {margin-top: -15px;padding-bottom: 15px;}
