/**/

.sfr{
	    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 2555;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%; 
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border-left: 3px solid rgba(0,0,0,0.5); 
animation: rotate 1s linear infinite;
  transform-origin: center; 
	margin-left: -50px;
	margin-top: -50px;
	
}

.product-flag.coupon.discount {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  background-color: #00b06c;
  color: #fff;
  margin: 0 auto;
  width: 260px; 
  font-size: 12px;
}

.checkout-step
{
  padding: 20px !important;
}
.checkout-step .content {
  display: none;
  padding: 20px 0;
}
.checkout-step.-current .content {
  display: block;
}
.checkout-step h1{
  margin-bottom: 0;
  cursor: pointer;
}

#checkout-login-form {
  padding: 20px;
  background-color: #f5f5f5;
  text-align: center;
}
.form-control-content {
}
#checkout .form-control {
  -webkit-box-shadow: none;
}
#checkout-login-form {
}
#checkout-login-form .form-group.forgot-password {
  display: block;
}
#checkout-login-form {
  margin-bottom: 30px;
}
@media screen and (min-width:768px){
#checkout-login-form .form-group {
  display: flex;
  align-items: center;
}
#checkout-login-form .form-group .form-control-label {
  width: 90px;
  text-align: right; 
  margin: 0;
}
#checkout-login-form .form-group .form-control-content {
 
  width: calc(100% - 100px);
  margin-left: 10px;
}
}

@keyframes rotate{
	0{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
		
	}
	
}

.list-brands
{
	display: flex;
	flex-wrap: wrap;
}
.list-brands > li
{ 
	width: calc( 33.33333% - 20px);
	margin-right: 20px;
	margin-bottom: 10px;
	
}
.list-brands > li > span
{
	background-color: #666;
color: #fff;
font-size: 16px;
text-transform: uppercase;
display: block;
padding: 2px 10px;
margin-bottom: 5px;
}

.list-brands > li li a {
    line-height: 1.5;
}
.category-description ul {
    list-style: disc;
    list-style-position: inside;
}
.image-brands
{
	column-count: 4;
	text-align: center;
}

.image-brands li
{
	padding: 15px 20px 15px 0;
}
.image-brands li a
{
	border: 1px solid #e4e4e4;
	display: block;
}

.products-sort-order button
{
	float: right;
}
.products-sort-order .dropdown-menu {
  position: relative !important;
  
  left: inherit !important;
  top: inherit !important;
}
.facet-title.actev i:after {
  content: "";
  position: relative;
		margin: 8px 0 5px 5px;
  border-left: 10px solid #444;
  display: block;
  height: 10px;
	width: 10px;
  border-radius: 100%;
}
@media screen and (max-width:768px)
{


.pagination {
  display: block;
}
.pagination .page-list {
  padding: ;
  flex-wrap: nowrap;
  font-size: ;
}
.pagination .page-list li a {
  font-size: 12px;
  padding: 2px;
}
.pagination .page-list li {
  margin: 0 4px !important;
}

.products-sort-order button
	{
		margin-top: 10px !important;
	}
	.block .category-title
	{
		font-size: 26px;
		line-height: 1.2;
	}
	
.facet-title.actev i {
  position: relative;
}
.facet-title.actev i:before{
  transform: rotate(-90deg);
}
.collapsing
	{
		transition: none !important;
	}
	
  .facet .facet-list.collapsing:before,
.facet .facet-list.in:before
	{
		content: attr(data-title);
		position: absolute;
		top: 15px;
		left: 10px;
		font-size: 24px;
		color: #000;
	}
  .facet .facet-list.collapsing:after,
.facet .facet-list.in:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 448 512"><path d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"/></svg>');
	position: absolute;
	right: 20px;
	top: 20px;
	height: 20px;
	width: 20px;
	}
	.facet .facet-list.in,  .facet .facet-list.collapsing{
	  position:fixed;
	  top: 0px;
	padding-top: 70px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  max-height: none !important;
	  background-color: #fff;
	  z-index: 2555;
	  height: 100%;
	  display: block;
    min-height: 100%;
	}
}


.landing {
  margin-top: -30px;
}
.landing .header {
  padding: 120px 0;
  position: relative;
  margin-bottom: 60px;
}
.landing .header:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  width: 100vw;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(118,118,118,0.6);
}
#cms .landing .header h1 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 15px !important;
  line-height: 1.1; 
	font-weight: normal;
}
.landing .header p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px;
}

.landing .header h1 span {
  font-size: 38px;
	text-transform: uppercase;
  font-weight: bold;
}
.landing .header h1:after{
	display: block;
	height: 2px;
	background-color:#eb211e;
	width: 150px;
	margin-top: 5px;
	content: "";
} 

.landing .header .row
{
	max-width: 1200px;
	margin: 0 auto;
}
.landing .header .totle
{
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.landing .header p span {
  display: block;
  font-size: 14px;
}
.landing .header input[type=text] {
  background-color: #fff;
}
.landing .header .input-group-btn {
  margin-top: 0;
}
.landing .header .input-group-btn input {
  background-color: #444;
  color: #fff;
  border-radius: 0;
  padding: 16px 40px;
}
.landing .header .psgdpr_consent_message {
  color: #efefef;
}
.landing .header .psgdpr_consent_message a {
  color: #fff;
}
.landing .infojob
{
  text-align: center;
}
.landing .infojob .row {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url('/web/20240625062524im_/https://bonaccorsobrand.it/img/registrarsi.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: left;
  background-size: 85% auto;
  max-width: 900px;
    margin:0 auto 30px; 
  justify-content: space-between;
} 
.landing .infojob .row span
{
  display: block;
  font-size:18px;
}
.landing .infojob .row .itm
{
  min-width: 200px;
	display: block;
margin: 0 auto 20px;
}
.landing .infojob .row .itm:before {
  content: "1";
  font-size: 70px;
  float: left;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
.landing .infojob .row .itm:nth-child(2):before {
  content: "2"; 
}
.landing .infojob .row .itm:nth-child(3):before {
  content: "3"; 
}
.landing .infojob .button {
  background-color: #eb211e;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}
.landing .infojob{
  margin: 60px 0;
}
.landing .sfnd {
  padding: 100px 0;
  /*! text-align: center; */
  position: relative;
}
.landing .sfnd h2 {
  text-align: center;
}
.landing .sfnd:before {
  position: absolute;
  left: calc(50% - 50vw);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #fdf9ed;
  content: "";
  z-index: 0;
}
.landing .box{
  background-color: #fff;
  padding: 20px;
  margin:10px;
  border: 1px solid #e0e0e0;
}

.landing .slide 
{
  display: flex;
  overflow:scroll;
}

.landing .slide .box{
  min-width: calc(25% - 20px);
 }

.product-miniature.bfri .product-miniature-thumbnail,
.product-miniature.bfri,
#product .bfri .product-left-column,
.product-miniature.bfri2 .product-miniature-thumbnail,
.product-miniature.bfri2 {
  position: relative;
}

 
#product .bfri .product-left-column:before,
.product-miniature.bfri .product-miniature-thumbnail:before {
  content: "";
  position: absolute; 
  right: 0;
  top: 0;
  width: 70px;
  height: 70px; 
  background-image: url('/web/20240625062524im_/https://bonaccorsobrand.it/img/bollino-Black-friday.png');
  background-size: 100%;
  z-index: 1;
  margin: 0 auto;
}
/*
*/

.product-miniature.bfri2 .product-miniature-thumbnail:before {
  content: "";
  position: absolute; 
  right: 0;
  top: 0;
  width: 70px;
  height: 70px; 
  background-image: url('/web/20240625062524im_/https://bonaccorsobrand.it/img/bollino-cyber-monday.png');
  background-size: 100%;
  z-index: 1;
  margin: 0 auto;
}
.thumb-mask > .mask img
{
	object-fit: contain;
}
@media screen and (max-width:768px)
{ 


#search_filter_controls {
  display: none;
}

	#cms .landing .header h1 span
	{
		font-size: 34px;
	}
	.landing .header .input-group-btn input
	{
		padding: 13px 10px;
	}
 
	.landing .slide .box{
	min-width:75%;
	}
	
.product-miniature.bfri .product-miniature-thumbnail:before,
.product-miniature.bfri2 .product-miniature-thumbnail:before 
	{
		width: 45px;
		height: 45px;
	}
}

.landing .box .nm .icon {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-color: lightblue;
  float: left;
  margin-right: 12px;
}
.landing .box .nm {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.landing .box .stars img{ 
  height: 20px;
  width: 100px
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	object-fit: contain;
	background-color: #fff;
}

.conter {
  height: 100%;
}
.conter img {
	max-height: 700px;
  height: 100% !important;
  object-fit: contain !important;
}
.cart-summary .cart-footer .btn {
  font-size: 16px;
  padding: 10px 30px;
  display: block;
}
#checkout .glid
{
	display: flex;
}

@media screen and (max-width:468px)
{
	.product-miniature .product-thumbnail img
	{
		max-height: 150px;
	}
	.product-flag.coupon.discount
	{
		width: auto;
		position: relative;
		line-height: 1.2;
		padding: 5px;
	}
	
}
@media screen and (max-width:320px)
{
	
.col-1 {
  padding: 0 0 0 15px;
}
}

#carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
#carousel ul li figcaption{ 
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}
#carousel figure{
    margin:0;
}

#carousel ul li figcaption .content{
  text-align: left !important;
  background-color: rgba(255,255,255,0.6);
  padding:30px 15px;
    width: fit-content;
}

#carousel ul li figcaption .content * {
  margin: 0 !important;
}

#carousel .carousel-item img {
  aspect-ratio: 1000 / 370;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.carousel-control{
    position: absolute;
  right: 4.6875rem;
  z-index: 25555;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: #ffffff;
  text-align: center;
  bottom: 0;
}
.carousel-control.prev{
    right: calc(4.6875rem + 120px);
} 
#content-wrapper
{
  width: 100%;
}
.col-xl-25 article.product-miniature{
  width: 100%;
  max-width: 100% !important;
  flex:auto;
  text-align: center;
}

.social-sharing li svg {
  display: block;
}

.blockreassurance_product .block-title {
  font-size: 18px;
  line-height: 48px;
}
.blockreassurance_product p{
  margin: 0;
}
 

.product-images.js-qv-product-images {
  display: flex;
  gap: 20px;
}
.product-images.js-qv-product-images li img
{
  border: 1px solid #444;
  
}
.product-images.js-qv-product-images li img:not(.selected) {
  opacity: 0.2;
}
.images-container .product-cover
{
  margin-bottom: 20px;
  width: 100%; 
}
.scroll-box-arrows.scroll {
  display: none;
}
.product-modal .cart-content-btn {
  display: flex;

}

.cart-content-btn {
  display: flex;
  justify-content: space-between;
}
.cart-content-btn > .btn {
  font-size: 12px;
  padding: 12px;
}
.cart-content-btn > .btn .material-icons{
  display: none;
}

.blockHome.block {
  padding: 60px 0;
}




/* ! Carrello */

.product-line-grid {
  display: flex;
  padding: 0 20px;
}
.card.cart-container {
  padding: 12px;
}
#cart #wrapper .js-content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.label.js-subtotal {
  width: 100%;
  margin: 0 !important;
}
.card.cart-summary {
  padding: 20px;
}
#cart-subtotal-shipping label {
  text-align: left !important;
}
#cart-subtotal-shipping .label, .js-subtotal {
  text-align: left !important;
}
.cart-total-auto-tax .label, #cart-subtotal-discount .label, #cart-subtotal-shipping .label, .js-subtotal {
  text-align: left;
}
#cart-subtotal-products {
  flex-wrap: nowrap;
}
.cart-summary-line {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.cart-summary-line .label {
  font-weight: 400 !important;
}



.cart-items li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.cart-items li:last-child {
  border-bottom: none;
}

.page-list {
  margin: 80px 0;
  padding-bottom: 50px;
}

.row.sort-by-row {
  display: none;
}


#category .js-content-wrapper {
  padding: 0 0 60px ;
}
.pagination {
  margin-top: 40px;
}

@media (min-width: 1201px) {
  .hidden-lg-up {
    display: none;
  }
}


@media (max-width: 1200px) {

#mobile_top_menu_wrapper {
    display: block;
  }
   #header .header-nav {
    position: unset;
    padding: 0 15px !important;
  }

  #header .text-sm-center.mobile {
  display: flex;
  gap: 12px;
  align-items: center;
}
#header .header-nav .right-nav.row {
  display: block;
  padding: 0;
}
.header_top {
  height: auto;
  padding: 0 0px 0 15px;
  line-height: normal;
  margin: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#search_widgets {
  max-width: 255px;
}.carousel-control {
  width: 50px;
  height: 50px;
  right: 0;
  display: block;
  line-height: 61px;
}
.carousel-control.prev {
  right: 52px;
}
#carousel .carousel-item img {
  min-height: 360px;
  object-fit: cover;
}
#carousel ul li figcaption {
  bottom: 60px;
}

.footer-container .footer-block, .block-contact {
  margin: 30px 0;
}
#contact-infos {
  margin-bottom: 50px;
}

#header .text-sm-center.mobile {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-nav .right-nav.row {
  display: block;
  padding: 0;
}
.header_top {
  height: auto;
  padding: 0 0px 0 15px;
  line-height: normal;
  margin: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}


  #search_widgets {
    max-width: 255px;
    min-width: 220px;
    margin-right: 36px !important;
      margin-left: auto !important;
  }
  body .products:not(.scroll) .product-miniature {
    width: 100% !important;
  }


.product-line-grid {
  display: block;
  padding: 0;
}
.card.cart-container {
  margin-bottom: 20px;
}
.cart-grid-right {
  margin-top: 40px;
}

#menu-icon {
  z-index: 999999;
  background: #fff;
  margin-left: 30px;
}


#menu-icon {
  z-index: 999999;
  background: #fff;
  margin-left: 30px;
}
#_mobile_logo img {
  max-width: 200px;
  object-fit: contain;
}
#menu-icon {
  position: absolute;
  top: 73px;
  right: 0px;
}
#menu-icon i {
  font-size: 40px;
  color: #000;
}

.close-mobile-menu-icon {
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
  text-align: right;
  margin-right: 10px;
}
#mobile_top_menu_wrapper {
  position: fixed !important;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.5);
  background: white;
  left: 16px;
  bottom: 0;
  top: 0;
  min-width: 300px;
  z-index: 100000000;
}


.dropdown-item span {
  display: none;
}
#contact-link {
  text-align: left;
  font-size: 16px;
  margin: 30px 0 20px;
  text-align: left;
  color: #000;
}
#contact-link span {
  font-weight: bold;
}
#mobile_top_menu_wrapper {
  padding: 0 20px;
  padding-top: 50px;
}
#category .js-content-wrapper {
  padding: 60px 10px;
}

#wrapper {
  display: block !important;
}

}



@media (max-width: 768px) {
  
.products.row .product {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 100%;
}


}




body#checkout .checkout-step {
  background: transparent;
}
body#checkout .checkout-step .nav {
  display: flex;
  gap: 10px;
  margin-bottom: 30px !important;
}
#field-firstname {
}
#checkout-addresses-step, #checkout-personal-information-step {
  font-size: ;
  display: ;
}
#checkout-personal-information-step #checkout-guest-form .form-group {
  width: 100% !important;
  float: none !important;
}

.custom-checkbox label,
body#checkout #delivery>label,
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left
}

.text-muted {
    font-size: .875rem
}

.done {
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.563rem;
    color: #4cbb6c
}

.thumb-mask>.mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    margin: .625rem 0;
    overflow: hidden;
    border: #f6f6f6 1px solid
}

.thumb-mask>.mask img {
    width: 55px;
    height: 55px
}

.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.definition-list dl dt {
    font-weight: 500
}

.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: .625rem;
    margin: .125rem;
    background: #f6f6f6
}

.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: #f6f6f6
}

.help-block {
    margin-top: .625rem
}

.btn.disabled,
.btn.disabled:hover {
    color: #ddd;
    background: #f6f6f6;
    opacity: 1
}

.alert-warning .material-icons {
    padding-top: .3125rem;
    margin-right: .625rem;
    font-size: 2rem;
    color: #ff9a52
}

.alert-warning .alert-text {
    padding-top: .625rem;
    font-size: .9375rem
}

.alert-warning .alert-link {
    padding: .3125rem 1.25rem;
    margin-left: .625rem;
    font-size: .8125rem;
    font-weight: 600;
    color: #6c868e;
    border-width: 2px;
    border-radius: 2px
}

.alert-warning ul li:last-child .alert-link {
    color: #fff
}

.alert-warning .warning-buttons {
    margin-top: .3125rem
}

.btn-tertiary-outline {
    color: #6c868e;
    background-color: transparent;
    background-image: none;
    border: .15rem solid #6c868e;
    border-color: #6c868e
}

.btn-tertiary-outline:hover {
    color: #bbcdd2;
    border-color: #bbcdd2
}

.alert {
    font-size: .8125rem
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    font-weight: 600;
    color: #7a7a7a
}

#mobile_top_menu_wrapper .top-menu,
.nav-item .nav-link.active,
.nav-item .nav-separtor.active,
.page-addresses .address .address-footer a:hover,
body#checkout,
body#checkout section.checkout-step .add-address a {
    color: #232323
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, .25)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (30px*2))
}

.popover {
    font-family: inherit
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.ui-autocomplete.ui-front {
    z-index: 999
}

.ps-alert-error {
    margin-bottom: 0
}

.ps-alert-error .item {
    background-color: #ff4c4c
}

.ps-alert-error .item,
.ps-alert-success .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    border: 2px #ff4c4c solid
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 15px #ff4c4c solid
}

.ps-alert-error .item i svg {
    width: 24px;
    height: 24px;
    background-color: #ff4c4c
}

.ps-alert-success .item i svg {
    width: 24px;
    height: 24px
}

.page-content.page-cms .ps-alert-error .item ul,
.page-content.page-cms .ps-alert-success .item ul,
.ps-alert-error .item .page-content.page-cms ul,
.ps-alert-error .item p,
.ps-alert-success .item .page-content.page-cms ul,
.ps-alert-success .item p {
    width: 100%;
    padding: 18px 20px;
    margin: 0;
    background-color: #fff
}

.ps-alert-success {
    padding: .25rem .25rem 2.75rem
}

.ps-alert-success .item,
.ps-alert-success .item i {
    border-color: #4cbb6c
}

.ps-alert-success .item,
.ps-alert-success .item i svg {
    background-color: #4cbb6c
}

#mobile_top_menu_wrapper .js-top-menu-bottom a,
.dropdown,
body#checkout section.checkout-step small {
    color: #7a7a7a
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
    color: #d10000
}

.dropdown .expand-more {
    color: #232323;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}

.dropdown select {
    color: #232323;
    background: #fff;
    border: 0;
    outline: 0;
    -moz-appearance: none
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #d10000;
    text-decoration: none;
    background: 0 0
}

.page-not-found .search-widget form,
.search-widget,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

.block_newsletter form input[type=text],
.search-widget form input[type=text] {
    min-width: 255px;
    padding: 10px;
    color: #7a7a7a;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .25)
}

.search-widget form input[type=text]:focus {
    color: #232323;
    background: #fff;
    outline: 3px #d10000 solid
}

.block_newsletter form button[type=submit],
.search-widget form button[type=submit] {
    position: absolute;
    right: .125rem;
    bottom: .3125rem;
    color: #7a7a7a;
    background: 0 0;
    border: 0
}

.header-top .search-widgets form input[type=text] {
    width: 100%;
    min-width: inherit;
    color: #9b9b9b;
    background: #f6f6f6
}

.header-top .search-widgets form input[type=text]:focus {
    background: #fff
}

.header-top .search-widgets form button[type=submit] {
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-top #search_widget input {
    padding-right: 1rem
}

.top-menu[data-depth="1"] {
    margin: .625rem
}

.top-menu[data-depth="0"] {
    margin-bottom: 0
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: .625rem;
    font-weight: 400;
    color: #7a7a7a
}

.top-menu a.dropdown-submenu {
    font-weight: 600;
    color: #232323;
    text-transform: uppercase
}

.top-menu a[data-depth="0"] {
    padding: .625rem;
    font-size: 1rem;
    font-weight: 600
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 .625rem .625rem 0
}

.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    z-index: 18;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-left: .9375rem;
    border: 0;
    -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.top-menu .sub-menu,
.top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu,
.top-menu .sub-menu.collapse.in {
    visibility: visible;
    opacity: 1
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 1.25rem
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0
}

.popover.bs-tether-element-attached-top,
body#checkout #header .header-nav #_desktop_contact_link #contact-link,
body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0
}

#mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff
}

#mobile_top_menu_wrapper #top-menu,
#order-details ul li {
    margin-bottom: .625rem
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6
}

#mobile_top_menu_wrapper .top-menu .collapse,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    position: static;
    z-index: inherit;
    display: block;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"]>li {
    border-bottom: 1px solid #7a7a7a
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    float: none;
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul,
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    padding: .625rem;
    font-weight: 600;
    border-bottom: 1px solid #fff
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector,
.active_filters ul,
.pagination .page-list li,
body#checkout section.checkout-step .radio-field label {
    display: inline
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    display: block;
    width: 100%;
    padding: .625rem 0
}

body#checkout #header .header-nav {
    max-height: none;
    padding: .9375rem 0;
    margin-bottom: 0;
    border: 0
}

body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 4.375rem
}

body#checkout .cart-grid-right .card {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body#checkout .cart-grid-right .card .cart-total {
    background-color: inherit
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
    margin-bottom: 0
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
    font-size: 1rem;
    font-weight: 400
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
    font-size: 1rem;
    font-weight: 600
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
    margin-bottom: .825rem
}

body#checkout .custom-checkbox>label {
    padding-left: 1.5rem;
    font-size: 11px;
}

body#checkout .custom-checkbox span {
    position: absolute;
    top: .025rem;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: .1rem
}

body#checkout a:hover {
    color: #1a8196
}

body#checkout section#content {
    margin-bottom: 1.563rem
}

body#checkout .container {
    min-height: 100%
}

body#checkout section.checkout-step {
    padding: .625rem;
    background-color: #fff
}

#block-reassurance li:last-child,
body#checkout section.checkout-step:last-child {
    border: 0
}

body#checkout section.checkout-step .step-title {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #ddd
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
    padding-top: 1.25rem;
    border-top: 1px solid #ddd
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: .625rem
}

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

body#checkout section.checkout-step .step-edit {
    font-weight: 500;
    text-transform: lowercase
}

body#checkout section.checkout-step .not-allowed,
body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: .5
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit,
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-current .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.js-payment-binary.disabled .accept-cgv,
body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: .65rem;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    background-color: #00c062;
    border: 0;
    border-radius: 50%
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: block;
    float: right;
    margin-right: .125rem;
    color: #7a7a7a;
    cursor: pointer
}

.js-payment-binary,
.js-payment-binary .accept-cgv,
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step .default-input {
    min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem
}

body#checkout section.checkout-step .select-field div {
    padding: .625rem 3.125rem;
    background: #f6f6f6
}

.block-promo .promo-code form,
.page-order table thead th,
.page-order-detail #order-products.return td.qty .select select,
body#checkout #order-summary-content .summary-selected-carrier .logo-container,
body#checkout section.checkout-step .form-footer {
    text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: .5rem
}

.page-order-detail .messages .message>div,
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: .5rem
}

body#checkout section.checkout-step .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 1rem;
    margin-left: .5rem;
    font-size: 1rem;
    vertical-align: middle;
    border: 1px solid #232323;
    border-radius: 50%
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: .625rem;
    background: #f6f6f6;
    border: 3px solid transparent
}

body#checkout section.checkout-step .address-item>header {
    min-height: 11.7rem
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #d10000 3px solid
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    margin-bottom: .625rem;
    font-weight: 600
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 500
}

body#checkout section.checkout-step .radio-block {
    padding: .9375rem;
    text-align: left;
    cursor: pointer
}

body#checkout section.checkout-step .custom-radio input[type=radio] {
    width: 1.25rem;
    height: 1.25rem
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 .3125rem;
    color: #7a7a7a
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem
}

body#checkout section.checkout-step .address-footer {
    padding: .625rem;
    text-align: center
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    min-height: 80px;
    padding: .9375rem 0;
    margin-bottom: .9375rem;
    background: #f6f6f6
}

body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier,
body#checkout section.checkout-step .delivery-options .delivery-option label>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    margin-bottom: 0;
    text-align: inherit
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
    margin-left: 0
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo)>.col-xs-12 {
    padding-left: calc(33.33333% + 15px)
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img,
body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 3.125rem
}

body#checkout section.checkout-step .delivery-options .carrier-extra-content {
    -webkit-padding-after: 1rem;
    padding-block-end: 1rem
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-top: 1.563rem;
    margin-left: .3125rem
}

body#checkout #cart-summary-product-list,
body#checkout section.checkout-step .sign-in {
    font-size: .875rem
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem
}

body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 2.875rem;
    font-size: .875rem
}

body#checkout .condition-label {
    padding-left: 1.625rem;
    margin-top: .625rem
}

body#checkout .condition-label label {
    text-align: inherit
}

body#checkout .cancel-address {
    display: block;
    margin: .625rem;
    color: #7a7a7a;
    text-decoration: underline
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f6f6f6
}

body#checkout #cart-summary-product-list img {
    width: 3.125rem;
    border: #f6f6f6 1px solid
}

.table-labeled td,
.table-labeled th,
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle
}

body#checkout #order-summary-content {
    padding-top: .9375rem
}

body#checkout #order-summary-content h4.h4 {
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    color: #232323
}

body#checkout #order-summary-content h4.black {
    color: #000
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: .1875rem
}

body#checkout #order-summary-content .noshadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

body#checkout #order-summary-content #order-items {
    border-right: 0
}

body#checkout #order-summary-content #order-items h3.h3 {
    margin-top: 1.25rem;
    color: #232323
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
    padding: 1rem;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #7a7a7a
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer
}

#history .orders .order a h3,
body#checkout #order-summary-content a .step-edit {
    color: #7a7a7a
}

body#checkout #delivery,
body#checkout #gift_message {
    max-width: 100%;
    border-color: #232323
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px
}

body#checkout #footer {
    padding: .9375rem;
    color: #7a7a7a;
    background: #fff
}

body#checkout #hook-display-after-carrier {
    margin-top: 20px
}

body#checkout #hook-display-after-carrier>[class^=col] {
    display: inline-block;
    float: inherit
}

body#checkout #hook-display-after-carrier>[class^=col].links .row>[class^=col] {
    width: auto
}

#order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem
}

#order-details>.card-title {
    margin-bottom: 1.875rem
}

#order-details ul {
    margin-bottom: 1.25rem
}

#order-items {
    border-right: #f6f6f6 1px solid
}

#order-items .h3,
.page-addresses .address .address-footer a i,
.page-addresses .addresses-footer a i,
.page-footer .account-link i {
    font-size: 1rem
}

#order-items hr {
    border-top-color: #232323
}

#order-items table tr {
    height: 1.875rem
}

#order-items table tr td {
    padding: .5rem;
    font-size: .875rem
}

#order-items table tr td:last-child {
    text-align: right
}

#order-items table tr.taxes td {
    text-align: left
}

#order-items table tr.taxes td .value {
    padding-top: 0
}

#order-items .order-line {
    margin-top: 1rem
}

#order-items .image img {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid gray-lighter
}

#order-items .details,
#order-items .qty {
    margin-bottom: 1rem
}

#order-items .details .customizations {
    margin-top: .625rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

.js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: .6
}

.js-payment-binary.disabled::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    content: ""
}

.table-labeled .label {
    padding: .25rem .375rem;
    margin: .125rem;
    font-size: inherit;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px
}

.page-order .table {
    margin-bottom: 0
}

.page-order table td,
.page-order table th {
    padding: .5rem
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .9375rem;
    flex: 0 0 .9375rem
}

#authentication .custom-checkbox label {
    padding-left: .625rem
}

#authentication .radio-inline,
#identity .radio-inline {
    padding: 0
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 0
}

.page-customer-account #content {
    padding: 1rem;
    background: #fff;
    font-size: .875rem;
    color: #7a7a7a
}

.page-customer-account #content .order-actions a {
    padding: 0 .125rem
}

.page-customer-account #content .forgot-password {
    padding-bottom: .9375rem;
    margin-top: 1rem;
    font-size: .875rem;
    text-align: center
}

.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center
}

.page-authentication #content,
.page-registration #content {
    padding: 1rem;
    background: #fff;
    max-width: 640px;
    margin: 0 auto
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #232323;
    background: #fff
}

.page-addresses .address .address-body {
    padding: 1rem
}

.page-addresses .address .address-body h4,
.page-order-detail .addresses h4,
.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700
}

.page-addresses .address .address-body address {
    min-height: 9rem
}

.page-addresses .address .address-footer {
    padding: .5rem 1rem;
    border-top: 1px solid #7a7a7a
}

.page-addresses .address .address-footer a {
    margin-right: .5rem;
    color: #7a7a7a
}

.page-addresses .address .address-footer a span {
    font-size: .9375rem;
    vertical-align: middle
}

.page-addresses .addresses-footer {
    margin: 0 .9375rem
}

#order-return-infos .thead-default th,
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover,
.page-my-account #content .links a:hover {
    color: #232323
}

.page-addresses .addresses-footer a span {
    margin-top: .625rem;
    font-size: 1rem;
    vertical-align: middle
}

.page-order-detail #content {
    font-size: .875rem
}

.page-order-detail .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem
}

.page-order-detail h3 {
    margin-bottom: 1rem;
    color: #232323;
    text-transform: uppercase
}

.page-order-detail #order-history .history-lines .history-line {
    padding: .5rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

#history .orders .order .label,
.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    padding: .25rem .375rem;
    margin: .25rem 0;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -.9375rem
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
    float: left;
    width: 30%;
    padding-right: .5rem;
    text-align: right
}

.page-order-detail #order-products.return td.qty .select {
    float: left;
    width: 70%;
    padding-left: .25rem;
    margin: -.625rem 0
}

.page-order-detail .order-items {
    padding: 0 !important
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .order-items .order-item .checkbox {
    float: left;
    width: 30px;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
    float: left;
    width: calc(100% - 30px);
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc,
.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}

#blockcart-modal .cart-content .page-content.page-cms ul .label,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .value,
.page-order-detail .order-items .order-item .desc .name {
    font-weight: 600
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: .25rem
}

.page-order-detail .messages .message {
    margin-top: .5rem;
    border-bottom: 1px solid #f6f6f6
}

#history .orders .order:last-child,
.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

#order-return-infos .customization,
.page-order-detail .customization {
    margin-top: .75rem
}

.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-my-account #content .links a {
    display: inline-block;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    color: #7a7a7a;
    text-align: center;
    text-transform: uppercase
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff
}

.page-my-account #content .links a i {
    display: block;
    width: 100%;
    padding-bottom: 3.4rem;
    font-size: 2.6rem;
    color: #232323
}

#history .orders {
    margin: 0 -1rem
}

#history .orders .order {
    padding: .75rem 1rem;
    border-bottom: 1px solid #f6f6f6
}

.page-footer .account-link {
    margin-right: 1rem
}

.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}

.login-form {
    margin-top: 15px
}

.forgotten-password {
    padding: 4px
}

.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.forgotten-password .form-fields .center-email-fields button,
.forgotten-password .form-fields .email input {
    height: 38px
}

.forgotten-password .form-fields .email {
    width: 430px;
    padding-right: 0;
    padding-left: 0
}

.forgotten-password .form-fields label.required {
    width: 130px
}

.send-renew-password-link {
    padding-right: 10px;
    padding-left: 10px
}

.renew-password {
    margin-left: 10px
}

.renew-password .email {
    padding-bottom: 30px
}

.renew-password [type=submit] {
    margin-left: 50px
}
#checkout-personal-information-step #checkout-guest-form .form-group:nth-child(2) > label
{
	display:block;
} 

#checkout .material-icons {
  display: none;
}

.form-group.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


#checkout section.checkout-step {
  margin: 20px 0 !important;
  border: 1px solid #eee !important;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title {
  border-top: none;
}

body#checkout section.checkout-step .content {
  padding: 20px 10px;
}

.required::after {
  display: none;
}


.address-form .js-address-form .form-fields .form-group:nth-child(6), .address-form .js-address-form .form-fields .form-group:nth-child(7), .address-form .js-address-form .form-fields .form-group:nth-child(9), .address-form .js-address-form .form-fields .form-group:nth-child(10), .address-form .js-address-form .form-fields .form-group:nth-child(12), .address-form .js-address-form .form-fields .form-group:nth-child(13), .address-form .js-address-form .form-fields .form-group:nth-child(14), .address-form .js-address-form .form-fields .form-group:nth-child(15), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(5), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(6), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(9), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(8), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(11), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(12), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(13), #checkout-addresses-step .js-address-form .form-fields .form-group:nth-child(14), #checkout-personal-information-step #checkout-guest-form .form-group:nth-child(3), #checkout-personal-information-step #checkout-guest-form .form-group:nth-child(4) {
  width: 100%;
  margin-left: 2%;
  float: none;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) > .col-xs-12 {
  padding-left: 0;
}


.payment-option {
  display: flex;
}
#conditions-to-approve li {
  display: flex;
  align-items: center;
  gap: 0;
}
.condition-label {
  padding-left: 7px !important;
}


@media (max-width: 768px) {
  .product-right-column h1.product-name {
  font-size: 34px !important;
}
}