/**
https://dkycrew.com
 */

/*!------------------------------------------------------------------
[PRODUCTS STYLESHEET]

PROJECT:	DEKAYE CREW 
VERSION:	2023
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS] background-color: rgba(255,200,0,0.8);
background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(248,195,1,1) 100%);
-------------------------------------------------------------------*/
@font-face {
  font-family: 'Wallpoet';
  font-style: normal;
  font-weight: 400;
  src: local('Wallpoet'), url(http://fonts.gstatic.com/s/wallpoet/v8/W3qktxGLI9WfewHx2MxrZXYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


body { background-color: #f8c301;
	
	background-image: url( ../images/mallabg.png);
	background-repeat: repeat;
	
  overflow-x: hidden;
  font-family: 'Wallpoet', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}


p {
  font-weight: 400;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}


.btn-common { padding: 10px 25px; font-family: 'Open Sans', sans-serif; 
	background:rgba(255,255,255,0.2); font-weight: 400; text-align:center; color:#000; border: 2px dashed #000; font-size: 14px;

}
.btn-common:hover { 
	background:rgba(0,0,0,0.5); font-weight: 700; color:#fff; border: 2px dashed #f8c301; text-decoration: line-through; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b3b3b;
  text-transform: uppercase;
}

h1,
.h1 { color: #000;	
	font-style:italic;
	letter-spacing: -2px;
  font-size: 30px;	
}



@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 30px;
  }
}


.newlogo img{ width: 60px; height: 120px; position: fixed; top: -20px; left: 15px; 
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
  transition: width 1s, height 1s, transform 1s; 
}

.newlogo img:hover{ top: -13px;  }

#namehead { position:fixed; top: 10px; left: 80px; width: 100%; height: 42px; border-bottom: 4px dashed #000; }


h2,
.h2 { color: #fff;  padding-bottom: 20px;
  font-size: 28px;
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 35px;
}


h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

  a{
    color:#fff;
  }

  a:hover { text-decoration:line-through; font-weight: 700;
    outline: none;
    color: #f8c301; 
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }

::selection {
  background-color: #f8c301;
  color: #000;
}

.btn {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 20px 60px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-sm {
  padding: 15px 60px;
}

.btn-primary { position: absolute; margin-top: 90%;
  background:red;
  color: #3b3b3b;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover {
  background: #fff;
  color: #3b3b3b;
}

.btn-secondary {
  background: #363636;
  color: #fff;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.12);
}
.btn-secondary:hover {
  background: #363636;
  color: #fff;
}


/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
}

#accordion { font-size: 14px; 
  font-family: 'Open Sans', sans-serif;  } 

#accordion-container .panel-collapse { margin: 0px; }

#accordion-container .panel-group { text-align: center; background-color: rgba(255,0255,255,0.5); margin: 10px; }


#accordion-container .panel-heading { border-bottom: 2px dashed #fff; background-color:rgba(0,0,0,0.5); padding: 10px; }

#accordion-container .panel-collapse { margin: 20px 0 20px 0; }

 
.section { 
  padding: 50px 0;
  text-transform: uppercase;
}
.section-title { border-bottom: 2px dashed rgba(0,0,0,0.2) ; margin-top: 20px; }


span { color: rgba(0,0,0,0.3); }

p span { color: #333 ; font-weight: bolder; font-size: 18px; }

.section-title-content { 
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 575px) {
  .section-title-content {
    font-size: 15px;
  }
}


.product-menu { 
	border-bottom: 1px dashed rgba(255,255,255,0.5); 
  margin-bottom: 30px;
}
.product-menu li { background-color: rgba(255,255,255,0.7); padding: 5px;
	font-family: 'Open Sans', sans-serif; 
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  color: rgba(0,0,0,0.7);
  margin: 0;
  padding-bottom: 5px;
  cursor: pointer;
}
.product-menu li.active {  background-color: rgba(0,0,0,0.5);
	font-weight: 700;
  color: #fff;
  border-bottom: 2px solid rgba(0,0,0,0.8);
}
@media (max-width: 575px) {
  .product-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .product-menu li {
    margin: 0 5px;
    font-size: 12px;
  }
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .slick-dots {
  bottom: -35px;
}
.testimonial-slider div {
  outline: 0;
}
.testimonial-item {
  outline: 0;
  padding: 10px 10px 0 10px;
  background: rgba(255,255,255,0.5);
  text-align: center;
}

.testimonial-item h5 { font-size: 24px; color: rgba(0,0,0,0.8);
  font-weight: 700;
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .testimonial-item h5 { font-size: 28px; }
}

.testimonial-item p {
  color: #555;
  margin-bottom: 0px;
}
.testimonial-item h6 {
  font-weight: 700;
}

/*  ++++++ IMGS PRODUCTOS Rollover image styles  */
  .figur {
    position: relative;
    width: 360px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
  }
  .figur img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .figur:hover img.Sirv.image-hover {
    opacity: 1;
  }


#allhats { background-color: rgba(255,255,255,0.5);  padding: 20px 0 20px 0; }

#allhats .prodtit { width: 80%; height: 100%; }

.product-item {  margin-bottom: 35px; padding: 20px 0 20px 0 ;
  position: relative;
  overflow: hidden;
}

.product-single-content {  padding: 10px;  text-align: center;
	  background-color: rgba(255,255,255,0.5); border: double;
  }



.prodtit h4 {  position: absolute; bottom: 35px; 
	font-size: 20px; 
	color: #fff;
	text-align: center;
  width: 90%;
  height:  25px;
  background: rgba(0, 0, 0, 0.5);
}

.prodtit p {    position: absolute; bottom: 0px;  
	color: #444;
	text-align: center;
  width: 90%;
  height:  25px;
  background: rgba(0, 0, 255, 0.0);
}

.product-item img {
  transition: 0.3s ease;
}
.product-item .tag {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.product-item .tag.on-sale-tag { 
  color: rgba(0, 0, 0, 0.7);
  background: rgba(255, 200, 0, 0.7);
  -webkit-clip-path: polygon(100% 0, 89% 50%, 100% 100%, 0% 100%, 0 51%, 0% 0%);
          clip-path: polygon(100% 0, 89% 50%, 100% 100%, 0% 100%, 0 51%, 0% 0%);
}
.product-item .tag.discount-tag {
  background: rgba(255, 0, 0, 0.7);
}



.feature .section-title {
  margin-bottom: 60px;
}
.feature-item {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .feature-item {
    text-align: center;
  }
}
.feature-item i {
  font-size: 24px;
  color: #808080;
  margin-bottom: 15px;
  display: block;
}
.feature-item h6 {
  font-weight: 900;
  margin-bottom: 10px;
}
.feature-item p {
  color: #808080;
}


.featured-product-content p {
  color: #808080;
}
.featured-product-title {
  position: relative;
  line-height: 1.2;
  margin-bottom: 75px;
}
.featured-product-title::before {
  position: absolute;
  font-size: 200px;
  z-index: -2;
  color: rgba(0,0,0,0.1);
  bottom: -70px;
  font-weight: 700;
  margin-left: -15px;
}


@media (max-width: 991px) {
  .product-single-content { 
    padding: 30px 0;
  }
}
.product-single-content h2 {
  margin-bottom: 20px;
}
.product-single-content h3 {
  font-size: 40px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .product-single-content h3 {
    margin-bottom: 30px;
  }
}
.product-single-content p {
  color: #555;
  margin: 10px;
}
@media (max-width: 1200px) {
  .product-single-content p {
    margin-bottom: 10px;
  }
}
.product-single-content .color-swatch {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .product-single-content .color-swatch {
    margin-bottom: 40px;
  }
}
.product-single-content .color-swatch li {
  height: 13px;
  width: 13px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dbdedf;
  margin: 0 6px;
  cursor: pointer;
}
.product-single-content .color-swatch li.active {
  box-shadow: 0 0 0 1px #000;
}
.product-single-content .btn {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .product-single-content .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-single-content .btn {
    margin-bottom: 50px;
  }
}



/*************************
*******Footer****** 	
**************************/

#logofoot { background-color: rgba(0,255,0,0.0);  }

#logofoot img{ width: 110px; height: 110px; 
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
  transition: width 1s, height 1s, transform 1s;
}

#logofoot img:hover { 
	-webkit-transform: rotate(315deg); /* Safari */
  transform: rotate(315deg);
}


.footnav { 
  margin: 20px 20px 0 20px;
  padding: 0;
}

.footnav li {  font-style:italic; text-transform:uppercase;  
  display: inline-block;
  position: relative;
}

.footnav li a { 	
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 0 25px;
  border: none;
}

.footnav li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.footnav li a:hover, 
.footnav li a:focus { text-decoration:line-through;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#footer { background-color: rgba(0,0,0,0.3); font-family: 'Open Sans', sans-serif; font-size: 14px;
  color: #222;
  padding-top: 0px;	
background-image: url(../images/ft.png);	
  background-repeat:no-repeat;
  background-position: bottom;
  background-size: contain;	
}

#footer .section-title { font-family: 'Wallpoet'; }

#footer .container { padding:  30px 10px 30px 10px;  }

#footer .bottom-separator { margin-bottom: 50px; }

#footer .section-title-content { color: #222; font-weight: 400;  }

#footer a:hover { text-decoration:line-through; font-weight: 700;
    outline: none;
    color: #f8c301; 
  }

#endline {
	background-repeat: repeat-x;
	background-image: url(../images/footline.png);
	clear:both;
	height: 20px;
	width: 100%;
	text-align:center;
}

#textopie {
	font-weight: 600;
	top: 2px;
	background-color: rgba(255,200,0,0.5);
	position: relative;
	font-size: 9pt;
	font-style: italic;
	margin: auto;
	height: 16px;
	width: 120px;
	text-align: center;
	color: #000;
}

.navigation {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0px;
  display: block;
}

.navbar { z-index: 99; display: block; 
  min-height: 80px;
  position: relative;
}


.navbar.navbar-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
}
.navbar.navbar-sticky .toolbar {
  right: 15px;
}

.toolbar { 
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 780px; 
  z-index: 10;
}
@media (min-width: 300px) and (max-width: 479px) {
  .toolbar {
    width: 42%; 
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toolbar {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar {
    width: 60%;
  }
}
.toolbar .inner {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.toolbar .inner:hover i {
  color: #fff;
}
.toolbar-toggle {
  background-color: #f8c301; 
  border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
  color: #000;
  display: table-cell;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

.toolbar-toggle img { height: 50px; widows: 50px; }

.toolbar-toggle.active { 
  background-color: rgba(255,255,255,0.6);
}
.toolbar-toggle.active > i {
  opacity: 0;
  transform: translateY(-20px) scale(0.7);
}
.toolbar-toggle.active::after {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.toolbar-toggle > i {
  display: inline-block;
  font-style: normal;
  opacity: 1;
  position: relative;
  transform: translateY(0px) scale(1);
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
}
.toolbar-toggle::after {
  content: "\e646";
  display: block;
  font-family: "themify" !important;
  margin-top: -24px;
  opacity: 0;
  transform: translateY(20px) scale(0.7);
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
}
.toolbar-dropdown { margin-top: 80px; 
	
	font-family: 'Open Sans', sans-serif;
    background-color: rgba(255,255,255,0.6);
  box-shadow: 0px 35px 46px rgba(0, 0, 0, 0.1);
  height: auto;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.35s ease 0s;
  visibility: hidden;
  width: 780px;
  z-index: 5;
}
@media (min-width: 300px) and (max-width: 479px) {
  .toolbar-dropdown {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toolbar-dropdown {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-dropdown {
    width: 60%;
    height: 100vh;
  }
}
.toolbar-dropdown.open {
  opacity: 1;
  visibility: visible;
}
.toolbar-section {
  display: none;
  padding: 30px 40px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.toolbar-section.current {
  -webkit-animation: 0.4s ease 0s normal none 1 running slideUp;
          animation: 0.4s ease 0s normal none 1 running slideUp;
  display: block;
}
@media (min-width: 300px) and (max-width: 479px) {
  .toolbar-section.current {
    padding: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toolbar-section.current {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-section.current {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toolbar-section.current {
    padding: 15px;
  }
}
.toolbar-section .inner {
  width: 100%;
}

.menu-items {  background-color: rgba(255, 255, 255, 0.7); font-style: italic; 
  position: relative;
  height: 100%;
  margin: 0px;
}
@media (min-width: 300px) and (max-width: 479px) {
  .menu-items {
    margin: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .menu-items {
    margin: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-items {
    margin: 0px;
  }
}
.menu-items ul { 
  display: block;
  position: relative;
  padding: 35px 0;
}
@media (min-width: 300px) and (max-width: 479px) {
  .menu-items ul {
    padding: 20px 0px;
  }
}
.menu-items ul::before { 
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";

}
.menu-items ul li {
  -webkit-animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
          animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
  position: relative;
  padding: 18px 0px;
}

.menu-items ul li:hover { 
	  border-bottom:  dashed medium #000; background-color: rgba(255, 200, 0, 0.7);
}
.menu-items ul li a {
  transition: color 0.3s ease-in-out;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 30px;
  color: #808080;
  text-transform: uppercase;
}
.menu-items ul li a::before { 
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;

  bottom: 0;
}
.menu-items ul li a:hover {
  color: #3b3b3b;
}
.menu-items ul li a:hover::before {
  opacity: 1;
}
.menu-items ul li .current a {
  color: #3b3b3b;
}
.menu-items ul li .current a::before {
  opacity: 1;
}


#account, #cart { font-family: 'Open Sans', sans-serif; text-align: center; font-weight: 700; font-style:italic; }

.cart-list { background-color: rgba(255,255,255,0.7); 
  padding-left: 0;
  margin: 0 5px 10px 5px ;
  text-align: left;
}
.cart-item {  
  display: flex;
  padding: 0px;
	
  border-bottom: 2px dashed #999;
}

.cart-item:hover {  background-color: rgba(255,200,0,0.8); text-decoration: line-through; border-bottom: 2px dashed #000;}

.cart-item-image { margin-left: 10px; margin-right: 10px; margin-bottom: -10px; margin-top: -10px;}


.cart-item-details {  display: flex; align-items: center;
  flex-basis: 60%;
}
.cart-item-details h6 { text-transform:none; 
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cart-item-details h6 {
    margin-bottom: 0;
  }
}
.cart-item-details p {
  color: #808080;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cart-item-details p {
    margin-bottom: 10px;
  }
}
.cart-item-details p span {
  font-weight: 700;
  color: #3b3b3b;
}
.cart-item-details ul {
  border: 1px solid #dbdedf;
  display: inline-block;
}
.cart-item-details ul li {
  height: 40px;
  width: 40px;
  margin: 0 !important;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 575px) {
  .cart-item-details ul li {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.cart-item-details ul li:not(:last-child) {
  border-right: 1px solid #dbdedf;
}
.cart-item-details ul li a {
  color: #3b3b3b;
}
.cart-item-details ul li i {
  color: #808080;
}
.cart-item-price {
  font-size: 30px;
  color: #3b3b3b;
  align-self: center;
  flex-basis: 20%;
}
.cart-item-cancel {
  align-self: center;
}
@media (max-width: 575px) {
  .cart-item-cancel {
    align-self: auto;
  }
}
.cart-item-cancel i {
  font-size: 15px;
  color: #3b3b3b;
}
.cart .inner {
  text-align: right;
}
@media (max-width: 575px) {
  .cart .inner {
    text-align: center;
  }
}
.cart .inner .btn {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cart .inner .btn {
    padding: 10px 20px;
  }
}
.cart .inner .btn-primary {
  background: #e6e9ef;
}

@media (max-width: 1200px) {
  .search {
    margin-top: 20px;
  }
}



.hero-slider { margin-top: 0px;
  background: #f8c301;
}


@media (max-width: 991px) {
  .hero-slider {
    padding: 0px;
  }
}
.hero-slider-item:focus {
  outline: 0;
}

@media (max-width: 991px) {
  .hero-slider-content {
    margin-left: 0;
    text-align: center;
  }
}
.hero-slider-content span { color: rgba(0,0,0,0.5); }

.hero-slider-content h1 { position: absolute; padding: 5px; margin: 445px 0 10px 0 ; font-style:italic;
	background-color: rgba(255,200,0,0.6); left: 0px;
}

@media (max-width: 575px) { 
  .hero-slider-content h1 { margin:0px ; padding: 5px ; font-size: 18px;

position: absolute; top: 150px; left: 0px;
  }
}
.hero-slider-content p { position:absolute; margin: 500px 0  0 10px; 
	padding: 10px 20px 10px 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
}

.hero-slider img { margin-left: 0px;
  margin-top: 0px;
}


@media (max-width: 991px) {
  .hero-slider img {
    height: 100%;
    width: auto;
    margin: auto;
  }
}

.slick-dots { 
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}

.slick-dots li { 
  float: left;
  margin: 0 10px;
}
.slick-dots li button {  border: 2px solid rgba(0,0,0,0.7);
  -webkit-transform: rotate(315deg); /* Safari */
  transform: rotate(315deg);
  height: 10px;
  width: 10px;
  padding: 0;
  display: inline-block;
  border-radius: 20%;
 
  background: rgba(255,255,255,0.5);
  color: transparent;
  overflow: hidden;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li.slick-active button {
  background: rgba(255,200,0,0.8);
}

@media (max-width: 575px) {
  .slick-dots li {  margin: 5px; padding-bottom: 5px;}
}


/*# sourceMappingURL=style.css.map */
