@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&family=Manrope:wght@300;400;500;600;700;800&display=swap);
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body,
p {
    font-size: var(--font-regular);
    line-height: 27px;
    color: var(--typo-color-secondary);
    font-family: var(--manrope-font);
    font-weight: 500;
}
.btn-large,
a,
body,
p {
    font-family: var(--manrope-font);
}
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}
.welcome,
.welcome-user {
    line-height: 16px;
}
.header-main .nav-link,
body,
p {
    font-weight: 500;
}
.heading-title p,
.home-banner-content p {
    font-size: var(--font-large);
    line-height: 29px;
}
.btn,
.contact-details li a .icon img,
.get-in-touch-details .icon svg,
.header-main .nav-link.active:before,
.swiper-icon-next,
.swiper-icon-prev,
.swiper-nav-inner > *,
.wishlisted,
a,
svg path {
    transition: 0.4s ease-in-out;
}
.price-range-slider .range-value:first-child input,
.welcome-user {
    text-align: left;
}

.favorite-wish,
.slider-context span.hidden {
    word-break: break-all;
}
.map-block,
.map-block iframe {
    min-height: calc(100vh - 80px);
}
.content-more.collapsed,
.show-more-height {
    -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 90%);
}
:root {
    --barlow-font: "Barlow", sans-serif;
    --manrope-font: "Manrope", sans-serif;
    --font-90: 90px;
    --font-80: 80px;
    --font-75: 75px;
    --font-60: 60px;
    --font-55: 55px;
    --font-40: 40px;
    --font-30: 30px;
    --font-25: 25px;
    --font-22: 22px;
    --font-20: 20px;
    --font-large: 18px;
    --font-regular: 16px;
    --font-small: 14px;
    --font-xs: 12px;
    --typo-color-primary: #102846;
    --typo-color-secondary: #0A2540;
    --color-primary: #8C0080;
    --color-strock: #d4deeb;
    --color-white: #ffffff;
    --light-blue:#464b70;
    --bg-white: #ffffff;
    --bg-light: #f5f6f9;
    --bg-alice: #f4f5f8;
    --bg-primary-dark: #17191A;
    --bg-light-blue: #edf4fd;
    --arrow-bg: #e1e9f4;
    --gray-secondary: #e8e9eb;
    --gray-color:gray;
    --green-color:#00a584;
    --regular-orange:#ffb100;
    --regular-green:#00a584;
    --regular-blue:#1e72cf;
    --bg-light-opacity: rgb(245 246 249 / 60%);
    --dim-shade-background: rgba(18, 19, 57, 0.65);
    --shadow: 8px 6px 15px rgba(0, 97, 222, 0.25);
}
.iphone .imgslide-box img {
    min-height: 287px;
    max-height: 287px;
    height: 287px;
    overflow: hidden;
    object-fit: cover;
}
.swiper-container {
    margin: 0 auto;
    overflow: hidden;
}
.slider-pro-block::selection {
    color: var(--typo-color-primary);
    background: var(--bg-white);
}
.btn-outline:hover,
.btn-primary,
.btn-white:hover {
    color: var(--color-white) !important;
}
body {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}
a {
    text-decoration: none !important;
}
.header-main .nav-link.active,
.header-main .nav-link:hover,
a:hover {
    color: var(--color-primary) !important;
}
section:not(:first-of-type) {
    position: relative;
    padding: 100px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--barlow-font);
}
h1 {
    font-size: var(--font-55);
    line-height: 65px;
}
h2 {
    font-size: var(--font-40);
    line-height: 50px;
}
h3 {
    font-size: var(--font-30);
    line-height: 40px;
}
h4 {
    font-size: var(--font-25);
    line-height: 35px;
}
h5 {
    font-size: var(--font-20);
    line-height: 30px;
}
input {
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
select {
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.container {
    max-width: 1314px;
    margin: 0 auto;
}
.error-page,
.py-100,
.verify-mail {
    padding: 100px 0;
}
.btn-primary {
    border: 2px solid var(--color-primary) !important;
    background: var(--color-primary);
    box-shadow: 8px 6px 15px rgb(99 40 133 / 18%);
}
.btn-white {
    border: 2px solid var(--color-white) !important;
    background: var(--color-white);
    color: var(--typo-color-primary);
}
.broke-track-btn:hover,
.btn-primary:active,
.btn-primary:hover {
    background: var(--bg-primary-dark) !important;
    border-color: var(--bg-primary-dark) !important;
    color: var(--color-white) !important;
}

.btn-secondary{
    background-color: var(--gray-secondary);
    border-color: var(--gray-secondary);
    color: var(--typo-color-secondary);
}

.btn-large {
    padding: 17.5px 55px;
    font-size: var(--font-large);
}

.btn-outline,
.btn-regular,
.btn-small,
.count-number,
.header-main .nav-link,
.user-name-title {
    font-family: var(--barlow-font);
}
.btn-regular {
    font-size: var(--font-large);
    padding: 12px 30px;
}
.btn-small {
    font-size: var(--font-regular);
    padding: 11px 30px;
}
.btn-xs {
    font-size: var(--font-small) !important;
    font-weight: 600 !important;
    padding: 10px 31px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 5px;
}
.btn-outline,
.form-control {
    border: 1px solid var(--color-strock);
    color: var(--typo-color-primary);
}
.btn-outline {
    padding: 9.5px 27px;
    font-size: var(--font-regular);
}
.btn-outline:hover svg path {
    stroke: var(--color-strock);
}
.btn-outline:hover {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
}
.btn-outline svg {
    min-width: 18px;
    margin-right: 5px;
}
.btn-regular svg,
.track-home svg {
    margin-left: 8px;
}
.btn-large svg,
.btn-small svg,
.btn-xs svg {
    margin-right: 11px;
}

.form-control {
    width: 100%;
    outline: 0 !important;
    height: 50px;
    border-radius: 5px;
    padding: 15px 15px;
    font-size: var(--font-small);
    box-shadow: none !important;
}

.form-block .form-control {
    width: 100%;
    outline: 0 !important;
    height: 60px;
    border-radius: 5px;
    padding: 15px 15px 17px 44px;
    font-size: var(--font-small);
    box-shadow: none !important;
}

.form-control:focus{
    border-color: var(--color-primary);
}

.count-number,
.welcome {
    font-size: var(--font-xs);
}
.accordion,
.contact-support-grid {
    box-shadow: 4px 3px 18px rgba(1, 12, 107, 0.04);
    overflow: hidden;
}
.form-control::placeholder {
    color: var(--light-blue);
    text-transform: capitalize;
}
.heading-title h2 {
    color: var(--typo-color-primary);
    margin-bottom: 25px;
}
.heading-title p,
.welcome {
    color: var(--typo-color-secondary);
}
.heading-title p {
    margin-bottom: 0;
}
.location-area,
.mt-50 {
    margin-top: 50px;
}
.mt-60,
.pagination-block {
    margin-top: 60px;
}
.contact-support-grid-item p,
.fav-property-list-item:not(:last-child),
.mb-30,
.media-text-inner li:not(:last-child),
.password-items:not(:last-child),
.save-search .form-field-item:not(:last-child) {
    margin-bottom: 30px;
}
.form-title,
.mb-40,
.save-data .rating-slider .price-calculator-link {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.bg-light-with-opacity {
    background: var(--bg-light-opacity);
}
.swiper-slide {
    height: auto !important;
}
.page-view.grid-view .block-right-grid,
.swiper-slide img {
    width: 100%;
}

.account-now, .back-to-login, .back-to-page, .best-features .content p, .check-text, .copyright-content, .link-pass, .radio-item-title {
    font-size: var(--font-small);
}

/* end  */
.data-blur, .filtersearch, .form-fields, .forminput-box, .grid-source .content, .media-media img, .password-items .form-group, .property-image, .range-input, .slider-block-content, .sort {
    position: relative;
}

.login-wrapper {
    width: 100%;
    height: 100vh;
    background-image: url(../images/login-bg.jpg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 80%;
}

.login-wrapper .container {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

.login-wrapper .inner-box {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

.login-wrapper .form-main{
    max-width: 460px;
    margin: auto;
}

.login-wrapper .form_wrapper {
    width: 100%;
    background-color: var(--bg-white);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    padding: 60px 30px 35px;
    border-radius: 8px;
}

.login-wrapper .form_wrapper .f-title h3 {
    max-width: 300px;
    margin: 0 auto 8px;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--color-primary);
}

.login-wrapper .title-form {
    margin-top: 2rem;
}

.login-wrapper .title-form h4 {
    margin: 0;
}

.login-wrapper .title-form p {
    font-size: var(--font-small);
}

.form-block label {
    font-family: var(--barlow-font);
    font-weight: 600;
    margin-bottom: 5px;
}

.icon-svg {
    position: absolute;
    left: 20px;
    top: 21px;
    margin: auto 0;
    height: 15px;
    display: block;
    line-height: 15px;
}

.eye-close:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background: var(--light-blue);
    transform: rotate(-41deg);
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.form-icon-password {
    position: absolute;
    right: 30px;
    top: 21px;
    height: 18px;
    margin: auto 0;
    line-height: 0;
    cursor: pointer;
}

.password-items input[type="text"], input[type="password"] {
    padding-right: 60px !important;
}

.checkbox-field {
    margin-top: 5px;
    display: flex;
    position: relative;
}

input[type="checkbox"] {
    appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

input[type="checkbox"]:checked:after {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

input[type="checkbox"]:after {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid var(--color-strock);
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    content: "";
    left: 6px;
    right: 0;
    top: 6px;
    bottom: 0;
    border: 2px solid var(--color-white);
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    z-index: 9;
}

.check-text {
    color: var(--typo-color-secondary);
    margin-left: 25px;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}

.form-group-btn {
    margin-top: 40px;
    margin-bottom: 15px;
}

.link-pass {
    display: block;
    margin-left: auto;
    max-width: fit-content;
}

.account-now {
    text-align: center;
    margin-bottom: 0;
}

.account-now a, .back-to-login, .link-pass {
    color: var(--typo-color-secondary);
}

.account-now a, .form-title h3 {
    font-weight: 700;
}

.mb-4 {
    margin-bottom: 1rem!important;
}

/* end login  */

/* header  */

header .navbar{
    padding: 0;
}

header .navbar-brand img {
    max-width: 140px;
}

.bg-body-dark{
    background-color: var(--bg-primary-dark);
}

header .navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show{
    color: var(--color-white);
}

header .nav-item{
padding-right: 5px;
}
/* 
header .nav-item:nth-child(4n){
    display: none;
}

header .nav-item:nth-child(5n){
    display: none;
} */

header .nav-link{
    font-size:var(--font-small);
    color: var(--color-white);
    padding: 1rem 1rem !important;
}

header .nav-link svg{
    width: 24px;
    height: 24px;
    margin-right: .5rem;
}

header .nav-link.active{
    background-color: var(--color-primary);
}

header .nav-link:focus, header .nav-link:hover{
    color: var(--color-white) !important;
    background-color: var(--color-primary);
}

header .navbar-brand{
    font-size: 24px;
    font-weight: 600;
    color: var(--color-white);
    margin-right: 40px;
    padding: 0.5rem 0.5rem;
}

.user-profile-wrap{
    display: none;
}

.user-profile-wrap .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--bg-white);
}

.user-profile-wrap .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* .user-profile .icon:hover{
    background-color: var(--color-primary);
} */

/* .user-profile .icon:hover svg path{
    stroke: var(--color-white);
} */

/* .navbar-collapse.collapse.show {
    position: absolute;
    width: 100%;
    top: 43px;
    left: 0;
    background-color: black;
} */

button.navbar-toggler{
    border: none;
    padding: 0;
  }
  
  .hamburger .line{
    width: 30px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }
  
  /* ONE */
  
  button.active #hamburger .line:nth-child(2){
    opacity: 0;
  }
  
  button.active #hamburger .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  
  button.active #hamburger .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

button.active #hamburger .line:first-child {
    transform: translateY(7px) rotate(45deg);
}

button.active #hamburger .line:nth-child(2) {
    opacity: 0;
}

button.active #hamburger .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

.py-50{
    padding: 50px 0;
}

.py-100{
    padding: 100px 0;
}

.profile-details {
    background-color: var(--bg-white);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.author-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 30px;
}

.author-details .author-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-details .author-box .author-cion {
    width: 50px;
    height: 50px;
    background-color: var(--gray-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.author-details .author-box .author-cion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-details .author-box .author-cion svg {
    width: 30px;
    height: 31px;
}

.profile-dropdown {
    width: 30px;
    height: 30px;
    background-color: var(--gray-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.profile-dropdown svg {
    width: 18px;
    fill: var(--bg-primary-dark);
}

.profile-dropdown svg path{
    fill: var(--bg-primary-dark);
}

.user-details .u-box {
    margin-bottom: 15px;
}

.user-details .u-box .title {
    opacity: .9;
    font-size: var(--font-small);
    line-height: normal;
    margin: 0;
}

.author-details .author-box .author-name {
    font-size: var(--font-large);
    font-weight: 700;
    text-transform: uppercase;
}

.profile-drop-box .dropdown-menu{
    background-color: var(--bg-white);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    padding: 14px 4px;
    margin-top: 5px !important;
    border-radius: 8px;
    border-color: var(--color-white);
}

.profile-drop-box .dropdown-menu .dropdown-item{
    font-size: var(--font-small);
    font-weight: 700;
}

.profile-drop-box .dropdown-menu .dropdown-item:hover{
    color: var(--color-primary);
}

/* product listing  */

.product-listing .product-item {
    background-color: var(--bg-white);
    box-shadow: rgb(0 0 0 / 8%) 0px 12px 40px;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.product-listing .product-item .inner-data{
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-listing .product-item .product-content {
    width: calc(100% - 90px);
}

.product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--bg-primary-dark);
    border-radius: 8px;
}


.product-content h4 {
    font-size: var(--font-20);
    line-height: 27px;
    text-transform: uppercase;
    margin: 0;
}

.product-content p {
    font-size: var(--font-small);
    line-height: 25px;
    margin: 0;
    color: var(--typo-color-secondary);
}
/* end  */

/* empty box  */

.empty-box {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
}

.empty-box .empty-icon svg {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.empty-content p {
    font-size: var(--font-small);
    line-height: 25px;
    margin-bottom: 3px;
}

.empty-content {
    max-width: 350px;
    margin: 0 auto;
}

.empty-content a{
    font-size: var(--font-small);
    line-height: 25px;
    display: block;
    margin-top: 1.5rem;
}

/* Modal  */

/* .modal-wrap .modal-header{
    border-bottom: none;
    padding-bottom: 0;
} */

.modal-wrap .author-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.modal-wrap .author-box .author-cion {
    width: 100px;
    height: 100px;
    background-color: var(--gray-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.modal-wrap .author-box .author-cion img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.modal-wrap .author-box .author-cion svg {
    width: 30px;
    height: 31px;
}

.upload-img {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: var(--color-white);
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 14px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.upload-img svg {
    width: 20px !important;
    height: 18px !important;
}

.profile-form .grid-box{
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-form .grid-box .form-fields-item {
    width: 100%;
}

.profile-form .form-fields-item {
    margin-bottom: .8rem;
}

.alert-message {
    background-color: #f5f6f8;
    padding: 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.message-text {
    font-size: 12px;
    line-height: normal;
}

.profile-form .form-fields-item label {
    font-size: var(--font-regular);
    font-weight: 700;
    margin-bottom: 5px;
}

.grid-btn{
    display: flex;
    gap: 15px;
    margin-top: 2.5rem;
}

.modal-header .btn-close:focus{
    box-shadow: none;
}

.reset-password-modal p{
    font-size: var(--font-regular);
    line-height: 25px;
    display: block;
}

.modal-body{
    padding-top: 25px;
}
/* end  */

/* product-own-listing */

.product-own-listing .product-own-item {
    background-color: var(--bg-white);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.product-own-listing .product-own-item .product-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-own-listing .product-own-item .product-name .icon {
    max-width: 65px;
}

.product-own-listing .product-own-item .product-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-detail-listing {
    margin-top: 1.5rem;
}

.item-detail-listing .inner-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem;
}

.item-detail-listing .inner-item .type-t {
    width: 195px;
    font-size: var(--font-small);
}

.item-detail-listing .inner-item  .type-h {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: var(--font-small);
    font-weight: 700;
    line-height: 27px;
}

.copy-hit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ededed;
    border-radius: 7px;
    padding: 4px;
    cursor: pointer;
}

.copy-hit-icon svg{
    width: 15px;
}

.product-own-item.trans-stock {
    border-top: 8px solid var(--regular-orange);
}

.product-own-item.trans-folio {
    border-top: 8px solid var(--green-color);
}

.product-own-item.stock-chart {
    border-top: 8px solid var(--regular-blue);
}

.product-own-listing .product-own-item .product-name h4{
    margin: 0;
}

.support-box {
    margin-top: 1rem;
}

.support-box ul {
    display: flex;
}

.support-box ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #c9c9c9;
    line-height: 16px;
}

.support-box ul li:last-child{
    border: none;
}

.support-box ul li a {
    font-size: 13px;
}

.subscriptions-box {
    background-color: #e9e9e9;
    border-radius: 10px;
}

.refresh-btn {
    padding: 10px 20px;
    background-color: #d5d5d5;
    text-align: right;
    border-radius: 10px 10px 0 0;
}

.refresh-btn svg{
    width: 20px;
}

.subscriptions-wrapper{
    padding: 20px;
}

.subscriptions-item{
    background-color: var(--bg-white);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.subscriptions-item .icon-box {
    max-width: 100px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgb(161 161 161 / 12%);
}

.subscriptions-trans-stock .icon-box{
    border: 1px solid var(--regular-orange);
    border-top: 4px solid var(--regular-orange);
}

.subscriptions-data .icon-box{
    border: 1px solid var(--bg-primary-dark);
    border-top: 4px solid var(--bg-primary-dark);
}

.subscriptions-trans-folio .icon-box{
    border: 1px solid var(--regular-green);
    border-top: 4px solid var(--regular-green);
}

.subscriptions-stock-chart .icon-box{
    border: 1px solid var(--regular-blue);
    border-top: 4px solid var(--regular-blue);
}

.subscriptions-item  .content {
    display: flex;
    gap: 10px;
}

.subscriptions-item .content .title-box h5 {
    line-height: normal;
}

.upcoming-charges span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: var(--gray-color);
}

.subscriptions-item .content .inner-box {
    display: flex;
}

.subscriptions-item .content .inner-box .price-box {
    text-align: right;
    font-size: 14px;
    min-width: 140px;
}

.subscriptions-item .content .upcoming-charges {
    display: block;
    min-width: 220px;
}

.subscriptions-item .content .title-box a {
    display: block;
    padding: 5px 10px;
    border-radius: 45px;
    border: 1px solid var(--gray-color);
    font-size: 14px;
    color: var(--gray-color);
    margin-top: 1rem;
    width: fit-content;
}

.subscriptions-item .content .title-box a:hover{
    background-color: var(--bg-primary-dark);
    color: var(--color-white) !important;
    border-color: var(--bg-primary-dark);
}

.subscriptions-item .content .inner-box .price-box .amount {
    font-size: var(--font-large);
    font-weight: 900;
}

.subscriptions-item .content .upcoming-charges a{
    font-size: 13px;
}

.subscriptions-item  .content {
    display: flex;
    gap: 16px;
}

.subscriptions-item .content .inner-box .price-box .tax {
    color: var(--gray-color);
}

.subscriptions-item .content .inner-box .type-text .item-detail-listing {
    margin-top: 1rem;
}

.subscriptions-item .content .inner-box .type-text {
    color: var(--gray-color);
}

.subscriptions-item .content .inner-box .type-text b {
    color: var(--typo-color-secondary);
}

/* .inner-box.register-box {
    align-items: flex-start;
    margin-top: 1.5rem;
} */

/* footer  */

footer.footer {
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

footer.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer ul li a{
    font-size: var(--font-xs);
    color: var(--typo-color-secondary);
}


.footer ul li:not(:first-of-type)::before {
    content: '\2022';
    vertical-align: middle;
    width: 4px;
    margin: 0 0px 0 3px;
    border-radius: 50%;
    color:var(--gray-color);
}

.brands-details{
    margin-bottom: 1.5rem;
}

.brands-details img {
    max-width: 150px;
}

.brands-details p{
    font-size:var(--font-small);
}

.dropdown-item.active, .dropdown-item:active{
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

#toast-container >div{
    width: 100% !important;
    max-width: 330px !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
    opacity: 1 !important;
}

.toast-success {
    background-color: var(--green-color) !important;
    border: none;
    border-left: 11px solid var(--green-color);
}

.toast-title {
    font-size: 16px;
    padding-bottom: 2px;
}

.toast-message {
    font-size: 13px;
    line-height: normal;
}

.product-sub-list {
    margin-top: 30px;
}

.product-sub-list ul {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
}

.addon-main-box .product-sub-list ul{
    grid-template-columns: 1fr 1fr;
}

.product-sub-list ul a{
    color: var(--typo-color-secondary);
}

.product-sub-list ul li {
    padding: 15px 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f5f6f8;
}

.product-sub-list ul li a{
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-sub-list ul li .icon {
    max-width: 70px;
    height: 70px;
}

.product-sub-list ul li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-sub-list ul li .content h4 {
    font-size: var(--font-large);
    line-height: normal;
    margin: 0;
}

.product-sub-list ul li .content p {
    font-size: var(--font-small);
    margin: 0;
}

form#change_password .form-icon-password {
    top: 17px;
}

.add-ons-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 15px;
}
.add-ons-listing .add-ons-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.add-ons-listing .add-ons-item .title h5 {
    margin: 0;
    font-size: var(--font-small);
    line-height: normal;
}

.arrow-collapse{
    width: 20px;
    height: 20px;
    transition: all .5s ease-in-out;
}

.not-owned {
    opacity: .6;
    pointer-events:none;
}

section.login-wrapper.register-box {
    height: auto;
}

.logout-btn{
    padding: 8px 15px;
}

.logout-btn:hover{
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    opacity: .9;
}

.logout-btn svg{
    margin-right: 5px;
}

.arrow-collapse[aria-expanded="true"]{
    transform: rotate(180deg);
}

/* toast  */

#toast-container > .toast-error {
    border-color: #bd362f;
    backdrop-filter: brightness(0) invert(1);
}
#toast-container > div {
    opacity: 1 !important;
    background-color: #fff !important;
    border: none;
    border-left: 10px solid transparent;
}
#toast-container .toast::before {
    content: "";
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(7px, -50%);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-size: 15px;
}
#toast-container > .toast-success {
    border-color: var(--color-primary);
    backdrop-filter: brightness(0) invert(1);
}
#toast-container > .toast-info {
    border-color: #2f96b4;
    backdrop-filter: brightness(0) invert(1);
}
#toast-container > .toast-warning {
    border-color: #ffc021;
    backdrop-filter: brightness(0) invert(1);
}
#toast-container .toast-error::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    background-color: #bd362f;
}
#toast-container .toast-success::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    background-color: var(--color-primary);
}
#toast-container .toast-warning::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
    background-color: #ffc021;
}
#toast-container .toast-info::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
    background-color: #2f96b4;
}
#toast-container * {
    color: #152740;
}

/* language */
.lang-wrapper {
    padding: 3px 5px 5px;
    background-color: #fff;
    border-radius: 5px;
}

.lang-wrapper .sl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.sl-nav li svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary);
}

.sl-nav {
    display: inline;
}
.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.sl-nav li {
    cursor: pointer;
}
.sl-nav li ul {
    display: none;
}

.sl-nav li i.fa-angle-down {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 37px;
    right: -5px;
    display: block;
    background: var(--color-white);
    width: 120px;
    padding-top: 0px;
    z-index: 9999;
    border-radius: 5px;
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.2); */
    box-shadow: 15px -2px 40px rgba(4, 12, 30, 0.08);
}
.sl-nav li:hover .triangle {
    position: absolute;
    top: 24px;
    right: -4px;
    z-index: 9999;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}
.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    position: relative;
    z-index: 20;
    width: 18px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 18px;
    background: var(--color-white);
    border-radius: 2px 0px 0px 0px;
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.2); */
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li a {
    color: var(--bg-primary-dark);
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;   
}
.sl-nav li ul li span {
    padding-left: 5px;
    text-transform: capitalize;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: var(--color-primary);
}

.sl-nav li ul li span.active{
    font-weight: 700;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.flag-de {
/* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
    */
    background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 30 30' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='China'%3E%3Ccircle cx='15' cy='15' fill='%23ee1c25' r='15'/%3E%3Cg fill='%23ff0'%3E%3Cpath d='m23.011 17.368-1.473-.024-.479-1.392-.478 1.392-1.473.025 1.177.884-.431 1.407 1.206-.845 1.206.845-.432-1.407z'/%3E%3Cpath d='m17.609 10.727.024-1.473 1.392-.479-1.392-.479-.025-1.473-.884 1.177-1.408-.43.846 1.206-.846 1.206 1.408-.433z'/%3E%3Cpath d='m17.609 23.177.024-1.473 1.392-.479-1.392-.479-.025-1.473-.884 1.177-1.408-.43.846 1.206-.846 1.206 1.408-.433z'/%3E%3Cpath d='m21.653 12.537.646-1.323-1.323.646-1.059-1.024.207 1.457-1.3.691 1.451.255.255 1.451.689-1.301 1.458.206z'/%3E%3Cpath d='m13.511 13.214-3.971-.066-1.291-3.752-1.29 3.753-3.97.067 3.173 2.385-1.162 3.795 3.251-2.279 3.252 2.277-1.164-3.794z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center center;
}
.flag-en {
    background-size: cover;
    background-position: center center;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}

.sl-nav li svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary);
}

.lang-wrapper .sl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.form_wrapper .lang-wrapper .sl-nav {
    justify-content: flex-end;
}

.flag-fr{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66668 13.1035H0.344844C0.154414 13.1035 0 12.9491 0 12.7586V0.344844C0 0.154414 0.154414 0 0.344844 0H6.66668V13.1035Z' fill='%2341479B'/%3E%3Cpath d='M13.3335 0.000244141H6.66675V13.1038H13.3335V0.000244141Z' fill='%23F5F5F5'/%3E%3Cpath d='M19.6551 13.1034H13.3333V0H19.6551C19.8455 0 19.9999 0.154414 19.9999 0.344844V12.7586C19.9999 12.9491 19.8455 13.1034 19.6551 13.1034Z' fill='%23FF4B55'/%3E%3C/svg%3E%0A");
}

.flag-nl{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8444 0H1.15556C0.511111 0 0 0.511111 0 1.15556V5.37778H20V1.15556C20 0.533334 19.4889 0 18.8444 0Z' fill='%23393F42'/%3E%3Cpath d='M20 5.37781H0V10.7556H20V5.37781Z' fill='%23DB2626'/%3E%3Cpath d='M0 14.9778C0 15.6223 0.511111 16.1334 1.15556 16.1334H18.8444C19.4889 16.1334 20 15.6223 20 14.9778V10.7556H0V14.9778Z' fill='%23FFBF3B'/%3E%3C/svg%3E%0A");
}

.flag-du{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20V13.3333H-5.96046e-07V20H20Z' fill='%232B4896'/%3E%3Cpath d='M20 13.3334V6.66671H-5.96046e-07V13.3334H20Z' fill='white'/%3E%3Cpath d='M20 6.66663V-4.15246e-05H-5.96046e-07V6.66663H20Z' fill='%23C0392B'/%3E%3C/svg%3E%0A");
}

.login-wrapper .form_wrapper{
    position: relative;
}

.login-wrapper .form_wrapper .lang-wrapper {
    position: absolute;
    right: 5px;
    top: 15px;
    background-color: var(--color-primary);
}

.login-wrapper .form_wrapper .lang-wrapper .sl-nav li svg {
    fill: var(--color-white);
}

span.generate-password.float-end.mt-3 {
    margin-bottom: 10px;
}

span.rc-anchor-error-msg{
    position: fixed;
    top: 2px;
    left: 14px;
    width: 80%;
}

.grid-btn .btn-regular{
    padding: 12px 10px;
}

.biling-wrap {
    width: 100%;
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
}

.biling-wrap .nav-item .nav-link.active{
    color: var(--color-white)!important;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.biling-wrap .nav-item .nav-link{
    color: var(--bg-primary-dark);
}

.manual-grid .title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.manual-grid .title .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manual-grid .manual-account-info ul li {
    display: flex;
    margin-bottom: 6px;
}

.manual-grid .manual-account-info ul li .lable-text {
    flex: .4;
    opacity: .8;
    font-size: var(--font-small);
}

.manual-grid .manual-account-info ul li .lable-content {
    flex: 2;
    font-size: var(--font-small);
}

.manual-grid  .manual-account-info {
    margin-top: 15px;
}

.edit-btn {
    margin-top: 30px;
}

.edit-btn .btn-secondary {
    padding: 8px 30px;
    font-size: var(--font-regular);
}

.edit-btn .btn-secondary:hover{
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    border-color: var(--color-primary);
}

.online-store-wrap .product-content h6{
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
}

.online-store-wrap  .arrow-collapse{
    height: 25px;
}

.tab-content>.active:focus{
    outline: none;
    border: none;
}

.online-item {
    background-color: var(--bg-white);
    box-shadow: rgb(0 0 0 / 8%) 0px 12px 40px;
    padding: 20px;
    border-radius: 8px;
}

.online-item .manual-account-info {
    margin: 0;
}

.online-item .manual-account-info ul li:last-child{
    margin-bottom: 0;
}

.product-online-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.online-item .manual-account-info ul li .lable-content {
    flex: .9;
    font-size: var(--font-small);
}

.online-store-wrap .product-listing {
    background-color: #f5f5f5ba;
}

.online-store-wrap .product-listing .product-item{
    background-color: #f5f5f5ba;
    box-shadow: none;
    padding: 20px 20px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
}

.online-item .product-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.online-item .product-logo .icon {
    max-width: 55px;
}

.sm-font{
    font-size: var(--font-small);
}

html[lang="fr"] header .navbar-brand,
html[lang="du"] header .navbar-brand,
html[lang="nl"] header .navbar-brand{
    margin-right: 10px;
}
html[lang="fr"] header .nav-link,
html[lang="du"] header .nav-link,
html[lang="nl"] header .nav-link{
    padding: 1rem .5rem !important;
}

/* .online-store-wrap .product-listing .product-item:last-child{
    border-bottom: none;
} */

div#orders-table_length {
    width: fit-content;
    float: left;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    width: fit-content;
    float: right;
    margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_filter label,
div#orders-table_length label{
    font-size: var(--font-small);
}

div#orders-table_length label select:focus{
    box-shadow: none;
    border-color: var(--color-primary);
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    padding: .25rem .5rem;
    font-size: 14px;
    height: auto;
}

.dataTable tr td:nth-child(3n){
    white-space: normal;
}

.dataTable th,
.dataTable td{
    vertical-align: middle;
    font-size: var(--font-small) !important;
    white-space: nowrap;
}

.dataTable td.datatable_action .d-flex{
    justify-content: center;
}

.dataTable th.sorting_disabled.sorting_asc {
    width: 40px !important;
}

div.dataTables_wrapper div.dataTables_info{
    font-size: var(--font-small);
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    width: fit-content;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link{
    font-size: var(--font-small) !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:hover{
    color: var(--color-white) !important;
    background-color: var(--bg-primary-dark);
    border-color: var(--bg-primary-dark);
}

div.dataTables_wrapper div.dataTables_paginate{
    margin: 12px 0 0 !important;
}

div#pills-tabContent {
    padding-top: 15px;
}

div.dataTables_wrapper div.dataTables_processing{
    z-index: 9;
}

/* Page Loader */
.pageloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #8c0080db;
}
.pageloader .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.line-scale > div {
    background-color: #ffffff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
                transform: scaley(1);}
    50% {
        -webkit-transform: scaley(0.4);
                transform: scaley(0.4);}
    100% {
        -webkit-transform: scaley(1);
                transform: scaley(1);} 
}
@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
                transform: scaley(1);}
    50% {
        -webkit-transform: scaley(0.4);
                transform: scaley(0.4);}
    100% {
        -webkit-transform: scaley(1);
                transform: scaley(1);} 
}
/* Page Loader */

.table-check {
    margin: 0;
    display: block;
    width: 100%;
    margin-top: -15px;
    margin-left: 40%;
}

.table-check input[type="checkbox"]:checked:before {
    position: absolute;
    content: "";
    left: 9px;
    right: 0;
    top: 7px;
    bottom: 0;
    border: 2px solid var(--color-white);
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    z-index: 9;
}

.table-check input[type="checkbox"]:after {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid var(--color-strock);
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
}

/* media query  */
@media(max-width:1440px){
    
    html[lang="fr"] header .navbar-brand,
    html[lang="du"] header .navbar-brand,
    html[lang="nl"] header .navbar-brand{
        margin-right: 10px;
    }

    .subscriptions-item .content{
        flex-wrap: wrap;
    }

    html[lang="fr"] .logout-btn,
    html[lang="du"] .logout-btn,
    html[lang="nl"] .logout-btn  {
        padding: 8px 5px;
    }

    html[lang="fr"] header .navbar-brand img,
    html[lang="du"] header .navbar-brand img,
    html[lang="nl"] header .navbar-brand img {
        max-width: 100px;
    }

    html[lang="fr"] header .nav-link,
    html[lang="du"] header .nav-link,
    html[lang="nl"] header .nav-link{
        font-size: 13px;
    }
}

@media(max-width:1200px){
    header .nav-item {
        padding-right: 0;
    }

    .subscriptions-item .content .inner-box .title-box,
    .subscriptions-item .content .inner-box {
        width: 100%;
    }

    .user-details .u-box .title{
        font-size: 13px;
    }

    .user-details .u-box .sub-title {
        font-size: 14px;
    }

    .author-details .author-box .author-name{
        font-size: 16px;
        line-height: normal;
    }
}

@media(max-width:1024px){

    table#orders-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    header .nav-link{
        padding: 1rem 0.7rem !important;
    }
    
    .product-sub-list ul{
        grid-template-columns: 1fr;
    }

    .addon-main-box .product-sub-list ul{
        grid-template-columns: 1fr;
    }

    .subscriptions-item .content .inner-box .type-text .item-detail-listing .add-ons-listing{
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 10px;
        margin-top: 0.5rem;
    }

    .product-online-grid{
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
}

@media(min-width: 1201px){
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media(max-width:1200px){

    html[lang="fr"] header .nav-link, html[lang="du"] header .nav-link, html[lang="nl"] header .nav-link {
        padding: 1rem 1rem !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-lg .navbar-collapse {
        display:block !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-lg .navbar-toggler{
        display: block;
    }

    html[lang="fr"] header .navbar-brand img,
    html[lang="du"] header .navbar-brand img,
    html[lang="nl"] header .navbar-brand img {
        max-width: 110px;
    }

    header .navbar .lang-wrapper{
        margin-right: 0 !important;
        position: absolute;
        right: 104px;
    }

    button.navbar-toggler{
        position: absolute;
        right: 19px;
    }

    button.btn.btn-primary.btn-sm.logout-btn {
        font-size: 0;
        padding: 7px 0px 7px 8px;
        margin-right: 7px;
    }

    .login-wrapper{
        background-size: 100%;
    }

    header .nav-link{
        padding: 1rem 1.3rem !important;
    }

    .subscriptions-item .content .title-box h5{
        font-size: var(--font-large);
    }

    .subscriptions-item{
        flex-wrap: wrap;
    }

    .subscriptions-item .content .inner-box .type-text {
        font-size: 16px;
    }

    header .nav-item{
        padding: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
        outline: none;
        border: none;
    }
    .user-profile {
        position: relative;
        right: 40px;
    }
    header .navbar-brand{
        padding: 0.8rem 0rem;
    }
    div#navbarSupportedContent {
        width: 100%;
        background-color: var(--bg-primary-dark);
        position: absolute;
        top: 57px;
        left: 0;
        z-index: 99;
    }
    .product-own-listing .product-own-item .product-name h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .product-own-listing .product-own-item .product-name .icon {
        max-width: 55px;
    }

    .author-details .author-box .author-cion svg {
        width: 20px;
        height: 21px;
    }

    .author-details .author-box .author-cion {
        width: 40px;
        height: 40px;
    }

    .support-box ul {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

@media(max-width:767px){

    .dash-row {
        flex-direction: column-reverse;
    }

    .btn-regular {
        font-size: var(--font-large);
        padding: 12px 15px;
    }

    .product-own-listing .product-own-item .product-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .item-detail-listing .inner-item .type-t{
        min-width: 110px;
    }

    body {
        padding-top: 55px;
    }

    header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
    }

    .user-profile{
        position: absolute;
        right: 119px;
    }

    .user-profile-wrap {
        position: relative;
        right: 40px;
        display: block;
    }

    header .navbar-brand img {
        max-width: 115px;
    }

    button.btn.btn-primary.btn-sm.logout-btn {
        font-size: 0;
        padding: 4.5px 0px 4.5px 8px;
        margin-right: 7px;
    }

    .logout-btn svg {
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    .hamburger .line {
        margin: 7px auto;
        width: 25px;
    }

    header .navbar .lang-wrapper {
        margin-right: 0 !important;
        position: absolute;
        right: 90px;
    }

    header .navbar .lang-wrapper .sl-nav li {
        cursor: pointer;
        line-height: 18px;
    }

    header .navbar .lang-wrapper .sl-nav li svg {
        width: 18px;
        height: 17px;
    }

    .desktop-profile-details{
        display: none;
    }
    
    .profile-details {
        background-color: var(--bg-white);
        box-shadow: 0 12px 40px rgba(0,0,0,.12);
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 8px;
        position: fixed;
        right: 5px;
        top: 56px;
        width: calc(100% - 10px);
        max-width: 290px;
        z-index: 999;
    }

    .profile-details .triangle{
        position: absolute;
        top: -13px;
        right: 50px;
        z-index: 9999;
        height: 14px;
        overflow: hidden;
        width: 30px;
        background: transparent;
    }

    .profile-details .triangle:after {
        content: "";
        display: block;
        position: relative;
        z-index: 20;
        width: 18px;
        transform: rotate(45deg) translateY(0px) translatex(10px);
        height: 18px;
        background: var(--color-white);
        border-radius: 2px 0px 0px 0px;
    }

    div#navbarSupportedContent{
        top: 56px;
    }

    button.active #hamburger .line:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }
}

@media(max-width:500px){

    .online-item .manual-account-info ul li .lable-content{
        flex: .5;
    }

    .login-wrapper .form-main{
        max-width: 100%;
    }

    .login-wrapper{
        background-size: cover;
    }

    .product-sub-list ul li{
        padding: 15px 15px;
    }

    .profile-form .grid-box{
        flex-direction: column;
        gap: 0;
    }
    .product-own-listing .product-own-item{
        padding: 20px 15px 30px;
    }

    .item-detail-listing .inner-item{
        flex-wrap: wrap;
    }

    .subscriptions-item .content .inner-box {
        display: flex;
        flex-direction: column;
    }

    .subscriptions-item .content .inner-box .price-box{
        text-align: left;
    }

    .login-wrapper .form_wrapper{
        padding: 60px 20px 35px;
    }
}

@media(max-width:370px){

    .logout-btn svg {
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    header .navbar .sl-nav li svg {
        width: 15px;
        height: 15px;
    }

    header .navbar .lang-wrapper .sl-nav li {
        line-height: 18px;
    }

    header .navbar .lang-wrapper{
        right: 90px;
    }

    .user-profile{
        right: 119px;
    }

    header .navbar-brand img {
        max-width: 100px;
    }

    .hamburger .line{
        width: 25px;
    }

    .col-6.col-sm-6.col-md-6.col-lg-6 {
        width: 100%;
    }

    .link-pass{
        margin-left: 0;
    }

    .product-listing .product-item .product-content {
        width: calc(100% - 10px);
    }

    .product-listing .product-item .inner-data {
        align-items: flex-start;
        flex-direction: column;
        position: relative;
    }

    .arrow-collapse {
        position: absolute;
        right: 0;
        top: 0;
    }

    #toast-container >div{
        max-width: 300px !important;
    }

    .copy-hit-icon svg {
        width: 13px;
        height: 11px;
    }

    .product-own-listing .product-own-item .product-name h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .item-detail-listing .inner-item .type-t{
        min-width: 100px;
    }
    .grid-btn{
        flex-direction: column;
    }
}