/* Global */
.pink{
    color: #F70080 !important;
}
.page-content.page-cms{
    padding: 0px !important;
}
.ce-breadcrumb__item:not(:last-child):after{
    content: "⟶" !important;
    font-size: 12px !important;
}

/* Contact Form */
body#contact .elementor-icon-list-items .elementor-icon-list-item:last-child{
    padding-top: 8px !important;
}
body#contact .wpcfu h3,
body#contact .ets_cfu_span{
    display: none;
}
body#contact .wpcfu input:not(.btn),
body#contact .wpcfu textarea{
    background-color: white;
    border: solid 1px #707070;
    padding: 25px 50px;
}
body#contact .wpcfu textarea{
    min-height: 240px;
}
body#contact .wpcfu input::placeholder,
body#contact .wpcfu textarea::placeholder{
    color: #343434 !important;
    font-family: "Lato", sans-serif !important;
    font-size: 19px !important;
    font-weight: bold !important;
}
body#contact .wpcfu input::placeholder{
    line-height: 46px !important;
}
body#contact .wpcfu textarea::placeholder{
    line-height: 18px !important;
}
body#contact .wpcfu input.btn{
    background-color: #F70080;
    transition: .3s background-color;
    border-radius: 21px;
    padding: 10px 30px;
    color: white !important;
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    letter-spacing: 0.32px !important;
    text-transform: none !important;
}
body#contact .wpcfu input.btn:hover{
    background-color: #f70080b0;
}

/* CART MODAL */
#blockcart-modal .product-name{
	color: #F70080;
}

#blockcart-modal .cart-content a:hover{
	font-weight: bold;
}

#blockcart-modal .cart-products-count{
	color: #343434 !important;
}

#blockcart-modal .cart-content-btn .btn.btn-primary{
  display: flex;
  align-items: center;
  background: #F70080 !important;
}

#blockcart-modal .cart-content-btn .btn.btn-primary:hover{
  opacity: 0.8;
}
/* END CART MODAL */


/* CART PAGE */
body#cart .cart-item .product-price .price{
	color: #F70080;
}

body#cart .cart-grid-body .cart-container + a.label:hover{
	color: #F70080;
}

body#cart .cart-grid-body a{
  color: #343434;
  font-size: 16px;
}

body#cart .cart-grid-body a.label:hover{
	color: #F70080;
}


body#cart .has-discount .discount{
  background: #F70080;
}

body#cart .checkout .btn{
  background: #F70080;
	font-weight: bold;
}

body#cart .checkout .btn:hover{
  opacity: 0.8;
}

body#cart .cart-grid-right .svg.replaced-svg, .svg.replaced-svg * {
  fill: #F70080;
}

.promo-code form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-promo .promo-input + button{
  margin: 0;
  border: solid 2px #F70080;
  transition: all 0.3s;
}

.block-promo .promo-input + button:hover{
  background: white;
  color: #F70080;
}

.block-promo .promo-name .cart-summary-line .float-xs-right span{
  color: #F70080;
}

.block-promo .promo-code .alert-danger{
  background: #FF0037;
}

.cart-grid-right .promo-discounts .cart-summary-line .label{
  color: #343434;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code{
  color: #F70080;
}

#payment-option-1-container{
  display: flex;
  align-items: center;
}

#payment-option-1-container .custom-radio{
  margin-top: 0;
}

#payment-option-1-container label{
  margin-bottom: 0 !important;
}


@media (max-width:425px) and (min-width:360px){
	#cart .bootstrap-touchspin .input-group-btn-vertical{
		position: absolute;
		right: -15px;
		z-index: 111;
		top: 0;
		background: white;
	}

	#cart .input-group.bootstrap-touchspin input{
		font-size: 16px;
	}
}

/* END CART PAGE */

/* CHECKOUT */
body#checkout #cart-summary-product-list .product-name a,
body#checkout #cart-summary-product-list .product-price.float-xs-right {
    color: #343434;
}

body#checkout #js-checkout-summary a.js-show-details {
    color: #343434 !important;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background: #F70080;
}

body#checkout .checkout-step .nav.nav-inline .nav-item a:hover {
    color: #F70080;
}

body#checkout .forgot-password a {
    color: #343434;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

body#checkout .checkout-step .btn.continue:hover,
body#checkout #payment-confirmation .btn:hover {
    background: #F70080;
    opacity: 0.8;
}

body#checkout #checkout-addresses-step .add-address+p a {
    color: #343434 !important;
}

body#checkout section.checkout-step .address-item.selected {
    border-color: #F70080 !important;
}

body#checkout .condition-label a {
    color: #F70080;
}

/* END CHECKOUT*/

/* AUTH */

body#authentication #submit-login.btn-primary:hover {
    background: #F70080;
    opacity: 0.8;
}

body#authentication .forgot-password a {
    color: #343434;
}

body#authentication .no-account a {
    color: #F70080;
}

body#authentication .register-form>p a {
    color: #F70080;
    font-weight: bold;
}

body#password .form-group.center-email-fields {
    flex-direction: column;
    align-items: center;
}

body#password .form-group.center-email-fields #send-reset-link {
    margin-top: 20px;
}

/*  END AUTH */

/* MY ACCOUNT */
body#my-account section#wrapper .links a span.link-item {
    color: white;
    border: solid 1px #F70080;
    margin: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
    background: #F70080;
    transform: translateY(0px);
    transition: all 0.3s;
}

.page-my-account #content .links a i {
    color: #fff;
    transition: all 0.3s;
}

body#my-account section#wrapper .links a span.link-item:hover {
    color: #F70080;
    background: #fff;
    transform: translateY(-10px);
}

.page-my-account #content .links a:hover i {
    color: #F70080;
}

section#wrapper footer.form-footer {
    display: flex;
    justify-content: center;
}

section#wrapper footer.page-footer {
    text-align: center;
}

section#wrapper footer.page-footer .account-link * {
    font-size: 16px;
    color: #343434;
}

body#password a {
    color: #343434;
}

/* END MY ACCOUNT*/

/* ORDER */
body#history table .order-actions a {
    color: #343434;
}

body#history table .text-sm-center.hidden-md-down a {
    color: #343434;
}

body#order-detail #order-infos a.button-primary {
    color: #F70080;
}

body#order-slip table a {
    color: #343434;
}

body#order-confirmation a {
    color: #F70080 !important;
}

body#order-confirmation #content-hook-order-confirmation-footer {
    display: none;
}

/* END ORDER*/

/* ADDRESS */

body#addresses section#wrapper .address {
    border: 2px solid #F70080;
}

body#addresses section#wrapper section#content div>article .address-body address {
    font-size: 16px;
    line-height: 1.5em;
}

body#addresses section#wrapper .address .address-footer {
    display: flex;
    justify-content: space-between;
}

body#addresses section#wrapper .address .address-footer a {
    color: #343434;
}

body#addresses section#wrapper .address .address-footer a span {
    font-size: 16px;
}
/* END ADDRESS */

/* WISHLIST */

body#module-blockwishlist-lists .wishlist-container-header .wishlist-add-to-new {
    color: #343434 !important;
}

body#module-blockwishlist-lists .wishlist-container-header .wishlist-add-to-new:hover {
    color: #F70080 !important;
}

body#module-blockwishlist-lists ul.wishlist-list li a:hover p.wishlist-list-item-title {
    color: #F70080;
}

body#module-blockwishlist-lists section#wrapper .wishlist-footer-links,
body#view section#wrapper .wishlist-footer-links {
    text-align: center;
    margin-bottom: 0;
}

body#module-blockwishlist-lists section#wrapper .wishlist-footer-links a,
body#view section#wrapper .wishlist-footer-links a {
    color: #343434 !important;
    font-size: 16px;
}

body#view section#wrapper .wishlist-product .wishlist-product-image img {
    padding: 15px;
}

body#view section#wrapper .wishlist-product .wishlist-product-combinations a i {
    color: #343434;
}

body#view section#wrapper .wishlist-product .wishlist-product-combinations a:hover i {
    color: #F70080;
}

body#view section#wrapper .wishlist-product .btn.wishlist-product-addtocart:hover {
    background: #F70080;
    opacity: 0.8;
}

.wishlist-modal .wishlist-list .wishlist-list-item:hover {
    background: #F7008050;
}

.wishlist-modal .modal-footer .wishlist-add-to-new,
.wishlist-modal .modal-footer .wishlist-add-to-new i {
    color: #F70080 !important;
}

.wishlist-modal .modal-footer .wishlist-add-to-new:hover,
.wishlist-modal .modal-footer .wishlist-add-to-new:hover i {
    color: #F70080 !important;
}

/* END WISHLIST */

/* START COOKIE BANNER */
.ets_cookie_banber_block.bottom .ets_cookie_banner_content{
    width: 50%;
}
.ets_cookie_banber_block.bottom .ets_cookie_banner_footer{
    width: 26%;
}
.ets_cookie_banber_block.bottom .ets_cookie_banner_footer a{
    border-radius: 0 !important;
    border-color: #F70080 !important;
}
.ets_cookie_banber_block.bottom .ets_cookie_banner_footer .ets-cb-btn-not-ok{
    color: #F70080 !important;
}
.ets_cookie_banber_block.bottom .ets_cookie_banner_footer .ets-cb-btn-ok:hover{
    background-color: white !important;
    color: #F70080 !important;
    border-color: #F70080 !important;
    transition: .2s all;
}
.ets_cookie_banber_block.bottom .ets_cookie_banner_footer .ets-cb-btn-not-ok:hover{
    background-color: #F70080 !important;
    color: white !important;
    border-color: #F70080 !important;
    transition: .2s all;
}
/* END COOKIE BANNER */


/* FOOTER */
footer .text-sm-center {
    display: none;
}

/* END FOOTER */


/* MISCELLANEOUS */
body#checkout section#wrapper,
body#cart section#wrapper,
body#order-detail section#wrapper,
body#view section#wrapper,
body#history section#wrapper,
body#module-blockwishlist-lists section#wrapper,
body#order-slip section#wrapper,
body#cms section#wrapper,
body#order-confirmation section#wrapper,
body#authentication section#wrapper, 
body#password section#wrapper,
body#my-account section#wrapper,
body#identity section#wrapper,
body#addresses section#wrapper,
body#order-confirmation section#wrapper,
body#address section#wrapper,
body#discount section#wrapper{
	background: white;
  padding-bottom: 1.563rem;
}

body#order-detail section#wrapper h1,
body#view section#wrapper h1,
body#history section#wrapper h1,
body#module-blockwishlist-lists section#wrapper h1,
body#order-slip section#wrapper h1,
body#cms section#wrapper h1,
body#order-confirmation section#wrapper h1,
body#authentication section#wrapper h1, 
body#password section#wrapper h1,
body#my-account section#wrapper h1,
body#identity section#wrapper h1,
body#addresses section#wrapper h1,
body#order-confirmation section#wrapper h1,
body#address section#wrapper h1,
body#discount section#wrapper h1{
  text-align: center;
}

body#search section#wrapper .breadcrumb,
body#checkout section#wrapper .breadcrumb,
body#cart section#wrapper .breadcrumb,
body#order-detail section#wrapper .breadcrumb,
body#module-blockwishlist-lists section#wrapper .breadcrumb,
body#order-slip section#wrapper .breadcrumb,
body#password section#wrapper .breadcrumb,
body#authentication section#wrapper .breadcrumb,
body#my-account section#wrapper .breadcrumb,
body#identity section#wrapper .breadcrumb,
body#addresses section#wrapper .breadcrumb,
body#history section#wrapper .breadcrumb,
body#view section#wrapper .breadcrumb,
body#cms section#wrapper .breadcrumb,
body#order-confirmation section#wrapper .breadcrumb,
body#address section#wrapper .breadcrumb,
body#discount section#wrapper .breadcrumb{
	display: none;
}

body#checkout #header-simulateurs-btn-open,
body#cart #header-simulateurs-btn-open,
body#order-detail #header-simulateurs-btn-open,
body#view #header-simulateurs-btn-open,
body#history #header-simulateurs-btn-open,
body#module-blockwishlist-lists #header-simulateurs-btn-open,
body#order-slip #header-simulateurs-btn-open,
body#order-confirmation #header-simulateurs-btn-open,
body#authentication #header-simulateurs-btn-open, 
body#password #header-simulateurs-btn-open,
body#my-account #header-simulateurs-btn-open,
body#identity #header-simulateurs-btn-open,
body#addresses #header-simulateurs-btn-open,
body#order-confirmation #header-simulateurs-btn-open,
body#address #header-simulateurs-btn-open,
body#discount #header-simulateurs-btn-open{
  display: none;
}

section#wrapper .btn.form-control-submit:hover {
    background: #F70080;
    opacity: 0.8;
}

.promo-code-button.display-promo a,
.collapse-button.promo-code-button.cancel-promo {
    color: #343434 !important;
}

.promo-code-button.display-promo a:hover,
.collapse-button.promo-code-button.cancel-promo:hover {
    color: #F70080 !important;
}

.promo-code form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-promo .promo-input+button {
    margin: 0;
    border: solid 2px #F70080;
    transition: all 0.3s;
}

.block-promo .promo-input+button:hover {
    background: white;
    color: #F70080;
}

.block-promo .promo-name .cart-summary-line .float-xs-right span {
    color: #F70080;
}

.block-promo .promo-code .alert-danger {
    background: #FF0037;
}

.btn-primary {
    color: #fff;
    background-color: #F70080;
    border-color: rgba(0, 0, 0, 0);
}

.custom-radio input[type="radio"]:checked+span {
    background-color: #F70080;
}

.form-control:focus {
    border-color: #F70080;
}

/* END MISCELLANEOUS */