@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --brown-bg: #3f2922;
  --grey-bg: #ededed;
  --primary: #139dff;
}
html,
body,
.ui-widget {
  /*	font-family: "DM Sans";*/
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.index {
  display: grid;
}
h1,
h2,
.ui-widget-header {
  font-size: 12px !important;
  font-weight: 600 !important;
}

#index h2 {
  background-color: var(--grey-bg);
  padding: 5px 5px 5px 5px;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-bottom: 15px;
}

.btn_custom,
.btn.disabled {
  background-color: var(--primary);
  color: #fff !important;
  letter-spacing: 0.5px;
}
#order-confirmation .btn_custom {
  margin-bottom: 5px;
}

.btn-secondary {
  text-transform: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.5;
}
.text-center {
  text-align: center;
}
p {
  color: #000;
  font-size: 12px !important;
}
label {
  font-size: 12px !important;
}
.hide {
  display: none;
}
#header .top-menu a[data-depth="0"]:hover,
a:hover {
  color: var(--primary);
}
.shop4 #header .logo,
.shop5 #header .logo {
  max-width: 34% !important;
}
/* .slick-slide{padding:0 20px 0 0} */
.paypal-mark {
  margin: 3px !important;
}
#ps_checkout-payment-method-logo-block-title {
  display: none;
}
#product #ps_checkout-payment-method-logos-container {
  margin-top: 10px;
  display: none;
}
#ps_checkout-payment-method-logos-container {
  margin-top: 10px;
}
.payment-option label {
  cursor: pointer;
  line-height: 30px;
}
.payment-option:hover {
  cursor: pointer !important;
  background: #ededed;
}
.payment-option img {
  float: right;
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: -10px;
  margin-right: -10px;
}
#index .add-to-cart {
  background-color: var(--primary);
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#cart .product-line-info.attributes {
  margin-top: 5px !important;
}
#cart .cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
}
#cart .cart-item:last-of-type {
  border: none;
  padding: 0 !important;
  margin: 0;
}
#cart .cart-overview {
  padding-bottom: 0 !important;
}
/*
.products-section-title {
	font-weight: 700 !important;
}
*/
.more_info_btn a {
  font-size: 14px;
  background: var(--grey-bg);
}
#wrapper {
  padding-top: 0;
}
.hidden-md-up {
  display: block;
}
.col-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.d-inline {
  display: inline !important;
}
.text-end {
  text-align: right !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: underline !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.collapse {
  display: none;
}
.col {
  flex: 1 0 0%;
}
.btn {
  line-height: 24px;
}
a {
  color: #000;
}
/*
#category section, #contact section, #authentication section, #registration section, #my-account section #module-psgdpr-gdpr section {
	min-height: calc(100vh - 407px);
}
*/
#authentication hr {
  margin: 30px 0;
}
#addresses section {
  min-height: calc(100vh - 560px);
}
#module-psgdpr-gdpr section {
  min-height: calc(100vh - 607px);
}
h2 {
  text-transform: none !important;
}
.container {
  width: 1280px;
  padding: 0;
}
#header {
  z-index: 409 !important;
}
#header .header-nav {
  background-color: var(--brown-bg);
  height: 28px;
}
/*#header .header-nav #menu-icon{margin: 0 1rem 0 0 !important}*/
.delivery_text_container {
  height: 28px;
  display: flex;
  align-items: center;
}
.delivery_banner p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 0 !important;
}
.account_nav {
  display: flex;
  height: 30px;
  align-items: center;
  margin-top: 12px;
}
.account_nav li {
  list-style: none;
  border-right: 1px solid #fff;
}
.account_nav li a {
  padding: 0px 8px 0px 8px;
  text-decoration: none !important;
}
.account_nav a {
  color: #fff !important;
}
.account_nav li:last-child {
  border-right: none;
}
.header-top {
  padding: 10px 0px 10px 0px !important;
}
i.material-icons.search {
  color: #139dff;
}
#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding: 5px;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  margin: 0;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: -4px;
}
#search_filters .faceted-slider {
  margin-bottom: 8px;
}
.facet-label {
  padding: 3px !important;
}
#search_filters ul {
  margin-bottom: 0;
}
#search_widget form input {
  border: 1px solid #d6d4d4 !important;
  border-radius: 0px !important;
  padding: 10px 20px 10px 20px !important;
}
#search_widget form i.clear {
  right: 25px;
  top: 0;
  color: #b3afaf;
  display: none;
}
.blockcart {
  width: 80%;
  position: relative;
  float: right;
  padding: 0;
}
#header #_desktop_cart .header a {
  padding-left: 5px;
}
.blockcart .header > a:first-child {
  padding: 0 10px 0 40px;
  padding-left: 40px;
  border: 1px solid #d6d4d4;
  display: block;
  color: #139dff !important;
  overflow: hidden;
  height: 40px;
  position: relative;
}
#header .blockcart .header > a:first-child::before {
  content: "\e8cb";
  font-family: "Material Icons";
  display: inline-block;
  font-size: 21px;
  line-height: 23px;
  padding-right: 15px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.cart-product-text {
  line-height: 35px;
  padding: 0px 0px 0px 34px;
}
#header .blockcart .header > a:first-child::after {
  content: "Checkout";
  display: inline-block;
  float: right;
  color: #fff;
  background: #139dff;
  padding: 8px 20px;
  font-size: 12px;
  margin: 0 -10px 0 0;
  height: 40px;
  line-height: 1.5;
}
ul.store_info_links {
  display: block;
}
#wrapper {
  background-color: #fff;
}
.top_menu_container {
  display: flex;
  align-items: center;
  height: 39px;
  background-color: var(--grey-bg);
  margin-bottom: 15px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.top_menu_container a {
  white-space: wrap;
}
#checkout #header {
  border-bottom: 3px solid #3f2922;
  margin: 0 0 20px; /*box-shadow: 0 2px 5px 0 rgb(63, 41, 34);*/
}
#checkout #header .header-nav .logo {
  display: block;
}
._desktop_top_menu {
  font-size: 14px;
}
.top-menu a[data-depth="0"] {
  font-size: 12px;
  font-weight: normal;
  padding: 0.54rem;
}
#header .top-menu a[data-depth="0"]:hover,
li.category:hover {
  background-color: #fff;
}
li.category a:hover {
  text-decoration: underline !important;
}
a:hover {
  text-decoration: underline;
}
.top-menu .category a.dropdown-submenu {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-right: 0;
  white-space: wrap;
}
.top-menu a[data-depth="2"],
.top-menu a[data-depth="3"] {
  font-size: 12px;
  padding: 0px 0px 10px 0px;
}
.top-menu[data-depth="2"],
.top-menu[data-depth="3"],
.top-menu[data-depth="1"] li {
  width: 110px;
}
.popover {
  left: calc(50% - 640px) !important;
  margin: 0 !important;
  width: 1280px !important;
  max-width: 1280px !important;
  overflow: hidden !important;
  min-width: 500px !important;
}
.featured-products .products-section-title {
  background: var(--grey-bg);
  margin: 0px 0px 15px 0px;
  text-align: left;
  font-size: 15px !important;
  font-weight: 600;
  padding: 5px;
  height: 34px;
}
.product-miniature {
  margin-bottom: 15px;
  border: 1px solid var(--grey-bg);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  background-color: var(--grey-bg);
  padding: 3px 4px 2px 15px;
  font-weight: 600;
  margin-top: 0;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin: 5px 0px 10px 0px !important;
}
.block-categories .category-sub-menu li[data-depth="1"] > a {
  padding: 3px 4px 2px 30px;
}
.block-categories {
  border: 1px solid var(--grey-bg);
  padding: 0;
}
.block-categories .category-sub-menu {
  margin-top: 0 !important;
}
.product-miniature .product-title a,
.product-miniature .product-title {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}
#description .product-description ul li {
  margin: 0 0 0 15px;
  list-style-type: disc;
}
#product-description-short {
  font-size: 12px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
.product-miniature .product-price-and-shipping {
  color: #24b9d7;
  font-size: 29px;
  font-weight: 400;
  text-align: left;
}
.product_without_taxes {
  margin-top: 10px;
}
.product_without_taxes p {
  color: #000;
  font-size: 12px;
}
.product_availability_container {
  display: flex;
  align-items: center;
  height: 30px;
}
#product-availability {
  color: green;
}
.thumbnail-container {
  width: 100%;
  padding: 10px;
  margin-bottom: 0px !important;
}
.add_to_cart_btn .btn,
.more_info_btn .btn {
  width: 100%;
  margin-top: 5px;
}
.grid .product-price-and-shipping {
  height: 30px;
  display: flex;
  align-items: center;
}
.grid .product-miniature .product-description {
  padding: 0;
}
.grid .product_without_taxes p {
  margin-bottom: 0px !important;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
  padding: 0.5rem 1rem;
}
.products-sort-order .select-title {
  width: 50%;
}
.step-title {
  text-transform: none !important;
  font-size: 16px !important;
  padding: 0 !important;
}
#cart .no-items {
  display: block;
  margin: 0 0 20px;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 1px;
}
body#checkout section.checkout-step .delivery-options .delivery-option label {
  padding: 20px;
}
body#checkout section.checkout-step {
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
}
body#checkout section.checkout-step .step-title {
  border: none;
  padding: 10px !important;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title {
  border-top: none !important;
}
#cart .cart_empty_btn {
  margin-top: 15px;
}
body#checkout .container {
  min-height: auto !important;
}
/* personal information step 1 */
#checkout .sign_in a.active {
  color: var(--primary);
}
#checkout .personal_info_form_container label,
#checkout .form-control-comment,
#checkout #delivery-address label,
#checkout #delivery-address .form-control-comment,
#checkout #invoice-address label,
#checkout #invoice-address .form-control-comment,
#address .form-control-comment,
#address .form-control-label {
  display: none;
}

body#checkout
  section.checkout-step
  #customer-form
  .newsletter
  .form-control-label,
#checkout .newsletter .form-control-comment,
#checkout .personal_info_form_container .newsletter label {
  display: block !important;
}

#checkout .personal_info_form_container input,
#checkout #delivery-address input,
#checkout #delivery-address select,
#checkout #invoice-address input,
#checkout #invoice-address select,
#address input {
  height: 40px;
}
body#checkout section.checkout-step .forgot-password {
  margin: 15px 0px;
}
#address .form-footer {
  display: flex;
  justify-content: center;
}
#address .form-footer button {
  width: 306px;
}
.popover {
  width: 100%;
  max-width: 200px !important;
}

iframe {
  width: 100%;
  max-width: 600px;
  height: 340px;
}

#checkout .personal_info_form_container .form-group,
#checkout #delivery-address .form-group,
#checkout #invoice-address .form-group,
#address .form-group {
  justify-content: center;
}
#checkout .same_address_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#checkout .cancel-address {
  display: contents;
}
#checkout #delivery-address .same_address_label {
  display: block !important;
  margin-left: 10px;
  margin-bottom: 0;
}
#checkout .nav-link {
  padding-top: 0px !important;
}
#checkout .form-informations {
  font-size: 12px;
}
#checkout ul li:nth-child(1) a.nav-link {
  padding-left: 0px !important;
}
.page-footer .account-link {
  margin-right: 0 !important;
}
#checkout .identity {
  font-size: 12px;
}
#checkout-personal-information-step p,
#checkout-personal-information-step .content div {
  text-align: center;
}
/* adress step 2 */
#checkout .content .js-address-form #delivery-address {
  border: 1px solid var(--grey-bg);
  margin-top: 15px;
  padding: 8px;
}
/*
#checkout #delivery-addresses, #invoice-addresses {
	display: flex !important;
	justify-content: center !important;
}
*/
#checkout .address-alias {
  font-weight: 700 !important;
  min-height: 34px;
  font-size: 1.5rem;
}
#checkout .address_block_container .custom-radio {
  position: absolute;
  right: 0;
  visibility: hidden;
}
#checkout .address {
  font-size: 12px;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  color: #000;
}
#checkout .address-footer a {
  margin-right: 24px !important;
}
body#checkout section.checkout-step .address-item.selected {
  border: var(--primary) 3px solid;
}
body#checkout section.checkout-step .address-item {
  /*	flex: 0 0 auto;*/
  background-color: #fff;
}
body#checkout section.checkout-step .address-item {
  margin-bottom: 2%;
}
#checkout .address-item {
  -webkit-box-flex: 0;
  margin-bottom: 15px;
  /*	margin-right: 10px;*/
  border: 3px solid transparent;
  box-shadow:
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}
.delivery-option {
  border: 2px solid var(--grey-bg);
}
.delivery-option.selected {
  border: 2px solid var(--primary);
}
.delivery-option {
  overflow: hidden;
}
#checkout .js-address-form p {
  text-align: center;
}
#checkout .add-address a,
#checkout .cart_summary_order p,
#checkout .media-body .product-price {
  color: #000 !important;
  font-size: 12px;
}
#checkout .step-edit {
  font-size: 14px;
}
body#checkout a:hover {
  color: var(--primary);
}
body#checkout section.checkout-step .add-address a i {
  font-size: 18px;
}
#checkout .address_continue_btn {
  display: flex;
  justify-content: center;
}
#checkout .continue {
  margin-bottom: 10px;
  width: 306px;
}
#checkout .cart_summary_order {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 !important;
}
#checkout .cart-summary-products {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 12px 0px;
  align-items: baseline;
}
#checkout .cart-summary-products p {
  font-size: 14px !important;
  margin: 0;
  font-weight: 600;
}
#checkout .js-show-details {
  color: var(--primary);
  display: flex;
}
#checkout .cart-summary-line {
  padding: 5px;
}
#checkout .cart-summary-totals {
  padding-top: 12px;
}
#checkout .cart-summary-line.cart-total .label {
  font-weight: normal;
}
body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line
  .value,
body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line
  .label {
  font-size: 12px;
}
#checkout ul.media-list .media-body span a,
#checkout ul.media-list .media-body .product-line-info span {
  font-size: 12px;
}
#checkout .js-payment-option-form input {
  height: 40px;
  width: 180px;
}

/* shipping method step 3 */
body#checkout section.checkout-step .delivery-options .delivery-option {
  background: #fff;
  padding: 0;
  position: relative;
  /*	margin: 0;*/
  /*	height: 50px !important;*/
  /*	border-bottom: 1px solid var(--grey-bg);*/
}
body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label:hover {
  cursor: pointer;
}
body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  .carrier:not(.carrier-hasLogo)
  > .col-xs-12 {
  padding-left: 10px;
}
#checkout .custom-radio {
  position: absolute;
  top: -22px;
  left: -22px;
}
.carrier_price {
  text-align: right;
}

.delivery-options > .row {
  border-right: none !important;
}
#checkout section.checkout-step .carrier-name {
  font-size: 14px;
  font-weight: 600;
}
#checkout section.checkout-step .carrier-delay,
#checkout section.checkout-step .carrier-price {
  font-size: 12px;
}
#delivery_message {
  resize: none;
  height: 75px;
  width: 100% !important;
}
.order-options {
  margin-top: 8px;
}
#checkout .carrier-logo {
  display: none;
}
#checkout .shipping_continue_btn {
  display: flex;
  justify-content: center;
}
#checkout .custom-radio input[type="radio"]:checked + span {
  background-color: var(--primary);
}
body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: var(--primary);
}
body#checkout section.checkout-step .content {
  padding: 1rem 0;
}
#checkout .payment-option .custom-radio {
  display: none;
}
#payment-confirmation {
  margin-top: 20px;
}
/*.payment-option img{padding:5px 6px}*/
body#checkout .additional-information {
  margin: 0 !important;
  font-size: 12px !important;
}
body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
}
body#checkout section.checkout-step .payment-options .payment-option label {
  padding: 10px;
  display: flex !important;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
body#checkout .paypal-mark {
  border: none;
  padding: 0;
}
#checkout .paypal-marks {
  display: flex;
}
#checkout .alert {
  font-size: 12px;
  font-weight: 300;
}
.paypal-mark img {
  margin: 0 0 0 5px;
}
#ps_checkout-card-fields-form label {
  margin: 0 0 3px;
  display: block !important;
}
#custom-payment-form label {
  display: block !important;
  margin: 0 0 3px;
}
#ps_checkout-error img {
  display: none !important;
}

#checkout .card-field-name {
  font-size: 12px !important;
}

/* footer */
.links_mobile {
  border-top: 1px solid #ddd;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.footer-container ul {
  margin: 0;
}
.footer-container li {
  padding: 5px 0px;
  margin: 0;
}
.footer-container {
  background-color: var(--brown-bg);
}
.footer-container .container .row a,
.footer-container .container .row p {
  color: #fff;
}
a.store_info.address::before {
  content: "\e0c8";
  font-family: "Material Icons";
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  padding-right: 15px;
  color: #139dff;
}
a.store_info.phone::before {
  content: "\e0b0";
  font-family: "Material Icons";
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  padding-right: 15px;
  color: #139dff;
}
a.store_info.email::before {
  content: "\e158";
  font-family: "Material Icons";
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  padding-right: 15px;
  color: #139dff;
}
i.tiny.material-icons {
  color: #139dff;
}
.footer-container .h3 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: none !important;
}
.footer-container li a {
  font-size: 12px !important;
  line-height: 20px;
}
.footer-container .h4 {
  font-size: 12px;
  text-transform: none !important;
}
.footer-container p {
  font-size: 12px;
}
.footer-container .address {
  background-color: var(--brown-bg);
}
.js-footer {
  padding: 0 !important;
}

/* product pages */
#js-product-list-header {
  height: auto;
}
.block-category {
  min-height: auto;
  margin-bottom: 15px !important;
}
.block-category.card.card-block {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.block-category h1,
h2.subcategory-heading {
  font-size: 12px;
  font-weight: 700 !important;
  text-transform: none !important;
}
.block-category p {
  font-size: 12px;
  line-height: 1.5;
}
#subcategories {
  border: none;
  padding-top: 0;
}
#subcategories .subcategory-image {
  padding: 10px;
}
#subcategories ul li .subcategory-image a {
  border: none;
}
#subcategories ul li .subcategory-name {
  text-transform: none !important;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
#subcategories ul li:hover .subcategory-image a {
  border: none;
  padding: 0;
}

/* product items */
#product .product_reference {
  margin: 15px 0px;
}
.product_info_container {
  height: auto;
  padding: 15px;
  background-color: var(--grey-bg);
  border: 1px solid var(--grey-bg);
}
.product_info_container h1 {
  font-size: 12px;
  font-weight: 700;
  text-transform: none !important;
}
#product #content {
  max-width: none;
}
#index #content {
  overflow: hidden;
}
.product-description p {
  padding-top: 8px;
  font-size: 12px;
  color: #000;
}
/*
.current-price-value {
	color: #139DFF;
	font-size: 29px;
	font-weight: 600;
}
*/
.product-prices div {
  margin-bottom: 0;
}
.product-variants > .product-variants-item select {
  width: 100%;
}
.tabs {
  padding: 0;
}
#product .nav-tabs .nav-item {
  width: 25%;
}
#product .tab-content {
  border-top: none !important;
  border: 1px solid var(--grey-bg);
}
.tabs .tab-pane {
  padding: 15px;
}
ul.nav.nav-tabs {
  background-color: var(--grey-bg);
  font-size: 14px;
  height: 48px;
  padding: 0px 24px 0px 24px 0px;
}
.tabs .nav-tabs .nav-link {
  color: #000;
  justify-content: center;
}
li.nav-item,
a.nav-link {
  /* height: 48px; */
  margin: 0 !important;
  font-weight: normal !important;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  background-color: #139dff;
  color: #fff;
  text-decoration: none !important;
}
.tabs .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  padding: 14px;
}
.tabs .nav-tabs .nav-link.active {
  background-color: #139dff;
  color: #fff !important;
}
#product table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
#product table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#product table tr td {
  padding: 15px 5px;
  vertical-align: middle;
}
.attachment a {
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
.attachment a:hover {
  text-decoration: none !important;
}
#product .product-information .list_reviews {
  display: none;
}
.dl_spec_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px !important;
}
a.dl_spec_btn {
  color: #fff;
}
.list .thumbnail-container {
  display: flex;
}
.list .thumbnail-top {
  width: 20%;
}
.list .product-description {
  width: 60%;
  padding: 0px 9px;
}
.product-variants > .product-variants-item select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem !important;
  margin-top: 3px;
}
#product .form-control {
  color: #000;
}
#product .product-prices,
#category .list .product-prices {
  margin-top: 0;
}
#quantity_wanted[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 27px;
}
#product .input-group-btn-vertical,
#category .input-group-btn-vertical {
  display: none;
}
#product .bootstrap-touchspin,
#category .bootstrap-touchspin {
  width: 100%;
}
#product .product-quantity,
#category .product-quantity {
  flex-direction: column;
}
#product #quantity_wanted,
#category #quantity_wanted {
  width: 100%;
}
#product .stock_message,
#product .product-prices {
  margin-top: 10px;
}
#category .current-price-value,
#product .product-price {
  font-size: 29px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  color: var(--primary);
}
#category .list_reviews,
#index .list_reviews {
  margin-bottom: 15px;
}
#category .stock_message {
  margin-top: 15px;
}
#category .pagination > div:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
#category .pagination .next {
  margin-right: 10px;
}
#category .pagination .page-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
#category .page-list li {
  padding: 15px;
}
#category .js-search-link.next,
#category .js-search-link.previous {
  display: flex;
  align-items: center;
}
#category select {
  border: 1px solid #f2f2f2;
  background: #fff;
  border-radius: 2px;
  height: 3rem;
  color: #000;
}
#category .attribute label {
  font-weight: 600;
}
#category .attribute {
  margin-bottom: 8px;
}
#product .product-price {
  font-weight: 600;
}
#product .product-actions .add-to-cart,
#category .add-to-cart {
  width: 100%;
  background-color: var(--primary);
  text-transform: none;
  font-weight: 400;
  font-size: 14px !important;
}
.add-to-cart::before {
  font-family: "Material Icons";
  content: "\e8cb";
  font-size: 18px;
  vertical-align: top;
  margin: 0 5px 0 0;
  display: inline-block;
}
.product-description::after {
  display: none;
}
.list .add_to_cart_area {
  width: 20%;
  border-left: 1px solid var(--grey-bg);
  padding: 0px 0px 0px 9px;
}
.scroll-box-arrows i {
  color: var(--primary);
  font-size: 60px;
}
.scroll-box-arrows .left {
  left: -19px;
}
.scroll-box-arrows .right {
  right: -19px;
}
.scroll-box-arrows .left:hover,
.scroll-box-arrows .right:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: var(--primary) 3px solid;
}

/* form control */

#registration #content {
  max-width: 1000px !important;
}
#registration #content label.form-control-label {
  text-align: right;
}
#registration .form-group {
  margin-bottom: 2rem;
}

.login_title,
.registration_title,
.contact_us_title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-transform: none !important;
}
#authentication .form-control {
  border: 1px solid #dee2e6;
  height: 40px;
}
#authentication label {
  display: none;
}
#authentication .form-control-comment {
  display: none;
}
#authentication .form-group {
  justify-content: center;
}
#authentication .login_btn,
#registration .login_btn {
  width: calc(293px - 1.25rem);
  background-color: var(--primary);
  color: #fff;
}
#registration .login_btn {
  display: block;
  margin: 0 auto;
}
#authentication .forgot-password a {
  color: var(--primary);
}
#authentication .page-header {
  margin: 20px 0;
}
#authentication .form-group {
  margin: 15px 0px 10px 0px;
}
#authentication .login_title,
#identity .login_title,
#registration .login_title {
  text-align: center;
}
#authentication .form-footer {
  text-align: center;
}
.login_title,
.registration_title,
.contact_us_title,
.personal_info_title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: none !important;
  letter-spacing: 0.4px;
}
.form-control:focus,
.input-group:focus,
.input-group.focus {
  border: 1px solid var(--primary) !important;
  outline: none;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
  height: 40px;
}
form .form-control-label {
  font-size: 12px;
  font-weight: normal;
}
.no-account {
  margin-top: 10px;
}
.forgot-password a,
.no-account a,
.register-form p {
  font-size: 12px;
  color: #000;
}
.contact_us_title_row {
  padding-left: 0;
}
.customer_service_contact p {
  font-size: 12px;
  color: #000;
}
.contact_container {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.contact_container > label {
  text-align: left;
  padding-left: 0;
}
.contact_container > div {
  padding-left: 0;
}
.send_message_text {
  font-size: 12px;
  font-weight: 700 !important;
  color: #000;
}
#id_contact {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.contact-form {
  padding-top: 0;
}
.contact-form .form-control {
  padding: 0;
}
.form-control:disabled {
  background: #fff;
  height: 2rem;
}
.text_area {
  border: 1px solid #f2f2f2;
  height: 250px;
}
#contact .contact_us_title {
  text-align: center;
}
#contact .contact-form {
  display: flex;
  justify-content: center;
}
#contact p {
  padding-left: 0 !important;
}
#contact .buttonText {
  font-size: 12px;
}
#contact .btn {
  width: auto;
}
#contact .order_ref {
  text-align: left;
  padding-left: 0;
}
#contact .contact-form input,
#contact select {
  height: 40px;
  padding: 5px;
  margin-top: 10px;
}
#contact textarea {
  margin-top: 10px;
}
#contact .input-group {
  align-items: flex-end;
}
#contact .input-group .input-group-btn {
  height: 40px;
  background-color: var(--primary);
}
#contact .form-control-comment {
  display: flex;
  align-items: flex-end;
}
#contact .message textarea {
  border: 1px solid var(--grey-bg) !important;
  height: 257px;
  padding: 5px;
}
#contact .form-footer {
  text-align: center;
}
#contact .form-footer input {
  width: 306px;
  background-color: var(--primary);
}
#contact .group-span-filestyle .btn-default {
  background-color: var(--primary);
}

/* loader */
.modal-dialog {
  margin: 80px auto;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
}

.connectix_loader {
  border: 2px solid #3f2922; /* Light grey */
  border-top: 2px solid #fff; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1.5s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

button:disabled {
  background-color: #1d93ab !important;
}

/* shopping cart */

#cart .inner_grid {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#cart .cart-container {
  padding: 0;
}
#cart .card.cart-container .card-block {
  padding: 1rem;
}
.cart-grid-body .card-block h1 {
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: none;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}
#cart .cart-item {
  padding: 0;
}
#cart .stock_message {
  font-size: 12px;
  margin-top: 10px;
  font-weight: normal;
}
#cart .product-line-grid-body > .product-line-info > .label {
  font-size: 12px;
  font-weight: 700;
}
.product-line-grid-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-line-grid-right .row {
  width: 100%;
  display: flex;
}
#cart .js-cart-line-product-quantity {
  width: 142px;
}
#cart .product-price {
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1;
}
#cart .cart-line-product-actions {
  display: flex;
}
#cart .input-group-btn-vertical {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#cart .bootstrap-touchspin .btn-touchspin {
  background-color: transparent;
  border: none;
}
#cart .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 16px !important;
}
#cart .js-increase-product-quantity {
  top: -5px;
}
.row_price {
  text-align: center;
  align-items: flex-end;
}
#cart .qty {
  position: relative;
}
.js-cart-line-product-quantity {
  border: none !important;
  border-bottom: 1px solid #9e9e9e !important;
}
#cart .product-line-info.attributes {
  margin-top: 20px;
}
#cart .cont_shopping {
  margin-top: 15px;
}
#cart .cart-detailed-totals {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#cart .cart-summary-line.cart-total .label {
  font-weight: normal;
}
#cart .shopping_basket_checkout_btn {
  margin-top: 15px;
  width: 100%;
}
#cart .cart-detailed-totals .card-block {
  padding: 0 0 1rem;
}
.block-promo .promo-input {
  width: 100%;
}
#cart .proceed_to_checkout {
  padding: 0;
}
#cart .promo-input,
#checkout .promo-input {
  border: none;
  border-bottom: 1px solid #9e9e9e;
}
.voucher_form {
  position: relative;
}
#cart .add_voucher,
#checkout .add_voucher {
  background: none !important;
  color: var(--primary);
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 20px;
  width: 20px;
  border: none;
}
.block-promo .promo-code-button {
  padding: 0;
}
#cart .add_voucher::before,
#checkout .add_voucher::before {
  content: "\e145";
  font-family: "Material Icons";
  display: inline-block;
  color: var(--primary);
  background: none;
  font-size: 25px;
  height: 20px;
  width: 25px;
  line-height: 20px;
  position: absolute;
  top: -4px;
  left: 0;
}
.cart-content .cart-products-count {
  background-color: #fff;
}

/* account page when logged in */
.page-my-account #content .links a span.link-item {
  background-color: var(--grey-bg) !important;
  color: #000;
  text-transform: none !important;
  font-size: 12px;
  text-shadow: 0 1px white;
  font-weight: 600;
  background-image: linear-gradient(#f7f7f7, #ededed);
  background-size: 100%;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  border-top-color: rgb(202, 202, 202);
  border-right-color: rgb(183, 183, 183);
  border-bottom-color: rgb(154, 154, 154);
  border-left-color: rgb(183, 183, 183);
  border-radius: 4px;
  display: block;
  height: 48px;
  padding: 15px;
  text-align: left;
}
.page-my-account #content .links a span.link-item:hover {
  text-decoration: none !important;
}

.logout_btn a {
  color: #fff;
  padding: 0.75rem 0.375rem;
}
.logout_btn a:hover {
  text-decoration: none !important;
}
#my-account .links {
  margin-top: 15px;
}
#my-account #main .page-header {
  margin-bottom: 15px;
}
/* your account addresses */
.address_welcome {
  color: #000;
}
.address_card {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-right: 15px;
}
.page-addresses .address .address-footer {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.page-addresses .address .address-footer a {
  color: #000;
}
.address-footer {
  display: flex;
  align-items: center;
}
.page-addresses .addresses-footer {
  margin-left: 0 !important;
}
#addresses .address_card {
  margin-bottom: 15px;
}
#addresses .address_card .address-body h4 {
  font-weight: 700;
  min-height: 34px;
  font-size: 1.5rem;
}
#addresses .address_card .address-body address {
  line-height: 1.75;
  height: 180px;
}
#addresses .address-body {
  padding: 1rem 0px;
  font-size: 12px;
}
.page-addresses .address .address-footer a {
  margin-right: 24px;
}
.page-addresses .address {
  margin: 0;
}
#addresses .addresses-footer {
  margin-bottom: 15px;
}
#addresses .address-footer {
  padding: 10px;
}
.search_btn {
  position: absolute;
  right: 0;
  top: 13px;
  border: none;
  background: none;
  font-size: 21px;
  box-shadow: none;
  padding: 0 5px;
}
header .header-nav .desktop {
  padding-top: 5px;
  padding-bottom: 5px;
}
/*
.header-nav a:first-of-type {
	padding: 0;
}
*/
.header-nav a {
  color: #fff !important;
  margin: 0;
  display: inline-block;
  padding: 0 0 0 20px;
}
.search_btn::before {
  content: "\e8b6";
  font-family: "Material Icons";
  color: #139dff;
}
#module-psgdpr-gdpr #header .top_menu_container + .container {
  display: none;
}
#module-psgdpr-gdpr .page-content {
  padding: 0;
}
#header {
  box-shadow: none !important;
}

/* review tab */
.review {
  width: 100%;
}
.review p {
  color: #000;
  font-size: 12px;
  margin: 7px 0;
}
.product_review {
  position: relative;
  width: 120px;
  margin: 10px 0;
  display: inline-block;
}
.inner_star_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  overflow: hidden;
}
.review_details {
  display: flex;
  width: 200px;
}
.review_text {
  width: 100%;
}
#header .header-nav .menu_btn {
  background-color: transparent;
  border: none;
}
.offcanvas-header {
  padding-top: 0 !important;
}
.offcanvas-header .material-icons.close {
  font-size: 36px;
  color: #000 !important;
  opacity: 1 !important;
}
#_mobile_top_menu .top-menu[data-depth="1"] li {
  width: 351px;
}
#_mobile_top_menu #top-menu .popover,
#_mobile_top_menu .top-menu .sub-menu ul[data-depth="1"] {
  min-width: 0 !important;
  width: 370px !important;
}
.copyright {
  justify-content: center;
}
.footer_contact_info span {
  color: #fff !important;
}
#identity label,
#identity .form-control-comment {
  display: none;
}
#identity #content {
  max-width: 640px;
  margin: 0 auto;
}
#identity .form-group {
  justify-content: center;
}
#identity .form-footer {
  text-align: center;
}
#identity input {
  height: 40px;
}
#identity .login_btn {
  width: calc(306px - 1.25rem);
  background-color: var(--primary);
  color: #fff;
}
#history #content {
  padding: 0;
}
.alert-info {
  font-size: 12px;
  padding: 1rem;
  border-radius: 0.375rem;
  background-color: #cff4fc;
  color: #055160;
}
.alert-success,
.alert-danger {
  font-size: 12px;
  padding: 1rem;
  border-radius: 0.375rem;
}
#category .add_to_cart_area .list_reviews {
  display: none;
}
#order-confirmation #content-hook_order_confirmation .card-block {
  padding-left: 0;
}
#order-confirmation #content-hook_order_confirmation p {
  font-size: 12px;
}
#order-confirmation #order-items {
  border: none;
}
#order-confirmation #order-details {
  padding-left: 0;
}
#order-confirmation .btn_group {
  padding-left: 0;
}
#order-confirmation .btn_group button a {
  color: #fff;
}
#order-confirmation .account_transformation {
  -webkit-box-flex: 0;
  margin: 30px 0px 15px 0px;
  margin-right: 10px;
  border: 3px solid transparent;
  box-shadow:
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}
.grid .product-description,
.grid .add {
  width: 100%;
}
.grid .add_to_cart_area {
  width: 100%;
  padding: 0;
}
.grid .product-prices .product-price {
  color: var(--primary);
  font-size: 29px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

#index .stock_message {
  margin-top: 15px;
}
.grid .control-label,
.grid .product-quantity .qty {
  display: none;
}
#blockcart-modal .product-name {
  color: #000;
}
.page-content.page-cms {
  padding: 0;
}
.company_docs img {
  width: 100%;
  padding: 10px;
  display: block;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 40px;
}
label {
  text-align: left;
}
.crossselling_title {
  color: #000;
  font-weight: 700 !important;
}
#blockcart-modal .product-price {
  color: var(--primary);
  font-size: 20px !important;
}
#blockcart-modal .cart-content .label {
  font-size: 12px;
}
#blockcart-modal img {
  max-width: none !important;
}
#blockcart-modal .btn_custom i {
  display: none;
}
#blockcart-modal .modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-promo .promo-code-button.cancel-promo {
  color: var(--primary);
}
.custom_variants input {
  background-color: transparent;
  border: none !important;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom: 1px solid #9e9e9e !important;
  outline: none;
  height: 27px;
  padding: 0.175rem 0.5rem;
}
.product-variants .variant_label {
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.custom_variants select {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #f2f2f2;
  padding: 5px;
  height: 3rem !important;
}
.custom_variants .product-variants-item {
  margin: 1.25rem 0;
}
#checkout .after_header {
  display: none;
}
#search_filters {
  border: 1px solid var(--grey-bg);
  padding: 0px;
  position: relative;
}
#search_filters .btn-tertiary {
  position: absolute !important;
  top: -2px;
  right: 3px;
  background: none;
  color: #000;
  font-size: 12px;
  border: none;
}
#search_filters .btn-tertiary i {
  display: none;
}
#search_filters .btn-tertiary:hover {
  border: none;
  text-decoration: underline;
}
.active_filters {
  padding: 0.625rem 0.625rem 0;
}
.active_filters .filter-block {
  font-size: 12px;
}
#search_filters .ui-widget-header {
  background: var(--primary);
}
#search_filters .ui-slider-horizontal {
  height: 1rem;
}
.faceted-overlay {
  z-index: 500 !important;
}
#search_filters .ui-slider .ui-slider-handle {
  width: 1.2rem;
  top: -0.6em;
}
.ui-slider .ui-slider-handle {
  height: 2rem;
}
.facet-label {
  padding: 5px;
}
.facet-label a {
  font-size: 12px !important;
}
#search_filters .text-uppercase {
  padding: 8px 0 8px 15px;
  background: #ededed;
  text-transform: none !important;
  font-weight: 600;
}
#search_filters .faceted-slider {
  padding-right: 12px;
}
#search_filters .facet ul:not(.faceted-slider) {
  max-height: 270px;
  overflow-y: scroll;
}
.blockcart .product_count .cart-products-count:before {
  content: "\e8cb";
  font-family: "Material Icons";
  display: inline-block;
  font-size: 30px;
  line-height: 23px;
  padding-right: 15px;
  position: absolute;
  top: 8px;
  left: 10px;
}
#header .header-nav .blockcart {
  height: auto;
  padding: 0;
}
#header .header-nav .cart-preview.active {
  background: none;
}
#header .header-nav #menu-icon {
  margin: 0;
}

.top_seller_slider {
  max-width: 100%;
  overflow: hidden;
}
.access_dropdown {
  display: inline-flex;
}
.access_dropdown .dropdown-toggle {
  font-size: 12px;
  line-height: 1.25rem;
}
.access_dropdown .dropdown-toggle::after {
  display: none;
}
.access_dropdown .dropdown-menu h6,
.access_dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
}
.access_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 0.5rem 1.5rem;
}
#my-account h2 {
  background-color: var(--grey-bg);
  padding: 5px 5px 5px 5px;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-bottom: 15px;
}
#my-account .h3.product-title a,
#my-account a.read_reviews {
  color: #000 !important;
  padding: 0 !important;
  text-transform: none !important;
  margin-bottom: 15px !important;
  font-weight: normal !important;
}
#my-account a.read_reviews {
  margin-bottom: 0 !important;
}
#my-account .list_reviews {
  margin-bottom: 15px !important;
}
#my-account .more_info_btn a.btn {
  color: #000 !important;
  padding: 0.5rem 1rem !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 14px !important;
}
#my-account .product-variants .attribute {
  display: none;
}
#my-account .add-to-cart {
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.swiper {
  width: 100%;
  height: 100%;
}
#subcategories .swiper-horizontal > #subcategories .swiper-pagination-bullets,
#subcategories .swiper-pagination-bullets.swiper-pagination-horizontal,
#subcategories .swiper-pagination-custom,
#subcategories .swiper-pagination-fraction {
  bottom: 0px !important;
}
#subcategories {
  height: 250px;
}
.viewedSwiper {
  height: 575px;
}

/* media queries */
@media only screen and (max-width: 801px) {
  #subcategories .subcategory-image {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .products-sort-order .select-title {
    width: 100%;
  }
  #header .header-nav {
    background-color: #fff;
    border-bottom: none;
  }
  #wrapper {
    display: block !important;
  }
  #footer {
    display: block;
  }
  /*
	.logo {
		margin-left: 10px;
	}
*/
  .mobile_right_menu {
    margin-top: 10px;
  }
  /*
	.material-icons.person, .material-icons.shopping_cart {
		margin-left: 12px;
	}
*/
  #header .header-top {
    background-color: var(--grey-bg);
    padding: 10px 10px !important;
  }
  /*
	.featured-products .products-section-title {
		margin: 0px 10px 8px 10px;
	}
*/
  /*
	#index .js-product {
		padding: 0;
	}
*/
  .carousel .carousel-control .icon-next i,
  .carousel .carousel-control .icon-prev i {
    font-size: 4rem;
    background: none;
  }
  .carousel-indicators {
    display: none !important;
  }
  .carousel .carousel-item {
    height: 414px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  /*
	li:nth-child(1) {
		background-position: 12% 50% !important;
	}
	li:nth-child(2) {
		background-position: 40% 60% !important;
	}
	li:nth-child(3) {
		background-position: 40% 50% !important;
	}
	li:nth-child(4) {
		background-position: 40% 50% !important;
	}
	li:nth-child(5) {
		background-position: 60% 50% !important;
	}
	li:nth-child(6) {
		background-position: 45% 50% !important;
	}
*/
  .carousel {
    margin-bottom: 0;
  }
  #wrapper .container {
    padding: 0px 15px !important;
  }
  .footer-container {
    padding-top: 7.5px;
  }
  .footer-container .material-icons.add {
    color: #fff;
  }
  .copyright {
    padding: 7.5px;
  }
  #js-product-list-header {
    height: auto;
  }
  #category .js-product {
    padding: 5px;
  }
  .product-price {
    max-width: fit-content;
  }
  .product-line-grid-right .product-price {
    line-height: normal;
  }
  .product-line-grid-right .row {
    align-items: last baseline;
  }
  #reviews_footer_module {
    background-color: var(--brown-bg);
  }
  .featured-products .product-miniature .product-title-mobile,
  #category .product-miniature .product-title {
    height: 36px;
  }
  .featured-products .product-miniature .thumbnail-container,
  #category .product-miniature .thumbnail-container {
    padding: 0;
  }
  .featured-products .product-miniature,
  #category .product-miniature {
    border: none;
    box-shadow: none;
  }
  .featured-products .stock_message,
  #category .stock_message {
    display: none;
  }
  .featured-products .add-to-cart,
  #category .add-to-cart {
    margin-top: 15px;
  }
  .combinations {
    margin-top: 10px;
  }
  .combinations a {
    color: #7a7a7a !important;
    text-decoration: underline;
    margin-bottom: 1rem;
  }
}
#wrapper .breadcrumb li {
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  #category .js-product.list {
    width: 100%;
  }
  .logo {
    height: 45px;
    width: auto;
  }
}

.page-content.page-cms ul {
  font-size: 12px;
  color: #000;
}
.page-content.page-cms ul li {
  margin: 0 0 3px 20px;
}

#toggle_filters {
  padding: 3px 20px;
}
.center_col_filter {
  margin: 0 0 13px;
}
.view_filter_products {
  width: 100%;
  background-color: var(--primary);
  color: #fff;
}
#left-column {
  -webkit-transtition:
    left 0.3s ease-in-out,
    right 0.3s ease-in-out;
  transition:
    left 0.3s ease-in-out,
    right 0.3s ease-in-out;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #product .nav-tabs .nav-item {
    width: auto;
  }
  #category #left-column #search_filters .facet .facet-title {
    text-transform: none;
  }
  .showing {
    width: 100%;
  }
  #category #left-column #search_filters {
    margin-bottom: 15px;
  }
  #left-column {
    position: fixed;
    overflow: scroll;
    left: -770px;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
  }

  #left-column.in {
    position: fixed;
    left: 0;
  }

  #header .header-top {
    margin-bottom: 10px;
  }
  #index #header .header-top {
    margin-bottom: 0px !important;
  }
  #header .header-nav {
    padding: 6px 0;
    height: auto;
    max-height: none;
  }
  .logo {
    height: 50px !important;
    width: auto !important;
    max-height: none !important;
  }
  .header-nav a {
    color: var(--brown-bg) !important;
  }
  header .header-nav .mobile a i {
    font-size: 30px;
    color: var(--brown-bg);
  }
  header .header-nav .mobile.text-end a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #product .product-container .col-md-8 {
    width: 100%;
  }
  /*
	.links, .footer-container {
		background-color: #fff;
	}
*/
  /*
	#footer .links {
		border-top: 1px solid #ddd;
    	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
*/
  .links .title {
    border-bottom: none !important;
  }
  .links .title i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
  }
  /*
	.footer-container .links ul {
		background-color: #fff;
	}
*/
  .footer-container .links ul li a {
    margin-left: 20px;
  }
  .footer-container .links ul > li {
    border-bottom: none;
  }
  .copyright {
    background-color: var(--brown-bg);
  }
  .footer-container .links ul {
    background-color: var(--brown-bg);
  }
  .footer-container .container {
    padding: 0;
  }
  #checkout #menu-icon,
  #checkout .header-top {
    display: none;
  }
  #checkout .continue {
    width: 150px;
  }
  .card-block {
    padding: 0;
  }

  /*
	#header .header-nav .cart-preview.active {
		background-color: #fff;
	}
	#header .blockcart .header > a:first-child::after {
		display: none;
	}
	.blockcart .header > a:first-child {
		border: none;
		padding: 0;
	}
	.blockcart {
		position: inherit;
		width: 90%;
	}
	#header .blockcart .header > a:first-child::before {
		padding-right: 0;
		font-size: 30px;
		color: var(--brown-bg);
	}
	.blockcart .header a {
		width: 82px;
	}
*/
  .blockcart_mobile {
    width: auto;
    float: none;
    background-color: #fff !important;
    height: auto !important;
    padding: 0 !important;
  }
  #_mobile_cart {
    padding-left: 0;
    /*		padding-right: 20px;*/
  }
  .header-nav a {
    padding: 0;
  }
  .icons_wrapper a,
  #_mobile_cart {
    padding: 0 10px;
  }
  .blockcart {
    float: none;
    margin: 0 !important;
  }
  .basket_icon {
    color: var(--brown-bg) !important;
    display: inline !important;
  }
  .cart-products-count.hidden-md-up {
    position: absolute;
    top: -8px;
    right: 80%;
    background: var(--primary);
    line-height: 18px;
    padding: 3px;
    border-radius: 4px;
    font-size: 10px !important;
    color: #fff;
  }
  #category .pagination div {
    display: flex;
    justify-content: center;
  }
  .top_seller_slider .slick-slide {
    padding: 0;
  }
  .shop4 #header .logo {
    max-width: inherit !important;
  }
}

@media (max-width: 991px) {
  .carousel {
    background-color: transparent;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: right !important;
  }
  #checkout #mobile_top_menu_wrapper_custom {
    display: none;
  }
}
@media only screen and (max-width: 476px) {
  body#checkout section.checkout-step .address-item {
    flex: 0 0 100%;
  }
  body#checkout section.checkout-step .address-item {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) {
  .hidden-md-up {
    display: none;
  }
}

@media print {
  #header,
  .btn_group,
  #footer,
  nav,
  ._mobile_cart,
  .blockcart.cart-preview {
    display: none !important;
  }
}
.slider_container {
  overflow: hidden !important;
}
.product-quantity .list_reviews,
.add_to_cart_area .list_reviews {
  display: none;
}
.list_reviews {
  margin-bottom: 15px;
}
#prevSlide,
#nextSlide {
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0 7px 0 14px;
  float: right;
  color: var(--primary);
}
#prevSlide,
#nextSlide {
  top: 0;
}
#prevSlide {
  padding: 0 6px 0 15px;
}
#nextSlide {
  right: 11px;
}
#prevSlide:active,
#nextSlide:active {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Reduce shadow for depth transform: translateY(2px); /* Push down slightly */
  background: #e0e0e0; /* Darken slightly for realism */
}
/* Simulates button being fully pressed */
/* #prevSlide:active, #nextSlide:active{box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5); Inner shadow effect transform: translateY(4px); Push further down} */

.custom_variants,
.add,
.product-variants,
.product-add-to-cart {
  transition: opacity 0.3s ease;
}
#ps_checkout-card-fields-name > div,
#ps_checkout-card-fields-number > div,
#ps_checkout-card-fields-expiry > div,
#ps_checkout-card-fields-cvv > div {
  max-height: 60px;
}
