:root {
  --white-white-100: #ffffff;
  --black-black-500: #222222;
  --black-black-900: #000000;
  --red-red-900: #BD0107;
  --red-red-500: #E30C13;
  --white-white-900: #cccccc;
  --white-white-300: #f2f2f2;
  --black-black-100: #4d4d4d;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: var(--black-black-500);
  overflow-x: hidden;
}

#header .top-menu a[data-depth="0"]:hover,
a:hover {
  color: #2B809D;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4 {
  color: #000;
  text-transform: none;
}

a {
  color: #000;
}

a:focus,
a:hover {
  color: #145D76;
  text-decoration: none;
  outline: none;
}

.page-content.page-cms ul,
p {
  color: #222;
  font-size: 16px;
}

.custom-checkbox a {
  font-weight: 700;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #fff !important;
  color: #4d4d4d !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #4d4d4d !important;
}
input[readonly],
textarea[readonly] {
    background-color: #F2F2F2;
    color: #4D4D4D;
    cursor: not-allowed;
    border-color: #ccc;
}
.custom-checkbox input[type=checkbox] {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 0;
}
.btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 20px;
  border:1px solid #222;
  color:#222;
}

.btn-primary {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-radius: 30px;
  background: var(--red-red-500);
  padding: 10px 25px;
  line-height: 20px;
  color:#fff;
  border:0px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #BD0107;
  color: #fff;
}

.btn-secondary {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-radius: 30px;
  background: #000;
  padding: 10px 25px;
  line-height: 20px;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #222;
  color: #fff;
}

.btn-border {
  color: #222;
  border: 1px solid #222;
  border-radius: 30px;
}

.btn-border:hover,
.btn-border:focus {
  background: #222;
  color: #fff;
}

.btn-dark {
  color: #fff;
  background: #000;
  border-radius: 30px;
  border:0px;
}

.btn-dark:hover,
.btn-dark:focus {
  background: #BD0107;
  color: #fff;
}

.btn-none {
  color: #000;
  border: 0px;
  padding: 0px;
}

.btn-none:hover,
.btn-none:focus {
  color: #E30C13;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-dark:focus,
.btn-dark:hover,
.btn-border:focus,
.btn-border:hover,
button:focus {
  outline: none;
}
.btn.disabled, .btn.disabled:hover {
	background:#000;
	opacity:0.4;
}
.input-group.focus {
  outline: none;
}

@media (min-width: 576px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1240px;
    max-width: 100%;
  }
}

@media (min-width: 1480px) {
  .container {
    width: 1440px;
    max-width: 100%;
  }
}

#index .page-footer {
  display: none;
}

@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #wrapper > .container,
  #wrapper > .container-fluid  {
		padding-left: 20px;
		padding-right: 20px;
  }
  .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: 15px;
    padding-right: 15px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .container .container {
   /* padding-left: 0px;
    padding-right: 0px;*/
  }

  .page-my-account #wrapper>.container>.row,
  .page-my-account #main>.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.justify-content-center {
	justify-content:center;
}
.align-items-center {
  align-items: center;
  display: flex;
}
.bg-grey {
	background:#f2f2f2;
}
.bg-dark {
	background:#222;
}
.bg-black {
	background:#000;
}
.mt-x1 {
	margin-top:-10px;
}
.mt-1 {
	margin-top:10px;
}
.mt-2 {
	margin-top:20px;
}
.mt-3 {
	margin-top:30px;
}
.mt-4 {
	margin-top:40px;
}
.mt-5 {
	margin-top:50px;
}
.mt-6 {
	margin-top:60px;
}
.mt-7 {
	margin-top:70px;
}
.mt-8 {
	margin-top:80px;
}
.mt-9 {
	margin-top:90px;
}
.mt-10 {
	margin-top:100px;
}
.mb-1 {
	margin-bottom:10px;
}
.mb-2 {
	margin-bottom:20px;
}
.mb-3 {
	margin-bottom:30px;
}
.mb-4 {
	margin-bottom:40px;
}
.mb-5 {
	margin-bottom:50px;
}
.mb-6 {
	margin-bottom:60px;
}
.mb-7 {
	margin-bottom:70px;
}
.mb-8 {
	margin-bottom:80px;
}
.mb-9 {
	margin-bottom:90px;
}
.mb-10 {
	margin-bottom:100px;
}
.mb-12 {
	margin-bottom:12px;
	display:flex;
}
.mb-24 {
	margin-bottom:24px;
}
#wrapper {
  background: #fff;
  padding-top: 0px;
}

#header {
  background: var(--white-white-100);
  box-shadow: none;
}

#header .col-auto {
  padding-left: 15px;
  padding-right: 15px;
}

.header-block-txt {
  display: none;
}

@media (max-width: 991px) {
  #header .col-auto {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  
  /*.header-block-txt {
    display: block;
  }*/
}
#header .header-top {
  padding: 12px 0px;
  background: #fff;
  border-bottom: 0px;
}

#_desktop_logo {
  margin-right: 48px;
}
#header .logo {
	max-width:200px;
}
/* HEADER CENTER */
.header-center {
    display:flex;
    justify-content:center;
	flex:1;
}

.header-center #search_widget {
    width:100%;
    max-width:560px;
}
.header-top .search-widgets form button[type=submit] {
	position: absolute;
    top: 8px;
    right: 0px;
    transform: none;
    background: transparent;
    border: 0px;
    padding: 0px;
    height: 24px;
}

#header .header-top .header-right {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items:center;
  /*gap: 24px;*/
}

.header-block>div {
  line-height: 1;
}
#_desktop_wishlist {
	border-left:1px solid #ccc;
}
.pl-16 {
	padding-left:16px;
}
.pr-16 {
	padding-right:16px;
}
.pl-24 {
	padding-left:24px;
}
.pr-24 {
	padding-right:24px;
}
#header .header-nav {
	background:#f2f2f2;
	border:0px;
	max-height:52px;
}
body#checkout #header .header-nav {
	padding:0px;
}
#main .page-content, #main .page-footer, #main .page-header {
	margin-bottom:0px;
}
.menu-categories {
	background:#141414;
	width: calc(25% - 22px);
	margin-right:30px!important;
}
.jms-megamenu .nav > li.menu-categories > a {
	color:#fff!important;
}
.icon-menu {
	width:26px;
	height:22px;
	background: url('icon-menu.svg') no-repeat center;
	display:inline-block;
}
.icon-akcesoria {
    width: 35px;
	height: 30px;
    background: url(icon-akcesoria.svg) no-repeat center;
    display: inline-block;
}
.icon-biurka {
	width: 35px;
	height: 30px;
    background: url(icon-biurka.svg) no-repeat center;
    display: inline-block;
}

.icon-krzesla-obrotowe {
	width: 35px;
	height: 30px;
    background: url(icon-krzesla-obrotowe.svg) no-repeat center;
    display: inline-block;
}
.icon-wypoczynkowe {
	width: 35px;
	height: 30px;
    background: url(icon-wypoczynkowe.svg) no-repeat center;
    display: inline-block;
}
.icon-hokery {
	width: 35px;
	height: 30px;
    background: url(icon-hokery.svg) no-repeat center;
    display: inline-block;
}
.icon-komody {
	width: 35px;
	height: 30px;
    background: url(icon-komody.svg) no-repeat center;
    display: inline-block;
}
.icon-kresla {
	width: 35px;
	height: 30px;
    background: url(icon-kresla.svg) no-repeat center;
    display: inline-block;
}
.icon-lawy {
	width: 35px;
	height: 30px;
    background: url(icon-lawy.svg) no-repeat center;
    display: inline-block;
}
.icon-lozka {
	width: 35px;
	height: 30px;
    background: url(icon-lozka.svg) no-repeat center;
    display: inline-block;
}
.icon-materace {
	width: 35px;
	height: 30px;
    background: url(icon-materace.svg) no-repeat center;
    display: inline-block;
}
.icon-reklamowe {
	width: 35px;
	height: 30px;
    background: url(icon-reklamowe.svg) no-repeat center;
    display: inline-block;
}
.icon-pufy-taborety {
	width: 35px;
	height: 30px;
    background: url(icon-pufy-taborety.svg) no-repeat center;
    display: inline-block;
}
.icon-regaly {
	width: 35px;
	height: 30px;
    background: url(icon-regaly.svg) no-repeat center;
    display: inline-block;
}
.icon-stoly {
	width: 35px;
	height: 30px;
    background: url(icon-stoly.svg) no-repeat center;
    display: inline-block;
}
.icon-szafki {
	width: 35px;
	height: 30px;
    background: url(icon-szafki.svg) no-repeat center;
    display: inline-block;
}
.icon-toalety-konsole {
	width: 35px;
	height: 30px;
    background: url(icon-toalety-konsole.svg) no-repeat center;
    display: inline-block;
}
.icon-wieszaki {
	width: 35px;
	height: 30px;
    background: url(icon-wieszaki.svg) no-repeat center;
    display: inline-block;
}
#_mobile_menu_icon .toogle-menu {
  position: relative;
  z-index: 100;
}
.goog-te-gadget-simple {
	font-family: "Jost", sans-serif!important;
	font-size:12px!important;
	color:#222!important;
	text-transform:uppercase!important;
	font-weight:400;
}
/*** HEADER STICKY ***/
.is-sticky {
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
  z-index: 99;
  -webkit-animation: mySticky 0.3s ease-out forwards;
  -moz-animation: mySticky 0.3s ease-out forwards;
  animation: mySticky 0.3s ease-out forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transition: transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;  
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10)!important;
}

/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*Standard syntax */
@-moz-keyframes mySticky {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*Standard syntax*/
@keyframes mySticky {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-block .blockcart {
  position: relative;
}

.header-block .cart-products-count {
  color: var(--white-white-100);
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  display: flex;
  width: 14px;
  height: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #E30C13;
  position: absolute;
  top: 0px;
  right: -2px;
}
.header-right .header-block {
	display:flex;
}
.header-right .header-block > a {
	display:inline-flex;
}
#header .header-bottom {
	background:#f2f2f2;
	padding:8px 0px;
}
@media(max-width:991px) {
  #header .logo {
    max-width: 150px;
  }
  #_desktop_logo {
	  margin-right:0px;
  }
	#header .header-top {
		padding:8px 0px;
	}
	#header .header-top .header-center {
		display:none;
	}
	#_desktop_currency_selector {
		padding-right:0px;
	}
  #header .header-top .position-static {
    width: auto;
    gap: 16px;
  }
  #header .header-bottom>.container>.row:first-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
  #header .header-bottom .header-right {
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
		gap: 24px;
	}
	#header .header-bottom .header-block {
		display:flex;
		height:40px;
		align-items:center;
	}
	.homeslider_nav.prev {
		top: 50%;
		left: 10px;
	}
	.homeslider_nav.next {
		right:10px;
	}
}
@media(max-width:380px) {
  #header .logo {
    max-width: 110px;
  }
} 
.expand-more {
	font-size:12px;
	color:#222;
	text-transform:uppercase;
	font-weight: 400;
	line-height: 16px;
}
/*** SEARCH WIDGET ***/
#search-popup {
  position: fixed !important;
  top: 0;  
  left: 0;
  width: 100vw;
  height: 100%;  
  background: #fff;
  z-index: 99999;
  display: none;
  flex-direction:column;
}
#search-popup .menu-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    height: 55px;
    background: #f2f2f2;
    display: flex;
    padding: 10px 10px 10px 20px;
    align-items: center;
    text-transform: uppercase;
	margin-bottom:10px;
}
#search-popup .popup-close {
    padding: 10px;
    margin-left: auto;
	width: 36px;
	height: 48px;
	cursor: pointer;
}
#search-popup.collapse.in {
  display: flex;
}

#search-popup form {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
}

#search-popup input {
	width: calc(100% - 40px);
    padding: 8px 0px 8px 0px;
    outline: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}
#search-popup form {
    position: relative;
    overflow: hidden;
}
#search-popup form button[type=submit] {
    position: absolute;
    top: 8px;
    right: 20px;
    transform: none;
    background: transparent;
    border: 0px;
    padding: 0px;
    height: 24px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  /* ẩn mặc định */
  z-index: 9998;
}

#search-popup.collapse.in+.popup-overlay {
  display: block;
}

/*** SLIDER WIDGET ***/
.featured-slider-section .featured-products {
    border: 1px solid #ccc;
	margin-top:36px;
	padding:10px;
}
#home-slider-carousel {
  margin-bottom: 0px;
  margin-top: 36px;
}

#home-slider-carousel .carousel-inner {
  height: auto;
  margin:0px;
}

#home-slider-carousel .carousel-item .carousel-item-div {
  display: flex;
  height: 560px;
  align-items: center;
}

#home-slider-carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin-left: auto;
}

#home-slider-carousel .carousel-item figure {
  max-width: 730px;
}

#home-slider-carousel .carousel-item figure .caption {
	max-width: 100%;
    width: 100%;
    padding: 48px;
    position: absolute;
    inset: 74px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#home-slider-carousel .carousel-item figure .caption .caption-description{ 
	max-width:762px;
}
.caption-description>p>span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.caption-description>h3 {
  color: #fff;
  font-size: 50px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.10);
  text-transform:uppercase;
}

.caption-description>p {
  color: #E6E6E6 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 5px;
}

#home-slider-carousel .carousel-item figure .caption .btn {
  margin-top: 20px;
  padding-top:15px;
  padding-bottom:15px;
}

#home-slider-carousel .carousel-control .icon-prev,
#home-slider-carousel .carousel-control .icon-next {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--white-white-100, #FFF);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

#home-slider-carousel .carousel-control .icon-prev {
  left: 55px;
}

#home-slider-carousel .carousel-control .icon-next {
  right: 55px;
}
.homeslider_tabs, 
 .carousel .carousel-indicators {
     display: flex; 
	 justify-content:center;
	 gap:10px;
	 position:absolute;
	 bottom:55px;
	 width: 100%;
    z-index: 10;
}
.homeslider_tabs li,
.carousel-indicators li {
	width:30px;
	height:3px;
	background-color:#fff;
	border:0px;
	opacity:0.5;	
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	margin:0px;
	border-radius:0px;
	font-size:0px;
}
.homeslider_tabs .homeslider_here,
.carousel-indicators .active {
	width:30px;
	height:3px;
    background-color: #E30C13;
	opacity:1;
}
.carousel .carousel-control .icon-next::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17.9533 5.49594C17.9533 5.49594 17.9767 5.41812 17.9844 5.37921C17.9844 5.3403 18 5.30917 18 5.27026C18 5.25469 18 5.24691 18 5.23135C18 5.21578 18 5.208 18 5.19244C18 5.15353 17.9922 5.1224 17.9844 5.08349C17.9844 5.04458 17.9689 5.00567 17.9533 4.96676C17.9455 4.94341 17.9377 4.92006 17.93 4.89672C17.9144 4.86559 17.8911 4.83446 17.8677 4.80333C17.8521 4.77999 17.8444 4.75664 17.8288 4.73329L14.1556 0.281933C13.8833 -0.0449154 13.393 -0.09939 13.0584 0.180766C12.7237 0.453139 12.677 0.943412 12.9572 1.27804L15.5798 4.46092L0.778211 4.46092C0.350195 4.46092 8.41203e-07 4.81112 9.16039e-07 5.23913C9.90876e-07 5.66715 0.350196 6.01734 0.778211 6.01734L15.5798 6.01734L12.9572 9.20022C12.6848 9.53485 12.7315 10.0251 13.0584 10.2975C13.2062 10.4142 13.3774 10.4765 13.5564 10.4765C13.7821 10.4765 14 10.3831 14.1556 10.1963L17.8366 5.73718C17.8366 5.73718 17.8599 5.69049 17.8755 5.66715C17.8988 5.63602 17.9222 5.60489 17.9377 5.57376C17.9455 5.55041 17.9533 5.52707 17.9611 5.50372L17.9533 5.49594Z' fill='%23222222'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.carousel .carousel-control .icon-prev::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M0.0466914 4.98056C0.0466914 4.98056 0.0233436 5.05838 0.0155616 5.09729C0.0155616 5.1362 -4.64143e-07 5.16733 -4.60741e-07 5.20624C-4.5938e-07 5.22181 -4.587e-07 5.22959 -4.57339e-07 5.24515C-4.55979e-07 5.26072 -4.55298e-07 5.2685 -4.53938e-07 5.28406C-4.50536e-07 5.32297 0.00777963 5.3541 0.0155616 5.39301C0.0155616 5.43192 0.0311275 5.47083 0.0466915 5.50974C0.0544734 5.53309 0.0622554 5.55644 0.0700374 5.57978C0.0856014 5.61091 0.108949 5.64204 0.132295 5.67317C0.147859 5.69651 0.155641 5.71986 0.171205 5.74321L3.84436 10.1946C4.11673 10.5214 4.607 10.5759 4.94163 10.2957C5.27626 10.0234 5.32296 9.53309 5.0428 9.19846L2.42023 6.01558L17.2218 6.01558C17.6498 6.01558 18 5.66538 18 5.23737C18 4.80935 17.6498 4.45916 17.2218 4.45916L2.42023 4.45916L5.0428 1.27628C5.31517 0.94165 5.26848 0.451377 4.94163 0.179004C4.79377 0.0622723 4.62257 1.45209e-05 4.44358 1.45366e-05C4.2179 1.45563e-05 4 0.0934003 3.84436 0.280171L0.163423 4.73932C0.163423 4.73932 0.140077 4.78601 0.124513 4.80935C0.101167 4.84048 0.0778193 4.87161 0.0622554 4.90274C0.0544734 4.92609 0.0466914 4.94943 0.0389094 4.97278L0.0466914 4.98056Z' fill='%23222222'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.carousel .carousel-control .icon-prev i,
.carousel .carousel-control .icon-next i {
  display: none;
}

.carousel .carousel-item .caption .caption-description h3 {
  color: #fff;
}

@media(max-width:991px) {
  .featured-slider-section .featured-products {
	  margin-top:40px;
  }
  #home-slider-carousel {
    background: transparent;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
	.featured-slider-section > .container > .row {
		display: flex;
		flex-direction: column;
		margin-left:-20px;
		margin-right:-20px;
	}
	.featured-slider-section > .container > .row > .left-col {
		order:1;
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
  #home-slider-carousel .carousel-indicators {
    display: none;
  }

  #home-slider-carousel .direction {
    top: 30%;
  }

  #home-slider-carousel .carousel-control {
    left: 11px;
  }

  #home-slider-carousel .carousel-control.right {
    right: 11px;
    left: auto;
  }

  #home-slider-carousel .carousel-item .carousel-item-div {
    display: flex;
    height: auto;
    align-items: center;
    flex-direction: column;
  }

  #home-slider-carousel .carousel-item figure {
    max-width: 100%;
    order: 1;
    padding: 0px;
    margin-top: -60px;
  }

  #home-slider-carousel .carousel-inner {
    overflow: visible;
  }

  #home-slider-carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: 375px;
    margin-left: auto;
  }
  
	.homeslider_tabs, .carousel .carousel-indicators {
		display:none;
	}
  .caption-description>p>span {
    font-size: 16px;
  }

  .carousel .carousel-item .caption .caption-description h3 {
    font-size: 24px !important;
    line-height: 30px;
	margin:0px;
  }

  .caption-description h3+p {
    display: none;
  }
  #home-slider-carousel .carousel-item figure .caption .btn {
	  margin-top:12px;
	}

  #home-slider-carousel .carousel-item figure .caption::before {
    content: none;
  }
}

/*** block-reassurance ***/
#block-reassurance {
	margin-top:30px;
}
#block-reassurance .container {	
}
#block-reassurance .container .row {
	background:#F2F2F2;
	margin-left:0px;
	margin-right:0px;
	padding:24px;
} 
#block-reassurance .container .row > div {
	padding-left:6px;
	padding-right:6px;
}
.block-reassurance-item {
	display:flex;
	gap:16px;
	align-items:center;
}
.reassurance-icon {
	display: flex;
	width: 70px;
	height: 70px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 40px;
	background: #FFF;
}
#block-reassurance img {
	width:auto;
	height:auto;
	margin:0px;
}
.reassurance-text {
	color:#222;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.reassurance-text h4 {
	color: #000;
	font-size: 20px;	
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase; 
	margin:0px;
}	
.special-products {
	padding-top:100px;
	padding-bottom:70px;
}
@media(max-width:991px) {
	#block-reassurance {
		margin-top:45px;
	}
	#block-reassurance .container .row > div {
		padding-left:0px;
		padding-right:0px;
		margin-bottom:12px;
	}
	#block-reassurance .container .row > div:last-child {
		margin-bottom:0px;
	}
	.reassurance-text h4 {
		font-size:16px;
		line-height: 20px;
	}
	.reassurance-text {
		line-height: 20px;
	}
}
/*** CATEGORY BANNER ***/
.categories-banner-wrap {
  padding: 0px 48px;
}

.categories-banner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.category-box {
  position: relative;
}

.categories-banner .slick-slide {
  padding-bottom: 0px;
}

.ets_baw_display_banner.displaycartgridbodybefore1,
.ets_baw_display_banner {
  margin-bottom: 0px;
}

.category-box span {
  color: var(--white-white-100);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 113.333% */
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  left: 0px;
  right: 0px;
}

.home-container .featured-products {
  margin-top: 80px;
  margin-bottom: 85px;
}

#products .products-section-title,
.block-products .products-section-title,
.product-accessories .products-section-title {
  text-align: left;
  text-transform: uppercase !important;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.featured-slider-section.block-products .products-section-title {
	margin-top:8px;
	margin-bottom:12px;
}

.block-products .h4.products-section-title {
  font-size: 20px;
  line-height: 24px;
}

.slick-next,
.slick-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white-white-300);
  justify-content: center;
  align-items: center;
  display: flex;
  border: 0px;
  position: absolute;
  top: -43px;
  cursor: pointer;
}

.bg-grey .slick-next,
.bg-grey .slick-prev {
	 background: #fff;
}
.slick-prev {
  right: 50px;
}

.slick-next {
  right: 0px;
}

.slick-next::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17.9533 5.49594C17.9533 5.49594 17.9767 5.41812 17.9844 5.37921C17.9844 5.3403 18 5.30917 18 5.27026C18 5.25469 18 5.24691 18 5.23135C18 5.21578 18 5.208 18 5.19244C18 5.15353 17.9922 5.1224 17.9844 5.08349C17.9844 5.04458 17.9689 5.00567 17.9533 4.96676C17.9455 4.94341 17.9377 4.92006 17.93 4.89672C17.9144 4.86559 17.8911 4.83446 17.8677 4.80333C17.8521 4.77999 17.8444 4.75664 17.8288 4.73329L14.1556 0.281933C13.8833 -0.0449154 13.393 -0.09939 13.0584 0.180766C12.7237 0.453139 12.677 0.943412 12.9572 1.27804L15.5798 4.46092L0.778211 4.46092C0.350195 4.46092 8.41203e-07 4.81112 9.16039e-07 5.23913C9.90876e-07 5.66715 0.350196 6.01734 0.778211 6.01734L15.5798 6.01734L12.9572 9.20022C12.6848 9.53485 12.7315 10.0251 13.0584 10.2975C13.2062 10.4142 13.3774 10.4765 13.5564 10.4765C13.7821 10.4765 14 10.3831 14.1556 10.1963L17.8366 5.73718C17.8366 5.73718 17.8599 5.69049 17.8755 5.66715C17.8988 5.63602 17.9222 5.60489 17.9377 5.57376C17.9455 5.55041 17.9533 5.52707 17.9611 5.50372L17.9533 5.49594Z' fill='%23222222'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.slick-prev::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 11px;  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M0.0466914 4.98056C0.0466914 4.98056 0.0233436 5.05838 0.0155616 5.09729C0.0155616 5.1362 -4.64143e-07 5.16733 -4.60741e-07 5.20624C-4.5938e-07 5.22181 -4.587e-07 5.22959 -4.57339e-07 5.24515C-4.55979e-07 5.26072 -4.55298e-07 5.2685 -4.53938e-07 5.28406C-4.50536e-07 5.32297 0.00777963 5.3541 0.0155616 5.39301C0.0155616 5.43192 0.0311275 5.47083 0.0466915 5.50974C0.0544734 5.53309 0.0622554 5.55644 0.0700374 5.57978C0.0856014 5.61091 0.108949 5.64204 0.132295 5.67317C0.147859 5.69651 0.155641 5.71986 0.171205 5.74321L3.84436 10.1946C4.11673 10.5214 4.607 10.5759 4.94163 10.2957C5.27626 10.0234 5.32296 9.53309 5.0428 9.19846L2.42023 6.01558L17.2218 6.01558C17.6498 6.01558 18 5.66538 18 5.23737C18 4.80935 17.6498 4.45916 17.2218 4.45916L2.42023 4.45916L5.0428 1.27628C5.31517 0.94165 5.26848 0.451377 4.94163 0.179004C4.79377 0.0622723 4.62257 1.45209e-05 4.44358 1.45366e-05C4.2179 1.45563e-05 4 0.0934003 3.84436 0.280171L0.163423 4.73932C0.163423 4.73932 0.140077 4.78601 0.124513 4.80935C0.101167 4.84048 0.0778193 4.87161 0.0622554 4.90274C0.0544734 4.92609 0.0466914 4.94943 0.0389094 4.97278L0.0466914 4.98056Z' fill='%23222222'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.slick-next:hover,
.slick-prev:hover {
	background: #000;
}

.slick-prev:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M0.0466914 4.98056C0.0466914 4.98056 0.0233436 5.05838 0.0155616 5.09729C0.0155616 5.1362 -4.64143e-07 5.16733 -4.60741e-07 5.20624C-4.5938e-07 5.22181 -4.587e-07 5.22959 -4.57339e-07 5.24515C-4.55979e-07 5.26072 -4.55298e-07 5.2685 -4.53938e-07 5.28406C-4.50536e-07 5.32297 0.00777963 5.3541 0.0155616 5.39301C0.0155616 5.43192 0.0311275 5.47083 0.0466915 5.50974C0.0544734 5.53309 0.0622554 5.55644 0.0700374 5.57978C0.0856014 5.61091 0.108949 5.64204 0.132295 5.67317C0.147859 5.69651 0.155641 5.71986 0.171205 5.74321L3.84436 10.1946C4.11673 10.5214 4.607 10.5759 4.94163 10.2957C5.27626 10.0234 5.32296 9.53309 5.0428 9.19846L2.42023 6.01558L17.2218 6.01558C17.6498 6.01558 18 5.66538 18 5.23737C18 4.80935 17.6498 4.45916 17.2218 4.45916L2.42023 4.45916L5.0428 1.27628C5.31517 0.94165 5.26848 0.451377 4.94163 0.179004C4.79377 0.0622723 4.62257 1.45209e-05 4.44358 1.45366e-05C4.2179 1.45563e-05 4 0.0934003 3.84436 0.280171L0.163423 4.73932C0.163423 4.73932 0.140077 4.78601 0.124513 4.80935C0.101167 4.84048 0.0778193 4.87161 0.0622554 4.90274C0.0544734 4.92609 0.0466914 4.94943 0.0389094 4.97278L0.0466914 4.98056Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.slick-next:hover::before {
	width: 18px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17.9533 5.49594C17.9533 5.49594 17.9767 5.41812 17.9844 5.37921C17.9844 5.3403 18 5.30917 18 5.27026C18 5.25469 18 5.24691 18 5.23135C18 5.21578 18 5.208 18 5.19244C18 5.15353 17.9922 5.1224 17.9844 5.08349C17.9844 5.04458 17.9689 5.00567 17.9533 4.96676C17.9455 4.94341 17.9377 4.92006 17.93 4.89672C17.9144 4.86559 17.8911 4.83446 17.8677 4.80333C17.8521 4.77999 17.8444 4.75664 17.8288 4.73329L14.1556 0.281933C13.8833 -0.0449154 13.393 -0.09939 13.0584 0.180766C12.7237 0.453139 12.677 0.943412 12.9572 1.27804L15.5798 4.46092L0.778211 4.46092C0.350195 4.46092 8.41203e-07 4.81112 9.16039e-07 5.23913C9.90876e-07 5.66715 0.350196 6.01734 0.778211 6.01734L15.5798 6.01734L12.9572 9.20022C12.6848 9.53485 12.7315 10.0251 13.0584 10.2975C13.2062 10.4142 13.3774 10.4765 13.5564 10.4765C13.7821 10.4765 14 10.3831 14.1556 10.1963L17.8366 5.73718C17.8366 5.73718 17.8599 5.69049 17.8755 5.66715C17.8988 5.63602 17.9222 5.60489 17.9377 5.57376C17.9455 5.55041 17.9533 5.52707 17.9611 5.50372L17.9533 5.49594Z' fill='%23ffffff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}
.featured-products .slick-prev {
	left:-30px;
	top:calc(50% - 20px);
	z-index:1;
}
.featured-products .slick-next {
	right:-30px;
	top:calc(50% - 20px);
	z-index:1;
}
@media(max-width:991px) {
	.featured-products .slick-prev {
		left:-25px;
		top:calc(50% - 20px);
	}
	.featured-products .slick-next {
		right:-25px;
		top:calc(50% - 20px);
	}
	.new-products {
		margin-top:70px;
	}
	.special-products {
		padding-top:70px;
		padding-bottom:40px;
		margin-left:-5px;
		margin-right:-5px;
	}
}
@media(max-width:600px) {
  #products .products-section-title,
  .block-products .products-section-title,
  .product-accessories .products-section-title {
    
  }
  
}

/*** 2 BANNER ***/
.banner-section .ets_baw_display_banner  {
	position:relative;
}
.banner-section .ets_baw_display_banner  .content_after_image {
	position: absolute;
    display: flex;
    bottom: 32px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    left: 0px;
    right: 0px;
    text-align: center;
}
.banner-section .ets_baw_display_banner  .content_after_image h4 {
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.10);	
	font-size: 36px;
	font-weight: 600;
	line-height: 42px; 
	text-transform: uppercase;
	margin-bottom:16px;
}
.banner-section .ets_baw_display_banner  .content_after_image p {
	margin-bottom:0px;
}
#custom-text .btn,
.banner-section .btn {
	padding-top:15px;
	padding-bottom:15px;
}
@media(max-width:991px) {
	.banner-section {
		margin-left:-5px;
		margin-right:-5px;
	}
	.topseller-products {
		margin-top:70px;
	}
}
/*** BANNER - IMG ***/
#custom-text {
  padding: 0px;
  margin-bottom: 0px;
}
#custom-text img {
	width:100%;
}
.bottom-banner {
  display: flex;
  align-items: center;  
}

.bottom-banner-img {
  flex: 0 50%;
}

.bottom-banner-info {
  flex: 0 50%;
  padding: 0px 80px;
  text-align: left;
}

.bottom-banner-info>span {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.bottom-banner-info>h3 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
}

#custom-text p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  margin-bottom: 16px;
}

@media(max-width:991px) {
	#custom-text {
		margin-top:70px;
	}
  .bottom-banner {
    flex-direction: column;
  }

  .bottom-banner-img {
    flex: 0 100%;
  }

  .bottom-banner-info {
    flex: 0 100%;
    padding: 38px 0px 30px 0px;
    text-align: left;
  }
}

/*** FOOTER ***/
#footer {
  border-top: 1px solid #f2f2f2;
  padding-top: 0px;
  
  margin-top:100px;
}
body#checkout #footer {
	padding:0px;
}
#scrollTopBtn {
	display: flex;
	width: 44px;
	height: 44px;
	padding: 14px 6px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: #E30C13;
	border:0px;
	position:fixed;
	bottom:12px;
	right:20px;
	cursor:pointer;
}
#scrollTopBtn:hover,
#scrollTopBtn:active,
#scrollTopBtn:focus,
#scrollTopBtn:focus-within {
	background:#BD0107;
}
.footer-container {
  background: #000;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #D9D9D9;
}

#block_myaccount_infos .myaccount-title a,
.footer-container .h3 {
  color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px; /* 125% */
	text-transform: uppercase !important;
}

.block-contact .block-contact-title {
  color: var(--white-white-100);
  text-transform: unset !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}

.footer-container li {
  line-height: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color:#fff;
   flex-wrap: wrap;
}
.footer-container li span {
	color: #CCC;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	width:100%;
	margin-bottom:16px;
}
.footer-container li:last-child {
  margin-bottom: 0px;
}

.block-contact,
.footer-container li a {
	font-size: 14px;
	color: #D9D9D9;
	font-weight: 400;
	line-height: 24px;
}
.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
	color:#EA3F45;
}
@media(max-width:991px) {
  .block-contact {
    padding-left: 0px;
  }
  .footer-container { 
	padding-bottom: 0px;
  }
  .footer-copyright {
	  margin-bottom:5px;
  }
}

.contact-infos-icon {
  margin-right: 16px;
}

.footer-bottom {
  background: #000;
  color:#CCC;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
}
.footer-bottom .container {
	border-top: 1px solid #222;
	padding: 20px 0;
}
.footer-design {
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: right;
}

.footer-design a {
  display: inline-flex;
  margin-left: 7px;
}

.block-social {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  color: var(--white-white-100);
}

.block-social ul {
  margin: 0px;
}

.block-social ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

.block-social ul li:hover {
  background-color: transparent;
}

.block-social ul li a {
  border-radius: 20px;
  background: #222;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
}

.block-social ul li::before {
  content: none !important;
}

.facebook>a::before,
.youtube>a::before,
.instagram>a::before {}

.facebook.icon-gray:hover,
.facebook>a>i {
  background-image: url(facebook.svg);
  width: 8.667px;
	height: 16px;
	flex-shrink: 0;
	aspect-ratio: 13/24;
}

.youtube.icon-gray:hover,
.youtube>a>i {
  background-image: url(youtube.svg);
  width: 19px;
  height: 13.885px;
  flex-shrink: 0;
  aspect-ratio: 26/19;
}

.instagram.icon-gray:hover,
.instagram>a>i {
  background-image: url(instagram.svg);
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.footer-container .block-social {
  margin-top: 20px;
}

@media(max-width:991px) {
  #footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-bottom .container {
	  position:relative;
	  border-top:0px;
  }
	.footer-bottom .container:before {
		content:"";
		width:100%;
		border-top:1px solid #222;
		position:absolute;
		left:20px;
		width:calc(100% - 40px);
		right:20px;
		top:0px;
  }
  .footer-container .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block_newsletter>.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .block_newsletter-left>span {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .block_newsletter #block-newsletter-label {
    font-size: 24px;
    text-align: center;
  }

  .footer-design {
    justify-content: left;
  }

  .footer-container .col-md-3 {
    width: 50%;
    margin-bottom: 50px;
  }
  .footer-container .col-md-3:first-child,
  .footer-container .col-md-3:last-child  {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-container .col-md-3 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .block-contact {
    padding-left: 0px;
  }

  .footer-container .links ul {
    margin-bottom: 0;
    background-color: transparent;
  }

  .footer-container .links ul>li {
    padding: 0px;
    font-weight: 400;
    border-bottom: 0px;
  }

  .footer-container .links ul>li a {
    color: #d9d9d9;
  }

  .block-contact #contact-infos {
    padding: 0;
    padding-top: 0;
  }

  .block_newsletter {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}

.slick-slide {
  padding:10px 15px 0px 15px;
}
.featured-slider-section .featured-products .slick-slide {
  padding: 0px;
}
/*** PRICE ***/
.product-with-taxes,
.product-without-taxes {
  line-height: 18px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.product-with-taxes .price,
.product-without-taxes .price {
  font-weight: 700;  
  line-height: 18px;
  font-size: 14px;
}

.product-with-taxes .price {
  color: var(--red-red-500);
}

.product-without-taxes .price {
  color: var(--black-black-500);
}

.regular-price {
  position: relative;
}

.product-with-taxes .regular-price,
.product-without-taxes .regular-price {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.product-without-taxes .regular-price {
  font-size: 10px;
}

.regular-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #222;
  transform: rotate(-10deg);
  transform-origin: center;
}

.price-tax-label {
  color: var(--black-black-500, #222);
	font-size: 12px;	
	font-weight: 400;
	line-height: 16px;
}

/*** PRODUCT BOX ***/
.product-miniature {
  background: var(--white-white-100, #FFF);  
  box-shadow: 8px 4px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
}
.product-miniature:hover {
	box-shadow: 8px 4px 20px 0 rgba(0, 0, 0, 0.20);
}	
.featured-slider-section .product-miniature {
	box-shadow:none;
}
.product-miniature .thumbnail-container {
  margin-bottom: 0px;
  width:100%;
}
.featured-slider-section .product-miniature .thumbnail-container {
	padding-top:30px;
}
.product-miniature .thumbnail-top {
	padding:10px;
}
.product-miniature .thumbnail-container .product-thumbnail img {
	width:100%;
}
.product-miniature .highlighted-informations {
	display:none;
}
.product-miniature .product-description {
  padding: 10px 12px 0px 12px;
}

.product-miniature .product-title {
  text-align: left;
  margin-top: 0px;
  height: 36px;
  overflow: hidden;
}

.product-miniature .product-title a {
  color: var(--black-black-900);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  content: none;
}

.product-miniature .product-price-and-shipping {
  margin-bottom: 0px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 10px 0px;
  width:calc(100% - 48px);
}

.product-miniature .variant-links {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  top: auto;
  padding: 0px;
  min-height: auto;
}

.product-miniature .variant-links .color {
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
  top: auto;
}

.product-miniature__actions {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.product-miniature .add-to-cart {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	padding: 0px;
	justify-content: center;
	border-radius: 30px;
	background: var(--black-black-900, #000);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

.product-miniature .add-to-cart i {
  background: url(product-box-cart.svg) no-repeat center center;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.product-miniature .product-with-taxes,
.product-miniature .product-without-taxes {
  line-height: 18px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.product-miniature .price {
  color: var(--black-black-900, #000);
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.product-without-taxes .price {
  color: #000;
}

.product-miniature .regular-price {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

@media(max-width:991px) {
  .product-miniature .omniversepricing-notice {
    max-width: 200px;
  }
}

.products article .wishlist-button-add {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 10;
}

.product-miniature .wishlist-button-add {
  border-radius: 30px !important;
  background: var(--white-white-100, #FFF);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07) !important;
  display: flex;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}

.product-miniature .wishlist-button-add i {
  color: #7a7a7a;
  font-family: none !important;
  font-size: 0px !important;
  background: url('heart.svg') no-repeat center;
  width: 18px;
  height: 16px;
}

.product-miniature .wishlist-button-add i.icon-added {
  background: url('heart-active.svg') no-repeat center !important;
}

/*** BREAKCUMB ***/
#wrapper .breadcrumb {
  padding: 0px;
  margin: 0px;
}
#wrapper .breadcrumb .row {
	margin-left:0px;
	margin-right:0px;
}
#wrapper .breadcrumb a,
#wrapper .breadcrumb span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

#wrapper .breadcrumb ol {
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom:1px solid #ccc;
}

#wrapper .breadcrumb li {
  display: inline-flex;
  align-items: center;
  padding:12px 0px;
}

#wrapper .breadcrumb li::after {
  background: url(arrow-right.svg) no-repeat center;
  font-size: 0px;
  display: inline-flex;
  width: 8px;
  height: 11px;
  margin: 0px 12px;
  background-size: 6px;
}

#wrapper .breadcrumb li:last-child:after {
  content: none;
}

/*** PRODUCT LIST ***/
.products-selection {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#js-product-list-top .products-count {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.products .product {
  margin-bottom: 30px;
}

.featured-slider-section .products .product {
	margin-bottom:0px;
}	
#blockcart-modal .products .product {
  margin-bottom: 0px;
}

#category #content-wrapper,
#manufacturer #content-wrapper,
#search #content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-right: 0px;
}
.compact-toggle {
	display: flex;
    line-height: 20px;
    align-items: center;
    width: 100%;
    justify-content: center;
	padding:10px 20px;
	gap:6px;
	margin-bottom:10px;
}	
@media (min-width: 768px) {
    body .compact-toggle {
        display: none;
    }
}
@media(max-width:1440px) {
  #js-product-list .products .product {
    width: 33.33%;
  }
}

@media(max-width:1024px) {
  #js-product-list .products .product {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#products .up {
	display:none;
}
@media(max-width:991px) {

  #category #content-wrapper,
  #manufacturer #content-wrapper,
  #search #content-wrapper {
    padding-top: 0px;
    padding-left: 0px;
  }
  #js-product-list .products .product {
    padding-left: 10px;
    padding-right: 10px;
  }

  #js-product-list .products {
    padding-right: 10px;
  }
}
@media(max-width:460px) {
	#js-product-list .products .product {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	  }
	  .products-selection {
		  flex-direction:column;
	  }
	  .products-selection > div {
		  flex:0 100%;
		  width:100%;
	  }
}	  


#category #left-column,
#manufacturer #left-column,
#search #left-column {
  max-width: 100%;
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
  padding-left: 0px;
}

/*#category #wrapper>.container,
#manufacturer #wrapper>.container,
#search #wrapper>.container {
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
  padding: 0px;
}*/

#left-column .left-toggle-category {
  background: #e6e6e6;
  cursor: pointer;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 0px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 20
}

#left-column .left-toggle-category:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 0
}

#left-column .left-toggle-category .text-rotate {
  color: #222;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#left-column .left-toggle-category .svg-rotate {
  display: inline-flex;
  margin-left: 5px;
}

#left-column .left-toggle-category .svg-rotate svg {
  color: var(--primary);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#left-column .left-toggle-category .wrap-filter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 30px !important;
  padding: 0;
  position: sticky;
  top: 50%;
  z-index: 10;
  align-items: center;
}


#left-column .filter-wrapper.filter-open {
  width: 100%
}

#left-column #amazzing_filter {
  margin-bottom: 0;
  padding:0px 24px 0px 0px;
  box-shadow:none;
  border-right:1px solid #ccc;
}

@media (min-width: 768px) {
  #left-column #amazzing_filter {
    background-color: transparent;
    width: 100%;
  }

  #left-column .left-toggle-category {
    width: 50px;
    padding-right: 5px;
  }

  /*#category .product-miniature .product-price-and-shipping {
		padding-right:45px;
		padding-top: 37px;
	}*/
  #category .product-miniature .product-with-taxes,
  .product-miniature .product-without-taxes {
    flex-wrap: wrap;
    gap: 0px;
    column-gap: 8px;
  }

  #category .product-miniature .product-description {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  #category .product-miniature .product-description {
    padding-bottom: 0px;
  }

  #category .product-miniature .product-with-taxes,
  .product-miniature .product-without-taxes {
    /*flex-wrap:wrap;
		gap:0px;*/
  }
}

@media (min-width: 1024px) {
  
}

#left-column #amazzing_filter .filter-content {
  bottom: auto;
  color: #fff;
  max-height: 300px;
  max-width: 354px;
  overflow-y: scroll;
  padding: 30px 0;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 10px;
  width: 100%
}

#left-column #amazzing_filter .filter-content .filter-content-inner {
  height: 100%
}

#category #wrapper>.container>.row, 
#search #wrapper>.container>.row {
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}

#left-column {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;*/
}

/*body:not(#contact):not(#ybc_blog_page) #left-column {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: auto;
}*/

.show-full-width #left-column {
  max-width: 85px
}

.show-full-width #left-column .svg-rotate svg {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.show-full-width #content-wrapper {
  margin-top: 0px;
  max-width: calc(100% - 85px);
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
  width: 100%
}

@media (max-width: 767px) {

  #category #left-column,
  #manufacturer #left-column,
  #search #left-column {
    display: none;
  }

  .block-category h1 {
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .products-sort-order .compact-toggle {
    float: left;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    padding: 10px 20px;
    height: 40px;
    display: flex;
  }

  .products-sort-order .compact-toggle svg {
    margin-right: 6px;
  }

  #amazzing_filter>.compact-toggle {
    display: none;
  }

  .selectedFilters.inline .clearAll {
    padding: 0px;
    margin: 0px;
  }

  .selected-filters-label {
    display: block !important;
    margin-bottom: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
}

/*** CUSTOM CHECKBOX ***/
.custom-control {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: block;
  min-height: 20px;
  padding-left: 20px !important;
  margin-left: 0px !important;
  position: relative;
  z-index: 1
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  height: 1.20312rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
  background-color: #fff;
  border-color: #E30C13;
  color: #fff
}

.custom-control-input:focus~.custom-control-label:before {}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #3e63ac
}

.custom-control-input.nice-select.open:not(:disabled)~.custom-control-label:before,
.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background-color: #597dc3;
  border-color: #597dc3;
  color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #7b7b7b
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top
}

.custom-control-label:before {
  border: 1px solid #ccc;
  pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 20px;
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
  left: -1.2rem
}

.custom-checkbox-color .custom-control-label:before,
.custom-checkbox .custom-control-label:before {
  border-radius: 0px
}

.custom-checkbox-color .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox-color .custom-control-input:indeterminate~.custom-control-label:before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  background-color: #1c2d4e;
  border-color: #1c2d4e
}

.custom-checkbox-color .custom-control-input:indeterminate~.custom-control-label:after,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox-color .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(28, 45, 78, .5)
}

.custom-checkbox-color .custom-control-input:disabled:indeterminate~.custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(28, 45, 78, .5)
}

.custom-radio-color .custom-control-label:before,
.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio-color .custom-control-input:checked~.custom-control-label:after,
.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio-color .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(28, 45, 78, .5)
}

.custom-checkbox-color .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M0.362679 2.87464C-0.120893 3.35821 -0.120893 4.14224 0.362679 4.62581L3.86502 8.12815C4.34859 8.61173 5.13262 8.61173 5.61619 8.12815L11.6305 2.11385C12.1141 1.63028 12.1141 0.846252 11.6305 0.362679C11.1469 -0.120893 10.3629 -0.120893 9.87932 0.362679L4.7406 5.5014L2.11385 2.87464C1.63028 2.39107 0.846251 2.39107 0.362679 2.87464Z' fill='%23E30C13'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
}

.custom-checkbox-color .custom-control-label:after,
.custom-checkbox .custom-control-label:after {
  width: 20px
}

.custom-checkbox-color .custom-control-input:disabled~.custom-control-label:before,
.custom-checkbox .custom-control-input:disabled~.custom-control-label:before {
  background-color: #e9ecef;
  border: 2px solid #dee2e6
}

.custom-checkbox-color .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-checkbox-color .custom-control-input:disabled:checked~.custom-control-label:after,
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855'%3E%3Cpath d='m23.303.705-14.6 15.6-6.6-7.7-1.4 1.2 7.9 9.3 16.1-17.1Z' fill='%2306980B' stroke='%2306980B'/%3E%3C/svg%3E")
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  width: auto;
  min-width: 245px;
  border-radius: 30px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 7px 15px;
}

.products-sort-order {
  text-align: right;
}

.products-sort-order .sort-by {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px 8px 0px 0px;
}
@media(max-width:600px) {
	#js-product-list-top .products-count {
		margin-top:10px;
	}
	.products-sort-order {
		display:flex;
		align-items:center;
		margin-top:10px;
	}
	.products-sort-order .sort-by {
		flex:0 auto;
	}
	.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
		flex:1;
		min-width:200px;
	}
}

.arrow-icon {
  background: url('angle-arrow.svg') no-repeat center;
  width: 12px;
  height: 24px;
  margin-left: 12px;
}

.product-flags {
  top: 12px;
  left:12px;
  width:auto;
  flex-direction:row;
  gap:4px;
  flex-wrap:nowrap;
}


.product-flags li.product-flag {
  display: flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
  font-weight: 500 !important;
  color: #fff;
  min-height: auto !important;
  margin-top: 0px;
  width:auto!important;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: #2B809D;
}

.product-flags li.product-flag.product-flag--new {
  background: #C0C;
  color: #fff;
}
.product-flags li.product-flag.product-flag--presale {
  background: #672BDF;
  color: #fff;
}
.product-flags li.product-flag.product-flag--unavailable {
  background: #4D4D4D;
  color: #fff;
}
.product-flags li.product-flag.product-flag--discontinued {
	background: #4D4D4D;
	color: #fff;
}
.product-flags li.product-flag.product-flag--available {
	background: #2D7E48;
	color: #fff;
}
.product-flags li.product-flag.product-flag--promo {
	background: #E30C13;
	color: #fff;
}
.product-flags li.product-flag.product-flag--promo-date {
	background: #1198F3;
	color: #fff;
}
.product-flags li.product-flag.product-flag--available-from {
	background: #FF5A00;
	color: #fff;
}

/***  MODAL ***/
.modal-open .modal {
	display:flex!important;
	align-items:center;
	justify-content:center;
}
.modal-dialog {
        max-width: 600px;
        margin: auto;
 }
.modal-content {
  border-radius: 0px;
}

.modal-header {
  padding: 25px 25px 0px 25px;
}

.modal-body {
  padding: 25px;
}

.modal-footer {
  padding: 25px;
}

.modal-header .close {
  color: #141414;
}

/*** BLOCK CART MODAL ***/
#blockcart-modal .modal-header {
  padding: 25px 25px 0px 25px;
  border-bottom: 0px;
}

#blockcart-modal .modal-title {
  color: #000;
	font-size: 24px;	
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

#blockcart-modal .modal-header .close .material-icons {
  color: #222;
  font-size: 25px;
}

#blockcart-modal .modal-dialog {
  max-width: 1056px;
}

#blockcart-modal .modal-body {
  padding: 25px;
}

.modal .cart-products {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.modal .cart-products .cart-products__thumb {
  flex: 0 0 140px;
  max-width: 140px;
}

#blockcart-modal .product-image {
  max-width: 100%;
  margin: 0px;
}

.cart-products__thumb img {
  width: 100%;
}

.cart-products__desc {
  flex: 1 1;
  padding-right: 10px;
}
#blockcart-modal .product-mpn {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
#blockcart-modal .product-name {
	color: #000;
	font-size: 14px;  
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

#blockcart-modal .product-with-taxes .price {
  font-size: 16px;
  letter-spacing: 0.8px;
}

#blockcart-modal .product-without-taxes .price {  
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

#blockcart-modal .product-with-taxes .regular-price {
  font-size: 15px;
}

#blockcart-modal .product-without-taxes .regular-price {
  font-size: 12px;
}

#blockcart-modal .price-tax-label {
  font-size: 12px;
}

#blockcart-modal .cart-content .product-with-taxes .price {
  font-size: 14px;
}

#blockcart-modal .cart-content .product-without-taxes .price {
  font-size: 14px;
}

#blockcart-modal .cart-content .product-with-taxes,
#blockcart-modal .cart-content .product-without-taxes {
  justify-content: end;
}

#blockcart-modal .product-quantity {
  font-size: 14px;
  color: #222;
}

#blockcart-modal .cart-content,
#blockcart-modal .cart-content p,
#blockcart-modal .cart-content .cart-products-count,
#blockcart-modal .cart-content .label {
	color: #222 !important;  
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 24px;
}

@media (min-width: 768px) {
  #blockcart-modal .cart-content {
    padding-left: 0px;
  }
}

#blockcart-modal .cart-content .cart-products-count {
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 12px 0px;
	color:#222;
	font-size: 14px!important;
	font-weight: 400;
	line-height: 24px;
}
#blockcart-modal .cart-content .cart-content-btn .btn {
	padding-top:10px;
	padding-bottom:10px;
}
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content div.product-total {
  background: transparent;
  border-top: 1px solid #ccc;
  padding: 12px 0px;
}

#blockcart-modal .product-total .product-with-taxes .price {
  font-size: 16px;
}

#blockcart-modal .cart-content .cart-content-btn {
  gap: 24px;
  width: 100%;
  justify-content:end;
}

#blockcart-modal .cart-content .cart-content-btn .btn-outline {
  color: #222;
  font-size: 14px;  
  font-weight: 600;
  line-height: 20px;
  height: 40px;
  border: 0px;
  background: none;
  padding: 0px;
}

/*** WISHLIST ***/
.wishlist-modal .modal-header h5 {
  color: var(--black-black-900, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}

.wishlist-modal .close {
  color: #141414;
}

.wishlist-products-container .price-notice {
  display: none;
}

/*** PRODUCT PAGE ***/
#product #content-wrapper {
  padding: 0px 15px;
}

#product #content {
  max-width: 100%;
}

.product-container {
  margin-top: 50px;
  display: flex;
  margin-left:0px;
  margin-right:0px;
}

.product-container .product-right {
  flex: 0 546px;
  max-width: 546px;
  position: sticky;
  top: 95px;
  align-self: flex-start;
}

.product-container .product-left {
  flex: 1;
}

.images-container {
  /*display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-right: 23px;*/
}

.js-qv-mask {
  width: 100%;
}

#main .images-container .js-qv-mask.scroll {
  width: 100%;
}

.product-cover {
  aspect-ratio: 1;
  border: 0px;
}

.product-images {
  display: block;
  margin-bottom:0px;
}

#main .images-container .js-qv-mask {
  overflow: visible;
}

.product-images .slick-prev {
  top: 0px;
  z-index: 1000;
  height: 20px;
  width: 81.468px;
  background: #F2F2F2;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.product-images .slick-prev::before {
  width: 13px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M8.23897 0.212321C7.86708 -0.0909942 7.31852 -0.0693289 6.97187 0.277317L0.276861 6.97233C-0.0928941 7.34208 -0.092895 7.94158 0.276861 8.31133C0.646616 8.68109 1.24611 8.68109 1.61586 8.31133L7.64137 2.28582L13.6669 8.31133C14.0366 8.68109 14.6361 8.68109 15.0059 8.31133C15.3756 7.94158 15.3756 7.34208 15.0059 6.97233L8.31087 0.277317C8.28776 0.254207 8.26376 0.232542 8.23897 0.212321Z' fill='%23222222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
}

.product-images .slick-prev:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M8.23897 0.212321C7.86708 -0.0909942 7.31852 -0.0693289 6.97187 0.277317L0.276861 6.97233C-0.0928941 7.34208 -0.092895 7.94158 0.276861 8.31133C0.646616 8.68109 1.24611 8.68109 1.61586 8.31133L7.64137 2.28582L13.6669 8.31133C14.0366 8.68109 14.6361 8.68109 15.0059 8.31133C15.3756 7.94158 15.3756 7.34208 15.0059 6.97233L8.31087 0.277317C8.28776 0.254207 8.26376 0.232542 8.23897 0.212321Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.product-images .slick-next {
  bottom: 0px;
  z-index: 1000;
  height: 20px;
  width: 81.468px;
  background: #F2F2F2;
  border-radius: 5px;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%, 0);
}

.product-images .slick-next::before {
  width: 13px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M8.23897 0.212321C7.86708 -0.0909942 7.31852 -0.0693289 6.97187 0.277317L0.276861 6.97233C-0.0928941 7.34208 -0.092895 7.94158 0.276861 8.31133C0.646616 8.68109 1.24611 8.68109 1.61586 8.31133L7.64137 2.28582L13.6669 8.31133C14.0366 8.68109 14.6361 8.68109 15.0059 8.31133C15.3756 7.94158 15.3756 7.34208 15.0059 6.97233L8.31087 0.277317C8.28776 0.254207 8.26376 0.232542 8.23897 0.212321Z' fill='%23222222'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 12px;
}

.product-images .slick-prev:focus,
.product-images .slick-next:focus,
.product-images .slick-next:hover,
.product-images .slick-prev:hover {
  background: #2B809D;
  border: 0px;
  outline: none;
}

.product-images .slick-next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M8.23897 0.212321C7.86708 -0.0909942 7.31852 -0.0693289 6.97187 0.277317L0.276861 6.97233C-0.0928941 7.34208 -0.092895 7.94158 0.276861 8.31133C0.646616 8.68109 1.24611 8.68109 1.61586 8.31133L7.64137 2.28582L13.6669 8.31133C14.0366 8.68109 14.6361 8.68109 15.0059 8.31133C15.3756 7.94158 15.3756 7.34208 15.0059 6.97233L8.31087 0.277317C8.28776 0.254207 8.26376 0.232542 8.23897 0.212321Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.product-images .thumb-container {
  margin: 0px 0px 0px 10px;
}
.product-images .thumb-container:first-child {
  /*margin:0px;*/
}
.product-images img {
  width: calc(100% - 0px);
  height: auto;
  cursor: pointer;
  border: 1px solid #CCC;
}

.product-images img.selected {
  border: 1px solid #E30C13;
}

.product-images .slick-slide {
  padding: 0px;
}

.cover-prev,
.cover-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #F2F2F2;
  border-radius: 50%;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover-prev {
  left: 20px;
}

.cover-next {
  right: 20px;
}

.cover-prev::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M0.0466914 4.98056C0.0466914 4.98056 0.0233436 5.05838 0.0155616 5.09729C0.0155616 5.1362 0 5.16733 0 5.20624C0 5.22181 0 5.22959 0 5.24515C0 5.26072 0 5.2685 0 5.28406C0 5.32297 0.00777963 5.3541 0.0155616 5.39301C0.0155616 5.43192 0.0311275 5.47083 0.0466915 5.50974C0.0544734 5.53309 0.0622554 5.55644 0.0700374 5.57978C0.0856014 5.61091 0.108949 5.64204 0.132295 5.67317C0.147859 5.69651 0.155641 5.71986 0.171205 5.74321L3.84436 10.1946C4.11673 10.5214 4.607 10.5759 4.94163 10.2957C5.27626 10.0234 5.32296 9.53309 5.0428 9.19846L2.42023 6.01558L17.2218 6.01558C17.6498 6.01558 18 5.66538 18 5.23737C18 4.80935 17.6498 4.45916 17.2218 4.45916L2.42023 4.45916L5.0428 1.27628C5.31517 0.94165 5.26848 0.451377 4.94163 0.179004C4.79377 0.0622723 4.62257 1.45209e-05 4.44358 1.45366e-05C4.2179 1.45563e-05 4 0.0934003 3.84436 0.280171L0.163423 4.73932C0.163423 4.73932 0.140077 4.78601 0.124513 4.80935C0.101167 4.84048 0.0778193 4.87161 0.0622554 4.90274C0.0544734 4.92609 0.0466914 4.94943 0.0389094 4.97278L0.0466914 4.98056Z' fill='%23222222'/%3E%3C/svg%3E");
  width: 18px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 18px;
}

.cover-next::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17.9533 5.49594C17.9533 5.49594 17.9767 5.41812 17.9844 5.37921C17.9844 5.3403 18 5.30917 18 5.27026C18 5.25469 18 5.24691 18 5.23135C18 5.21578 18 5.208 18 5.19244C18 5.15353 17.9922 5.1224 17.9844 5.08349C17.9844 5.04458 17.9689 5.00567 17.9533 4.96676C17.9455 4.94341 17.9377 4.92006 17.93 4.89672C17.9144 4.86559 17.8911 4.83446 17.8677 4.80333C17.8521 4.77999 17.8444 4.75664 17.8288 4.73329L14.1556 0.281933C13.8833 -0.0449154 13.393 -0.09939 13.0584 0.180766C12.7237 0.453139 12.677 0.943412 12.9572 1.27804L15.5798 4.46092L0.778211 4.46092C0.350195 4.46092 0 4.81112 0 5.23913C0 5.66715 0.350196 6.01734 0.778211 6.01734L15.5798 6.01734L12.9572 9.20022C12.6848 9.53485 12.7315 10.0251 13.0584 10.2975C13.2062 10.4142 13.3774 10.4765 13.5564 10.4765C13.7821 10.4765 14 10.3831 14.1556 10.1963L17.8366 5.73718C17.8366 5.73718 17.8599 5.69049 17.8755 5.66715C17.8988 5.63602 17.9222 5.60489 17.9377 5.57376C17.9455 5.55041 17.9533 5.52707 17.9611 5.50372L17.9533 5.49594Z' fill='%23222222'/%3E%3C/svg%3E");
  width: 18px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.cover-prev:hover,
.cover-next:hover {
	background:#000;
}
.cover-prev:hover::before {  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M0.0466914 4.98056C0.0466914 4.98056 0.0233436 5.05838 0.0155616 5.09729C0.0155616 5.1362 0 5.16733 0 5.20624C0 5.22181 0 5.22959 0 5.24515C0 5.26072 0 5.2685 0 5.28406C0 5.32297 0.00777963 5.3541 0.0155616 5.39301C0.0155616 5.43192 0.0311275 5.47083 0.0466915 5.50974C0.0544734 5.53309 0.0622554 5.55644 0.0700374 5.57978C0.0856014 5.61091 0.108949 5.64204 0.132295 5.67317C0.147859 5.69651 0.155641 5.71986 0.171205 5.74321L3.84436 10.1946C4.11673 10.5214 4.607 10.5759 4.94163 10.2957C5.27626 10.0234 5.32296 9.53309 5.0428 9.19846L2.42023 6.01558L17.2218 6.01558C17.6498 6.01558 18 5.66538 18 5.23737C18 4.80935 17.6498 4.45916 17.2218 4.45916L2.42023 4.45916L5.0428 1.27628C5.31517 0.94165 5.26848 0.451377 4.94163 0.179004C4.79377 0.0622723 4.62257 1.45209e-05 4.44358 1.45366e-05C4.2179 1.45563e-05 4 0.0934003 3.84436 0.280171L0.163423 4.73932C0.163423 4.73932 0.140077 4.78601 0.124513 4.80935C0.101167 4.84048 0.0778193 4.87161 0.0622554 4.90274C0.0544734 4.92609 0.0466914 4.94943 0.0389094 4.97278L0.0466914 4.98056Z' fill='%23ffffff'/%3E%3C/svg%3E");  
}
.cover-next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17.9533 5.49594C17.9533 5.49594 17.9767 5.41812 17.9844 5.37921C17.9844 5.3403 18 5.30917 18 5.27026C18 5.25469 18 5.24691 18 5.23135C18 5.21578 18 5.208 18 5.19244C18 5.15353 17.9922 5.1224 17.9844 5.08349C17.9844 5.04458 17.9689 5.00567 17.9533 4.96676C17.9455 4.94341 17.9377 4.92006 17.93 4.89672C17.9144 4.86559 17.8911 4.83446 17.8677 4.80333C17.8521 4.77999 17.8444 4.75664 17.8288 4.73329L14.1556 0.281933C13.8833 -0.0449154 13.393 -0.09939 13.0584 0.180766C12.7237 0.453139 12.677 0.943412 12.9572 1.27804L15.5798 4.46092L0.778211 4.46092C0.350195 4.46092 0 4.81112 0 5.23913C0 5.66715 0.350196 6.01734 0.778211 6.01734L15.5798 6.01734L12.9572 9.20022C12.6848 9.53485 12.7315 10.0251 13.0584 10.2975C13.2062 10.4142 13.3774 10.4765 13.5564 10.4765C13.7821 10.4765 14 10.3831 14.1556 10.1963L17.8366 5.73718C17.8366 5.73718 17.8599 5.69049 17.8755 5.66715C17.8988 5.63602 17.9222 5.60489 17.9377 5.57376C17.9455 5.55041 17.9533 5.52707 17.9611 5.50372L17.9533 5.49594Z' fill='%23ffffff'/%3E%3C/svg%3E");  
}
.product-container .slick-track {
	margin-left:-5px;
}
.zoom-icon {
  display: flex;
  align-items: center;
  justify-content: center;  
  height: 40px;
  padding: 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 30px;
  background: #F2F2F2;
  color: #222;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px; 
	cursor:pointer;
}
.zoom-icon svg {
	margin-right:4px;
}
.product-container .omniversepricing-notice {
  font-size: 12px;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs .nav-item+.nav-item {
  margin-left: 12px;
  margin-bottom: 0px;
}

.tabs .nav-tabs .nav-link {
  border-radius: 5px 5px 0 0;
  background: #F2F2F2;
  font-size: 16px;
  color: #222;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-radius: 5px 5px 0 0;
  background: #2B809D;
  color: #fff;
  border-bottom: 0px;
}
.product-right .product-mpn {
	color: #191414;
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
}
.product-right .h1 {
	color: #000;    
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.product-right .product-flags {
  position: relative;
  flex-direction: row;
  gap: 12px;
  top:0px;
  left:0px;
}

.product-features-manufacturer {
  display: flex;
  justify-content: space-between;
}

.product-features-manufacturer ul {
  margin: 0px;
}

.product-features-manufacturer li {
  color: var(--black-black-900, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-features-manufacturer li span {
  font-weight: 700;
}

.manufacturer_img img {
  display: inline-flex;
  margin-left: auto;
  padding: 8px;
  max-width: 140px;
}

.product-prices .product-price {
  margin-bottom: 0px;
}

.product-prices .product-with-taxes .price {
  font-size: 30px;
  letter-spacing: 0px;
}

.product-prices .product-with-taxes .regular-price {
  font-size: 20px;
  letter-spacing: 0px;
}

.product-prices .product-without-taxes .price {
  font-size: 18px;
  letter-spacing: 0px;
}

.product-prices .product-without-taxes .regular-price {
  font-size: 14px;
}

.product-prices .price-tax-label {
  font-size: 16px;
}

.product-customization .product-customization-item,
.product-variants>.product-variants-item {
  margin: 12px 0px;
  display: flex;
  flex-direction:column;
}

.product-variants>.product-variants-item ul li {
  margin-bottom: 0px;
}

.product-variants>.product-variants-item .control-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom:12px;
  /* 171.429% */
}

.product-variants>.product-variants-item ul {
  margin-bottom: 0px;
}

.product-variants>.product-variants-item ul li>label {
  margin-bottom: 0px;
}

.product-variants>.product-variants-item .color {
  margin: 0px;
}

.custom-checkbox input[type=checkbox]+span.color,
.variant-links .color,
label .color {
  display: flex;
  width: 72px;
  height: 72px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 0px;
  border:1px solid #ccc;
}

.input-color:checked+.color {
  border-color: #E30C13;
  border-width:1px;
}

/* Vòng tròn ngoài khi chọn */
/*.input-color:checked+.color::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #2a9d8f;
  width: 34px;
  height: 34px;
}*/

/* Icon check */
/*.input-color:checked+.color::after {
  content: "✔";
  position: absolute;
  bottom: 4px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #2a9d8f;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.product-prices {
	margin-top:24px;
}
.bootstrap-touchspin {
  width: 110px;
  display: flex;
  height: 50px;
  padding: 8px 39px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid var(--white-white-900, #CCC);
  background: var(--white-white-100, #FFF);
}

.product-quantity .input-group-btn-vertical {
  position: unset;
}

.product-quantity .input-group-btn-vertical .btn {
  position: absolute;
  top: 0px;
  width: 39px;
  height: 48px;
  border: 0px;
}

.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down {
  left: 0px;
  top:2px;
  background: transparent url(minus.svg) center center no-repeat;
}

.product-quantity .input-group-btn-vertical .bootstrap-touchspin-up {
  right: 0px;
  background: transparent url(plus.svg) center center no-repeat;
}

.product-quantity .input-group-btn-vertical .btn i {
  display: none;
}

.product-quantity #quantity_wanted {
  width: 32px;
  height: 48px;
  border: 0px;
  padding: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.product-actions .add-to-cart {
  height: 50px;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width:100%;
}

#product-availability {
  display: none;
}

.product-quantity {
  flex-wrap: unset;
  gap: 12px;
}
.product-quantity .add {
	flex:1;
}
.product-quantity .add,
.product-quantity .qty {
  margin-bottom: 0px;
}

.product-quantity .qty {
  margin-right: auto;
}

.product-detail-wishlist {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.js-product-actions-buttons {
	margin-left:auto;
	flex:0 0 50px;
}
.product-detail-wishlist .wishlist-button-add {
  margin-right: 0px;
  background: none;
  height:50px;
  border: 0px !important;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  width: auto;
  box-shadow: none;
  margin-left: 0px !important;
  padding: 0px;
}

.product-detail-wishlist .wishlist-button-add i {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #F2F2F2;  
  border: 0px;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-wishlist .wishlist-button-add i::before {
  content: "";
  background: url(heart.svg) no-repeat center center;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
}
.product-detail-wishlist span {
	display:none;
}
.product-detail-wishlist:has(.heart-fill-icon) span.text-add {
  display: none;
}

.product-detail-wishlist span.text-remove {
  display: none;
}

/*** ASK PRODUCT ***/
#send_aap_button {
  line-height: 28px !important;
}

#send_AAP_form .product-with-taxes .price {
  font-size: 16px;
}

#send_AAP_form .product-with-taxes .regular-price {
  font-size: 14px;
}

#send_AAP_form .product-without-taxes .price {
  font-size: 13px;
  font-weight: 400;
}

#send_AAP_form .product-without-taxes .regular-price {
  font-size: 12px;
}

#send_AAP_form .price-tax-label {
  font-size: 13px;
}
.product-features .h6 {
	font-size:18px;
	text-transform:uppercase;
}	
.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
  margin-right: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background:#fff;
}
.product-features>dl.data-sheet dt.name {
	font-weight: 700;
}
.product-features>.data-sheet dt:nth-of-type(odd),
.product-features>.data-sheet dt:nth-of-type(odd)+dd {
  background: #ffffff;
}

.product-features>.data-sheet dt:nth-of-type(even),
.product-features>.data-sheet dt:nth-of-type(even)+dd {
  background: #f2f2f2;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even),
.product-features>dl.data-sheet dd.value:nth-of-type(even),
.product-features>dl.data-sheet dt.name:nth-of-type(even) {
  background: #f2f2f2;
}
#productAccordion {
	border-top:1px solid #ccc;
	margin-top:80px;
}
#productAccordion .card {
	margin-bottom:0px;
}
#productAccordion .card-header {
	background:none;
	padding:0px 0px;
	border:0px;
}
#productAccordion .card-header a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px; /* 120% */
	padding:24px 0px;
	text-transform: uppercase;
	display:block;
	border-bottom:1px solid #ccc;
	position:relative;
}
#productAccordion .card-header a[aria-expanded="true"] {
	border-bottom:0px;
}
#productAccordion .card-header a::after {
	content: "";    
	background: transparent url('arrow-down.svg');
	width: 17px;
	height: 10px;
	display: block;
    position: absolute;
	right:0px;
	top:calc(50% - 5px);
}
#productAccordion .card-header a[aria-expanded="true"]::after {
	background: transparent url('arrow-up.svg');
}
#productAccordion .card .collapse[aria-expanded="true"] {	
	border-bottom:1px solid #ccc;
}
#productAccordion .card-body {
	padding-bottom:20px;
}
.product-attachments {
	display:flex;
	flex-wrap: wrap;
}
.attachment {
	flex:0 33%;
	width:33%;
}
.attachment a {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.attachment span.icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: #E6E6E6;
	margin-right:8px;
}
.attachment span.icon svg{
	display: flex;
	width: 8px;
	height: 14px;
}
.category-products {  
  padding: 100px 0px 0px 0px;
}

.productseverywhere-container-all:nth-child(even) .category-products {
  background: #ffffff;
}

.category-products .slick-next,
.category-products .slick-prev {
  background: #f2f2f2;
  transform: none;
}

.productseverywhere-container-all:nth-child(odd) .category-products .slick-next,
.productseverywhere-container-all:nth-child(odd) .category-products .slick-prev {
  background: #ffffff;
}

.category-products .slick-next:hover,
.category-products .slick-prev:hover,
.productseverywhere-container-all:nth-child(odd) .category-products .slick-next:hover,
.productseverywhere-container-all:nth-child(odd) .category-products .slick-prev:hover {
  background: #E30C13;
}

.productseverywhere-section button.slick-prev {
  left: auto;
}

@media(max-width:991px) {
  #product #content-wrapper {
  }

  #main .images-container .js-qv-mask.scroll {
    /*display: none;*/
  }

  .images-container {
    padding-right: 0px;
  }

  .cover-prev {
    left: 12px;
  }

  .cover-next {
    right: 12px;
  }

  .product-container {
    flex-direction: column;
  }

  .product-container .product-right {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
	margin-top:60px;
	padding-left:0px;
	padding-right:0px;
  }

  .product-container .tabs {
    padding: 0px 20px;
  }

  .product-container iframe {
    max-width: 100% !important;
  }

  .product-quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }

  .product-quantity>.qty {
    flex: 0 0 auto;
    margin-bottom: 0px;
  }

  .product-quantity>.add {
    flex: 1;
    margin-bottom: 0px;

  }

  .product-quantity>.add .add-to-cart {
    width: 100%;
  }

  .product-quantity>.send_aap_btn {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 0px;
  }

  .product-quantity>.send_aap_btn a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .category-products {
    padding: 70px 0px 60px 0px;
  }
	.category-products .container {
		padding-left:0px;
		padding-right:0px;
	}
  .product-container {
    display: flex;
    flex-direction: column;
  }

  .product-left {
    display: contents;
  }

  .images-container {
    order: 1;
  }

  .product-right {
    order: 2;
  }

  .tabs {
    order: 3;
  }
}
.js-mailalert {
	margin-top:24px;
}
.js-mailalert .input-group {
	gap:10px;
}
.js-mailalert > p {
	font-size:14px;
	color:#222;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:12px;
}
@media(max-width:767px) {
  .tabs .nav-tabs .nav-item {
    width: 100%;
    margin-left: 0px;
    margin-top: 12px;
    text-align: center;
  }

  .product-description table,
  .product-description tbody,
  .product-description tr,
  .product-description td {
    display: block;
    width: 100% !important;
  }

  .product-description td {
    text-align: center;
    margin-bottom: 15px;
  }

  .product-description table img {
    width: 100% !important;
    max-width: 300px;
  }
}

/*** FORM CONTROL ***/
.form-control {
  padding: 10px 15px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size:14px;
  line-height:18px;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: none;
}

form .form-control-label,
.form-control-label {
  color: var(--black-black-900);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-top: 8px;
}

.btn-full-width {
  width: 100%;
}

.required-star {
  margin-left: 2px;
  color: #E30C13;
  font-size: 14px;
}

.custom-checkbox input[type=checkbox]+span {
  border: 1px #ccc solid;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.custom-checkbox input[type=checkbox]:checked+span {
  border: 1px #E30C13 solid;
  position: relative;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
  font-size: 0px;
}

.custom-checkbox input[type=checkbox]:checked+span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M0.362679 2.87464C-0.120893 3.35821 -0.120893 4.14224 0.362679 4.62581L3.86502 8.12815C4.34859 8.61173 5.13262 8.61173 5.61619 8.12815L11.6305 2.11385C12.1141 1.63028 12.1141 0.846252 11.6305 0.362679C11.1469 -0.120893 10.3629 -0.120893 9.87932 0.362679L4.7406 5.5014L2.11385 2.87464C1.63028 2.39107 0.846251 2.39107 0.362679 2.87464Z' fill='%23E30C13'/%3E%3C/svg%3E");
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-control-comment {
  display: none;
}

.form-group .input-group-btn .btn {
  background: #f2f2f2;
  padding: 11px 8px;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-left: 0px;
  padding: 11px 8px;
  outline: none;
  border-radius: 0px 30px 30px 0px;
}

.input-group .input-group-btn>.btn.is-active {
  background: var(--red-red-500);
  color: #fff;
}

.form-group .input-group-btn {
  position: absolute;
  right: 0px;
  z-index: 20;
  margin-left: -1px;
}

.form-group .icon-eye {
  background: transparent url('eye.svg');
  width: 21px;
  height: 16px;
}

.form-group .icon-eye-active {
  background: transparent url('eye-active.svg');
  width: 21px;
  height: 16px;
}
.form-group--newsletter,
.form-group--optin,
.form-group--psgdpr,
.form-group--customer_privacy {
  margin-bottom: 0px;
}

.form-group--psgdpr label,
.form-group--customer_privacy label {
  margin-bottom: 0px;
}
.form-group .custom-checkbox > label {
	margin-bottom:0px;
}
.form-control-select {
  font-size: 14px;
  height: 40px;
  padding: 5px 15px;
  color: #3b3b3b;
  background: transparent url(arrow-down.svg) right 15px center / 11px 7px no-repeat;
}
#customer-form .field-password-policy {
	flex:0 50%;
}
@media(max-width:767px) {
	#customer-form .field-password-policy {
		flex:0 100%;
	}
}
#customer-form .field-password-policy .form-group {
	max-width:100%!important;
	width:100%;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

.text-black {
  color: #000!important;
}
.text-black2 {
  color: #222!important;
}
.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fs-10 {
  font-size: 10px!important;
}

.fs-11 {
  font-size: 11px!important;
}

.fs-12 {
  font-size: 12px!important;
}

.fs-13 {
  font-size: 13px!important;
}

.fs-14 {
  font-size: 14px!important;
}

.fs-15 {
  font-size: 15px!important;
}

.fs-16 {
  font-size: 16px!important;
}

.fs-30 {
  font-size: 30px!important;
}

.mw-160 {
  min-width: 160px;
}

#main .page-content,
#main .page-footer,
#main .page-header {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.page-header h1 {
  color: #000;
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 50px;
  margin-bottom: 32px;
  text-transform:uppercase;
}

.main-content {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}

@media (max-width: 1199px) {
  .main-content {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .main-content {
    padding-left: calc((100vw - 1140px) / 2 + 10px);
    padding-right: calc((100vw - 1140px) / 2 + 10px);
  }
}

@media (min-width: 1300px) {
  .main-content {
    padding-left: calc((100vw - 1240px) / 2 + 10px);
    padding-right: calc((100vw - 1240px) / 2 + 10px);
  }
}

@media (min-width: 1480px) {
  .main-content {
    padding-left: calc((100vw - 1400px) / 2 + 10px);
    padding-right: calc((100vw - 1400px) / 2 + 10px);
  }
}

@media (min-width: 1580px) {
  .main-content {
    padding-left: calc((100vw - 1500px) / 2 + 10px);
    padding-right: calc((100vw - 1500px) / 2 + 10px);
  }
}

@media (min-width: 1680px) {
  .main-content {
    padding-left: calc((100vw - 1600px) / 2 + 10px);
    padding-right: calc((100vw - 1600px) / 2 + 10px);
  }
}

@media (min-width: 1980px) {
  .main-content {
    padding-left: calc((100vw - 1900px) / 2 + 10px);
    padding-right: calc((100vw - 1900px) / 2 + 10px);
  }
}

@media (min-width: 2560px) {
  .main-content {
    padding-left: calc((100vw - 2480px) / 2 + 10px);
    padding-right: calc((100vw - 2480px) / 2 + 10px);
  }
}

.main-content .page-header h1 {
  color: var(--black-black-900);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media(max-width:991px) {
  .main-content {
    width: 100%;
  }
}

.required-text {
  color: #222;
  font-size: 14px;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

/*** ahsan changes PAGE ***/
/*** REGISTER PAGE ***/
#password .page-header,
#authentication .page-header,
#registration .page-header {
}
#password .page-header h1,
#authentication .page-header h1,
#registration .page-header h1{
  text-align:center;
}
/*#password #wrapper>.container,
#authentication #wrapper>.container,
#registration #wrapper>.container {
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
}*/

.page-authentication #main>.row,
.page-registration #main>.row,
.page-password #main>.row {
  display: flex;
  align: center;
}

.page-authentication #content,
.page-registration #content,
.page-password #content {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  max-width:100%;
}
.medium-form {
  max-width: 450px;
  margin: 0 auto;
}

.small-form {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .medium-form {
    /*max-width: 520px;*/
  }

  .small-form {
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .medium-form {
    /*max-width: 100%;
    margin: 0 auto;*/
  }

  .small-form {
    max-width: 100%;
    margin: 0 auto;
  }
}

#customer-form form .form-control-label,
.form-control-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 0;
  text-align: left;
}

#customer-form .form-group--psgdpr .custom-checkbox label::after,
#customer-form .form-group--customer_privacy .custom-checkbox label::after {
  content: " *";
  font-weight: bold;
  mmargin-left: 4px;
  color: #2B809D;
  font-size: 14px;
}

#customer-form .form-group--psgdpr>.form-control-label,
#customer-form .form-group--customer_privacy>.form-control-label {
  display: none;
}

#customer-form label {
  display: block;
}
#customer-form label.radio-inline {
	display:inline;
}
.form-control-valign {
	padding-top:0px;
}
#customer-form .custom-checkbox label>span {
  position: relative;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

/* Checkbox tick */
#customer-form .custom-checkbox input[type=checkbox]:checked+span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M0.362679 2.87464C-0.120893 3.35821 -0.120893 4.14224 0.362679 4.62581L3.86502 8.12815C4.34859 8.61173 5.13262 8.61173 5.61619 8.12815L11.6305 2.11385C12.1141 1.63028 12.1141 0.846252 11.6305 0.362679C11.1469 -0.120893 10.3629 -0.120893 9.87932 0.362679L4.7406 5.5014L2.11385 2.87464C1.63028 2.39107 0.846251 2.39107 0.362679 2.87464Z' fill='%23E30C13'/%3E%3C/svg%3E");
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-radio input[type=radio]:checked+span {
	background-color: #E30C13;
}
#blockEmailSubscription_displayFooterBefore .custom-checkbox input[type="checkbox"]:checked+span::after {
  /*top: 18px;
  left: 17px;
  width: 20px;*/
}

#registration #footer {
  padding-top: 0;
}

#customer-form .form-group--newsletter .form-control-label {
  display: none;
}

.register-form-img {
  padding-left: 0px;
  padding-right: 0px;
  background-size: cover;
}

.register-form-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .register-form-img {
    display: none;
  }
}

@media (max-width: 991px) {
  #registration #blockEmailSubscription_displayFooterBefore {
    text-align: center;
  }

  #registration #blockEmailSubscription_displayFooterBefore .row {
    margin: 0;
  }
}

#registration .register-form .btn-primary {
  width: 100%;
}

/*** LOGIN PAGE ***/
.page-customer-account #content .forgot-password {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
  padding-bottom:24px;
}

.forgot-password a {
  color: #222;
  font-weight: 600;
}

#authentication .custom-checkbox span {
  flex: unset;
}

#authentication .custom-checkbox label {
  padding-left: 0px;
}

.page-customer-account #content .no-account {
  margin-top: 48px;
}

.page-customer-account #content .no-account h4 {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.sociallogin-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 25px;
  margin-top: 25px;
}

@media(max-width:991px) {
  .sociallogin-wrap {
    margin-top: 14px;
    margin-bottom: 48px;
  }
}

.sociallogin-txt {
  color: var(--black-black-500, #222);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}

.social-login-buttons .btn {
  border-radius: 5px;
  background: #F2F2F2;
  margin: 0px;
  color: var(--black-black-900, #000);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
}

.social-login-buttons .btn svg {
  margin-right: 6px;
}

/*** FORGOT PASS ***/
.send-renew-password-link {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.forgotten-password {
	padding:0px;
}
.forgotten-password .form-fields .center-email-fields {
  display: block;
  margin-bottom:24px;
}

.forgotten-password .form-fields label.required {
  width: auto;
}

.forgotten-password .form-fields .email {
  width: auto;
}
.send-renew-password-link {
	padding-left:20px;
	padding-right:20px;
}
#back-to-login {
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-top: 48px;
  color:#222;
}

.renew-password {
  margin-left: 0px;
}

.renew-password [type=submit] {
  margin-left: 0px;
}

.renew-password .email {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 15px;
  color: #222;
  font-size: 16px;
}

/*** MY ACCOUNT ***/
@media (min-width: 992px) {
	.col-5-custom {
	  width: 20%;
	  flex: 0 0 20%;
	  max-width: 20%;
	}
}
.page-my-account #content .links a {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 0px;
}

.page-my-account #content .links a span.link-item {  
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 110px;
  font-size: 14px;
  color: #222;
	font-weight: 600;
	line-height: 18px; 
	text-transform: uppercase;
  text-decoration: none;
  border:1px solid #ccc;
}

.page-my-account #content .links a:hover span.link-item {
  background: #000;
  color: #fff;
}

#my-account .page-header {
  margin-bottom: 10px;
}
@media(max-width:991px) {
	#my-account .page-header h1{
	  text-align:center;
	}
}	
#my-account .card-block {
  padding: 0px;
  margin-bottom: 0px;
}

.links #wishlist-link {
  order: 4;
}

.links #discounts-link {
  order: 5;
}
.links #identity-link {
	order: 6;
}
.links #addresses-link {
	order: 7;
}
.links #psgdpr-link {
  order: 8;
}
.links #logout-link {
	order: 9;
}

#my-account #main>.row,
#registration #main>.row,
#authentication #main>.row,
#password #main>.row {
  display: flex;
  align-items: center;
  align-items: stretch;
}

.customer-links__list {
  display: flex;
  flex-direction: column;
  margin: 0px;
}

.customer-links a {
  border-radius: 5px;
  color: #222;
  display: block;
  flex: 0 0;
  font-size: 14px;
  font-weight: 600;
  max-width: inherit;
  padding: 10px;
  white-space: nowrap;
  width: 100%;
}

.customer-links__list>a {
  border-radius: 0px;
  border:1px solid #ccc;
  margin-bottom: 10px;
  padding: 0px 12px;
  text-decoration: none;
  line-height: 18px;
	text-transform: uppercase;
}

.customer-links__list a .link-item {
  text-transform: none;
  font-weight: 600;
  text-decoration: none;
  line-height: 40px;
  text-transform: uppercase;
}

.customer-links .link-item {
  align-items: center;
  display: flex;
}

.customer-links a .link-item .acc-icon {
  margin-right: 12px;
  width: 22px;
  display: inline-flex;
  justify-content: center;
}

.customer-links__list a:hover,
.customer-links__list a.active {
  background: #000;
  color: #fff;
  border-color:#000;
}
.customer-links__list #wishlist-link {
  order: 4;
}
.customer-links__list #discounts-link {
  order: 5;
}
.customer-links__list #identity-link {
	order: 6;
}
.customer-links__list #addresses-link {
	order: 7;
}
.customer-links__list #psgdpr-link {
  order: 8;
}
.customer-links__list #logout-link {
	order: 9;
}
.address-form form .form-fields .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

#customer-form .form-fields,
.address-form form .form-fields {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #my-account #wrapper>.container {
    padding: 0px 10px;
  }
  #discount  #content,
	#module-customerdocuments-documents  #content,
	.page-addresses #content,
	.page-customer-account #content {
		padding-top: 46px;
	}
}

@media (max-width: 768px) {
  #my-account .links>a:nth-child(2n) {
    padding: 10px;
  }

  #my-account .links a:nth-child(2n + 1) {
    padding: 10px;
  }

  .page-customer-account:not(#authentication) #customer-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .page-customer-account:not(#authentication) #customer-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }

  .address-form form .form-fields .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .address-form form .form-fields .form-group--alias {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-customer-account:not(#authentication) #customer-form .form-group--email .form-control,
  .page-customer-account:not(#authentication) #customer-form .form-group--birthday .form-control,
  .address-form form .form-fields .form-group--alias .form-control {
    width: calc(50% - 15px);
  }
}

.page-customer-account:not(#authentication) #customer-form .form-group--id_gender,
.page-customer-account:not(#authentication) #customer-form .form-group--email,
.page-customer-account:not(#authentication) #customer-form .form-group--birthday,
.page-customer-account:not(#authentication) #customer-form .form-group--optin,
.page-customer-account:not(#authentication) #customer-form .form-group--newsletter,
.page-customer-account:not(#authentication) #customer-form .form-group--customer_privacy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-form .form-group,
.medium-form .form-group {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.medium-form .form-group .form-control,
.small-form .form-group .form-control {
  width: 100% !important;
}

.page-identity .register-btn-txt {
  display: none;
}

.page-registration .identity-btn-txt {
  display: none;
}

@media(max-width:767px) {

  #address .btn-primary,
  #identity .btn-primary {
    width: 100% !important;
  }
}
/*** IDENTITY ***/
#identity .form-group--lastname,
#identity .form-group--firstname {
	display:none;
}
/*** PSGD ***/
.psgdprinfo17 h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;  
}

@media(max-width:991px) {
  .breadcrumb>.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content {
    padding-top: 48px;
  }

  .page-customer-account #content {
    padding-left: 0px;
    padding-right: 0px;
	padding-top:0px;
  }
}

@media(max-width:767px) {
  .forgotten-password .form-fields .email {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.alert {
  border-radius: 0px;
  background: none;
  border: 0px;
  padding: 0px 0px 0px 15px;
  list-style: none;
  line-height: 22px !important;
  margin-top: 5px;
  position: relative;
}

.alert::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0px 6px 9px;
  border-color: transparent transparent transparent #279F52;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.alert-success {
  color: #279F52;
}

.alert-success::before {
  border-left-color: #279F52;
}

.alert-info {
  color: #ED8C05;
  border-left-color: #ED8C05;
}

.alert-info::before {
  border-left-color: #ED8C05;
}

.alert-warning {
  color: #C20508;
  border-left-color: #C20508;
}

.alert-warning::before {
  border-left-color: #C20508;
}

.alert-danger,
.alert-error {
  color: #C20508;
  border-left-color: #C20508;
}

.alert-danger::before,
.alert-error::before {
  border-left-color: #C20508;
}

.form-group.has-error input,
.form-group.has-error select {
  outline: none;
}
.alert a {
	color:inherit;
}

/*** ADDRESS ***/
.addresses .address,
.page-addresses .address {
  border: 1px solid #ccc;
  padding: 24px;
}

.page-addresses .address .address-body {
  padding: 0px;
}

.page-addresses .address .address-footer {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px 0px 0px;
}

.page-addresses .address .address-footer a {
  margin-right: 0px;
  color: #2B809D;
  font-weight: 700;
  line-height: 20px;
}

.addresses .address .address-body h4,
.page-addresses .address .address-body h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform:uppercase;
  margin-bottom:12px;
}

.addresses .address .address-body address,
.page-addresses .address .address-body address {
  color: #222;
  line-height: 18px;
  margin-bottom:0px;
  min-height:auto;
}

.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
  color: #fff;
  font-size: 14px;
}

.page-addresses .address .address-footer a i,
.page-addresses .addresses-footer a i {
  font-size: 12px;
  margin-right: 0px;
}

.page-addresses .addresses-footer {
  margin: 0px;
}

@media(max-width:767px) {
  .addresses-footer .btn {
    width: 100%;
  }
}
@media(max-width:600px) {
	.page-addresses .page-content  .col-lg-6:last-child .address {
		margin-bottom:0px;
	}
}

/*** TABLE ***/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem
}

.table td,
.table th {
  padding: 11px 20px;
  vertical-align: middle;
  border-top: 0px;
  line-height: 16px;
  color: #000;
  font-size: 12px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px;
  line-height: 20px;
  background: #222;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform:uppercase;
}

.table tbody+tbody {
  border-top: 0px;
}

.table .table {
  background-color: #fff
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 0px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 0px;

}

.table-striped tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th,
.table-hover tbody tr:hover {
  background-color: #fff;
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ebcccc
}

.table-inverse,
.thead-inverse th {
  color: #fff;
  background-color: #363a42
}

.thead-default th {
  color: #7a7a7a;
  background-color: #f6f6f6
}

.table-inverse {
  color: #f6f6f6
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #7a7a7a
}

.table-inverse.table-bordered {
  border: 0
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto
}

/*** DISCOUNT ***/
.cart-rules {
  border-top: 1px solid #ccc;
}

.cart-rule {
  border-bottom: 1px solid #ccc;
  color: #141414;
}

.cart-rule ul {
  padding: 16px 0px 8px 0px;
  margin-bottom: 0px;
}

.cart-rule li {
  line-height: 24px;
  margin-bottom: 8px;
}

#discount .price-tax-label {
  font-size: 11px;
}

@media(max-width:991px) {
  #order-detail #main>.row>.col-md-4,
  #order-detail #main>.row>.col-md-8,
  #history #main>.row>.col-md-4,
  #history #main>.row>.col-md-8,
  #discount #main>.row>.col-md-4,
  #discount #main>.row>.col-md-8 {
    width: 100%;
  }
}
@media(max-width:767px) {
	#discount .price-tax-label {
		font-size: 14px;
	}
}
/*** ORDER ***/
.order-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.order-actions a {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#history .orders {
  margin: 0px;
  border-top: 1px solid #ccc;
}

#history .orders .order {
  padding: 0px;
  color: #141414;
  border-bottom: 1px solid #ccc !important;
  padding: 16px 0px;
}

#history .orders .order li {
  line-height: 18px;
  margin-bottom: 8px;
}

#history .orders .order .order-actions {
  justify-content: space-between;
}

#history .orders .order .order-actions a {
  font-size: 14px;
}

#order-infos {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0px 16px 0px;
  display: flex;
  align-items: center;
}

#order-infos .box {
  padding: 0px;
  margin: 0px;
}

#order-infos .box li {
  line-height: 26px;
  color: #141414;
}

#order-infos .text-xs-right {
  margin-left: auto;
}

.page-order-detail .addresses {
  margin-bottom: 32px;
}

#order-history {
  margin-top: 48px;
  margin-bottom: 48px;
}

.page-order-detail h3 {
  text-transform: none;
  color: var(--black-black-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
}

.fixed-width {
  width: 200px;
}

#order-products td {
  font-size: 14px;
}

#order-products .total-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  font-size: 14px;
}

#order-products .total-row .label {
  flex: 1;
  padding-left: 20px;
}

#order-products .total-row .fixed-width {
  width: 165px;
  padding-right: 20px;
  padding-left: 5px;
}

.line-total .total-row .label {
  font-size: 16px;
  color: #222;
  font-weight: 700;
}

.line-total .total-row .price-with-taxes .price {
  font-size: 16px;
  color: #2B809D;
  font-weight: 700;
}

.line-total .total-row .price-without-taxes .price {
  font-size: 13px;
  color: #222;
  font-weight: 400;
}

.line-products .product-with-taxes .price {
  color: #222;
  letter-spacing: 0px;
}

.line-products .product-without-taxes .price {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0px;
}

.total-row .price-tax-label {
  font-size: 13px;
}

.product-line__name-content .price-tax-label {
  font-size: 11px !important;
}

.product-line__thumb {
  border: 1px solid #CCC;
}

.product-line__name-content {
  display: flex;
  flex-direction: column;
}

.product-line__name-content a {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.product-line__name-content .product-without-taxes .price {
  font-size: 12px;
}

.order-message-form {
  margin-top: 30px;
}

.order-message-form .form-control-select {
  width: 50%;
}

@media(max-width:767px) {
  #order-infos {
    flex-direction: column;
    margin-top: 20px;
  }

  #order-infos .box {
    width: 100%;
  }

  #order-infos .text-xs-right .btn {
    width: 100%;
    margin-top: 23px;
  }

  #order-infos .text-xs-right {
    width: 100%;
  }

  .addresses .address {
    margin-bottom: 30px;
  }

  .order-message-form .form-control-select {
    width: 100%;
  }

  .order-message-form .form-footer .btn-primary {
    width: 100%;
  }

  .page-order-detail .order-items .order-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .page-order-detail .order-items {
    border-top: 1px solid #CCC;
  }

  .page-order-detail .order-items .order-item {
    border-bottom: 1px solid #CCC !important;
    padding: 16px 0px 0px 0px;
  }

  .page-order-detail .order-items .order-item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #141414;
  }

  .page-order-detail .order-items .order-item-info .name {
    color: var(--black-black-900, #000);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .page-order-detail .order-items .order-item-info ul {
    margin-bottom: 8px;
  }

  .page-order-detail .order-items .order-item-info ul li {
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .page-order-detail .order-items .order-item-info ul li span {
    font-weight: 400;
    color: #4d4d4d;
  }

  .page-order-detail .order-items .order-item-info .product-without-taxes .price {
    font-size: 12px;
  }

  .page-order-detail .order-items .order-item-info .price-tax-label {
    font-size: 11px;
  }

  .page-order-detail .order-total .product-with-taxes,
  .page-order-detail .order-total .product-without-taxes {
    justify-content: right;
  }

  .page-order-detail .order-total .price-tax-label {
    font-size: 11px;
  }

  .page-order-detail .order-total .product-with-taxes .price {
    color: #222;
  }

  .page-order-detail .order-total .product-without-taxes .price {
    font-size: 13px;
    font-weight: 400;
  }

  .page-order-detail .order-line-total .price-with-taxes .price {
    font-size: 16px;
    font-weight: 700;
    color: #2B809D;
  }

  .page-order-detail .order-line-total strong {
    font-size: 16px;
  }

  .order-message-form {
    margin-top: 48px;
  }
}

.cms-form {
  margin-bottom: 80px;
}

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

.cms-content {
  padding-left: 47px;
}

.cms-content h3 {
  margin-top: 0px !important;
  margin-bottom: 20px;
}

.page-content.page-cms {
  text-align: left;
}

.subtitle {
  color: var(--blue-blue-300, #3B95B4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 10px;
}

@media(max-width:991px) {
  .cms-form {
    flex-direction: column;
  }

  cms-form>div {
    width: 100%;
  }

  .cms-content {
    padding-left: 20px;
    margin-top: 30px;
  }

  .cms-form:nth-child(n+2) .cms-content {
    order: 1;
  }

  .cms-form:nth-child(n+2) .cms-img {
    order: 0;
  }
}

/*** CONTACT PAGE ***/
.contact-rich h4 {
  color: var(--black-black-900, #000);
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-transform: none;
  margin-bottom: 20px;
}

.contact-rich ul li {
  color: var(--black-black-500, #222);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.contact-form {
  padding: 0px;
}

.contact-form h3 {
  color: var(--black-black-900, #000);
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-transform: none;
  margin-bottom: 20px;
}

.contact-form .form-fields {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form .form-fields .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media (max-width:768px) {
  .contact-form .form-fields .form-group {
    padding: 0 10px;
  }
}

@media (max-width:767px) {
  .contact-form .form-fields .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

.contact-form .form-fields .form-group-gdpr,
.contact-form .form-fields .form-group--message {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form .form-fields .form-group-gdpr {}

.custom-file-label {
  border-radius: 0px;
}

.custom-file-label:after {
  /*background: transparent linear-gradient(67deg, #95BF0B 0%, #015287 100%) 0% 0% no-repeat;*/
  background: #95BF0B;
  border-radius: 0px;
  color: #fff;
}

.group-span-filestyle label {}

.form-group .group-span-filestyle.input-group-btn .btn {
  border-radius: 5px;
  background: var(--black-black-900, #000);
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
}

.form-control:disabled,
.form-control[readonly] {
      background-color: #F2F2F2;
    color: #4D4D4D;
    cursor: not-allowed;
    border-color: #ccc;
}

.psgdpr_consent_message {
  margin-bottom: 0px;
}

@media(max-width:767px) {
  .contact-form .btn {
    width: 100%;
  }
}

/*** CMS ***/

#cms #main p,
#cms #main li {
  color: #222;
}

#cms #main ul {
  list-style: none;
  /* bỏ marker mặc định */
  padding-left: 0;
}

#cms #main ul li {
  position: relative;
  padding-left: 20px;
}

#cms #main ul li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #E30C13;
  border-radius: 50%;
  top: 12px;
}

#cms .page-header h1 {
  margin-top: 50px;
  margin-bottom: 32px;
}

#cms .page-content h1,
#cms .page-content h2,
#cms .page-content h3,
#cms .page-content h4 {
  margin-top: 32px;
  margin-bottom:12px;
}
.page-cms h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}
.page-cms ol {
	padding-left:15px;
}
/*** PAGINATION ***/
.pagination .page-list {
  padding: 0px;
  margin-bottom: 0px;
  background: transparent;
  display: flex;
  justify-content: center;
}

.pagination a {
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  color: var(--black-black-900, #000);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.pagination a:not(.previous):not(.next) {
  letter-spacing: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .previous {
  margin-right: 14px;
}

.pagination .next {
  margin-left: 14px;
}

.pagination a:hover,
.pagination .current a {
  background: #000;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 14px;
}

/*** MOBILE MENU ***/
#off-canvas-menu {
  display: none;
}

#off-canvas-menu.active {
  display: block;
}

#off-canvas-menu .menu-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  height: 55px;
  background: #f2f2f2;
  display: flex;
  padding: 10px 10px 10px 20px;
  align-items: center;
  text-transform:uppercase;
}

#off-canvas-menu .close-menu {
  padding: 10px;
  margin-left: auto;
}

.back-menu {
  display: none;
}

.back-menu.active {
  display: block;
  margin-right: 12px;
  line-height: 22px;
  height: 22px;
}

.js-top-menu-bottom {
  padding: 0px 20px 0px 20px;
}

.mobile-links {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.mobile-link a {
  display: flex;
  gap: 23px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  align-items: center;
}

/* thecheckout module start */
#tc-container {
  padding-top: 32px;
}

.logged-in .checkout-block#thecheckout-account {
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .logged-in .checkout-block#thecheckout-account {
    margin-bottom: 48px;
    padding-bottom: 32px;
	border-bottom:1px solid #ccc;
  }
}

.logged-in .checkout-block#thecheckout-account .form-fields .txt-required {
  display: none;
}

.logged-in .checkout-block#thecheckout-account .inner-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logged-in .checkout-block#thecheckout-account .inner-area .account-header {
  margin-bottom: 0;
}

#tc-container .checkout-area-4 {
  position: relative;
  margin-bottom: 30px;
}

#tc-container .checkout-area-7 {
  padding-right: 0px;
  background: #f2f2f2;
}

#tc-container .checkout-area-8 {
  padding-left: 30px;
}

#tc-container .checkout-area-9 {
  padding: 0 10px;
  background: #f2f2f2;
}

#tc-container .checkout-area-9 .checkout-block {
  padding-left: 14px;
  padding-right: 14px;
}

#tc-container .checkout-area-10 {
  padding-left: 30px;
}

#thecheckout-cart-summary {
  padding: 0px 0 0 0;
  background: none;
  margin-bottom:72px;
}
@media(min-width:992px) {
	#thecheckout-cart-summary .cart-inner-wrapper {
		padding-left:32px;
		border-left:1px solid #ccc;
	}
}	
@media (max-width: 991px) {
  #thecheckout-cart-summary {
    padding: 30px 0 0 0;
	margin-bottom:32px;
  }
}

#thecheckout-cart-summary #main {
  margin-bottom: 0;
}

#thecheckout-cart-summary #main>.cart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

#thecheckout-cart-summary #main>.cart-grid .cart-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  #thecheckout-cart-summary #main>.cart-grid .cart-container {
    margin-bottom: 17px;
  }
}

#thecheckout-cart-summary #main>.cart-grid .cart-summary {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background: #F1F1F1;
  padding: 22px 20px 10px;
}

#thecheckout-cart-summary #main>.cart-grid .cart-summary .alert-info {
  display: none;
}

#thecheckout-cart-summary #main>.cart-grid .offer-login {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#thecheckout-cart-summary #main>.cart-grid .overlay-email {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

#thecheckout-cart-summary .pdfla-cart {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #thecheckout-cart-summary .pdfla-cart {
    margin-top: -16px;
  }
}

.inner-area {
  margin-top: 0;
}

.inner-area .offer-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 27px 0 17px;
}

@media (min-width: 1200px) {
  .inner-area .offer-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .inner-area .offer-login {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

.inner-area .offer-login .social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 37px 0 0;
  border: 0;
  margin: 9px 0 0;
}

@media (min-width: 1200px) {
  .inner-area .offer-login .social-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 5px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .inner-area .offer-login .social-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
  }
}

.inner-area .offer-login .social-login:before {
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin: 0;
  padding: 0 12px;
  width: auto;
  z-index: 2;
}

@media (min-width: 1200px) {
  .inner-area .offer-login .social-login:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    left: 0;
    padding: 0 17px 0 27px;
  }
}

.inner-area .offer-login .social-login:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #D1D1D1;
  max-width: 345px;
  width: 100%;
  z-index: 1;
  display: none;
}

.inner-area .offer-login .social-login .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #C70004 !important;
  border-radius: 10px !important;
  color: #C70004 !important;
  max-height: 42px;
  background: #fff;
  text-transform: initial !important;
}

.inner-area .offer-login .social-login .btn svg {
  margin-right: 10px;
}

.inner-area .offer-login .social-login .btn:hover {
  color: #fff !important;
}

.inner-area .offer-login .social-login .btn i {
  width: 24px;
  padding-right: 10px;
}

.inner-area .offer-login .already-account-label {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  text-transform:uppercase;
}

@media (max-width: 1199px) {
  .inner-area .offer-login .already-account-label {}
}

@media (min-width: 1200px) {
  .inner-area .offer-login .already-account-label {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 575px) {
  .inner-area .offer-login .already-account-label {
    font-size: 24px;
    font-weight: 700;
  }
}

.inner-area .offer-login.expanded {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1199px) {
  .inner-area .offer-login.expanded {
    -webkit-box-align: center;
    flex-direction: row;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
}

.inner-area .offer-login.expanded .already-account-label {
  display: block;
}

.inner-area .offer-login.expanded .classic-login,
.inner-area .offer-login.expanded .already-account-label {
  flex-basis: auto;
  display: inline-block;
}

.inner-area .offer-login.expanded .social-login {
  width: auto;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .inner-area .offer-login.expanded .social-login {
    width: 100%;
  }
}

.inner-area .offer-login.expanded .social-login::before {
  bottom: auto;
  padding: 0 44px 0 55px;
}

@media (max-width: 1199px) {
  .inner-area .offer-login.expanded .social-login::before {
    padding: 0 44px;
  }
}

.gmparcellocker-button {
  text-align: left;
  margin-bottom: 30px;
}

a.edit-customer-info {
  cursor: default;
}

a.edit-customer-info .static-customer-info {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  display: inline-block;
  padding-right: 70px;
  max-width: 374px;
  width: 100%;
}

@media (max-width: 991px) {
  a.edit-customer-info .static-customer-info {
    max-width: 330px;
  }
}

a.edit-customer-info .static-customer-info .customer-name {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  text-transform:uppercase;
}

a.edit-customer-info .static-customer-info .customer-email {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-top: 0px;
}

/*a.edit-customer-info .static-customer-info:after {
  content: attr(data-edit-label);
  position: absolute;
  right: -50px;
  top: 5px;
  bottom: auto;
  color: #2B809D !important;
  padding: 2px 6px;
  padding-right: 17px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  cursor: pointer;
}

a.edit-customer-info .static-customer-info:after:hover {
  color: #C70004;
}

@media (max-width: 575px) {
  a.edit-customer-info .static-customer-info:after {
    position: absolute;
    padding-left: 0;
    margin-top: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 5px;
  }
}*/

.has-float-label {
  margin: 0;
}

.has-float-label .icon-remove-red-eye {
  margin-top: -6px;
  margin-right: -2px;
  width: 36px;
  height: 38px;
  opacity: 1;
  background: #f2f2f2 url(eye.svg) center center;
  background-repeat: no-repeat;
  border-radius: 0px 30px 30px 0px;
}

.has-float-label .icon-remove-red-eye:hover {
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}

.has-float-label span.field-label {
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: 6px;
  opacity: 1 !important;
  top: -27px !important;
}

div#create_account~.form-group.password .field-label:after,
.mark-required .form-group.text label.required .field-label::after,
.mark-required .form-group.text.need-dni label .field-label::after,
.mark-required .form-group.email label.required .field-label::after,
.mark-required .form-group.password label.required .field-label::after,
.mark-required .form-group.tel label.required .field-label::after,
.mark-required .form-group.select label.required .field-label::after,
.mark-required .form-group.countrySelect label.required .field-label::after {
  color: #E30C13 !important;
}

body#checkout .custom-checkbox input[type="checkbox"]+span,
body#checkout .custom-checkbox input[type="radio"]+span {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-color: #ddd;
  border-radius: 3px;
  transition: all .4s;
  position: relative;
  border-width: 1px;
}

body#checkout .custom-checkbox input[type="checkbox"]:checked+span {
  background-color: #fff !important;
  border-color: #ddd !important;
  background-image: none !important;
}

@media (max-width: 767px) {

  .has-float-label input.form-control,
  .has-float-label #delivery input#delivery_message,
  #delivery .has-float-label input#delivery_message,
  .has-float-label .cart-summary .block-promo input.promo-input,
  .cart-summary .block-promo .has-float-label input.promo-input,
  .has-float-label select.form-control.form-control-select,
  .has-float-label .checkout-block#thecheckout-data-shipping .block-data-shipping select.form-control,
  .checkout-block#thecheckout-data-shipping .block-data-shipping .has-float-label select.form-control,
  .has-float-label .checkout-block#thecheckout-data-shipping .block-data-shipping #delivery select#delivery_message,
  .checkout-block#thecheckout-data-shipping .block-data-shipping #delivery .has-float-label select#delivery_message,
  .has-float-label #delivery .checkout-block#thecheckout-data-shipping .block-data-shipping select#delivery_message,
  #delivery .checkout-block#thecheckout-data-shipping .block-data-shipping .has-float-label select#delivery_message,
  .has-float-label .checkout-block#thecheckout-data-shipping .block-data-shipping .cart-summary .block-promo select.promo-input,
  .checkout-block#thecheckout-data-shipping .block-data-shipping .cart-summary .block-promo .has-float-label select.promo-input,
  .has-float-label .cart-summary .block-promo .checkout-block#thecheckout-data-shipping .block-data-shipping select.promo-input,
  .cart-summary .block-promo .checkout-block#thecheckout-data-shipping .block-data-shipping .has-float-label select.promo-input,
  .has-float-label .address-fields .customer-addresses .addresses-selection select.form-control,
  .address-fields .customer-addresses .addresses-selection .has-float-label select.form-control,
  .has-float-label .address-fields .customer-addresses .addresses-selection #delivery select#delivery_message,
  .address-fields .customer-addresses .addresses-selection #delivery .has-float-label select#delivery_message,
  .has-float-label #delivery .address-fields .customer-addresses .addresses-selection select#delivery_message,
  #delivery .address-fields .customer-addresses .addresses-selection .has-float-label select#delivery_message,
  .has-float-label .address-fields .customer-addresses .addresses-selection .cart-summary .block-promo select.promo-input,
  .address-fields .customer-addresses .addresses-selection .cart-summary .block-promo .has-float-label select.promo-input,
  .has-float-label .cart-summary .block-promo .address-fields .customer-addresses .addresses-selection select.promo-input,
  .cart-summary .block-promo .address-fields .customer-addresses .addresses-selection .has-float-label select.promo-input,
  .has-float-label #delivery select.form-control-select#delivery_message,
  #delivery .has-float-label select.form-control-select#delivery_message,
  .has-float-label .cart-summary .block-promo select.form-control-select.promo-input,
  .cart-summary .block-promo .has-float-label select.form-control-select.promo-input,
  .has-float-label textarea#delivery_message {
    margin-left: 0;
  }
}

.classic-login {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .classic-login {
    margin-left: 42px;
  }
}

@media (max-width: 1199px) {
  .classic-login a {
    margin-left: 6px;

  }
}

.checkout-block .inner-area .offer-login .btn {
  text-transform: initial !important;
  border-radius: 0;
  padding-left: 27px;
  padding-right: 27px;
}

@media (max-width: 767px) {
  .checkout-block .inner-area .offer-login .btn {
    width: 100%;
    max-width: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#checkout #login-form {
  max-width: 100% !important;
  padding: 0px 32px 0px 32px !important;
  margin: 0;
  width: 100%;
  border-left:1px solid #ccc;
}

#checkout #login-form .form-fields {
  gap: 30px;
  justify-content: start !important;
  flex-wrap: nowrap;
}

#checkout #login-form .sociallogin .col-xs-12,
#checkout #login-form .sociallogin .col-sm-12 {
  padding: 0px;
}

#checkout #login-form .social-login-buttons .mt-4 {
  margin-top: 0px !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#checkout #login-form .social-login-buttons .azm-google {
  margin: 0px;
  margin-left: 0px;
  letter-spacing: 0px;
  height: 40px;
  align-items: center;
  display: flex;
}

#checkout #login-form #errors-login-form {
  margin-bottom: 35px;
}

#checkout #login-form .form-group {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
  text-align: left;
  flex-basis: unset !important;
  flex:1;
  width: auto;
}

#checkout #login-form .form-group .form-control-label {
  display: block;
  margin-bottom: 5px;
}

#checkout #login-form .forgot-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 70px;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 14px;
  width: auto;
  margin-left: 0px;
}

#checkout #login-form .forgot-password .required-text,
#checkout #login-form .forgot-password .txt-required {
  font-size: 13px;
  color: #3b3b3b;
  flex-basis: unset;
}

#checkout #login-form .forgot-password .required-text sub,
#checkout #login-form .forgot-password .txt-required sup {
  font-size: 14px;
  color: #2B809D;
  font-weight: bold;
  top: 0;
  margin-right: 4px;
}

#checkout #login-form .forgot-password a {
  font-size: 14px;
  font-weight: bold;
  color: #2B809D;
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;
  max-width: none;
  letter-spacing: 0.75px;
}

#checkout #login-form .forgot-password a:hover {
  color: #2B809D;
  text-decoration: underline;
}

#checkout #login-form .form-footer .btn {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width:991px) {
  #checkout #login-form .form-fields {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 25px;
  }

  #checkout #login-form .form-group {
    flex: 0 0 100%;
    width: 100%;
  }

  #login-form .form-footer {
    width: 100%;
    margin-top: 10px;
  }

  #login-form .btn {
    width: 100%;
  }

  #checkout #login-form .forgot-password {
    margin-left: 0px;
    margin-top: -268px;
    margin-bottom: 160px;
    width: 100%;
  }

  #checkout #login-form .social-login-buttons .mt-4 {
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  #checkout #login-form .social-login-buttons .azm-google {
    margin: 0px;
    margin-top: 0px;
  }
}

.social-btn-style-light .tc-social-login-btn {
  border-radius: 0;
  margin: 0 15px;
  padding: 4px 10px;
  width: 232px;
  opacity: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}

@media (max-width: 767px) {
  .social-btn-style-light .tc-social-login-btn {
    width: 100%;
  }

  .social-btn-style-light .tc-social-login-btn#tc-facebook-signin {
    margin-bottom: 20px;
  }
}

.social-btn-style-light .tc-social-login-btn .social-logo {
  border: 0;
  position: relative;
  padding: 0;
  margin-right: 8px;
}

.social-btn-style-light .tc-social-login-btn .social-logo i {
  font-size: 23px;
  color: #395693;
}

.social-btn-style-light .tc-social-login-btn .social-logo>span,
.social-btn-style-light .tc-social-login-btn .social-logo i {
  width: 25px;
  height: 25px;
}

.form-group.customer_privacy .label em {
  font-style: normal;
}

.txt-required {
  padding: 6px 0px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0px;
}

.checkout-block[class*="num-"] .block-header {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 18px;
  padding: 0px 0px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .checkout-block[class*="num-"] .block-header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
}

.checkout-block[class*="num-"] .block-header:before {
  width: 50px !important;
  height: 50px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px !important;
  background: #000;
  color: #fff !important;
  line-height: 50px !important;
  text-align: center;
  font-weight: 600 !important;
  font-size: 20px !important;
  border: 0;
  box-shadow: none;
  margin: 0 15px 0px 0 !important;
  border-radius: 50%;	
}

.checkout-block {
  padding: 0;
  padding: 20px;
}

.checkout-block#thecheckout-login-form {
  background: #fff;
  padding: 0;
  margin-bottom: 32px;
}

.checkout-block#thecheckout-login-form .inner-area {
  padding: 0px !important;
}

@media (max-width: 767px) {
  .checkout-block#thecheckout-login-form {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .checkout-block#thecheckout-login-form {
    margin-bottom: 70px;
  }
}

.checkout-block#thecheckout-psgdpr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  background: none;
  width: 33%;
}

#thecheckout-order-message,
.checkout-block#thecheckout-psgdpr .form-group.checkbox label.required span.label::before,
#.mobile_top_menu_wrapper {
  display: none;
}

@media (max-width: 991px) {
  .checkout-block#thecheckout-psgdpr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background: #F1F1F1;
    padding: 4px 20px 33px;
    margin-bottom: 30px;
    position: static;
  }

  .checkout-block#thecheckout-psgdpr .data-privacy {
    margin-top: 0;
    padding-right: 0;
    width: 100%;
  }
}

.checkout-block#thecheckout-address-delivery {
  padding: 0 0px;
  margin-bottom: 32px;
  border-radius: 0px;
}
@media(min-width:992px) {
	.checkout-block#thecheckout-address-delivery .inner-area {
		padding-left:32px;
		border-left:1px solid #ccc;
	}
}	
@media (max-width: 991px) {
  .checkout-block#thecheckout-address-delivery .address-name-header {
    margin-bottom: 24px;
  }
    .checkout-block#thecheckout-address-delivery {
		border-bottom:1px solid #ccc;
		margin-bottom:0px;
	}
}
@media (max-width: 575px) {
  .checkout-block#thecheckout-address-delivery .address-name-header {
    margin-bottom: 24px;
  }
}

.checkout-block#thecheckout-address-delivery .form-group.company {
  max-width: 100%;
}

@media (min-width: 768px) {
  .checkout-block#thecheckout-address-delivery .form-group.company .has-float-label {
    max-width: calc(50% - 15px);
  }
}

.checkout-block#thecheckout-account {
  margin-bottom: 48px;
  padding: 0px;
}
@media(min-width:992px) {
	#thecheckout-payment .inner-area,
	#thecheckout-shipping .inner-area,
	#thecheckout-address-invoice .inner-area,
	.checkout-block#thecheckout-account .inner-area {
		padding-left:32px;
		border-left:1px solid #ccc!important;
	}
}
#thecheckout-shipping,
#thecheckout-address-invoice {
	margin-bottom:32px;
}
.form-group.tos1.checkbox {
  margin-bottom: 0px;
}

#content.page-content .custom-checkbox input[type=checkbox]+span,
#content.page-content .custom-checkbox input[type=checkbox]+span {
  border: 1px solid #D6D6D6!important;
}

#content.page-content .custom-checkbox input[type=checkbox]:checked+span {
  border: 1px solid #E30C13!important;
}

.registration-desc {
  font-size: 13px;
  color: #3b3b3b;
  width: 430px;
  position: absolute;
  top: 54px;
  left: 64px;
  line-height: 24px;
  display:none;
}

.logged-in #thecheckout-account .registration-desc {
  display: none;
}

@media (max-width:1400px) {
  .registration-desc {
    width: 300px;
  }
}

@media (max-width:1200px) {
  .registration-desc {}
}

@media (max-width:991px) {
  .checkout-block form {
    max-width: 100%;
  }

  .registration-desc {
    width: calc(100% - 40px);
  }
  div#thecheckout-address-invoice {
	  border-bottom:1px solid #ccc;
	  padding-bottom:32px;
	  margin-bottom:30px;
  }
}

#tc-container .checkout-area-4 {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left:32px;
}

#thecheckout-psgdpr {
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
  display: none;
}

#thecheckout-data-privacy .inner-area,
#thecheckout-data_privacy .inner-area {
  width: 66%;
  float: right;
}

#thecheckout-psgdpr .inner-area {
  width: 66%;
  float: right;
}

#thecheckout-account .custom-checkbox span,
#thecheckout-data-privacy .custom-checkbox span,
#thecheckout-data_privacy .custom-checkbox span,
#thecheckout-psgdpr .custom-checkbox span {
  background: none;
}

#tc-container-mobile .captcha_register,
#thecheckout-data-privacy {
  padding: 10px 20px;
  display: none;
}

@media screen and (max-width: 767px) {
  #tc-container-mobile .card-block {
    padding: 20px 0px 8px 0px;
  }
}

@media (max-width: 991px) {
  #thecheckout-psgdpr .inner-area {
    width: 100%;
    float: left;
  }

  #thecheckout-data-privacy .inner-area,
  #thecheckout-data_privacy .inner-area {
    width: 100%;
    float: left;
  }

  .checkout-block#thecheckout-account {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.checkout-block#thecheckout-account .inner-area {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
}

@media (max-width: 991px) {
  .checkout-block#thecheckout-account .inner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*.checkout-block#thecheckout-account .inner-area .account-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}

.checkout-block#thecheckout-account .inner-wrapper {
  flex: 0 0 66%;
  max-width: 66%;
}*/

@media (max-width: 991px) {
  .checkout-block#thecheckout-account .inner-area .account-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .registration-desc {
    order: 1;
    position: relative;
    top: -45px;
  }

  .checkout-block#thecheckout-account .inner-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.checkout-block#thecheckout-account .inner-area .account-fields {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 100%;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .checkout-block#thecheckout-account .inner-area .account-fields {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .checkout-block#thecheckout-account .inner-area .account-fields {
    margin-top: 0px;
  }
}

#tc-payment-confirmation #conditions-to-approve>ul>li:first-child {
  display: none !important;
}

.checkout-block#thecheckout-account .form-fields .txt-required {
  padding: 10px 0 0;
}

.checkout-block.num-2 {
  margin: 0;
}

.checkout-block.num-2 .block-header.address-name-header {
  margin-bottom: 25px !important;
}

.checkout-block.num-2 .h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
}

.checkout-block.num-2 .business-customer {
  padding: 0 0 10px;
}

.checkout-block.num-2 .business-customer label {
  font-weight: bold;
  font-size: 15px !important;
  color: #000 !important;
}

.checkout-block.num-2 .second-address {
  padding-top: 10px;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .checkout-block#thecheckout-shipping {
    margin-top: 30px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
  }
  .checkout-block#thecheckout-payment {
		border-bottom:1px solid #ccc;
		padding-bottom:20px;
		margin-bottom:30px;
  }
}

.checkout-block#thecheckout-shipping .shipping-method-header {
  margin-bottom: 0px;
}

.checkout-block#thecheckout-data-shipping {
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 43px;
  margin: 0 0 14px;
}

@media (max-width: 575px) {
  .checkout-block#thecheckout-data-shipping {
    padding: 0 0 53px;
    margin: 0 0 27px;
  }
}

.checkout-block#thecheckout-data-shipping .block-header:before {
  content: "3";
}

.checkout-block#thecheckout-data-shipping .block-header {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .checkout-block#thecheckout-data-shipping .block-header {
    margin-bottom: 19px;
  }
}

.checkout-block#thecheckout-data-shipping .block-data-shipping {
  position: relative;
  max-width: 270px;
}

@media (max-width: 575px) {
  .checkout-block#thecheckout-data-shipping .block-data-shipping {
    max-width: 100%;
  }
}

.checkout-block#thecheckout-data-shipping .block-data-shipping label {
  position: absolute;
  top: -10px;
  left: 25px;
  background: #fff;
  padding: 0 9px;
  font-size: 12px;
  margin: 0;
  z-index: 5;
  font-weight: 400;
  opacity: 1;
  color: #7a7a7a;
}

.checkout-block#thecheckout-data-shipping .block-data-shipping select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.859' height='21.25' viewBox='0 0 21.859 21.25'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='21.859' height='21.25' fill='%234b3e2e'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.609,2.625A2.625,2.625,0,1,0,19.234,0a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M8.305,2.625A2.625,2.625,0,1,0,10.93,0,2.625,2.625,0,0,0,8.305,2.625' fill='%234b3e2e'/%3E%3Cpath d='M0,2.625A2.625,2.625,0,1,0,2.625,0,2.625,2.625,0,0,0,0,2.625' fill='%234b3e2e'/%3E%3Cpath d='M16.609,10.625A2.625,2.625,0,1,0,19.234,8a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M8.305,10.625A2.625,2.625,0,1,0,10.93,8a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M0,10.625A2.625,2.625,0,1,0,2.625,8,2.625,2.625,0,0,0,0,10.625' fill='%234b3e2e'/%3E%3Cpath d='M16.609,18.625A2.625,2.625,0,1,0,19.234,16a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M8.305,18.625A2.625,2.625,0,1,0,10.93,16a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M0,18.625A2.625,2.625,0,1,0,2.625,16,2.625,2.625,0,0,0,0,18.625' fill='%234b3e2e'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 23px;
}

.checkout-block#thecheckout-payment .payment-method-header {
  margin-bottom: 0px;
}

.checkout-block#thecheckout-payment .payment-options>div>.payment-option {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkout-block#thecheckout-payment .payment-options>div>.payment-option .payment-form {
  margin-left: 0;
  margin-top: 15px;
}

.checkout-block#thecheckout-payment .payment-options>div>.payment-option .payment-form .dotpay-one-channel {
  margin: 0;
  border: 0;
  padding: 0;
}

.checkout-block#thecheckout-html-box-1 h4,
.checkout-block#thecheckout-html-box-1 .block-header.address-name-header {
  margin-bottom: 27px;
}

@media (max-width: 575px) {

  .checkout-block#thecheckout-html-box-1 h4,
  .checkout-block#thecheckout-html-box-1 .block-header.address-name-header {
    margin-bottom: 29px;
  }
}

.checkout-block#thecheckout-cart-summary .shopping-cart-header {  
	color: #000;
	border-top: 0;
	padding-bottom: 32px;
	padding-top: 0;
	margin-top: 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 42px; 
	text-transform: uppercase;
}

#thecheckout-cart-summary .error-msg {
  font-size: 13px;
  padding: 17px 22px !important;
  line-height: 16px;
  background: #EC0000 !important;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-radius: 0px;
}

#thecheckout-cart-summary .error-msg:before {
  content: none;
}

.checkout-block#thecheckout-cart-summary .shopping-cart-header .btn {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px !important;
}

.checkout-block#thecheckout-cart-summary .cart-detailed-totals .shopping-cart-header {
  padding-bottom: 18px;
  margin-bottom: 12px;
}

.checkout-block .inner-area {
  padding: 0px;
}

.checkout-block#thecheckout-confirm #conditions-to-approve .condition-label sup {
  font-size: 14px;
  color: #C70004;
  top: 0;
}

.checkout-block#thecheckout-confirm .error-msg {
  margin-bottom: 12px;
}

.checkout-block .btn-primary {
  line-height: 20px;
  padding-top:10px;
  padding-bottom:10px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
}

.business-fields-separator {
  display: none !important;
}

.address-fields {
  /*max-width: 770px;*/
}

.address-fields+.txt-required {
  font-size: 12px;
  margin-top: -40px;
}

.address-fields+.txt-required sup {
  color: #E30C13;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
  top: 0;
}

@media (max-width: 575px) {
  .address-fields+.txt-required {
    margin-bottom: 20px;
  }
}

.address-fields .form-fields>.error-msg {
  display: none;
}

.address-fields .customer-addresses {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left;
  margin-bottom: 26px;
  display:none;
}

.address-fields .customer-addresses .custom-link:hover {
  color: #C70004;
  text-decoration: none;
  border: 0;
}

.address-fields .customer-addresses .addresses-selection {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
}

.address-fields .customer-addresses .addresses-selection select {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 40px;
}

.address-fields .customer-addresses .addresses-selection .saved-addresses-label {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.address-fields .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}
.address-fields .form-fields .form-group {
  padding: 0 0px;
  margin-bottom: 25px;
}
@media(min-width:992px) {
	#delivery-address.address-fields,
	#invoice-address.address-fields {
		margin:0px -12px;
	}
	.address-fields .form-fields .form-group {
		padding:0px 12px;
	}
}	

#invoice-address.address-fields .form-group.phone,
#delivery-address.address-fields .form-group.phone {
	max-width:50%;
	margin-bottom:0px;
}
#invoice-address.address-fields .form-group.vat_number label {
	margin-bottom:24px;
}	
#invoice-address.address-fields .form-group.vat_number { 	
	margin-bottom:49px;
	position:relative;
}
@media(min-width:992px) {
	#invoice-address.address-fields .form-group.id_country label {
		margin-bottom:24px;
	}
	#invoice-address.address-fields .form-group.id_country {
		margin-bottom:49px;
		position:relative;
	}
	#invoice-address.address-fields .form-group.id_country:after {
		content:"";
		border-bottom:1px solid #ccc;	
		position: absolute;    
		width: 100%;
	}
}
#invoice-address.address-fields .form-group.vat_number:after {
	content:"";
	border-bottom:1px solid #ccc;	
    position: absolute;    
    width: calc(100% - 25px);
}
@media (max-width: 991px) {
	#invoice-address.address-fields .form-group.phone,
	#delivery-address.address-fields .form-group.phone {
		max-width:100%;
		margin-bottom:0px;
	}
	#invoice-address.address-fields .form-group.vat_number:after {
		width: 100%;
	}
}
#invoice-address.address-fields .form-group.phone label {
	margin-bottom:0px;
}
@media (max-width: 575px) {
  .address-fields .form-fields .form-group.address2,
  .address-fields .form-fields .form-group.address3 {
    max-width: 100%;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

.address-fields .form-fields .form-group.missing-street-number label[data-missing-street-nr-notice]:after {
  display: none;
}

.address-fields .form-fields .form-group.vat_number .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.address-fields .form-fields .form-group.vat_number .input-group .form-control,
.address-fields .form-fields .form-group.vat_number .input-group #delivery #delivery_message,
#delivery .address-fields .form-fields .form-group.vat_number .input-group #delivery_message,
.address-fields .form-fields .form-group.vat_number .input-group .cart-summary .block-promo .promo-input,
.cart-summary .block-promo .address-fields .form-fields .form-group.vat_number .input-group .promo-input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 160px;
}

.address-fields .form-fields .form-group.vat_number .input-group .input-group-btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

.address-fields .form-fields .form-group.vat_number .input-group .input-group-btn .btn {
  height: 40px;
}

.address-fields .form-fields .form-group.vat_number .input-group .error-msg {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.second-address label {
  font-weight: 700;
  font-size: 14px !important;
  color: #222 !important;
  line-height:20px!important;
}

/*.account-fields .form-fields {
  padding-top: 0px;
}*/
.account-fields .has-float-label {
  /*max-width: 434px;*/
}

@media (max-width: 767px) {
  .account-fields .has-float-label {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .account-fields .form-fields .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.account-fields .form-fields .form-group.email {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 15px;
  max-width: 50%;
  margin-bottom: 8px;
}

@media (max-width: 1320px) {
  .account-fields .form-fields .form-group.email {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .account-fields .form-fields .form-group.email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.account-fields .form-fields .form-group.password {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  margin-bottom: 8px;
}

@media (max-width: 1320px) {
  .account-fields .form-fields .form-group.password {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .account-fields .form-fields .form-group.password {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  div#tc-container-mobile .form-group.email {
    margin-bottom: 0px;
  }

  #create_account {
    margin: 0px 0px 20px 0px !important;
  }
}

.account-fields .form-fields .form-group.checkbox {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 767px) {
  .account-fields .form-fields .form-group.checkbox {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 2;
  }
}

.account-fields .form-fields .form-group.checkbox label {
  width: calc(100% - 46px);
}

@media (min-width: 992px) and (max-width: 1320px) {
  .account-fields .form-fields .form-group.checkbox label {
    width: calc(100% - 15px);
  }
}

@media (max-width: 991px) {
  .account-fields .form-fields .form-group.checkbox label {
    width: 100%;
  }
}

.page-content .register-form .custom-checkbox label[for="psgdpr"]:after,
.page-content .register-form .custom-checkbox label[for="customer_privacy"] p:after {
  content: '*';
  color: #E91E63;
  margin-left: 5px;
}

.page-content .register-form .custom-checkbox label:before {
  display: none;
}

.page-content .register-form .custom-checkbox label em {
  margin-top: 0px;
}

.page-content .register-form .custom-checkbox {
  display: flex;
  /*padding-left: 20px;*/
}

.page-content .custom-checkbox {
  padding-left: 0px;
  position: relative;
}

.page-content .custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 0;
  top: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
}

.page-content .custom-checkbox input[type="checkbox"]+span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  border-radius: 0 !important;
  cursor: pointer;
  border: solid 1px #D1D1D1;
  text-align: center;
  line-height: 20px;
  background: #fff !important;
}

.page-content .custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  display: none;
  margin: 0;
  font-size: 16px;
  color: #C70004;
  font-weight: bold;
  width: 100%;
  line-height: 18px;
  font-size: 0;
}

.page-content .custom-checkbox input[type="checkbox"]+span .checkbox-checked:before {
  content: "\e876";
  font-size: 16px;
}

.page-content .custom-checkbox input[type="checkbox"]:checked+span {
  background: none;
}

.page-content .custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
  display: none;
}

.page-content .custom-checkbox input[type="checkbox"]:focus+span {
  border-color: #7a7a7a;
}

span.custom-checkbox span.label {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #3b3b3b !important;
}

span.custom-checkbox span.label a {
  color: #575757 !important;
  font-weight: 600;
}

span.custom-checkbox label p {
  font-size: 14px;
  display: inline-block;
  margin: 0px;
}

#create_account {
  margin: 0;
  margin-top: -10px;
}

@media (max-width: 575px) {
  #create_account {
    margin: 0px 0px 20px 0px !important;
  }
}

#create_account span.custom-checkbox span.label {
  font-weight: bold;
}

.delivery-options,
.payment-options {
  padding: 0;
  border: 0;
  /*border-bottom: 1px solid #D1D1D1!important;*/
  margin-top: 11px;
  border-radius: 0 !important;
}

.delivery-options .shipping-radio,
.payment-options .shipping-radio {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.delivery-options .shipping-radio .custom-radio input[type=radio],
.payment-options .shipping-radio .custom-radio input[type=radio] {
  z-index: 1;
}

.delivery-options .row.delivery-option,
.delivery-options .payment-option,
.payment-options .row.delivery-option,
.payment-options .payment-option {
  margin: 0;
  padding: 12px 0;
  width: 100%;
  min-height: 40px;
}

.delivery-options .row.delivery-option .h6,
.delivery-options .payment-option .h6,
.payment-options .row.delivery-option .h6,
.payment-options .payment-option .h6 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 18px;  
	text-transform: uppercase;
}

.delivery-option-delay {
  line-height: 16px;
  font-size: 12px;
  color: #222;
  margin-top:2px;
}

body.logos-on-the-right .delivery-option-detail .name-and-delay .delivery-option-price {
  margin-top: 0px;
  line-height:24px;
}

.carrier-price-with-tax-formatted {
  font-weight: 700 !important;  
  line-height: 24px;
}
.delivery-option-price .carrier-price {
	font-weight: 700!important;  
}
body#checkout #hook-display-after-carrier {
  margin-top: 0px;
}

.delivery-options .delivery-option>label,
.payment-options .delivery-option>label {
  margin: 0;
}

.delivery-options .delivery-option>label>.row,
.payment-options .delivery-option>label>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-options .delivery-option>label>.row .delivery-option-detail,
.payment-options .delivery-option>label>.row .delivery-option-detail {
  max-width: 226px;
  width: 100%;
}

.delivery-options .delivery-option>label>.row .delivery-option-name,
.payment-options .delivery-option>label>.row .delivery-option-name {
  margin: 0;
}

.delivery-options .delivery-option>label>.row .delivery-option-logo,
.payment-options .delivery-option>label>.row .delivery-option-logo {
  position: static;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {

  .delivery-options .delivery-option>label>.row .delivery-option-logo,
  .payment-options .delivery-option>label>.row .delivery-option-logo {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

.delivery-options .delivery-option>label>.row .delivery-option-logo img,
.payment-options .delivery-option>label>.row .delivery-option-logo img {
  margin: 0;
}

.delivery-options .delivery-option>label>.row .carrier-price,
.payment-options .delivery-option>label>.row .carrier-price {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
}

.delivery-options .delivery-option>label>.row .delivery-option-delay,
.payment-options .delivery-option>label>.row .delivery-option-delay {
  text-align: left;
}

@media (min-width: 768px) {

  .delivery-options .delivery-option>label>.row .delivery-option-delay,
  .payment-options .delivery-option>label>.row .delivery-option-delay {
    width: 42%;
  }
}

.delivery-options .delivery-option>label>.row .delivery-option-delay .carrier-delay,
.payment-options .delivery-option>label>.row .delivery-option-delay .carrier-delay {
  padding: 0;
  color: #7a7a7a;
}

.delivery-options .tc-main-title,
.payment-options .tc-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

body#checkout .additional-information {
  background: transparent !important;
  font-size: 13px !important;
  border: 0px !important;
}

@media (max-width: 767px) {

  .delivery-options .tc-main-title,
  .payment-options .tc-main-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.delivery-options .additional-information,
.payment-options .additional-information {
  margin-top: 0px;
}

.delivery-options .additional-information p,
.payment-options .additional-information p {
  margin: 0;
  color: #272727;
}

.delivery-options .payment-option,
.payment-options .payment-option {
  padding: 0px 0 0px 32px;
  position: relative;
}

.delivery-options .payment-option .custom-radio,
.payment-options .payment-option .custom-radio {
  margin: 0;
  position: absolute;
  left: 0;
  top: 11px;
}

.delivery-options .payment-option label,
.payment-options .payment-option label {
  padding-top: 0;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-options .payment-option label img,
.payment-options .payment-option label img {
  margin: 0px 0 0 0px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.delivery-options .payment-option label+.additional-information,
.payment-options .payment-option label+.additional-information {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.payment-options {
  margin-bottom: 21px;
}

.using-material-icons .custom-radio {
  width: 21px;
  height: 21px;
  border: 1px solid #ddd;
  margin-right: 18px;
}

.using-material-icons .custom-radio input[type="radio"] {
  z-index: 1;
}

.using-material-icons .custom-radio input[type="radio"]+span {
  width: 13px;
  height: 13px;
  display: block !important;
  background: #C70004;
  border: 0;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}

.using-material-icons .custom-radio input[type="radio"]:checked+span {
  opacity: 1;
}

#delivery {
  position: relative;
}

@media (max-width: 575px) {
  #delivery {
    padding: 0 0 0px;
    margin: 0 0 0px;
  }
}

#delivery label {
  font-size: 14px !important;
  margin: 0;
  z-index: 5;
  font-weight: 600;
  opacity: 1;
  color: #000;
  margin-bottom: 5px;
}

#delivery #delivery_message {
  border-radius: 5px;
  height: 100px;
  border-color: #ccc;
}

body#checkout .custom-checkbox span {
  flex: auto;

}

.cart-item .product-line {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart-item .product-line {
    padding-bottom: 60px;
    position: relative;
  }

  .product-line__cell.product-line__cell--total,
  .product-line__cell.product-line__cell--price {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .cart-item .product-line {
    position: relative;
	flex-direction:column;
  }
}

.product-line-image {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .product-line-image {
    width: 100px;
  }
}

.product-line-image img {
  max-width: 80px;
  height: auto;
}

.product-line-body .product-line-desc {
  display: flex;
  flex-direction: column;
}

.product-line-body {
  padding-left: 0 !important;
}

.product-line-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}

@media (max-width: 767px) {
  input.cart-line-product-quantity {
    width: 37px !important;
  }

  .checkout-block a.cart-line-product-quantity-up,
  .checkout-block a.cart-line-product-quantity-down {
    width: 30px !important;
  }
}

.product-line-actions>div {
  line-height: inherit;
  text-align: left;
}

.product-line-delete {
  position: absolute;  
  right: 0;
  padding: 0;  
  margin-top: 0px;
}

.product-line-delete .remove-from-cart {
  margin: 0;
}

.product-line-delete .remove-from-cart:hover {
  opacity: 0.7;
}

.product-line-qty {
  line-height: 12px;
  padding: 0;
}
body#checkout a:hover {
	color:#E30C13;
}
@media (max-width: 767px) {
  .product-line-qty {}
}

.product-line-price .product-price {
  font-size: 14px;
  line-height: 18px;
  color: #000 !important;
  font-weight: 700;
}

.cart-item:last-child,
.cart-item:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
}

.cart-detailed-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  left: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.cart-detailed-totals .product-with-taxes,
.cart-detailed-totals .product-without-taxes {
  justify-content: flex-end;
}

.cart-detailed-totals .card-block {
  padding-left: 0px;
  padding-right: 0px;
}

.cart-detailed-totals .card-block.total-card-block {
  border-top: 1px solid #ccc;
}

.cart-summary-line {
  margin-bottom: 0px;
}
.cart-summary-line:not(:last-child) {
	margin-bottom: 0px;
}
.cart-summary-line .value {
	font-size:14px;
	color:#000;
}
.product-line-info .label {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.product-line-info .label:hover {
  color: #C70004;
}

.product-line-info.quantity-info .qty-label.label-success {
  display: none;
}

.product-line-info.quantity-info .qty-label.label-warning {
  font-size: 13px;
  line-height: 1.2em;
  padding: 3px 0 10px 16px;
  position: relative;
  text-align: left;
  color: #C70004;
  font-style: normal;
  background: none;
  border-radius: 0;
  display: block;
}

.product-line-info.quantity-info .qty-label.label-warning:before {
  font-size: 29px;
  position: absolute;
  left: -9px;
  top: 3px;
  content: "\E5C5";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-line-info.product-attribute {
  display: flex;
  margin-top: 8px;
  align-items:baseline;
  font-size:14px;
}

.product-line-info.product-title {
  margin-bottom: 10px;
}

.product-line-info.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  min-height: 20px;
  margin: 0;
  text-transform: none;
  flex-direction: column;
}

.product-line-info.product-price .unit-price-cart {
  display: none;
}

.product-line-info.product-price.has-discount .price {
  color: #000;
}

.product-line-info.product-price .product-discount .regular-price {
  color: #575757;
  font-size: 12px;
  display: inline-block;
  position: relative;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 15px;
  line-height: 22px;
  text-decoration: line-through;
}

.product-line-info.product-price .product-discount .regular-price:before {
  display: none;
}

.product-line-info.product-price .product-discount .regular-price::after {
  display: none;
  content: "";
  width: 110%;
  border-top: 1px solid #636262;
  position: absolute;
  top: 12px;
  left: -2px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.qty-box {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
}

.qty-box a {
  width: 38px;
  height: 38px;
  border: 0;
  background: none;
  text-align: center;
}

.qty-box a:after {
  display: none;
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 38px;
  font-weight: 400;
  font-style: normal;
  content: "\e15b";
  color: #000;
}

.qty-box a.cart-line-product-quantity-up:after {
  content: "\e145";
}

.qty-box a:hover:after {
  color: #C70004;
}

.qty-box input {
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 38px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  height: 38px;
  width: 42px;
}

#conditions-to-approve span.custom-checkbox,
div#tc-payment-confirmation {
  text-align: left;
}

#conditions-to-approve span.custom-checkbox,
#conditions-to-approve ul,
.condition-label {
  display: block;
}

.ps-shown-by-js button.btn.btn-primary.center-block {
  border-radius: 0;
  max-height: inherit;
  padding: 10px 12px;
  font-size: 15px;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
}

.condition-label label {
  font-size: 12px;
  color: #3B3B3B;
}

.condition-label label a {
  color: #3B3B3B;
  text-decoration: none;
}

.condition-label label a:hover {
  color: #000;
}

#thecheckout-required-checkbox-2,
#thecheckout-required-checkbox-1 {
  margin-bottom: 0;
  display: block;
  padding-top: 0px;
  padding-bottom: 6px;
}

.card.cart-summary {  
  padding: 0px;
  box-shadow: none;
  border-radius: 0;
  border: 0;  
  margin: 0px;
}
@media(min-width:992px) { 
	.card.cart-summary {  
		padding-left:24px;
		border-left:1px solid #ccc!important;
	}
}
.error-msg {
  margin-top: 0;
  border-radius: 0;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px;
  padding: 0 0 0 14px !important;
  background: none !important;
  border: 0;
  position: relative;
  text-align: left;
  color: #C70004;
  font-style: normal;
  margin-bottom: 0 !important;
}

.error-msg:before {
  content: '';
  left: 0px;
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #F03927;
  /* Màu mũi tên */
}
}

#main>.error-msg {
  max-width: 100%;
}

.checkbox .error-msg {
  margin-top: 0;
}

#tc-payment-confirmation .terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#tc-payment-confirmation .terms-and-conditions+.error-msg {
  margin: 0 0 15px;
}

#tc-payment-confirmation .terms-and-conditions .error-msg {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 25px;
}

.card-block.promo-discounts li {
  line-height: 24px;
}

.block-promo .promo-code form {
  width: 100%;
}

.block-promo .promo-input-button .promo-input {
  margin: 0;
  border: 1px solid #ccc !important;
  color:#4d4d4d;
  border-radius: 30px;
  height: 40px !important;
  padding: 6px 15px;
  flex-grow: 1;
  font-size:14px;
}

.block-promo .promo-input-button .promo-input+button {
  padding-left: 20px;
  padding-right: 20px;
  border: 0px;
}

.block-promo .promo-code .form-control-label {
  display: none;
}

body#checkout .custom-radio {
  border: 1px solid #ccc;
}

body#checkout .selected .custom-radio {
  border: 1px solid #E30C13;
}

body#checkout .custom-radio input[type="radio"]:checked+span {
  width: 12px !important;
  height: 12px !important;
  border-color: #E30C13 !important;
  margin-top: 3px;
  margin-left: 3px;
}

#thecheckout-cart-summary .cart-item {
  padding:12px 0px;
  list-style: none;
  position: relative;
}

.cart-detailed-totals>.card-block {
  padding-top: 15px;
}

.cart-detailed-totals>.card-block:last-child {
  border-top: 0px solid #ccc;
  margin-top: 10px;
}

.block-promo .promo-code {
  padding: 0px;
}

.block-promo .promo-code-button {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
  background: transparent !important;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px !important;
  font-weight: bold;
  text-align: left;
}

.cart-summary h4 {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  color: #000;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 600;
  border-bottom: 0px;
  padding-bottom: 0px;  
  text-transform: uppercase;
}

#thecheckout-order-message {
  padding-bottom: 0px;
  padding-top: 0px;    
}
@media(min-width:992px) { 
	#thecheckout-order-message {	  
		padding-left:24px;
		border-left:1px solid #ccc;
	}
}
#thecheckout-cart-summary .cart-grid {
  margin-bottom: 0px;
}

#delivery_message,
.cart-grid .card.cart-summary {
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  body#checkout .form-group {
    margin-bottom: 25px;
  }

  #thecheckout-account .form-fields {
    padding-top: 24px;
  }
}

/*.custom-radio input[type=radio]:checked + span {
  background-color: #95BF0B;
}*/
.using-material-icons .custom-radio input[type=radio]:checked+span {
  background-image: none !important;
  background-color: #E30C13;
}

#checkout .custom-checkbox span {
  box-shadow: none;
}

body#checkout .additional-information {
  margin-left: 32px;
  margin-top: 0;
}

body#checkout .additional-information:not(.payment-option-selected) {
  display: none !important;
}

.payuConditions {
  margin: 0;
  padding-bottom: 10px;
}

.pay-methods {
  margin-top: 0px;
  margin-bottom: 0px;
}

span.carrier-delay,
.payment-options .additional-information p,
.payuConditions {
  font-size: 12px;
  color: #222 !important;  
	font-weight: 400;
	line-height: 16px;
}

.checkout-block .card.cart-summary {
  border-bottom: none !important;
}

#delivery label {
  font-weight: 600;
  line-height: 24px;
}

body#checkout .condition-label label {
  font-weight: normal;
  font-size: 13px;
  color: #3b3b3b;
}

.condition-label label a {
  font-weight: 600;
}

.payment-options .additional-information p {
  padding-bottom: 10px;
  line-height: 16px;
}

.delivery-option-row-custom {
  padding-left: 35px !important;
}

.free-ship,
.cart-summary-line.cart-total.cart-total-auto-tax>span {
  color: #2B809D;
}

.free-ship {
  font-size: 17px;
  color: #7CA103;
  margin-top: 7px;
}

.free-ship .total-limit {
  font-weight: 700;
}

.product-line-body .product-line-info span.label,
.product-line-body .product-line-info span.value,
.product-line__name-content {
  color: #222;
}

.product-line-body .product-line-info span.value {
  font-weight: 700;
  margin-left: 5px;
}

.has-discount .price {
  color: #000;
}

#thecheckout-confirm {
  padding-top: 0;
  padding-right: 0px;
}
@media(min-width:992px) {  
	#thecheckout-confirm {	 
		padding-left: 24px;
		border-left:1px solid #ccc;
	}
}
.address-fields .form-fields .form-group:last-child {
  margin-bottom: 0;
}

.address-is-used {
  text-align: left;
}

.free-ship .icon svg {
  margin: auto;
}

.free-ship .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  background: #95BF0B;
  margin-right: 6px;
}

.checkout-block .card-block:first-child {
  border-top: none !important;
}

body.logos-on-the-right .payment-option label .payment-logo {
  order: unset !important;
}

body.logos-on-the-right .payment-option label .payment-call-to-action-and-logo {
  margin-left: 0px;
}

#tc-container .sociallogin-wrap {
  flex-direction: row;
  margin-top: 0px;
  align-items: center;
  margin-left: 18px;
}

/* thecheckout module end */
@media (max-width: 767px) {
  .cookiesplus-buttons .col-md-4:first-child {
    padding-right: 15px !important;
  }

  .cookiesplus-buttons .col-md-4:last-child {
    padding-left: 15px !important;
  }
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  left: auto;
  right: 0px;
}

/*** WISHLIST ***/
.wishlist-add-to .modal-body {
  padding: 24px 25px !important;
}

.wishlist-list {
  border: 0px !important;
}

.wishlist-list .wishlist-list-item {
  padding: 8px 0px !important;
  line-height: 20px !important;
}

.wishlist-modal .wishlist-list .wishlist-list-item p {
  padding: 0px !important;
  color: #2B809D !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700;
}

.wishlist-modal .modal-footer .btn {
  color: #fff;
}

.wishlist-modal .modal-footer .btn.btn-none {
  color: #2B809D;
  background: transparent;
  margin-right: 20px;
}

.wishlist-list .wishlist-list-item:hover {
  background: transparent !important;
}

.wishlist-add-to .modal-footer {
  text-align: right !important;
  padding-top: 0px;
  padding-bottom: 20px;
}

.wishlist-list-item-link {
  padding: 0px !important;
}

.wishlist-list .wishlist-list-item p {
  padding: 0px !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.wishlist-list-item-title span {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.wishlist-list-container .wishlist-list {
  border-top: 1px solid #ccc !important;
}

.wishlist-list-item-default {
  border-bottom: 1px solid rgba(0, 0, 0, .1803921569);
}

.wishlist-list-container .wishlist-list .wishlist-list-item {
  border-bottom: 1px solid #ccc;
}

.icon-delete {
  display: inline-flex;
  background: transparent url(delete.svg) center center / 22px 24px no-repeat;
  width: 22px;
  height: 24px;
}

.icon-share {
  display: inline-flex;
  background: transparent url(share.svg) center center / 21px 24px no-repeat;
  width: 21px;
  height: 24px;
}

.wishlist-list-item-right {
  display: flex;
}

.wishlist-list-item-right>button i {
  color: #222 !important;
}

.wishlist-container {
  display: flex;
  flex-direction: column;
}

.wishlist-container .wishlist-container-header {
  order: 2;
}

.wishlist-container #content {
  order: 1;
}

.wishlist-container .wishlist-container-header h1 {
  display: none;
}

.wishlist-container .wishlist-container-header .wishlist-add-to-new {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  border-radius: 5px !important;
  background: var(--red-red-500) !important;
  padding: 10px 20px !important;
  line-height: 20px !important;
  color: #fff !important;
  text-align: center;
  margin-top: 10px;
}

.wishlist-container .wishlist-container-header .wishlist-add-to-new i {
  display: none;
}

.wishlist-products-list .wishlist-products-item {
  flex: 0 0 25%;
  margin: 0px 0px 30px;
  padding: 0px 15px;
}

.wishlist-product-image {
  width: 100% !important;
}

@media (max-width:1440px) {
  .wishlist-products-list .wishlist-products-item {
    flex: 0 0 33%;
  }
}

@media (max-width:991px) {
  .wishlist-products-list .wishlist-products-item {
    flex: 0 0 50%;
  }
}

@media (max-width:768px) {

  .wishlist-container .page-content.card,
  .wishlist-products-container .page-content.card {
    box-shadow: none !important;
  }

  .wishlist-product-link {
    display: block !important;
  }

  .wishlist-product-image {
    width: 100% !important;
    height: auto !important;
    margin-right: 0px !important;
    position: inherit;
  }

  .wishlist-button-add {
    position: absolute !important;
    margin-left: 0px !important;
  }

  .wishlist-container .wishlist-container-header .wishlist-add-to-new {
    width: 100%;
  }
}

@media (max-width:600px) {
  .wishlist-products-list .wishlist-products-item {
    flex: 0 0 100%;
  }
}

.wishlist-products-list .wishlist-products-item .wishlist-product {
  max-width: 100% !important;
  background: var(--white-white-100, #FFF);
  box-shadow: 8px 4px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 12px 12px 20px 12px;
}

.wishlist-products-list {
  padding: 0px !important;
  margin: 0px -15px 0px -15px !important;
}

.product-miniature .product-title a {  
	color: #000;	
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}
.product-miniature .product-mpn {
	color: #191414;	
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	display:flex;
}

.product-miniature .wishlist-button-add {
  min-width: 30px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important;
  background: #f2f2f2!important;
  box-shadow: none !important;
}

.product-detail-wishlist .wishlist-button-add {
  width: auto !important;
}

.wishlist-button-add .icon-remove {
  display: inline-flex;
  background: transparent url(remove.svg) center center / 15px 15px no-repeat;
  width: 15px;
  height: 15px;
}

.wishlist-product-title {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
}

.wishlist-product-addtocart::before {
  content: " ";
  height: 40px;
  display: inline-flex;
  width: 40px !important;
  background: url(product-box-cart.svg) center center no-repeat;
  margin: 0px;
}

.wishlist-product-addtocart {
  height: 40px;
  font-size: 0px;
  position: absolute;
  bottom: 20px;
  right: 12px;
  width: 40px !important;
  background: #2B809D;
  border-width: 0px;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 0px !important;
  border-radius: 50%;
}

.wishlist-product-combinations {
  display: none !important;
}

.wishlist-product-price {
  color: #2B809D !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 40px;
  margin: 0px;
  display: flex;
  align-items: center;
  line-height: 18px !important;
  letter-spacing: 0.7px !important;
}

.wishlist-products-container {
  margin-top: 32px;
}

.wishlist-products-count,
.wishlist-products-container-header h1 {
  color: #000 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}

.wishlist-modal .modal-body .form-group .form-control {
  border-radius: 5px !important;
  color: #000;
}

.wishlist-footer-links {
  display: none;
}

.wishlist-products-container .sort-by-row {
  justify-content: flex-end;
}

.wishlist-products-container .sort-by-row .products-sort-order {
  width: auto;
}

.shipping-item {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}

.shipping-item-logo {
  width: 100px;
}

.shipping-item-content h4 {
  margin-top: 0px !important;
}

.shipping-item-content p {
  line-height: 24px;
  margin-bottom: 0px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.shipping-item-time {
  display: flex;
  gap: 17px;
  margin-top: 10px;
}

.shipping-item-time-icon {
  padding-top: 5px;
}

.shipping-item-content .price {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.7px;
}

.shipping-item-content .price-tax-label {
  margin-left: 5px;
  margin-right: 5px;
}

@media(max-width:460px) {
  .shipping-item {
    flex-direction: column;
    gap: 12px;
  }
}

#contact .psgdpr_consent_message span+span {
  padding-left: 25px;
}

.contact-rich ul {
  margin-bottom: 36px;
}

#contact #left-column,
#contact #content-wrapper {
  padding-top: 16px;
}

@media(max-width:767px) {
  #contact #content-wrapper {
    padding-top: 0px;
  }

  #contact .contact-rich {
    margin-bottom: 0px;
  }
}

.js-address-form .form-group--vat_number .js-input-column,
.vat_number .has-float-label {
  position: relative;
}

.fetch-company-data-btn {
  height: 40px !important;
  background: #2B809D!important;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 0px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  width: auto;
}

picture.hover {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateX(50%);
  width: 100%;
  height: auto;
}

a.product-thumbnail:focus-within>picture.hover,
a.product-thumbnail:hover>picture.hover {
  opacity: 1;
  transform: translateX(0);
}
#search #products .page-not-found {
	text-align: center;
}
.js-customer-form .field-password-policy {
    width: 100%;
}
/*** ORDER CONFIRM ***/
#order-confirmation #wrapper .container {
	max-width:1187px;
}
#content-hook_order_confirmation h1 {
	text-align: center;
}
#content-hook_order_confirmation .page-header {
	margin-bottom:0px;
}
#order-details h3 {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px; /* 120% */
	margin-bottom:16px!important;
}
#order-details ul li {
    margin-bottom: 0px;
}
#order-items .h3 {
	background:#222;
	color:#fff;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px; /* 128.571% */
	padding:11px 20px;
}
#order-items .order-line > div {
    border-bottom: 1px solid #ccc;
}
#order-items .img-details {
	display:flex;
	gap:30px;
}
#order-items .img-details .image {
	width:80px;
}
#order-items .image img {
	width:80px;
	margin-bottom:0px;
	border-radius: 3px;
	border: 1px solid #CCC;
}
#order-items .img-details .details {
}
#order-items .product-name {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px; /* 128.571% */
	display:inline-block;
	margin-bottom:10px;
}
#order-items .total-row {
    display: flex;
    justify-content: right;
    align-items: start;
	line-height:18px;
    width: 100%;
    font-size: 14px;
}
#order-items table tr.total-value {
	background-color:transparent;
}
#order-items .total-row .fixed-width {
	width:160px;
	margin-left:10px;
	text-align:left;
}
@media(max-width:991px) {
	#order-items .qty {
		display:none;
	}
	#order-items table {
		margin-top:15px;
	}
	#order-items .total-row {
    justify-content: space-between;
	}
	#order-items .order-line {
        margin-left: 0;
        margin-right: 0;
    }
	 #order-items .order-line:first-child > div {
		 border-top: 1px solid #ccc;
	 }
    #order-items .order-line > div {
        padding-left: 0;
        padding-right: 0;
		padding-top:15px;
		padding-bottom:5px;
        border-bottom: 1px solid #ccc;
    }
}
#order-items .mobi-qty {
}
#order-items .mobi-qty > div {
	line-height:18px;
	margin-top:8px;
}
#thecheckout-cart-summary #main > h4 {
	color:  #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	margin:0px;
}
#thecheckout-cart-summary #main > p {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
	margin-bottom:12px;
}	
@media(min-width:992px) {
	#order-items .mobi-qty {
		display:none;
	}
	#thecheckout-cart-summary #main > h4,
	#thecheckout-cart-summary #main > p {
		padding-left:34px;
	}
}
.number-group {
    width: 110px;
    display: flex;
    height: 50px;
    padding: 8px 39px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #CCC;
    background: #FFF;
	position:relative;
}
.number-group .pro-input-qty {  
	outline: none;
    width: 32px;
    height: 48px;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.number-group .buttons {
  height: 100%;
}
.number-group .buttons button {
    position: absolute;
    top: 0px;
    width: 39px;
    height: 48px;
    border: 0px;
}
.number-group .btn-plus {
	right: 0px;
	background: transparent url(plus.svg) center center no-repeat;
}
.number-group .btn-minus {
    left: 0px;
    top: 2px;
    background: transparent url(minus.svg) center center no-repeat;
}