body { display: flex; flex-direction: column; min-height: 100vh; position: relative; }


/* Topbar */
.store-message { text-align: center; padding: 10px 15px; }

/* .topbar { }
.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; }
.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; } */

/* Header */
/* header .search-bar { display: flex; align-items: center; }
header .search-bar.show { display: flex!important;  }
header .search-bar .search { width: 100%; }
header .form-group { margin: 0; position: relative; }
header input.form-control { padding: 25px 0; }
header input.form-control:active, header input.form-control:focus { background: none; color: #fff; box-shadow: none; border-color: #fff; }
header > .row > .container > .row { padding: 20px 0; }
header > .row > .container > .row > .search-icon-wrap { display: none; } */


/* Search results */
.search-results { position: absolute; width: 100%; top: 100%; margin-top: -4px; z-index: 3; background: #fff;}
.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: 1; }
.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; }
.lrws-loadsmallcart { cursor:pointer; }


/* Page content */
.page-content { flex-grow: 1; margin-bottom: 50px; }


/* Categories */
.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%; }
.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: 25px; display: flex; justify-content: space-between; align-items: flex-end; }
.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 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 {  }
.text-image .col-md-6,
.text-image .col-lg-6 { display: flex; flex-direction: column; justify-content: center; align-items: center; }


/* Footer */
/* .usp-bar { padding: 10px 0; }
.usp-bar .col-lg-4 { display: flex; align-items: center; margin: 10px 0; }
.usp-bar .usp-icon { margin-right: 15px; flex-shrink: 0; }
.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 .col-lg-6 { 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; }
.foot a { color: #fff; } */


/* ----- CATEGORY PAGE ----- */

/* 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 .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 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;  }
.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: 40px;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 .payoption { display: flex; align-items: center; padding: 15px; border-radius: 4px; }
.checkout-form .payoption:hover { cursor: pointer; background: rgba(200,200,200,0.1); }
.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; }
.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; display: inline-flex; flex-direction: column; align-items: center; }


.InvoiceCalcBox { position: sticky; top: 75px!important; bottom: 0; }
.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 .cartTable-bottom { font-size: 1.2rem; justify-content: space-between; }



/* ----- 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; }



@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:center; }
  .topbar .top-right, .topbar .top-left { margin: 5px 0; }
  .topbar .top-left { padding-bottom:8px; }
  .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; } */

  .usp-product ul { margin: 5px 0; }

  .usp-product-top > .container > .row { margin: 10px -15px; }

  .cart-title h1 { text-align: left; margin: 25px 0; }
  .cartFooter { padding-left: 0; position: static; }
}



@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; }

  .mainmenu .navbar-nav .nav-link { font-size: 18px; } */

  .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: 3; 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; }

  .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; }

  .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; } */

  .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; }

/* 
  .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; }

  .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; }
}



@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;}
