/* header and menu section */

.sp-megamenu-parent >li > a, .sp-megamenu-parent > li > span {
	color: #aaa !important;
    text-transform: capitalize !important;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 30px 0 0px;
    line-height: 50px !important;
    padding: 0 !important;
    font-style: italic;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #BCA8A0 !important;
}

@media screen and (min-width: 768px) {
    
    .itemid-101 #sp-header {
        background: rgba(255,255,255,0) !important;
        box-shadow: 0 3px 3px rgba(0,0,0,0.00);
        transition: all 0.5s;
    }
    
    .itemid-101 #sp-header.header-sticky {
        background: rgba(255,255,255,1) !important;
        box-shadow: 0 3px 3px rgba(0,0,0,0.05);
        transition: all 0.5s;
    }
    
    .itemid-101 #sp-header .sp-megamenu-parent > li > a, 
    .itemid-101 #sp-header.sp-megamenu-parent > li > span,
    .itemid-101 #sp-header .sp-megamenu-parent > li.active > a, 
    .itemid-101 #sp-header .sp-megamenu-parent > li:hover > a {
        color: #fff !important;
    }
    
    .itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li > a, 
    .itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li > span {
        color: #aaa !important;
    }
    
    .itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li.active > a, 
    .itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
        color: #BCA8A0 !important;
    }
    
    .itemid-101 #sp-header .sp-retina-logo.hidden-xs, 
    .itemid-101 #sp-header .sp-default-logo.hidden-xs {
        filter: brightness(0) invert(1);
        transition: all 0.5s;
    }
    
    .itemid-101 #sp-header.header-sticky .sp-retina-logo.hidden-xs, 
    .itemid-101 #sp-header.header-sticky .sp-default-logo.hidden-xs {
        filter: brightness(1) invert(0);
        transition: all 0.5s;
    }
	
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	color: #aaa !important;
	font-style: italic;
}
	
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: #BCA8A0 !important;
}
	
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: rgba(0,0,0,0) !important;
	color: #BCA8A0 !important;
}
    
    /* Underline From Left menu-fixed-out*/
    .itemid-101 #sp-header.menu-fixed-out .sp-megamenu-parent > li > a {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      overflow: hidden;
    }
    
    .itemid-101 #sp-header.menu-fixed-out .sp-megamenu-parent > li > a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 70%;
      bottom: 0;
      background: #fff;
      height: 3px;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    
    .itemid-101 #sp-header.menu-fixed-out .sp-megamenu-parent > li > a:hover:before, 
    .itemid-101 #sp-header.menu-fixed-out .sp-megamenu-parent > li > a:focus:before, 
    .itemid-101 #sp-header.menu-fixed-out .sp-megamenu-parent > li > a:active:before,
    .itemid-101 #sp-header.menu-fixed-out .sp-megamenu-parent > li.active > a:before {
      right: 0;        
    }
    
}

/* Underline From Left*/
.sp-megamenu-parent > li > a {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      overflow: hidden;
}
    
.sp-megamenu-parent > li > a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 70%;
      bottom: 0;
    background: #aaa;
      height: 3px;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
}
    
.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > a:focus:before, 
.sp-megamenu-parent > li > a:active:before,.sp-megamenu-parent > li.active > a:before {
    right: 0;  
    background: #BCA8A0;
}

/* title and slideshow section */

@media screen and (min-width: 768px) {
    
    .itemid-101 #sp-header ~ #sp-page-title {
        margin-top: -90px !important;
    }
	
	.itemid-101 #sp-header.header-sticky ~ #sp-page-title {
        margin-top: 0px !important;
    }
	
	#sp-header ~ #sp-page-title {
        margin-top: 0px !important;
    }
	
	#sp-header.header-sticky ~ #sp-page-title {
        margin-top: 90px !important;
    }
    
}

/* link hover effect */

.he1:after {
  content: '»';
  position: relative;
  opacity: 0;  
  top: 0px;
  right: -20px;
    font-size: 20px;
  transition: 0.5s;
}

.he1{
  padding-right: 0px;
    transition: 0.5s;
}

.he1:hover{
  padding-right: 24px;
    transition: 0.5s;
}

.he1:hover:after {
  opacity: 1;
  right: -5px;
}

/* eshop section */
#productTabs {
	display: none !important;
}

.product-info .tab-content {
	margin-bottom: 18px;
	padding: 0 !important;
	border: none !important;
}

.product-info .product-share {
	padding: 8px 5px 0px;
	border: none;
}

.product-info h1 {
	font-size: 140% !important;
	font-style: italic !important;
    color: #BCA8A0 !important;
}

#description p {
	font-style: italic;
    color: #BCA8A0 !important;
}

.product-info .tab-content {
	margin-bottom: 0px;
}

#product-price h2, #product-price h2 span {
	font-style: italic;
    color: #BCA8A0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.aq-btn, .product-info #add-to-cart {
	padding: 10px 15px;
	background: #CEB39D;
	border-radius: 8px;
	color: #fff !important;
    transition: all 0.33s;
}

.product-info #add-to-cart {
	margin-bottom: 0px !important;
	border-color: unset !important;
}

.product-info .box-quantity button.btn {
	margin: 0px !important;
}

.aq-btn:hover, .product-info #add-to-cart:hover {
	background: #B3967F;
	color: #fff !important;
    transition: all 0.33s;
}

[class*="span"] {
	margin-left: 0px !important;
}


#products-list .eshop-info-block h5, #products-list-container .eshop-info-block h5 {
    font-size: 18px !important;
    font-style: italic;
    font-weight: 400;
}

#products-list .eshop-info-block p, #products-list .eshop-info-block span,
#products-list-container .eshop-info-block p, #products-list-container  .eshop-info-block span {
    font-size: 18px !important;
    font-style: italic;
    font-weight: 400;
}

.btn-primary, .sppb-btn-primary {
	border-color: #BCA8A0;
	background-color: #BCA8A0;
}

.btn-primary:hover, .sppb-btn-primary:hover {
	border-color: #ad8f83;
	background-color: #ad8f83;
}

.eshop-filter-reset-all {
	background: #bbb;
    padding: 10px 5px !important;
}

.eshop-filter-reset-all a {
	color: #fff !important;
	font-size: 16px !important;
}

.filter-reset-icon {
	height: 15px !important;
}

.eshop-filter > a {
	background: #CEB39D !important;
	color: #fff !important;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
	background: #CEB39D;
}


.eshop-sub-categories-list .eshop-info-block h5 a {
	color: #fff !important;
}


.eshop-category-wrap:hover {
	box-shadow: 0px 0px 10px #CEB39D;
}

.eshop-filter-selected-category {
	color: #CEB39D !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.eshop-filter-selected-category strong {
    font-weight: 600 !important;
}

.eshop-filter-selected-category:hover {
	color: #B19176 !important;
}

#eshop-categories a {
	color: #CEB39D !important;
	font-style: italic;
}

#eshop-categories a:hover {
	color: #B19176 !important;
}

.btn-group.hidden-xs {
	display: none;
}

.product-info .img-thumbnail {
	border: 0px solid #ddd !important;
}

.product-info #description {
	font-style: italic !important;
	color: #BCA8A0 !important
}

.eshop-pre-nav a, .eshop-next-nav a {
	color: #aaa !important;
}

.eshop-pre-nav a:hover, .eshop-next-nav a:hover {
	color: #BCA8A0 !important
} 

#cboxContent .col-md-9 {
	width: 100% !important;
	padding: 10px 0 0 0 !important;
}

#username, #password {
	margin-bottom: 10px;
}

.checkout-content .checkbox {
	display: inline-block !important;
}

#colorbox .cart-info {
	font-size: 14px !important;
}

.checkout-content {
	padding: 0 20px 15px !important;
}



/*main body of site*/
#sp-main-body {
	min-height: calc(100vh - 172px);
}

/* new eshop product css */
/* Make product card a positioning context */
.ajax-block-product {
    position: relative;
    overflow: hidden;
	margin-bottom: 20px;
}

/* Ensure image block defines the overlay area */
.ajax-block-product .eshop-image-block {
    position: relative;
}

/* Overlay container (info + buttons) */
.ajax-block-product .eshop-info-block,
.ajax-block-product .eshop-buttons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 15px;
}

/* Stack info above buttons */
.ajax-block-product .eshop-buttons {
    top: calc(50% + 60px);
}

/* Show on hover */
.ajax-block-product:hover .eshop-info-block,
.ajax-block-product:hover .eshop-buttons {
    opacity: 1;
    visibility: visible;
}

/* Optional: dark overlay effect */
.ajax-block-product::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
	left: 15px;
	right: 15px;
}

.ajax-block-product:hover::before {
    opacity: 1;
}

/* Keep image above overlay background */
.ajax-block-product .eshop-image-block img {
    position: relative;
    z-index: 0;
}

/* Make text readable */
.ajax-block-product .eshop-info-block,
.ajax-block-product .eshop-info-block a,
.ajax-block-product .eshop-product-price {
    color: #fff;
}

/* Button spacing */
.ajax-block-product .eshop-buttons .btn {
    margin-top: 10px;
}
