body{
	margin: 0;
    padding: 0;
    color: #585858;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
		background-color:#fff;

}

.dropdown-noty{

	background:#ff3674;
	color:#fff;
	padding:15px;
	font-size:14px;
	border-radius:10px;
	border:none;
	    /*box-shadow: 0 0 10px rgb(0 0 0 / 28%);*/
}
.dropdown-noty p{
	margin:0px;
}
.dropdown-noty a{
	color:#fff;
}

.sticky-noty{
	text-align:center;
	background:#ff3674;
	color:#fff;
	padding:5px 10px;
	font-size:13px;
}
.sticky-noty a{
	color:#fff;
}
a{
	color:#333;
}
a:hover{
	color:#ff1d4d;
	text-decoration: none;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

h1{
	font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    color: #000;
}
h2{
	font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    color: #000;
}
h3{
	font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    color: #000;
}


/* Top bar */
.top-bar{
	font-size:14px;
}
.top-bar .navbar{
	padding:0px;
}

.top-bar .nav-left{
	text-transform: uppercase;
}
.top-bar .account-dropdown .dropdown-item{
	font-size:14px;
}
.top-bar .account-dropdown .dropdown-item span{
	width:20px;
	text-align:center;
	display:inline-block;
}

.top-bar .nav-login{
	background:#ff1d4d;
	color:#fff;
}
/* Header Search & logo */
.main-header{
	padding:20px 0px;
	padding-top:0px;

}

.main-header .navbar-light .navbar-brand img{
	width:auto;
	max-width:200px;

}
.main-header .show-top-cart-total{
	background:#717171;
}





/* Extra C SCHEME */

.btn-c-1{
	background-color:#ff1d4d;
	color:#fff;
}
.btn-c-1:hover{
	color:#fff;
}
.bg-c-1{
			background:#ff1d4d;
	    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.1);
			/* background:#de3659; valentines */

}



/* New Css May 2019 */
.new-header{
	padding:15px;
	background:#fff;
}
.new-header .logo{
	text-align:center;
}
.new-header .logo img{
	max-width:150px;
}
.new-header .navbar-brand{
	display:inline-block;
	text-align:center;
}
.new-header .btn{
	border-radius:0px;
}
.new-header .btn-light, .new-header .form-control{
	background:#fff;
	border:1px solid #e8e8e8;
}

.new-header .currency-dropdown{
	margin-top:-3px;
}

.new-header .header-col-2{
	text-align: right;
}



/* Navbar Menu */
.navbar-sub{
	border-bottom:1px solid #e4e4e4;
	background:#ff1d4d;
	border-bottom:none;
}

.navbar-sub .navbar-nav{
	justify-content: space-between;
	width: 100%;
}

.navbar-sub .navbar-nav .nav-link{
		font-size: 12px;
    color: #444;
    padding: .4rem 4px 0.4rem 4px !important;
		text-transform: uppercase;
		font-weight:600;
		color:#fff;

}
.navbar-sub.navbar-dark .navbar-nav .nav-item:last-child .nav-link{
	border-right:0px;
}
.navbar-sub.navbar-dark .navbar-nav .nav-link.valentines{
	color:#ed0151 !important;
	background:#fff;
}
.navbar-sub .navbar-nav .nav-link:hover{
    background: #000;
		color:#fff;
}
/* Dropdown Menu */
.navbar-sub.navbar-dark .navbar-nav .dropdown-menu{
	background:#ff1d4d;
	border:none;
}
.navbar-sub.navbar-dark .navbar-nav .dropdown-menu .dropdown-item{
	color:#fff;
	border-bottom:1px solid #b76859;
}
.navbar-sub.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:Hover{
	background:#000;
	color:#fff;
}

.navbar-sub .navbar-brand{
	padding:2px 4px;
}

/* Account Navbar          */
.navbar-account-menu{
	background:#000;
}
.navbar-account-menu .navbar-nav .nav-link{
	font-size:14px;
}

/* Footer*/


.page-spacing{
	margin-top:10px;
	margin-bottom:10px;
}
/* Page */
.page{
padding:60px 0px;
}

.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}
.btn-default{
	background-color: #fff;
    border-color: #ccc;
}
.content-center, .position-center {
    max-width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    position: relative;
    padding-bottom: 20px;
}

/* Login Page */
.login-page{
	max-width:500px;
	margin:0 auto;
	background:#fff;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
}
/* Register Page */
.register-page{
	max-width:500px;
	margin-top:10px;
	margin-bottom:10px;
}

.maggy-hide{
	display:none;
}
/* Categories */
/* Maggy Custom Cats */
.maggy-custom-cats .toggle{font-size:18px; margin-top:0px;}
.maggy-custom-cats .show-cat{
    display:block;
}
.maggy-custom-cats ul{
  list-style-type: none;
  padding:0px;
  margin:0px;
  padding:0px 0px;
}
.maggy-custom-cats ul li{

}
.maggy-custom-cats ul li a{
  text-decoration: none;
  padding:5px 15px;
  display:block;
}
.maggy-custom-cats ul li:before {
    display:none;
}
.maggy-custom-cats>ul>li{    border-bottom: 1px solid #ddd; position:relative;}
.maggy-custom-cats>ul>li:hover{
	background:#efefef;
}
.maggy-custom-cats>ul>li>div>a{}
.maggy-custom-cats a:hover{color:#000;}
.maggy-custom-cats>ul>li.mag-collapse>div>a{}


.maggy-custom-cats ul li ul{display:none;}
.maggy-custom-cats ul li ul li{padding:0px; font-weight:400;}
.maggy-custom-cats .mag-collapse{cursor:pointer; border-bottom:1px solid #efefef;}
.maggy-custom-cats .mag-collapse .fa-caret-down{position:absolute; right:10px; top:5px;}
.maggy-custom-cats>ul>li>ul>li div a{font-weight:bold; font-size:14px; color:#000;}

.maggy-custom-cats .mag-selected{
	background:#efefef;
}
.maggy-custom-cats .mag-selected>div{color:#fff;   }
.maggy-custom-cats .mag-selected>div>a{color:#d14242;}
.maggy-custom-cats .mag-collapse.mag-selected>div{color:#bf9c4a; padding-left:0px;  background:none;}
.maggy-custom-cats .mag-collapse.mag-selected>div>a{color:#d14242;}


/* products */
.main{
	padding:10px 0px;
}

.breadcrumb{
	background:none;
	padding:0px;
	font-size:14px;
}

/*Home*/
.home-banner{
	padding-bottom:0px;
}
.home-banner .carousel-control-next, .home-banner .carousel-control-prev{
	color:#000;
	font-size:24px;
	width:5%;

}
.minibanner{
	margin-bottom:10px;
	border:1px solid #efefef;
}


.metal-prices-menu {
	font-size:14px;
}
.metal-prices-menu td{
	text-align: right;
}
.metal-prices-menu td div{
	display:inline-block;
}


/* Product Page */
.product-page{

}
.product-page{

}
.product-page .price .amount{
	color: #cb0101;
    font-size: 2em;
    line-height: 30px;
    margin-top: 20px;
}

.product-gallery{
	margin-bottom:10px;
}
.product-gallery .main{
margin-bottom:10px;
text-align:center;
padding:0px;
border:1px solid #efefef;
position:relative;
}
.product-gallery .main .main-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 20px;
	background: #ff1d4dab;
	color: #fff;
	font-size: 24px;
	display:none;
}

.product-gallery .thumbs{
  list-style-type: none;
  margin:0px;
  padding:0px;
  text-align:center;
}
.product-gallery .thumbs li{
  display:inline-block;
  vertical-align: top;
	margin-bottom:10px;
}
.product-gallery .thumbs li a{
	display:block;
}
.product-gallery .thumbs li img{
	max-width:100%;
	height:auto;
	border:1px solid #efefef;
}
.product-gallery .thumbs li:hover img{
	border-color:red;
}


.product-page .product-description{
	padding:20px 10px;
	background:#fff;
	border-radius:20px;
}

.page-404{
	text-align: center;
	padding:50px 0px;
}

/* Cart Css */
.cart-page{
	padding:40px 0px;
}
.cart-page .c2{
background:#f4f4f4;
padding-top:15px;
padding-bottom:15px;
}
.table-v-center td{vertical-align: middle;}



.cart-page .cart-totals-pre{
.mag-header
}
.cart-page .cart-totals-pre table td{
	padding:5px;
}
.cart-page .cart-totals-pre .amount{
	color:#ff1d4d;
	font-size:24px;
}

.checkoutPage .container{
	max-width:800px;
	margin:0 auto;
	padding:20px;
	border-radius:10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.checkoutPage .card{
	border:none;
	padding:0px;
}

.checkoutPage .card .card-body{
	padding:0px;
}
.checkoutPage .card .card-header{
	background:none;
		padding:0px;
		border-bottom:0px;
}
.checkoutPage .form-control{
	background:#f7f7f7;
	border-radius:0px;
}
.checkoutPage h5 {
    padding: 20px 0 0;
    font-weight: 700;
    color: #de0080;
}


.showCartTotals{
		float:right;
	margin-bottom:20px;
}
.cart-totals-live{

}
.cart-totals-live th{
	padding:5px;
}
.cart-totals-live td{
	padding:5px;
	text-align: right;
}
.cart-totals-live .total .amount{
	color:#ff1d4d;
	font-size:24px;
}


.cart-totals-live:after {
  content: "";
  display: table;
  clear: both;
}

.cat-info{
	margin-bottom:20px;
}

/* Conversations */
/*Conversations Style*/
.conversation-reply{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #efefef;}
.conversation-reply .username{display:block; font-weight:bold;  padding-bottom:5px; margin-bottom:5px;}
.conversation-reply .username .date{font-weight:normal; font-size:12px;}
.conversation-reply .message{display:block; padding:10px;}

.conversation-reply.user{}
.conversation-reply.user .username{color:#CB0101;}



.charts-page{

}
.charts-page .title{background:#efefef; padding:5px 10px; font-size:21px; text-align:center;}
.charts-page .forex .up{color:green;}
.charts-page .forex .down{color:red;}
.charts-page .forex th{background:#efefef; color:#000; font-weight:400;}
.charts-page .boxes{padding-top:10px; margin-bottom:20px;}
.charts-page .box{text-align:center; border:1px solid #ccc; display:block; background:#fff;}
.charts-page .box .box-title{background:#efefef; padding:10px; color:#000; font-weight:bold;}
.charts-page .box.active .box-title{color:#fff; background:#d3302a;}
.charts-page .box .change{padding-bottom:10px;}

.charts-page .box .price{padding-top:10px; font-weight:bold; color:#000;}
.charts-page .box .up{color:green;}
.charts-page .box .down{color:red;}

.charts-page .boxes-title{margin-bottom:20px;}
.charts-page .boxes-title .box{}


.charts-page .title2{text-align:center; font-size:18px;}
.charts-page .title3{text-align:center; font-weight:400; font-size:16px; padding-top:30px;padding-bottom:5px;}
.charts-page .table-actual-price{margin-top:10px;}
.charts-page .table-actual-price th{background:#efefef; color:#000; font-weight:bold;}


.blog-lister{
	width:100%;
	border:1px solid #efefef;

	margin-bottom:20px;
	padding-bottom:10px;
}
.blog-lister:hover{
	    border: 1px solid #ccc;
}
.blog-lister .blog-img{
	display:block;
}
.blog-lister .blog-img img{
	width:100%;
	height:auto;
}
.blog-lister .subtitle{
	font-weight: bold;
	padding:10px;
	display:block;
	height:50px;
	overflow:hidden;
	vertical-align:middle;
}
.blog-lister .description{
	height:40px;
	overflow:hidden;
	font-size:14px;
	padding:0px 10px;

}
/* Posts Page*/
.posts-page{
	  padding-top:20px;
  	padding-bottom:100px;
		background:#efefef;
}
.posts-page .container{
	max-width:800px;
}
.posts-page .posts-page-title{
	padding:10px 0px;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 11px;
	color: #000;
}
.posts-page .banner{
}

.posts-page .post-list{
		background:#fff;
		padding:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #efefef;
}
.posts-page .post-list .post-title{
    color:#000;
		font-size:16px;
		font-weight:bold;
}
.posts-page .post-list img{
    border:1px solid #efefef;
    margin-right:10px;
}

.post-detail {
	padding-top:20px;
	padding-bottom:100px;
	background:#efefef;
}
.post-detail .container{
	max-width:800px;
}
.post-detail .inside{
	background:#fff;
	padding:20px;
}
.post-detail img{
	max-width:100% !important;
	height:auto !important;
}

.live-spot-prices{
	background:#000;
	color:#fff;
	font-size:14px;
	padding:2px;
}
.live-spot-prices .metal{
	padding-left:5px;
	padding-right:5px;
}


/*Mag Menu Cats */
.maggy-menu-hover{

}
.maggy-menu-hover ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.maggy-menu-hover ul li{
	position:relative;
    cursor: pointer;

}
.maggy-menu-hover ul li:hover{
	    background: #efefef;
}
.maggy-menu-hover ul li a{
	text-decoration: none;
    padding: 5px 15px;
    display: block;
}
.maggy-menu-hover ul li a small{
	color:#000;
	font-weight:bold;
	float:right;
	margin-right:10px;

}
.maggy-menu-hover ul li .fa-caret-down {
    position: absolute;
    right: 10px;
    top: 5px;
}

/* Second Level */
.maggy-menu-hover ul li:hover>ul{
	display:block;
}
.maggy-menu-hover ul li ul{
	display:none;
	background:#fff;
	padding:4px;
	position:absolute;
	left:100%;
	z-index:9999;
	top:0px;
	width:300px;
	border:1px solid #ccc;
}
/* Third Level */

.captcha-div{
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	text-align: center;
	padding:4px;

}
.captcha-div .reload{
	font-size:24px;
	cursor:pointer;
}

.left-help-menu{

}
.left-help-menu .list-group-item {
	    padding: 5px 15px;
			border:none;
}
.left-help-menu .list-group-item:hover{
	    background: #efefef;
}
/* Currencies Dropdown */
.dropdown-currencies{
	min-width:5rem;
}
.dropdown-currencies .dropdown-item{
	padding:0px 10px;
}
.currencyFlag{
	width:20px;
	height:auto;
}

.pay-now-modal{
	width:300px;
	padding:20px;
}
.pay-now-modal h5{
	font-size:18px;
}
.pay-now-modal img{
	max-width:100%;
}

/* shippingMethods */
.shippingMethods label {
white-space:nowrap;
display:block;
cursor:pointer;
padding:4px 10px;
border:1px solid #efefef;
background:#efefef;
border-radius:10px;
}
.shippingMethods label input[type=radio]{
	display:none;
}
.shippingMethods label.label-selected{
	border-color: #0069d9;
	background: #0069d9;
	color:#fff;
}
.shippingMethods label:hover{
	border-color: #ccc;
}
.shippingMethods label span{
display:inline-block; width:50%;
}
.shippingMethods label span.icons{
display:inline-block; width:50%;
padding-left:10px;
}
.shippingMethods label span.icons img{
	max-width:120px;
	height:auto;
}
.mag-hide{
	display:none !important;
}
/* Exchange Page */
.exchange-page{
	margin-top:10px;
	margin-bottom:10px;
}
.currency-exchange-form{
	max-width:500px;
}

/* Debit */
.debit-from-account .debit-info{

}


/*myAddresses*/
.badge-pink{
	background:#ff3674;
	color:#fff;
	border-radius:50%;
}
#myAddresses .address-badge{
	font-weight:bold;
	color:#000;
	display:block;
}
.order-show-payments{
	display:flex;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.order-show-payments a{
	 padding:10px;

}
.order-show-payments a img{
	max-width:100%;
}

.input-error{
	border-color:red;
}


/* Extra Products */
.extra-products{
	padding-bottom:10px;
}
.extra-products-title{
	font-size:14px;
	font-weight:bold;
}
.extra-products .product-outside{
	width:49%;
	display:inline-block;
}

.extra-products .product{
	align-items: center;
  justify-content: center;
	padding:2px 15px;
	border:3px solid #efefef;
	margin-bottom:5px;
	cursor:pointer;
	background:#fff;
		border-radius:40px;

}
.extra-products .product:hover{
	background:#efefef;
}
.extra-products .product input[type="checkbox"]{
	display:none;
}
.extra-products .product.active{
		background:#f87a8e;

	color:#fff;
}
.extra-products .product.active .price{
	color:#fff;
}
.extra-products .product .image{
	padding:4px;
}
.extra-products .product .content{
	padding:4px;
}
.extra-products .product .content h4{
	font-size:16px;
	margin-bottom:0px;
}


.extra-products .product .price{
	padding:4px 10px;
	color:green;
	font-weight:bold;
}



.delivery-date{
	background:#efefef;
	padding:15px 14px;
	color:#000;
	border-radius:5px;
	margin-bottom:10px;
	cursor:pointer;
}
.delivery-date:hover{
	background:#d3d3d3;
	color:#000;
}
.delivery-date.active{
	background:#5f5f5f;
	color:#fff;
}




/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #00;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #ccc;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message #gdpr-cookie-accept{
	background:green;
}
#gdpr-cookie-message #gdpr-cookie-accept:hover{
	color:#fff;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.secure-icons {
  display: flex;
  justify-content: space-between;
  background: #fff0f5; /* soft pink background */
  border-radius: 16px;
  padding: 16px 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  flex-wrap: wrap;
  gap: 12px;
}

.secure-icons .box {
  flex: 1 1 14%;
  text-align: center;
  background: white;
  border: 1px solid #ffd4e0;
  padding: 20px 10px;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  min-width: 140px;
}

.secure-icons .box:hover {
  background: #ffeaf1;
  transform: translateY(-2px);
  border-color: #ff4d6d;
}

.secure-icons .box .icon {
  font-size: 30px;
  margin-bottom: 8px;
  color: #ff4d6d;
  transition: color 0.3s;
}

.secure-icons .box:hover .icon {
  color: #e60044;
}

.secure-icons .box .text {
  font-weight: 600;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



.categorii-dropdown ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.categorii-dropdown > ul > li{
	position:relative;
}
.categorii-dropdown > ul > li a{
	font-size:14px;
	padding:4px 10px;
	display:block;
}

.categorii-dropdown > ul > li > ul > li a{
	padding:4px 0px;
	padding-left:15px;
}

.categorii-dropdown ul li .fa-caret-down{
	position: absolute;
	right: 10px;
	top: 5px;
}

/* Mobile Settings */
@media (max-width: 640px){

.maggy-menu-hover ul li ul{
	left:0%;
	top:25px;
	width:100%;
}
	.homepage .cat-homepage .maggy-menu-hover ul li ul{
		left:0%;
		top:25px;
		width:100%;
	}


.navbar-sub .navbar-brand{
	color:#fff;
}
.product-list .product .image{
	height:auto;
}

.footer-main .footer-columns-entry{background: #fff; margin-left:0px; margin-right:0px; padding:40px;}

.extra-products .product h4 span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100px;
	display:block;
}
.top-bar{
	padding-top:10px;
}

.top-bar .nav-link{
	padding:2px 4px;
}

.main-header .navbar-brand{
	display:block;
	text-align:center;
	width:100%;
}

.main-header .nav-link{
	padding:0px;
}


.secure-icons .box .icon{
	font-size:24px;
}

.secure-icons .box .text{
	font-size:12px;
}

}




/* Valentines */


.review{
	margin-bottom:5px;
	border-bottom:1px solid #d6d6d6;
	padding:4px;
}

.review .fa-star{
	color:#ffb800;
	font-size:24px;
}

.review .name{
	font-weight:900;
}


.download-invoice{
	max-width:800px;
	padding:20px;
	border:1px solid #efefef;
	margin:20px auto;
	background:#efefef;

}

.btn-facebook,.btn-facebook:hover{
	background:#3b5998;
	color:#fff;
}

.btn-google,.btn-google:hover{
	background:#DB4437;
	color:#fff;
}


.left-offers{
	padding:10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.left-offers .btn-product-notice{
	font-size:12px;
}
.left-offers h6{
	font-weight:500;
}

.left-offers .product-list .product .image{
	height:200px;
}

.left-offers .product-list .product .shipping-type{
	font-size:12px;
}
.left-offers .product-list .product .product-price{
	width:100%;
	float:none;
	padding:0px;
	height:auto;
	font-size:14px;
}
.left-offers .product-list .product .info .title{
	width:100%;
	font-weight:normal;
	font-size:12px;
	height:50px;
}

.left-offers .product-list .product .add-to-cart-btn{
	font-size:12px;
}

.left-offers .product-list .product .in-stock-button{
	display:none !important;
}


.modal-newsletter {
		color: #999;
		width: 625px;
		font-size: 15px;
	}
	.modal-newsletter .modal-content {
		padding: 30px;
		border-radius: 0;
		border: none;
	}
	.modal-newsletter .modal-header {
		border-bottom: none;
        position: relative;
		border-radius: 0;
	}
	.modal-newsletter h4 {
		color: #000;
		font-size: 30px;
		margin: 0;
		font-weight: bold;
	}
	.modal-newsletter .close {
		position: absolute;
		top: -15px;
		right: -15px;
		text-shadow: none;
		opacity: 0.3;
		font-size: 24px;
	}
	.modal-newsletter .close:hover {
		opacity: 0.8;
	}
	.modal-newsletter .icon-box {
		color: #7265ea;
		display: inline-block;
		z-index: 9;
		text-align: center;
		position: relative;
		margin-bottom: 10px;
	}
	.modal-newsletter .icon-box i {
		font-size: 110px;
	}
	.modal-newsletter .form-control, .modal-newsletter .btn {
		min-height: 46px;
		border-radius: 0;
	}
	.modal-newsletter .form-control {
		box-shadow: none;
		border-color: #dbdbdb;
	}
	.modal-newsletter .form-control:focus {
		border-color: #f95858;
		box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
	}
    .modal-newsletter .btn {
        color: #fff;
		background: #f95858;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		padding: 6px 20px;
		min-width: 150px;
		margin-left: 6px !important;
        border: none;
    }
	.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
		box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
		background: #f72222;
		outline: none;
	}
	.modal-newsletter .input-group {
		margin-top: 30px;
	}
	.hint-text {
		margin: 100px auto;
		text-align: center;
	}

/* Variants */
.variants{

}
.variants .title{
	font-weight:bold;
}

.variants .variant{
	padding:10px;
	border:1px solid #efefef;
	cursor:pointer;
}
.variants .variant .color{
	width:15px;
	height:15px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 20;
}
.variants .variant.warning{
	border-color:red;
}

.variants .variant .price{
	color:#cb0101;
}


.section-title{
		font-size:18px;
		font-weight:600;
		padding:20px 0px;
}


.section-new-home-text{

	background:#ebebeb;
	padding:40px;
	border:1px solid #dedede;
}


.section-newsletter{

	background:#ebebeb;
	padding:40px;
	border:1px solid #dedede;
	text-align: center;
}
.section-newsletter h4{
	text-align: center;
	display:block;
}
.section-newsletter .container-newsletter{
	max-width:600px;
	margin:0 auto;
}


.secure-icons-new{
	border:none;
	margin-top:20px;
}

.secure-icons-new .box{
	background:#fff;
	border:none;
	padding:20px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	text-transform: uppercase;
	border: 1px solid #f3f3f3;
	border-bottom:2px solid #ff1d4d;
}
.secure-icons-new i{
	color:#ff1d4d;
}
.secure-icons-new .icon{
	display:inline-block;
}
.secure-icons-new .text{
	display:inline-block;
	color:#ff1d4d;
}
.secure-icons-new .color1{
	color:#ff689b;
}
.secure-icons-new .color2{
	color:#3fcdc7;
}
.secure-icons-new .color3{
	color:#41cf2e;
}
.secure-icons-new .color4{
	color:#4680ff;
}


.top-info{
	padding-top:2px;
	background:#fff;
}
.top-info .delivery{

}
.top-info .delivery b{
	padding:4px 10px;
	display:inline-block;
	background:#737373;
	border:1px solid #efefef;
	font-weight: 500;
	border-radius: 20px;
	color:#fff;
	font-size:12px;
}

.top-info .contact-phone{
	padding:4px 10px;
	display:inline-block;
	background:#000;
	border:1px solid #efefef;
	font-weight: 500;
	border-radius: 20px;
	color:#fff;
	font-size:12px;
}
.top-info .contact-phone a{
	color:#fff;
}


.social-icons a{
	color:#fff;
}



.homepage .cat-homepage{
	background:#e4e4e4;
}
.homepage .cat-homepage .maggy-menu-hover{
	padding-top:40px;
}
.homepage .cat-homepage .maggy-menu-hover>ul>li > div > a{

	font-weight: 500;
}


/* Custom Popover */
.popover-header{
	padding: 2px 10px;
	font-size: 12px;
}


.review-box{

}



/* Delivery Date Container */
.delivery-date-container{
	width:100%;
	text-align:center;

}

.delivery-date-container .pick-deliv-date{
	display:none;
}

.delivery-date-container .flatpickr-calendar.inline{
	margin:0 auto;
}
.delivery-date-container .show-delivery-hours{
	padding:10px;
	padding-top:20px;
}

.delivery-date-container .select-interval{
	background:#fff; border:1px solid #ccc;
	font-weight:bold;
	display:inline-block;
	width:45%;
	margin:5px;
	padding:4px;
	cursor:pointer;
	vertical-align: top;
}
.delivery-date-container .select-interval.active{
	background:#ff1d4d;
	color:#fff;
}
.delivery-date-container .select-interval:hover{
	background:#ff1d4d;
	color:#fff;
}


/* Delivery Date Modal */
.delivery-date-modal{
	width:400px;
	text-align:center;
}
.delivery-date-modal h1{
	font-size:18px;
}
.delivery-date-modal .pick-deliv-date{
	display:none;
}

.delivery-date-modal .flatpickr-calendar.inline{
	margin:0 auto;
}
.delivery-date-modal .show-delivery-hours{
	padding:10px;
	padding-top:20px;
}

.delivery-date-modal .select-interval{
	background:#fff; border:1px solid #ccc;
	font-weight:bold;
	display:inline-block;
	width:45%;
	margin:5px;
	padding:4px;
	cursor:pointer;
}

.delivery-date-modal .select-interval:hover{
	background:#ff1d4d;
	color:#fff;
}

.delivery-date.active .magic-delivery-date{
	background:#fff;
	color:#000;
}
.delivery-date.active .magic-delivery-date:hover{
	background:#efefef;
}
.delivery-date:hover .magic-delivery-date{
	background:#efefef;
}
.magic-delivery-date{
	cursor:pointer;
	font-weight:bold;
	padding:10px 20px;
	font-size:16px;
	border:1px dashed #000;
	margin-top:5px;
	border-radius:5px;
}



/*


V 2.0 Updates


*/
.body-new{
	/*padding-top:170px;*/
	padding-top:163px;
}
.container{
	max-width:1600px;
}
.small-header{
	background:#f1ebf5;
}
.small-header .delivery-info-top .item{
	display:inline-block;
	padding:0px 20px;
}
.small-header{
	font-size:14px;
	font-weight:600;
}
.small-header .navbar{
	padding:0px 20px;
}


.sticky-header{
	position:fixed;
	top:0px;
	width:100%;
	left:0px;
	z-index:9999;
	background:#fff;

}
header.new{
}
header.new > nav{
box-shadow: 0 3px 0 rgba(102, 102, 102, 0.1) !important;
		padding-left:20px;
		padding-right:20px;
}

header.new .navbar-brand{
	display:block;
}
header.new .navbar-brand img{
	max-height:50px;
}

header.new .cart-total{
	font-size:24px;
	white-space: nowrap;
	color:#ff1d4d !important;
}
header.new .meniu-principal{
	overflow:auto;
}
header.new .meniu-principal .nav-link{
	font-weight:600;
	color:#010101;
	font-size:14px;
	white-space: nowrap;
}
header.new .meniu-principal .nav-link:hover{
	color:#ff1d4d;
}

footer.new{
}
footer.new .footer-top{
	background:#fff;
	padding:40px 0px;
	border-top:1px solid #f1f1f1
}

footer.new .footer-top .footer-logo{
max-width:200px;
}
footer.new .footer-top .social-icons{
	text-align:left;
}
footer.new .footer-top .social-icons a{
	color:#000;
}
footer.new .footer-top .list-unstyled li{
	padding:5px 0px;
}

footer.new .footer-bottom{
	background:#f8f9fa!important;
	padding:15px 0px;
}
footer.new .footer-bottom .copyright{
	text-align:center;
}

.btn{
border-radius:0px;
border:none;
text-shadow:1px 1px 1px rgba(0,0,0,.004);
font-weight:500;
text-transform: uppercase;
}
.btn-primary{
	background:#ff478a;
	border-color:#ad2e95;
}
.btn-primary:hover{
background:#ff2654;
}


/* Footer Boxes */
.footer-boxes{
	background:#f8f8f8;
	padding:60px 0px;
	color:#6d5384;
}
.footer-boxes .footer-box{
	font-size:12px;
}
.footer-boxes h2 strong{
	font-weight:600;
	color:#6d5384;
}



.section-newsletter-footer{
		background:#f87a8e;
	padding:40px;
	color:#fff;
}
.section-newsletter-footer h4{
	display:block;
}
.section-newsletter-footer .container-newsletter{
	margin:0 auto;
}


.category-page{
	padding:60px 0px;
}



/* Left Side */
.left-side{

}
.left-side .card{
	border:none;
}

.left-side .card-header{
	background:none;
	font-weight:700;
	padding:4px;
	margin-bottom:10px;
}


/* Cat Info */
.cat-info{

}
.cat-info .top-title{
	padding:20px 0px;
}


/* Products List */
.product-list .product .inside{

	border:1px solid #f0f1f4;
	-webkit-transition: all .2s cubic-bezier(.165,.84,.44,1) 0s;
transition: all .2s cubic-bezier(.165,.84,.44,1) 0s;
 margin-bottom:10px;
}
.product-list .product .inside:hover{
	box-shadow: 0 36px 60px 0 rgba(0,0,0,.12);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	z-index: 10;
}
.product-list .product .image{
	text-align: center;
	padding-bottom:5px;
	vertical-align: middle;
	padding-top:5px;
	height:368px;
	position:relative;
}
.product-list .product.product-related .image{
	height:234px;
}

.product-list .product .image .img-top,.product-list .product .image .img-bottom {
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
	width:100%;
	height:100%;
	background:#fff;
	display: flex;
align-items: center;
justify-content: center;

}

.product-list .product .image .img-top:hover{
  opacity:0;
}


.product-list .product .inside:hover .info .title a{
	color:#ff1d4d;
}


.product-list .product .image img{
	max-width:100%;
	max-height:368px;

}
.product-list .product .image a{
	display:block;
}



.product-list .product .info{
		font-weight:600;
		padding:20px;
		/*word-break: break-all;*/

}

.product-list .product .info .title{
	color:#2a3348;
}

.product-list .product .product-price{
	float:right;
		height:60px;
		padding-left:20px;
}
.product-list .product .product-price .old{
	font-size:14px;
	color:#9e9e9e;
}

.shipping-type{
	padding-bottom:10px;
	display:inline-block;
}
.shipping-type.shipping-type-0{
	color:green;
}
.shipping-type.shipping-type-1{
	color:#4498ff;
}

.cart-page .shipping-type{
	font-weight:bold;
}


.product-list .product .info .add-to-cart-btn{
	border-radius:20px;
}


/*
.product-list{

}
.product-list .product{

}
.product-list .product .inside{
	margin-bottom:20px;
	background:#fff;
	padding:0px;
	border:1px solid #efefef;

}
.product-list .product .inside:hover{
	border:1px solid #ccc;
}
.product-list .product .title{
	font-size:14px;
	font-weight:500;
	text-align: center;
	height:50px;
	overflow:hidden;
	padding:10px;

}
.product-list .product .title a{text-decoration: none;}
.product-list .product .price{
	font-weight:900;
	color:#ff1d4d;
	text-align: center;
	padding:10px 0px;
}
.product-list .product .price strike{
	color:grey;
	font-size:10px;
}
.product-list .product .add-to-cart-btn{
	border-radius:0px;
}
.product-list .product .image{
	text-align: center;
	padding-bottom:5px;
	height:255px;
	vertical-align: middle;
	  display: flex;
  align-items: center;
  justify-content: center;
	padding-top:5px;
}


.product-list .product .image .image-rollover img:nth-child(2){
	display:none;
}

.product-list .product:hover .image .image-rollover img:nth-child(1){
	display:none
}
.product-list .product:hover .image .image-rollover img:nth-child(2){
	display:block;
}


.product-list .product .image img{
	max-width:100%;
	max-height:255px;

}
.product-list .product .image a{
	display:block;
}
.product-list .product .actions{
	text-align: center;
	padding:10px;
}
*/


.tooltip {
    z-index:9999;
}


.product-search-item{

}
.product-search-item img{
	width:60px;
	min-height:60px;
	height:auto;
	float:left;
	padding-right:5px;
}
.product-search-item .name{
	display:block;
	font-weight:bold;
}
.product-search-item .description{
	display:block;
	font-size:12px;
}
.product-search-item .price{
	display:block;
	text-align: right;
	font-weight:bold;
}
.show-this-forced{
	display:block !important;
}




/* Mobile Header */
.mobile-header-magic{
	width:100%;
  font-size:36px;
  padding:5px 10px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
	background:#fff;
	-webkit-box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.31);
box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.31);
}
.mobile-header-magic .info-part{
	font-size:14px;
	text-align:center;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
}
.mobile-header-magic .search-part{
  padding:10px;
  display:none;
}
.mobile-header-magic .logo {

}
.mobile-header-magic .logo img{
  max-width:100%;
  height:auto;
	max-height:50px;
}
.mobile-header-magic .menu{
  position:relative;
  font-size:28px;
		padding:0px 15px;
		text-align: right;
		white-space:nowrap;
}
.mobile-header-magic .menu .cart-bag-button{
  position:relative;
}
.mobile-header-magic .menu > a{
  padding:10px;
	display:inline-block;
}

.mobile-header-magic .menu .dropdown-toggle:after { content: none }
.mobile-header-magic .cart-bag-button {
	position: relative;
}
.mobile-header-magic .cart-bag-button .show-top-cart-total{
	position:absolute;
	top:0px;
	right:0px;
	background:#ff3674;
	font-size:11px;
	color:#fff;
	border-radius:10px;
}

/* Mobile Categories */
.mobile-menu-magic{
  display:none;
  padding:15px 0px;
	width:80%;
	height:100%;
	overflow:hidden;
	background:rgba(255, 255, 255, 0.99);
	position:fixed;
	z-index:9999;
	top:0px;
	left:0px;
	overflow:auto;
	border-right:2px solid #efefef;
  -webkit-box-shadow: 7px 0px 5px -6px rgba(0,0,0,0.14);
-moz-box-shadow: 7px 0px 5px -6px rgba(0,0,0,0.14);
box-shadow: 7px 0px 5px -6px rgba(0,0,0,0.14);
}
.mobile-menu-magic .logo{
	text-align: center;
	position:relative;
	padding-bottom:0px;
}

.mobile-menu-magic .logo img{
	max-width:60%;
  display:none;
}

.mobile-menu-magic .logo .close{
		top:13px;
		right:20px;
		position:absolute;
		font-size:32px;
		cursor:pointer;

}

.mobile-menu-magic .smart-menu{
padding:0px 20px;
}
.mobile-menu-magic .smart-menu .item{
  padding:0px;
  text-transform: uppercase;

}
.mobile-menu-magic .smart-menu .item i{
  font-size:18px;
  vertical-align: middle;
}
.mobile-menu-magic .smart-menu .item > span{
  display:inline-block;
}
.mobile-menu-magic .smart-menu .item > span > a{
  vertical-align: middle;
  font-weight:bold;
  padding:20px 5px;
  display:block;
  font-size:14px;
}

.mobile-menu-magic .menu-categories{
	padding-top:0px;
	padding-bottom:100px;
}
/* General */
.mobile-menu-magic .menu-categories ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.mobile-menu-magic .menu-categories ul li ul{
  padding-left:20px;
}
.mobile-menu-magic .menu-categories ul li a{
	display:block;
	padding:10px 20px;
}

.mobile-menu-magic .menu-categories li > div{
	position:relative;
}
.mobile-menu-magic .menu-categories li > div > .toggle{
	padding:10px 20px;

	font-size:20px;
	position:absolute;
	right:0px;
	top:0px;
}



/* First Level */
.mobile-menu-magic .menu-categories  ul > li{
  border-bottom:1px solid #efefef;
}
.mobile-menu-magic .menu-categories > ul > li > div > a{
	font-weight:700;
}

/* All Other Levels */
.mobile-menu-magic .menu-categories > ul > li ul{
  display:none;
}


/* Collapsible */
.mobile-menu-magic .mag-collapse > div > a{
  padding-right:50px !important;
}


.select2-container{
  z-index: 99999;
}


#shippingModal{
	z-index:9999;
	/*background:rgb(255 255 255 / 79%);*/
	background:rgb(0 0 0 / 62%);
}
#shippingModal .modal-content{
	border-radius:20px;
	border:none;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border:1px solid #efefef;
}

#shippingModal .modal-content{
	border-radius:0px;
}
#shippingModal .modal-body b{
	padding:5px 0px;
	display:inline-block;
}


/* Mag Header & Overheader */
.mag-overheader .select-delivery-location .item{
		padding:7px;
		display:inline-block;
}

.mag-header{
	color:#000;

	background:url("../img/header-wallpaper.webp") center;
	background-size:cover;

}
.mag-header .navbar-brand{
	padding-top:0px;
	padding-bottom:0px;
	min-width:140px;
}
.mag-header .navbar-brand img{
		max-height:40px;
}
.mag-header .nav{}
.mag-header.mag-floating{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:9999;
	background:#fff;
}
.mag-header .navbar-brand{
	font-weight:bold;
}

.mag-header .nav-item .nav-link{
	color:#fff;
	font-size:14px;
	font-weight:500;
}
.mag-header .left-menu .nav-item .nav-link:hover{
background-color:#efefef;
}
.mag-header .left-menu .nav-item.active .nav-link{
	background-color:#ff3674;
	color:#efefef;
	border-radius: 5px;
}

.mag-header .right-menu {


}
.mag-header .right-menu .nav-item .nav-link:hover,.mag-header .right-menu .nav-item .nav-link.active{
	color:#fff;
}

.mag-header .right-menu .nav-item .nav-link i{
	font-size:24px;
}

.cart-bag-container{
	position:relative;
}
.cart-bag-container .show-top-cart-total{
	position:absolute;
	top:0px;
	right:0px;
	font-size:10px;
}


/* Dropdown Item Icon Fix */
.dropdown-item i{
	min-width:20px;
}

.currency-flag{
    vertical-align: middle;
    border: 1px solid #e9e9e9;
    font-size: 24px;
}

/* Product Page Extra Design */
.product-page .add-to-cart{
	border-radius:40px;
	font-size:26px;
}
.product-page .pQty{
	border:3px solid #efefef;
	border-radius:40px;
	padding:20px 20px;
		font-size:26px;
}
.product-page .gift_card{
	border:3px solid #efefef;
	border-radius:40px;
	padding:5px 20px;
}

.product-page .summary{
	padding:20px;
	border-radius:20px;
	background:#efefef;
}

.maxlength-feedback{
	color:#cf0048;
}


/* product-list-related */
.product-list-related .product .title{
	font-size:12px;
}
.product-list-related .product .product-price{
	float:right;
		height:auto;
		padding-left:20px;
}
.product-list-related .shipping-type{
	font-size:14px;
}
