/********************************************************
			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%;
  padding: 0;
}
.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,
.btn.prev.accessories_prev {
	left: -20px;
}
.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: -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,
  .btn.prev.accessories_prev {
    left: -15px;
  }
  .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: -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;
  }
}
@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) {
}

/********************************************************
    Mega Menu - paryškinti pagrindines kategorijas
    Pridėta: 2025-10-31
********************************************************/

/* Pagrindines kategorijos (modeliai) - BOLD */
.popover.sub-menu > .top-menu > li > a {
  font-weight: 600 !important;
}

/* Subkategorijos (metai) - normalus */
.popover.sub-menu .top-menu .top-menu a {
  font-weight: normal !important;
}

/********************************************************
    "Visos dalys" - paryškinti TIK po "Visos produktų grupės"
    Pridėta: 2025-10-31
********************************************************/

/* TIK kategorijos po "Visos produktų grupės" (Kūno dalys, Filtrai...) - BOLD */
#category-11 > .collapse > .top-menu > li > a[data-depth="2"] {
  font-weight: 700 !important;
}

/********************************************************
    TIKTAI Aixam kategorijos metų sumažinimas
    Aixam kategorija ID: 3
********************************************************/

/* TIK Aixam (category-3) metų pavadinimai (trečias lygis) */
#category-3 .popover.sub-menu .top-menu .top-menu a {
  font-size: 11px !important;
  line-height: 1.2em !important;
  padding: 3px 8px !important;
}

/* Sumažinti tarpą tik tarp Aixam metų */
#category-3 .popover.sub-menu .top-menu .top-menu li {
  margin-bottom: 2px !important;
  padding: 0 !important;
}

/********************************************************
    Vertikalus scrollbar mega menu
    Pridėta: 2025-10-31
    TIK aukštyn/žemyn, be horizontalaus
********************************************************/

/* Prideda vertikalų scrollbar TIK pirmam lygiui */
.popover.sub-menu {
  max-height: 700px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Išjungia scrollbar nested elementams */
.popover.sub-menu .top-menu {
  max-height: none !important;
  overflow: visible !important;
  padding-right: 15px !important;
}

/* Gražus scrollbar dizainas */
.popover.sub-menu::-webkit-scrollbar {
  width: 8px;
}

.popover.sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.popover.sub-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.popover.sub-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/********************************************************
    Mobile menu - rodyti VISAS kategorijas (JĖGA)
    Pridėta: 2025-10-31
    Fiksuoja: nematosi Ligier, Microcar, Visos dalys
    Priverčia rodyti net su collapse/hidden klasėmis
********************************************************/

@media (max-width: 768px) {
  /* Visi top level menu elementai - PRIVERSTINAI matomi */
  #mobile_top_menu_wrapper .top-menu > li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Menu wrapper - be aukščio apribojimų */
  #mobile_top_menu_wrapper .top-menu {
    max-height: none !important;
    overflow: visible !important;
  }

  #mobile_top_menu_wrapper {
    height: auto !important;
    overflow-y: auto !important;
  }

  /* PRIVERSTI rodyti visus brandus net jei JS slepia */
  #mobile_top_menu_wrapper .top-menu > li.collapse,
  #mobile_top_menu_wrapper .top-menu > li.hidden,
  #mobile_top_menu_wrapper .top-menu > li[style*="display:none"],
  #mobile_top_menu_wrapper .top-menu > li[style*="display: none"] {
    display: block !important;
  }
}

/* Banner Yellow Text - Custom Styling */
/* Kairiojo banner'io geltona spalva tekstui */
.left-side .offer-text2 {
  color: #fab505 !important;
}

/* Jei pirmas span turi būti kitos spalvos */
.left-side .offer-text2 > span:first-child {
  color: inherit;
}

/********************************************************
    Footer Copyright - White Text
    Pridėta: 2025-11-08
********************************************************/
.footer-after .copyright {
  color: #fff !important;
}

/********************************************************
    Checkout - Įmonės informacija apačioje
    Pridėta: 2025-11-10
********************************************************/
.payment-recipient-info {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 20px;
  margin: 30px auto 20px;
  max-width: 800px;
  text-align: center;
}

.payment-recipient-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.payment-recipient-info strong {
  font-weight: 600;
  color: #000;
}

/********************************************************
    Footer - Taisyklės ir Privatumo politika linkai
    Pridėta: 2025-11-12
********************************************************/
.footer-after .footer-links {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
}

.footer-after .footer-links a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-after .footer-links a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer-after .footer-links .separator {
  color: #fff;
  margin: 0 10px;
  opacity: 0.5;
}

/********************************************************
    Footer - Įmonės rekvizitai
    Pridėta: 2025-11-12
********************************************************/
.block-contact .company-details {
  display: inline-block;
  line-height: 1.6;
}

.block-contact .company-details strong {
  font-weight: 600;
}


/********************************************************
    PASLĖPTI SENŲ NUOTRAUKŲ THUMBNAILS
    Rodo tik pagrindinę (cover) nuotrauką
    Pridėta: 2025-11-24
********************************************************/

/* Paslėpti thumbnail galerijas */
.js-qv-mask.mask,
#additional-carousel,
.additional-image-slider,
.thumb-container:not(:first-child),
.customNavigation {
    display: none !important;
}

/* Rodyti tik pagrindinę nuotrauką */
.product-cover {
    display: block !important;
}

/* Paslėpti scroll arrows */
.scroll-box-arrows {
    display: none !important;
}

