/* Import Files */
/** Header **/
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
}
.header-container {
  display: flex;
  max-width: 2000px;
  margin: auto;
  align-items: center;
  align-content: center;
}
.mobile-menu {
  display: none;
}
#search-header {
  background-color: #F6F3FF;
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
}
#search-header i {
  color: #522583;
}
#search-header:active,
#search-header:focus {
  border: none !important;
  outline: none;
}
#search-header:hover {
  border: none;
  background-color: #522583;
}
#search-header:hover i {
  color: #F6F3FF;
}
#top-header {
  background-color: #5a2b85;
  padding: 0 60px;
}
#top-header .left-menu {
  width: 100%;
  display: flex;
}
#top-header .left-menu div {
  padding: 8px 24px;
  font-size: 13px;
}
#top-header .left-menu div:first-child {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#top-header .left-menu div:first-child a {
  color: #522583;
}
#top-header .left-menu div:first-child:hover {
  background-color: #F6F3FF;
}
#top-header .left-menu div:last-child a {
  color: #ffffff;
}
#top-header .left-menu div:last-child:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#top-header .right-menu > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-header .right-menu > ul > li {
  position: relative;
  padding: 0 10px;
}
#top-header .right-menu > ul > li:not(.lang) {
  width: 40px;
}
#top-header .right-menu__item a:has(.icon) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top-header .right-menu__item a:hover i,
#top-header .right-menu__item a:hover svg {
  transform: scale(1.25) translateY(-4px);
}
#top-header .right-menu__item a:hover .text {
  font-size: 10px;
}
#top-header .right-menu__item a .icon {
  display: flex;
}
#top-header .right-menu__item i,
#top-header .right-menu__item svg {
  color: #ffffff;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
  max-width: 100%;
}
#top-header .right-menu__item .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  font-weight: 300;
  line-height: 0;
  white-space: nowrap;
  width: fit-content;
  color: #ffffff;
  transition: font-size 0.2s ease-in-out;
}
#top-header .right-menu__item.lang {
  position: relative;
  cursor: pointer;
  padding: 0 0 2px 16px;
}
#top-header .right-menu__item.lang .icon {
  width: auto;
}
#top-header .right-menu__item.lang::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  height: calc(100% - 14px);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
#top-header .right-menu__item.lang:hover .language-menu-container {
  display: block;
}
.language-menu-container {
  position: absolute;
  top: 25px;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  transition: opacity 253ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 168ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 14px;
  background-color: #ffffff;
  display: none;
  z-index: 2;
  width: 175px;
}
@media screen and (max-width: 767px) {
  .language-menu-container {
    width: 125px;
  }
}
.language-menu-container .wpml-ls-current-language > a:after {
  content: '';
  background-image: url(/wp-content/themes/cablenet/includes/img/selected.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: auto;
}
.language-menu-container ul {
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0;
}
.language-menu-container li.menu-item {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.language-menu-container li.menu-item a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  padding: 8px 16px;
  display: block;
  font-size: 16px;
}
.language-menu-container li.menu-item a:hover {
  background-color: #F6F3FF;
  color: #FF6A13;
}
#main-header {
  width: 100%;
  padding: 0 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
  /* Search */
}
#main-header .close-all-panels {
  display: none !important;
}
#main-header .logo-container {
  width: 250px;
  height: 62px;
}
#main-header .header-right-container {
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: flex-end;
  z-index: 1;
}
#main-header .header-right-container .language-icon {
  display: none;
}
#main-header .header-right-container div.search-container,
#main-header .header-right-container div.account-container {
  margin: 0 4px;
}
#main-header .header-right-container div.search-container > a,
#main-header .header-right-container div.account-container > a {
  padding: 10px 8px;
  background-color: #F6F3FF;
  border-radius: 50%;
}
#main-header .header-right-container div.search-container > a span,
#main-header .header-right-container div.account-container > a span {
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
}
#main-header .header-right-container div.search-container > a:hover,
#main-header .header-right-container div.account-container > a:hover {
  background-color: #522583;
}
#main-header .header-right-container div.search-container > a:hover svg,
#main-header .header-right-container div.account-container > a:hover svg {
  fill: #ffffff;
}
#main-header .header-right-container div.search-container svg,
#main-header .header-right-container div.account-container svg {
  fill: #522583;
}
#main-header .header-right-container div.account-container {
  display: none;
}
#main-header .search-container #mendable-component button {
  background-color: #522583 !important;
}
#main-header .search-container #mendable-component button .search-btn__shortcut {
  background-color: #2b1443 !important;
  padding: 3px !important;
}
#main-header .search-container .asl_w_container {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 48px);
}
#main-header .search-container .asl_w_container .asl_w {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#main-header .search-container .asl_w_container .probox {
  background-color: #F6F3FF;
  border-radius: 30px;
  height: auto;
  border: 1px solid #d2d2d2;
  height: 38px;
}
#main-header .search-container .asl_w_container .probox input {
  font-size: 15px !important;
  padding: 0 14px !important;
}
#main-header .search-container .asl_w_container .probox button.promagnifier {
  margin-right: 20px !important;
  margin-top: 6px;
}
#main-header .search-container .asl_w_container .probox button.promagnifier svg {
  fill: #522583;
  outline: none !important;
}
#main-header .search-container .asl_w_container .probox .proclose {
  margin: 5px 0 !important;
  display: block !important;
}
#main-header .search-container .asl_w_container .probox .proclose svg {
  fill: #522583;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
#main-header .search-container .asl_w_container .probox .proloading {
  display: none !important;
}
#main-header .search-container .asl_w_container .proinput {
  margin: 5px 0;
}
#main-header .search-container i::before {
  content: "\f002";
}
#main-header .search-container.open i::before {
  content: "\f00d";
}
#mendable-component {
  position: absolute;
  top: 49px;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
  display: none;
}
/* Search new */
.search-container .dgwt-wcas-search-wrapp {
  display: none;
  position: absolute;
  top: 50px;
  right: 180px;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .search-container .dgwt-wcas-search-wrapp {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .search-container .dgwt-wcas-search-wrapp {
    top: 9px;
  }
}
.search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #522583;
}
.search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  border: none;
  background: transparent;
  border-radius: 0;
}
.search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: none;
  background: #ffffff;
  padding: 4px;
  font-size: 14px;
  font-family: 'Gotham';
  border-radius: 0;
}
.search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  display: none;
}
/* Main menu */
#main-header .menu-container {
  width: 70%;
}
#main-header .menu-container #mega-menu-wrap-primary {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}
#main-header .menu-container #mega-menu-wrap-primary ul {
  text-align: center;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.no-border::before {
  display: none !important;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .mega-indicator {
  display: none;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .mega-menu-spacer {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .mega-menu-spacer {
    padding: 0;
  }
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:has(+.menu-boxes-mobile) {
  border: none;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item::after {
  content: '';
  bottom: 0;
  height: 2px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  display: block;
  background-color: #FF6A13;
  width: 100%;
  visibility: hidden;
  position: relative;
  bottom: -11px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #522583;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  background-color: #ffffff !important;
  padding: 0 18px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: #ffffff;
  color: #FF6A13;
}
@media screen and (max-width: 992px) {
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover::after {
  visibility: visible;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
  border: none;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#main-header .menu-container #mega-menu-wrap-primary .menu-category {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #main-header .menu-container #mega-menu-wrap-primary .menu-category {
    padding-right: 15px;
  }
}
#main-header .menu-container #mega-menu-wrap-primary .menu-category img {
  max-height: 24px;
  height: 100%;
}
#main-header .menu-container #mega-menu-wrap-primary .menu-category h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 2px;
  margin: 0 0 0 10px;
  color: #522583;
}
#main-header .menu-container #mega-menu-wrap-primary .menu-category svg {
  fill: #522583;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 0 20px;
  top: 43px;
  border-radius: 5px;
  transform: translate(0, 10px) !important;
  max-height: 80vh;
  overflow-y: auto;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
  padding: 0 10px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item:has(.menu-category) {
  margin-bottom: 10px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:not(:has(.menu-category)) {
  padding-top: 16px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, padding-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: normal;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 10px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #FF6A13;
  font-weight: 700;
  background-color: #F6F3FF;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subcategory .mega-menu-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 2px;
  color: #522583;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subcategory::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 1px;
  display: block;
  float: right;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subcategory {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #FBFBFD;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subcategory::after {
    display: none;
  }
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:has(>.textwidget>.menu-category) {
  margin-bottom: 10px;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subtitle > a.mega-menu-link {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
#main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subtitle > a.mega-menu-link:hover {
  color: #FF6A13;
}
@media screen and (max-width: 1025px) {
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subtitle > a.mega-menu-link {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.half-width {
    max-width: 50%;
  }
}
#main-header .menu-container .mega-menu-row .textwidget:has(.menu-category):after {
  content: '';
  background-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 1px;
  display: block;
  float: right;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #main-header .menu-container .mega-menu-row .textwidget:not(:has(.menu-box)) p {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  #main-header .menu-container .mega-menu-row > .mega-sub-menu > li {
    padding-bottom: 15px;
  }
  #main-header .menu-container .mega-menu-row > .mega-sub-menu > li:not(:first-child) {
    position: relative !important;
  }
  #main-header .menu-container .mega-menu-row > .mega-sub-menu > li:not(:first-child)::before {
    content: "";
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
  }
}
#main-header .menu-container .mega-menu-row.menu-boxes {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget {
  background-color: #FBFBFD;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px 32px 8px 32px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin: 20px 0 30px;
  box-shadow: 1px 3px 39px -3px rgba(173, 173, 173, 0.75);
  -webkit-box-shadow: 1px 3px 39px -3px rgba(173, 173, 173, 0.75);
  -moz-box-shadow: 1px 3px 39px -3px rgba(173, 173, 173, 0.75);
  padding: 0;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget:has(.menu-box) {
  display: flex;
  align-items: center;
  background-position: left 7% center;
  background-size: 35% 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
  min-height: 105px;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget:has(.menu-box) a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 5px;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box {
  max-width: 65%;
  width: 100%;
  padding: 0;
  padding-top: 15px;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box h4 {
  font-size: 14px !important;
  margin-bottom: 5px;
  font-weight: 700;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box p {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 0;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget .services a {
  padding-left: 4px;
}
#main-header .menu-container .mega-menu-row.menu-boxes .textwidget:hover {
  background-color: #f2f2f4;
}
@media screen and (max-width: 1025px) {
  #main-header .menu-container .mega-menu-row.menu-boxes > ul.mega-sub-menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget:has(.menu-box) {
    max-width: 300px;
    margin: 15px auto;
    background-color: #FF6A13;
  }
}
#main-header .menu-box {
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
}
#main-header .menu-box h4 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 1025px) {
  #main-header .menu-box h4 {
    color: #ffffff;
  }
}
#main-header .menu-box p {
  font-size: 14px;
}
/* Login menu */
#main-header .header-right-container .login-menu {
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 97px;
  right: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  transition: opacity 253ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 168ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 5px;
  background-color: #ffffff;
  z-index: 2;
  transition: opacity 0.3s;
  opacity: 0;
  padding: 20px 0;
}
#main-header .header-right-container .login-menu .login-btn {
  padding: 10px 30px;
}
#main-header .header-right-container .login-menu .login-btn a {
  padding: 8px;
  display: block;
  background-color: #FF6A13;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 3px;
  width: 100%;
}
#main-header .header-right-container .login-menu .login-btn a:hover {
  box-shadow: 0 8px 24px rgba(255, 106, 19, 0.42);
}
#main-header .header-right-container .login-menu .register {
  padding: 10px 30px;
}
#main-header .header-right-container .login-menu .register a {
  background-color: transparent;
  color: #522583;
  padding: 0;
}
#main-header .header-right-container .login-menu .sign-social {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#main-header .header-right-container .login-menu .sign-social a {
  background-color: transparent;
  color: #522583;
}
#main-header .header-right-container .login-menu.open {
  opacity: 1;
  visibility: visible;
}
/* Mini cart */
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__container {
  top: 50px;
  left: -130%;
}
#main-header .elementor-menu-cart__wrapper .woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 20px;
  margin: auto;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__toggle.elementor-button-wrapper {
  margin: 0 4px;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main {
  padding: 0;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__products {
  padding: 20px 20px 10px 20px;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__products .product-thumbnail {
  width: 60%;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__products .product-name {
  padding-left: 10px;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__products .product-name p {
  display: none;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__products .product-price {
  padding-left: 10px;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__products .cart_item {
  padding-bottom: 0;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__subtotal {
  background: #f2f2f3;
  padding: 10px 20px 2px 20px;
  border-width: 1px 0 0 0;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__subtotal strong {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.42px;
  float: left;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__subtotal span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.42px;
  float: right;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
  padding: 2px 20px 20px 20px;
  background: #f2f2f3;
}
#main-header .elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__footer-buttons a:hover {
  box-shadow: 0 8px 24px rgba(255, 106, 19, 0.42);
}
#main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button {
  padding: 10px;
  background-color: #F6F3FF;
  border-radius: 50%;
  border: none;
  position: relative;
  width: 40px;
  height: 40px;
}
#main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button i {
  color: #522583;
  font-size: 18px;
}
#main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button span {
  line-height: 1;
}
#main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button span.elementor-button-icon-qty {
  position: absolute;
  top: -13px;
  background-color: #FF6A13;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  padding: 3px;
  right: -13px;
  width: 16px;
  height: 16px;
  line-height: 10px;
}
#main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button:hover {
  background-color: #522583;
}
#main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button:hover i {
  color: #ffffff;
}
#main-header .elementor-menu-cart__wrapper dl.variation {
  margin: 0;
}
#main-header .elementor-menu-cart__wrapper dl.variation dt {
  display: none;
}
#main-header .elementor-menu-cart__wrapper dl.variation dd {
  margin: 0;
}
#main-header .elementor-menu-cart__wrapper dl.variation p {
  font-size: 13px;
}
#header-purple-line p {
  font-size: 14px;
}
#header-purple-line p a {
  color: #ffffff;
  text-decoration: underline;
}
#header-purple-line a {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget {
    margin: 0 0 40px 0;
    padding: 10px;
  }
  #main-header .menu-box {
    padding: 10px;
  }
  button.navbar-toggler {
    display: none;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    padding: 6px;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    padding: 0 4px;
  }
}
@media (max-width: 1200px) {
  #main-header .header-right-container div {
    padding: 0;
  }
  #main-header .search-container .asl_w_container {
    max-width: 600px;
  }
}
/* Mobile Menu */
@media (max-width: 1025px) {
  button.navbar-toggler {
    display: block;
  }
  #top-header {
    padding: 0 16px;
    display: none;
  }
  #main-header {
    position: relative;
    padding: 10px 20px;
  }
  #main-header .header-container {
    justify-content: space-between;
  }
  #main-header .menu-container #mega-menu-wrap-primary .menu-category svg {
    fill: #fff;
  }
  #main-header .menu-container #mega-menu-wrap-primary .menu-category h3 {
    color: #ffffff;
  }
  #main-header .header-right-container {
    margin-right: 28px;
  }
  #main-header .header-right-container .right-menu .language-icon {
    display: block;
    position: relative;
  }
  #main-header .header-right-container .right-menu .language-icon:hover .language-menu-container {
    display: block;
  }
  #main-header .header-right-container .right-menu .language-icon svg {
    fill: #522583;
    width: 1.1em;
    height: 1.1em;
  }
  #main-header .header-right-container .right-menu li a {
    padding: 2px 14px;
    font-size: 14px;
  }
  #main-header .header-right-container .search-container .asl_w_container {
    transform: translate(-50%, 50%);
    max-width: 300px;
  }
  #main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button {
    background-color: transparent !important;
    padding-left: 0;
  }
  #main-header .elementor-menu-cart__wrapper a#elementor-menu-cart__toggle_button:hover i {
    color: #522583;
  }
  #main-header .header-right-container div.search-container {
    margin: 3px 0 0 6px;
  }
  #main-header .header-right-container div.search-container #search-header {
    background-color: transparent !important;
    border: none;
    height: 26px;
    width: 30px;
    border-radius: 0;
    outline: none !important;
  }
  #main-header .header-right-container div.search-container #search-header i {
    color: #522583 !important;
  }
  #main-header .menu-container #mega-menu-wrap-primary {
    /* Mobile menu button */
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .textwidget:hover .menu-category h3 {
    color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-right: none;
    margin-bottom: 20px;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #F6F3FF !important;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:not(.icons-menu-mobile):not(.menu-boxes-mobile) > .mega-sub-menu {
    min-height: 100%;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.icons-menu-mobile {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.icons-menu-mobile > a {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.icons-menu-mobile .mega-indicator {
    display: none;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.icons-menu-mobile .mega-sub-menu {
    display: block;
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 30px 18px 30px;
    margin-bottom: 50px;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.icons-menu-mobile .mega-sub-menu .mega-menu-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-boxes-mobile {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-boxes-mobile > a {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-boxes-mobile .mega-indicator {
    display: none;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-boxes-mobile .mega-sub-menu {
    display: block;
    padding: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-boxes-mobile .mega-sub-menu .textwidget::before,
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-boxes-mobile .mega-sub-menu .textwidget::after {
    display: none;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .mega-indicator {
    display: block;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .mega-indicator::after {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 10px;
    position: relative;
    top: 13px;
    vertical-align: top;
    width: 10px;
    left: -8px;
    transform: rotate(45deg);
    border-color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-row .textwidget:has(.menu-category) {
    position: relative;
    cursor: pointer;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-row .textwidget:has(.menu-category)::before {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 10px;
    right: 0;
    transform: rotate(135deg);
    border-color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-row .mega-menu-item.open .textwidget:has(.menu-category) {
    margin-bottom: 12px;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-row .mega-menu-item.open .textwidget:has(.menu-category)::before {
    transform: rotate(-45deg);
    top: 4px;
    border-color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-row.menu-boxes.menu-boxes-mobile {
    display: block;
    padding-top: 25px;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-toggle {
    position: relative;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    z-index: 9999;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 {
    margin: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-box {
    padding: 0;
    height: auto;
    width: auto;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-inner {
    background-color: #522583;
    width: 24px;
    height: 3px;
    right: 10px;
    top: -6px;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-inner::before {
    background-color: #522583;
    width: 24px;
    height: 3px;
    top: 7px;
  }
  #main-header .menu-container #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-inner::after {
    background-color: #522583;
    width: 24px;
    height: 3px;
    top: 14px;
  }
  .mega-menu-primary-mobile-open header {
    background-color: #65348F;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .mega-menu-toggle {
    background-color: transparent;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-inner {
    background-color: #ffffff;
    top: -9px;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-inner::after {
    top: 20px;
    background-color: #ffffff;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .mega-menu-toggle span.mega-toggle-animated-inner::before {
    background-color: #ffffff;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .close-all-panels {
    display: block !important;
    cursor: pointer;
    margin-top: 10px;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .close-all-panels a {
    font-size: 30px !important;
    padding-left: 8px !important;
    position: relative;
    left: 9px;
    font-weight: 600 !important;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .close-all-panels a::after {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 20px;
    vertical-align: top;
    width: 10px;
    left: -15px;
    transform: rotate(-135deg);
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary .close-all-panels a:hover {
    padding: 2px !important;
    background-color: #ffffff !important;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.widget_custom_html, .close-all-panels) {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    height: 0;
  }
  .mega-menu-primary-mobile-open #main-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.open {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .mega-menu-primary-mobile-open #main-header .header-right-container {
    visibility: hidden;
    opacity: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before,
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item::after {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    position: fixed;
    z-index: 999;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 14px;
    padding-left: 12px;
    overflow-y: scroll;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    padding: 5px 2px;
    color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
    background: linear-gradient(151deg, #522583, #8E57A9);
    background: #65348F;
    border-radius: 0;
    padding: 20% 10%;
  }
  #main-header .menu-container .mega-menu-row .textwidget:has(.menu-category):after {
    margin-top: 6px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100% !important;
    left: 0 !important;
    height: 100%;
    top: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 30% 10% 25px;
    background: #65348F;
  }
  #main-header .menu-container {
    position: absolute;
    width: fit-content;
    right: 13px;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget {
    padding: 0;
    margin-bottom: 10px;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget h4 {
    font-size: 12px;
    margin-bottom: 0;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget p {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0 !important;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    padding-left: 2px;
    background-color: transparent !important;
    color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: transparent !important;
    color: #ffffff;
  }
  #main-header .menu-container #mega-menu-wrap-primary .menu-category img {
    display: none;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-subcategory .mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary p {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
  }
  .menu-box * {
    color: #ffffff;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box h4 {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  #main-header .logo-container {
    width: 150px;
    height: 100%;
  }
  #main-header .header-right-container .search-container .asl_w_container {
    top: 40px;
    max-width: 100% !important;
    width: 90%;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    overflow-y: scroll;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary .mega-menu-spacer {
    padding: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:not(:has(.menu-category)) {
    padding-top: 0;
  }
  #main-header .menu-container .mega-menu-row:nth-child(2) {
    padding-top: 25px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.half-width {
    max-width: 100% !important;
  }
}
@media (min-width: 1025px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .menu-links-columns-row.mega-menu-row > ul.mega-sub-menu {
    display: flex;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-1969-1 {
    padding-top: 60px;
  }
}
@media (min-height: 900px) {
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box {
    padding: 5px;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box h4 {
    font-size: 12px;
    margin-bottom: 0;
  }
  #main-header .menu-container .mega-menu-row.menu-boxes .textwidget .menu-box p {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0;
  }
  #main-header .menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  #main-header .header-right-container div.search-container #search-header {
    padding-left: 12px;
  }
}
#headlessui-portal-root #headlessui-dialog-1 .ms-mt-20 {
  margin-top: 15rem;
}
/** Footer **/
footer {
  position: relative;
}
#footer {
  background-color: #2E0F50;
  padding: 100px 0 20px 0;
}
#footer .footer-row-1 {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}
#footer .footer-row-1 .footer-column {
  width: 33%;
}
#footer .footer-row-1 .footer-column h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  font-weight: normal;
}
#footer .footer-row-1 .footer-column ul {
  padding: 0;
  list-style: none;
}
#footer .footer-row-1 .footer-column ul li {
  margin-bottom: 8px;
}
#footer .footer-row-1 .footer-column ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
#footer .footer-row-1 .footer-column p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 4px;
}
#footer .footer-row-1 .footer-column .address {
  margin-bottom: 20px;
}
#footer .footer-row-1 .footer-column .social-media {
  margin-top: 20px;
}
#footer .footer-row-1 .footer-column .social-media .elementor-grid-item {
  margin-bottom: 10px;
}
#footer .footer-row-1 .footer-column .social-media .elementor-icon.elementor-social-icon {
  display: inline-flex;
}
#footer .footer-row-2 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}
#sub-footer {
  background-color: #17052B;
  text-align: center;
  padding: 6px 15px;
}
#sub-footer a {
  font-size: 12px !important;
}
#sub-footer ul {
  display: block;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
#sub-footer ul li {
  display: inline-block;
  margin: 14px 6px;
}
#sub-footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
#footer-popup {
  display: none;
  position: fixed;
  right: 33px;
  bottom: 42px;
  z-index: 1;
}
#footer-popup .footer-popup-container {
  display: none;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 8px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#footer-popup .footer-popup-container div {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 0px 20px;
}
#footer-popup .footer-popup-container div img {
  width: 56px;
  height: 56px;
}
#footer-popup .footer-popup-container div a:last-child {
  padding-left: 24px;
  font-size: 14px;
  color: #000000;
}
#footer-popup .footer-popup-container div:hover {
  background-color: #F6F3FF;
}
#footer-popup .footer-popup-container div:hover a {
  color: #FF6A13;
}
#footer-popup .popup-btn {
  background-color: #522583;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  float: right;
  cursor: pointer;
  position: relative;
}
#footer-popup .popup-btn svg {
  position: relative;
  top: 10px;
  right: -12px;
}
#footer-popup .popup-btn.open svg {
  display: none;
}
#footer-popup .popup-btn.open::before {
  background-color: #ffffff;
  position: absolute;
  content: '';
  width: 21px;
  height: 2px;
  transform: rotate(45deg);
  top: 22px;
  left: 14px;
}
#footer-popup .popup-btn.open::after {
  background-color: #ffffff;
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
  top: 22px;
  right: 13px;
}
@media (max-width: 992px) {
  #footer {
    padding: 15px 0;
  }
  #footer .footer-row-1 {
    display: block;
    padding-bottom: 18px;
  }
  #footer .footer-row-1 .footer-column {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  #footer .footer-row-1 .footer-column h4 {
    cursor: pointer;
    pointer-events: visible;
    margin: 10px 0;
    position: relative;
  }
  #footer .footer-row-1 .footer-column h4::after {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 8px;
    position: absolute;
    top: 0.15em;
    vertical-align: top;
    width: 8px;
    transform: rotate(135deg);
    right: 11px;
  }
  #footer .footer-row-1 .footer-column h4.open::after {
    transform: rotate(-45deg);
  }
  #footer .footer-row-1 .footer-column > div {
    display: none;
  }
  #sub-footer ul li {
    display: inline-block;
    margin: 4px;
  }
  #footer-popup .popup-btn svg {
    top: 12px;
    right: -14px;
  }
}
@media (max-width: 767px) {
  #footer .footer-row-1 .footer-column h4 {
    font-size: 14px;
  }
}
/** Homepage **/
#main-slider .swiper-slide-contents {
  max-width: 60%;
}
#main-slider .swiper-slide-inner {
  padding: 0;
  max-width: 1140px;
}
#main-slider .swiper-pagination {
  bottom: 22px;
}
#main-slider .elementor-slide-description {
  font-size: 55px;
}
#main-slider .elementor-slide-description span {
  font-size: 30px;
}
#main-slider a.elementor-button {
  text-transform: uppercase;
  background-color: #522583;
  border-color: #522583;
  color: #ffffff;
  text-align: center;
  padding: 16px 18px;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.25s ease-in-out;
}
#main-slider a.elementor-button::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
#main-slider a.elementor-button:hover::after {
  margin-left: 24px;
}
.service-price .elementor-heading-title {
  font-size: 50px;
  font-family: 'GothamB';
}
.service-price .elementor-heading-title div {
  position: relative;
  display: inline-block;
}
.service-price .elementor-heading-title span {
  font-size: 28px;
  font-family: 'GothamM';
}
.service-price .elementor-heading-title span.price-decimals {
  font-family: 'GothamB';
}
.service-price.previous-price {
  margin: 0;
  text-align: right;
  padding: 0 16px;
}
.service-price.previous-price .elementor-heading-title {
  font-size: 32px;
  position: relative;
  display: inline-block;
}
.service-price.previous-price .elementor-heading-title div {
  display: inline-block;
}
.service-price.previous-price .elementor-heading-title span {
  font-size: 18px;
}
.service-price.previous-price .elementor-heading-title::after {
  position: absolute;
  transform: rotate(53deg);
  left: 40px;
  top: -11px;
  content: '';
  height: 60px;
  width: 2px;
  background: red;
}
#best-services .elementor-element-populated {
  display: flex;
  flex-direction: column;
}
#best-services .elementor-widget.elementor-widget-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#best-services .elementor-column {
  position: relative;
  padding: 0 10px;
}
#best-services .elementor-column .service-price {
  margin-top: auto;
}
#best-services .elementor-widget-button {
  margin-bottom: 20px;
}
#best-services .service-title {
  padding: 0 10px;
}
.offer {
  position: absolute;
  top: -32px;
  max-width: 112px;
  right: 0;
  padding: 0;
}
.offer .elementor-heading-title {
  font-family: 'Gotham';
  font-size: 20px !important;
}
html[lang='el'] body .offer {
  max-width: 142px;
  top: -30px;
}
html[lang='el'] body .offer .elementor-heading-title {
  font-family: 'GothamGreek';
  font-size: 18px !important;
}
.buy-products .elementor-column.elementor-col-50.elementor-top-column {
  padding: 12px 24px 12px 0;
}
@media (max-width: 1500px) {
  .buy-products .elementor-widget-heading {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #main-slider .swiper-slide-inner {
    padding: 0 15px;
  }
  #best-services .elementor-widget-container {
    margin-right: 0;
  }
  #best-services .elementor-column {
    padding-right: 12px;
    padding-left: 12px;
  }
  .buy-products .elementor-column.elementor-col-50.elementor-top-column {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 992px) {
  .buy-products .elementor-col-50.elementor-inner-column {
    width: 100% !important;
  }
  .buy-products .elementor-widget-image {
    text-align: center !important;
  }
  .buy-products h4.elementor-heading-title {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 767px) {
  #main-slider .swiper-slide-contents {
    max-width: 100%;
  }
  .buy-products .elementor-column.elementor-col-50.elementor-top-column {
    padding: 12px 0;
  }
  .buy-products .elementor-widget-heading:first-child {
    height: auto !important;
  }
  #best-services .elementor-column {
    padding: 0;
  }
  #best-services .elementor-element-populated {
    max-width: 90%;
    margin: auto;
  }
}
/*************************/
#home-slider .swiper-slide-inner {
  padding: 0;
  max-width: 1140px;
}
#home-slider .elementor-slide-button {
  padding: 16px 18px;
  border-color: #5A2B85;
}
#home-slider .elementor-slide-button::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
#home-slider .elementor-slide-button:hover::after {
  margin-left: 24px;
}
#home-slider .swiper-pagination {
  bottom: 22px;
}
#home-services .elementor-widget-image-box .elementor-image-box-title {
  margin-bottom: 0;
}
#home-services .elementor-widget-container a {
  display: block;
  padding: 40px 0 30px;
}
#home-services .elementor-widget-container a .elementor-image-box-title {
  transition: all 0.2s ease-in-out;
}
#mobile-app .elementor-widget-image {
  margin-top: -24px;
}
.maxify-logo {
  display: inline-block;
  width: 100px;
  margin-top: -7px;
}
#tv-section .elementor-background-overlay {
  background-position: 90% center;
}
#home-services .elementor-col-25 .elementor-element-190fdffe a figure {
  margin-bottom: 12px;
}
#mobile-app .mobile-img.elementor-widget-image {
  margin-top: -80px;
}
#header-purple-line .elementor-widget-container {
  font-size: 13px;
  line-height: 17px;
}
#header-purple-line .elementor-widget-container p {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 17px;
  padding: 4px 0;
}
@media (max-width: 1200px) {
  #mobile-app .store-img {
    margin: 0 15px;
  }
  #home-slider .swiper-slide-inner {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .overlay-desktop .elementor-background-overlay {
    background: none !important;
  }
}
@media (max-width: 967px) {
  #internet .elementor-background-overlay {
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  #home-services .elementor-col-25 {
    width: 50%;
  }
  #home-services .elementor-col-25 .elementor-widget-image-box {
    padding: 0;
  }
  #home-services .elementor-image-box-title {
    font-size: 14px;
  }
  #mobile-app .elementor-heading-title,
  #mobile-app .elementor-widget-text-editor,
  #mobile-app .elementor-widget-image {
    text-align: center;
  }
  #mobile-app .elementor-heading-title {
    font-size: 32px;
  }
  #mobile-app .store-img {
    margin: 0 auto 10px auto;
  }
  #mobile-app .store-img .elementor-widget-container {
    margin: 0;
  }
  #mobile-app .mobile-img.elementor-widget-image {
    margin: auto;
  }
  .home .elementor-slide-heading {
    font-size: 44px !important;
    line-height: 41px !important;
  }
  .home h2.elementor-heading-title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .home h1.elementor-heading-title {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .section-circles-img-box .elementor-column.elementor-col-25 {
    width: 50%;
  }
  #home-slider .swiper-slide-bg {
    background-position: 78% 50%;
  }
  #home-slider .elementor-slide-heading {
    font-size: 42px;
    line-height: 46px;
  }
  #home-slider .elementor-slide-heading br {
    display: none;
  }
  #home-slider .elementor-slide-description br {
    display: none;
  }
  #internet,
  #tv-section,
  #mobile-section,
  #sports-section {
    padding: 50px 0 0 0;
  }
  .small-heading h2.elementor-heading-title {
    font-size: 16px !important;
  }
  #best-services .service-title .elementor-heading-title {
    font-size: 28px;
  }
  .buy-products .elementor-widget-heading h3.elementor-heading-title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .buy-products .elementor-widget-heading h3.elementor-heading-title br {
    display: none;
  }
  .buy-products .elementor-widget-heading h4.elementor-heading-title {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .buy-products .elementor-widget-heading h4.elementor-heading-title br {
    display: none;
  }
}
/** About **/
.about-us {
  margin-top: 40px;
}
.about-us h1 {
  text-align: center;
  font-size: 34px;
  font-weight: normal;
}
#about-tabs {
  margin: 0 auto 80px auto;
  max-width: 960px;
}
#about-tabs .nav-pills {
  max-width: 300px;
  margin: 40px auto;
  border-radius: 50px;
  background-color: #717171;
}
#about-tabs .nav-pills li {
  width: 50%;
  text-align: center;
  background-color: #717171;
  -webkit-transition: background 0.5s, border-radius 0.5s;
  transition: background 0.5s, border-radius 0.5s;
}
#about-tabs .nav-pills li a {
  display: inline-block;
  color: #ffffff;
  padding: 14px;
  background-color: transparent !important;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.5px;
}
#about-tabs .nav-pills li.active {
  background-color: #522583;
}
#about-tabs .nav-pills li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#about-tabs .nav-pills li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#about-tabs .nav-pills li.active:first-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#about-tabs .nav-pills li.active:last-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#about-tabs #timeline {
  position: relative;
  padding-left: 64px;
}
#about-tabs #timeline .milestone {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding-bottom: 14px;
}
#about-tabs #timeline .milestone h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 4px;
  color: #522583;
}
#about-tabs #timeline .milestone .years {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-bottom: 11px;
}
#about-tabs #timeline .milestone::before {
  content: '';
  left: -64px;
  width: 12px;
  height: 12px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 12px;
  position: absolute;
  background-color: #522583;
  z-index: 1;
  top: 6px;
}
#about-tabs #timeline .milestone::after {
  content: '';
  left: -66px;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  position: absolute;
  background-color: #f2f2f2;
  top: 4px;
}
#about-tabs #timeline .milestone:first-child::before {
  background-color: #FF6A13;
}
#about-tabs #timeline .milestone:hover::before {
  background-color: #FF6A13;
}
#about-tabs #timeline::before {
  top: 8px;
  left: 6px;
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  transform: translateX(-1px);
  background-color: #522583;
}
#about-tabs #about-tabs p {
  margin-bottom: 20px;
}
/** Support **/
#how-can-help {
  background: linear-gradient(135deg, #522583 0%, #8E57A9 100%);
}
#how-can-help .elementor-widget-text-editor {
  max-width: 33%;
  margin: auto;
}
#how-can-help .slick-prev {
  left: 7px;
}
#how-can-help .slick-next {
  right: 7px;
}
#how-can-help .service-category {
  width: 124px;
  height: 124px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #522583;
  margin: 10px auto;
}
#how-can-help .service-category a {
  width: 100%;
}
#how-can-help .service-category .icon {
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin: 0 auto;
  outline: none;
}
#how-can-help .service-category:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}
#how-can-help .elementor-heading-title {
  line-height: 19px;
}
#main-support-categories {
  background: linear-gradient(180deg, #fcfdfe 0%, #f5f7fa 100%);
}
#main-support-categories .main-support-category {
  padding: 10px;
}
#main-support-categories .main-support-category .elementor-element-populated {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
#main-support-categories .main-support-category .main-category-img-1 {
  background-image: url(/wp-content/uploads/internetAndFixedCard.png);
  width: 100%;
  height: 19vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
#main-support-categories .main-support-category .main-category-img-2 {
  background-image: url(/wp-content/uploads/mobileCard.png);
  width: 100%;
  height: 19vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
#main-support-categories .main-support-category .main-category-img-3 {
  background-image: url(/wp-content/uploads/cablenetTVCard.png);
  width: 100%;
  height: 19vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
#main-support-categories .main-support-category .elementor-widget-heading {
  padding: 0 32px;
}
#main-support-categories .main-support-category .elementor-widget-heading:last-child {
  padding-bottom: 32px;
}
#here-to-help {
  padding: 80px 0px 0px 0px;
  background: linear-gradient(180deg, #fcfdfe 0%, #f5f7fa 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#here-to-help #help-tabs ul.nav.nav-pills {
  display: flex;
  margin: auto;
  max-width: 45%;
  padding-bottom: 60px;
}
#here-to-help #help-tabs ul.nav.nav-pills li {
  width: 20%;
  text-align: center;
  position: relative;
}
#here-to-help #help-tabs ul.nav.nav-pills li div {
  width: 88px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 88px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 10px;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 auto 4px auto;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
#here-to-help #help-tabs ul.nav.nav-pills li div:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#here-to-help #help-tabs ul.nav.nav-pills li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent !important;
}
#here-to-help #help-tabs ul.nav.nav-pills li.active div {
  border-color: #522583;
}
#here-to-help #help-tabs ul.nav.nav-pills li.active span.triangle {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #ffffff;
  bottom: -62px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
#here-to-help #help-tabs ul.nav.nav-pills li.active span.triangle::after {
  content: '';
  background: rgba(0, 0, 0, 0.04);
  height: 1px;
  width: 23px;
  display: block;
  bottom: -8px;
  position: absolute;
  transform: rotate(46deg);
  left: -3px;
}
#here-to-help #help-tabs ul.nav.nav-pills li.active span.triangle::before {
  content: '';
  background: rgba(0, 0, 0, 0.04);
  height: 1px;
  width: 23px;
  display: block;
  bottom: -8px;
  position: absolute;
  transform: rotate(135deg);
  left: -19px;
}
#here-to-help #help-tabs .tab-content {
  background: linear-gradient(180deg, #fcfdfe 0%, #f3f5fb 100%);
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container {
  display: flex;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-img {
  width: 50%;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content {
  width: 50%;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 2px;
  color: #522583;
  text-transform: uppercase;
  position: relative;
  left: 30px;
  max-width: 90%;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content h3 svg {
  position: absolute;
  left: -32px;
  top: -6px;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content h5 {
  color: #522583;
  font-size: 21px;
  margin-bottom: 14px;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 70%;
  margin-bottom: 30px;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content p.customer-support {
  color: #000000;
}
#here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content form .elementor-field-type-tel {
  margin-bottom: 20px;
}
#t-c,
#f_q {
  padding: 0;
}
#t-c .search-bar,
#f_q .search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px;
  max-width: 920px;
  width: 100%;
  height: 56px;
  padding: 10px 25px;
  margin-inline: auto;
  margin-bottom: 40px;
  transition: box-shadow 0.2s ease-in-out;
}
#t-c .search-bar:has(input:focus),
#f_q .search-bar:has(input:focus) {
  box-shadow: 0px 9px 12px #00000029;
}
#t-c .search-bar input,
#f_q .search-bar input {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: none;
}
#t-c .search-bar input:focus,
#f_q .search-bar input:focus {
  outline: transparent;
}
#t-c .search-bar label,
#f_q .search-bar label {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  width: fit-content;
  padding: 0 25px;
  margin-bottom: 0;
}
#t-c .search-bar label::before,
#f_q .search-bar label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #522583;
}
@media screen and (max-width: 575px) {
  #t-c .search-bar label,
  #f_q .search-bar label {
    display: none;
  }
}
#t-c .search-bar .search-icon,
#f_q .search-bar .search-icon {
  padding-left: 25px;
}
@media screen and (max-width: 575px) {
  #t-c .search-bar .search-icon,
  #f_q .search-bar .search-icon {
    padding-left: 5px;
  }
}
@media screen and (max-width: 575px) {
  #t-c .search-bar,
  #f_q .search-bar {
    margin-bottom: 30px;
  }
}
#t-c .select-bar,
#f_q .select-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  margin-bottom: 40px;
}
#t-c .select-bar .select-wrapper,
#f_q .select-bar .select-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#t-c .select-bar .select-wrapper label,
#f_q .select-bar .select-wrapper label {
  font-size: 14px;
  color: #522583;
  padding-left: 10px;
  margin-bottom: 5px;
}
#t-c .select-bar .select-clear-btn,
#f_q .select-bar .select-clear-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #522583;
  text-decoration: underline;
}
#t-c .select-bar .select-clear-btn:focus,
#f_q .select-bar .select-clear-btn:focus {
  outline: transparent;
}
#t-c .select-bar .dropdown-toggle,
#f_q .select-bar .dropdown-toggle {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  color: #000000;
  padding: 5px 25px;
  transition: box-shadow 0.2s ease-in-out;
}
#t-c .select-bar .dropdown-toggle.bs-placeholder,
#f_q .select-bar .dropdown-toggle.bs-placeholder {
  color: #717171;
}
#t-c .select-bar .dropdown-toggle:focus,
#f_q .select-bar .dropdown-toggle:focus {
  outline: transparent !important;
  box-shadow: 0px 9px 12px #00000029;
}
#t-c .select-bar .dropdown-menu,
#f_q .select-bar .dropdown-menu {
  border-radius: 8px;
  padding: 0;
}
#t-c .select-bar .dropdown-menu li a,
#f_q .select-bar .dropdown-menu li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #ccc;
  padding: 2px 5px;
  transition: all 0.2s ease-in-out;
}
#t-c .select-bar .dropdown-menu li a.active.selected,
#f_q .select-bar .dropdown-menu li a.active.selected {
  background-color: #5225833d;
  color: #000000;
}
#t-c .select-bar .dropdown-menu li a:hover,
#f_q .select-bar .dropdown-menu li a:hover {
  background-color: #5225833d;
  color: #000000;
}
#t-c .term-category,
#f_q .term-category {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 18px;
}
#t-c .plan-term,
#f_q .plan-term {
  margin-bottom: 60px;
}
#t-c .section-title,
#f_q .section-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #522e92;
}
#t-c .accordion-title,
#f_q .accordion-title {
  font-size: 17px;
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
  width: 100%;
  display: block;
  padding-left: 20px;
  position: relative;
  color: #522e92;
}
#t-c .accordion-item:first-of-type,
#f_q .accordion-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#t-c .accordion,
#f_q .accordion {
  margin: 20px auto 40px;
}
#t-c .accordion-item,
#f_q .accordion-item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}
#t-c .accordion-item .accordion-header,
#f_q .accordion-item .accordion-header {
  margin: 0;
}
#t-c .accordion-item .accordion-header a,
#f_q .accordion-item .accordion-header a {
  font-size: 17px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 26px 20px;
  position: relative;
}
#t-c .accordion-item .accordion-header a.collapsed::after,
#f_q .accordion-item .accordion-header a.collapsed::after {
  transform: rotate(134deg);
}
#t-c .accordion-item .accordion-header a::after,
#f_q .accordion-item .accordion-header a::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 9px;
  right: 23px;
  top: 50%;
  transition-duration: 0.8s;
  transition-property: transform;
}
#t-c .accordion-item .accordion-item p,
#f_q .accordion-item .accordion-item p {
  font-size: 14px;
  margin-bottom: 10px;
}
#t-c .accordion-item .accordion-item li,
#f_q .accordion-item .accordion-item li {
  font-size: 14px;
  margin-bottom: 10px;
}
#t-c .accordion-item .accordion-item div,
#f_q .accordion-item .accordion-item div {
  font-size: 14px;
}
#t-c .accordion-anchor,
#f_q .accordion-anchor {
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 1px;
  visibility: hidden;
}
#terms .accordion {
  margin: 40px auto;
  padding: 0;
}
#terms .accordion .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}
#terms .accordion .accordion-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#terms .accordion .accordion-item h4 {
  margin: 0;
}
#terms .accordion .accordion-item h4 a {
  font-size: 17px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 20px;
  position: relative;
}
#terms .accordion .accordion-item h4 a::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 9px;
  right: 23px;
  top: 50%;
  transition-duration: 0.8s;
  transition-property: transform;
}
#terms .accordion .accordion-item h4 a.collapsed::after {
  transform: rotate(134deg);
}
#terms .accordion .accordion-item p {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px;
}
#terms .accordion .accordion-item li {
  font-size: 14px;
  margin-bottom: 10px;
}
#terms .accordion .accordion-item div {
  font-size: 14px;
}
#terms .accordion h3.sub-category {
  font-size: 16px;
  color: #522583;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
}
/* FAQ tabs & accordion */
#faq .tabs {
  margin-top: 40px;
}
#faq .tabs ul.nav.nav-pills {
  display: flex;
  margin: auto;
  max-width: 60%;
  flex-wrap: wrap;
}
#faq .tabs ul.nav.nav-pills li {
  flex: 1;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  border-color: transparent;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
#faq .tabs ul.nav.nav-pills li a {
  color: #00000099;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: none !important;
  letter-spacing: 1px;
}
#faq .tabs ul.nav.nav-pills li a:hover {
  color: #FF6A13;
}
#faq .tabs ul.nav.nav-pills li.active {
  border-color: #FF6A13;
}
#faq .tabs ul.nav.nav-pills li.active a {
  color: #FF6A13;
}
#faq .accordion {
  margin: 40px auto;
  padding: 0;
}
#faq .accordion .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}
#faq .accordion .accordion-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#faq .accordion .accordion-item h4 {
  margin: 0;
}
#faq .accordion .accordion-item h4 a {
  font-size: 17px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 20px 30px 20px 20px;
  position: relative;
}
#faq .accordion .accordion-item h4 a::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 9px;
  right: 23px;
  top: 50%;
  transition-duration: 0.8s;
  transition-property: transform;
}
#faq .accordion .accordion-item h4 a.collapsed::after {
  transform: rotate(134deg);
}
#faq .accordion .accordion-item p {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px;
}
#faq .accordion .accordion-item li {
  font-size: 14px;
  margin-bottom: 10px;
}
#faq .accordion .accordion-item div {
  font-size: 14px;
}
#faq .accordion .accordion-item div img {
  margin: 10px 4px;
}
#faq .accordion h3.sub-category {
  font-size: 16px;
  color: #522583;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
}
#mobile-video-support,
#internet-video-support,
#tv-video-support {
  padding: 20px 0;
}
#mobile-video-support .video-category,
#internet-video-support .video-category,
#tv-video-support .video-category {
  display: flex;
  flex-wrap: wrap;
}
#mobile-video-support .video-category .video-container,
#internet-video-support .video-category .video-container,
#tv-video-support .video-category .video-container {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  width: 31.33%;
  margin: 10px;
}
#mobile-video-support .video-category .video-container .video,
#internet-video-support .video-category .video-container .video,
#tv-video-support .video-category .video-container .video {
  position: relative;
}
#mobile-video-support .video-category .video-container .video iframe,
#internet-video-support .video-category .video-container .video iframe,
#tv-video-support .video-category .video-container .video iframe {
  visibility: hidden;
  height: 200px;
}
#mobile-video-support .video-category .video-container .video .play-video,
#internet-video-support .video-category .video-container .video .play-video,
#tv-video-support .video-category .video-container .video .play-video {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #522583;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  cursor: pointer;
}
#mobile-video-support .video-category .video-container h6,
#internet-video-support .video-category .video-container h6,
#tv-video-support .video-category .video-container h6 {
  padding: 20px;
  font-size: 17px;
}
#mobile-video-support .video-category .video-container.show iframe,
#internet-video-support .video-category .video-container.show iframe,
#tv-video-support .video-category .video-container.show iframe {
  visibility: visible;
}
#mobile-video-support .video-category .video-container.show .play-video,
#internet-video-support .video-category .video-container.show .play-video,
#tv-video-support .video-category .video-container.show .play-video {
  visibility: hidden;
}
#mobile-video-support .video-category .video-container:hover,
#internet-video-support .video-category .video-container:hover,
#tv-video-support .video-category .video-container:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#mobile-video-support h3,
#internet-video-support h3,
#tv-video-support h3 {
  margin: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #522583;
}
/* Search results */
.search-results {
  background-color: #ebebeb;
}
.search-results h1 {
  font-size: 28px;
  margin-top: 70px;
  margin-bottom: 21px;
  color: #522583;
}
.search-results header.entry-header {
  position: initial;
  background: transparent;
}
.search-results header.entry-header h2.entry-title {
  border-bottom: 1px solid #522583;
  font-size: 22px;
}
.search-results header.entry-header h2.entry-title:hover {
  color: #522583;
}
.search-results footer.entry-footer,
.search-results .entry-meta {
  display: none;
}
.search-results article {
  margin-bottom: 40px;
}
.search-results .nav-links {
  padding: 20px 0 60px 0;
}
.search-results .nav-links a {
  color: #522583 !important;
}
.search-no-results {
  background-color: #ebebeb;
}
.search-no-results header.page-header {
  position: initial;
  background: transparent;
}
.search-no-results h1 {
  font-size: 28px;
  margin-top: 70px;
  margin-bottom: 21px;
  color: #522583;
}
.search-no-results form.search-form {
  margin-bottom: 50px;
}
.search-no-results form.search-form .search-submit {
  background-color: #522583;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px;
  line-height: 16px;
  margin-top: -3px;
  transition: all 0.3s;
}
a.asl_res_url {
  color: #000000 !important;
}
a.asl_res_url:hover {
  color: #522583 !important;
}
@media (max-width: 1500px) {
  #faq .tabs ul.nav.nav-pills {
    max-width: 80%;
  }
}
@media (max-width: 1200px) {
  #here-to-help #help-tabs ul.nav.nav-pills {
    max-width: 70%;
  }
  #main-support-categories .main-support-category {
    padding: 20px;
  }
  #faq .tabs ul.nav.nav-pills {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  #main-support-categories .main-support-category .main-category-img-1,
  #main-support-categories .main-support-category .main-category-img-2,
  #main-support-categories .main-support-category .main-category-img-3 {
    height: 200px;
  }
  #here-to-help #help-tabs ul.nav.nav-pills {
    max-width: 100%;
  }
  #here-to-help #help-tabs .tab-content .tab-pane .support-container {
    display: block;
  }
  #here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content {
    width: 100%;
    margin-bottom: 60px;
  }
  #here-to-help #help-tabs .tab-content .tab-pane .support-container .support-img {
    width: 100%;
  }
  #how-can-help .elementor-widget-text-editor {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #here-to-help #help-tabs ul.nav.nav-pills {
    padding-bottom: 30px;
  }
  #here-to-help #help-tabs ul.nav.nav-pills li div {
    width: 60px;
    height: 60px;
  }
  #here-to-help #help-tabs ul.nav.nav-pills li div img {
    padding: 9px;
  }
  #here-to-help #help-tabs ul.nav.nav-pills li.active span.triangle {
    bottom: -32px;
  }
  #here-to-help #help-tabs .tab-content .tab-pane .support-container .support-content h4 {
    font-size: 28px;
  }
  #mobile-video-support .video-category .video-container,
  #internet-video-support .video-category .video-container,
  #tv-video-support .video-category .video-container {
    width: 50%;
  }
  #t-c.t-c.container,
  #faq {
    padding-right: 15px;
    padding-left: 15px;
  }
  #terms .accordion .accordion-item h4 a,
  #faq .accordion .accordion-item h4 a {
    padding-right: 33px;
  }
  #terms .accordion .accordion-item h4 a::after,
  #faq .accordion .accordion-item h4 a::after {
    transform: rotate(-45deg) translate(0, -50%);
  }
  #terms .accordion .accordion-item h4 a.collapsed::after,
  #faq .accordion .accordion-item h4 a.collapsed::after {
    transform: rotate(134deg) translate(0, -50%);
  }
}
@media (max-width: 600px) {
  #mobile-video-support .video-category,
  #internet-video-support .video-category,
  #tv-video-support .video-category {
    display: block;
  }
  #mobile-video-support .video-category .video-container,
  #internet-video-support .video-category .video-container,
  #tv-video-support .video-category .video-container {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #here-to-help #help-tabs ul.nav.nav-pills {
    max-width: 400px;
  }
  #here-to-help #help-tabs ul.nav.nav-pills li {
    width: 27%;
    float: left;
    margin: 10px auto;
  }
  #faq #faq-tabs ul.nav.nav-pills {
    max-width: 100%;
    display: block;
  }
  #how-can-help .service-category {
    width: 100px;
    height: 100px;
  }
  #how-can-help .slick-slide .elementor-element-populated {
    max-width: 80%;
    margin: auto;
  }
}
/** Shop **/
#products-listing .woocommerce-loop-product__title ~ span.price > div:first-child {
  flex: 0 0 40%;
}
#products-listing .woocommerce-loop-product__title ~ span.price > div:last-child {
  flex: 0 0 60%;
}
/* Notices */
.woocommerce-notices-wrapper {
  width: 100%;
  margin-top: 3rem;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 0;
  border-top-color: #4CAF50;
  background-color: #e7deec;
  color: #000000;
  text-align: center;
  position: relative;
  padding-bottom: 68px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  position: absolute;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 35px;
  background-color: #522583;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 10px 16px 10px 16px;
  border: 1px solid #522583;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  transition: all 0.2s;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  background-color: #522583;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(82, 37, 131, 0.42);
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-info {
  color: #000000;
  font-size: 16px;
  text-align: center;
  border-color: #FF6A13;
}
.woocommerce-notices-wrapper .woocommerce-info::before {
  display: none;
}
/* Single Product */
.woocommerce div.product {
  width: 100%;
}
#out-of-stock-msg {
  color: red;
  margin-bottom: 1rem;
  font-size: 15px;
  display: none;
}
#single-product .plan-prepayment-from,
#single-product .plan-prepayment-up-to {
  font-size: 13px;
}
#single-product .single-product-note {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
#single-product h1 {
  border: none;
  max-width: 90%;
  text-align: left;
  font-size: 30px !important;
}
#single-product p.stock.in-stock {
  display: none;
}
#single-product h2 {
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
#single-product .onsale {
  display: none;
}
#single-product .elementor-element-populated {
  position: relative;
}
#single-product .product-specifications .specification {
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#single-product .product-specifications .specification div:first-child {
  width: 40%;
}
#single-product .product-specifications .specification div:last-child {
  width: 60%;
}
#single-product .product-specifications .specification h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#single-product .product-specifications .specification p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
}
#single-product .product-specifications .specification:nth-child(2n-1) {
  background-color: #ffffff;
}
#single-product .variations th {
  display: none;
}
#single-product .variations a.reset_variations {
  display: none !important;
}
#single-product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
#single-product .product-labels .label {
  margin-right: 6px;
  display: inline-block;
  padding: 12px;
  font-size: 14px;
}
#single-product .plan-title {
  font-size: 17px;
}
#single-product .plan-price {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 12px;
  line-height: 1;
}
#single-product .plan-price .price {
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.87);
}
#single-product .plan-price .previous-price {
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
}
#single-product .plan-price .previous-price .amount {
  text-decoration: line-through;
}
#single-product .plan-price .previous-price.price {
  text-decoration: line-through;
}
#single-product .plan-price .previous-price .decimal {
  font-size: 14px;
}
#single-product .plan-price .final-price strong {
  color: #522583;
  font-size: 24px;
}
#single-product .plan-price .final-price small {
  font-size: 12px;
}
#single-product .plan-price .final-price .decimal {
  font-size: 20px;
}
#single-product .plan-price span {
  display: inline-block;
}
#single-product .prepayment .decimal {
  font-size: 14px;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper {
  display: flex;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item {
  border: 1px solid #58595B;
  text-transform: uppercase;
  background-color: transparent;
  color: #58595B;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  width: 90%;
  border-radius: 5px;
  height: 36px;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item span {
  line-height: 1;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item:before,
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item:after {
  display: none;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item:hover,
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item.selected {
  background-color: #58595B;
  color: #ffffff;
  box-shadow: none;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item.disabled {
  border-color: rgba(142, 87, 169, 0.2);
}
#single-product .variable-items-wrapper.button-variable-items-wrapper > div {
  flex: 1;
  padding-bottom: 56px;
  position: relative;
  max-width: 50%;
}
#single-product .variable-items-wrapper.button-variable-items-wrapper > div:first-child:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
#single-product .variable-items-wrapper.button-variable-items-wrapper > div:last-child:not(:first-child) {
  padding-left: 20px;
}
#single-product .variable-items-wrapper.color-variable-items-wrapper {
  margin-bottom: 20px;
}
#single-product .compare-btn .br_compare_button {
  background-color: #AD83D6;
  text-transform: uppercase;
  border-color: transparent;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 16px 25px;
  border-radius: 3px;
  font-size: 15px;
  transition: all 0.2s;
  min-width: 169px;
  width: auto;
}
#single-product .compare-btn .br_compare_button span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0.4px;
}
#single-product .compare-btn .br_compare_button:hover {
  box-shadow: 0 5px 12px rgba(173, 131, 214, 0.7);
}
#single-product .woocommerce-product-gallery {
  max-width: 80%;
}
#single-product button.single_add_to_cart_button {
  display: flex;
  flex-direction: row-reverse;
  outline: none;
}
#single-product button.single_add_to_cart_button::after {
  display: none;
}
#single-product button.single_add_to_cart_button::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
#single-product button.single_add_to_cart_button:hover {
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
}
#single-product button.single_add_to_cart_button:hover::before {
  margin-left: 24px;
}
#single-product #disabled-plan-msg {
  font-size: 15px;
  margin-bottom: 20px;
}
#single-product #disabled-plan-msg div {
  display: none;
}
#single-product #disabled-plan-msg i {
  font-family: FontAwesome !important;
  font-style: normal;
  color: #522583;
  font-size: 19px;
  margin-right: 6px;
}
#single-product ul[data-attribute_name="attribute_pa_device-plan"] .variable-item-contents:before {
  display: none !important;
}
#single-product .wpgs-nav .slick-slide {
  padding: 8px 8px 0 8px;
}
#single-product .wpgs-nav .slick-prev,
#single-product .wpgs-nav .slick-next {
  top: 58%;
}
.single-product .woocommerce-notices-wrapper {
  margin-top: 0;
}
.single-product #content {
  background-color: #F7F5F6;
}
/***********/
.woocommerce .recommended-products-list {
  padding: 60px;
}
.woocommerce .recommended-products-list li.product {
  height: 420px;
  overflow: hidden;
}
.woocommerce .recommended-products-list li.product .rey-productInner img {
  max-height: 180px;
  margin: auto;
  object-fit: scale-down;
}
.woocommerce .recommended-products-list li.product .rey-productInner h2.woocommerce-loop-product__title {
  font-size: 14px;
}
.woocommerce .recommended-products-list li.product a .price {
  margin-bottom: 10px!important;
  color: var(--e-global-color-primary);
}
.woocommerce .recommended-products-list li.product a .price del {
  font-size: 12px;
  color: var(--e-global-color-accent);
}
.woocommerce .recommended-products-list li.product a .price ins {
  font-size: 14px;
  color: var(--e-global-color-primary);
}
.woocommerce .recommended-products-list li.product a .price p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce .recommended-products-list li.product .variable-items-wrapper.button-variable-items-wrapper {
  margin-bottom: 5px;
}
.woocommerce .recommended-products-list li.product .variable-items-wrapper.button-variable-items-wrapper .variable-item-contents span {
  font-size: 12px;
}
.woocommerce .recommended-products-list li.product .single_variation_wrap .woocommerce-variation-price a {
  font-size: 12px;
}
.woocommerce .recommended-products-list li.product .single_variation_wrap .woocommerce-variation-availability .stock {
  width: fit-content;
  padding: 0 10px;
  margin: auto;
  color: #fff;
  background-color: var();
  border-radius: 20px;
}
.woocommerce .recommended-products-list li.product .single_variation_wrap .woocommerce-variation-availability .stock.in-stock {
  background-color: var(--success);
}
.woocommerce .recommended-products-list li.product .single_variation_wrap .woocommerce-variation-availability .stock.out-of-stock {
  background-color: var(--gray);
}
.woocommerce .recommended-products-list li.product .single_variation_wrap .woocommerce-variation-availability .stock p {
  margin-bottom: 0;
  font-size: 12px;
}
.woocommerce .recommended-products-list li.product .single_add_to_cart_button {
  display: block;
  text-transform: uppercase;
  background-color: #522583;
  border-color: #522583;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.38px;
  transition: all 0.25s ease-in-out;
}
.woocommerce .recommended-products-list li.product .single_add_to_cart_button:hover {
  box-shadow: 0 5px 12px rgba(82, 37, 131, 0.42);
}
/* Listing */
#products-listing {
  padding: 60px;
}
#products-listing li.product a img {
  margin: auto;
}
#products-listing .product-specifications {
  line-height: 18px;
  clear: both;
}
#products-listing .product-specifications span {
  font-size: 14px;
  padding: 0 2px 0 0;
  margin: 0;
  color: #00000099;
  letter-spacing: 0.15px;
  line-height: 23px;
}
#products-listing .product-specifications span::after {
  content: ', ';
}
#products-listing .product-specifications span:last-child::after {
  display: none;
}
#products-listing .woocommerce-loop-product__buttons a {
  display: block;
  text-transform: uppercase;
  background-color: #522583;
  border-color: #522583;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 16px 4px;
  border-radius: 3px;
  font-size: 15px;
  transition: all 0.25s ease-in-out;
}
#products-listing .woocommerce-loop-product__buttons a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
#products-listing .woocommerce-loop-product__buttons a:hover {
  box-shadow: 0 5px 12px rgba(82, 37, 131, 0.42);
}
#products-listing .woocommerce-loop-product__buttons a:hover::after {
  margin-left: 24px;
}
#products-listing .br_compare_button {
  background-color: #AD83D6;
  text-transform: uppercase;
  border-color: transparent;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 16px 2px;
  border-radius: 3px;
  font-size: 15px;
  transition: all 0.2s;
  width: auto;
}
#products-listing .br_compare_button span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
}
#products-listing .br_compare_button:hover {
  box-shadow: 0 5px 12px rgba(173, 131, 214, 0.7);
}
#products-listing .woocommerce-loop-product__title ~ span.price {
  display: flex;
  min-height: 106px;
}
#products-listing .woocommerce-loop-product__title ~ span.price > div {
  flex: 1;
}
#products-listing .woocommerce-loop-product__title ~ span.price > div:first-child:not(:last-child) {
  position: relative;
  padding-right: 8px;
}
#products-listing .woocommerce-loop-product__title ~ span.price > div:first-child:not(:last-child)::after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  display: inline-block;
  right: 3px;
  position: absolute;
  top: 0;
}
#products-listing .woocommerce-loop-product__title ~ span.price > div:last-child {
  padding-left: 8px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-title {
  font-size: 13px;
  margin-bottom: 4px;
}
#products-listing .woocommerce-loop-product__title ~ span.price span {
  display: inline-block;
  line-height: 1;
}
#products-listing .woocommerce-loop-product__title ~ span.price span.prepayment {
  display: block;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .plan-prepayment-up-to {
  font-size: 12px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .final-price {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .final-price .amount {
  color: #522583;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .final-price .decimal {
  font-size: 14px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .previous-price {
  font-size: 15px;
  display: block;
  line-height: 16px;
  margin: 0;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .previous-price bdi {
  text-decoration: line-through;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price .previous-price .decimal {
  font-size: 12px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price small {
  font-size: 12px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .plan-price small.includes_tax {
  font-size: 10px;
  text-transform: lowercase;
}
#products-listing .woocommerce-loop-product__title ~ span.price .prepayment .plan-prepayment-from {
  font-size: 12px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .prepayment .price {
  margin: 0;
  font-size: 16px;
}
#products-listing .woocommerce-loop-product__title ~ span.price .prepayment .decimal {
  font-size: 12px;
}
#products-listing .woocommerce-loop-product__title ~ span.price strong {
  margin: 0;
  display: inline-block;
}
/* Sorting and grid buttons */
#products-listing .woocommerce {
  position: relative;
}
#products-listing .woocommerce-result-count {
  display: none !important;
}
#products-listing .woocommerce-ordering {
  float: left;
  background-color: #ffffff;
  width: 30%;
}
#products-listing .woocommerce-ordering .dropdown.bootstrap-select.orderby.bs3 {
  width: auto;
  min-width: 210px;
  z-index: 1;
}
#products-listing .woocommerce-ordering .dropdown-menu {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0;
}
#products-listing .woocommerce-ordering .dropdown-menu .inner.open {
  overflow: visible;
}
#products-listing .woocommerce-ordering .dropdown-menu li {
  padding: 5px 14px;
  position: relative;
  width: 100%;
}
#products-listing .woocommerce-ordering .dropdown-menu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
#products-listing .woocommerce-ordering .dropdown-menu li.selected {
  order: 1;
}
#products-listing .woocommerce-ordering .dropdown-menu li.selected::after {
  content: '';
  border: none;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 9px;
  right: 23px;
  transition-duration: 0.8s;
  transition-property: transform;
  top: 44%;
}
#products-listing .woocommerce-ordering .dropdown-menu li:hover {
  background-color: #F6F3FF;
}
#products-listing .woocommerce-ordering .dropdown-menu li:hover a {
  color: #FF6A13;
}
#products-listing .woocommerce-ordering .dropdown-menu.show {
  top: -48px !important;
}
#products-listing .woocommerce-ordering .dropdown-menu.show ul {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap-reverse;
}
#products-listing .woocommerce-ordering button {
  padding: 12px;
  position: relative;
}
#products-listing .woocommerce-ordering button .filter-option-inner-inner {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.42px;
}
#products-listing .woocommerce-ordering button::after {
  border: none;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  position: absolute;
  transform: rotate(135deg);
  vertical-align: top;
  width: 9px;
  right: 0;
  transition-duration: 0.8s;
  transition-property: transform;
}
#products-listing .woocommerce-ordering button:focus {
  outline: none !important;
  box-shadow: none;
  border: none;
}
#products-listing .berocket_lgv_widget {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  background: #ffffff;
  height: 47px;
}
#products-listing .berocket_lgv_widget a {
  position: absolute;
  border: none;
  background: #ffffff;
  box-shadow: none;
  top: 8px;
}
#products-listing .berocket_lgv_widget a i {
  color: #717171;
  font-size: 20px;
}
#products-listing .berocket_lgv_widget a.berocket_lgv_button_grid {
  right: 47px;
}
#products-listing .berocket_lgv_widget a.berocket_lgv_button_list {
  right: 12px;
}
#products-listing .berocket_lgv_widget a.selected i {
  color: #522583;
}
#products-listing ul:not(.grid-view) li.berocket_lgv_grid h2 {
  min-height: 68px;
  margin-bottom: 0;
  line-height: 24px;
  font-family: 'GothamM', 'GothamGreekM';
  font-size: 18px;
  letter-spacing: 0;
}
#products-listing ul:not(.grid-view) li.berocket_lgv_grid.sale .amount {
  float: none;
}
#products-listing ul:not(.grid-view) li.berocket_lgv_grid img {
  height: 180px;
  object-fit: contain;
}
#products-listing ul:not(.grid-view) li.berocket_lgv_grid a.woocommerce-loop-product__link {
  height: 90%;
}
#products-listing ul:not(.grid-view) li.berocket_lgv_grid .prepayment {
  position: absolute;
  bottom: 6px;
  line-height: 1;
}
#products-listing .grid-view {
  display: block;
}
#products-listing .grid-view a.woocommerce-loop-product__link {
  position: initial;
}
#products-listing .grid-view li.product a img {
  max-width: 100px;
  position: absolute;
  margin-bottom: 20px;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
#products-listing .grid-view .berocket_lgv_additional_data {
  display: none;
}
#products-listing .grid-view .berocket_lgv_after_additional {
  display: none;
}
#products-listing .grid-view h2.woocommerce-loop-product__title ~ .price {
  margin-left: 20%;
  max-width: 300px;
}
#products-listing .grid-view .price {
  margin-bottom: 12px;
  display: block;
  bottom: 0;
  font-size: 18px;
}
#products-listing .grid-view .price ins {
  position: initial;
  margin-right: 25px;
}
#products-listing .grid-view .price del {
  position: initial;
  margin-top: 6px;
  margin-right: 8px;
}
#products-listing .grid-view .price .per-month-price {
  position: relative;
  top: 0;
}
#products-listing .grid-view .price .per-month-price p {
  display: inline;
}
#products-listing .grid-view .price .per-month-price p:first-child::after {
  content: '/';
}
#products-listing .grid-view .price ins bdi {
  margin: 0;
}
#products-listing .grid-view li.berocket_lgv_list {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#products-listing .grid-view li.berocket_lgv_list.sale .price bdi {
  margin-right: 0;
}
#products-listing .grid-view h2.woocommerce-loop-product__title {
  display: block !important;
  position: relative;
  left: 20%;
  max-width: 50%;
  height: auto !important;
  margin-bottom: 4px;
  font-family: 'GothamM', 'GothamGreekM';
  letter-spacing: 0;
  font-size: 18px;
}
#products-listing .grid-view .woocommerce-loop-product__buttons,
#products-listing .grid-view .br_compare_button {
  width: 168px;
  margin-left: 20%;
}
#products-listing .grid-view .product-specifications {
  line-height: 18px;
  position: relative;
  left: 20%;
  max-width: 70%;
  height: auto !important;
}
/* Sidebar */
.elementor-widget-sidebar .widget_media_image {
  text-align: center;
}
#filter-btn {
  display: none;
}
#dgwt_wcas_ajax_search-2 {
  list-style: none;
}
#dgwt_wcas_ajax_search-2 h2 {
  display: none !important;
}
#dgwt_wcas_ajax_search-2 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  background: none;
}
#dgwt_wcas_ajax_search-2 .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
  font-family: 'GothamM', 'GothamGreekM';
  font-size: 14px;
}
#dgwt_wcas_ajax_search-2 .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit svg path {
  fill: #522583;
}
#products-listing .elementor-widget-sidebar {
  padding-right: 60px;
  margin-left: 40px;
}
#products-listing .elementor-widget-sidebar .berocket_single_filter_widget {
  padding: 26px 26px 4px 26px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#products-listing .elementor-widget-sidebar .berocket_single_filter_widget:last-child {
  border: none;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter {
  margin: 0;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter .bapf_body {
  transition: opacity 1s ease-out;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  height: 0;
  font-size: 14px;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter .bapf_sfilter.bapf_ckbox input[type=checkbox] {
  border: 1px solids;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter.bapf_ccolaps .bapf_body {
  opacity: 1;
  display: block !important;
  visibility: visible;
  height: auto;
  margin-bottom: 10px;
}
#products-listing .elementor-widget-sidebar .bapf_head {
  cursor: pointer;
}
#products-listing .elementor-widget-sidebar .bapf_head h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.42px;
  margin-bottom: 12px;
}
#products-listing .elementor-widget-sidebar .bapf_head h3 i.bapf_colaps_smb.fa.fa-chevron-up {
  height: 2px;
  width: 14px;
  background: #000000;
}
#products-listing .elementor-widget-sidebar .bapf_head h3 i.bapf_colaps_smb.fa.fa-chevron-up::before {
  display: none;
}
#products-listing .elementor-widget-sidebar .bapf_head h3 i.bapf_colaps_smb.fa.fa-chevron-down {
  height: 2px;
  width: 14px;
  background: #000000;
}
#products-listing .elementor-widget-sidebar .bapf_head h3 i.bapf_colaps_smb.fa.fa-chevron-down::before {
  content: '';
  height: 14px;
  width: 2px;
  background: #000000;
  display: block;
  position: absolute;
  right: 6px;
  top: -6px;
}
#products-listing .elementor-widget-sidebar .bapf_body ul {
  padding-left: 0;
}
#products-listing .elementor-widget-sidebar .bapf_body ul li {
  margin-bottom: 4px !important;
}
#products-listing .elementor-widget-sidebar .bapf_body ul li label {
  font-size: 14px;
  letter-spacing: 0.4px;
  margin: 0 4px;
}
#products-listing .elementor-widget-sidebar .bapf_body ul li input {
  border: 1px solid;
}
#products-listing .elementor-widget-sidebar .bapf_body ul li.checked input {
  background-color: #522583;
}
#products-listing .elementor-widget-sidebar .bapf_body ul li.checked input:after {
  border-color: #ffffff;
  top: 1px;
  left: 6px;
}
#products-listing .elementor-widget-sidebar .bapf_slidr_main {
  margin-top: 20px;
}
#products-listing .elementor-widget-sidebar .bapf_slidr_main .ui-slider-range {
  background-color: #FF6A13;
}
#products-listing .elementor-widget-sidebar .bapf_slidr_main .ui-state-default {
  background: #FF6A13;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter.brchecked_default label > span {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#products-listing .elementor-widget-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span {
  transform: none;
  border: 2px solid #522583;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button {
  background-color: #522583;
  font-weight: normal;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.42px;
}
#products-listing .elementor-widget-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:hover {
  background-color: #522583;
  box-shadow: 0 5px 12px rgba(82, 37, 131, 0.42);
}
#single-product .variable-items-wrapper li.variable-item div.variable-item-contents {
  display: none !important;
}
/* GR */
html[lang="el"] .woo-variation-swatches .variable-items-wrapper[data-attribute_name="attribute_pa_device-plan"] {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
html[lang="el"] #single-product .variable-items-wrapper.button-variable-items-wrapper > div:first-child:not(:last-child) {
  padding-right: 0;
  padding-left: 20px;
  border: none;
}
html[lang="el"] #single-product .variable-items-wrapper.button-variable-items-wrapper > div:last-child:not(:first-child) {
  padding-right: 10px;
  padding-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
html[lang="el"] #single-product .compare-btn .br_compare_button {
  padding: 16px 35px;
  min-width: 252px;
}
/* Cart */
.woocommerce .cart-empty.woocommerce-info {
  color: #000000;
  font-size: 16px;
  text-align: center;
  border-color: #FF6A13;
}
.woocommerce .cart-empty.woocommerce-info::before {
  display: none;
}
#cart .woocommerce-notices-wrapper .woocommerce-message {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #f6f5f8;
}
.woocommerce-cart #cart .cart_totals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart #cart .cart_totals tr.shipping-pickup-store {
  display: none;
}
.woocommerce-cart #cart dl.variation {
  display: none;
}
.woocommerce-cart #cart a.checkout-button:hover {
  box-shadow: 0 4px 12px rgba(82, 37, 131, 0.42);
}
.woocommerce-cart #cart td.product-name a {
  color: #522583;
  font-size: 15px;
}
.woocommerce-cart #cart td.product-name p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
}
.woocommerce-cart #cart td.product-name p span {
  text-transform: capitalize;
}
.woocommerce-cart #cart .product-remove a:hover {
  color: #FF6A13 !important;
}
.woocommerce-cart #cart .e-shop-table {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce-cart #cart .e-shop-table .quantity input {
  text-align: center;
}
.woocommerce-cart #cart .e-cart-totals {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce-cart #cart .e-cart-totals tr.woocommerce-shipping-totals.shipping label,
.woocommerce-cart #cart .e-cart-totals tr.woocommerce-shipping-totals.shipping p {
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}
.woocommerce-cart #cart .e-cart-totals tr.woocommerce-shipping-totals.shipping strong {
  font-weight: normal;
  color: #522583;
}
.woocommerce-cart tr.shipping-pickup-store {
  display: none !important;
}
/* Recommended products */
#lpr-modal .lpr-modal-head h2.modal-heading {
  color: #000000;
  font-family: 'GothamB', 'GothamGreekB' !important;
}
#lpr-modal img {
  border: none !important;
}
#lpr-modal li.product.single-lpr {
  border: 1px solid #e6e6e6 !important;
  position: relative;
}
#lpr-modal .plan-price {
  color: #000000;
}
#lpr-modal .plan-price span.price {
  font-size: 14px;
}
#lpr-modal .plan-price span.decimal {
  font-size: 11px;
}
#lpr-modal .plan-price.prepayment span {
  margin: 0 !important;
  display: inline-block !important;
  width: auto;
}
#lpr-modal .plan-price .previous-price {
  margin-bottom: 2px !important;
}
#lpr-modal .plan-price .previous-price .amount {
  text-decoration: line-through;
}
#lpr-modal .recommended-products-list .price-bullet {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  top: -2px;
  margin: 0 4px;
}
#lpr-modal .recommended-products-list .add_to_cart_button {
  font-family: 'GothamM', 'GothamGreekM';
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 3px 3px 3px 3px;
  padding: 10px 12px 10px 12px;
  color: #ffffff;
  background-color: #522583;
  border-color: #522583;
  transition: all 0.2s;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
#lpr-modal .recommended-products-list .add_to_cart_button:hover {
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
}
#lpr-modal .recommended-products-list h2.woocommerce-loop-product__title {
  font-size: 15px;
  padding: 4px 0 0 0;
  color: #522583;
}
#lpr-modal .recommended-products-list div {
  font-size: 14px;
  line-height: 18px;
}
#lpr-modal .recommended-products-list div.plan-title {
  margin-top: 6px;
}
#lpr-modal .rey-productInner {
  transform: none;
}
#lpr-modal .lpr-modal .lpr-modal-content .lpr-button {
  border-radius: 0;
  text-transform: uppercase;
}
/* Checkout */
#checkout .e-checkout__order_review {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
  margin-bottom: -4px;
  padding: 0;
}
#checkout .e-checkout__order_review .product-name p {
  margin: 2px 0;
}
#checkout .e-checkout__order_review .product-name p span {
  text-transform: capitalize;
}
#checkout .e-checkout__order_review .product-name dl {
  display: none;
}
#checkout .e-checkout__order_review dd p {
  font-size: 14px;
}
#checkout .e-checkout__order_review #shipping_method label {
  font-size: 14px;
  color: #000000;
}
#checkout .e-checkout__order_review tr.order-total {
  background-color: #8E57A9;
}
#checkout .e-checkout__order_review tr.order-total th {
  font-size: 20px;
  letter-spacing: 0.26px;
  font-weight: normal;
  color: #ffffff;
}
#checkout .e-checkout__order_review tr.order-total td {
  font-size: 20px;
  letter-spacing: 0.26px;
  color: #ffffff;
  line-height: 1;
}
#checkout .e-checkout__order_review tr.order-total td span {
  font-weight: normal;
}
#checkout .e-checkout__order_review #order_review_heading {
  padding: 20px 14px;
  margin-bottom: 0;
}
#checkout .e-checkout__order_review #order_review thead {
  background-color: #F6F3FF;
}
#checkout .e-checkout__order_review #order_review thead th {
  color: #522583;
  letter-spacing: 0.6px;
  font-weight: 500;
  padding: 10px 14px;
}
#checkout .e-checkout__order_review #order_review thead th:last-child {
  text-align: right;
}
#checkout .e-checkout__order_review #order_review tbody th,
#checkout .e-checkout__order_review #order_review tfoot th {
  padding: 10px 14px;
}
#checkout .e-checkout__order_review #order_review tbody td,
#checkout .e-checkout__order_review #order_review tfoot td {
  padding: 10px 14px;
}
#checkout .e-checkout__order_review #order_review tbody td:last-child,
#checkout .e-checkout__order_review #order_review tfoot td:last-child {
  text-align: right;
}
#checkout .e-checkout__order_review #order_review .cart-subtotal th,
#checkout .e-checkout__order_review #order_review .shipping th,
#checkout .e-checkout__order_review #order_review .shipping-pickup-store th {
  color: #522583;
  letter-spacing: 0.6px;
  font-weight: 500;
}
#checkout .e-checkout__order_review #order_review strong.product-quantity {
  color: #522583;
  background-color: #F6F3FF;
  padding: 5px;
  border-radius: 50%;
}
#checkout #payment {
  padding: 20px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
}
#checkout #payment label,
#checkout #payment p {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
#checkout #payment .woocommerce-privacy-policy-text {
  margin: 20px 0;
}
#checkout #payment .woocommerce-privacy-policy-text a {
  color: #522583;
}
#checkout #payment .payment_box {
  margin: 0;
  padding: 4px 0;
}
#checkout #payment .payment_box.payment_method_cod {
  display: none !important;
}
#checkout #customer_details {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
#checkout #customer_details ::-webkit-input-placeholder {
  color: #ffffff;
}
#checkout #customer_details :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#checkout #customer_details ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#checkout #customer_details :-ms-input-placeholder {
  color: #ffffff;
}
#checkout #customer_details .col-12 {
  padding: 0;
}
#checkout #customer_details .form-row {
  width: 100%;
  display: block;
  border-bottom: 1px solid #522583;
  background-color: #ffffff;
  margin-bottom: 20px !important;
  position: relative;
  padding: 20px 12px 0 12px;
}
#checkout #customer_details .form-row label {
  font-size: 12px;
  color: #00000099;
  position: absolute;
  top: 6px;
}
#checkout #customer_details .form-row input,
#checkout #customer_details .form-row select {
  padding: 0;
  background-color: #ffffff;
}
#checkout #customer_details .form-row input:focus,
#checkout #customer_details .form-row select:focus {
  outline: none;
  box-shadow: none;
}
#checkout #customer_details .form-row .required {
  color: rgba(82, 37, 131, 0.42) !important;
}
#checkout #customer_details .form-row.new-street-address {
  display: none;
}
#checkout #customer_details #contract_option_field {
  opacity: 1;
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 12px 0 12px !important;
}
#checkout #customer_details .input-checkbox {
  display: inline-block;
  opacity: 1 !important;
}
#checkout #customer_details #billing_country_field strong {
  font-weight: normal;
  line-height: 30px;
}
#checkout #customer_details .form-row.wooccm-type-checkbox {
  border: none;
  padding: 0;
  margin-bottom: 3px !important;
}
#checkout #customer_details .form-row.wooccm-type-checkbox label.checkbox {
  position: initial;
}
#checkout #customer_details .form-row.wooccm-type-checkbox .input-checkbox:checked {
  background-color: #522583;
}
#checkout #customer_details .form-row.wooccm-type-checkbox.confirmation {
  margin-top: 20px !important;
}
#checkout #place_order {
  outline: none;
}
#checkout #place_order:hover {
  box-shadow: 0 4px 12px rgba(82, 37, 131, 0.42);
}
#checkout .woocommerce-checkout .shipping-pickup-store .select2 {
  z-index: 1;
  width: 100% !important;
}
#checkout .woocommerce-checkout .shipping-pickup-store .select2 #select2-shipping-pickup-store-select-container {
  padding: 0 20px !important;
}
#checkout .woocommerce-checkout .shipping-pickup-store .select2 span.select2-selection {
  background: #ffffff;
}
#checkout table td {
  max-width: 200px;
}
#checkout table td.product-name {
  max-width: 100%;
}
#checkout .woocommerce-input-wrapper a {
  color: #000000;
  font-weight: 600;
}
#checkout .woocommerce-input-wrapper a:hover {
  color: #522583;
}
#checkout .e-checkout__order_review .product-name dd.variation-Deviceplan {
  display: block;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #522583;
  color: #ffffff;
}
.wooccm-field-wooccm24.billing_checkout_street_id {
  display: none !important;
}
.wrong-postcode {
  margin-top: -12px;
  font-size: 12px;
  color: #cc1818;
}
/* Order completed */
#checkout .woocommerce-order {
  color: #000000;
}
#checkout .woocommerce-order ul.woocommerce-thankyou-order-details.order_details {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 24px 0;
  border-radius: 3px;
}
#checkout .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li {
  font-size: 12px;
  letter-spacing: 1px;
  color: #522583;
}
#checkout .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li strong {
  color: #000000;
  font-weight: normal;
  letter-spacing: 0;
}
#checkout .woocommerce-order .woocommerce-order-details {
  margin-top: 30px;
}
#checkout .woocommerce-order .woocommerce-order-details h2 {
  font-size: 20px;
  letter-spacing: 0.09px;
  text-transform: capitalize;
}
#checkout .woocommerce-order .woocommerce-order-details {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 24px 0;
  border-radius: 3px;
}
#checkout .woocommerce-order .woocommerce-order-details h2 {
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.26px;
}
#checkout .woocommerce-order .woocommerce-order-details table thead {
  background-color: #F6F3FF;
}
#checkout .woocommerce-order .woocommerce-order-details table thead th {
  color: #522583;
  letter-spacing: 0.6px;
  font-weight: 500;
  padding: 10px 14px;
}
#checkout .woocommerce-order .woocommerce-order-details table thead th:last-child {
  text-align: right;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody th,
#checkout .woocommerce-order .woocommerce-order-details table tfoot th {
  padding: 10px 14px;
  color: #522583;
  letter-spacing: 0.6px;
  font-weight: 500;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody td,
#checkout .woocommerce-order .woocommerce-order-details table tfoot td {
  padding: 10px 14px;
  color: #000000;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody td a,
#checkout .woocommerce-order .woocommerce-order-details table tfoot td a {
  color: #522583;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody td:last-child,
#checkout .woocommerce-order .woocommerce-order-details table tfoot td:last-child {
  text-align: right;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody .wc-item-meta,
#checkout .woocommerce-order .woocommerce-order-details table tfoot .wc-item-meta {
  padding: 0;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody .wc-item-meta li,
#checkout .woocommerce-order .woocommerce-order-details table tfoot .wc-item-meta li {
  font-size: 14px;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody .wc-item-meta li strong,
#checkout .woocommerce-order .woocommerce-order-details table tfoot .wc-item-meta li strong {
  font-size: 14px;
  font-weight: normal;
}
#checkout .woocommerce-order .woocommerce-order-details table tbody .wc-item-meta li p,
#checkout .woocommerce-order .woocommerce-order-details table tfoot .wc-item-meta li p {
  font-size: 14px;
}
#checkout .woocommerce-order .woocommerce-customer-details {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
#checkout .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.26px;
  text-transform: capitalize;
}
#checkout .woocommerce-order .woocommerce-customer-details address {
  border: none;
  padding: 0;
  font-size: 14px;
}
#checkout .woocommerce-order .woocommerce-customer-details address p {
  font-size: 14px;
}
html[lang='el'] tr.shipping-pickup-store th strong {
  font-size: 0;
  line-height: 1;
}
html[lang='el'] tr.shipping-pickup-store th strong:before {
  content: 'Επέλεξε ένα κατάστημα Cablenet για να παραλάβεις τη συσκευή σου';
  font-size: 14px;
}
#products-listing .elementor-widget-sidebar .bapf_rst_nofltr {
  padding: 0;
}
#products-listing .elementor-widget-sidebar .bapf_rst_nofltr .bapf_sfilter.clear-filters .bapf_body {
  height: auto;
  visibility: unset;
  opacity: 1;
}
#products-listing .elementor-widget-sidebar .bapf_rst_nofltr .bapf_sfilter.clear-filters .bapf_body button {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}
.woocommerce-ordering .bootstrap-select .bs-caret {
  display: none;
}
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 4px;
}
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 1rem;
}
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 2px;
}
.product-extra-fields-block {
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(142, 87, 169, 0.08);
  border: 1px solid rgba(142, 87, 169, 0.2);
  border-radius: 8px;
}
.product-extra-fields-block label {
  font-size: 12px;
  font-weight: 500;
}
.product-extra-fields-block .form-radio {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4px;
}
.product-extra-fields-block .form-radio label {
  font-weight: 400;
}
.product-extra-fields-block .form-radio .mbf-radio {
  position: relative;
  height: 18px;
  width: 18px;
  min-width: 18px;
  padding: 0 !important;
  margin: 0 0.6em 0 0;
  line-height: 0;
  vertical-align: text-top;
  cursor: pointer;
  background: none;
  border: 2px solid #00000099;
  border-radius: 50%;
  outline: 0;
  opacity: 0.5;
  appearance: none;
  transition: all 0.25s ease;
}
.product-extra-fields-block .form-radio .mbf-radio:hover {
  opacity: 1;
}
.product-extra-fields-block .form-radio .mbf-radio:checked {
  background-color: #3D0B7A;
  opacity: 1;
}
.product-extra-fields-block .form-radio .mbf-radio:checked:before {
  border: 2px solid #FFF;
}
.product-extra-fields-block .form-radio .mbf-radio:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.product-extra-fields-block .form-checkbox {
  display: flex;
  flex-wrap: nowrap;
}
.product-extra-fields-block .form-checkbox label {
  font-weight: 400;
}
.product-extra-fields-block .form-checkbox .mbf-checkbox {
  position: relative;
  height: 18px;
  width: 18px;
  min-width: 18px;
  padding: 0 !important;
  margin: 0 0.6em 0 0;
  line-height: 0;
  vertical-align: text-top;
  cursor: pointer;
  background: none;
  border: 2px solid #00000099;
  border-radius: 2px;
  outline: 0;
  opacity: 0.5;
  appearance: none;
  transition: all 0.25s ease;
}
.product-extra-fields-block .form-checkbox .mbf-checkbox:hover {
  opacity: 1;
}
.product-extra-fields-block .form-checkbox .mbf-checkbox:checked {
  background-color: #3D0B7A;
  opacity: 1;
}
.product-extra-fields-block .form-checkbox .mbf-checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  width: 6px;
  height: 10px;
  margin: -1px -1px 0 -1px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.product-extra-fields-block a {
  color: #000000;
}
.product-extra-fields-block a:hover {
  color: #522583;
}
.grid-view .product span.product-labels {
  flex-direction: row;
  right: 15px;
}
.grid-view .product span.product-labels .label {
  margin-left: 6px;
}
.checkout-checkbox label {
  font-size: 12px;
  color: #00000099;
}
.checkout-checkbox span.optional {
  display: none;
}
.woocommerce-input-wrapper .input-checkbox,
.woocommerce-shipping-fields .input-checkbox,
.product-more-options .input-checkbox {
  position: relative;
  height: 18px;
  width: 18px;
  min-width: 18px;
  padding: 0 !important;
  margin: 0 0.6em 0 0;
  line-height: 0;
  vertical-align: text-top;
  cursor: pointer;
  background: none;
  border: 2px solid #00000099;
  border-radius: 2px;
  outline: 0;
  opacity: 0.5;
  appearance: none;
  transition: all 0.25s ease;
}
.woocommerce-input-wrapper .input-checkbox:hover,
.woocommerce-shipping-fields .input-checkbox:hover,
.product-more-options .input-checkbox:hover {
  opacity: 1;
}
.woocommerce-input-wrapper .input-checkbox:checked,
.woocommerce-shipping-fields .input-checkbox:checked,
.product-more-options .input-checkbox:checked {
  background-color: #3D0B7A;
  opacity: 1;
}
.woocommerce-input-wrapper .input-checkbox:before,
.woocommerce-shipping-fields .input-checkbox:before,
.product-more-options .input-checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  width: 6px;
  height: 10px;
  margin: -1px -1px 0 -1px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.product-more-options {
  margin-bottom: 20px !important;
  font-size: 15px;
}
.products .product-labels {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25px;
  right: 20px;
}
.product-labels .label {
  margin-bottom: 6px;
  box-shadow: rgba(73, 77, 82, 0.3) 0px 4px 12px;
  font-weight: normal !important;
}
.product-labels .esim-label {
  background-color: #c5d93f;
  color: var(--white);
}
.product-labels .label {
  display: inline;
  padding: 8px 12px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
  font-size: 11px;
}
.product-labels .label:empty {
  display: none;
}
.btn .product-labels .label {
  position: relative;
  top: -1px;
}
.product-labels .label-default {
  background-color: var(--gray);
  color: var(--white);
}
.product-labels .label-primary {
  background-color: var(--primary);
  color: var(--white);
}
.product-labels .label-success {
  background-color: var(--success);
  color: var(--white);
}
.product-labels .label-info {
  background-color: var(--info);
  color: var(--white);
}
.product-labels .label-warning {
  background-color: var(--warning);
  color: var(--dark);
}
.product-labels .label-danger {
  background-color: var(--danger);
  color: var(--white);
}
.product-labels .label-limited-stock {
  background-color: #5a2b85;
  color: var(--white);
}
.product-labels .label-offer {
  background-color: #f15623;
  color: var(--white);
}
.product-labels .label-coming-soon {
  background-color: #17bebb;
  color: var(--white);
}
.product-labels .onsale {
  display: none!important;
}
.woocommerce-billing-fields .wooccm-field-wooccm24 {
  display: none !important;
}
.woocommerce-shipping-totals.shipping {
  display: none !important;
}
.archive .woocommerce-pagination .page-numbers {
  text-align: center;
  border: none;
}
.archive .woocommerce-pagination .page-numbers li {
  border: none;
}
.archive .woocommerce-pagination .page-numbers span {
  margin: 0 4px;
  padding: 10px 15px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.archive .woocommerce-pagination .page-numbers span.current {
  color: #ffffff;
  background-color: #8E57A9;
}
.archive .woocommerce-pagination .page-numbers a {
  color: rgba(0, 0, 0, 0.87);
  margin: 0 8px;
  padding: 10px 14px;
  border-radius: 50%;
  font-weight: 500;
}
.archive .woocommerce-pagination .page-numbers a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
}
.archive .woocommerce-pagination .page-numbers a.next.page-numbers,
.archive .woocommerce-pagination .page-numbers a.prev.page-numbers {
  font-size: 0;
  position: relative;
  padding: 0;
}
.archive .woocommerce-pagination .page-numbers a.next.page-numbers::after,
.archive .woocommerce-pagination .page-numbers a.prev.page-numbers::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/chevron_right.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.archive .woocommerce-pagination .page-numbers a.next.page-numbers:hover,
.archive .woocommerce-pagination .page-numbers a.prev.page-numbers:hover {
  background-color: transparent;
}
.archive .woocommerce-pagination .page-numbers a.next.page-numbers:hover::after,
.archive .woocommerce-pagination .page-numbers a.prev.page-numbers:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.archive .woocommerce-pagination .page-numbers a.prev.page-numbers::after {
  left: -28px;
  transform: rotate(180deg);
}
.archive .woocommerce-pagination .page-numbers a.first-page {
  font-size: 0;
  position: relative;
  padding: 0;
}
.archive .woocommerce-pagination .page-numbers a.first-page::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/last_page.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -64px;
  transform: rotate(180deg);
}
.archive .woocommerce-pagination .page-numbers a.first-page:hover {
  background-color: transparent;
}
.archive .woocommerce-pagination .page-numbers a.first-page:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.archive .woocommerce-pagination .page-numbers a.last-page {
  font-size: 0;
  position: relative;
  padding: 0;
}
.archive .woocommerce-pagination .page-numbers a.last-page::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/last_page.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -76px;
}
.archive .woocommerce-pagination .page-numbers a.last-page:hover {
  background-color: transparent;
}
.archive .woocommerce-pagination .page-numbers a.last-page:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
a.added_to_cart.wc-forward {
  display: none;
  color: #522583;
  font-size: 15px;
}
/* */
small.includes_tax {
  font-size: 12px;
  text-transform: lowercase;
}
.woocommerce ul.products li.product .onsale {
  display: none;
}
/* Compare */
.popup_animation::before {
  content: 'Compare Products';
  text-align: center;
  margin: -20px auto 10px auto;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Gotham';
  color: rgba(0, 0, 0, 0.87);
}
.br_compare_button .fa {
  font-family: FontAwesome !important;
  position: relative;
  top: 2px;
  color: #ffffff;
}
#br_popup .br_popup_wrapper a.br_remove_compare_product_reload {
  color: #522583;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th div {
  padding: 10px !important;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th div h3 {
  font-size: 14px;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th div h3 a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+2),
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+6) {
  border-bottom: 2px solid #522583 !important;
  background-color: rgba(82, 37, 131, 0.1) !important;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+4),
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+7) {
  border-bottom: 2px solid #c5d93f !important;
  background-color: rgba(197, 217, 63, 0.1) !important;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+3),
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+8) {
  border-bottom: 2px solid #17bebb !important;
  background-color: rgba(23, 190, 187, 0.1) !important;
}
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+5),
#br_popup .br_popup_wrapper .br_main_top table tr:first-child th:nth-child(12n+9) {
  border-bottom: 2px solid #FF6A13 !important;
  background-color: rgba(255, 106, 19, 0.1) !important;
}
#br_popup .br_popup_wrapper .br_top_table {
  position: relative;
}
#br_popup .br_popup_wrapper a.br_show_compare_dif {
  font-size: 14px;
  color: #522583;
  height: 100%;
  background: #ffffff;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
  padding: 10px;
}
#br_popup .br_popup_wrapper .br_new_compare .br_right_table a {
  height: auto !important;
}
#br_popup .br_popup_wrapper .br_new_compare .br_right_table a img {
  max-width: 100px !important;
}
#br_popup .br_popup_wrapper .br_left_table tr th {
  font-size: 14px !important;
  text-transform: uppercase;
}
#br_popup .br_popup_wrapper table th {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
#br_popup .br_popup_wrapper table th p {
  font-size: 14px;
}
#br_popup .br_popup_wrapper table td {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
#br_popup .br_popup_wrapper table td p {
  font-size: 14px;
}
#br_popup .br_popup_wrapper table tr.br_description_row th {
  font-weight: normal;
}
#br_popup .br_popup_wrapper table tbody {
  color: rgba(0, 0, 0, 0.87);
}
#br_popup .br_popup_wrapper table tbody h3 a {
  color: #522583;
  font-size: 16px;
}
#br_popup .br_popup_wrapper table tbody a.button {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #522583;
  border-radius: 3px;
  padding: 10px;
  color: #ffffff;
  background-color: #522583;
  transition: all 0.2s;
}
#br_popup .br_popup_wrapper table tbody a.button:hover {
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
  background-color: #522583;
  color: #ffffff;
}
#br_popup .br_popup_wrapper table tbody .br_compare_price.price ~ div {
  padding: 8px 4px !important;
}
#br_popup .br_popup_wrapper table tbody .br_compare_price.price ~ div:nth-child(3) {
  padding-bottom: 70px !important;
}
#br_popup .br_popup_wrapper table tbody .br_compare_price.price ~ div:last-child {
  position: absolute !important;
  bottom: 0;
  transform: translate(-50%);
  left: 50%;
}
#br_popup .br_popup_wrapper table tbody .previous-price {
  font-weight: normal;
  font-size: 12px;
}
#br_popup .br_popup_wrapper table tbody .previous-price .amount {
  text-decoration: line-through;
}
#br_popup .br_popup_wrapper table tbody .plan-price.prepayment {
  font-size: 15px;
}
#br_popup .br_popup_wrapper table tbody .final-price {
  font-size: 15px;
}
#br_popup .br_popup_wrapper table tbody .plan-title {
  font-size: 14px;
  text-decoration: underline;
  margin: 6px 0 4px 0 !important;
}
#br_popup .br_popup_wrapper table tbody .plan-title strong {
  font-family: 'Gotham' !important;
}
html[lang='el'] .popup_animation::before {
  content: 'Σύγκριση Προϊόντων';
  font-family: 'GothamGreek';
}
html[lang='el'] #br_popup .br_popup_wrapper table tbody .plan-title strong {
  font-family: 'GothamGreek' !important;
}
/* Media queries */
@media (max-width: 1600px) {
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid h2 {
    min-height: 68px;
  }
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .per-month-price p {
    font-size: 16px;
  }
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .price {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  #products-listing ul.products.elementor-grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  #products-listing .per-month-price p {
    font-size: 16px;
  }
  #products-listing .price {
    font-size: 16px;
  }
  #products-listing .woocommerce-loop-product__title {
    font-size: 17px;
    margin-bottom: 5px;
  }
  #products-listing .elementor-widget-sidebar {
    margin-left: 10px;
    padding-right: 20px;
  }
  #products-listing .elementor-col-33:last-child {
    display: none;
  }
  #products-listing .elementor-col-33:nth-child(2) {
    width: 68%;
  }
  #single-product .plan-prepayment-from {
    font-size: 13px;
  }
  #single-product .price-row .elementor-container {
    display: block;
  }
  #single-product .price-row .elementor-container .elementor-col-50 {
    width: 100%;
  }
  #single-product .price-row .per-month-price {
    padding: 0 15px;
    position: initial;
  }
  #single-product .price-row .per-month-price.show::before {
    display: none;
  }
  #single-product .compare-btn .br_compare_button {
    left: 15px;
  }
  #single-product .product-labels {
    padding-left: 15px;
  }
  .woocommerce-notices-wrapper {
    margin-top: 2px;
  }
  #sidebar-column .elementor-element-populated {
    margin-top: -9px;
  }
}
@media (max-width: 992px) {
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid {
    height: auto !important;
  }
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .woocommerce-loop-product__buttons {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: none !important;
  }
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid a.woocommerce-loop-product__link {
    transform: none !important;
  }
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .product-specifications {
    display: none;
  }
  #products-listing {
    padding: 60px 0;
  }
  .woocommerce-notices-wrapper {
    margin-top: 10px;
  }
  #cart {
    padding: 0 15px;
  }
  #cart .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
    padding: 0;
  }
  #checkout {
    padding: 0 15px;
  }
  #checkout .woocommerce-order {
    padding: 0 15px;
  }
  #checkout .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li {
    float: none;
    border: none;
    margin-bottom: 12px;
  }
  #checkout .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li:last-child {
    margin-bottom: 0;
  }
  #lpr-modal .recommended-products-list div {
    font-size: 13px;
    line-height: 15px;
    padding: 2px;
  }
  #lpr-modal .recommended-products-list .add_to_cart_button {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #filter-btn {
    display: block;
    padding: 8px 15px;
    margin: 0;
    text-transform: uppercase;
    background: #ffffff;
    margin: 0 24px;
    cursor: pointer;
  }
  #filter-btn a {
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
  }
  #filters-products {
    height: 0;
    visibility: hidden;
    display: none;
  }
  #filters-products.show {
    height: auto;
    visibility: visible;
    display: block;
  }
  #single-product h1 {
    font-size: 22px !important;
    line-height: 28px;
    max-width: 100%;
  }
  #single-product img {
    max-width: 60%;
    margin: auto;
  }
  #single-product .variations select {
    font-size: 16px;
  }
  #single-product .woocommerce-product-gallery {
    max-width: 100%;
  }
  #single-product .wpgs-nav.slick-initialized.slick-slider {
    max-width: 85%;
    margin: auto;
  }
  #single-product .wpgs-lightbox-icon::before {
    display: none;
  }
  #single-product .plan-title {
    font-size: 13px;
  }
  #single-product .plan-price .final-price strong {
    font-size: 20px;
  }
  #single-product small {
    font-size: 13px;
  }
  #products-listing .elementor-widget-sidebar {
    padding-right: 0;
    width: 90%;
    margin: 10px auto;
  }
  #products-listing .elementor-col-33:nth-child(2) {
    width: 100%;
    margin: 0 24px;
  }
  #products-listing .grid-view li.product {
    height: auto !important;
  }
  #products-listing .grid-view li.product a img {
    position: initial;
    max-width: 56px;
    margin-bottom: 0;
    transform: none;
  }
  #products-listing .grid-view li.product h2.woocommerce-loop-product__title {
    position: initial;
    max-width: 100%;
  }
  #products-listing .grid-view li.product .price {
    position: initial;
    width: 100%;
  }
  #products-listing .grid-view li.product .product-specifications {
    position: initial;
    max-width: 100%;
  }
  #products-listing .grid-view li.product .woocommerce-loop-product__buttons {
    position: initial;
  }
  #products-listing .grid-view .woocommerce-loop-product__buttons,
  #products-listing .grid-view .br_compare_button {
    width: 100%;
    margin: auto;
  }
  #products-listing .berocket_lgv_widget {
    border: none;
  }
  #products-listing .grid-view .plan-24::before {
    display: none;
  }
  #sidebar-column .elementor-element-populated {
    margin-top: 2px;
  }
  .back {
    padding-left: 25px;
  }
  .product .label {
    font-size: 10px;
    padding: 4px 6px;
  }
  #products-listing .price span.plan-price.plan-24 {
    float: left;
    text-align: left;
  }
  #products-listing .grid-view h2.woocommerce-loop-product__title ~ .price {
    margin: auto;
  }
  .breadcrumbs-container {
    padding: 20px !important;
  }
  .br_popup_wrapper .br_right_table table tbody th {
    font-size: 14px !important;
    font-weight: normal;
    text-align: left !important;
  }
  .br_popup_wrapper .br_right_table td {
    text-align: left !important;
  }
  .br_popup_wrapper table tbody h3 a {
    font-size: 15px;
  }
  .br_popup_wrapper table tbody .plan-title {
    font-size: 13px;
  }
  #products-listing .berocket_lgv_widget a {
    display: none;
  }
  #single-product .product-specifications .specification {
    padding: 20px;
  }
  #single-product .product-specifications .specification h3 {
    font-size: 14px;
  }
  #single-product .product-specifications .specification p {
    font-size: 13px;
  }
  .elementor-menu-cart__product {
    grid-template-columns: 18% auto !important;
  }
  .elementor-menu-cart__product-name a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  #products-listing ul:not(.grid-view) ul.products li.product {
    padding: 8px;
  }
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .amount {
    float: none;
  }
  #products-listing ul:not(.grid-view) .price del,
  #products-listing ul:not(.grid-view) .price ins {
    position: initial;
  }
  #products-listing .woocommerce-loop-product__buttons a {
    padding: 12px;
  }
  #products-listing .grid-view .price .per-month-price::before {
    width: 4px;
    height: 4px;
    left: -15px;
  }
  #single-product .variable-items-wrapper.button-variable-items-wrapper li.variable-item {
    border: 1px solid #58595B;
    text-transform: uppercase;
    background-color: transparent;
    color: #58595B;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    width: 90%;
    border-radius: 3px;
    height: 36px;
    font-size: 12px;
  }
  #single-product .variable-items-wrapper.button-variable-items-wrapper > div:last-child {
    padding-left: 10px;
  }
  #products-listing ul.products.elementor-grid.columns-3 {
    grid-template-columns: none;
  }
  .lpr-modal .lpr-modal-content .lpr-modal-head .lpr-message .message-text,
  .lpr-modal .lpr-modal-content .lpr-modal-head .lpr-message .right-buttons {
    display: block;
    font-size: 12px;
  }
  .lpr-modal .lpr-modal-content .lpr-modal-head .lpr-button {
    font-size: 12px;
    margin: 6px 0;
  }
  .lpr-modal .lpr-modal-content .lpr-modal-head .lpr-message .right-buttons a.lpr-cart-count {
    display: none;
  }
  .lpr-modal .lpr-modal-content .lpr-modal-head img {
    display: none;
  }
  #lpr-modal .lpr-modal-head h2.modal-heading {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  #products-listing .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 18px;
  }
  #products-listing .grid-view .price {
    font-size: 14px;
  }
  #products-listing li.berocket_lgv_grid .price,
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .price {
    font-size: 14px;
  }
  #products-listing li.berocket_lgv_grid .price span.plan-price.plan-24,
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .price span.plan-price.plan-24 {
    display: block;
    float: none;
    text-align: left;
  }
  #products-listing li.berocket_lgv_grid .woocommerce-loop-product__title,
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 18px;
  }
  #products-listing li.berocket_lgv_grid img,
  #products-listing ul:not(.grid-view) li.berocket_lgv_grid img {
    max-width: 100%;
  }
  #plans-container .plan-container {
    max-width: 80% !important;
  }
  #plans-container .plan-container .plan-info-container {
    bottom: -9px;
  }
}
.energy-button {
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
  cursor: pointer;
  margin-bottom: 10px;
}
.energy-button.energy-button-a {
  background-color: #4AA45B;
}
.energy-button.energy-button-a:hover {
  background-color: #50a55f;
  color: white;
}
.energy-button.energy-button-b {
  background-color: #6AB557;
}
.energy-button.energy-button-b:hover {
  background-color: #6eb35d;
  color: white;
}
.energy-button.energy-button-c {
  background-color: #C2D552;
}
.energy-button.energy-button-c:hover {
  background-color: #c2d45b;
  color: white;
}
.energy-button.energy-button-d {
  background-color: #FCF250;
}
.energy-button.energy-button-d:hover {
  background-color: #fbf35b;
  color: white;
}
.energy-button.energy-button-e {
  background-color: #F3BB44;
}
.energy-button.energy-button-e:hover {
  background-color: #f3bf4f;
  color: white;
}
.energy-button.energy-button-f {
  background-color: #E3783A;
}
.energy-button.energy-button-f:hover {
  background-color: #e37d43;
  color: white;
}
.energy-button.energy-button-g {
  background-color: #D93831;
}
.energy-button.energy-button-g:hover {
  background-color: #d8443c;
  color: white;
}
.energy-label-button-a {
  color: #4AA45B;
  font-weight: bold;
  font-size: 17px;
}
.energy-label-button-b {
  color: #6AB557;
  font-weight: bold;
  font-size: 17px;
}
.energy-label-button-c {
  color: #C2D552;
  font-weight: bold;
  font-size: 17px;
}
.energy-label-button-d {
  color: #FCF250;
  font-weight: bold;
  font-size: 17px;
}
.energy-label-button-e {
  color: #F3BB44;
  font-weight: bold;
  font-size: 17px;
}
.energy-label-button-f {
  color: #E3783A;
  font-weight: bold;
  font-size: 17px;
}
.energy-label-button-g {
  color: #D93831;
  font-weight: bold;
  font-size: 17px;
}
#energyPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-energy {
  background: white;
  padding: 20px;
  position: relative;
  max-width: 80vw;
  max-height: 80vh;
  overflow: auto;
  border-radius: 8px;
  min-width: 300px;
  border: 1px solid black;
}
.popup-energy img {
  width: 100%;
  height: auto;
  display: block;
}
.popup-energy .close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent !important;
  color: black !important;
  border: none;
  font-size: 35px !important;
  font-weight: bold !important;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-style: none !important;
  padding: 0 !important;
}
/* */
.plans-box {
  padding: 10px;
}
.plans-box .elementor-icon-box-wrapper {
  display: block !important;
}
.plans-box .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: inline-block !important;
}
.plans-box .elementor-icon-box-wrapper .elementor-icon-box-title {
  font-family: 'GothamB', 'GothamGreekB' !important;
}
.plans-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  display: inline-block !important;
  margin-right: 6px !important;
}
.plans-box .elementor-inner-section {
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
.plans-box .elementor-inner-section .elementor-widget-heading {
  margin-bottom: 10px;
}
.plans-box .elementor-element-populated {
  display: flex;
  flex-direction: column;
}
.plans-box .service-price {
  margin-top: auto;
}
.plan-info-container {
  position: absolute;
  bottom: -6px;
  text-align: center;
}
.plan-info-boxes .elementor-image-box-title {
  font-family: 'GothamB', 'GothamGreekB';
}
.plan-info-boxes .elementor-inner-section:first-child .elementor-column {
  border-bottom: 1px solid #C3C3C3;
}
.plan-info-boxes .elementor-inner-section .elementor-column {
  padding: 20px 10px;
  border-right: 1px solid #C3C3C3;
}
.plan-info-boxes .elementor-inner-section .elementor-column:last-child {
  border-right: none;
}
.plan-info-boxes figure.elementor-image-box-img {
  height: 45px;
}
.plan-info-boxes figure.elementor-image-box-img img {
  height: 60px;
  object-fit: contain;
}
.plans-table .starting-from {
  position: absolute;
  top: -21px;
}
.plans-table .icon {
  color: #ffffff;
  background: #522583;
  padding: 2px 7px;
  border-radius: 50%;
}
.plans-table .elementor-icon-box-wrapper {
  display: block !important;
}
.plans-table .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: inline-block !important;
}
.plans-table .elementor-icon-box-wrapper .elementor-icon-box-title {
  font-family: 'GothamB', 'GothamGreekB' !important;
}
.plans-table .elementor-icon-box-wrapper .elementor-icon-box-icon {
  display: inline-block !important;
  margin-right: 6px !important;
}
.plans-table.plans-table-info .elementor-col-100 > .elementor-element-populated section:nth-child(odd) {
  background-color: #ffffff !important;
}
.plans-table.plans-table-info .elementor-col-100 > .elementor-element-populated section:nth-child(even) {
  background-color: #EBEBEB !important;
}
.plans-table.plans-table-info .elementor-col-100 > .elementor-element-populated section.purple {
  background-color: #522583 !important;
}
/* Page navigation */
#page-navigation.page-menu {
  padding: 20px 0;
}
#page-navigation.page-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
#page-navigation.page-menu ul li {
  word-break: unset;
  padding-right: 10px;
}
#page-navigation.page-menu ul li a {
  font-family: 'GothamM', 'GothamGreekM';
}
#page-navigation.page-menu ul li a span::after {
  content: '';
  height: 1px;
  display: block;
  width: 100%;
}
#page-navigation.page-menu ul li:hover span::after {
  background-color: #2cbbb5;
}
#page-navigation .slick-next:before {
  width: 14px;
  height: 14px;
  right: -17px;
  left: unset;
}
#page-navigation .slick-prev:before {
  width: 14px;
  height: 14px;
  left: -17px;
}
/* Slider */
#tv-slider .swiper-slide-inner {
  padding-left: 12%;
}
#tv-slider .swiper-slide-contents {
  max-width: 100%;
}
.slick-next {
  right: -50px;
  z-index: 1;
}
.slick-next:before {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 0.15em;
  vertical-align: top;
  width: 20px;
  left: 0;
  transform: rotate(45deg);
  color: rgba(0, 0, 0, 0.6);
}
.slick-prev {
  left: -50px;
  z-index: 1;
}
.slick-prev:before {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 0.15em;
  vertical-align: top;
  width: 20px;
  left: 0.25em;
  transform: rotate(-135deg);
  color: rgba(0, 0, 0, 0.6);
}
/* */
.section-circles-img-box .elementor-container {
  max-width: 600px !important;
}
.circle-img-box {
  text-align: center;
}
.circle-img-box figure.elementor-image-box-img {
  width: 88px !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 88px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 auto 4px auto;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  position: relative;
}
.circle-img-box figure.elementor-image-box-img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.circle-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Plans */
#internet-tabs .nav-pills {
  max-width: 430px;
  margin: 40px auto;
  border-radius: 50px;
  background-color: #717171;
}
#internet-tabs .nav-pills li {
  width: 50%;
  text-align: center;
  background-color: #717171;
  -webkit-transition: background 0.5s, border-radius 0.5s;
  transition: background 0.5s, border-radius 0.5s;
}
#internet-tabs .nav-pills li a {
  display: inline-block;
  color: #ffffff;
  padding: 14px;
  background-color: transparent !important;
  width: 100%;
  font-size: 17px;
}
#internet-tabs .nav-pills li.active {
  background-color: #522583;
}
#internet-tabs .nav-pills li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#internet-tabs .nav-pills li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#internet-tabs .nav-pills li.active:first-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#internet-tabs .nav-pills li.active:last-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#internet-tabs.turquoise-color .nav-pills {
  background-color: #2cbbb5;
}
#internet-tabs.turquoise-color .nav-pills li {
  background-color: #2cbbb5;
}
#internet-tabs.turquoise-color .nav-pills li.active {
  background-color: #522583;
}
#plans-container {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
#plans-container .slick-slide {
  text-align: center;
  padding: 14px 0 48px 0;
}
#plans-container .slick-slide .plan-container {
  top: 34px;
}
#plans-container.one-plan {
  margin: auto;
  max-width: 400px;
}
#plans-container.one-plan .plan-container {
  height: auto !important;
  padding: 40px;
}
#plans-container .plan-container {
  padding: 20px 40px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: #00000029 3px 5px 8px 0;
  border-radius: 8px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 10px;
  width: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#plans-container .plan-container .plan-logo {
  margin: 0 auto 10px auto;
  text-align: center;
  display: flex;
}
#plans-container .plan-container .plan-logo img {
  margin: auto;
}
#plans-container .plan-container .plan-price {
  font-family: 'GothamB', 'GothamGreekB';
  font-size: 50px;
  color: #522583;
  line-height: 1;
  margin: 17px auto;
  position: relative;
}
#plans-container .plan-container .plan-price span {
  font-size: 20px;
  font-weight: normal;
}
#plans-container .plan-container .plan-price .old-price {
  font-size: 22px;
  position: absolute;
  text-align: right;
  right: -10px;
  top: -10px;
}
#plans-container .plan-container .plan-price .old-price span {
  font-size: 16px;
}
#plans-container .plan-container .plan-price .old-price div {
  position: relative;
  display: inline-block;
}
#plans-container .plan-container .plan-price .old-price div::after {
  content: '';
  position: absolute;
  transform: rotate(45deg) translate(-50%, 0);
  top: -7px;
  height: 40px;
  width: 2px;
  background: red;
  left: 50%;
}
#plans-container .plan-container .plan-description {
  align-items: center;
  border-top: 2px solid #522583;
  border-bottom: 2px solid #522583;
  display: flex;
  justify-content: center;
  margin: 14px 0;
}
#plans-container .plan-container .plan-description div {
  width: 100%;
}
#plans-container .plan-container .plan-description p {
  line-height: 25px;
  color: #522583;
  font-size: 24px;
  position: relative;
  font-family: 'GothamM', 'GothamGreekM';
  margin-bottom: 15px;
}
#plans-container .plan-container .plan-description p:last-child {
  margin-bottom: 0;
}
#plans-container .plan-container .plan-description a {
  color: #522583;
}
#plans-container .plan-container .plan-description img {
  position: relative;
  top: -5px;
}
#plans-container .plan-container .plan-btn a {
  display: inline-block;
}
#plans-container .plan-container .plan-info-container {
  position: absolute;
  bottom: -1px;
  text-align: center;
  width: 100%;
  transform: translate(0, -50%);
  left: 0;
}
#plans-container .plan-container .plan-info {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
#plans-container .plan-container .plan-info img {
  margin: auto;
}
#plans-container .plan-container.purple-plan {
  background-color: #522583;
  color: #ffffff;
  order: 1;
}
#plans-container .plan-container.purple-plan .plan-price {
  color: #ffffff;
}
#plans-container .plan-container.purple-plan .plan-description {
  border-color: #ffffff;
}
#plans-container .plan-container.purple-plan .plan-description p,
#plans-container .plan-container.purple-plan .plan-description a {
  color: #ffffff;
}
#plans-container .plan-container:nth-child(3) {
  order: 2;
}
#plans-container.all-plans .plan-container {
  max-width: 40%;
  margin: 0 10px;
}
#plans-container.internet-package .plan-btn a,
#plans-container.internet .plan-btn a {
  background-color: #2cbbb5;
}
#plans-container.internet-package .plan-btn a:hover,
#plans-container.internet .plan-btn a:hover {
  box-shadow: 0 8px 24px rgba(44, 187, 181, 0.42);
}
#plans-container.mobile-package .plan-btn a,
#plans-container.mobile .plan-btn a {
  background-color: #FF6A13;
}
#plans-container.mobile-package .plan-btn a:hover,
#plans-container.mobile .plan-btn a:hover {
  box-shadow: 0 8px 24px rgba(255, 106, 19, 0.42);
}
#plans-container.sports .plan-btn a {
  background-color: #CB2030;
}
#plans-container.sports .plan-btn a:hover {
  box-shadow: 0 8px 24px rgba(181, 33, 63, 0.42);
}
#plans-container .plan-container.offer-plan {
  position: relative;
  border-top-left-radius: 0;
}
#plans-container .plan-container.offer-plan:before {
  content: 'Offer';
  position: absolute;
  top: -36px;
  padding: 0px 25px;
  background-color: #fe8100;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 24px;
  left: 0;
}
html[lang='el'] body #plans-container .plan-container.offer-plan:before {
  content: 'Προσφορά';
}
#plan-help-content {
  font-size: 15px;
  color: #00000099;
  text-align: center;
  margin: auto;
  line-height: 25px;
  visibility: hidden;
  padding-bottom: 20px;
}
#plan-help-content p {
  font-size: 15px;
  text-align: center;
  margin: auto;
  color: #522583;
  padding: 12px;
  background-color: #ffffff;
}
.plan-info {
  margin: auto;
  text-align: center;
  display: inline-block;
}
.plan-info span {
  display: none !important;
}
.plan-info:hover > span {
  display: block !important;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 10px);
  background: #ffffff;
  z-index: 1;
  width: 98%;
  box-shadow: #00000029 3px 5px 8px 0;
  border-radius: 8px;
  padding: 5px;
  font-size: 15px;
  color: #4F4F4F;
}
.plan-info:hover > span p {
  margin: 0;
}
.cable-image-box {
  text-align: center;
}
.cable-image-box-1 {
  position: absolute;
  top: -124px;
  max-width: 283px;
  right: -36px;
}
.cable-image-box-2 {
  position: absolute;
  bottom: -174px;
  max-width: 283px;
  left: 11px;
  z-index: 1;
}
.section-plans {
  z-index: 1;
}
/* Channels */
#channels-tabs h1 {
  text-align: center;
}
#channels-tabs .tab-content {
  padding: 60px 12% 60px 12%;
  min-height: 400px;
}
/* Bundles */
#bundles-plans {
  max-width: 60%;
}
#bundles-plans .tv-plan {
  padding: 40px 20px;
}
#bundles-plans .tv-plan .plan-icons {
  display: flex;
  width: 200px;
  margin: 16px auto 8px auto;
}
#bundles-plans .tv-plan .plan-icons div {
  width: 50px;
}
#bundles-plans .tv-plan .plan-description {
  text-align: left;
}
#bundles-plans .tv-plan .plan-description ul li::marker {
  font-size: 22px;
  color: #522583;
}
#bundles-plans .tv-plan.purple-plan .plan-description ul li::marker {
  color: #ffffff;
}
/* Internet plans listing */
#internet-plans .plan-box {
  max-width: 40%;
  margin: auto;
  z-index: 1;
}
#internet-plans .plan-box .orange-label {
  font-size: 20px;
  position: absolute;
  top: -37px;
  right: 1px;
  background-color: #e85220;
  color: #ffffff;
  padding: 4px 30px 20px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: -1;
  font-weight: 500;
  max-width: 50%;
}
#internet-plans .plan-box .elementor-element-populated {
  background-color: #ffffff !important;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  padding: 40px !important;
  border: 1px solid #0000001f;
  position: relative;
  margin: 0 auto;
}
#internet-plans .plan-box .elementor-element-populated .plan-description {
  display: flex;
  align-items: center;
  border-top: 2px solid #522583;
  border-bottom: 2px solid #522583;
}
#internet-plans .plan-box.purple-plan-box .elementor-element-populated {
  background-color: #5A2B85;
}
#internet-plans .plan-box.purple-plan-box .plan-description {
  color: #ffffff;
  border-color: #ffffff;
}
#internet-plans .plan-box.purple-plan-box .plan-price p {
  color: #ffffff;
}
#internet-plans .plan-price p {
  font-size: 47px;
  font-weight: 800;
  letter-spacing: 0.24px;
  color: #522583;
}
#internet-plans .plan-price p span {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.09px;
}
.small-text p {
  font-size: 13px !important;
}
#boxes-with-colors .elementor-widget-image img {
  max-height: 350px;
  margin: auto;
  object-fit: contain;
}
/* Toggle */
#plans-accordion .elementor-toggle .elementor-toggle-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}
#plans-accordion .elementor-toggle .elementor-toggle-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#plans-accordion .elementor-toggle .elementor-tab-title {
  padding-bottom: 0 !important;
  padding-top: 18px !important;
  position: relative;
  border: none;
}
#plans-accordion .elementor-toggle .elementor-tab-title::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 9px;
  right: 23px;
  top: 50%;
  transition-duration: 0.8s;
  transition-property: transform;
}
#plans-accordion .elementor-toggle .elementor-tab-title[aria-expanded="false"]::after {
  transform: rotate(134deg);
}
#plans-accordion .elementor-toggle .elementor-tab-content {
  border: none;
}
/* GR */
html[lang='el'] body .service-price .elementor-heading-title span {
  font-family: 'GothamGreekB', 'GothamB';
}
html[lang='el'] body #plans-container .plan-container .plan-description p {
  font-family: 'GothamGreekM', 'GothamM';
}
html[lang='el'] body #page-navigation.page-menu a {
  font-family: 'GothamGreekM', 'GothamM';
}
@media (min-width: 992px) {
  #plans-container .slick-track {
    display: flex;
    flex-direction: row-reverse;
  }
  #plans-container .slick-track .slick-slide:first-child {
    order: 2;
  }
  #plans-container .slick-track .slick-slide:nth-child(2) {
    order: 3;
  }
  #plans-container .slick-track .slick-slide:nth-child(3) {
    order: 1;
  }
}
@media (max-width: 1200px) {
  #internet-plans .plan-price p {
    font-size: 34px;
  }
  .plan-info-boxes .elementor-widget-image-box {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  #plans-container {
    max-width: 100%;
  }
  #plans-container .plan-container {
    max-width: 350px;
    margin: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  #plans-container .plan-container .plan-buttons {
    bottom: 0;
    position: initial;
    transform: none;
  }
  #plans-container.all-plans .plan-container {
    max-width: 350px;
    margin: auto;
  }
  #cable-tv-go .elementor-widget-image {
    padding: 0 15px;
  }
  #cable-technology .cable-image-box-1 {
    right: 0;
  }
  #cable-technology .cable-image-box-1 .elementor-widget-container {
    margin: 0;
  }
  #cable-technology .cable-image-box-2 {
    left: 0;
  }
  #cable-technology .cable-image-box-2 .elementor-widget-container {
    margin: 0;
  }
  #bundles-plans {
    max-width: 80%;
  }
  #bundles-plans .tv-plan .plan-description {
    height: auto !important;
  }
  .plans-container .tv-plan .plan-description {
    height: auto !important;
  }
  .slick-prev {
    left: 33px;
  }
  .slick-next {
    right: 33px;
  }
  .plans-table .elementor-widget-heading {
    padding: 0;
  }
  .plans-table .elementor-inner-column:first-child .elementor-widget-heading {
    padding-left: 15px;
  }
  .plans-table .elementor-widget-container p {
    font-size: 14px !important;
  }
  .plans-table h5.elementor-heading-title {
    font-size: 16px !important;
    line-height: 21px;
  }
  .plans-table h4.elementor-heading-title {
    font-size: 17px !important;
    line-height: 20px;
  }
  .plans-table .service-price .elementor-heading-title {
    font-size: 22px !important;
  }
  .plans-table .service-price .elementor-heading-title span {
    font-size: 13px;
  }
  .plans-table .starting-from {
    top: -14px;
  }
  .plans-table .starting-from p {
    font-size: 11px !important;
  }
  #boxes-with-colors .elementor-col-25 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #banner-section .elementor-heading-title {
    font-size: 45px;
    line-height: 50px;
  }
  .service-price .elementor-heading-title {
    font-size: 40px;
  }
  .service-price .elementor-heading-title span {
    font-size: 22px;
  }
  .plans-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 22px !important;
  }
  .plans-box .elementor-element-populated {
    max-width: 340px;
    margin: auto;
  }
  .plans-table .icon {
    padding: 2px 8px;
  }
  .plans-table .elementor-section .elementor-container {
    display: flex;
  }
  .plans-table .elementor-column.elementor-col-33 {
    width: 33.333%;
  }
  .plans-table .elementor-column.elementor-col-25 {
    width: 25%;
  }
  .plans-table .elementor-column.elementor-col-16 {
    width: 16.666%;
  }
  .plans-table .elementor-element-populated {
    margin: 0 !important;
  }
  /**/
  .plan-info-boxes .elementor-container {
    display: flex;
  }
  .plan-info-boxes .elementor-container .elementor-col-33 {
    width: 33.33%;
  }
  .plan-info-boxes .elementor-widget-image-box .elementor-image-box-description,
  .plan-info-boxes .elementor-widget-image-box .elementor-image-box-title {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #cable-technology .elementor-col-33:nth-child(2) .cable-image-box-1,
  #cable-technology .elementor-col-33:last-child .cable-image-box-1,
  #cable-technology .elementor-col-33:nth-child(2) .cable-image-box-2,
  #cable-technology .elementor-col-33:last-child .cable-image-box-2 {
    position: initial;
    margin: 40px auto 0 auto;
    max-width: 400px;
  }
  #add-ons .elementor-element-populated {
    border-radius: 0;
  }
  #page-navigation.fixed {
    top: 57px;
  }
  #internet-plans .plan-box {
    margin: 20px auto;
    max-width: 60%;
  }
  #banner h1.elementor-heading-title {
    font-size: 50px !important;
  }
  .more-plans.orange-btn .elementor-button {
    font-size: 12px;
  }
  #boxes-with-colors {
    padding: 0 20px;
  }
  #boxes-with-colors .elementor-element-populated {
    margin: 10px 0;
  }
  #boxes-with-colors .elementor-heading-title {
    font-size: 22px;
    line-height: 25px;
  }
  #boxes-with-colors .elementor-widget-container {
    padding: 0;
    margin: 0;
  }
  #boxes-with-colors .elementor-col-50 .elementor-element-populated {
    padding-top: 30px !important;
  }
  #boxes-with-colors .elementor-col-25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #internet-plans .plan-box {
    max-width: 90%;
  }
  #page-navigation .page-menu ul li {
    flex: 1;
    padding: 0;
  }
  .plan-info-boxes .elementor-container .elementor-inner-section .elementor-column {
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    border-right: none;
  }
  .plan-info-boxes .elementor-container .elementor-inner-section .elementor-column:last-child {
    border: none;
  }
  #boxes-with-colors .elementor-widget-wrap {
    background-image: none;
  }
  #plans-container .plan-container .plan-description p {
    font-size: 18px;
    line-height: 21px;
  }
  #plans-container.all-plans .plan-container {
    max-width: 70%;
  }
  #plans-container.all-plans .slick-prev {
    left: 15px;
  }
  #plans-container.all-plans .slick-next {
    right: 15px;
  }
}
@media (max-width: 500px) {
  .plans-table h4.elementor-heading-title {
    font-size: 14px !important;
    line-height: 20px;
  }
  .plans-table .elementor-widget-container p {
    font-size: 12px !important;
    line-height: 14px;
  }
  .plans-table .starting-from p {
    font-size: 11px !important;
  }
  .plans-table .service-price .elementor-heading-title {
    font-size: 13px !important;
  }
  .plans-table .service-price .elementor-heading-title span {
    font-size: 10px !important;
  }
}
.gform_wrapper.gravity-theme {
  border: none;
}
.gform_wrapper.gravity-theme .gform_title {
  text-align: center;
  margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gfield_required.gfield_required_text {
  font-size: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_required.gfield_required_text::after {
  content: "*";
  font-size: 16px;
  margin-left: 2px;
}
.gform_wrapper.gravity-theme p.gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0;
  font-size: 12px !important;
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 15px;
}
.gform_wrapper.gravity-theme #gform_10_validation_container,
.gform_wrapper.gravity-theme #gform_14_validation_container,
.gform_wrapper.gravity-theme #gform_15_validation_container,
.gform_wrapper.gravity-theme #gform_13_validation_container,
.gform_wrapper.gravity-theme #gform_11_validation_container {
  display: none;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme #gform_10,
  .gform_wrapper.gravity-theme #gform_13,
  .gform_wrapper.gravity-theme #gform_14,
  .gform_wrapper.gravity-theme #gform_15,
  .gform_wrapper.gravity-theme #gform_11 {
    margin: 0px 10px;
  }
}
.gform_wrapper.gravity-theme #gform_10 .gfield.gfield--type-checkbox label,
.gform_wrapper.gravity-theme #gform_13 .gfield.gfield--type-checkbox label,
.gform_wrapper.gravity-theme #gform_14 .gfield.gfield--type-checkbox label,
.gform_wrapper.gravity-theme #gform_15 .gfield.gfield--type-checkbox label,
.gform_wrapper.gravity-theme #gform_11 .gfield.gfield--type-checkbox label {
  padding-left: 35px;
}
.gform_wrapper.gravity-theme #gform_10 #input_10_28,
.gform_wrapper.gravity-theme #gform_13 #input_10_28,
.gform_wrapper.gravity-theme #gform_14 #input_10_28,
.gform_wrapper.gravity-theme #gform_15 #input_10_28,
.gform_wrapper.gravity-theme #gform_11 #input_10_28,
.gform_wrapper.gravity-theme #gform_10 #input_13_28,
.gform_wrapper.gravity-theme #gform_13 #input_13_28,
.gform_wrapper.gravity-theme #gform_14 #input_13_28,
.gform_wrapper.gravity-theme #gform_15 #input_13_28,
.gform_wrapper.gravity-theme #gform_11 #input_13_28,
.gform_wrapper.gravity-theme #gform_10 #input_11_28,
.gform_wrapper.gravity-theme #gform_13 #input_11_28,
.gform_wrapper.gravity-theme #gform_14 #input_11_28,
.gform_wrapper.gravity-theme #gform_15 #input_11_28,
.gform_wrapper.gravity-theme #gform_11 #input_11_28 {
  padding: 0 !important;
  background-color: transparent !important;
  border-bottom: none !important;
  color: transparent;
  height: 1px;
}
.gform_wrapper.gravity-theme .gfield {
  position: relative;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gfield#field_8_9 .spf-phone.valid-msg.hide,
.gform_wrapper.gravity-theme .gfield#field_10_9 .spf-phone.valid-msg.hide,
.gform_wrapper.gravity-theme .gfield#field_13_9 .spf-phone.valid-msg.hide,
.gform_wrapper.gravity-theme .gfield#field_11_9 .spf-phone.valid-msg.hide {
  display: none;
}
.gform_wrapper.gravity-theme .gfield#field_8_9 .spf-phone.error-msg.hide,
.gform_wrapper.gravity-theme .gfield#field_10_9 .spf-phone.error-msg.hide,
.gform_wrapper.gravity-theme .gfield#field_13_9 .spf-phone.error-msg.hide,
.gform_wrapper.gravity-theme .gfield#field_11_9 .spf-phone.error-msg.hide {
  display: none;
}
.gform_wrapper.gravity-theme .gfield#field_8_24 legend.gfield_label,
.gform_wrapper.gravity-theme .gfield#field_10_27 legend.gfield_label,
.gform_wrapper.gravity-theme .gfield#field_13_27 legend.gfield_label,
.gform_wrapper.gravity-theme .gfield#field_11_27 legend.gfield_label,
.gform_wrapper.gravity-theme .gfield#field_11_30 legend.gfield_label {
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield#field_15_27 legend.gfield_label {
  font-size: 17px;
  font-weight: bold;
}
.gform_wrapper.gravity-theme .gfield#field_8_25 .gfield_description,
.gform_wrapper.gravity-theme .gfield#field_10_25 .gfield_description,
.gform_wrapper.gravity-theme .gfield#field_15_25 .gfield_description,
.gform_wrapper.gravity-theme .gfield#field_13_25 .gfield_description,
.gform_wrapper.gravity-theme .gfield#field_11_25 .gfield_description {
  font-size: 16px;
  font-style: normal;
}
.gform_wrapper.gravity-theme .gfield.inline-radio-inputs .ginput_container_radio .gfield_radio .gchoice {
  display: inline-block;
}
.gform_wrapper.gravity-theme .gfield .gfield_radio label.gform-field-label,
.gform_wrapper.gravity-theme .gfield .gfield_checkbox label.gform-field-label {
  white-space: normal;
  position: relative;
}
.gform_wrapper.gravity-theme .gfield.label-nowrap .gfield_radio label.gform-field-label,
.gform_wrapper.gravity-theme .gfield.label-nowrap .gfield_checkbox label.gform-field-label {
  white-space: nowrap;
}
.gform_wrapper.gravity-theme .gfield legend.gfield_label {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label {
  position: absolute;
  top: 22%;
  left: 12px;
  max-width: 66.666%;
  white-space: nowrap;
  transform-origin: left bottom;
  transform: translateY(0);
  transition: top 0.2s ease-in-out, color 0.2s ease-in, font-size 0.2s ease-in-out;
}
.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label:not(.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label.label--empty):has(~.ginput_container input:focus),
.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label:not(.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label.label--empty):not(.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label:not(.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-select)):not(:is(.gfield--type-textarea)):not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label.label--empty):has(~.ginput_container input:placeholder-shown)) {
  cursor: default;
  font-size: 12px;
  color: #522583;
  top: 0;
}
.gform_wrapper.gravity-theme .gfield.field_14_1 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_10_17 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_10_18 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_10_9 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_10_8 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_17 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_18 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_31 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_32 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_33 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_9 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_13_8 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_11_17 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_11_18 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_11_9 label.label--empty,
.gform_wrapper.gravity-theme .gfield.field_11_8 label.label--empty {
  cursor: default;
  font-size: 16px;
  color: #666666;
  top: 22%;
}
.gform_wrapper.gravity-theme .gfield.field_14_1 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_10_17 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_10_18 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_10_9 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_10_8 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_17 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_18 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_31 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_32 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_33 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_9 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_13_8 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_11_17 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_11_18 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_11_9 label.label--active,
.gform_wrapper.gravity-theme .gfield.field_11_8 label.label--active {
  cursor: default;
  font-size: 12px;
  color: #522583;
  top: 0;
}
.gform_wrapper.gravity-theme .gfield#field_8_17 label,
.gform_wrapper.gravity-theme .gfield#field_8_18 label {
  top: 22% !important;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}
.gform_wrapper.gravity-theme .gfield#field_8_17 label:has(~.ginput_container input:focus),
.gform_wrapper.gravity-theme .gfield#field_8_18 label:has(~.ginput_container input:focus),
.gform_wrapper.gravity-theme .gfield#field_8_17 label.form-input-has-value,
.gform_wrapper.gravity-theme .gfield#field_8_18 label.form-input-has-value {
  cursor: default;
  font-size: 12px;
  color: #522583;
  top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield#field_13_30 {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield#field_8_26 legend,
.gform_wrapper.gravity-theme .gfield#field_10_26 legend,
.gform_wrapper.gravity-theme .gfield#field_14_7 legend,
.gform_wrapper.gravity-theme .gfield#field_15_26 legend,
.gform_wrapper.gravity-theme .gfield#field_13_26 legend,
.gform_wrapper.gravity-theme .gfield#field_11_26 legend {
  font-size: 16px;
  font-weight: normal;
}
.gform_wrapper.gravity-theme .gfield:not(:is(.gfield--type-radio)):not(:is(.gfield--type-checkbox)) label {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-radio label,
.gform_wrapper.gravity-theme .gfield.gfield--type-checkbox label {
  cursor: pointer !important;
  color: #000000DE !important;
}
.gform_wrapper.gravity-theme .gfield select {
  border: none;
  border-bottom: 1px solid #AEADAE;
  background-color: #ffffff;
  padding: 14px 12px 9px 10px;
  outline: none !important;
  color: #666666;
}
.gform_wrapper.gravity-theme .gfield select .gf_placeholder[selected="selected"] {
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
}
.gform_wrapper.gravity-theme .gfield .ginput_container_select {
  border-bottom: 1px solid #AEADAE;
}
.gform_wrapper.gravity-theme .gfield .required {
  color: rgba(82, 37, 131, 0.42) !important;
}
@media (min-width: 767px) {
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_14_1,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_14_1,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_10_27,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_10_27,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_10_26,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_10_26,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_15_26,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_15_26,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_13_27,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_13_27,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_13_26,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_13_26,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_11_27,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_11_27,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_11_26,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_11_26 {
    display: flex;
  }
}
@media (min-width: 767px) {
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_14_1 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_10_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_10_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_15_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_13_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_13_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_11_27 .gchoice label,
  .gform_wrapper.gravity-theme .gfield.field_14_1 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_27 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_10_26 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_27 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_15_26 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_27 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_13_26 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_27 #input_11_26 .gchoice label,
  .gform_wrapper.gravity-theme .gfield#field_11_26 #input_11_26 .gchoice label {
    max-width: 100%;
    margin-right: 40px;
  }
}
.gform_wrapper.gravity-theme .gfield.gfield--input-type-datepicker input,
.gform_wrapper.gravity-theme .gfield.gfield--type-text input,
.gform_wrapper.gravity-theme .gfield.gfield--type-email input,
.gform_wrapper.gravity-theme .gfield.gfield--type-phone input,
.gform_wrapper.gravity-theme .gfield.gfield--input-type-datepicker select,
.gform_wrapper.gravity-theme .gfield.gfield--type-text select,
.gform_wrapper.gravity-theme .gfield.gfield--type-email select,
.gform_wrapper.gravity-theme .gfield.gfield--type-phone select {
  border: none;
  border-bottom: 1px solid #AEADAE;
  background-color: #ffffff;
  padding: 20px 12px 4px 12px;
}
.gform_wrapper.gravity-theme .gfield.gfield--input-type-datepicker input:focus,
.gform_wrapper.gravity-theme .gfield.gfield--type-text input:focus,
.gform_wrapper.gravity-theme .gfield.gfield--type-email input:focus,
.gform_wrapper.gravity-theme .gfield.gfield--type-phone input:focus,
.gform_wrapper.gravity-theme .gfield.gfield--input-type-datepicker select:focus,
.gform_wrapper.gravity-theme .gfield.gfield--type-text select:focus,
.gform_wrapper.gravity-theme .gfield.gfield--type-email select:focus,
.gform_wrapper.gravity-theme .gfield.gfield--type-phone select:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #522583;
}
.gform_wrapper.gravity-theme .gfield.gfield--input-type-datepicker input::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--type-text input::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--type-email input::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--type-phone input::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--input-type-datepicker select::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--type-text select::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--type-email select::placeholder,
.gform_wrapper.gravity-theme .gfield.gfield--type-phone select::placeholder {
  font-size: 0;
}
.gform_wrapper.gravity-theme .gfield--type-textarea textarea {
  border: none;
  border-bottom: 1px solid #AEADAE;
  background-color: #ffffff;
  padding: 20px 12px 4px 12px;
}
.gform_wrapper.gravity-theme .gfield--type-textarea textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #522583;
}
.gform_wrapper.gravity-theme .gfield--type-textarea textarea::placeholder {
  font-size: 0;
}
.gform_wrapper.gravity-theme .gform_button {
  background-color: #522583;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border: none;
  padding: 10px 32px;
  border-radius: 3px;
  outline: none;
}
.gform_wrapper.gravity-theme .gform_button:hover {
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice {
  margin-bottom: 10px;
  position: relative;
}
.gform_wrapper.gravity-theme .gfield_radio label.gform-field-label {
  font-size: 16px !important;
}
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input {
  width: 0;
}
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:checked + label:after {
  content: " ";
  background: #522583;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 7px;
  left: 4px;
}
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label:before {
  content: ' ';
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #522583;
  border-radius: 50%;
  top: 3px;
  background: #ffffff;
  left: 0;
}
.gform_wrapper.gravity-theme .ginput_container_consent,
.gform_wrapper.gravity-theme .gfield_checkbox {
  margin-bottom: 17px;
  list-style: none;
  padding: 0;
}
.gform_wrapper.gravity-theme .ginput_container_consent legend.gfield_label,
.gform_wrapper.gravity-theme .gfield_checkbox legend.gfield_label {
  font-weight: normal;
}
.gform_wrapper.gravity-theme .ginput_container_consent .gchoice,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  margin-bottom: 10px;
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_consent label,
.gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px !important;
  padding-left: 42px;
}
.gform_wrapper.gravity-theme .ginput_container_consent input,
.gform_wrapper.gravity-theme .gfield_checkbox input {
  width: 0;
}
.gform_wrapper.gravity-theme .ginput_container_consent input + label:after,
.gform_wrapper.gravity-theme .gfield_checkbox input + label:after {
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #522583;
  border-width: 0 4px 4px 0;
  height: 15px;
  left: 8px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 9px;
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_consent input + label:before,
.gform_wrapper.gravity-theme .gfield_checkbox input + label:before {
  content: '';
  border: 1px solid #522583;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  background-color: #ffffff;
}
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after,
.gform_wrapper.gravity-theme .gfield_checkbox input:checked + label:after {
  display: block;
}
.gform_wrapper.gravity-theme .gfield_description {
  font-size: 14px;
  font-style: italic;
  padding-top: 0;
}
.gform_wrapper.gravity-theme .gfield_consent_description {
  border: none !important;
  background-color: transparent;
  max-height: 100% !important;
  overflow: hidden !important;
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gsection {
  border: none;
  padding: 8px 16px 0 0;
}
.gform_wrapper.gravity-theme .gsection h3.gsection_title {
  font-size: 12px;
  font-weight: normal;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 5px;
}
.gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none !important;
}
.gfield--type-html {
  font-size: 16px;
  padding: 0 4px;
}
.gfield--type-html ul,
.gfield--type-html ol {
  padding: 0 20px;
}
.gfield--type-html ul li,
.gfield--type-html ol li {
  margin-bottom: 10px;
}
.spf-phone.valid-msg.hide,
.spf-phone.error-msg.hide {
  display: none;
}
/** Posts **/
/* Single Post */
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-weight: normal;
  margin-bottom: 14px;
}
.single-post .elementor-widget-heading {
  padding: 0;
}
.single-post .row {
  display: block;
}
.single-post .elementor-widget-theme-post-content p {
  margin-bottom: 14px;
}
.single-post .elementor-widget-theme-post-content ul {
  padding: 0;
  list-style: none;
}
.single-post .elementor-widget-theme-post-content ul li {
  margin-bottom: 8px;
}
.single-post .elementor-widget-theme-post-content ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #8E57A9;
  margin-right: 17px;
}
.single-post .elementor-widget-theme-post-content ol {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.single-post .elementor-widget-theme-post-content ol li {
  counter-increment: li;
}
.single-post .elementor-widget-theme-post-content ol li::before {
  content: counter(li);
  color: black-color;
  display: inline-block;
  margin-right: 17px;
  font-size: 20px;
}
.single-post .elementor-widget-theme-post-content a {
  color: #522583;
}
.single-post p.post-category {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #522583;
  width: fit-content;
}
.single-post p.post-category span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px auto;
  background-color: #522583;
}
.single-post blockquote h1,
.single-post blockquote h2,
.single-post blockquote h3,
.single-post blockquote h4,
.single-post blockquote h5,
.single-post blockquote h6 {
  color: #522583;
  font-weight: 500;
}
/* All posts */
#news {
  background-color: #F7F5F6;
  padding-top: 60px;
}
#news .nav-container {
  margin: 20px auto 60px auto;
}
#news .nav-container ul.nav.nav-pills {
  display: flex;
  margin: auto;
  max-width: 50%;
  flex-wrap: wrap;
}
#news .nav-container ul.nav.nav-pills li {
  width: 20%;
  text-align: center;
  position: relative;
  margin: 0 14px;
}
#news .nav-container ul.nav.nav-pills li div {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 10px;
  justify-content: center;
  margin: 0 auto 4px auto;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
#news .nav-container ul.nav.nav-pills li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: transparent;
}
#news .nav-container ul.nav.nav-pills li.active a {
  background-color: #522583;
  color: #ffffff;
}
#news .posts-container .post-container {
  padding: 12px 0;
  border: 1px solid #F9FAFC;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#news .posts-container .post-container .post-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}
#news .posts-container .post-container .post-row .post-content {
  width: 80%;
  text-align: left;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  #news .posts-container .post-container .post-row .post-content {
    width: 100%;
    padding: 10px 15px;
  }
}
#news .posts-container .post-container .post-row .post-content h2 {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
#news .posts-container .post-container .post-row .post-content p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
  font-size: 15px;
  word-wrap: break-word;
  white-space: nowrap;
  padding-right: 10px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .posts-container .post-container .post-row .post-content p.post-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #522583;
}
#news .posts-container .post-container .post-row .post-content p.post-date {
  font-size: 12px;
  font-weight: 400;
  color: #522583;
}
#news .posts-container .post-container .post-row .post-img a,
#news .posts-container .post-container .post-row .post-img img {
  display: block;
  max-width: 100%;
  width: 100%;
}
#news .posts-container .post-container:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .posts-container .post-container:hover {
  border-color: #FF6A13;
  background: #f5f5f5;
}
#news .posts-container .post-container:hover .post-row {
  transform: translateX(10px);
}
#news .pagination {
  text-align: center;
  display: flex;
  padding: 60px 15px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
#news .pagination span {
  margin: 0 4px;
  padding: 10px 15px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
#news .pagination span.current {
  color: #ffffff;
  background-color: #8E57A9;
}
#news .pagination a {
  color: rgba(0, 0, 0, 0.87);
  margin: 0 4px;
  padding: 10px 15px;
  border-radius: 50%;
  font-weight: 500;
}
#news .pagination a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#news .pagination a.next.page-numbers,
#news .pagination a.prev.page-numbers {
  font-size: 0;
  position: relative;
  padding: 0;
}
#news .pagination a.next.page-numbers::after,
#news .pagination a.prev.page-numbers::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/chevron_right.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
#news .pagination a.next.page-numbers:hover,
#news .pagination a.prev.page-numbers:hover {
  background-color: transparent;
}
#news .pagination a.next.page-numbers:hover::after,
#news .pagination a.prev.page-numbers:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
#news .pagination a.prev.page-numbers::after {
  left: -28px;
  transform: rotate(180deg);
}
#news .pagination a.first-page {
  font-size: 0;
  position: relative;
  padding: 0;
}
#news .pagination a.first-page::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/last_page.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -64px;
  transform: rotate(180deg);
}
#news .pagination a.first-page:hover {
  background-color: transparent;
}
#news .pagination a.first-page:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
#news .pagination a.last-page {
  font-size: 0;
  position: relative;
  padding: 0;
}
#news .pagination a.last-page::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/last_page.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -76px;
}
#news .pagination a.last-page:hover {
  background-color: transparent;
}
#news .pagination a.last-page:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
#news .keyword-search {
  position: relative;
}
#news .keyword-search svg {
  fill: #522583;
  position: absolute;
  top: 10px;
  right: 17px;
}
#news #keyword {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  outline: none;
  border: none;
  border-radius: 28px;
  padding: 10px 20px;
  width: 100%;
}
#news .categories {
  text-align: center;
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  #news .categories {
    position: relative;
  }
}
#news .categories label {
  font-size: 14px;
  color: #666666;
  padding: 8px 22px;
  border-radius: 21px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #522583;
}
#news .categories input {
  visibility: hidden;
}
#news .categories input:checked + label {
  background-color: #522583;
  color: #ffffff;
}
#news .categories .reset-btn {
  display: none;
  border: 1px solid #FF6A13;
  font-size: 12px;
  color: #FF6A13;
  background-color: transparent;
  border-radius: 21px;
  padding: 0 8px;
  transition: color 0.2s, border-color 0.2s, text-decoration 0.2s;
}
#news .categories .reset-btn:hover {
  border-color: #522583;
  color: #522583;
}
#news .categories .reset-btn.visible {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #news .categories .reset-btn {
    position: absolute;
    top: calc(100% + 10px);
    left: 15px;
  }
}
#news .posts-orderby {
  text-align: right;
  margin-bottom: 21px;
}
#news .posts-orderby select {
  border: none;
  color: #00000099;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.42px;
  font-weight: 500;
  background-color: transparent;
  outline: none;
}
.page-template-news-page {
  background-color: #F7F5F6;
}
#latest-post-banner {
  min-height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#latest-post-banner .post-banner-content {
  position: absolute;
  bottom: 0;
}
#latest-post-banner .post-banner-content h1 {
  color: #ffffff;
  text-align: left;
}
#latest-post-banner .post-banner-content p {
  color: #ffffff;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 1200px) {
  .single-post #content {
    padding: 0 20px;
  }
}
/** Careers **/
/* Jobs Listing */
.jobs-filters {
  display: flex;
}
@media (max-width: 767px) {
  .jobs-filters {
    flex-wrap: wrap;
  }
}
.jobs-filters .keyword-search {
  position: relative;
  background-color: #fff;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .jobs-filters .keyword-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.jobs-filters .keyword-search #keyword-job {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  padding: 10px;
}
@media (max-width: 767px) {
  .jobs-filters .keyword-search #keyword-job {
    width: 100%;
  }
}
.jobs-filters .keyword-search svg.MuiSvgIcon-root {
  position: absolute;
  right: 10px;
  top: 12px;
}
.jobs-filters .departments-wrapper {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .jobs-filters .departments-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.jobs-filters .departments-wrapper #department-filter {
  padding: 10px 30px 12px 12px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/uploads/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .jobs-filters .departments-wrapper #department-filter {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jobs-filters .types-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.jobs-filters .types-wrapper #type-filter {
  padding: 10px 30px 12px 12px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/uploads/arrow-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .jobs-filters .types-wrapper #type-filter {
    width: 100%;
  }
}
.jobs {
  margin-top: 30px;
}
.jobs .job-listing {
  background-color: #fff;
  padding: 35px 15px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .jobs .job-listing {
    padding: 20px 15px;
  }
}
.jobs .job-listing .job-title {
  display: flex;
  color: #522582;
  font-size: 20px;
  margin-bottom: 15px;
}
.jobs .job-listing .job-title:hover,
.jobs .job-listing .job-title:active,
.jobs .job-listing .job-title:focus {
  color: #522582;
}
.jobs .job-listing .job-read-more {
  background: #522583;
  color: #fff;
  padding: 8px 15px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  font-size: 16px;
}
.jobs .job-listing .job-read-more:hover,
.jobs .job-listing .job-read-more:active,
.jobs .job-listing .job-read-more:focus {
  color: #fff;
}
.jobs .job-listing .job-tag {
  text-align: right;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .jobs .job-listing .job-tag {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.jobs .job-listing .job-expiry-date {
  text-align: right;
  font-size: 14px;
  color: #8a8a8a;
}
.jobs .job-listing .job-expiry-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  color: #8a8a8a;
}
@media (max-width: 767px) {
  .jobs .job-listing .job-expiry-date {
    text-align: left;
  }
}
.jobs .pagination-job {
  text-align: center;
  display: block;
  padding: 60px 15px;
}
.jobs .pagination-job span {
  margin: 0 4px;
  padding: 10px 15px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.jobs .pagination-job span.current {
  color: #ffffff;
  background-color: #8E57A9;
}
.jobs .pagination-job a {
  color: rgba(0, 0, 0, 0.87);
  margin: 0 4px;
  padding: 10px 15px;
  border-radius: 50%;
  font-weight: 500;
}
.jobs .pagination-job a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.jobs .pagination-job a.next.page-numbers,
.jobs .pagination-job a.prev.page-numbers {
  font-size: 0;
  position: relative;
  padding: 0;
}
.jobs .pagination-job a.next.page-numbers::after,
.jobs .pagination-job a.prev.page-numbers::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/chevron_right.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.jobs .pagination-job a.next.page-numbers:hover,
.jobs .pagination-job a.prev.page-numbers:hover {
  background-color: transparent;
}
.jobs .pagination-job a.next.page-numbers:hover::after,
.jobs .pagination-job a.prev.page-numbers:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.jobs .pagination-job a.prev.page-numbers::after {
  left: -28px;
  transform: rotate(180deg);
}
.jobs .pagination-job a.first-page {
  font-size: 0;
  position: relative;
  padding: 0;
}
.jobs .pagination-job a.first-page::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/last_page.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -64px;
  transform: rotate(180deg);
}
.jobs .pagination-job a.first-page:hover {
  background-color: transparent;
}
.jobs .pagination-job a.first-page:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.jobs .pagination-job a.last-page {
  font-size: 0;
  position: relative;
  padding: 0;
}
.jobs .pagination-job a.last-page::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/cablenet/assets/img/last_page.svg);
  top: -23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -76px;
}
.jobs .pagination-job a.last-page:hover {
  background-color: transparent;
}
.jobs .pagination-job a.last-page:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.elementor-element-551b3aff {
  margin-bottom: 0px !important;
}
.job-border-section > .elementor-container {
  border-bottom: 2px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.single-job-tag {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.single-job-other-terms {
  display: flex;
}
.single-job-other-terms .single-job-other-term {
  border: 1px solid #b24ec6;
  border-radius: 25px;
  background-color: #dcd3e6;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #522582;
}
.apply-button-wrapper .elementor-shortcode {
  text-align: right;
}
@media (max-width: 767px) {
  .apply-button-wrapper .elementor-shortcode {
    text-align: left;
    margin-top: 30px;
  }
}
.apply-button-wrapper .elementor-shortcode .single-job-apply-button {
  background: #522583;
  color: #fff;
  padding: 12px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
}
.apply-button-wrapper.top .elementor-shortcode {
  text-align: left;
}
.job-description-wrapper h2 {
  font-size: 24px;
}
.elementor-element-3b6ef72 .gform_title {
  color: #522583;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
}
.elementor-element-3b6ef72 .gform_description {
  text-align: center;
  color: #522583;
  font-size: 22px;
}
.elementor-element-3b6ef72 form#gform_6 #field_6_12 {
  height: 1px;
}
.elementor-element-3b6ef72 form#gform_6 #field_6_7 label {
  position: unset !important;
  color: #00000099;
  font-size: 16px;
}
.elementor-element-3b6ef72 form#gform_6 #field_6_9 {
  min-height: 45px;
  margin-bottom: 5px;
}
.elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
  bottom: -32px;
}
@media (max-width: 755px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 70px;
  }
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -60px;
    padding-bottom: 5px;
  }
}
@media (max-width: 560px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 100px;
  }
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -85px;
  }
}
@media (max-width: 443px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 120px;
  }
}
@media (max-width: 442px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -105px;
  }
}
@media (max-width: 390px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 140px;
  }
}
@media (max-width: 375px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 170px;
  }
  .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -125px;
  }
}
.elementor-element-3b6ef72 form#gform_6 #field_6_16 {
  min-height: 170px;
}
.elementor-element-3b6ef72 form#gform_6 #field_6_16 .gfield_description {
  display: none !important;
}
@media (max-width: 777px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 230px;
  }
}
@media (max-width: 617px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 280px;
  }
}
@media (max-width: 510px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 340px;
  }
}
@media (max-width: 450px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 420px;
  }
}
@media (max-width: 390px) {
  .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 480px;
  }
}
.elementor-element-3b6ef72 form#gform_6 #field_6_9 legend,
.elementor-element-3b6ef72 form#gform_6 #field_6_16 legend {
  display: none;
}
.elementor-element-3b6ef72 form#gform_6 #field_6_9 .gform-field-label,
.elementor-element-3b6ef72 form#gform_6 #field_6_16 .gform-field-label {
  white-space: normal;
  color: #00000099;
  font-size: 15px !important;
  left: 0;
  max-width: 100% !important;
}
.elementor-element-3b6ef72 form#gform_6 .gform_footer {
  margin-top: 15px;
}
.job-scroll-on-header a {
  font-size: 17px;
  display: flex;
}
.job-scroll-on-header a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 50px;
  background-image: url('/wp-content/uploads/scroll.svg');
  background-size: contain;
  margin-right: 10px;
  background-repeat: no-repeat;
  margin-top: -10px;
}
#invest-with-you-section .elementor-element-9813a9c .elementor-container.elementor-column-gap-default {
  max-width: unset;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 767px) {
  #invest-with-you-section .elementor-element-9813a9c .elementor-container.elementor-column-gap-default {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .career-icon-box h4 {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .page-id-155217 .section-with-two-columns .elementor-widget-image,
  .page-id-155409 .section-with-two-columns .elementor-widget-image {
    display: block;
  }
  .page-id-155217 .section-with-two-columns .img-column,
  .page-id-155409 .section-with-two-columns .img-column {
    height: 300px;
    max-height: 400px;
  }
  .page-id-155217 .section-with-two-columns .img-column .elementor-element-populated,
  .page-id-155409 .section-with-two-columns .img-column .elementor-element-populated {
    background-image: none !important;
  }
  .single-jobs main.jobs {
    margin: 30px;
  }
  .single-jobs main.jobs .elementor-element-fd0320e .elementor-element-551b3aff {
    padding: 0;
  }
  .page-id-154870 main {
    margin: 30px;
  }
}
#gform_6_validation_container {
  display: none !important;
}
form#gform_6 #field_6_18 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column-reverse;
}
form#gform_6 #field_6_18 #input_6_18 {
  line-height: 1;
}
form#gform_6 #field_6_18 .gform-field-label {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}
form#gform_6 #field_6_18 #validation_message_6_18 {
  bottom: -35px;
}
form#gform_6 #input_6_6 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 110px !important;
}
form#gform_6 #field_6_15 {
  margin-bottom: 0px;
}
form#gform_6 #validation_message_6_4,
form#gform_6 #validation_message_6_5,
form#gform_6 #validation_message_6_6 {
  bottom: -37px;
}
@media (max-width: 375px) {
  form#gform_6 #validation_message_6_6 {
    bottom: -45px;
  }
}
form#gform_6 #validation_message_6_15 {
  bottom: -20px;
}
form#gform_6 #validation_message_6_7 {
  bottom: -30px;
}
.elementor-page-158591 .elementor-heading-title br {
  display: block;
}
@media (max-width: 352px) {
  form .gform_footer {
    margin-top: 140px !important;
  }
}
html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
  min-height: 30px;
  margin-bottom: 5px;
}
html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
  bottom: -20px;
}
@media (max-width: 1077px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -32px;
  }
}
@media (max-width: 755px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 50px;
  }
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -28px;
    padding-bottom: 5px;
  }
}
@media (max-width: 577px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 70px;
  }
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -50px;
  }
}
@media (max-width: 443px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 90px;
  }
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -55px;
  }
}
@media (max-width: 443px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -67px;
  }
}
@media (max-width: 390px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 {
    min-height: 130px;
  }
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -70px;
  }
}
@media (max-width: 375px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_9 #validation_message_6_9 {
    bottom: -80px;
  }
}
html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
  min-height: 115px;
}
html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_16 .gfield_description {
  display: none !important;
}
@media (max-width: 777px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 165px;
  }
}
@media (max-width: 617px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 180px;
  }
}
@media (max-width: 510px) {
  html[lang="en-US"] .elementor-element-3b6ef72 form#gform_6 #field_6_16 {
    min-height: 240px;
  }
}
.store-locations .loader-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  pointer-events: none;
}
.store-locations .loader-overlay.show {
  opacity: 1;
  pointer-events: all;
}
.store-locations .loader-overlay .icon {
  width: 50px;
  height: 50px;
}
.store-locations__filters {
  margin-top: 48px;
  padding: 0 15px;
}
.store-locations__filters .store-locations__select {
  position: relative;
  max-width: 452px;
  width: 100%;
  margin-inline: auto;
}
.store-locations__filters .store-locations__select .icon {
  position: absolute;
  bottom: 17px;
  left: 15px;
  z-index: 1;
}
.store-locations__filters .store-locations__select .clear-btn {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 1;
  border: none;
  background-color: #ffffff;
}
.store-locations__filters .store-locations__select .clear-btn:focus {
  outline: none;
}
.store-locations__filters .store-locations__select .clear-btn.show {
  display: block;
}
.store-locations__filters .store-locations__select .dropdown {
  max-width: 100%;
  width: 100% !important;
  border-bottom: 2px solid #522583;
  background-color: #ffffff;
}
.store-locations__filters .store-locations__select .dropdown-toggle {
  padding: 19px 18px 13px 45px;
}
.store-locations__filters .store-locations__select .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  color: #000000;
}
.store-locations__filters .store-locations__select .dropdown-toggle:focus {
  outline-color: transparent !important;
  box-shadow: 0 0 0 0.2rem rgba(82, 37, 131, 0.6);
}
.store-locations__filters .store-locations__select .dropdown-menu {
  padding: 0;
}
.store-locations__filters .store-locations__select .dropdown-menu li a {
  display: inline-block;
  color: inherit;
  width: 100%;
  padding: 5px 10px;
  transition: background-color 0.2s ease-out, color 0.2s ease-in-out;
}
.store-locations__filters .store-locations__select .dropdown-menu li a:visited {
  color: inherit;
}
.store-locations__filters .store-locations__select .dropdown-menu li a:hover,
.store-locations__filters .store-locations__select .dropdown-menu li a.active.selected {
  color: #ffffff;
  background-color: rgba(82, 37, 131, 0.6);
}
.store-locations__filters .store-locations__select .filter-option {
  font-size: 16px;
  line-height: 20px;
}
.store-locations__map-wrapper {
  padding: 40px 0;
  margin-top: 40px;
}
.store-locations__map {
  min-height: 500px;
}
.store-locations__title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.store-locations__title a {
  font-weight: 600;
  color: #522583;
}
.store-locations__items {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding: 16px 18px;
}
.store-locations__list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 0;
  padding: 0;
}
.store-locations__list .store-locations-item {
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0000001F;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 19px 22px;
}
@media screen and (max-width: 767px) {
  .store-locations__list .store-locations-item {
    padding-bottom: 30px;
  }
}
.store-locations__list .store-locations-item__anchor {
  position: absolute;
  height: 0;
  width: 0;
  background-color: transparent;
  visibility: hidden;
}
.store-locations__list .store-locations-item__logo {
  text-align: center;
}
.store-locations__list .store-locations-item__logo > svg {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .store-locations__list .store-locations-item__logo > svg {
    max-width: 150px;
  }
}
.store-locations__list .store-locations-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .store-locations__list .store-locations-item__info {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.store-locations__list .store-locations-item__title {
  column-gap: 5px;
  font-size: 16px;
  margin-bottom: 0;
}
.store-locations__list .store-locations-item__address {
  font-size: 14px;
  margin-bottom: 0;
}
.store-locations__list .store-locations-item .content-popup__trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  background-color: #522583;
  text-transform: uppercase;
  transition: text-shadow 0.2s ease-in-out;
  border-radius: 4px;
  border: 1px solid #522583;
  padding: 4px;
}
.store-locations__list .store-locations-item .content-popup__trigger.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .store-locations__list .store-locations-item .content-popup__trigger {
    display: none;
    background-color: #ffffff;
    color: #522583;
    margin-inline: auto;
  }
  .store-locations__list .store-locations-item .content-popup__trigger.mobile {
    display: block;
  }
}
.store-locations__list .store-locations-item .content-popup__trigger:focus {
  outline-color: transparent;
  box-shadow: none;
}
.store-locations__list .store-locations-item .content-popup__trigger:focus svg {
  border-color: #FF6A13;
}
.store-locations__list .store-locations-item .content-popup__trigger:focus svg path {
  fill: #FF6A13;
}
.store-locations__list .store-locations-item .content-popup__trigger svg {
  padding: 3px;
  width: 20px;
  height: 20px;
}
.store-locations__list .store-locations-item__link a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #522583;
  text-transform: uppercase;
  transition: text-shadow 0.2s ease-in-out;
  padding: 10px;
}
.store-locations__list .store-locations-item__link a:hover {
  text-shadow: 0px 0px 8px #522583;
}
@media screen and (max-width: 767px) {
  .store-locations__list .store-locations-item__link a {
    color: #ffffff;
    background-color: #522583;
    border-radius: 4px;
    padding: 15px 25px;
  }
}
.popover.working-hours-popup .popover-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popover.working-hours-popup .popover-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  padding: 4px 0;
}
.popover.working-hours-popup .popover-body ul li.store-locations-schedule-notice {
  font-size: 10px;
  line-height: 1;
  color: red;
}
.popover.working-hours-popup .popover-body ul li span {
  display: flex;
  align-items: center;
  line-height: 1;
}
.popover.working-hours-popup .popover-body ul li span:first-child {
  min-width: 85px;
  font-size: 14px;
  font-weight: 600;
}
.popover.working-hours-popup .popover-body ul li span:not(:first-child) {
  color: #522583;
  flex-shrink: 0;
}
/* Channels */
#channel-tabs {
  display: flex;
  flex-direction: column;
  position: relative;
}
#channel-tabs ul.nav.nav-pills {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: center;
  background-color: #5A2B85;
  position: sticky;
  top: 99px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1025px) {
  #channel-tabs ul.nav.nav-pills {
    top: 80px;
  }
}
@media (max-width: 768px) {
  #channel-tabs ul.nav.nav-pills {
    top: 60px;
  }
}
#channel-tabs ul.nav.nav-pills li {
  padding: 20px;
  border-bottom: 2px solid;
  border-color: transparent;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
#channel-tabs ul.nav.nav-pills li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: none !important;
  letter-spacing: 1px;
}
#channel-tabs ul.nav.nav-pills li a:hover {
  color: #FF6A13;
}
#channel-tabs ul.nav.nav-pills li.active {
  border-color: #FF6A13;
}
#channel-tabs ul.nav.nav-pills li.active a {
  color: #FF6A13;
}
#channel-tabs .tab-content {
  margin-top: 60px;
}
#channel-tabs .tab-content table {
  background: transparent !important;
  table-layout: fixed;
}
#channel-tabs .tab-content table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#channel-tabs .tab-content table th {
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
  font-size: 17px;
  color: #00000099;
}
#channel-tabs .tab-content table th.title-for-position {
  width: 70px;
}
#channel-tabs .tab-content table th.title-for-position div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#channel-tabs .tab-content table td {
  padding: 10px 0;
  text-align: center;
}
#channel-tabs .tab-content table td i {
  color: #eee;
}
#channel-tabs .tab-content table td.channel-options {
  text-align: center;
}
#channel-tabs .tab-content table td.channel-options .channel-options-first-line img {
  width: 30px;
}
#channel-tabs .tab-content table td.channel-options .channel-options-second-line img {
  width: 20px;
  margin: 0px 3px;
}
#channel-tabs .tab-content table td.logo .logo-div {
  text-align: center;
}
#channel-tabs .tab-content table td.logo .logo-div img {
  max-width: 120px;
}
#channel-tabs .tab-content table .channel-lang-options {
  display: flex;
  justify-content: center;
}
#channel-tabs .tab-content table .channel-lang-options .channel-lang-option {
  background-color: #522583;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 2px;
  margin: 5px 5px 5px 0px;
  text-transform: uppercase;
}
#channel-tabs .tab-content table .position span {
  background-color: #522583;
  color: #ffffff;
  padding: 9px 2px;
  font-size: 13px;
  margin-left: 10px;
  display: inline-block;
  width: 35px;
  text-align: center;
  border-radius: 25px;
  height: 35px;
}
#channel-tabs .slick-next {
  right: 3px;
}
#channel-tabs .slick-next:before {
  width: 14px;
  height: 14px;
  right: 9px;
  left: unset;
}
#channel-tabs .slick-prev {
  left: 2px;
}
#channel-tabs .slick-prev:before {
  width: 14px;
  height: 14px;
  left: -5px;
  top: -6px;
}
.channels-legend {
  text-align: center;
  padding: 30px 0px 0px;
}
.channels-legend .legend-inner {
  display: flex;
  justify-content: center;
  align-content: center;
}
.channels-legend .legend-inner .only-for-mbl {
  display: none;
}
.channels-legend .legend-inner .only-for-desktop {
  display: block;
}
.channels-legend .legend-inner .legend-option {
  background-color: #522583;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 2px;
  margin: 5px 5px 5px 0px;
  text-transform: uppercase;
}
.channels-legend .legend-inner .separator {
  color: #eee;
  margin: 0px 10px;
}
.channels-legend .legend-inner .with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.channels-legend .legend-inner img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
@media (max-width: 1200px) {
  #channel-tabs .slick-track {
    display: flex;
    align-items: baseline;
  }
  #channel-tabs ul.nav.nav-pills li {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #channel-tabs .tab-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .channels-legend {
    text-align: left;
  }
  .channels-legend .legend-inner {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 0px 15px;
  }
  .channels-legend .legend-inner .only-for-mbl {
    display: inline-block;
    margin-top: -5px;
    margin-right: 12px;
    margin-left: 5px;
  }
  .channels-legend .legend-inner .only-for-desktop {
    display: none;
  }
  .channels-legend .legend-inner .with-icon {
    display: inline-block;
    margin-left: 0px;
  }
  .channels-legend .separator {
    display: none;
  }
  #channel-tabs .tab-content {
    margin-top: 30px;
  }
  #channel-tabs .tab-pane {
    overflow-x: scroll;
    max-width: 100%;
  }
  #channel-tabs .tab-pane table {
    border-collapse: collapse;
    width: 100%;
  }
  #channel-tabs .tab-pane table tr th,
  #channel-tabs .tab-pane table tr td {
    height: 105px;
  }
  #channel-tabs .tab-pane table tr td {
    text-align: center;
  }
  #channel-tabs .tab-pane table tr td.logo .logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
  }
  #channel-tabs .tab-pane table tr td.logo .logo-div img {
    max-width: 90%;
  }
  #channel-tabs .tab-pane table tr td.position .position-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #channel-tabs .tab-pane table tr th:first-child,
  #channel-tabs .tab-pane table tr td:first-child {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 105px;
    padding-left: 10px;
    background-color: #fff;
  }
  #channel-tabs .tab-pane table tr th:nth-child(2),
  #channel-tabs .tab-pane table tr td:nth-child(2) {
    position: absolute;
    left: 105px;
    width: 100%;
    max-width: 60px;
    background-color: #fff;
  }
  #channel-tabs .tab-pane table tr th:nth-child(3),
  #channel-tabs .tab-pane table tr td:nth-child(3) {
    padding-left: 170px;
    width: 320px;
  }
  #channel-tabs .tab-pane table .scrollable-column {
    white-space: nowrap;
    width: 150px;
  }
}
.live-events__title {
  text-align: center;
  color: #522583;
  padding: 24px 16px;
}
.live-events__table {
  table-layout: auto !important;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin: 0 15px;
}
.live-events__table thead {
  font-size: 18px;
  font-family: 'GothamGreekM', 'GothamM';
}
.live-events__table thead th {
  padding-bottom: 10px;
}
.live-events__table tbody {
  font-size: 16px;
  font-family: 'GothamGreek', 'Gotham';
}
.live-events__table th,
.live-events__table td {
  padding: 8px 4px;
  text-align: left;
  vertical-align: top;
}
.live-events__table tr {
  border-bottom: 1px solid rgba(113, 113, 113, 0.4);
}
@media screen and (max-width: 767px) {
  .live-events__table {
    margin: 0;
  }
  .live-events__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .live-events__table tr {
    display: block;
    margin-bottom: 5px;
  }
  .live-events__table td {
    border-bottom: 1px solid rgba(113, 113, 113, 0.4);
    display: block;
    font-size: 0.8em;
    text-align: right;
    padding: 5px 10px;
  }
  .live-events__table td::before {
    content: attr(data-label);
    float: left;
    margin-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .live-events__table td:last-child {
    border-bottom-width: 2px;
    border-color: #522583;
  }
}
.charge-rates .table {
  max-width: 100%;
}
.charge-rates .table a {
  color: #522583;
  text-decoration: underline;
}
.charge-rates .table a:hover {
  text-decoration: none;
}
.charge-rates .table tr.gray-bg {
  background-color: #EBEBEB;
}
.charge-rates .table tr.table-header {
  background-color: #522583;
}
.charge-rates .table tr.table-subheader {
  background-color: #8E57A9;
}
.charge-rates .table th {
  color: #FBFBFD;
  border: none;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.charge-rates .table td {
  padding-left: 10px;
  padding-right: 10px;
}
.charge-rates .select-wrapper {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 42px;
  background-color: #fff;
}
.charge-rates .select-wrapper .select2 {
  border-bottom: 1px solid #00000061;
}
.charge-rates .select-wrapper .select2-selection {
  min-height: 38px;
  border: none;
}
.charge-rates .select-wrapper .select2 ~ label {
  margin-left: 10px;
  cursor: default;
  font-size: 12px;
  color: #8E57A9;
}
.charge-rates .select-wrapper .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.charge-rates .select-wrapper .select2-selection__arrow {
  right: 8px;
}
.charge-rates .charge-rates-header {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 1.88px;
  line-height: 15px;
}
.charge-rates #roaming .roaming section {
  padding: 40px 10px;
}
.charge-rates #roaming .roaming section strong {
  display: inline-block;
  color: #522583;
  padding: 20px 0;
}
.charge-rates #roaming .roaming-tabs {
  display: flex;
}
.charge-rates #roaming .roaming-tabs > li {
  cursor: pointer;
  max-width: 25%;
  width: 100%;
  text-align: center;
  color: #717171;
  border-bottom: 1px solid #717171;
  transition: color 0.2s ease, border-color 0.2s ease, border-width 0.2s ease;
}
.charge-rates #roaming .roaming-tabs > li a {
  display: inline-block;
  width: 100%;
  color: inherit;
  transition: all 0.2s ease;
}
.charge-rates #roaming .roaming-tabs > li a:hover {
  background: inherit;
}
@media screen and (max-width: 767px) {
  .charge-rates #roaming .roaming-tabs > li a {
    font-size: 12px;
  }
}
.charge-rates #roaming .roaming-tabs > li.active,
.charge-rates #roaming .roaming-tabs > li:hover {
  color: #522583;
  border-bottom-color: #522583;
  border-bottom-width: 2px;
}
.charge-rates #roaming .roaming-faq-inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 25px 0;
}
.charge-rates #roaming .roaming-faq-question > * {
  font-size: 24px;
  line-height: 28px;
  color: #522583;
}
.charge-rates #roaming .roaming-faq p {
  margin-bottom: 0;
}
.charge-rates .charge-rates-container {
  padding: 0 10px;
}
.charge-rates .charge-rates-container .nav-pills {
  max-width: fit-content;
  margin: 0 auto;
  background-color: #717171;
  border-radius: 50px;
  overflow: hidden;
}
.charge-rates .charge-rates-container .nav-pills li {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .charge-rates .charge-rates-container .nav-pills li {
    font-size: 12px;
  }
}
.charge-rates .charge-rates-container .nav-pills li a {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  padding: 14px 20px;
  border-radius: 50px;
}
.charge-rates .charge-rates-container .nav-pills li a:hover {
  background-color: transparent;
  color: #ffffff;
}
.charge-rates .charge-rates-container .nav-pills li.active a {
  background-color: #522583;
}
.charge-rates .tab-content table.table {
  margin: 0;
}
.charge-rates .card {
  border: none;
}
.charge-rates .charge-rates-container {
  max-width: 560px;
  margin: auto;
}
.charge-rates .charge-rates-container .card {
  padding: 24px 0.5rem 0;
  border: none;
}
.charge-rates .charge-rates-container .card .table tr {
  font-family: 'GothamGreek', 'Gotham';
  font-size: 16px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.charge-rates .charge-rates-container .card .table tr:first-child {
  font-family: 'GothamGreekM', 'GothamM';
  font-size: 18px;
}
.charge-rates .charge-rates-container .card .table tr:hover {
  background-color: rgba(82, 37, 131, 0.4);
  color: #ffffff;
}
.charge-rates .charge-rates-container .card .table td,
.charge-rates .charge-rates-container .card .table th {
  padding: 0.25rem 0.75rem;
}
.charge-rates .charge-rates-container .charge-rates {
  width: 100% !important;
  height: unset;
  transition: all 0.2s ease;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #00000061;
  border-radius: 0;
  appearance: none;
  left: 0 !important;
}
.charge-rates .charge-rates-container .charge-rates .dropdown-toggle:focus {
  border-color: #522583;
  outline: transparent !important;
  box-shadow: 0 0 0 0.2rem rgba(82, 37, 131, 0.25);
}
.charge-rates .charge-rates-container .charge-rates .dropdown-menu {
  max-height: 300px !important;
}
.charge-rates .charge-rates-container .charge-rates .dropdown-menu .bs-searchbox input:focus {
  border-color: #522583;
  box-shadow: 0 0 0 0.2rem rgba(82, 37, 131, 0.25);
}
.charge-rates .charge-rates-container .charge-rates .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 3px 5px;
}
.charge-rates .charge-rates-container .charge-rates:focus {
  outline: 0;
  border-color: #8E57A9;
}
.charge-rates .charge-rates-container .charge-rates:placeholder-shown + label {
  cursor: text;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  overflow: hidden;
  transform-origin: left bottom;
  transform: translateY(0);
}
.charge-rates .charge-rates-container .charge-rates:not(:placeholder-shown) + label,
.charge-rates .charge-rates-container .charge-rates:focus + label {
  margin-left: 10px;
  cursor: default;
  font-size: 12px;
  color: #8E57A9;
}
.charge-rates .charge-rates-container .charge-rates::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.charge-rates .charge-rates-container .charge-rates-notes li {
  font-size: 16px;
}
.charge-rates .charge-rates-container .charge-rates-notes li::marker {
  color: #522583;
}
.charge-rates .charge-rates-container .charge-rates-notes p.notes-info {
  font-size: 14px;
}
.charge-rates .charge-rates-container .charge-rates-notes p.notes-info a {
  color: #522583;
}
.charge-rates .charge-rates-container .borderless td,
.charge-rates .charge-rates-container .borderless th {
  border: none;
}
.section-with-two-columns .elementor-widget-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-with-two-columns .content-column-right .elementor-widget-wrap.elementor-element-populated {
  max-width: 570px;
  padding-left: 40px !important;
}
.section-with-two-columns .content-column-left .elementor-widget-wrap.elementor-element-populated {
  max-width: 570px;
  padding-right: 40px !important;
}
.section-with-two-columns .content-column-left {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .section-with-two-columns .content-column-right .elementor-widget-wrap.elementor-element-populated {
    padding: 40px 0 !important;
  }
  .section-with-two-columns .content-column-left .elementor-widget-wrap.elementor-element-populated {
    padding: 40px 0 !important;
  }
  .section-with-two-columns .elementor-widget-image {
    display: none;
  }
  .two-columns-section {
    padding: 4vw 0 !important;
  }
  .section-with-two-columns .content-column-right {
    max-width: 50%;
  }
  .elementor-background-overlay {
    background-size: 100%;
  }
}
@media (max-width: 992px) {
  .section-with-two-columns .content-column-right .elementor-widget-wrap.elementor-element-populated {
    max-width: 100%;
  }
  .section-with-two-columns .content-column-left .elementor-widget-wrap.elementor-element-populated {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-with-img-overlay .elementor-background-overlay {
    display: none;
  }
  .section-with-two-columns .content-column-right {
    max-width: 100%;
  }
  .section-with-two-columns .content-column-left {
    max-width: 100%;
  }
  .section-with-two-columns .img-column {
    height: 400px;
  }
  .section-with-two-columns .content-column-left,
  .section-with-two-columns .content-column-right {
    padding: 40px 0 0 0 !important;
  }
  .section-with-two-columns .content-column-left .elementor-widget-container .elementor-widget-text-editor,
  .section-with-two-columns .content-column-right .elementor-widget-container .elementor-widget-text-editor {
    padding-right: 0;
    padding-left: 0;
  }
  .content-column-right,
  .content-column-left {
    padding: 0;
  }
  .section-with-two-columns .content-column-right .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
  }
  .section-with-two-columns .content-column-left .elementor-widget-wrap.elementor-element-populated {
    padding: 0 0 40px 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .plume-hero .swiper-slide .swiper-slide-inner {
    max-width: 85%;
  }
}
.elementor-widget-video.hero-video .elementor-widget-container,
.elementor-widget-video.hero-video video.elementor-video {
  height: calc(100vh - 98px);
  /* minus header height*/
}
.floating-text-section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.animation-text-box > .elementor-widget-wrap {
  min-height: 286px;
}
.plume-image-boxes .elementor-widget-image-box,
.plume-image-boxes .elementor-widget-image-box > .elementor-widget-container {
  height: 100%;
}
.plume-image-boxes .elementor-widget-image-box {
  padding: 0;
}
.plume-tabs-wrapper {
  min-height: 575px;
  border-radius: 40px;
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper {
    overflow: hidden;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs {
  height: 100%;
}
.plume-tabs-wrapper .elementor-widget-tabs elementor-tab-content {
  padding-left: 0;
}
.plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container {
    padding: 30px !important;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container > .elementor-tabs {
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container > .elementor-tabs {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container > .elementor-tabs {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container > .elementor-tabs .elementor-tabs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container > .elementor-tabs .elementor-tabs-wrapper {
    flex-direction: row;
    width: 100%;
    border: 2px solid #FBFBFD;
    border-radius: 50px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .elementor-widget-tabs > .elementor-widget-container > .elementor-tabs .elementor-tabs-wrapper {
    flex-direction: column;
    width: fit-content;
    border: none;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: none !important;
}
@media screen and (min-width: 1201px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tabs-content-wrapper {
    max-width: 31%;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title {
  text-align: center;
  border-radius: 50px;
  padding: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  flex-shrink: 0;
}
.plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title::before,
.plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title::after {
  display: none;
}
.plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
  color: #FF6A13;
}
@media screen and (min-width: 1200px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
    border-right-style: solid;
    border-color: #FF6A13;
  }
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title {
    max-width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title {
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 100%;
    max-width: unset;
    padding: 0;
  }
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
    background-color: #FF6A13;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-content.elementor-active {
  display: flex !important;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-content.elementor-active {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-content {
    margin-left: 0;
    margin-right: auto;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .elementor-widget-tabs .elementor-tab-content {
    margin: 0 auto;
    max-width: 95%;
  }
}
.plume-tabs-wrapper .elementor-widget-tabs .plume-tab-title {
  font-size: 26px;
  font-weight: 600;
  color: #FF6A13;
}
.plume-tabs-wrapper .elementor-widget-tabs .plume-tab-link {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #FF6A13;
  box-shadow: 0px 8px 24px #FF6A1342;
  border-radius: 4px;
  width: fit-content;
  padding: 15px 16px 14px;
  margin-top: 10px;
}
.plume-tabs-wrapper .plume-tabs-img {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  transform: translate(-50%, -15%) !important;
  transition: opacity 0.5s ease;
}
.plume-tabs-wrapper .plume-tabs-img.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .plume-tabs-wrapper .plume-tabs-img {
    top: 36% !important;
    transform: none !important;
  }
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .plume-tabs-img {
    top: 100% !important;
    transform: translate(-50%, -50%) !important;
  }
  .plume-tabs-wrapper .plume-tabs-img img {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .plume-tabs-wrapper .elementor-tab-mobile-title {
    display: none;
  }
}
/* Top up form */
#top-up-form .acceptance-required-msg {
  display: none;
  color: #F44336;
  font-size: 12px;
}
#top-up-form .required-asterisk {
  color: #F44336;
}
#top-up-form .elementor-field-type-acceptance {
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 12px;
}
#top-up-form .elementor-field-type-number,
#top-up-form .elementor-field-type-email,
#top-up-form .elementor-field-type-tel {
  margin-bottom: 42px;
}
#top-up-form .elementor-field-type-number label,
#top-up-form .elementor-field-type-email label,
#top-up-form .elementor-field-type-tel label {
  position: absolute;
  top: -19px;
  font-family: 'Gotham', 'GothamGreek';
  font-size: 15px;
}
@media (max-width: 400px) {
  #top-up-form .elementor-field-type-number label,
  #top-up-form .elementor-field-type-email label,
  #top-up-form .elementor-field-type-tel label {
    line-height: 20px;
    top: -35px;
  }
}
#top-up-form .phone-validation-indication {
  background-image: url(/wp-content/themes/cablenet/assets/img/loading.gif);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0;
  padding-left: 25px;
  padding-top: 2px;
  margin-top: 5px;
  color: #522583;
  font-size: 14px;
}
#top-up-form .phone-validation-indication.d-none {
  display: none;
}
#top-up-form .elementor-field-type-tel {
  margin-bottom: 0px;
}
#top-up-form .elementor-field-type-email {
  margin-top: 50px;
}
#top-up-form input {
  padding: 0;
  font-family: 'Gotham', 'GothamGreek';
  font-size: 15px;
}
#top-up-form input#form-field-phone {
  padding-left: 41px;
}
#top-up-form input:focus {
  box-shadow: none;
}
#top-up-form #form-field-amount {
  pointer-events: none;
}
#top-up-form #phone-confirmation {
  display: none;
}
#top-up-form #phone-confirmation.show {
  display: inline-block;
}
#top-up-form .elementor-field-group-acceptance {
  display: none;
}
#top-up-form .elementor-field-group-acceptance label {
  line-height: 18px;
  font-family: 'Gotham', 'GothamGreek';
  font-size: 15px;
}
#top-up-form .elementor-field-group-acceptance.show {
  display: block;
}
#top-up-form button {
  max-width: 250px;
  margin: auto;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0.4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
#top-up-form button.enabled {
  pointer-events: visible;
  opacity: 1;
}
#top-up-form button.enabled:hover {
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
}
#top-up-form #validation-msg {
  line-height: 18px;
  font-family: 'Gotham', 'GothamGreek';
  font-size: 12px;
  margin: 0px 0;
  margin-bottom: 0px;
  color: #522583;
  display: none;
}
#top-up-form #validation-msg.invalid {
  color: #F44336;
}
#top-up-form #validation-msg.show {
  display: block;
}
#top-up-form .elementor-field-group-phone:after {
  content: '+357';
  position: absolute;
  top: 9px;
  font-family: 'Gotham', 'GothamGreek';
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
}
#top-up-form .invalid-msg {
  font-size: 12px;
  color: #F44336;
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
}
#top-up-form .invalid-msg.show {
  display: block;
}
#top-up-form .elementor-message {
  display: none !important;
}
.second-popup-question {
  text-align: center;
  font-size: 24px;
  margin-top: 35px;
  color: #522583;
}
.elementor-popup-modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.wrong-amount-msg {
  display: none;
}
@media (max-width: 767px) {
  #second-popup-buttons-wrapper .elementor-col-50 {
    width: 50%;
  }
}
/* Colors */
/* Fonts */
@font-face {
  font-family: 'GothamGreekM';
  src: url("../includes/fonts/Gotham/GothamGreek-Medium.otf");
}
@font-face {
  font-family: 'GothamM';
  src: url("../includes/fonts/Gotham/Gotham-Medium.otf");
}
@font-face {
  font-family: 'GothamGreek';
  src: url("../includes/fonts/Gotham/GothamGreek-Book.otf");
}
@font-face {
  font-family: 'Gotham';
  src: url("../includes/fonts/Gotham/Gotham-Book.otf");
}
@font-face {
  font-family: 'GothamGreekB';
  src: url("../includes/fonts/Gotham/GothamGreek-Bold.otf");
}
@font-face {
  font-family: 'GothamB';
  src: url("../includes/fonts/Gotham/Gotham-Bold.otf");
}
@font-face {
  font-family: 'GothamGreekBlack';
  src: url("../includes/fonts/Gotham/GothamGreek-Black.otf");
}
@font-face {
  font-family: 'GothamBlack';
  src: url("../includes/fonts/Gotham/Gotham-Black.otf");
}
/*********/
/* EN Fonts */
body {
  font-family: 'Gotham', 'GothamGreek';
  font-size: 17px;
}
body .elementor-widget-container,
body .elementor-slide-description,
body p,
body li {
  font-family: 'Gotham', 'GothamGreek';
}
body .woocommerce {
  font-family: 'Gotham', 'GothamGreek' !important;
}
body .font-400 {
  font-family: 'Gotham', 'GothamGreek' !important;
}
body .font-400 .elementor-heading-title,
body .font-400 .elementor-widget-text-editor {
  font-family: 'Gotham', 'GothamGreek' !important;
}
body .asl_w,
body .asl_w * {
  font-family: 'Gotham', 'GothamGreek' !important;
}
body .asl_w a,
body .asl_w * a {
  color: #522583;
}
body .elementor-heading-title,
body .elementor-slide-heading,
body .nav-pills a,
body #page-navigation .page-menu ul li a,
body th,
body #lpr-modal h2.woocommerce-loop-product__title {
  font-family: 'GothamM', 'GothamGreekM';
}
body .font-500 {
  font-family: 'GothamM', 'GothamGreekM' !important;
}
body .font-500 .elementor-heading-title,
body .font-500 .elementor-widget-text-editor {
  font-family: 'GothamM', 'GothamGreekM' !important;
}
body bold,
body b,
body strong,
body .br_popup_wrapper table tbody h3 a,
body .br_left_table th {
  font-family: 'GothamB', 'GothamGreekB' !important;
}
body bold span,
body b span,
body strong span,
body .br_popup_wrapper table tbody h3 a span,
body .br_left_table th span {
  font-family: 'GothamB', 'GothamGreekB' !important;
}
body b,
body strong {
  font-weight: normal !important;
}
body .font-700 {
  font-family: 'GothamB', 'GothamGreekB' !important;
}
body .font-700 .elementor-heading-title,
body .font-700 .elementor-widget-text-editor {
  font-family: 'GothamB', 'GothamGreekB' !important;
}
body .font-900 {
  font-family: 'GothamBlack', 'GothamGreekBlack' !important;
}
body .font-900 .elementor-heading-title,
body .font-900 .elementor-widget-text-editor {
  font-family: 'GothamBlack', 'GothamGreekBlack' !important;
}
/* GR Fonts */
/*********/
::-moz-selection {
  background-color: #522583;
  color: #ffffff;
}
::selection {
  background-color: #522583;
  color: #ffffff;
}
html {
  scroll-behavior: smooth;
}
body {
  color: rgba(0, 0, 0, 0.87);
  overflow-x: hidden;
}
body.mega-menu-primary-mobile-open {
  overflow: hidden;
}
main {
  width: 100%;
}
.row {
  margin: 0;
}
#content.site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-widget-text-editor a {
  color: #522583;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  padding-left: 15px;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
  margin-bottom: 10px;
}
.elementor-element.text-left h1 {
  text-align: left;
}
.select2-container {
  z-index: 1;
}
.title-1 {
  font-size: 40px !important;
  line-height: 42px !important;
}
.title-1 .elementor-heading-title {
  font-size: 40px !important;
  line-height: 42px !important;
}
.title-2 {
  font-size: 34px !important;
}
.title-2 .elementor-heading-title {
  font-size: 34px !important;
}
.elementor-element-populated {
  padding: 0 !important;
}
a:hover {
  text-decoration: none;
}
.notes p,
.notes li,
.notes span {
  font-size: 14px;
}
svg.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.align-center {
  text-align: center;
}
hr {
  margin: 0;
}
.elementor-editor-active section#primary {
  flex: 0 0 100%;
  max-width: 100%;
}
.white-color {
  color: #ffffff !important;
}
.white-color a {
  color: #ffffff !important;
}
.white-color a:hover {
  text-decoration: underline;
}
.orange-btn .elementor-button {
  padding: 16px 18px;
}
.orange-btn .elementor-button .elementor-button-icon {
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.orange-btn .elementor-button:hover {
  box-shadow: 0 8px 24px rgba(255, 106, 19, 0.42);
}
.orange-btn .elementor-button:hover .elementor-button-icon {
  margin-left: 24px;
}
.orange-btn-c {
  padding: 13px 21px;
  background-color: #FF6A13;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.orange-btn-c::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.orange-btn-c:hover {
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(255, 106, 19, 0.42) !important;
}
.orange-btn-c:hover::after {
  margin-left: 24px;
}
.orange-btn-without-icon {
  padding: 13px 21px;
  background-color: #FF6A13;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}
.orange-btn-without-icon:hover {
  box-shadow: 0 8px 24px rgba(255, 106, 19, 0.42) !important;
  color: #ffffff;
}
.purple-btn-c {
  padding: 13px 21px;
  background-color: #522583;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.purple-btn-c::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.purple-btn-c:hover {
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
}
.purple-btn-c:hover::after {
  margin-left: 24px;
}
.purple-btn .elementor-button {
  padding: 16px 18px;
}
.purple-btn .elementor-button .elementor-button-icon {
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.purple-btn .elementor-button:hover {
  box-shadow: 0 8px 24px rgba(82, 37, 131, 0.42);
}
.purple-btn .elementor-button:hover .elementor-button-icon {
  margin-left: 24px;
}
.turquoise-btn .elementor-button {
  padding: 16px 18px;
  background-color: #2cbbb5;
}
.turquoise-btn .elementor-button .elementor-button-icon {
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.turquoise-btn .elementor-button:hover {
  box-shadow: 0 8px 24px rgba(44, 187, 181, 0.42);
}
.turquoise-btn .elementor-button:hover .elementor-button-icon {
  margin-left: 24px;
}
.turquoise-btn-without-icon .elementor-button {
  padding: 16px 18px;
  background-color: #2cbbb5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}
.turquoise-btn-without-icon .elementor-button:hover {
  box-shadow: 0 8px 24px rgba(44, 187, 181, 0.42);
  color: #ffffff;
}
.turquoise-btn-c a {
  padding: 13px 21px;
  background-color: #2cbbb5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
}
.turquoise-btn-c a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.turquoise-btn-c a:hover {
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(44, 187, 181, 0.42);
}
.turquoise-btn-c a:hover::after {
  margin-left: 24px;
}
.red-btn .elementor-button {
  padding: 16px 18px;
  background-color: #CB2030;
}
.red-btn .elementor-button .elementor-button-icon {
  transition: margin-left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 8px;
}
.red-btn .elementor-button:hover {
  box-shadow: 0 8px 24px rgba(181, 33, 63, 0.42);
}
.red-btn .elementor-button:hover .elementor-button-icon {
  margin-left: 24px;
}
.two-buttons .elementor-widget-wrap.elementor-element-populated {
  justify-content: center;
}
.two-buttons .elementor-widget-wrap.elementor-element-populated .elementor-widget-button {
  width: auto;
  margin: 0 8px;
}
.app-logo {
  display: flex;
}
.app-logo div {
  margin-right: 10px;
}
#show-more-content h5 {
  font-size: 12px;
  color: #522583;
  letter-spacing: 1.88px;
}
#show-more-content div {
  margin-bottom: 60px;
}
#show-more-content div ol {
  padding-left: 21px;
}
#show-more-content div li {
  color: #00000099;
  margin-bottom: 12px;
}
#show-more-content div li::marker {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
}
#show-more-content div p {
  color: #00000099;
}
.label.label-purple {
  display: inline-flex;
  font-size: 75% !important;
  line-height: 1.4;
  text-align: unset;
  white-space: unset;
  color: #ffffff !important;
  background-color: #2E0F50;
  border-radius: 4px;
}
.label.label-green {
  display: inline-flex;
  font-size: 75% !important;
  line-height: 1.4;
  text-align: unset;
  white-space: unset;
  color: #ffffff !important;
  background-color: #129239;
  border-radius: 4px;
}
.centre-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.centre-box a {
  display: block;
  padding: 100px 50px !important;
}
.elementor-widget-sidebar .widget_media_image::marker {
  font-size: 0;
}
.elementor-widget-sidebar .widget_media_image {
  margin: 20px 0;
}
.breadcrumbs-container {
  padding: 20px 66px;
}
.breadcrumbs-container .separator {
  border: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 9px;
  transform: rotate(45deg);
  width: 9px;
  transition-duration: 0.8s;
  transition-property: transform;
  display: inline-block;
  margin: 0 4px;
  color: #522583;
}
.breadcrumbs-container a {
  color: #522583;
  font-size: 14px;
}
.breadcrumbs-container span {
  font-size: 14px;
  color: #522583;
}
.breadcrumbs-container span a {
  color: #522583 !important;
}
.home .breadcrumbs-container {
  display: none;
}
.page-banner {
  margin-top: 60px;
}
td.value-col {
  text-align: center;
}
.anchors-menu li a:hover {
  color: #522583 !important;
  text-decoration: underline;
}
.table .elementor-widget-container {
  overflow-x: auto;
}
/* Slick */
.slick-track {
  margin: 40px 0 20px 0;
}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  height: 6px;
  width: 52px;
  background: #d7d7d7;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #676767;
}
.slick-disabled {
  display: none !important;
}
.slick-prev {
  background: #ffffff !important;
  padding: 20px;
  border-radius: 50%;
  left: -14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.slick-prev:before {
  height: 16px;
  top: -8px;
  width: 16px;
  left: -4px;
  color: #5A2B85 !important;
}
.slick-next {
  background: #ffffff !important;
  padding: 20px;
  border-radius: 50%;
  right: -14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.slick-next:before {
  height: 16px;
  top: -8px;
  width: 16px;
  left: -10px;
  color: #5A2B85 !important;
}
/* Animations */
.grow-rotate-animation img {
  transition-duration: 0.3s;
  transition-property: transform;
}
.grow-rotate-animation:hover img {
  transform: scale(1.1) rotate(4deg);
}
.shrink-animation img {
  transition-duration: 0.3s;
  transition-property: transform;
}
.shrink-animation:hover img {
  transform: scale(0.9);
}
.rotate-animation img {
  transition-duration: 0.3s;
  transition-property: transform;
}
.rotate-animation:hover img {
  transform: rotate(4deg);
}
/* Elementor Toggle Widget Styles */
.elementor-element.cablenet-accordion#plans-accordion .elementor-tab-title {
  padding-top: 0 !important;
}
.elementor-element.cablenet-accordion#plans-accordion .elementor-toggle-item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.elementor-element.cablenet-accordion .elementor-tab-title {
  padding: 0 !important;
}
.elementor-element.cablenet-accordion .elementor-tab-title .elementor-toggle-title {
  font-size: 17px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 26px 20px !important;
}
/* Elementor Toggle Widget Styles */
/* Elementor Tabs */
.elementor-widget-tabs .elementor-tab-content {
  border: none !important;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: none !important;
}
.elementor-widget-tabs .elementor-tab-title {
  font-weight: normal !important;
  font-family: 'GothamM', 'GothamGreekM';
}
.elementor-widget-tabs .elementor-tab-title::after,
.elementor-widget-tabs .elementor-tab-title::before {
  border: none !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-active {
  border-bottom: 2px solid #FF6A13 !important;
}
/* */
@media (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .app-logo {
    padding: 0 20px;
  }
  .elementor-widget-heading,
  .elementor-widget-text-editor,
  .elementor-button-wrapper,
  .elementor-widget-form,
  .elementor-widget-image-box,
  .elementor-widget-woocommerce-product-price,
  .elementor-widget-woocommerce-product-add-to-cart,
  #show-more-content,
  #show-more,
  #show-less {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  body .elementor-widget-container {
    font-size: 14px;
  }
  body .elementor-widget-container p {
    font-size: 14px;
  }
  body .elementor-widget-container li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .title-1 .elementor-heading-title {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .title-2 {
    font-size: 22px !important;
  }
  .title-2 .elementor-heading-title {
    font-size: 22px !important;
  }
  .only-desktop {
    display: none;
  }
  .app-logo {
    justify-content: center;
  }
  .slick-prev {
    left: 7px;
  }
  .slick-next {
    right: 7px;
  }
  .light-purple-1-linear-gradient-1 h3.elementor-heading-title {
    font-size: 26px !important;
  }
}
@media (max-width: 600px) {
  .table th {
    font-size: 13px;
    padding: 0.75rem 0;
  }
  .table td {
    font-size: 12px;
    padding: 0.75rem 0;
  }
}
/* For 125% */
@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.99;
  }
}
/* Scroll top button */
#wpfront-scroll-top-container img {
  width: 56% !important;
  border-radius: 50%;
  background: #ffffff;
  padding: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
