/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex !important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow-x:clip;
  position: relative;
  float: left;
  width: 100%; 
  z-index: 4; 
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;  
  display: flex;
  height: auto;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev{
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev {
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next,
   .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}
#trustindex_1, #trustindex_2 {   width: 100%;	float: left;		clear: both;	transition: all 1s ease 0s;	-webkit-transition: all 1s ease 0s;	-moz-transition: all 1s ease 0s;	-ms-transition: all 1s ease 0s;	-o-transition: all 1s ease 0s;	position: relative;	  cursor: pointer;  margin: 25px 0px;	}

#ghid_marimi { 
    overflow: auto;
    width: 100%;
}

#ghid_marimi table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
	margin-bottom: 1em;
}

#ghid_marimi caption {
	margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
	caption-side: top;
}

#ghid_marimi th {
    border: 1px solid #2196F3;
    background-color: #2c3c95;
    color: #ffffff;
    padding: 5px;
	text-align: center;
}

#ghid_marimi td {
    border: 1px solid #dededf;
    padding: 5px;
}

#ghid_marimi tr:nth-child(even) td {
    background-color: #ffffff;
    color: #000000;
}

#ghid_marimi tr:nth-child(odd) td {
    background-color: #e0e0e0;
    color: #000000;
}

.availability-list.availability-list-out-of-stock{ color: #FF9800;}
.availability-list-negative-stock {color: #fc0202}
.products li.product-flag.new {background-color: #1973fa; color: white;}

.products .regular-price {color: #fc0202}

#cpcategorytabs .categoryimage .category_img{height: 100%}

.flexslider .caption-description .slidertext2 span {
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
}

.newsletter-text{
    font-size: 22px;
    margin-top: 20px;
}
/* TOP MENU: titlurile de nivel 1 din dropdown-ul FOTBAL (rândul marcat) */
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"],
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item.dropdown-submenu[data-depth="1"] {
  color: #d00 !important;
}

/* păstrează roșu și pe hover/focus/active */
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"]:hover,
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"]:focus,
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"].active {
  color: #d00 !important;
}

.cart-content-btn .btn {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.cart-content-btn .btn:last-child {
  margin-bottom: 0;
}

.viewcart_button,
.checkout_button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.checkout_button {
  margin-bottom: 0; /* ultimul fără spațiu */
}

/* 1) Bara butoanelor jos (în modal/cart drawer/pagina coșului) */
.checkout.card-block {
  position: sticky;        /* sau fixed, dacă ai un drawer; sticky e mai sigur */
  bottom: 0;
  z-index: 5;
  background: #fff;
  padding: 12px 16px;
  border-top: 1px solid rgba(0,0,0,.08);

  display: flex;
  flex-direction: column;  /* unul sub altul pe mobil */
  gap: 6px;               /* distanță între butoane */
}

/* 2) Rezervăm spațiu pentru bară ca să NU acopere totalurile/taxele */
#blockcart-modal .modal-body,
.cart-summary,
.cart-content,
.cart-overview,
.js-cart,
#js-cart {
  padding-bottom: 110px;   /* ≈ înălțimea barei (ajustează 90–120px) */
}

/* Opțional: pe ecrane mari, butoanele pot sta pe același rând */
@media (min-width: 576px) {
  .checkout.card-block { flex-direction: row; }
  .checkout.card-block .btn { flex: 1 1 auto; min-width: 180px; }
}


/* Selector care țintește direct link-ul A cu atributul data-depth="0" */
.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"] {
    /* STILURI BACKGROUND BUTON */
    background-color: #000000 !important; /* Negru */
    border: 1px solid #000000 !important; 
    
    /* Forma și Spațierea */
    padding: 10px 15px !important;
    border-radius: 5px;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block !important;
}

/* Țintește culoarea textului pe link si pe potentialele elemente interne */
.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"],
.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"] * {
    color: #ffffff !important; /* Alb */
}

/* Efect de Hover */
.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"]:hover {
    background-color: #333333 !important; /* Gri închis */
    color: #ffffff !important; 
}
/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex !important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow-x:clip;
  position: relative;
  float: left;
  width: 100%; 
  z-index: 4; 
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;  
  display: flex;
  height: auto;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev{
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev {
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next,
   .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}
#trustindex_1, #trustindex_2 {   width: 100%;	float: left;		clear: both;	transition: all 1s ease 0s;	-webkit-transition: all 1s ease 0s;	-moz-transition: all 1s ease 0s;	-ms-transition: all 1s ease 0s;	-o-transition: all 1s ease 0s;	position: relative;	  cursor: pointer;  margin: 25px 0px;	}

#ghid_marimi { 
    overflow: auto;
    width: 100%;
}

#ghid_marimi table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
	margin-bottom: 1em;
}

#ghid_marimi caption {
	margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
	caption-side: top;
}

#ghid_marimi th {
    border: 1px solid #2196F3;
    background-color: #2c3c95;
    color: #ffffff;
    padding: 5px;
	text-align: center;
}

#ghid_marimi td {
    border: 1px solid #dededf;
    padding: 5px;
}

#ghid_marimi tr:nth-child(even) td {
    background-color: #ffffff;
    color: #000000;
}

#ghid_marimi tr:nth-child(odd) td {
    background-color: #e0e0e0;
    color: #000000;
}

.availability-list.availability-list-out-of-stock{ color: #FF9800;}
.availability-list-negative-stock {color: #fc0202}
.products li.product-flag.new {background-color: #1973fa; color: white;}

.products .regular-price {color: #fc0202}

#cpcategorytabs .categoryimage .category_img{height: 100%}

.flexslider .caption-description .slidertext2 span {
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
}

.newsletter-text{
    font-size: 22px;
    margin-top: 20px;
}
/* TOP MENU: titlurile de nivel 1 din dropdown-ul FOTBAL (rândul marcat) */
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"],
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item.dropdown-submenu[data-depth="1"] {
  color: #d00 !important;
}

/* păstrează roșu și pe hover/focus/active */
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"]:hover,
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"]:focus,
#_top_main_menu .popover.sub-menu.js-sub-menu ul.top-menu[data-depth="1"] > li.category > a.dropdown-item[data-depth="1"].active {
  color: #d00 !important;
}

.cart-content-btn .btn {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.cart-content-btn .btn:last-child {
  margin-bottom: 0;
}

.viewcart_button,
.checkout_button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.checkout_button {
  margin-bottom: 0;
}

/* 1) Bara butoanelor jos (în modal/cart drawer/pagina coșului) */
.checkout.card-block {
  position: sticky;
  bottom: 0;
  z-index: 5;
  background: #fff;
  padding: 12px 16px;
  border-top: 1px solid rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* 2) Rezervăm spațiu pentru bară ca să NU acopere totalurile/taxele */
#blockcart-modal .modal-body,
.cart-summary,
.cart-content,
.cart-overview,
.js-cart,
#js-cart {
  padding-bottom: 110px;
}

@media (min-width: 576px) {
  .checkout.card-block { flex-direction: row; }
  .checkout.card-block .btn { flex: 1 1 auto; min-width: 180px; }
}

/* Selector care țintește direct link-ul A cu atributul data-depth="0" */
.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"] {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block !important;
}

.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"],
.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"] * {
    color: #ffffff !important;
}

.header-top-main.bg_main a[data-depth="0"].dropdown-item[href*="634-black-friday"]:hover {
    background-color: #333333 !important;
    color: #ffffff !important; 
}

/* ============================================================
   Banda anunțuri - ticker + buton fix
   HTML: două .pts-ticker__item identice în .pts-ticker__track
   Butonul .pts-ticker-btn în afara .pts-ticker
   ============================================================ */

#custom-text {
  padding: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}

.pts-ticker-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pts-ticker {
  background: #d0121a;
  overflow: hidden;
  width: 100%;
  height: 38px;
}

.pts-ticker__track {
  display: flex;
  width: max-content;
  animation: pts-ticker-scroll 45s linear infinite;
}

.pts-ticker__item {
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 38px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
}

.pts-ticker__item a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.pts-ticker__item a:hover {
  text-decoration: underline !important;
}

/* Buton fix dedesubt, dreapta */
#custom-text .pts-ticker-btn {
  text-align: right !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#custom-text .pts-ticker-btn a {
  display: inline-block !important;
  padding: 12px 24px !important;
  background: #0070c0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 15px !important;
  border: none !important;
}

#custom-text .pts-ticker-btn a:hover {
  background: #005a9e !important;
}

@keyframes pts-ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .pts-ticker {
    height: 34px;
  }

  .pts-ticker__item {
    line-height: 34px;
    font-size: 12px;
  }

  #custom-text .pts-ticker-btn a {
    font-size: 13px !important;
    padding: 10px 18px !important;
  }
}

/* ============================================================
   Regulament giveaway - pagina CMS id 22
   ============================================================ */

#content.page-cms-22 h1 {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 700;
}

#content.page-cms-22 h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 28px 0 12px;
  font-weight: 700;
}

#content.page-cms-22 p {
  margin: 0 0 14px;
  line-height: 1.75;
}

#content.page-cms-22 ul,
#content.page-cms-22 ol {
  list-style-position: outside !important;
  margin: 0 0 18px 0 !important;
  padding-left: 1.8em !important;
}

#content.page-cms-22 ul {
  list-style-type: disc !important;
}

#content.page-cms-22 ol {
  list-style-type: decimal !important;
}

#content.page-cms-22 li {
  display: list-item !important;
  margin-bottom: 8px;
  line-height: 1.65;
}

#content.page-cms-22 a {
  color: #d0121a;
  text-decoration: underline;
}

#content.page-cms-22 a[href*="politica-de-confidentialitate"],
#content.page-cms-22 a[href*="/contact"] {
  color: #2c9ffd;
}

body.cms-id-22 .page-header {
  display: none;
}