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

/*!------------------------------------------------------------------
[MAIN 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;
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: 20px;
  }
}

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;
}

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

}
.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;
  }
}

.red {
  color: #e82d2d;
}

.gold {
  color: #edc24e;
}

.collection-item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .collection-item {
    margin-bottom: 30px;
  }
}
.collection-item img {
  transition: 0.3s ease;
}
.collection-item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s ease;
}
.collection-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.collection-item-content h3 {
  margin-bottom: 20px;
  position: relative;
}
.collection-item-content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  background: #363636;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.collection-item-title {
  text-align: center;
  display: none;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .collection-item-title {
    display: block;
  }
}
.collection-item:hover .collection-item-overlay {
  transform: scale(1);
}
.collection-item:hover img {
  transform: scale(1.3);
}
@media (max-width: 575px) {
  .collection-item:hover .collection-item-overlay {
    transform: scale(0);
  }
  .collection-item:hover img {
    transform: scale(1);
  }
}

.product-menu {
  border-bottom: 1px solid #dbdedf;
  margin-bottom: 30px;
}
.product-menu li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  margin: 0 35px;
  padding-bottom: 10px;
  cursor: pointer;
}
.product-menu li.active {
  color: #3b3b3b;
  border-bottom: 2px solid #363636;
}
@media (max-width: 575px) {
  .product-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .product-menu li {
    margin: 0 5px;
    font-size: 12px;
  }
}

/*  ++++++ EJEMPLOOOO 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;
  }


.product-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.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 {
  background: #e82d2d;
  -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: #363636;
}
.product-item:hover .product-overlay {
  transform: scale(1);
}
.product-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 575px) {
  .product-item:hover .product-overlay {
    transform: scale(0);
  }
  .product-item:hover img {
    transform: scale(1);
  }
}
.product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: 0.3s ease;
}
.product-info {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.product-info h4.product-name { color: #fff; background-color:rgba(0, 0, 0, 0.6);
  position: relative;
  margin-bottom: 20px;
}
.product-info h4.product-name::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;

  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.product-info h4.new-price {
  font-weight: 700;
  margin-bottom: 10px;
}
.product-info s {
  font-size: 15px;
  color: #808080;
}
.product-info-mobile { 
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .product-info-mobile { 
    display: flex;
  }
}
.product-info-mobile s,
.product-info-mobile p {
  color: #808080;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
.product-info-mobile p {
  color: #3b3b3b;
  margin-right: 10px;
}

.banner { margin-bottom: 50px; 
  padding: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
 
}
@media (max-width: 575px) {
  .banner {
    padding: 0px;
  }
}
.banner h1 { margin-top: 40px; color: rgba(255, 255, 255, 0.4);
  padding: 0px;

  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .banner h1 {
    margin-bottom: 35px;
  }
}

.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;
}

#no1, #no2, #no3  {  
  background-repeat:no-repeat;
  background-position: top;
  background-size: contain;		
  margin-left: 60px;
  width: 60%;
}

#no1 { background-image: url(../images/home/01.png); }
#no2 { background-image: url(../images/home/02.png); }
#no3 { background-image: url(../images/home/03.png); }


.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) {
  #no1, #no2, #no3::before { margin: 100px 0;
  }
}
@media (max-width: 575px) {
  #no1, #no2, #no3::before { margin: 80px 0 80px 0;
    bottom: -100px;
  }
}


.gallary-item { top: 30px;
  position: relative;
  overflow: hidden;
}
.gallary-item img {
  transition: 0.3s ease;
}
.gallary-item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 200, 0, 0.5);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s ease;
}
.gallary-item-overlay h6 { color: #fff; font-family: "Lato", sans-serif; font-style: italic;
  position: relative;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.gallary-item-overlay h6::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: -20px;
  background: #fff;
  transform: translateX(-50%);
}
.gallary-item:hover .gallary-item-overlay {
  transform: scale(1);
}
.gallary-item:hover img {
  transform: scale(1.3);
}

@media (max-width: 991px) {
  .product-single-content {
    padding: 50px 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: #808080;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .product-single-content p {
    margin-bottom: 40px;
  }
}
.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;
  }
}
.product-single-content .social-link li {
  margin: 0 6px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid;
  border-color: #808080;
  transition: 0.3s ease;
}
.product-single-content .social-link li:first-child {
  margin-left: 0;
}
@media (max-width: 400px) {
  .product-single-content .social-link li {
    font-size: 10px;
  }
}
.product-single-content .social-link li a {
  color: #808080;
  transition: 0.3s ease;
}
.product-single-content .social-link li a i {
  display: inline-block;
  margin-right: 5px;
}
.product-single-content .social-link li.facebook:hover {
  border-color: #3B5998;
}
.product-single-content .social-link li.facebook:hover a {
  color: #3B5998;
}
.product-single-content .social-link li.twitter:hover {
  border-color: #429CD6;
}
.product-single-content .social-link li.twitter:hover a {
  color: #429CD6;
}
.product-single-content .social-link li.pinterest:hover {
  border-color: #CD2029;
}
.product-single-content .social-link li.pinterest:hover a {
  color: #CD2029;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .slick-dots {
  bottom: -25px;
}
.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 .client-image {
  border-radius: 10%;
  overflow: hidden;
  height: 100px;
  width: 100px;
  margin: 0 auto 40px;
}
.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;
}

@media (max-width: 991px) {
  .collection-more-item {
    margin-bottom: 50px;
  }
}
.collection-more-item .item-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.collection-more-item .item-image img {
  transition: 0.3s ease;
}
.collection-more-item .item-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transform: scale(0);
  transition: 0.3s ease;
}
.collection-more-item .item-image-overlay h6 {
  position: relative;
  top: 50%;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.collection-more-item .item-image-overlay h6::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: -20px;
  background: #363636;
  transform: translateX(-50%);
}
.collection-more-item .item-image:hover .item-image-overlay {
  transform: scale(1);
}
.collection-more-item .item-image:hover img {
  transform: scale(1.3);
}
.collection-more-item .item-info h5 {
  font-weight: 700;
}
.collection-more-item .item-info p,
.collection-more-item .item-info s {
  display: inline-block;
  font-weight: 700;
}
.collection-more-item .item-info s {
  color: #808080;
  margin-left: 15px;
}
.collection-more-item .item-info ul li {
  margin: 0 1px;
  color: #808080;
}
@media (max-width: 575px) {
  .collection-more-item .item-info-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .collection-more-item .item-info-content s,
.collection-more-item .item-info-content p {
    font-weight: 700;
    font-size: 15px;
    margin-top: -5px;
  }
}


.brand-item { background-color: none;
  text-align: center;
  height: 120px;
  width: 100%;
}

@media (max-width: 991px) {
  .brand-item {
    margin-bottom: 30px;
  }
}
.brand-item img { opacity: 0.4; filter: alpha(opacity=40);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.brand-item img:hover { opacity: 0.8; filter: alpha(opacity=80);}



/*************************
*******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;
}
.featured-product span { color:#000; font-weight: 900; }

@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: 20px;
  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;}
}


.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}

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