/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
:root {
	--bs-border-width: 1px;
}

#footer .logo {
	max-width: 145px;
}
.p-relative {
    position: relative;
}
.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

#_desktop_currency_selectorx, #_desktop_language_selectorx {
	display: inline-block;
}

#_desktop_selector_main {
	position: fixed;
	text-align: right;
	right: 10%;
	bottom: 0;
	z-index: 999;
}

#_desktop_currency_selectorx .btn.dropdown-toggle,
#_desktop_language_selectorx .btn.dropdown-toggle {
	padding-bottom: 10px;
}

#_desktop_currency_selectorx,
#_desktop_language_selectorx {
	margin-left: 30px;
}

.iptv-dropup-container {
    position: relative;
    display: inline-block;
}

.iptv-dropup-btn {
    padding: 10px 20px;
    border-radius: 7px;
    cursor: pointer;
    background: #1E1E1E;
    color: #BDBDBD;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.iptv-dropup-menu {
	overflow: auto;
    max-height: 220px;
    background: #1E1E1E;
    display: none;
    right: 0;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    list-style-type: none;
    padding: 10px 12px;
    margin: 0;
    bottom: 0;
    width: max-content;
}

.iptv-dropup-menu li a {
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    text-decoration-line: none;
}

.iptv-dropup-menu li {
    margin-bottom: 0;
}

.iptv-dropup-menu li:hover {
    color: #FFFFFF;
    background: #4F4F4F;
}

.iptv-dropup-btn img, .iptv-dropup-menu li img {
    width: 18px;
    height: 12px;
}
.text-bold {
	font-weight: bold;
}

.btn-padding {
	padding: 8px 18px;
	border-radius: 7px;
}
.clearfixtemp, hr {
    margin: 1rem 0;
     color: inherit;
     border: 0;
     border-top: var(--bs-border-width) solid;
    opacity: .25;*/
}

.clearfixtemp:after {
	content: "";
	display: table;
	clear: both;
}

/* start navbar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  font-size: 1.25rem;
  text-decoration: none;
  color: #000;
}

.navbar-nav {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.nav-link {
  text-decoration: none;
  color: #000;
}

.nav-link:hover {
  color: #0056b3;
}
/*
.navbar-toggler {
  display: none;
  cursor: pointer;
  border: none;
  background: none;
}
*/
.navbar-toggler-icon {
  width: 30px;
  height: 2px;
  position: relative;
}

/*.navbar-toggler-icon::before,*/
.navbar-toggler-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -10px;
}

.navbar-toggler-icon::after {
  bottom: -10px;
}

.d-inline-flex {
    display: inline-flex;
}
#header li:focus, #header li:hover,
#header a:focus, #header a:hover {
    background-color: transparent !important;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-nav {
    display: none;
    flex-direction: column;
  }

  .navbar-nav.active {
    display: flex;
  }

  /*.navbar-toggler {
    display: block;
  }*/

      #_desktop_selector_main {
        right: 15%;
    }

}
/* end navbar */

@media screen and (min-width: 768px) {
    #header .logo {
        max-width: 115px;
    }

    #header .header-top {
        padding:1.25rem 0;
    }

    .nav-item-top {
        margin-bottom: 0;
        margin-right: 20px;
    }

    #header .nav-item:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    .logo.img-fluid {
        margin-left: 15%;
    }
}

@media screen and (max-width: 768px) {
    #header .header-nav {
        min-height: 65px;
        max-height: 65px;
    }

    .user-info {
        position: absolute;
        right: 15px;
        top: 20px;
        font-size: 16px;
        border: 0;
        outline: 0;
/*        padding: 0;*/
/*        border: 0;*/
/*        color: var(--color-white);*/
    }
    .p10 {
        padding: 10px 0;
    }
/*
    .navbar-toggler:focus {
        box-shadow: none;
    }*/

    #header .logo {
        max-width: 85px;
    }
    
    .iptv-dropup-btn {
        max-width: 150px;
    }
}

.iptv-dropup-btn {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
