/*
 Theme Name:   ashop
 Theme URI:    https://ashop.com/
 Description:  Ashop Child Theme
 Author:       Ashop Dev
 Author URI:   https://ashop.nyc/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ashop
*/
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: #ffcb06;
}

header {
  position: relative;
  min-height: 134px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}

.carousel-inner {
  /*height: calc(100vh + 96px);*/
  height: 100vh;
}

.fixed-top {
  /*background-color: rgba(255,255,255,0.6);*/
  max-width: 1440px;
  margin: 0 auto;
}

.scrolled {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 8px 0px #CCC;
}

#navbarSupportedContent {
  justify-content: center;
}

ul.navbar-nav.ml-auto {
  background: #fff;
  border-radius: 20px;
  padding: 0px 8px;
}

/* SUBMENU CODE */
ul.sub-menu {
  padding: 8px;
  margin: 0;
  list-style: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 8px 0px #CCC;
  width: 100%;
  display: none;
  min-width: 180px;
  z-index: 2;
}

.menu-item-has-children:hover>ul.sub-menu {
  display: block;
}

/* /SUBMENU CODE */
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

a {
  color: #3c8476;
}

.text-muted {
  color: #231f20 !important;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.navbar-dark .navbar-toggler {
  background: #000;
  border-radius: 0px;
  padding: 10px 10px;
}

.bg-dark {
  background-color: #ffcb06 !important;
  /*#1f1a17!important;*/
}

.navbar-brand {
  margin-right: 0px;
}

.navbar-dark .navbar-brand {
  /*width: 150px;
    height: 150px;*/
  border-radius: 150px;
  text-align: center;
  /* margin-left: 30px; */
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(35 31 32);
  /*rgba(255,255,255,1);*/
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-left: 8px;
  padding-right: 8px;
  transition: 0.3s;
}
.navbar-dark .navbar-nav .sub-menu li a{
  line-height: 12px;
}
.current-menu-item>a {
  color: #3c8476 !important;
  font-weight: 600 !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #3c8476;
  /*#ffcb06;*/
  font-weight: 600;
}

.album {
  min-height: calc(100vh - 195px);
}

.damion-fonts {
  font-family: 'Damion', cursive;
  font-size: 4rem;
  margin-bottom: 0px;
}

.title-container {
  margin-bottom: 0px;
  padding-top: 30px;
}

.title-container span {
  color: #b6b096;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
}

.section-one {
  background-image: linear-gradient(to bottom right, #56a596, #3c8476);
  background-repeat: no-repeat;
}

.section-two .title-container span {
  color: #b0aea8;
}

.section-three {
  background-image: linear-gradient(to bottom right, #000, #3c8476);
}

.section-three .damion-fonts {
  color: #ddb10a;
}

.text-yellow {
  color: #ffcb06;
}

.btn-secondary {
  color: #fff;
  background-color: #3c8476;
  border-color: #3c8476;
}

.form-control {
  border: 1px solid #3c8476;
  border-radius: 20px;
}

.btn {
  border-radius: 20px;
}

.new-arrivals {
  background: #231f20;
  border-radius: 20px;
  color: #ffcb06 !important;
  opacity: 1;
  transition: 0.3s;
}

.new-arrivals:hover {
  opacity: 1;
  background: #3c8476;
}
section.welcome-section {
  background: #FFF;
}
section.hero-wrap.hero-wrap-2 {
  padding: 15px 0px;
}
section.hero-wrap.hero-wrap-2 h1 {
  color: #FFF;
}
.breadcrumbs {
  margin-bottom: 0px !important;
}
.breadcrumbs span {
  color: #467f48;
}
section.hero-wrap.hero-wrap-2 .breadcrumbs a {
  color: #ffcb06;
}
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: .25rem;
}

.footer-info {
  background: #1f1a17;
  padding: 60px 0px;
}

.footer-info span.items-container {
  margin-bottom: 10px;
  display: block;
}

.footer-info span.items-container .item-label {
  color: #ffcb06;
  font-weight: 500;
  display: block;
}

.footer-info span.items-container .item-value,
span.items-container .item-value a {
  display: block;
  color: #FFF;
}

.slick-prev:before,
.slick-next:before {
  color: #6a2c2c;
}

.slick-dots {
  width: 30px;
  right: 0px;
}

.slick-prev {
  left: -5px;
  z-index: 9999;
}

.slick-next {
  right: -5px;
  z-index: 9999;
}

.slick-disabled {
  opacity: 0.25;
}

.slick-prev,
.slick-next {
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #cda800;
}

.horizontal>.slick-dots li {
  width: 110px;
  height: 30px;
  margin: 0px 10px
}

.horizontal>.slick-dots li button {
  width: 110px;
  height: 30px;
}

.horizontal>.slick-dots li button:before {
  font-size: 16px;
  width: 110px;
  line-height: 26px;
  height: 30px;
  opacity: 1;
}

.horizontal>.slick-dots li.slick-active button:before {
  background: #000;
  color: #FFF;
}

.horizontal>.slick-dots li:first-child button:before {
  content: "LABELS"
}

.horizontal>.slick-dots li:nth-child(2) button:before {
  content: "BUTTONS"
}

.horizontal>.slick-dots li:nth-child(3) button:before {
  content: "THREADS"
}

.horizontal>.slick-dots li:nth-child(4) button:before {
  content: "TAGS"
}

.horizontal>.slick-dots {
  width: 100%;
  top: -40px;
}

.slick-list {
  background: #F2F2F2;
  margin: 0px 30px;
  padding: 0px;
  z-index: 999;
}

.slick-dotted.slick-slider {
  margin-top: 30px;
}

.social-media li {
  display: inline-block;
  margin: 0px 5px;
}

.social-media li:last-child {
  margin-right: 0px;
}

.social-media li a {
  font-size: 20px
}

.product-list a.item-container {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

.product-list a.item-container span {
  display: block;
  padding: 10px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.product-list a.item-container:hover {
  opacity: 0.6;
}

footer.text-muted {
  border-top: 1px solid #ebbb04;
}

/*#carouselExampleIndicators{
    top: -200px;
}*/

/* OWL CAROUSEL */
/*.owl-stage-outer{overflow-x: hidden;overflow-y: auto;}*/
/*.carousel-section{
    top: -160px;
    position: relative;
}*/
.owl-stage-outer {
  overflow: hidden;
}

.owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0px;
  /*overflow-x: hidden;
    overflow: hidden;*/
}

.items-owl-carousel {
  position: relative;
  /*    margin-top: 40px;*/
}

.items-owl-carousel.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: -30%;
  right: 0px;
}

.items-owl-carousel.owl-theme .owl-nav [class*=owl-] {
  margin: 5px;
  padding: 2px 10px;
  border-radius: 0px;
  border: 0px;
  background: #3c8476;
}

.items-owl-carousel.owl-theme .owl-dots .owl-dot {
  border: 0px;
  background: transparent;
  padding: 2px;
}

.items-owl-carousel.owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
}

.items-owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c8476;
}

a.category-title {
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.category-title:hover {
  /*opacity: 0.6*/
}

a.category-title span {
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 10px 10px;
  color: #000;
  font-weight: 500;
  opacity: 0;
  position: absolute;
}

a.category-title:hover span {
  font-size: 2.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #FFF;
}

/*/OWL CAROUSEL */
@media screen and (max-width: 1024px) {
  .carousel-inner {
    height: 100%;
  }

  .carousel-section {
    overflow-x: hidden;
  }

  .carousel-section h2 {
    font-size: 2rem;
    text-align: left !important;
  }

  .items-owl-carousel.owl-theme .owl-nav {
    top: -10%;
  }

  .navbar-dark {
    flex-direction: column;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-dark .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 25px;
  }

  header {
    display: block;
    min-height: 104px;
  }

  .navbar-dark .navbar-brand {
    margin-left: 0px;
  }

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

  #carouselExampleIndicators {
    top: 0px;
  }

  .container.d-flex.justify-content-between {
    display: block !important;
    max-width: 100%;
    position: relative;
  }

  div#navbarSupportedContent {
    position: absolute;
    right: 0px;
    background: #ededed;
    top: 78px;
    padding: 0px;
    z-index: 4;
  }

  div#navbarSupportedContent .form-inline {
    padding-left: 0px !important;
  }
  ul.navbar-nav.ml-auto{
    border-radius: 0px;
  }
  section.welcome-section{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* GRID CSS */
/* 3 columns by default */
.grid-sizer {
  width: 33.333%;
  padding: 5px;
}

.gutter-sizer {
  /*margin: 10px;*/
}

@media screen and (min-width: 768px) {
  /* 5 columns for larger screens */
  /*.grid-sizer { width: 20%; }*/
}

/* GRID CSS - END */

/* LIGHTBOX - CSS */
.lightboxpreview {
  transition: all .3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}


.modalscale {
  transform: scale(0);
  opacity: 0;
}



.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled:hover {
  transform: scale(1.1)
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;

  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}
.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}
@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* /LIGHTBOX - CSS */