/* MISSING FROM BOOTSTRAP */
body.modal-open {
  padding-right: 0!important;
}

.bg-404-cover {
	background-image: url('../../media/bg-404.png');
  	background-repeat: no-repeat;
  	background-size: contain;
}

.bg-dark-cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 0;
}

.bg-blue-cover{
  background-image: linear-gradient(rgba(0, 86, 147,0.85), rgba(0, 86, 147,0.85));
}

.text-sentence{
	text-transform: lowercase!important;
}

.text-sentence:first-letter{
	text-transform: uppercase!important;
}

.fixed-bottom{
    position:fixed!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    top: auto!important;
}
    
@media (min-width:576px){
    .fixed-sm-bottom{
        position:fixed!important;
	    right:0!important;
	    bottom:0!important;
	    left:0!important;
	    top: auto!important;
    }
}
@media (min-width:768px){
    .fixed-md-bottom{
        position:fixed!important;
	    right:0!important;
	    bottom:0!important;
	    left:0!important;
	    top: auto!important;
    }
}
@media (min-width:992px){
    .fixed-lg-bottom{
        position:fixed!important;
	    right:0!important;
	    bottom:0!important;
	    left:0!important;
	    top: auto!important;
    }
}
@media (min-width:1200px){
    .fixed-xl-bottom{
        position:fixed!important;
	    right:0!important;
	    bottom:0!important;
	    left:0!important;
	    top: auto!important;
    }
}
@media (min-width:1400px){
    .fixed-xxl-bottom{
        position:fixed!important;
	    right:0!important;
	    bottom:0!important;
	    left:0!important;
	    top: auto!important;
    }
}

.sticky-bottom{
    position:-webkit-sticky;
    position:sticky;
    right:0;
    bottom:0;
    left:0;
    top: auto;
}

@media (min-width:576px){
    .sticky-sm-bottom{
        position:-webkit-sticky;
        position:sticky;
        right:0;
	    bottom:0;
	    left:0;
	    top: auto;
    }
}

@media (min-width:768px){
    .sticky-md-bottom{
        position:-webkit-sticky;
        position:sticky;
        right:0;
	    bottom:0;
	    left:0;
	    top: auto;
    }
}

@media (min-width:992px){
    .sticky-lg-bottom{
        position:-webkit-sticky;
        position:sticky;
        right:0;
	    bottom:0;
	    left:0;
	    top: auto;
    }
}

@media (min-width:1200px){
    .sticky-xl-bottom{
        position:-webkit-sticky;
        position:sticky;
        right:0;
	    bottom:0;
	    left:0;
	    top: auto;
    }
}

@media (min-width:1400px){
    .sticky-xxl-bottom{
        position:-webkit-sticky;
        position:sticky;
        right:0;
	    bottom:0;
	    left:0;
	    top: auto;
	    
    }
}

.highlight, .review {
	color: #F4B30A;
	text-shadow: 0 0 1px #F48F0A;
}

.favorites {
	color: #ff0000;
}
.remove_favorites {
	color: black;
}

.account_menu_active {
	color: red;
}

.account-menu > ul > li{
	border-left: 3px solid transparent;
}

.account-menu > ul > li.active, .account-menu > ul > li:hover{
	background-color:#cfe2ff;
	border-left: 3px solid #084298;
}

.account-menu > ul > li.active > a, .account-menu > ul > li:hover > a{
	color:#084298;
}

.account-menu > ul > li{
	border-left: 3px solid transparent;
}

.order-history-item.active{
	border-left: 3px solid #B3D1E7;
}

.initials-circle {
	width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pointer{
    cursor: pointer !important;
}

.box {
    background: #fff;
    padding: 5px;
}

@media (min-width: 544px) {
    .box {
      padding: 5px;
    }
}

.border-dotted{
	border-style: dotted!important;
}

.border-dotted{
	border-color: white!important;
}

.border-dotted-danger{
	border-style: dotted!important;
}

.border-voucher{
	border-style: dotted!important;
}

.text-decoration-underline-dotted{
	text-decoration-line: underline!important;
    text-decoration-style: dotted!important;
}
 
.text-flip{
	-moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);)
}

.text-rotate-90{
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
} 

.table-borderless-last tbody tr:last-child td{
	border-bottom: none!important;
}
/* The list style
-------------------------------------------------------------- */

.text-justify{
	text-align: justify;
    text-justify: inter-word;
}

.tree-view-list ul, .tree-view-list li { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.tree-view-list ul { 
	padding-left: 2px; 
}

.tree-view-list li { padding-left: 1em;
  	border: 1px dotted silver;
  	border-width: 0 0 1px 1px; 
}

.tree-view-list li.container { 
	border-bottom: 0px; 
}

.tree-view-list li a { 
  	margin: 0;
  	padding-left: 5px;
  	background: white;
  	position: relative;
  	top: 11px; 
  	width: 100%;
}

.tree-view-list li ul { 
  border-top: 1px dotted silver;    
  padding-left: 2em; 
}
.tree-view-list ul li:last-child ul {
  border-left: 1px solid white;
}

/* The icons
-------------------------------------------------------------- */

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* SLIDER */
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    font-size: 35px !important;
}

.product-description {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line;
}

.product-grid-name {
    line-height:1.2;
    max-height: 3.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-line;
}
/*
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:last-child>a{
    border: none;
    padding: 9px 32px 9px 18px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active:last-child > a {
    cursor: auto;
}

.wstitemright{
    padding-left: 0px!important;
}
*/

/* category wsmenu border*/
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>.wsmenu-fill-category>a{
    border-bottom: solid 1px #fff!important;
    background-color: #fff!important;
    border-left: 3px solid #fff!important;
    cursor: default!important;
}

/* category wsmenu background hover*/
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>.wsmenu-fill-category:hover>a{
    background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a{
    border-bottom: solid 1px #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
    background: transparent;
    border-bottom: solid 1px transparent;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
    background: transparent;
}

.wsmenu {
    border-left: none!important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsmenu-slideshow>.wstitemright {
    padding:0;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a{
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .15), 0 0 0 0 rgba(0, 0, 0, 0)!important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp:hover{
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .15), 0 0 0 0 rgba(0, 0, 0, 0)!important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp:hover>.wstabitem>li>a{
    box-shadow: none!important;
}

.campaign-item {
    border: 2px solid #fff;
    width: 100%;
    overflow: hidden;
}

.campaign-item img {
    width: 100%;
    transition: all 1s ease-in-out;
}

.campaign-item:hover img {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.list-group-numbered {
  counter-reset: list-item;
  list-style-type: none;
}

.list-group-numbered li::before {
  content: counter(list-item) ". ";
  counter-increment: list-item;
  position: absolute;
  left: -2rem;
  width: 1.5rem;
  text-align: right;
  
}

.terms:hover {
	color: #dc3545!important;
}

.privacy-list {
	list-style-type: disc;
	margin-left:14px;
}

.promo-coupon{
	background-color:#fff;
}

.promo-coupon:hover{
	background-color:#f8d7da!important;
}
.promo-coupon.active{
	background-color:#f8d7da!important;
}

.bg-white-cover{
  background-image: linear-gradient(rgba(250, 250, 250, 0.4), rgba(250, 250, 250, 0.4));
  z-index: 0;
}

.loading-slide {
  -webkit-animation: linear infinite;
  -webkit-animation-name: slide-run;
  -webkit-animation-duration: 5s;
}

.slide-start{
	animation: slide-run 5s;
}

@-webkit-keyframes slide-run {
  0% {
    left: 0;
  }
  50% { 
    left: calc(100% - 100px); 
   }
  100% {
    left: 0;     
  }
}

.box-25{
	height: 25px;
	width: 52px;
}

.box-50{
	height: 50px;
	width: 50px;
}

.box-100{
	height: 100px;
	width: 100px;
}

.fs-7{
	font-size: .875em;
}

#mobile-search-menu input{
	font-size: .875em;
	color: #7d7d7d;
	outline: none;
	background-color: #eee;
}

.button-small{
	font-size:.875em !important;
	text-transform: none! important;
}

.button-small i{
	font-size: .875em !important;
}

/* mobile menu*/
#topMenuMainModal.modal{
	z-index:1060; 
}

#topMenuMainModal.modal.fade .modal-dialog{
    transition:transform .1s ease-out;
    transform:translate(-100px,0);
}
@media (prefers-reduced-motion:reduce){
    #topMenuMainModal.modal.fade .modal-dialog{
        transition:none
    }
}
#topMenuMainModal.modal.show .modal-dialog{
    transform:none
}

#topMenuMainModal .modal-body .navbar-nav .nav-item:last-child{
	border-bottom: 0!important;
}

.primary-link{
	color: #0067B1;
	transition: all 0.3s ease;
}

.primary-link:hover{
	color:#B22222;
}

.primary-link.highlighted{
	color:#B22222;
}

/* FOOTER */
.footer-style-1{
	background-color: #B3D1E7;
}

.footer-widget ul li, .footer-widget ul li a{
    font-size: 1rem;
    text-transform: none;
    color: #0067B1;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-widget ul li:hover, .footer-widget ul li a:hover{
    color:#B22222;
}

.footer-row li{
	padding-right: 25px;
}

div.footer-title{
	height: 32px;
}
div.footer-title span{
	line-height: normal;
}

.footer-widget input{ 
	color:#0067B1;
	border-color:#0067B1;
}

.footer-list ul li {
	border-right: 1px solid rgba(0, 0, 0, 0.64);
	padding-right: 15px;
	padding-left: 15px;
	line-height: 12px;
}

.footer-list ul li:first-child{
	padding-left: 0px;
}

.footer-list ul li:last-child{
	border-right: none;
}

.footer-list ul li a{
	color: rgba(0, 0, 0, 0.64);
	transition: all 0.2s ease;
}

.footer-list ul li a:hover{
	text-decoration: underline;
}

.footer-widget input::placeholder{ 
	color:#0067B1;
}

.footer-widget hr{
	border-top: 1px solid #0067B1;
}
.vertical-label{
	transform: rotate(-90deg);
}

.clamp-text{
	transition: all 0.4s ease;
}

/* PRODUCT STICKY MENU */
#product-sticky-nav-menu{
	border-color: #019891!important;
	padding-bottom: 0px!important;
}

/* TERMS STICKY MENU */
#terms-sticky-nav-menu{
	border-color: #019891!important;
	padding-bottom: 0px!important;
}

.menu-style-8{
	background-color: #019891;!important;
}

@media (max-width: 767px) {
  .menu-style-8 .navbar-top-wrapper {
    background-color: transparent;
   display:none;
  }
}

.menu-style-8 .navbar-top {
  padding: 4px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .menu-style-8 .navbar-top {
    padding-top: 10px;
  }
}

.menu-style-8 .navbar-top .navbar-top-left .navbar-top-link li a {
  padding: 0 18px;
  line-height: 36px;
  color: #fff ;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-style-8 .navbar-top .navbar-top-left .navbar-top-link li:hover {
  background-color: #00b0a8;
}

.menu-style-8 .navbar-top .navbar-top-left .navbar-top-link li.active:hover {
  background-color: #fff;
}

.menu-style-8 .navbar-top .navbar-top-left .navbar-top-link li.active {
  background-color: #fff;
}

.menu-style-8 .navbar-top .navbar-top-left .navbar-top-link li.active a{
  color: black;
}

.menu-style-9{
	background-color: white;!important;
}

.menu-style-9 .navbar-top .navbar-top-left .navbar-top-link li a:hover, .menu-style-9 .navbar-top .navbar-top-right .navbar-top-link li a:hover {
  color: #B3D1E7;
}

.menu-style-9 .navbar-top .navbar-top-left .navbar-top-link li a,.menu-style-9 .navbar-top .navbar-top-right .navbar-top-link li a {
  padding: 0 18px;
  line-height: 32px;
  color: #fff ;
  font-size: .875em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ADVANCED SEARCH */

.wssearchbar{
	min-width: 300px;
}

.advanced-search-form{
	width: 100%;
	height: 42px;
	position: relative;
	margin: 9px 0 0 0;
	border: solid 1px #F8F9FA;
}

.advanced-search-form input{
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: .875em;
  height: 42px;
  color: #7d7d7d;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: 0!important;
}

.advanced-search-form button{
  height: 42px!important;
  border-top-right-radius: .25rem!important;
}

.advanced-search-form span{
  height: 42px!important;
  background-color: #F8F9FA;
  color: #F8F9FA;
  display: none;
}

.main-btn:disabled{
    pointer-events:none;
    opacity:.70;
    cursor: default;
}

.square-btn{
	height: 45px;
	width: 45px;
	line-height: 45px;
	padding: 0;
	text-align: center;
}

.cart-product-forbidden *{
	text-decoration: line-through!important;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cart-product-forbidden .text-decoration-none{
	text-decoration: none!important;
}

.opacity-0 { opacity: 0 !important; }
.opacity-25 { opacity: .25 !important; }
.opacity-50 { opacity: .5 !important; }
.opacity-75 { opacity: .75 !important; }
.opacity-100 { opacity: 1 !important; }

.popover{
	max-width: 480px;
}

.border-muted{
	border-color:#c4c4c4!important
}

.rounded-10{
    border-radius:1rem!important
}

.rounded-bottom-left-0{
	border-bottom-left-radius: 0px!important;
}

.rounded-bottom-right-0{
	border-bottom-right-radius: 0px!important;
}

.rounded-top-left-0{
	border-top-left-radius: 0px!important;
}

.rounded-top-right-0{
	border-top-right-radius: 0px!important;
}

.scrollbar-hidden {
  height: 100%;
  overflow: hidden;
}

#product-details-nav-tab .qko-nav-link:focus,#product-details-nav-tab .qko-nav-link:hover{
    border-color: transparent;
    isolation:isolate;
}

#product-details-nav-tab .qko-nav-link{
    color: white;
    background-image: linear-gradient(#005693, #005693);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.32s, color 0.32s;
    -webkit-transition: background-size 0.32s, color 0.32s;
}

#product-details-nav-tab .qko-nav-link.active {
	background-image: linear-gradient(#fff, #fff);
	background-size: 100% 100%;
}

#product-details-nav-tab .qko-nav-link.active{
    background-color: white;
    color: #005693;
    transition: background-size 0s, color 0s;
    -webkit-transition: background-size 0s, color 0s;
}

#product-details-nav-tab .qko-nav-link:hover {
	background-image: linear-gradient(#00497D, #00497D);
	background-size: 100% 100%;
}

#product-details-nav-tab .qko-nav-link.active:hover {
	background-image: linear-gradient(#fff, #fff);
	background-size: 100% 100%;
}

.space-15{
	padding-left: 15px;
}

.space-30{
	padding-left: 30px;
}

.space-45{
	padding-left: 45px;
}

.space-60{
	padding-left: 60px;
}

.space-75{
	padding-left: 75px;
}

.ribbon-top-left-small {
  --f: .5em; /* control the folded part */
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #E73124; /* the main color  */ /*OLD: #842029*/
  white-space: nowrap;
}

.ribbon-top-left{
  --f: .5em; /* control the folded part */
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #E73124; /* the main color  */ /*OLD: #842029*/
  white-space: nowrap;
  
}

.ribbon-default-small {
  --r: .8em; /* control the ribbon shape */
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  padding-inline: calc(var(--r) + .3em);
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
  background: #CC333F; /* the main color */
  width: fit-content;
  text-align: center;
  white-space: nowrap;
}

.ribbon-bottom-left {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  
  margin-left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background-color: #E73124; /* the main color  */ /*OLD: #842029*/
  border-top: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  white-space: nowrap;
  clip-path: 
    polygon(0 100%,0 var(--f),var(--f) 0,
      var(--f) var(--f),100% var(--f),
      calc(100% - var(--r)) calc(50% + var(--f)/2),100% 100%);
}

.link-promo{
    color:#E73124; /*OLD: #842029*/
}
.link-promo:focus,.link-promo:hover{
    color:#dc3545;
}

.border-error{
	border-color: #E73124!important;
}

.expandable-row .btn-collapse{
	transition: all 0.3s ease;
}

.expandable-row .btn-collapse::before{
  line-height: 0;
  transition: transform .3s ease;
}

.expandable-row[aria-expanded="true"] .btn-collapse{
  transform: rotate(90deg);
}

.product-grid-overlay{
	z-index: 1!important;
}

.content-details {
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fadeIn-bottom{
  top: 80%;
}

.product-grid-card:hover .content-details{
  opacity: 1;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background: transparent;
}

/* Position the front and back side */
.flip-list-front, .flip-list-back {
	position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background: transparent;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

.flip-list-back {
  transform: rotateY(180deg);
}

.wh-25{
	width: 25px!important;
	height: 25px!important;
}

.wh-50{
	width: 50px!important;
	height: 50px!important;
}

.w-20px{
	width: 20px!important;
}

.bg-crossed {
     background: 
     linear-gradient(to top left,
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) calc(50% - 0.8px),
         rgba(0,0,0,1) 50%,
         rgba(0,0,0,0) calc(50% + 0.8px),
         rgba(0,0,0,0) 100%),
     linear-gradient(to top right,
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) calc(50% - 0.8px),
         rgba(0,0,0,1) 50%,
         rgba(0,0,0,0) calc(50% + 0.8px),
         rgba(0,0,0,0) 100%);
}

.mobile-categories-collapse[aria-expanded="true"] .mobile-category-name{
	font-weight: bold!important;
}

.content-fade-right {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 85%,rgba(255,255,255,1) 100%);
    position: absolute;
}

.content-fade-bottom {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
    position: absolute;
}

.content-fade-brickwork-footer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(247,247,247,0) 80%,rgba(247,247,247,1) 100%);
    position: absolute;
}

.product-expanding-overlay{
	width: 120%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.overlay-w-100{
	max-width: 100%!important;
}

.product-expanding-overlay:hover{
	
}

.product-brickwork-card:hover .product-expanding-overlay.overlay-0{
	-webkit-transform: translate(0%,-50%) scale(1);
	-ms-transform: translate(0%,-50%) scale(1);
	transform: translate(0%,-50%) scale(1);
}

.product-brickwork-card:hover .product-expanding-overlay.overlay-50{
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.product-brickwork-card:hover .product-expanding-overlay.overlay-100{
	-webkit-transform: translate(-100%,-50%) scale(1);
	-ms-transform: translate(-100%,-50%) scale(1);
	transform: translate(-100%,-50%) scale(1);
}

.text-decoration-price-cut {
  position: relative;
}
.text-decoration-price-cut:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.form-check-input:checked.form-check-danger {
    background-color: #E73124 !important;
    border-color: #E73124 !important;
}

.form-check-input:focus.form-check-danger {
    background-color: #E73124 !important;
    box-shadow:0 0 0 .25rem rgba(231, 49, 36,.25);
}

/* ==============================
   STRUCTURĂ PRINCIPALĂ
============================== */

.voucher {
  width: 100%;
  position: relative;
  border-radius: 8px;
  background: inherit; /* moștenește fondul de hârtie */
  z-index: 1;
}

.voucher-content {
  display: flex;
  background: #4D66FF; /* Culoarea de fundal a voucherului */
  color: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

/* ==============================
   SEMICERCURI EXTERIOARE (STÂNGA/DREAPTA)
============================== */

.voucher::before,
.voucher::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: inherit; /* moștenit din clasa de background */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.voucher::before { left: -15px; }
.voucher::after  { right: -15px; }

/* ==============================
   ZONA PERFORATĂ
============================== */

.voucher-left {
  width: auto;
  padding: 10px 5px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Linie punctată */
.voucher-left::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-right: 2px dashed #f8f9fa; /* moștenit din clasa de background */
  color: inherit; /* important ca să ia culoarea corectă */
}

/* ==============================
   PARTEA DREAPTĂ – TEXT
============================== */

.voucher-right {
  flex: 1;
  padding: 20px 30px;
}

.voucher-right hr {
  margin: 12px 0;
  border: 0;
  border-top: 2px solid #fff;
}

/* ==============================
   RESPONSIVE
============================== */

@media(max-width: 600px) {
  .voucher {
    width: 100%;
  }
}

.voucher-left span {
  display: inline-block;
  transform-origin: center;
  white-space: nowrap; /* Previne spargerea pe 2 linii */
}

.voucher-left span.flip{
	transform: rotate(-90deg);
}

.voucher-left:has(input:checked), .voucher-left:hover {
    background: #E73124!important;
}

.voucher-content:has(input:checked) .voucher-right .link-primary,
.voucher-left:hover ~ .voucher-right .link-primary{
    color: #E73124!important;
}
