.tl-text-banner{ min-height: 60px !important; }
.tl-text-banner span, .tl-text-banner a { font-size: 18px !important; }
.assign-collections {
    position: relative;
    z-index: 1030;
}
.assign-collections__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(53,71,95,0.35);
    transition: all 350ms cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    -webkit-tap-highlight-color: transparent;
}
.assign-collections__overlay.open {
    opacity: 1;
    visibility: visible;
}
.assign-collections__container {
    position: fixed;
    top: 0;
    left: -360px;
    height: 100%;
    width: 360px;
    max-width: 90%;
    transition: all 350ms cubic-bezier(.4,0,.2,1);
    z-index: 12;
    background-color: #fff;
    overflow: scroll;
    padding: 1.5rem;
}
.assign-collections__container.open {
    left: 0;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}

.hover\:shadow-md:hover, .shadow {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}


.bg-info
{
    background-color: rgb(146, 206, 255);
    color: white;
}

.bg-primary
{
    background-color: rgb(92, 85, 150);
    color: white;
}

@media (min-width: 768px) {
    [dir="rtl"] .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (min-width: 768px) {
    [dir="rtl"] .perspective-mockups {
        -webkit-transform: rotate(-12deg) translateX(-60%);
        transform: rotate(-12deg) translateX(-60%);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .perspective-mockups {
        -webkit-transform: rotate(-12deg) translateX(-30%);
        transform: rotate(-12deg) translateX(-30%);
    }
}
@media (min-width: 1200px) {
    [dir="rtl"] .perspective-mockups {
        left: 7%;
    }
    [dir="rtl"] .perspective-mockups .phone-small {
        margin: 50px 0 0 50px;
    }
}
@media (min-width: 1678px) {
    [dir="rtl"] .perspective-mockups {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
}
[dir="rtl"] .shape-testimonials blockquote {
    text-align: right;
}
[dir="rtl"] .shape-testimonials blockquote .quote {
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
    [dir="rtl"] .shape-testimonials .shape-wrapper .shape {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    .off-left-background {
        background-position: -60px 20px;
        background-size: contain;
    }
    .off-left-background:hover {
        background-position: -30px 0;
    }
    .send-and-receive .off-left-background {
        background-position: -30px 20px;
    }
    .send-and-receive .off-left-background:hover {
        background-position: -10px 0;
    }
}
.lift-hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.lift-hover:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.shape-testimonials .shapes-container {
    z-index: 1;
}
.shape-testimonials .shape {
    position: absolute;
}
.shape-testimonials .shape-triangle {
    left: 0;
    top: 0;
    -webkit-transform: translate(25%, 200%) rotate(90deg);
    transform: translate(25%, 200%) rotate(90deg);
}
.shape-testimonials .shape-triangle div {
    background-color: #53f;
    background: linear-gradient(45deg, #53f, #53f);
    position: relative;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
}
.shape-testimonials .shape-triangle div:after,
.shape-testimonials .shape-triangle div:before {
    background-color: inherit;
    background: inherit;
    content: "";
    position: absolute;
}
.shape-testimonials .shape-triangle div,
.shape-testimonials .shape-triangle div:after,
.shape-testimonials .shape-triangle div:before {
    border-top-right-radius: 30%;
    height: 200px;
    width: 200px;
}
.shape-testimonials .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
}
.shape-testimonials .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
@media (min-width: 768px) {
    .shape-testimonials .shape-triangle {
        -webkit-transform: translate(25%, 25%) rotate(90deg);
        transform: translate(25%, 25%) rotate(90deg);
    }
    .shape-testimonials .shape-triangle div {
        background-color: #53f;
        background: linear-gradient(45deg, #53f, #53f);
        position: relative;
        text-align: left;
        -webkit-transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
        transform: rotate(-60deg) skewX(-30deg) scaleY(0.866);
    }
    .shape-testimonials .shape-triangle div:after,
    .shape-testimonials .shape-triangle div:before {
        background-color: inherit;
        background: inherit;
        content: "";
        position: absolute;
    }
    .shape-testimonials .shape-triangle div,
    .shape-testimonials .shape-triangle div:after,
    .shape-testimonials .shape-triangle div:before {
        border-top-right-radius: 30%;
        height: 480px;
        width: 480px;
    }
    .shape-testimonials .shape-triangle div:before {
        -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
        transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translateY(-50%);
    }
    .shape-testimonials .shape-triangle div:after {
        -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    }
}

@media (min-width: 768px) {
    .partners img {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .partners img:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.image-background {
    background-attachment: scroll;
    background-position: 0%;
    background-repeat: no-repeat;
    position: relative;
}
.image-background.cover {
    background-size: cover;
}
.image-background.contain {
    background-size: contain;
}
.image-background.left-bottom {
    background-position: 0 bottom;
}
.image-background.center-top {
    background-position: top;
}
.image-background.center-bottom {
    background-position: bottom;
}
.image-background.p100-top {
    background-position: 100% top;
}
.image-background.p100-bottom {
    background-position: 100% bottom;
}

.zoom-background .image-background {
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.zoom-background .overlay:after {
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}
.zoom-background:hover.overlay:after {
    opacity: 0;
}
.zoom-background:hover .image-background {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

.zoom-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}
.zoom-image img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.zoom-image.overlay:after {
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}
.zoom-image:hover.overlay:after {
    opacity: 0;
}
.zoom-image:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.row.gap-y {
    margin-bottom: -0.75rem;
    margin-top: -0.75rem;
}
.row.gap-y > .col,
.row.gap-y > [class*="col-"] {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.centered-screen {
    position: relative;
}
.centered-screen .screen-highlight {
    bottom: 45px;
}
.centered-screen .message {
    bottom: 130px;
    z-index: 1;
}
.off-left-background {
    background-position: 20px 20px;
    background-size: 60px;
}
@media (min-width: 768px) {
    .off-left-background {
        background-position: -60px 20px;
        background-size: contain;
    }
    .off-left-background:hover {
        background-position: -30px 0;
    }
    .send-and-receive .off-left-background {
        background-position: -30px 20px;
    }
    .send-and-receive .off-left-background:hover {
        background-position: -10px 0;
    }
}
.lift-hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.lift-hover:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.anime-background .shape-main {
    bottom: 0;
    position: absolute !important;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 0;
}
.anime-background .shape-main.left {
    background-image: linear-gradient(45deg, #d9e2ef, #f1f4f8 35%, #f9fbfd);
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}
.anime-background .shape-main.right {
    background-image: linear-gradient(-45deg, #d9e2ef, #f1f4f8 35%, #f9fbfd);
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}
@media (min-width: 768px) {
    .anime-background .shape-main {
        width: 90%;
    }
    .anime-background [class^="container"] {
        padding-bottom: 9rem;
        padding-top: 9rem;
    }
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 60%;
}

.banner-toc
{
    margin-top: 0px;
    /* max-height: 400px; */
}

.tl-promo-banner {
    padding-bottom: 0;
    position: relative;
    min-height: 350px;
}

#cats-nav.sticky {
    position: sticky;
    top: 80px;
    z-index: 99999;
    min-width: 100%;
}

.header-navbar__list .cats_sticky
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

@media only screen and (max-device-width: 300px) {
    #cats-nav.sticky {
        position: sticky;
        top: 60px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (min-width:400px) and (max-width:700px) {
    #cats-nav.sticky {
        position: sticky;
        top: 60px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-device-width: 500px) {
    #cats-nav.sticky {
        position: sticky;
        top: 60px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-device-width: 600px) {
    #cats-nav.sticky {
        position: sticky;
        top: 60px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-device-width: 643.2px) {
    #cats-nav.sticky {
        position: sticky;
        top: 60px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-device-width: 700px) {
    #cats-nav.sticky {
        position: sticky;
        top: 52px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .cats_sticky
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media only screen and (min-height: 926px)
{
    #cats-nav.sticky {
        position: sticky;
        top: 52px;
        z-index: 99999;
        min-width: 100%;
    }

    .header-navbar__container
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .header-navbar__list
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .cats_sticky
    {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

.drawer
{
    z-index: 999999999999 !important;
}


  .card_tocaan {
    width: 100%;
    height: 36rem;
    /* border-radius: 10px; */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #fff;
    /* box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2); */

    .img_tocaan {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* opacity: 0.9; */
      transition: opacity .2s ease-out;
    }

    .h2_tocaan {
      position: absolute;
      inset: auto auto 30px 30px;
      margin: 0;
      transition: inset .3s .3s ease-out;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      color: #fff;
    }

    .p_tocaan, .a_tocaan {
      position: absolute;
      opacity: 0;
      max-width: 80%;
      transition: opacity .3s ease-out;
    }

    .p_tocaan {
      inset: auto auto 80px 30px;
    }

    .a_tocaan {
      inset: auto auto 40px 30px;
      color: inherit;
      text-decoration: none;
    }

    &:hover .h2_tocaan {
      inset: auto auto 220px 30px;
      transition: inset .3s ease-out;
    }

    &:hover .p_tocaan, &:hover .a_tocaan {
      opacity: 1;
      transition: opacity .5s .1s ease-in;
    }

    &:hover .img_tocaan {
      transition: opacity .3s ease-in;
      opacity: 1;
    }

    .button {
        background-color: #fff;
        border-radius: 8px;
        border-width: 0;
        color: #303030;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        list-style: none;
        margin: 0;
        padding: 10px 12px;
        text-align: center;
        transition: all 200ms;
        vertical-align: baseline;
        white-space: nowrap;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
  }

  .column_tocaan {
    float: left;
    width: 33.33%;
    padding: 5px;
  }

  /* Clearfix (clear floats) */
  .row_tocaan::after {
    content: "";
    clear: both;
    display: table;
  }

  .material-symbols-outlined {
    vertical-align: middle;
  }

  .tl-button__slot .fa, .fa-solid, .fas
  {
    margin-top: 3%;
  }

.home-view__trending__box {
    background-color: #fff;
    border-color: #fff;
}

.home-view__trending__banner {
    background-color: #fff;
    border-color: #fff;
}

.maillist_container {
	width: 300px;
	margin: auto;
}

.subscribe_bar {
	width: 300px;
	height: 50px;
	background: white;
	border-radius: 10px;
	top: 50%;
	position: relative;
  z-index: 1;
	overflow: hidden;
}

.subscribe {
	background: transparent;
	position: absolute;
	height: 100%;
	line-height: 50px;
	vertical-align: middle;
	z-index: 10;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	   -moz-transition: transform 0.2s ease-in-out 0s;
	     -o-transition: transform 0.2s ease-in-out 0s;
	        transition: transform 0.2s ease-in-out 0s;
}

.subscribe input{
    border: 0 !important;
    max-width: 94%;
    min-height: 100%;
}

.subscribe input:focus{
    border: 0 !important;
    outline: none;
}

.subscribe_active {
	-webkit-transform: translateX(300px);
	   -moz-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	     -o-transform: translateX(300px);
	        transform: translateX(300px);
}

.subscribe_button:hover{
	background-color: #222A33;
	cursor:pointer;
}

.subscribe_button {
	background: #171D23;
	position: absolute;
	top: -50px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 150px;
	width: 100px;
	text-align: center;
	line-height: 150px;
	vertical-align: middle;
	color: white;
	-webkit-transition: transform 0.5s ease 0s;
	   -moz-transition: transform 0.5s ease 0s;
	     -o-transition: transform 0.5s ease 0s;
	        transition: transform 0.5s ease 0s;
}

.subscribe_button_active{
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
}

.subscribing{
	background: #CDD4DC;
	height: 100%;
	width: 300px;
	z-index: 5;
	position: absolute;
	left:-300px;
	display: inline-block;
	-webkit-transition: transform 1s ease 0s ;
	   -moz-transition: transform 1s ease 0s ;
	     -o-transition: transform 1s ease 0s ;
	        transition: transform 1s ease 0s ;
}

.subscribing_active {
	-webkit-transform: translateX(300px);
	   -moz-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	     -o-transform: translateX(300px);
	        transform: translateX(300px);
}

.subscribe_thanks{
	background: transparent;
	height: 100%;
	z-index: 5;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 10px;
	position: absolute;
	top:0px;
	display: inline-block;
	-webkit-transition: transform 0.5s ease 0s ;
	   -moz-transition: transform 0.5s ease 0s ;
	     -o-transition: transform 0.5s ease 0s ;
	        transition: transform 0.5s ease 0s ;
}

.subscribe_thanks_active {
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.subscribe_success{
    color:rgb(73, 150, 9);
}

.subscribe_failure{
    color:rgb(184, 14, 14);
}

.iconDetails {
    /* Center vertically and horizontally */
    position: absolute;
    top: 50%;
    right: 60%;
  }

  .PLPBanner {
    grid-column: span 2;
    margin-bottom: 40px;
}

.PLPBanner {
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
}

main.PLPDesktop-listing {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 30px;
    margin-bottom: 70px;
}

.LazyImage {
    background-color: #fff;
}

.LazyImage > div {
    position: relative;
}

.LazyImage > div > p,
.LazyImage > div > img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.PLPBanner-headline {
    text-transform: uppercase;
}

.PLPBanner-headline {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.PLPBanner p {
    color: #2d2d2d;
    font-size: 13px;
    line-height: 24px;
    padding: 0 70px;
    text-align: center;
    white-space: pre-wrap;
}

.PLPBanner nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .PLPBanner {
        border: none;
        display: block;
        margin: 0 15px;
        padding-bottom: 20px;
        box-shadow: 0 2px 10px #0000000d;
    }

    .PLPBanner-imageContainer {
        margin-bottom: 25px;
    }

    .PLPBanner-headline {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .PLPBanner p {
        margin: 0;
        padding: 0 15px;
    }

    .PLPBanner nav {
        display: none;
    }
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    &:before {
      content: '';
      // use the linear-gradient for the fading effect
      // use a solid background color for a solid bar
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;

      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa;
    }
  }

  .special-offer_summary li:after {
    background-color: #342D68;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 50%;
    content: "\21D2";
    display: block;
    font-family: sallaicons;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    left: 48%;
    transform: translateY(-50%);
    width: 40px;
}


.category-img
{
    min-height: 55px;;
}

.HomePage {
    padding: 20px 0;
}

.card-cats {
    text-align: center;
    position: relative;
}

.card-cats img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .col-4 {
        padding-left: 2px;
        padding-right: 2px
    }

    .card-cats {
        height: 270px;
    }
}

tl-details-box>li>span {
    --tw-text-opacity: 1;
    color: rgba(75,85,99,var(--tw-text-opacity));
    text-align: end;
    white-space: normal !important;
} 