/** Shopify CDN: Minification failed

Line 39:37 Cannot use type selector "gt" directly after nesting selector "&"
Line 114:2 Unexpected "{"
Line 1782:2 Unexpected "{"
Line 2049:1 Expected "}" to go with "{"

**/
.product-variants {padding-top:20px}
.product-variants .variant-option .soldout-opt~label:after, .product-variants .variant-option .unavailable-opt~label:after {transform: rotate(350deg);height:2px;opacity:1;background:red}

.black-friday .sorter-wrapper .sorting .select-items li.selected {color:black !important}

.black-friday .collection-wrap {
  background: transparent !important;
  color: white;
}
.black-friday .hongo-column-switch a span {
  background: white;
}
.black-friday .sorter-wrapper .select-label,
.black-friday .sorter-wrapper .sort-by {
  color: white !important;
}
.black-friday .sorter-wrapper .sorting .select-items {
  color: black;
}
.black-friday .sorter-wrapper .select-label svg,
.black-friday .filter_wrapper .filter-title.filter-active svg {
  fill: white;
}
@media (min-width: 992px) {
  .black-friday .collapsible-filters .filter_wrapper .filter-title {
    color: white;
  }
}

/* Mobile (default styles) */
.black-friday #CollectionFiltersForm &gt; div &gt; div:nth-child(1) &gt; ul &gt; li:nth-child(1) {
  color: black !important;
}

/* Desktop (Bootstrap lg and above) */
@media (min-width: 992px) {
 .black-friday  #CollectionFiltersForm &gt; div &gt; div:nth-child(1) &gt; ul &gt; li:nth-child(1) {
    color: white !important;
  }
}
.black-friday #CollectionFiltersFormSorting > div > div > a {
  border: none !important;
  color: white !important;
}
/* Default styles for mobile */
.black-friday #CollectionFiltersForm ul li {
  color: black;
}

/* Styles for desktop (Bootstrap lg and above) */
@media (min-width: 992px) {
.black-friday  #CollectionFiltersForm ul li {
    color: white;
  }
}
/* Default styles for mobile */
.black-friday .collection-list a.active, 
.black-friday .collection-list a:hover, 
.black-friday .filter_wrapper .js-filter:not(.size) li .facet-checkbox input[type=checkbox]:checked ~ .filter-label, 
.black-friday .filter_wrapper .js-filter:not(.size) li:hover .filter-label, 
.black-friday .product-sidebar .product-slider-wrap .product-title:hover, 
.black-friday .sorter-wrapper .sorting .select-items li.selected, 
.black-friday .sorter-wrapper .sorting .select-items li:hover,
.black-friday .range-price-filter .price-lable {
    color: black !important;
}

/* Styles for desktop (Bootstrap lg and above) 

  .sorter-wrapper .sorting .select-items li.selected, 
  .sorter-wrapper .sorting .select-items li:hover,

*/
@media (min-width: 992px) {
  .black-friday .collection-list a.active, 
  .black-friday .collection-list a:hover, 
  .black-friday .filter_wrapper .js-filter:not(.size) li .facet-checkbox input[type=checkbox]:checked ~ .filter-label, 
  .black-friday .filter_wrapper .js-filter:not(.size) li:hover .filter-label, 
  .black-friday .product-sidebar .product-slider-wrap .product-title:hover, 

  .black-friday .range-price-filter .price-lable {
      color: white !important;
  }
}
.black-friday .collection-list a.active,
.black-friday .collection-list a:hover,
.black-friday .filter_wrapper .js-filter:not(.size) li .facet-checkbox input[type=checkbox]:checked~.filter-label,
.black-friday .filter_wrapper .js-filter:not(.size) li:hover .filter-label,
.black-friday .product-sidebar .product-slider-wrap .product-title:hover,
.black-friday .sorter-wrapper .sorting .select-items li.selected,
.black-friday .sorter-wrapper .sorting .select-items li:hover {
    color: var(--dark-color) !important;
}
/* Apply styles only on desktop screens (992px and above) 

 .sorter-wrapper .sorting .select-items li.selected, 
  .sorter-wrapper .sorting .select-items li:hover

*/
@media (min-width: 992px) {
 .black-friday .collection-list a.active, 
 .black-friday .collection-list a:hover, 
 .black-friday .filter_wrapper .js-filter:not(.size) li .facet-checkbox input[type=checkbox]:checked ~ .filter-label, 
 .black-friday .filter_wrapper .js-filter:not(.size) li:hover .filter-label, 
 .black-friday .product-sidebar .product-slider-wrap .product-title:hover, 
  {
      color: #ffffff !important;
  }
}
.black-friday .shop-modern .product-image img {
    border-radius: 10px !important;
}

.black-friday .collection-list a.active,
.black-friday .collection-list a:hover,
.black-friday .filter_wrapper .js-filter:not(.size) li .facet-checkbox input[type=checkbox]:checked~.filter-label,
.black-friday .filter_wrapper .js-filter:not(.size) li:hover .filter-label,
.black-friday .product-sidebar .product-slider-wrap .product-title:hover,
.black-friday .sorter-wrapper .sorting .select-items li.selected,
.black-friday .sorter-wrapper .sorting .select-items li:hover {
    color: var(--dark-color) !important;
}

/*  .sorter-wrapper .sorting .select-items li.selected, .sorter-wrapper .sorting .select-items li:hover */
.black-friday .collection-list a.active,
.black-friday .collection-list a:hover,
.black-friday .filter_wrapper .js-filter:not(.size) li .facet-checkbox input[type=checkbox]:checked~.filter-label,
.black-friday .filter_wrapper .js-filter:not(.size) li:hover .filter-label,
.black-friday .product-sidebar .product-slider-wrap .product-title:hover {
    color: #ffffff !important;
}


.badge {margin-bottom: 5px}
.badge-wrap {flex-wrap:wrap;width:250px}

 @keyframes blink {
            0% {
                opacity: 1;
            }
            20% {
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
        }

        .live {
                      animation: blink 4s infinite; 
        }

.blog-contents strong {font-weight:bold}
button.accordion-button:focus{
      box-shadow: none;
      outline: none; 
}

.slider-with-arrow .swiper {
        padding: 30px 15px;
    }

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #00BCD4;

}
.product .product-summary .position-sticky {position:unset !important}

blockquote {
    margin: 0 0 1rem 0px;
    font-style: italic;
    font-weight: bold;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.theme-demos .all-demo  {background:url(/cdn/shop/files/black_bolt_white_flare_side_bar.webp?v=1751464644) !important;}
.theme-demos .all-demo .theme-wrapper>div {opacity:0 !important}
.theme-demos .buy-theme {background: #10123b !important}
.filter_wrapper .filter-list {
    padding-right: 10px;
}
.filter_wrapper .js-filter:not(.size) li .filter-label {
    text-wrap: wrap !important;
}

.product-image-thumb:not(.swiper-initialized) .swiper-slide {width: 118px;margin-right: 15px;}
.imgexpand {
  max-height: 400px;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
  transition: max-height 0.7s linear;
}

.imgexpand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Ensure full image visibility */
}

.imgexpand.expanded {
  max-height: 990px;
  /* Adjust as needed */
}

.link:hover {
  text-decoration: underline;
}
figure {
  margin: 2em 0 2.5rem;
  font-size: 0.9em;
  font-style: italic;
  color: darkgrey;
}

.article-content h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.7em;
  margin: 0 0 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tcfeatured{margin: -15px -15px 0 -15px}

.collapse-content .content-inner {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

/* Only show the gradient when the content is collapsed */
.collapse-content .content-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* Adjust the height of the gradient */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #111128);
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.collapse-checkbox:checked ~ .collapse-content .content-inner {
  max-height: none;
}

.collapse-checkbox:checked ~ .collapse-content .content-inner::after {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.collapse-checkbox:not(:checked) ~ .collapse-content .collapse-label > span:last-child {
  display: none;
}

.collapse-checkbox:checked ~ .collapse-content .collapse-label > span:first-child {
  display: none;
}


.article-page .blog-contents h1,
.article-page .blog-contents h2,
.article-page .blog-contents h3,
.article-page .blog-contents h4,
.article-page .blog-contents h5,
.article-page .blog-contents h6 {
  font-size: 1.7rem;
}
.kl-teaser-VGNdz7 {
  z-index: 9 !important;
}
.omnisend-form-660aef13d35343176c4403c2-teaser {
  z-index: 10 !important;
}



/* -------------------------THEME DEV NEEDS FIXING IN NEXT UPDATE ----------------------------*/
.filter_wrapper li .count {
    flex-shrink: 0;
}
.tooltip-inner {
  word-break: normal;
}
body.disable-fixed #shopify-section-mini-header {
  z-index: 1000;
}
.cart-agreement input[type="checkbox"] {
  width: auto;
}

/* Mobile Menu Brokwn */
@media (max-width: 1199px) {
  .navbar-collapse,
  .navbar-collapse * {
    transition: none !important;
  }

  .navbar-collapse {
    position: absolute;
    display: none;
    transition: none;
  }

  .navbar-collapse-show .navbar-collapse {
    display: block;
  }
}

.newsletter-style-2 .newsletter-wrap .btn {
  padding: 15px 25px;
} /* gsc */

body.menu-hover:before {
  -webkit-animation: none;
  animation: none;
}
/*end*/
/* -------------------------------------- Intercom Widget -------------------------------------- */
#intercomLauncher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  transition: transform 0.3s;
}

#intercomLauncher a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/cdn/shop/files/dice-support.webp?v=1711569896");
  background-size: cover;
}

#intercomLauncher:hover {
  transform: scale(1.1);
}
/*end*/

/* -------------------------------------- TotalCards Colours -------------------------------------- */
.border-teal {
  border-color: #0bbbbb !important;
}
.border-blue {
  border-color: #111228 !important;
}
.gc-border-gradient-1 {
  position: relative;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

.gc-border-gradient-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 300px;
  border: 3px solid transparent;
  background: linear-gradient(90deg, #743ad5 0%, #d53a9d 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.tc-bg-academy {
  background: #171b34;
}
.tc-bg-light {
  background: #f0f0f0;
}
.tc-bg-blue,
.tc-button-blue {
  background-color: #111228 !important;
}
.tc-bg-teal,
.tc-button-teal {
  background-color: #0bbbbb;
}
.tc-bg-gradient,
.tc-button-gradient {
  background: linear-gradient(136deg, #0bbbbb 10%, #e824cd 90%);
}
.tc-bg-gradient-2,
.tc-button-gradient-2 {
  background: linear-gradient(
    136deg,
    rgba(253, 29, 29, 1) 10%,
    rgba(255, 176, 0, 1) 90%
  );
}
.tc-button-blue:hover {
  background-color: #0a0b1a;
}
.tc-button-teal:hover {
  background-color: #009696;
}
.tc-button-gradient-1:hover {
  background: linear-gradient(
    136deg,
    rgba(10, 234, 237, 1) 10%,
    rgba(250, 13, 253, 1) 90%
  );
}
.tc-button-gradient-2:hover {
  background: linear-gradient(
    136deg,
    rgba(253, 29, 29, 1) 10%,
    rgba(255, 176, 0, 1) 90%
  );
}

.tc-bg-grey {
  background-color: #e3e3e3;
}
.tc-bg-grass {
  background: #16b36e;
}
.tc-text-grass {
  color: #16b36e;
}
.tc-bg-lightning {
  background: #ffbb00;
}
.tc-text-lightning {
  color: #ffbb00;
}
.tc-bg-lightning-dark {
  background: #cc9600;
}
.gc-bg-gradient-1,
.leaderboard .nav-link.active {
  background: linear-gradient(45deg, #743ad5 10%, #e824cd 90%);
}

.gc-bg-gradient-2 {
  background: linear-gradient(
    45deg,
    rgba(253, 29, 29, 1) 10%,
    rgba(255, 176, 0, 1) 90%
  );
}

.gc-bg-gradient-3 {
  background: linear-gradient(45deg, #0bbbbb 10%, #e824cd 90%);
}

.gc-bg-gradient-4 {
  background: linear-gradient(45deg, #e91e63 10%, #1565c0 90%);
}

.gc-bg-gradient-5 {
  background: linear-gradient(45deg, #59cb5e 10%, #ffc107 90%);
}

.gc-bg-gradient-6 {
  background: linear-gradient(45deg, #11998e 10%, #38ef7d 90%);
}
.tc-text-academy {
  color: #ba8130;
}
.tc-text-blue {
  color: #111228 !important;
}
.tc-text-teal {
  color: #0bbbbb !important;
}
.tc-text-fire {
  color: #ed1c24;
}
.tc-bg-fire {
  background: #ed1c24;
}
.tc-bg-fighting {
  background: #f26522;
}
.tc-bg-dark {
  background: #181818;
}
.about strong {
  font-weight: bold;
}
.about a,
.tc-link-teal,
.custom-list a {
  font-weight: 600;
  text-decoration: underline;
  color: #0bbbbb;
}
.about a:hover,
.tc-link-teal:hover,
.custom-list a:hover {
  font-weight: 600;
  text-decoration: none;
  color: #009696;
}
.tc-link-blue {
  font-weight: 600;
  text-decoration: underline;
  color: #111228 !important;
}
.tc-link-blue:hover {
  color: #0bbbbb !important;
}
.tc-link-white {
  font-weight: 600;
  text-decoration: underline;
  color: white !important;
}
.tc-link-white:hover {
  color: #0bbbbb !important;
}
.tc-bt {
  border-top: 5px solid #0bbbbb;
}

.tc-text-gradient-3 {
  background: linear-gradient(
    to right,
    rgba(10, 234, 237, 1),
    rgba(250, 13, 253, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gc-text-gradient-1,
.leaderboard-sub .nav-link:not(.active),
.leaderboard .nav-link:not(.active) {
  background: linear-gradient(to right, #743ad5 10%, #e824cd 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gc-text-gradient-2 {
  background: linear-gradient(
    to right,
    rgba(253, 29, 29, 1) 0%,
    rgba(255, 176, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gc-text-gradient-3 {
  background: linear-gradient(to right, #0bbbbb 0%, #e824cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -------------------------------------- Base -------------------------------------- */
html,
body {
  height: 100%;
}
body:before {
  background-color: rgba(23, 23, 23, 0.8);
}
/*.position-sticky {
  position: inherit !important;
} Fixes BS Modal on Product Page*/

/* -------- Elements -------*/

/* Progress Bar */
.progress-container {
  width: 100%;
  background-color: #ddd;
  border-radius: 4px;
  margin: 13px 0 0;
}
.progress-bar {
  height: 10px;
  width: 100%;
  border-radius: 3px;
  background-color: #0bbbbb;
}

/* Expanding Button */
#hide {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 1s ease-in-out;
}

.expanding:hover #hide {
  max-width: 100%;
}

.expanding span {
  max-width: 0;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}
.expanding:hover span {
  max-width: 10rem;
}

.cursor {
  cursor: pointer;
}

.gcmenu a {
  color: grey !important;
}
.gcmenu a:hover {
  color: #e824cd !important;
}
.gcmenu-2 a {
  color: white !important;
}
.gcmenu-2 a:hover {
  background: linear-gradient(to right, #743ad5 10%, #e824cd 90%);
}
.fs-0 {
  font-size: 2.6em;
}
.fs-auto {
  font-size: calc(1em + 0.25vw);
}
.text-justify {
  text-align: justify !important;
}
.gridtitle {
  background: rgb(0 0 0 / 30%);
}
.theme-demos .buy-theme {
  background: #0b94b9;
}
.jdgm-widget * {
  line-height: 1.8 !important;
}
image-srcset img {
  transition: none;
}

.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.scroll-progress {
  background: white;
  padding: 13px 0;
  border-radius: 50px;
}
.footer-bar i {
  font-size: 40px;
}

.chevron-toggle[aria-expanded="false"] .chevron-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.chevron-toggle[aria-expanded="true"] .chevron-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.xchevron {
  border-bottom: 1px solid #0bbbbb;
}

.gc-promo > div {
  background-image: url(/cdn/shop/files/pheonix.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 70px;
}

.ls-05 {
  letter-spacing: 0.5px;
}
.fs-7 {
  font-size: 0.75em;
}

.custom-list {
  list-style: none;
  counter-reset: section;
}

.custom-list > li {
  counter-increment: section;
  padding-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 600;
}

.custom-list > li::before {
  content: counter(section) ". ";
}

.custom-list > li > ol {
  list-style: none;
  counter-reset: subsection;
  font-weight: normal;
  font-size: 1.1rem;
  padding-top: 10px;
  padding-left: 0px;
}

.custom-list > li > ol > li {
  counter-increment: subsection;
  padding-bottom: 10px;
  position: relative;
  padding-left: 45px;
}

.custom-list > li > ol > li:before {
  content: counter(section) "." counter(subsection) " ";
  position: absolute;
  left: 0;
  top: 0;
}

.custom-list > li > ol > li > ol {
  list-style: none;
  counter-reset: item;
  padding: 15px 0 20px 0px;
}

.custom-list > li > ol > li > ol > li {
  position: relative;
  padding-left: 30px;
  counter-increment: item;
  padding-bottom: 10px;
}

.custom-list > li > ol > li > ol > li::before {
  content: counter(item, lower-alpha) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

/*--- Cookie */
.cookie-message {
  left: 40px;
  right: unset;
  bottom: 40px;
}

/* -------------------------------------- Basket -------------------------------------- */
.cart-goal__bar span:not(.goal-badge) {
  background-image: linear-gradient(90deg, #095959 0, #00dad0 70%);
  border-radius: 8px 0 0 8px;
}

/* -------------------------------------- Site Components -------------------------------------- */
.hover-shadow {
  transition: box-shadow 0.2s ease-in-out;
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

/* -------------------------------------- Set Pages -------------------------------------- */
.category-links-box {
  border-radius: 8px;
  transform: translate3d(0, 0, 0);
  transition-property: box-shadow, transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.29, 0.99);
}
.category-links-box img {
  border-radius: 8px;
}
.category-links-box:hover {
  box-shadow: 0 40px 120px -20px rgb(0 0 0 / 60%);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 12px 30px 0 rgb(0 0 0 / 50%);
  transition-property: box-shadow, transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.29, 0.99);
  background: rgb(255 255 255 / 70%);
}

/* -------------------------------------- Header -------------------------------------- */
.header-layout-style-2 .header-top-bar {
  background: white;
}
.header-layout-style-2
  .minisearch-popup
  .search-form-wrapper
  input[type="text"] {
  border-width: 2px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

/* ------------------- Nav ------------------- */
/* Menu Shadow*/
.navbar-collapse body:before {
  background-color: rgb(0 0 0 / 90%);
}
.header-layout-style-2 .search-results-wrapper.active:before {
  opacity: 0.9;
}
.header-layout-style-2 .search-results-wrapper:before {
  background: black;
}

li.nav-item.megamenu-item .tabcontent {
  display: block !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-top: none;
}

.tab a {
  padding: 13px 0;
  margin: 0 !important;
}
.tab a:hover {
  background-color: #ededed;
  transition: none;
}
.tab a.active {
  background-color: #ededed;
  transition: none;
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100 !important;
}
header nav.navbar {
  position: relative !important;
  top: inherit !important;
}

.tab > .active > .naviconright {
  color: #111228;
}
.tab a .naviconright {
  color: #0bbbbb;
}
.lower-related a:hover {
  text-decoration: underline;
}
/* ------------------- Nav Elements ------------------- */
.navdivide {
  border-right: 1px solid #e8e8e8;
}

.navdivide-b {
  border-bottom: 1px solid #e8e8e8;
}
.lidivide-b {
  border-bottom: 1px solid #e8e8e8;
}

/* ------------------- Sale Button ------------------- */
.navbar
  .navbar-nav
  .sub-menu
  a:hover:not(
    .btn,
    .child-link-title,
    .collection-name,
    .product-title,
    .demo-listing .menu-title
  ) {
  color: #0bbbbb;
}

.navbar .navbar-nav .nav-item:nth-last-of-type(2) .nav-link {
  color: red !important;
}

.navbar .navbar-nav .nav-item:nth-last-of-type(2) .nav-link:after,
.navbar .navbar-nav .nav-item:nth-last-of-type(2):hover .nav-link:after {
  background-color: #ff0000;
}

.navbar .navbar-nav .nav-item:nth-last-of-type(1) .nav-link:after,
.navbar .navbar-nav .nav-item:nth-last-of-type(1):hover .nav-link:after {
  background-color: #ca29cf;
}

/* -------------------------------------- Breadcrumbs -------------------------------------- */
#uncomplicated-breadcrumbs {
  max-width: 1550px;
  margin: 0 auto;
  padding: 10px 15px 0;
  font-size: 0.8em;
  color:#aaaaaa;
  line-height:23px
}
a.breadcrumb__branch:hover {text-decoration:underline}
/* -------------------------------------- Page title -------------------------------------- */
.page-title h1 {
  letter-spacing: -1px;
  font-weight: var(--font-weight-500);
}

/* -------------------------------------- Product Page -------------------------------------- */
.product .product-summary .position-sticky {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.sticky-addtocart .product-info {
  max-width: 400px !important;
}
.ruk_rating_snippet .ruk-rating-snippet-count {
  font-size: 15px !important;
}
.ruk-rating-snippet-count {display:inline-block}

.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6 {
  font-size: 1.5em;
}

/* -------------------------------------- Collection Page -------------------------------------- */
/* Product Card*/
.product-box .box-inner {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.box-inner .image-inner {
  background: white;
}
.shop-modern .product-image {
  border-radius: 0;
  box-shadow: none;
}
.shop-modern .product-image img {
  padding: 5px;
}

.product-grid .loox-rating .loox-icon {
  color: #0bbbbb !important;
  margin: 0px 1px 10px;
}
/* .section-template--16583855210596__product-grid .product-image .res-image -- this stoped working after update to 1.7 */
.section-template--23628055118205__product-grid .product-image .res-image {
  aspect-ratio: 188 / 99 !important;
}


.filter_wrapper .js-filter:not(.size) li .filter-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-classic .product-box .box-inner {
  transition: transform 0.2s cubic-bezier(0.2, 0.75, 0.5, 1);
}

.shop-modern .product-footer {
  padding-bottom: 20px;
  padding-top: 15px;
}

.product-summary .loox-rating svg.loox-icon {
  width: 1.1em;
  height: 1.9em;
}
.collectiontitle h1 {
  font-size: 1.2em;
}
/* -------------------------------------- Game Homepages -------------------------------------- */
.expansion:hover {
  border-color: #0bbbbb !important;
}
.homepage-links a:hover {
  color: #ffffff !important;
}

.game-homepage-hero {
  object-fit: cover;
  object-position: center center;
}

/* ------- Youtube Video -------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6 {
  color: white;
  font-size: 1.5em;
}

/* ------- Product Grid -------- */
.custom-gutter-row {
  padding: 0 10px;
}
.game-category .title:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid;
  border-color: var(--dark-gray);
  left: 0;
  bottom: -2px;
  width: 0%;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-category:hover .title:after {
  border-color: var(--dark-gray);
  color: var(--dark-gray);
  width: 100%;
}

.game-category .title {
  color: var(--dark-color);
  font-weight: var(--font-weight-600);
  display: inline-block;
  position: relative;
  margin-top: 15px;
  line-height: normal;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ------- Product Slider -------- */
.game-block .swiper-slide {
  background: white;
  border-radius: 5px;
}

.game-block .product-footer .price-box {
  font-weight: bold;
  color: black;
}

.game-block .image-inner > a {
  margin: 10px;
}

.product-footer {
  padding: 20px 5px 25px;
}
.featured-products-with-banner .product-wrapper {
  padding: 0 !important;
}
/* ------- Recent Blogs -------- */
.recentblogs .section-description a {
  background: #0bbbbb;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
}
.recentblogs .section-description a:hover {
  background: #111228;
}

/*------------------------- Collection Switch ----------------------------*/
.switch1 {
  position: relative;
  display: inline-block;
  width: 185px;
  height: 36px;
}

.switch1 input {
  display: none;
}

.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111228;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 2px solid #0bbbbb;
}

.slider1:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider1 {
  background-color: #0bbbbb;
}

input:focus + .slider1 {
  box-shadow: 0 0 4px #111228;
}

input:checked + .slider1:before {
  transform: translateX(150px);
}

.slider1:after {
  content: "Show Description";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 50%;
  font-size: 14px;
  white-space: nowrap;
}

input:checked + .slider1:after {
  content: "Hide Description";
}

.collection-image {
  object-fit: cover;
  width: 100%;
}

.collectiontitle {
  position: relative;
}

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

.logo-image {
  max-width: 100%;
  height: auto;
}

.collection-content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: white;
}

.collection-image img {
  max-width: 100%;
  height: auto;
}

.dropdown-content {
  display: none;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
}
/* ----------------------------------- BLOG -----------------------------------*/
.blog-contents ul,
.page-page .content-for-layout ul {
  padding: 0 30px 20px;
}

.blog-contents a,
.collection-top a,
.metafield-rich_text_field a {
  text-decoration: underline;
  font-weight: 600;
  color: #0bbbbb;
}
.blog-contents a:hover,
.collection-top a:hover,
.metafield-rich_text_field a:hover {
  text-decoration: none;
}

.blogimg {
  object-fit: cover;
  height: 250px;
}
.posttruncate {
  font-size: 1em;
}

.article-next-prev a span,
.drop-cap {
  color: var(--white-color);
  width: 50px;
}

.article-next-prev {
  margin-bottom: 50px;
}

.article-next-prev a {
  color: var(--dark-color);
  width: 50%;
}

.article-next-prev a > div {
  width: 60%;
  line-height: normal;
}

.article-next-prev a span {
  font-size: var(--font_size_plus4);
  position: relative;
  height: 50px;
}

.article-next-prev a span i {
  position: relative;
  z-index: 1;
}

.article-next-prev a span:after {
  content: "";
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  background: var(--dark-color);
  border-radius: 100%;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 0;
}

.article-next-prev a.next-post:hover span:after,
.article-next-prev a.previous-post:hover span:after {
  background: var(--dark-color);
  transform: scale(1.1);
}

.article-next-prev .previous-post {
  border-right: 1px solid var(--extra-medium-gray);
}

.article-next-prev .next-post span {
  margin-left: 20px;
}

.article-next-prev .previous-post span {
  margin-right: 20px;
}


/* ------------------------------= BLOG IMAGE ICONS ---------------------------------*/
.mtg-2-blue {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_blue_mana.webp?v=1719326471');
  }
.mtg-energy {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/energy_symbol_mtg.webp?v=1719326471');
  }
.mtg-green-blue {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/green_blue_mana.webp?v=1719326471');
  }
.mtg-10 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/10_colorless_mana.webp?v=1719326471');
  }
.mtg-blue {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/blue_mana.webp?v=1719326471');
  }
.mtg-blue-black {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/blue_black_mana.webp?v=1719326471');
  }
.mtg-untapped {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/untapped.webp?v=1719326471');
  }
.mtg-colourless {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/colorless_mana.webp?v=1719326471');
  }
.mtg-2-white {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_white_mana.webp?v=1719326471');
  }
.mtg-red-green {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/red_green_mana.webp?v=1719326471');
  }
.mtg-white-blue {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/white_blue_mana.webp?v=1719326471');
  }
.mtg-white {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/white_mana.webp?v=1719326471');
  }
.mtg-2-black {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_black_mana.webp?v=1719326471');
  }
.mtg-white-black {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/white_black_mana.webp?v=1719326471');
  }
.mtg-2-green {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_green_mana.webp?v=1719326471');
  }
.mtg-black-green {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/black_green_mana.webp?v=1719326471');
  }
.mtg-green-white {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/green_white_mana.webp?v=1719326471');
  }
.mtg-blue-red {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/blue_red_mana.webp?v=1719326471');
  }
.mtg-red {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/red_mana.webp?v=1719326471');
  }
.mtg-2-red {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_red_mana.webp?v=1719326471');
  }
.mtg-2-red {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_red_mana.webp?v=1719326471');
  }
.mtg-green {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/green_mana.webp?v=1719326471');
  }
.mtg-red-white {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/red_white_mana.webp?v=1719326471');
  }
.mtg-black-red {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/black_red_mana.webp?v=1719326471');
  }
.mtg-tapped {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/tapped.webp?v=1719326471');
  }
.mtg-black {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/black_mana.webp?v=1719326471');
  }
.mtg-1 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/1_mana.webp?v=1719326670');
  }
.mtg-2 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/2_mana.webp?v=1719326670');
  }
.mtg-6 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/6_mana.webp?v=1719326670');
  }
.mtg-4 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/4_mana.webp?v=1719326670');
  }
.mtg-7 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/7_mana.webp?v=1719326670');
  }
.mtg-0 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/0_mana.webp?v=1719326670');
  }
.mtg-5 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/5_mana.webp?v=1719326670');
  }
.mtg-3 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/3_mana.webp?v=1719326670');
  }
.mtg-8 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/8_mana.webp?v=1719326670');
  }
.mtg-9 {
  display: inline-block;
  width: 14px; 
  height: 14px;
  vertical-align: middle; 
  background-size: cover;
  background-position: center;
  background-image: url('/cdn/shop/files/9_mana.webp?v=1719326671');
  }



/* ----------------------------------- FOOTER ---------------------------------*/

.footerlinks a {
  color: #9c9b9b;
}

.conect-with-us .title {
  color: white;
}
.social-icon-only.light li a:hover svg {
  fill: #ffffff;
}
/* -------------------------------------  USP -------------------------------------- */
#menu-links > a {
  display: block;
  opacity: 0;
  transition: opacity 600ms;
}

/* ----------------------------------  HOMEPAGE -------------------------------------- */

.feature-brand-style-2 .brand-inner-box img {
  max-height: none !important;
  margin: 10px 0;
}


/* -------------------------------  Affiliate Page ----------------------------------- */
.affiliate-profile-image {
  margin-top: -130px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  width: 220px;
  min-height: 220px;
  min-width: 220px;
  max-height: 220px;
  background: white;
  z-index: 1;
}

/* ---------------------------------- Leaderboard Page ---------------------------------*/
.leaderboard-sub .nav-link.active {
  background: #111228;
  border-radius: 10px 10px 0 0;
}
.champ tr:nth-of-type(1) {
  background: #4caf50;
  color: white;
}
.champ tr:nth-of-type(2) {
  background: rgb(76 175 80 / 50%);
}
.champ tr:nth-of-type(3) {
  background: rgb(76 175 80 / 20%);
}

/* ---------------------------------- Homepage Slider ---------------------------------*/

.carousel-indicators [data-bs-target] {
    border: 2px solid black !important;
     width: 40px;
    height: 10px;
    opacity: 1;
  
}
.carousel-indicators .active {
    background: #0bbbbb
}

.feature-product-tab-style-2 .nav-tabs .nav-link {
    font-size: 15px;
    background-color: #ffffff;
}

 .regular-price .price {
   font-weight: 700;
    color: black;
}
.old-price .price {
   font-weight: 300;
    color: grey;
}
.special-price .price {
   font-weight: 700;
    color: red;
}

/* -------------------------------  BREAKPOINTS  -------------------------------------- */
@media (min-width: 1201px) {
  #menu-links > a {
    opacity: 1;
    display: block;
  }
}

@media (max-width: 431px) {
 .collection-page .ruk-rating-snippet-count {display:none !important}
  }

  
@media (max-width: 1200px) {
  .gct {
    white-space: unset !important;
  }

  #menu-links > a {
    animation: fadeInOut 10s infinite alternate;
    opacity: 0;
    display: none;
  }
  .tabcontent {
    height: inherit !important;
  }

  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .lower-related {
    border-radius: 0 !important;
  }
}

@media (min-width: 0px) {

  {
   img.affiliate-blog-image {
        object-fit:unset !important;
    }
  
  .h0 {
    font-size: 2rem;
  }
  .wishlist-icon {
    display: none;
  }
  header .center-navigation .navbar-right > div,
  header .navbar-right > div {
    padding-left: 20px;
  }
  .collectiontitle h1 {
    font-size: 1em;
  }
}

@media (min-width: 576px) {
  .affiliate-blog-image {
  height: -webkit-fill-available;
}
  
  .gc-promo > div {
    background-size: 80%;
    background-position: 50% -70%;
  }
  .collectiontitle h1 {
    font-size: 1.3em;
  }
  .h0 {
    font-size: 2.2rem;
  }
  .affiliate-blog-image {
    height: 145px;
  }
  .wishlist-icon {
    display: inline-block;
  }
}


/* -------------------------------------- Styles Above MD -------------------------------------- */
@media (min-width: 768px) {

  #uncomplicated-breadcrumbs {
  padding: 10px 25px;
line-height:inherit
}

 .tcfeatured{margin: -20px -20px 0 -20px}
  .h0 {
    font-size: 2.4rem;
  }
  .xchevron {
    border-bottom: none;
  }
  .gc-promo > div {
    background-size: 60%;
    background-position: 90% -20%;
  }

  .custom-list > li > ol {
    padding-left: 20px;
  }
  .custom-list > li > ol > li > ol {
    padding: 15px 0 20px 0px;
  }
  .product .product-summary .position-sticky {
    box-shadow: 0 12px 25px 0 rgb(0 0 0 / 10%), 0 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 20px;
    overflow:hidden
  }
}
/* -------------------------------------- Styles Above LG -------------------------------------- */
@media (min-width: 992px) {
  .gc-promo > div {
    background-size: 40%;
    background-position: 80% -30%;
  }
  .h0 {
    font-size: 2.5rem;
  }
  .custom-list > li > ol {
    padding-left: 40px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    top: 50%;
   transform: translateY(-50%);
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 30px;
  }
.carousel-control-prev{left:20px}
  .carousel-control-next {right:20px}
  
}
/* -------------------------------------- Styles Above XL -------------------------------------- */
@media (min-width: 1200px) {

  .h0 {
    font-size: 2.9rem;
  }
  .posttruncate {
    font-size: 0.7em;
  }
  .border-right,
  .navdivide-b,
  .navdivide {
    border: none;
  }
  .noflex li {
    flex: 50% !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 5px solid #0bbbbb;
  }
  /*.megamenu .submenu.open {
    position: fixed !important;
  }*/

  .back-wrapper {
    padding: 20px 20px 20px 25px;
  }
  .collectiontitle h1 {
    font-size: 1.9em;
  }
  .game-block .product-footer .price-box {
    padding-bottom: 15px;
  }
  .header-layout-style-2 .menu-column {
    padding-left: 0;
    
  }
  /* .navbar-collapse {opacity:1 !important} */
  .megamenu {
    padding: 0px;
  }
}

/* -------------------------------------- Styles Above XL -------------------------------------- */
@media (min-width: 1200px) {
  .tradingcard-container {
    height: 549px;
  }
  .tradingcard-container-other {
    height: 656px;
  }
  .megamenu {
    transition: none;
  }
  /*  .very-small-screen {
    height: 170px;
  }
 .navleftcol {
    width: 270px;
  } */

  .gc-promo > div {
    background-size: 30%;
    background-position: 90% 12%;
  }
  li.nav-item.megamenu-item .tabcontent {
    display: none !important;
  }
  .navbar .navbar-nav .nav-item:nth-last-of-type(10) .dropdown-menu {
    border-top: 5px solid black;
  }
  .navbar .navbar-nav .nav-item:nth-last-of-type(2) .dropdown-menu {
    border-top: 5px solid red;
  }
  .navbar .navbar-nav .nav-item:nth-last-of-type(1) .dropdown-menu {
    border-top: 5px solid #e824cd;
  }
}

/* ------------------------------- Styles Above XL & Below XXL----------------------------------- */
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-layout-style-2 .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 11px !important;
    white-space:nowrap;
    font-size: 16px
  }
  .homepage-links i {
    display: block;
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1490px) {
 .header-layout-style-2 .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 11px !important;
    white-space:nowrap;
    font-size: 15px
  }
}

  
/* -------------------------------------- Styles Above XXL -------------------------------------- */
@media (min-width: 1400px) {
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.285%;
  }
  .affiliate-profile-image {
    margin-top: -150px;
  }

  .header-layout-style-2 .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 14px;
    white-space:nowrap;
  }
  .h0 {
    font-size: 3.2rem;
  }
  .posttruncate {
    font-size: 1em;
  }
}

.iconbox {
  padding: 30px 30px 50px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgb(164 164 164);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.iconbox .icon {
  position: absolute;
  left: -35px;
  top: calc(50% - 45px);
}
.iconbox .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.iconbox .description {
  font-size: 16px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

.iconbox .icon img {
  width: 90px;
}
.res-img-loaded {
  border-radius: 10px;
}