/* Core variables & base ... (same as earlier) */
:root{
  --bg:#fff; --surface:#111827; --muted:#94a3b8; --text:#444;
  --primary:#3b82f6; --primary-600:#2563eb; --card:#0b1220; --border:#1f2937;
  --warning:#ddab15;--warning-dark: #e0a800;--warning-light: #b78f18;
  --green:#10b981; --amber:#f59e0b; --red:#ef4444; --radius:14px; --shadow:0 10px 30px rgba(0,0,0,.35);
  --bs-warning-rgb: 255, 193, 7;
}
:root {
    --text-color: #000000;
    --body-background: #F8F8F8;
    --text-secondary-color: #868d9e;
    --primary-color: #000000;
    --secondary-color: #868d9e;
    --price-color: #000000;
    --subheader-background: #e5677d;
    --subheader-color: #f9f9f6;
    --header-category-bg: #f9cbca;
    --header-category-color: #fff3f4;
    --label-background: #8A2A2B;
    --label-color: #ffffff;
    --footer-bg: #8A2A2B;
    --footer-color: #ffffff;
    --show-loadmore: none !important;
    --order-loadmore: -1 !important;
    --sale-pop-color: #8A2A2B;
    --addtocart-bg: #8A2A2B;
    --addtocart-text-color: #ffffff;
    --cta-color: #FFC845;
    --section-coupon-bg: #ffffff;
    --coupon-title-color: #d30b37;
    --coupon-button-color: #d30b37;
    --col-menu: 4;
    --border-color: #f1f1f1;
    --link-color: #8A2A2B;
    --coupon-code-background: #ffffff;
    --coupon-lite-border: #d30b37;
    --product-promotion-bg: #f33828;
    --policies-bg: #f0f0f0;
    --policies-color: #030000;
    --theme-font: 'Inter';
}
*{box-sizing:border-box} html,body{height:100%} 
a{color:#8A2A2B;}
a.link:hover {
    color: var(--link-color);
    text-decoration: none;
}

body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;
	background:var(--bg);
	color:var(--text)}

.banner{
    height: 40px;
    width:100%;
    background: #7a1616;
 
}
.banner>div.container{
	 position: relative;
}
.banner>div.container a{
	 padding-top: 6px;
}
.banner .close {
    z-index: 9;
    position: absolute;
    right: 10px;
    top: 18px;
    transform: translateY(-50%);
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-top {
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
	position: relative;
	/* margin-bottom: 30px; */
	/* height: 65px;; */
}

#header-top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000; 
	transition: all 0.2s ease-in;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-left img{
	height: 60px;
	width:100%;
}
.header-top-placeholder{display: none};
/* Navigation header*/
.navigation-wrapper{
    display: flex;
    justify-content: center;
    justify-items: center;
}
.navigation {
    min-height: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}
.navigation li.menu-item{
    padding:20px 0px;
}
.navigation li.menu-item a {
    padding:0 15px;
}
.navigation li.menu-item:hover {
	background: url(../images/ownenmenuimg.png) left center no-repeat !important;
 	background-size: cover !important;
}
.navigation li a{
	color: #000;
}
.navigation li.menu-item:hover a.item__link,.navigation li.menu-item a.item__link:hover{
	color: #fff;
}
.navigation .submenu__item--main {
    font-weight: bold;
    margin-bottom: 5px;
}
.submenu {
    display: none;
}
.navigation li.menu-item:hover .submenu {
    display: block;
    transform: translateY(0);
}
.navigation .submenu {
    display: none;
    width: 100%;
    height: 330px;
    padding: 14px 20px;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    top: 100%;
    left: 0;
    background: #fff;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 8px 0px;
    z-index: 10;
    overflow: auto;
    font-size: 1rem;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateY(-10px);
    -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.navigation .submenu.default {
    width: auto;
    bottom: initial;
    left: inherit;
    height: auto;
    width: 250px;
}
.navigation .submenu.default .navigation .submenunav, .navigation .submenu.default .submenu__list {
    display: block;
}
.navigation .submenu.default .submenu__list a {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.navigation .submenu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 5px;
    padding: 0px;
    list-style: none;
}
.navigation .submenunav {
    display: flex
;
    flex-direction: column;
    align-items: start;
    font-size: 1rem;
}
.navigation .submenunav img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    aspect-ratio: 1 / 1.3;
}
.count_item {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color:#fff;
    background: red;
}
/* .account-action{
    display: none;
} */
.mini-cart {
    position: relative;
}
.header-right i{
    font-size: 20px;
}

.top-cart-content {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 400px;
    right: 0%;
    top: calc(100% + 0px);
    color: var(--text-color);
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
    /* Thêm transition cho mượt mà */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    
    /* Thêm transform ban đầu để slide up khi ẩn */
    transform: translateY(-10px);
}
.bread-crumb, .bread-crumb .link {
    color: #999;
}
.bread-crumb, .bread-crumb .breadcrumb {
    background: #F6F6F6;
}
.breadcrumb li:last-child .mr_lr {
   display: none;
}

#icon-search{

}
#icon-account{

}
.toggle-nav, .icon-bar {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 3px;
}
.toggle-nav .bar, .icon-bar .bar {
    height: 3px;
    background: #333;
    width: 24px;
    border-radius: 1px;
}


.sliderhome{
    position: relative;
    z-index: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.section-threed-cards .threed-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    perspective: 2500px;
}
.section-threed-cards .threed-wrapper {
    transition: all 0.5s;
    width: 100%;
    z-index: -1;
}
.section-threed-cards .threed-hover-img {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
}
@media (min-width: 1200px) {
    /* .section-threed-cards .threed-wrapper::before, .section-threed-cards .threed-wrapper::after {
        content: "";
        opacity: 0;
        width: 100%;
        height: 80px;
        transition: all 0.5s;
        position: absolute;
        left: 0;
    }
    .section-threed-cards .threed-wrapper::after {
        bottom: 0;
        opacity: 1;
        background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }
    
    .section-threed-cards .threed-wrapper::before {
        top: 0;
        height: 100%;
        background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }
    .section-threed-cards .threed-card:hover .threed-wrapper::before, .section-threed-cards .threed-wrapper::after {
        opacity: 1;
    }
    .section-threed-cards .threed-card:hover .threed-hover-img {
        opacity: 1;
        transform: translate3d(0, -30%, 0);
    } */

    .section-threed-cards .row {
        overflow: initial;
    }

    .section-threed-cards .threed-wrapper::before,
    .section-threed-cards .threed-wrapper::after {
        content: "";
        opacity: 0;
        width: 100%;
        height: 80px;
        transition: all 0.5s;
        position: absolute;
        left: 0;
    }

    .section-threed-cards .threed-wrapper::before {
        top: 0;
        height: 100%;
        background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }

    .section-threed-cards .threed-wrapper::after {
        bottom: 0;
        opacity: 1;
        background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }

    .section-threed-cards .threed-card:hover .threed-wrapper {
        transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
        box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    }

    .section-threed-cards .threed-card:hover .threed-wrapper::before,
    .section-threed-cards .threed-wrapper::after {
        opacity: 1;
    }

    .section-threed-cards .threed-card:hover .threed-wrapper::after {
        height: 120px;
    }

    .section-threed-cards .threed-card:hover .threed-hover-img {
        opacity: 1;
        transform: translate3d(0, -30%, 0);
    }


}
 


/* Container chính của sản phẩm */
.item_product_main {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Product thumbnail container */
.product-thumbnail {
  position: relative;
  overflow: hidden;
}

/* Ảnh sản phẩm */
.product-thumbnail .image_thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumbnail{
	height: 280px;
}
.product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 280px;
  object-fit:cover;
}

/* Ảnh đầu tiên - hiển thị mặc định */
.product-thumbnail .img-first {
  position: relative;
  opacity: 1;
  transform: scale(1);
}

/* Ảnh thứ hai - ẩn mặc định */
.product-thumbnail .img-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1);
}

/* Hover vào product thumbnail */
.item_product_main:hover .img-first {
  opacity: 0;
  transform: scale(1.1);
}

.item_product_main:hover .img-secondary {
  opacity: 1;
  transform: scale(0.95);
}
.pointer {
  cursor: pointer;
}
/* Action bar - buttons */
.action-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;

  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}

/* Hiển thị buttons khi hover */
.item_product_main:hover .action-bar {
  transform: translateY(0);
}

/* Style cho buttons */
.action-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
  border-radius:0;
  -webkit-border-radius:;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  -webkit-border-radius:0;
}
.item_product_main:hover .action-bar .action-child:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.item_product_main:hover .action-bar .action-child:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.action-child i {
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
}

/* Hover vào buttons */
.action-child:hover {
  background: #c41e3a;
  box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
 
}

.action-child:hover i {
  color: #fff;
}

/* Tooltip cho buttons */
.action-name {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #333;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* Mũi tên tooltip */
.action-name::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}

/* Hiển thị tooltip khi hover */
.action-child:hover .action-name {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Product info */
.product-info {
  padding: 15px 10px;
  transition: all 0.3s ease;
}

.item_product_main:hover .product-info {
  transform: translateY(-5px);
}

/* Product name link */
.product-name .link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  font-weight: 600;
  margin: 8px 0;
}

.product-name .link:hover {
  color: #c41e3a;
}
.panel-product-viewed .product-name .link {
    text-transform: uppercase;
}
.panel-product-viewed .panel-heading span {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 15px 0;
    display: block;
}
/* Price styling */
.price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.price .money {
  color: #c41e3a;
  font-size: 18px;
}

.price .discounts_money {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

/* Animation cho từng sản phẩm */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-col {
  animation: fadeInUp 0.6s ease forwards;
}

/* Responsive */
@media (max-width: 768px) {
  .action-child {
    width: 40px;
    height: 40px;
  }
  
  .action-child i {
    font-size: 16px;
  }
  
  .action-name {
    font-size: 11px;
    padding: 5px 10px;
  }
}

.btn-main {
    border: 1px solid #e8e8e2;
    padding: 15px 20px !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #000;
    font-weight: 500;
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.btn-main:hover {
    color: #fff;
    background: #000;
}
h2.head-title-style{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section {
    padding: 2rem 0;
}

.awe-section-8{
    background: #F7F7F7;
    padding: 2rem 0;
}
.awe-section-8 p{
    padding: 140px;
    font-size: 1.4rem;
}

.awe-section-9{

}
.giatricotloi{}
.giatricotloi img{
    width:100%
}
.giatricotloi {
    position: relative;
    
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
   
}
.giatricotloi:hover {
    transform: scale(1.08) translateZ(0);
    cursor: pointer;
}
.headingv2_title{
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}
.awe-section-10{
    background: #F7F7F7;
    padding: 4rem 0;
}
.quytrinhgiaohang h3.quytrinh-title{
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: center;
}
.quytrinhgiaohang img{
    height: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news-group{}
.news-group .images-thumbs{
    width:100%;
    object-fit: cover;
    /* height: 100px; */
    margin: 0 auto;
    display: block;
}
.news-group .images-thumbs:hover img{
    opacity: 0.8;
}
.news-group a.show{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: left;
    display: block;
    color: #333;
}
.news-group p.news-hometext{
    text-align: justify;
}
 
#footer{
   /*  background-image: linear-gradient(to bottom, #8A2A2B 0%, #b54042 50%, #df5659 100%); */
   background-image: linear-gradient(to bottom, #8A2A2B, #af3739);
   padding: 4rem 0;
}

.company_info li,.menu-footer a, .company_info span, .company_info a{
    color:#fff;
}
.company_info li em{
    margin-right: 5px;
}
.page-header h1{
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.wraper-image img{
    width:100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
.wraper-content h3 a{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: left;
    display: block;
    color: #333;
}
.wraper-content h3 a:hover{
    color: #8A2A2B;
}

.btn-primary {
    background-color: var(--addtocart-bg);
    color: var(--addtocart-text-color);
}
.btn-primary:hover {
    background-color: #c01314;

}
/* BLOCK TEMPLATE */
.block-default{
    border: 1px solid #e8e8e2;
    padding: 10px;
    margin-bottom: 15px;
}
.block-default h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}
 
.block-footer{
     
}
.block-footer .block-title{
     
}
.block-footer .block-title h3,.block-footer .block-title h3 a {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase; 
    color:#fff;
}
.block-footer .block-body{
     
}

.visible-xs-inline-block{
    display: none;
}
.socialList{
    display: flex;
    gap:10px;
}
.socialList li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socialList li a.facebook{
    background: #3b5999;
}
.socialList li a.youtube{
    background: #d70404;
}
.socialList li a.twitter{
    background: #128af2;
}
.socialList li a.feeds{
    background: #ba9605;
}
.socialList li a i{
    color: #fff;
}
.socialList li a:hover {
    border: 1px #cccccc33 solid;
    box-shadow: #cccccc33 -1px 0px 0px 1px;
}

.info-title h1{
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: left;
    display: block;
    color: #333;
}

/* .product-detail-left{
    position: sticky;
    top: 80px;
    height: calc(100vh + 240px);
} */

.product-detail-left .slickthumb_relative_product_1, .product-detail-left .large-image {
	float: left;
}
.product-detail-left .slickthumb_relative_product_1 {
	width: 95px;
	padding-right: 10px;
}
.product-detail-left .large_default {
	width: calc(100% - 100px);
	padding-right: 10px;
}
.product-detail-left .col_large_full {
	width: 100%;
}
.large-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#gallery_1:not(.slick-slider) {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#gallery_1:not(.slick-slider) .item {
	width: 100%;
	flex: 0 0 100%;
	text-align: center;
}
#gallery_1:not(.slick-slider) img {
	content-visibility: initial !important;
	text-align: center;
}
#gallery_1:not(.slick-slider) img.lazyload:not(.loaded) {
	display: none;
}
#gallery_1 .slick-arrow {
	background: #fff;
	border: none;
}
#gallery_1 .icon-button-play {
	width: 64px !important;
}
#gallery_02 {
	/**.item.slick-slide.slick-current.slick-active{
	border-color: var(--primary-color);
}
	**/
}
#gallery_02:not(.slick-slider) {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#gallery_02:not(.slick-slider) .icon-button-play {
	display: none;
}
#gallery_02:not(.slick-slider) .item {
	width: 102px;
	flex: 0 0 102px;
	border: 1px solid transparent;
	text-align: center;
	margin: auto;
}
@media (max-width: 767px) {
	#gallery_02:not(.slick-slider) .item {
		width: 80px;
		flex: 0 0 80px;
	}
}
#gallery_02:not(.slick-slider) .item + .item {
	margin-left: 10px;
}
#gallery_02:not(.slick-slider) img {
	max-height: 80px;
	object-fit: contain;
}
#gallery_02 .item.slick-slide.slick-slide {
	/*margin: 0 0 5px;*/
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid transparent;
	margin-top: 2px;
}
#gallery_02 .item.slick-slide.slick-current.slick-active {
	border-color: var(--primary-color);
}
#gallery_02 .item.slick-slide {
	position: relative;
	height: 76px;
}
#gallery_02 .item.slick-slide img {
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2px;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0 !important;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}
.slick-slide .luxury-seemore img {
	display: inline-block;
}
.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow {
	--size: 44px;
	top: 50%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: var(--size);
	height: var(--size);
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #ebebeb;
	line-height: var(--size);
	text-align: center;
	z-index: 1;
	overflow: hidden;
	opacity: .7;
	border-radius: 100%
}

.slick-arrow:hover, .slick-arrow:focus {
	outline: none
}

.slick-arrow.slick-disabled {
	cursor: default;
	display: none !important
}

.slick-arrow:not(.slick-disabled):hover {
	opacity: 1;
	box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
	background: #fff;
	color: #333
}

.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
	font-family: "FontAwesome";
	background: transparent;
	font-weight: 900;
	height: var(--size);
	width: var(--size);
	font-size: 18px;
	color: #333;
	display: block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s
}

.slick-arrow.slick-prev {
	left: 0
}

.slick-arrow.slick-prev:before {
	content: "\f104"
}

.slick-arrow.slick-next {
	right: 0
}

.slick-arrow.slick-next:before {
	content: "\f105"
}

.slick-dots {
	text-align: center
}

.slick-dots li {
	display: inline-block
}

.slick-dots li button {
	border-radius: 0;
	height: 10px;
	width: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 0;
	font-size: 0
}

.slick-dots li.slick-active button {
	border-color: var(--primary-color);
	background-color: var(--primary-color)
}

.slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	padding: 0;
	border-radius: 15px;
	height: 24px;
	align-items: center;
	display: flex !important;
	justify-content: center
}

.slick-dots li button {
	height: 2px;
	width: 16px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 0;
	margin: 0 3px;
	opacity: .5
}

.slick-dots li button:hover {
	opacity: 1
}

.slick-dots li.slick-active button {
	opacity: 1
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.embed-responsive::before {
    display: block;
    content: "";
}


.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.accordion-item{
    border: none;
}
.accordion-item .panel-collapse{
    padding: 0px;
}
.accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.accordion-item .accordion-button {
    border-bottom: 1px solid rgb(0 0 0 / 90%);
}

.accordion-button.collapsed::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0px 0 10px 0;
}
.accordion-button:hover{
    background: #fff;
}

#collapseOne .bodytext{
    
    height: 300px;
    overflow: hidden;
}
#collapseOne .seemore{
    position: relative;
}
#collapseOne .seemore:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(190deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
    pointer-events: none;
}



.wraper-quantity {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.custom.input_number_product {
    display: flex;
    max-width: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: white;
}

.wraper-quantity .btn_num {
    width: 40px;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wraper-quantity .btn_num:hover {
    background: #e0e0e0;
}

.wraper-quantity .btn_num:active {
    background: #d0d0d0;
}

.wraper-quantity .prd_quantity {
    flex: 1;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    min-width: 50px;
}

.wraper-quantity .prd_quantity::-webkit-inner-spin-button,
.wraper-quantity .prd_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wraper-quantity .button_actions {
    flex: 1;
    margin-bottom: 0;
}

.wraper-quantity .btn_add_cart {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
}

.wraper-quantity .btn_add_cart:hover {
    background: #7a1616;
    color:#fff;
}

.wraper-quantity .btn_add_cart:active {
   
}

.wraper-quantity .fa-minus, .wraper-quantity.fa-plus {
    font-size: 14px;
    color: #333;
}
.btn-order-buy{
    width: 100%;
    border: none;
    background: #7a1616;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 10px;
}
.btn-order-buy:hover, .btn-order-buy:visited{
    background: #a92121;
    color:#fff;
}
 
/* 
.sidebar{position:fixed;top:0;right:-280px;width:280px;max-width:85vw;height:100%;background:#fff;box-shadow:-6px 0 18px rgba(0,0,0,.08);z-index:10000;transition:right .28s ease}
.sidebar.open{right:0}
.sidebar .side-header{background:#039;color:#fff;padding:12px 16px;font-weight:700}
.sidebar .menu{padding:8px 0}
.sidebar .menu li a{display:block;padding:12px 16px;border-bottom:1px solid #f0f0f0}
.sidebar .menu li ul li a{padding-left:28px} */

 .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10000;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 10000;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
}

.sidebar.active {
    left: 0;
}

.sidebar-header {
    background: #000;
    color: white;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-header .u1{
    padding-right: 10px;
}
.sidebar-header .u1 i{
    font-size: 26px;
}
.sidebar-header .u2 a{
    display: block;
    width:100%;
    color:#fff;
}


.sidebar-title {
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    border-bottom: 1px solid #eee;
}

.sidebar-menu a {
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    transition: background 0.2s;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    background: #f5f5f5;
    color: #039;
}

.menu-item-has-children > a {
    position: relative;
    padding-right: 45px;
}

.menu-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-item-has-children.open .menu-toggle-icon {
    transform: translateY(-50%) rotate( 90deg);
    -webkit-transform: translateY(-50%) rotate( 90deg);
    -moz-transform: translateY(-50%) rotate( 90deg);
    -ms-transform: translateY(-50%) rotate( 90deg);
    -o-transform: translateY(-50%) rotate( 90deg);
}


.menu-item-has-children.open .submenu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
    display: block;
}

.menu-item-has-children.open .submenu {
    max-height: 500px;
}

.menu-item-has-children.open .submenu a {
    padding-left: 30px;

}

.menu-item-has-children.open .submenu a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.menu-item-has-children.open .submenunav.image{
    display: none;
}
.menu-item-has-children.open .sub-menu__item.sub-menu__item a{
    padding-left: 20px;
}
.menu-item-has-children.open .submenu__item.submenu__item--main a{
    font-weight:bold
}
.menu-item-has-children.open .submenu__item.sub-submenu__item--main a:before{
    transform: translateY(0%) rotate( 90deg);
    -webkit-transform: translateY(0%) rotate( 90deg);
    -moz-transform: translateY(0%) rotate( 90deg);
    -ms-transform: translateY(0%) rotate( 90deg);
    -o-transform: translateY(0%) rotate( 90deg);
}


/* Footer Bar */
.footer-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #5D3A1A 0%, #3D2412 100%);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    transition: bottom 0.3s ease;
    z-index: 1000;
    display: none;
}

.footer-bar.show {
    bottom: 0;
}

.footer-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background: white;
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    flex: 1;
    padding: 8px 5px;
    transition: all 0.3s ease;
}

.footer-item:active {
    transform: scale(0.95);
}

.footer-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon.phone::before {
    content: "📞";
}

.footer-icon.message::before {
    content: "💬";
}

.footer-icon.fire::before {
    content: "🔥";
}

.footer-icon.menu::before {
    content: "☰";
    font-size: 20px;
}

.footer-icon.location::before {
    content: "📍";
}

.footer-text {
    font-size: 11px;
    white-space: nowrap;
}

.footer-handle {
    background: #3D2412;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.handle-bar {
    width: 40px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}

/* Menu Popover */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-popover {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 20px 20px 0 0;
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    max-height: 70vh;
    overflow-y: auto;
}

.menu-popover.active {
    bottom: 0;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.menu-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.menu-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #666;
    transition: all 0.2s;
}

.menu-close:active {
    transform: scale(0.9);
    background: #e0e0e0;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px;
}

.menu-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 15px 10px;
    border-radius: 12px;
    transition: all 0.2s;
    background: #f8f9fa;
}

.menu-grid-item:active {
    transform: scale(0.95);
    background: #e9ecef;
}

.menu-grid-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 8px;
}

.menu-grid-item:nth-child(2) .menu-grid-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.menu-grid-item:nth-child(3) .menu-grid-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.menu-grid-item:nth-child(4) .menu-grid-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.menu-grid-item:nth-child(5) .menu-grid-icon {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.menu-grid-item:nth-child(6) .menu-grid-icon {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

.menu-grid-item:nth-child(7) .menu-grid-icon {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.menu-grid-item:nth-child(8) .menu-grid-icon {
    background: linear-gradient(135deg, #ff9a56 0%, #ff6a88 100%);
}

.menu-grid-item:nth-child(9) .menu-grid-icon {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.menu-grid-text {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

/* Responsive - Only show on mobile */
@media (min-width: 769px) {
    .footer-bar {
        display: none !important;
    }
    
    body {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .footer-bar {
        display: block;
    }
}


.icon-search {

    cursor: pointer;
    transition: transform 0.3s ease;
}

.icon-search:hover {
    transform: scale(1.1);
}

.search-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: none;
    z-index: 1000;
}

.search-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

.search-form {
    display: flex;
    gap: 0;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    background: white;
}

.search-input {
    flex: 1;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.search-input:focus {
    outline: none;
}

.search-btn {
    padding: 15px 20px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.search-btn:hover {
    background: #000;
}

.search-suggestions {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #666;
}

.search-suggestions span:first-child {
    font-weight: 500;
}

.search-suggestions a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.search-suggestions a:hover {
    color: #333;
}

.close-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-search:hover {
    color: #333;
}
#icon-account {
    position: relative;
    cursor: pointer;
}
#icon-account .account-action {
    position: absolute;
    background: #333;
    border-radius: 5px;
    color: #fff;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: 95px;
    z-index: 100;
}

#icon-account:hover .account-action {
    opacity: 1;
    visibility: visible;
}
#icon-account .account-action:before {
    background: transparent;
    content: '';
    position: absolute;
    bottom: 100%;
    height: 10px;
    left: 0;
    width: 100%;
}
#icon-account .account-action:after {
    background: #333333;
    content: '';
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    z-index: -1;
    left: calc(50% - 7px);
    top: -7px;
}
#icon-account .account-action a:hover {
    background: #6666;
}
#icon-account .account-action a {
    display: block;
    padding: 7px 8px;
    color:#fff;
}

.news-group-right{
    margin-bottom: 5px;
    padding: 10px 0;
    border-bottom: 1px #ccc solid;
}
.news-group-right .item-title {
     line-height: 1.25rem;

}
.news-group-right .item-title a{
   color:#000;
}
.news-group-right .item-title a:hover{
   color:#8A2A2B
}
 
ul#cart-sidebar {
    /* padding: 5px 0px;
    margin: 0;
    max-height: 582px;
    width: 300px;
    border: solid 1px #ebebeb;
    border-bottom: 0px; */
}
.top-cart-content .mini-products-list {
    position: relative;
}

ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto
}

ul#cart-sidebar li.action {
    display: none
}

ul#cart-sidebar.hasclass li.action {
    display: block
}

ul#cart-sidebar .list-item-cart {
    max-height: 260px;
    overflow-y: auto;
    position: relative
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    background: #ebebeb
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    background: #e4b95b;
    border-radius: 0px
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover,ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
    background: #e4b95b;
    border-radius: 15px
}

ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 7px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: #ebebeb
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #e4b95b;
    border-radius: 0px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #e4b95b;
    border-radius: 15px
}
.top-cart-content .list-item-cart {
    padding: 0px 15px;
}
.top-cart-content li.item {
    overflow: hidden;
    padding: 0px;
    position: relative;
}
.top-cart-content li.item .wrap_item {
    overflow: hidden;
    padding: 10px 20px 10px 0px;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    float: left;
}
.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 65px;
    position: relative;
    margin-right: 15px;
    padding: 5px;
}

.top-cart-content li.item .product-image img {
    vertical-align: top;
}
.top-cart-content li.item .detail-item {
    display: block;
    float: left;
    width: calc(100% - 85px);
    -o-width: calc(100% - 85px);
    -moz-width: calc(100% - 85px);
    -webkit-width: calc(100% - 85px);
}
.top-cart-content li.item .detail-item .remove-item-cart {
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.top-cart-content li.item .detail-item .remove-item-cart:before {
    margin-left: 4px;
}
.top-cart-content .product-name {
    margin: 0;
    font-weight: 500;
    width: 160px;
    line-height: 16px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden;
}
.top-cart-content .product-name a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.top-cart-content .product-name:hover>a {
    text-decoration: none;
    color: #8A2A2B;
}
.top-cart-content .actions .btn-checkout:hover {
    color: #fff;
    opacity: 0.8;
    background: #7a1616;
    border-color: #7a1616;
}
.top-cart-content .actions .btn-checkout.pink {
    background: #7a1616;
}

.top-cart-content .product-details-bottom {
    line-height: 38px;
}
.top-cart-content .product-details-bottom span {
    font-size: 14px;
    font-weight: 700;
    color: #8A2A2B;
    display: inline-block;
}

.qty_drop_cart {
    position: relative;
    height: 25px;
    padding-left: 0px;
}

 
.top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
}
.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #e1e1e1;
}
.qty_drop_cart input {
    height: 25px;
    float: left;
    width: 30px !important;
    min-height: unset;
    border-left: 0px;
    border-right: 0px;
}
.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 25px;
    height: 25px;
    color: #000;
    float: left;
}
.qty_drop_cart button.btn_reduced {
    height: 25px;
    width: 25px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
.qty_drop_cart button.btn_increase {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}
.wrap_total {
    padding: 10px 15px 0px;
    margin-top: 10px;
}

.top-subtotal {
    color: #333;
    font-weight: 400;
    padding: 0px;
    line-height: 24px;
    text-transform: none;
    padding: 0px 0px 0px;
    font-size: 14px;
    text-align: left;
}

.top-subtotal .price, .top-subtotal .pricex {
    font-size: 14px;
    font-weight: 700;
    color: #7a1616;
    text-align: right !important;
    float: right;
}

.top-subtotal .price, .top-subtotal .pricex {
    font-size: 14px;
    font-weight: 700;
    color: #7a1616;
    text-align: right !important;
    float: right;
    display: block;
}

.wrap_button {
    padding: 0px 15px 15px;
    line-height: 50px;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.top-cart-content .actions .btn-checkout {
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    height: 38px;
    margin-top: 0px;
    border-radius: 0px;
    line-height: 38px;
    padding: 0px;
    font-weight: 700;
    background: #8A2A2B;
    border-color: #8A2A2B;
    color: #fff;
    text-transform: uppercase;
}
.modal-open {
    overflow: hidden;
}

.fade {
    transition: opacity .15s linear;
}
.show:not(.hidden) {
    display: block;
}

.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.fade.in.modal-stack{
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}


.align-vertical {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#popupCartModal button.close {
    position: absolute;
    right: 15px;
    top: 9px;
}
#popupCartModal h4.title.right_title, #popupCartModal .modal-title {
    font-size: 1rem;
    display: flex;
    align-items: center;
    background: #eff8f0;
    padding: 10px 20px;
    color: #2eb346;
    font-weight: normal;
    border-radius: 2px;

}

#popupCartModal .modal-body {
    padding: 1rem;
}
.media {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: start;
    align-items: flex-start;
}
#popupCartModal .media-left.thumb_img {
    margin-right: 1.25rem;
}
#popupCartModal .thumb_img {
    margin-right: 10px;
    position: relative;
    border-radius: 0px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    min-width: 70px;
    min-height: 70px;
    width: 70px;
}
#popupCartModal .media-body.body_content {
    font-size: 1rem;
    line-height: 1.3;
}
.variant_title {
    color: #979797;
}
#popupCartModal h4.title.right_title svg, #popupCartModal .modal-title svg {
    margin-right: 4px;
}
#popupCartModal .right_title {
    border-top: 1px solid #f0f1f2;
    padding:20px;
}
#popupCartModal .count {
    color: #979797;
}
#popupCartModal .cart-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #f0f1f2;
    padding: 0 10px;
    margin-bottom: 10px;
    gap: 5px;
}
#popupCartModal .btn {
    font-size: 14px;
    padding: 10px;
}
#popupCartModal .checkout_button {
    background: #8A2A2B;
    border-color: #8A2A2B;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
#popupCartModal .checkout_button:hover {
    background: #cc3e40;
    border-color: #cc3e40;
 
}
.center{
    text-align: center;
}
figure img{
    display: inline-block;
}
.bodytext img{
    display: inline-block;
}

#paytab{
    margin-top: 10px;
    margin-bottom: 10px;
}
#paytab .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#paytab .nav-tabs::before, #paytab .nav-tabs::after{
    content: "";
    display: table;
    clear: both;
}
#paytab .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#paytab .nav>li {
    position: relative;
    display: block;
}
#paytab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#paytab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

#paytab .nav-tabs>li.active>a, #paytab .nav-tabs>li.active>a:focus, #paytab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
#paytab .tab-content{
    padding: 0.5rem;
}
.panel-body-cart .input-group{
    display: flex;
    align-items: center;
    justify-content: center;
    width:auto;
    max-width: 350px;
}
.panel-body-cart .input-group input[type="text"]{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}
.panel-body-cart .input-group .input-group-btn input[type="button"]{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}

.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    top: auto !important;
    right: 12px;
    opacity: 0;
    display: none;
}
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 12px!important;;}
.addThis_listSharing{opacity: 1; display: block;}
.addThis_listing .addThis_item{margin-bottom:5px}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.fb_dialog_content > iframe{
	right: -6px!important
}


.backtop {
	right: 12px;
	bottom: 196px;
	top: auto !important;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	top: auto !important;
	height: 44px;
	width: 44px;
	background-color: var(--primary-color);
	line-height: 36px;
	border-radius: 100%;
	font-size: 30px;
	transition: all 0.3s ease-out 0s;
	transform: translateY(-120px);
	opacity: 0;
	visibility: hidden;
	text-align: center;
	color: #fff !important;
	margin-bottom: 5px
}

.backtop:hover {
	filter: brightness(1.3)
}

.backtop.show {
	z-index: 999;
	transition: transform 0.3s ease-out 0s;
	transform: translateY(0px);
	opacity: 1;
	visibility: visible
}

@media (max-width:576px) {
	.backtop {
		bottom: 60px
	}

}   

.icon {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.login-box h2{
    font-weight: 500;
    font-size: 1.6rem;
}
.userBlock{
    border:1px #ccc solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}
figure.avatar figcaption{font-size: 10px;}

.dropdown.open>.dropdown-menu{
    display: block;
}
#funcList > li > a {
    display: block;
    padding: 6px 16px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.users-menu .dropdown.active{
    border: 1px #ccc solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    position: relative;
    bottom:-1px;
    background: #fff;

}
.users-menu .dropdown.active{
    
}

.user-page .tab-content  {
    border: 1px #ccc solid;
}
h2.register{
    font-weight: 500;
    font-size: 1.6rem;
}
.input-group-btn{
    display: flex;

}
.input-group-btn.open>.dropdown-menu{
    display: block;
}
.input-group-btn.open>.dropdown-menu>li{
   border: 1px #ccc solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    position: relative;
    bottom:-1px;
    background: #fff;
}
.input-group-btn.open>.dropdown-menu>li>a{
    display: block;
    padding: 6px 16px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.input-group-btn.open>.dropdown-menu>li>a:hover{
    color: #8A2A2B;
}

label.radio-box{
    margin-right: 10px;
}
.fa-pointer{
    cursor: pointer;
}