body{
}

strong{
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.dropdown-menu{
  box-shadow: 0 4px 18px 1px rgba(0,0,0,0.19);
  border: 0;
}

.dropdown-item{
  color: #9E9E9E;
}

.mmt-theme-dark .dropdown-item{
  color: #E0E0E0;
}

.btn{
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
}







/* Page Container
-------------------------------------------------*/
.page-container-margin{
  margin-top: 40px;
  margin-bottom: 40px;
}



/* Headings
-------------------------------------------------*/

.section-heading{
  font-family: 'Inter';
  font-size: 1.35rem;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  margin: 0 0 25px 0;
  font-weight: 800;
}

.block-heading{
  font-family: 'Inter';
  font-size: 1.25rem;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  margin: 0 0 8px 0;
  font-weight: 800;
}






/* Sponsored Badge */
.mmt-badge-sponsored-ad{
  margin-right: 7px;
}





/* Archive Header */

.mmt-archive-hero{
  padding: 65px 0 40px 0;
  /* background: #1E5670; */
}

.mmt-archive-hero h2{
  margin: 0;
  font-family: 'Inter';
  font-weight: 900;
  font-size: 45px;
}

.mmt-archive-hero h5 a{
  /* color: #999999; */
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  display: block;
}

@media (max-width: 992px) {
  .mmt-archive-hero{
    padding: 40px 0;
  }
}



/* Collection Archive Related Categories */

.collection-archive-related{
  margin-top: 30px;
  margin-bottom: -40px;
}

.collection-archive-related ul{
  padding-left: 0;
  margin-top: 18px;
}

.collection-archive-related ul li{
  list-style: none;
  display: inline-block;
  margin: 0 8px 25px 0;
}

.collection-archive-related ul li a:link{
  color: #3f393d;
  background: #f5f5f5;
  border: 0;
  padding: 6px 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all 0.2s ease;
  font-size: 14px;
}

.collection-archive-related ul li a:hover{
  color: #3F393D !important;
}

.collection-archive-related ul li a:visited{
  color: #3F393D;
}

.mmt-theme-dark .collection-archive-related ul li a:link{
  color: #F8F9FA !important;
  background: #3F393D;
}

.mmt-theme-dark .collection-archive-related ul li a:hover{
  color: #F8F9FA !important;
  background: #3F393D;
}

.mmt-theme-dark .collection-archive-related ul li a:visited{
  color: #F8F9FA !important;
  background: #3F393D;
}





/* Card */

.card {}

.card {
  box-sizing: border-box;
	border: 0;
  background-clip: padding-box;
}

.card:hover{}

@media (max-width: 767px) {
	.card{}
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
  border-radius: 5px;
}

.card .card-image img {
  border-radius: 5px;
  background-clip: padding-box;
  position: relative;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.card .card-image img:hover {
  opacity: .85;
}

.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.card .card-body {
  padding: 15px 0 0 0;
  background-clip: padding-box;
  box-sizing: border-box;
}
.card .card-body p {
  margin: 0;
  color: inherit;
}
.card .card-body span.card-title {
  line-height: 48px;
}

.card .card-body h1 {
  font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 500;
	color: #3F393D;
}

.card .card-body h1.card-title-single-line {
  font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 500;
	color: #3F393D;
}

.card .card-body h2 {
  font-size: 13px;
	color: #999999;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
}

.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 30px;
}
.card .card-action a {
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:hover {
  text-decoration: none;
}

.card-grid .col-md-4{
  margin-bottom: 55px;
}





/* Nice Select */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #ced4da;
  font-size: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }

  .mmt-theme-dark .nice-select{
    background-color: #3F393D;
    border: 1px solid #616161;
    color: #F8F9FA;
  }

  .nice-select:hover {
    border: 1px solid #999999;
    background: #f5f5f5; }

    .mmt-theme-dark .nice-select:hover {
      border: 1px solid #BDBDBD;
      background: #616161; }
    }

  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }

  .mmt-theme-dark .nice-select:active, .mmt-theme-dark .nice-select.open, .mmt-theme-dark .nice-select:focus {
    border-color: #BDBDBD;
  }

  .nice-select:after {
    border-bottom: 2px solid #3F393D;
    border-right: 2px solid #3F393D;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; }


    .mmt-theme-dark .nice-select:after {
      border-bottom: 2px solid #F8F9FA;
      border-right: 2px solid #F8F9FA;
    }


  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 18px 1px rgba(0,0,0,0.19);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;

    z-index: 9; }

    .mmt-theme-dark .nice-select .list {
      background-color: #3F393D;
    }


    .nice-select .list:hover .option:not(:hover) {
       }

  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

    .nice-select .option:hover{
      background: #e1f0f7;
    }

   .mmt-theme-dark .nice-select .option:hover{
     background: #616161;
   }


    .nice-select .option.focus, .nice-select .option.selected.focus {
      background: #3599C8;
      color: #fff; }

    .mmt-theme-dark .nice-select .option.focus, .mmt-theme-dark .nice-select .option.selected.focus {
      background: #1E5670;
      color: #fff; }

    .nice-select .option.selected {
      font-weight: normal; }

    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }




/* Range Slider */
input[type=range] {
  height: 40px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #ADADAD;
  border-radius: 5px;
  border: 0px solid #000000;
}

.mmt-theme-dark input[type=range]::-webkit-slider-runnable-track{
  background: #CCCCCC;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #3F393D;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  background: #3F393D;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}

.mmt-theme-dark input[type=range]::-webkit-slider-thumb {
  background: #F8F9FA;
  border-color: #F8F9FA;
}


input[type=range]::-webkit-slider-thumb:hover, input[type=range]::-webkit-slider-thumb:active, input[type=range]::-webkit-slider-thumb:focus {
  border: 1px solid #3599C8;
  background: #3599C8;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.09);
  transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
}


input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ADADAD;
}

.mmt-theme-dark input[type=range]:focus::-webkit-slider-runnable-track {
  background: #CCCCCC;
}


input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #ADADAD;
  border-radius: 5px;
  border: 0px solid #000000;
}

.mmt-theme-dark input[type=range]::-moz-range-track{
  background: #ccc;
}


input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #3F393D;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  background: #3F393D;
  cursor: pointer;
  transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
}

.mmt-theme-dark input[type=range]::-moz-range-thumb {
  border: 1px solid #F8F9FA;
  background: #F8F9FA;
}


input[type=range]::-moz-range-thumb:hover, input[type=range]::-moz-range-thumb:focus, input[type=range]::-moz-range-thumb:active {
  border: 1px solid #3599C8;
  background: #3599C8;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.09);
  transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
}


input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ADADAD;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}

.mmt-theme-dark input[type=range]::-ms-fill-lower {
  background: #ccc;
}

input[type=range]::-ms-fill-upper {
  background: #ADADAD;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}

.mmt-theme-dark input[type=range]::-ms-fill-upper {
  background: #ccc;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #3F393D;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  background: #3F393D;
  cursor: pointer;
  transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
}

.mmt-theme-dark input[type=range]::-ms-thumb {
  background: #F8F9FA;
  border-color: #F8F9FA;
}


input[type=range]::-ms-thumb:hover, input[type=range]::-ms-thumb:active, input[type=range]::-ms-thumb:focus{
  border: 1px solid #3599C8;
  background: #3599C8;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.09);
}
input[type=range]:focus::-ms-fill-lower {
  background: #ADADAD;
}

.mmt-theme-dark input[type=range]:focus::-ms-fill-lower {
  background: #ccc;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ADADAD;
}

.mmt-theme-dark input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}





/* Loader */


/* Large loader (used on modals) */
.loader-lg {
    border: 8px solid #ffffff; /* Light grey */
    border-top: 8px solid #3599C8; /* Blue */
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#ajax-loading-lg{
  text-align: center;
  padding: 30px 0;
}

#ajax-loading-lg .loader-lg{
  text-align: center;
  margin: 0 auto 20px auto;
}

#ajax-loading-lg h1{
  font-size: 16px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 3px 0;
  padding: 0;
}

#ajax-loading-lg h2{
  font-size: 13px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}




/* Small loader */
.loader-sm {
    border: 4px solid #ffffff; /* Light grey */
    border-top: 4px solid #3599C8; /* Blue */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1.75s linear infinite;
    display: inline-block;
}






/* Small inline loader with text */




/* Snackbar Notification */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar-saved, #snackbar-deleted {
  visibility: hidden; /* Hidden by default. Visible on click */
  /* min-width: 250px; /* Set a default minimum width */
  background-color: #3F393D; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 5px; /* Rounded borders */
  padding: 16px 18px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 30px; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	opacity: .95;
}

@media (max-width: 415px) {
  #snackbar-saved, #snackbar-deleted{
    padding: 10px auto;
    left: 0;
    bottom: 0px;
    width: 100%;
    border-radius: 0;
  }
}

#snackbar-saved a, #snackbar-deleted a{
	color: #F7F557;
	text-decoration: none !important;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar-saved.show, #snackbar-deleted.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.snackbar-text{
	display: inline-block;
  float: left;

}

.snackbar-action{
	display: inline-block;
	text-align: right;
  float: right;
  margin-left: 30px;
}






/* Switch Toggle */
.material-switch{}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: #BDBDBD !important;
    box-shadow: none;
    border-radius: 100px;
    content: '';
    height: 20px;
    margin-top: -7px;
    position:absolute;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.mmt-theme-dark .material-switch > label::before{
  background: #3599C8 !important;
}


.material-switch > label::after {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 16px;
    left: 2px;
    margin-top: -2px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease-in-out;
    width: 16px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 1;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 22px;
}






/* Elementor */
.elementor-button{
  font-family: 'Inter', Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}







/* Dark Mode Utility Classes */
.mmt-theme-dark .light-mode-only-visible{
  display: none;
}

.dark-mode-only-visible{
  display: none;
}

.mmt-theme-dark .dark-mode-only-visible{
  display: block;
}
