html {
  scroll-behavior: smooth;
}
body{
	margin: 0;
    padding: 0;
    color: #d5d5d5;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight:400;
    font-size:14px;
	background:#2f2f2f;

}


.btn-outline-dark{
	border-color: #4c4c4c;
	color: #d5d5d5;
}
/* Inverse Bootstrap 4.5 Elements to Match Color Scheme */
.navbar-light {
	background-color: #111111;
	color: #b1b1b1;
}

.navbar-light .navbar-nav .nav-link {
	color: #b1b1b1;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:#dfb225;
}

.navbar-light .navbar-brand {
	color: #b1b1b1;
}

.navbar-light .navbar-brand:hover {
	color: #e74c3c;
}

.btn-primary {
	/*background-color: #dfb225;*/
	background-color: #6b080b;
	color: #fff	;
	border-color: #111111;
}

.btn-primary:hover {
	background-color: #dfb225;
	color: #111111;
	border-color: #b1b1b1;
}

.add-to-cart{
	background:none;
	border-color:#c1c1c1;
	color:#c1c1c1;
}
.add-to-cart:hover, .add-to-cart:focus, .add-to-cart:active {
	background:none;
	border-color:#dfb225;
	color:#dfb225;
}


.btn-secondary {
	background-color: #2f2f2f;
	color: #d5d5d5;
	border-color: #4c4c4c;
}

.btn-secondary:hover {
	background-color: #b1b1b1;
	color: #fff;
	border-color: #b1b1b1;
}
.btn-light {
	background-color: #f8f9fa;
	color: #212529;
	border: 1px solid #dee2e6;
}


.close {
	color: #fff;
	opacity: 0.75;
	text-shadow: none;
}

.close:hover, 
.close:focus {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.card {
	background-color: #111111;
	color: #d5d5d5;
	border-color: #050505;
}

.card-header {
	
	color: #d5d5d5;
}

.card-footer {
	
	color: #d5d5d5;
}

.table {
	background-color: #111111;
	color: #d5d5d5;
}

.table thead th {
	background-color: #2f2f2f;
	color: #d5d5d5;
	border:none;
}

.table tbody tr:hover {
	background-color: #2f2f2f;
}
.table tbody td{
	border-top:#0a0a0a;
}
.table th{
	border-color:#111111;
}

.form-control {
	background-color: #111111;
	color: #d5d5d5;
	border-color: #4c4c4c;
}

.form-control:focus {
	background-color: #111111;
	color: #d5d5d5;
	border-color: #b1b1b1;
	box-shadow: none;
}

.dropdown-menu {
	background-color: #111111;
	color: #d5d5d5;
	border-color: #4c4c4c;
}

.dropdown-item{
	background-color: #111111;
	color: #d5d5d5;
}

.dropdown-item:hover {
	background-color: #b1b1b1;
	color: #fff;
}
.container{
  max-width:1440px;
}
.btn{
	border-radius:0px;
}
.card{
	background:#111111;
}

.dropdown-divider {
	height: 1px;
	margin: 0.5rem 0;
	overflow: hidden;
	background-color: #4c4c4c; /* Inverse color */
	border-color: #4c4c4c; /* Inverse color */
	border-top:1px solid #4c4c4c;
}


a{
	color:#d5d5d5;
}
a:hover{
	color:#dfb225;
	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: #b1b1b1;
}
h2{
	font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    color: #b1b1b1;
}
h3{
	font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    color: #b1b1b1;
}



.dropdown-menu {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
	border: none;
}
.contact-text-top{
	font-size:16px;
}
.contact-text-top i{
	margin-right:5px;
}
/* Top bar */
.top-bar{
	font-size:12px;
	font-weight:600;
}
.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-link{
	color:#b1b1b1;
	padding:12px;
}
/* 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;
}

/* Simple Header */
.simple-header{

	padding:20px;
}

.simple-header .navbar-brand img{
	max-height:70px;
	width:auto;
}

.simple-header .nav-left .nav-link{
	padding:2px 5px;
	text-transform: uppercase;
}

.header-text{
	white-space: nowrap;
	vertical-align: middle;
}
.header-text .navbar-brand{
	display:inline-block;
}
.header-text .contact-text-top{
	display:inline-block;
	text-align:left;
	font-weight:500;
	color:#b1b1b1;
	font-size:13px;
}


.text-top-delivery{
  text-transform: uppercase;
}
/* Extra C SCHEME */

.btn-c-1{
	background-color:#eb2d2d;
	color:#fff;
}
.btn-c-1:hover{
	color:#fff;
}
.bg-c-1{

	   /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.1);*/
}

/* Navbar Menu */
.navbar-sub{
	padding:0px 0px;
	background: #111111;
	border-left:none;
	border-right:none;

}
.navbar-sub.navbar-dark .navbar-nav .nav-link{
	color:#b1b1b1;
	text-transform: uppercase;
	padding:10px 30px;
    font-size:14px;
		font-weight:700;
}
.navbar-sub.navbar-dark .navbar-nav .nav-link:hover{
    background: #b1b1b1;
		color:#fff;
}
.navbar-sub.navbar-dark .navbar-toggler{
	color:#b1b1b1;
}
.navbar-sub .navbar-brand{
	color:#b1b1b1;
	padding:10px 15px;
}
.navbar-sub .navbar-brand:hover{
	color:#b1b1b1;
}

.navbar-sub.navbar-dark .navbar-nav .nav-link.top-link-sp{
	vertical-align: middle;
}
.navbar-sub.navbar-dark .navbar-nav .nav-link.top-link-sp i{
	font-size:18px;
	vertical-align: middle;
}

.navbar-sub .main-navbar{
	margin:0 auto;
}

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

/* Footer*/

.section-newsletter-footer{
		background:#0f0f0f;
	padding:40px;
	color:#fff;
  
}
.section-newsletter-footer h4{
	display:block;
}
.section-newsletter-footer .container-newsletter{
	margin:0 auto;
}
.section-newsletter-footer .container{
  border-bottom:1px solid #323232;
}
.section-newsletter-footer .input-group input{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.section-newsletter-footer .input-group .btn{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}


.footer-main{
  background-color: #222;
  background-size: cover;
  color: #777;
  position: relative;
}
.footer-main .container{

}
.footer-main .social-icons{
	background:#a3a3a3;
	 vertical-align: middle;;
	 border-radius:10px;
	 display:inline-block;
	 padding:4px;
	 margin-top:10px;

}

.footer-main .social-icons a i{
	  color: #000;
  font-size: 20px;

  vertical-align: middle;
}
.footer-main .social-icons a img{
	  max-width: 20px;
  height: auto;
  vertical-align: middle;
  

}
.footer-main .footer-logo {max-height:50px; margin-bottom:10px;}
.footer-main .type-1{background: #111111;}
.footer-main .footer-columns-entry{  padding-top:40px;}
.footer-main .footer-address a b{color: #dfb225;}
.footer-main .copyright a{color: #fff;}
.footer-main .footer-links a:hover{color: #dfb225;}
.footer-main .footer-columns-entry .column a:hover{color: #dfb225;}
.footer-main .footer-columns-entry .column-title {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}
.footer-main .footer-columns-entry ul{
	list-style: none;
	padding:0px;
	margin:0px;
}
.footer-columns-entry .column-title{margin-bottom: 20px; font-weight: 600; color: #fff; font-size: 17px; line-height: 20px;}
.footer-columns-entry .column{list-style: none; font-weight: 400; color: #989898; font-size: 15px; line-height: 20px; margin-top: -5px;}
.footer-columns-entry .column a{color: #777; display: inline-block; padding: 5px 0;}
.footer-columns-entry .column a:hover{color: #03b4ea;}

.footer-description{font-size: 14px; line-height: 24px; color: #777; font-weight: 400;}
.footer-description b{font-weight: 700; color: #777;}


.footer-bottom-navigation{padding: 40px 0; display: table; width: 100%; position: relative;}
.footer-bottom-navigation .cell-view{position: relative;}
.footer-bottom-navigation .footer-links{font-size: 0;}
.footer-links a{font-size: 14px; font-weight: 500; color: #3c3c3c; line-height: 14px; padding-right: 15px; display: inline-block; border-right: 1px #cfcfcf solid; margin-right: 15px; margin-bottom: 7px!important; margin-top: 7px; vertical-align: top;}
.footer-links a:last-child{padding-right: 0; border: none; margin-right: 0;}
.footer-links a:hover{color: #03b4ea;}
.payment-methods{text-align: right; font-size: 0;}
.payment-methods a{display: inline-block; vertical-align:top; border: 1px #ebebeb solid; border-radius: 3px; -webkit-border-radius: 3px; margin-right: 10px; margin-bottom: 5px;  margin-top: 5px; }
.payment-methods a:hover{opacity: 0.5;}
.payment-methods a img{display: block; height:20px; width:auto;}
.payment-methods a:last-child{margin-right: 0;}
.copyright{font-size: 14px; line-height: 14px; color: #fff; margin-bottom: 15px; padding: 7px 0;}
.copyright a{font-weight: 600; color: #fff;}

.page-spacing{
	margin-top:10px;
	margin-bottom:10px;
}
/* Page */
.page{
	padding-bottom:20px;
}
.page .page-header {
	margin-bottom: 60px;
	text-align: center;
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 55px 0;
}
.page .page-header h1 {
	font-size: 2.4286em;
	margin: 0;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 25px;
	color: #b1b1b1;
}

.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: #111111;
    padding: 0;
    position: relative;
    padding-bottom: 20px;
}

/* Login Page */
.login-page{
	max-width:500px;
	margin:0 auto;
	background:#111111;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
}
/* Register Page */
.register-page.container{
	max-width:500px;
	margin:0 auto;
	background:#111111;
	padding:20px;
	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:#b1b1b1;}
.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 #1f1f1f;}
.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:#b1b1b1;}

.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;
}
.product-list{

}
.product-list > div{
	padding:0px;
}
.product-list .product{
transition: transform .2s; /* Animation */
}
.product-list .product .inside{
	margin-bottom:0px;

	padding:20px;
}
.product-list .product .inside:hover{

}
.product-list .product .info{
	padding:10px;
}
.product-list .product .title{
	font-size:14px;

	overflow:hidden;
	text-align:left;
  font-weight:600;

}
.product-list .product .title a{text-decoration: none;}
.product-list .product .price{
	text-align:left;
  font-weight:600;
  padding-top:10px;
}
.product-list .product .price strike{
	color:#b1b1b1;
  font-weight:400;
}
.product-list .product .image{
	text-align: center;
	padding-bottom:5px;
	height:auto;
	vertical-align: middle;
	  display: flex;
	/*
  align-items: center;
	*/
  justify-content: center;
	position:relative;
	min-height:150px;
}

.product-list .product .image .wishlist-button{
	z-index:2;
	position:absolute;
	right:10px;
	top:10px;
	font-size:24px;
}
.product-list .product .image .wishlist-button a:hover{
	color:#b1b1b1;
}
.product-list .product .image img{
	max-width:100%;
}

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


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


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

/*Home*/
.home-video{
	width:100%;
}
.home-video video{
	width:100%;
	margin:0 auto;
}
.home-banner{
	

}
.home-banner .carousel-control-next, .home-banner .carousel-control-prev{
	color:#b1b1b1;
	font-size:24px;
}

.home-banner .carousel-item{
}
.home-banner .banner-img{
  background-position: center;
  background-size: cover;
  width:100%;
  height:430px;

}


.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-page .price .amount strike{
	color:#333;
}

.product-gallery{
	margin-bottom:10px;
}
.product-gallery .main{
margin-bottom:10px;
}

.product-gallery .thumbs{
  list-style-type: none;
  margin:0px;
  padding:0px;
  text-align:center;
}
.product-gallery .thumbs li{
  display:inline-block;
  vertical-align: top;
}
.product-gallery .thumbs li a{
	display:block;
}
.product-gallery .thumbs li img{
	border:1px solid #1f1f1f;
	padding:4px;
}


.product-page .product-description{
	padding:20px 0px;
}
.product-page .product-description .inside{
	background:#111111;
	padding:20px;
}

.page-404{
	padding:100px;
	text-align: center;
}
/* Cart Css */

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



.cart-page .cart-totals-pre{

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

.checkoutPage .card{
	margin-bottom:20px;
}

.showCartTotals{
		float:right;
	margin-bottom:20px;
}
.cart-totals-live{
	width:300px;
}
.cart-totals-live th{
	padding:5px;
}
.cart-totals-live td{
	padding:5px;
	text-align: right;
}
.cart-totals-live .total{
	color:#d18576;
	font-size:24px;
}


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

.cat-info{

}

/* Conversations */
/*Conversations Style*/
.conversation-reply{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #1f1f1f;}
.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:#b1b1b1; 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: #111111;}
.charts-page .box .box-title{background:#efefef; padding:10px; color:#b1b1b1; 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:#b1b1b1;}
.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:#b1b1b1; font-weight:bold;}


/* Left Side */
.left-side{
	margin-bottom:20px;

}
.left-side .card{
  padding:10px 0px;
}

.left-side .card-header{
	padding:5px 15px;
	color:#a3a3a3;
	background:none;
	border:none;
	font-size:14px;
	font-weight:bold;
}


.precious-metals-guide{
	margin-bottom:10px;
}
.precious-metals-guide h3{
	font-size:24px;
	margin:10px 0px;
}

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

	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{
    margin-bottom:100px;
}
.posts-page .banner{
}
.posts-page h1{
    font-size: 32px;
    line-height: 32px;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 15px;
}
.posts-page .post-list{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #1f1f1f;
}
.posts-page .post-list h5 a{
    color:#b1b1b1;
}
.posts-page .post-list img{
    border:1px solid #1f1f1f;
    margin-right:10px;
}

.post-detail img{
	max-width:100% !important;
	height:auto !important;
}

.live-spot-prices{
	background:#b1b1b1;
	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:#b1b1b1;
	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: #111111;
	padding:4px;
	position:absolute;
	left:100%;
	z-index:9999;
	top:0px;
	width:300px;
	border:1px solid #ccc;
}
/* Third Level */

.captcha-div{
	background: #111111;
	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;
			background:#000;
}
.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:10px;
border:1px solid #1f1f1f;
}
.shippingMethods label:hover{
	border:1px solid #10110e;
	background:#252525;
}

.shippingMethods label:has(input[type="radio"]:checked) {
	background-color:#1f1f1f;
	
  }


.shippingMethods label span{
display:inline-block;
width:60%;
}
.shippingMethods label span.icons{

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

}

.show-this-forced{
	display:block !important;

}

.toggle-this-mob .toggler{
	float:right;
}


/*myAddresses*/

#myAddresses .address-badge{
	font-weight:bold;
	color:#b1b1b1;
	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{
 border:1px solid #1f1f1f;
 padding:4px;
}
.extra-products .product{
	align-items: center;
  justify-content: center;
	border-bottom:1px solid #1f1f1f;
}
.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;
}


.insta-shop{
	text-align:center;
}


.homepage .homesection{
	margin:20px 0px;
}

.homepage h1{
	padding:20px 0px;
}


.home-pres .info-photo{

}

/* Return Form */


.return-form{
	max-width:500px;
	margin:0 auto;
	background:#efefef;
	padding:10px 20px;
}
.return-form .form-group{
	margin-bottom:5px;
}

.return-form .form-control{
	padding:2px 4px;
	border-radius:0px;

}


.checkoutPage h5{
	padding:20px 0px 0px 20px;
	font-weight:500;
	color:#b1b1b1;;
}

.checkoutPage .card-body h5{
	padding-left:0px;
}

/* Categories Home */
.home-categories-thumbs{
 padding:0px 0px;
}
.home-categories-thumbs .row > div{
	padding:0px;
}
.home-categories-thumbs .inside{
	position:relative;
	height:250px;
	background-size: cover;
  background-position: center;
	display:block;
	width:100%;
	padding:10px;
}
.home-categories-thumbs .inside .bgimg{
	position:absolute;
	width:100%;
	height:100%;
		background-size: cover;
		 position: relative;
     z-index:50;

}

.home-categories-thumbs .inside .name{

	padding:10px 0px;
	font-size:24px;
  margin-top:-60px;
  margin-left:10px;
  position:absolute;
  color:#fff;
  z-index:100;

}
/*
.home-categories-thumbs .inside .name{
	position:absolute;
	color:#b1b1b1;
	width:100%;
	left:0px;
	bottom:0px;
	color:#fff;
	padding:10px;
	font-weight:500;
	font-size:21px;

	-webkit-transition: font-size 0.5s;
   -moz-transition:  font-size 0.5s;
     -o-transition:  font-size 0.5s;
        transition:  font-size 0.5s;
					padding-top:20px;

}

.home-categories-thumbs .inside:hover .bgimg{
 filter: blur(8px);
 -webkit-filter: blur(8px);
}
*/
.home-categories-thumbs .inside .bgimg .overlay{
	/*background:rgba(80, 80, 80, 0.28);*/
	left:0px;
	top:0px;
	position: absolute;
	height: 100%;
	width: 100%;
background: linear-gradient(27deg, rgba(0,0,0,0.4542191876750701) 0%, rgba(0,0,0,0.1741071428571429) 19%, rgba(0,71,86,0) 40%, rgba(0,0,0,0) 100%);

}


/* PINK #ea25bb */

/* Products Slider */
.products-slider{
	visibility: hidden;
}
.products-slider.slick-initialized{
	visibility: visible;;
}
.products-slider .product{
	padding:10px;
}


.section-new-products{
	background:#efefef;
	padding:20px;
	margin:10px 0px;
}


.tax-incl{
	font-size:10px;
	color:#b1b1b1;
}


/* NEW NEW NEW */
.toolbar-left{
	float:left;
	margin-bottom:20px;
}
.toolbar-right{
	float:right;
	margin-bottom:20px;
}


.main-page-container .container{

}


.iframe-video{
	width:100%;
	height:620px;
	padding:15px 0px;
}


.insta-slider{
	display:none;
}
.insta-slider.slick-initialized{
	display:block;
}
.insta-slider .item{

}
.insta-slider .item .inside{
	vertical-align: top;
}
.insta-slider .item .image{
	height:373px;
	display:flex;
	align-items: center;
justify-content: center;
overflow:hidden;

}
.insta-slider .item .image a{
	display:inline-block;
}
.insta-slider .item .image img{
	max-height:373px;
	width:auto;
	height:auto;
		vertical-align: middle;
		display:inline-block;

		/*
		filter: url(filters.svg#grayscale);
filter: gray;

-webkit-filter: grayscale(0.7);
 */

}
.insta-slider .item .image img:hover {
  filter: none;
  -webkit-filter: none;
}

.insta-slider .item .text{
	padding:10px;
}


.checkoutPage .container{
	max-width:800px;
}

.checkoutPage .card{
	border:none;
	padding:0px;
}
.checkoutPage .card .card-body{
	padding:20px;
}
.checkoutPage .card .card-header{
	background:none;
		padding:20px;
}

.checkoutPage h2.shorter{
	font-size:24px;
	padding:20px 0px;
}



/* Cookie Dialog - Dark Version */
#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 375px;
	background-color: #111111;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
	margin-left: 30px;
	font-family: system-ui;
	color: #d5d5d5;
}
#gdpr-cookie-message h4 {
	color: #b1b1b1;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: #dfb225;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: #d5d5d5;
	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: #dfb225;
	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: #b1b1b1;
	border-bottom-color: #dfb225;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
	border: none;
	background: #2f2f2f;
	color: #d5d5d5;
	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: #4c4c4c;
	color: #fff;
	transition: all 0.3s ease-in;
}

#gdpr-cookie-message #gdpr-cookie-accept {
	background: #198754;
}
#gdpr-cookie-message #gdpr-cookie-accept:hover {
	color: #fff;
}
button#gdpr-cookie-advanced {
	background: #111111;
	color: #dfb225;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}



/* SEPT 2020 Updates */


.mag-overheader{
  background:#10110e;

}
.mag-overheader .nav-item .nav-link{
	color:#8f8f8f;
	text-transform: uppercase;
}
.mag-overheader .nav-item .nav-link.active,
.mag-overheader .nav-item .nav-link:focus {
	color: #707070;
	text-transform: uppercase;
}

.mag-overheader .nav-item .nav-link:hover{
	color:#707070;
	text-transform: uppercase;
}




.mag-header{
	color:#b1b1b1;
	border-bottom:1px solid #1f1f1f;
  padding:20px 0px;
  background:#111111;
}
.mag-header .nav{}
.mag-header.mag-floating{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:9999;
	background: #111111;
}
.mag-header .navbar-brand{
	font-weight:bold;
	color:#fff;
}
.mag-header .navbar-brand:hover{
	font-weight:bold;
	color:#fff;
}

.mag-header .navbar-brand img {
	max-width: 200px;
}

.mag-header .nav-item .nav-link{
	color:#b1b1b1;
    font-weight:500;

}
.mag-header .nav-item .nav-link:hover{
	color:#b1b1b1;
    font-weight:500;

}
.mag-header .left-menu .nav-item .nav-link{
    padding:0px 20px;
}
.mag-header .nav-item .nav-link.visited {
	color:#b1b1b1;

}

.mag-header .nav-item .nav-link:focus {
	color:#b1b1b1;
	
}

.mag-header .right-menu {


}

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


.main-page-container{

}



.mobile-header-magic{
	display:none;
}


.alert-secondary a{
	color:#000;
}



/*Alert Cart Add */
.alert-cart-add{
background: #111111;
box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-moz-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-webkit-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-o-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-ms-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
padding:10px;
z-index:9999;
}
.alert-cart-add img{
	float:left;
	width:80px;
	height:auto;
	margin-right:10px;
	border:1px solid #1f1f1f;
	padding:2px;
}
.alert-cart-add .title{
	margin-bottom:5px;
}
.alert-cart-add .title b{
		font-weight:700;
}
.alert-cart-add .buttons{
	text-align:right;
}

.alert-danger-cart{
text-align: center;
background-color: #da0f19;
border-color: #da0f19;
color:#fff;
font-size:14px;
box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-moz-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-webkit-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-o-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-ms-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
padding:20px;
}



/* No Borders Input */
.form-control{
  background: #111111;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 13px 15px;
  vertical-align: middle;
}
select.form-control{
  padding:2px;
}

.checkoutPage .form-control{
	/* background:#efefef; */
}

.size-chart-calculator .form-control{
	background:#efefef;
}





/* Newsletter Modal */
.newsletter-modal-nice{
		 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

		 position:fixed;
		 top:2%;
		 right:5%;
		 z-index:1000;
		 width:400px;
}
.newsletter-modal-nice h4{
	font-size:21px;
}
.newsletter-modal-nice p{
	font-size:12px;
}



/* Newsletter Magic */
#modal-newsletter-magic{
}
#modal-newsletter-magic .modal-body{
	padding:0px;
	padding-right:20px;
	background:#000;
}
#modal-newsletter-magic .newsletter-image{
	width:100%;
}



/*Alert Cart Add */
.alert-wishlist-add{
background: #111111;
box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-moz-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-webkit-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-o-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
-ms-box-shadow: 1px 4px 15px 0px rgba(0,0,0,.3);
padding:10px;
}
.alert-wishlist-add img{
	float:left;
	width:80px;
	height:auto;
	margin-right:10px;
	border:1px solid #1f1f1f;
	padding:2px;
}
.alert-wishlist-add .title{
	margin-bottom:5px;
}
.alert-cart-add .title b{
		font-weight:700;
}
.alert-cart-add .buttons{
	text-align:right;
}


/* Home Body */

.body-home .text-top-delivery{
	color:#fff;
}
.body-home .home-banner{
 margin-top:-130px;
 z-index:8888;
}

.body-home .home-video{
 margin-top:-130px;
 z-index:8888;
}

.body-home .header-wrapper{
	z-index:9999;
	position:relative;
}
.body-home .header-wrapper .mag-overheader{

}

.body-home .header-wrapper .mag-header{
	border-bottom:0px;
}

.body-home .header-wrapper .mag-header .nav-item .nav-link,.body-home .header-wrapper .mag-overheader .nav-item .nav-link{
	color:#fff;
	/*text-shadow: -1px 1px 2px rgb(0 0 0 / 53%);*/
}

.body-home .header-wrapper .mag-header.mag-floating .nav-item .nav-link{
	color:#b1b1b1;
	/*text-shadow: -1px 1px 2px rgb(0 0 0 / 53%);*/
}

.body-home .header-wrapper  .mag-header .navbar-brand{
	color:#fff;
	/*text-shadow: -1px 1px 2px rgb(0 0 0 / 53%);*/
}

.body-home .header-wrapper  .mag-header.mag-floating .navbar-brand{
	color:#b1b1b1;
	/*text-shadow: -1px 1px 2px rgb(0 0 0 / 53%);*/
}

.body-home .header-wrapper  .mag-header.mag-floating {
	background: #111111;
}


/* Mobile */
.body-home .mobile-header-magic{
	background:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.body-home .mobile-header-magic .text-promo{
  color:#fff;
}
.mobile-header-magic .text-promo{
  font-size:12px;
  color:#b1b1b1;
  font-weight:bold;
  padding:0px 10px;
  text-align: center;
}



.body-home .mobile-header-magic .logo a{
	color:#fff;
}

.body-home .mobile-header-magic .logo a img{
	max-width: 200px;
}

.body-home .mobile-header-magic .menu > a{
	color:#fff;
}
.body-home .mobile-header-magic.mag-floating .text-promo{
    color:#b1b1b1;
}

.body-home .mobile-header-magic.mag-floating{
	background: #111111;
}

.body-home .mobile-header-magic.mag-floating .logo a{
	color:#b1b1b1;
}

.body-home .mobile-header-magic.mag-floating .menu > a{
	color:#b1b1b1;
}



/* New Product Page */

.new-product-page{

	padding:40px 0px;
}


.new-product-page .product-title{
	font-size:18px;
	font-weight:normal;
}
.new-product-page .price-new{
	font-size:24px;
	padding:20px 0px;
}

.new-product-page .product-gallery .product-image a{
	display:block;
	padding:2px;
}
.new-product-page .product-gallery .product-image a img{
	width:100%;
}

.new-product-page .product-options .product-size .custom-radio{
	cursor:pointer;
}


.new-product-page .product-description{
	padding-top:30px;
}


.new-product-page .product-gallery > div{
	padding:0px;
}







/* Product Preview */
.product-preview{
	max-width:800px;
}
.product-preview .second-noty{
	margin-top:10px;
}
.product-preview.product-title{
	font-size:18px;
	font-weight:normal;
}
.product-preview .price-new{
	font-size:24px;
	padding:20px 0px;
}

.product-preview .product-gallery .product-image a{
	display:block;
	padding:2px;
}
.product-preview .product-gallery .product-image a img{
	width:100%;
}

.product-preview .product-options .product-size .custom-radio{
	cursor:pointer;
}


.product-preview .product-description{
	padding-top:30px;
}


.product-preview .product-gallery > div{
	padding:0px;
}


.read-more-magic{
	overflow:hidden;
}



.size-chart-calculator{
	padding:20px;
	max-width:800px;
}
.size-chart-calculator .response{
	margin-top:5px;
}


.bra-size{
	max-width:800px;
}

.bra-size img{
	width:100%;
	height:auto;
}



/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
	z-index:9999;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ccc;
}

.ribbon.ribbon-sale span{
	background-color: #fe86cd;
}
.ribbon.ribbon-best span{
	background-color: #52d58f;
}
.ribbon.ribbon-new span{
	background-color: #fc4d51;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}



.custom-radio-maggy{
	display:inline-block;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}
.custom-radio-maggy label{
	display:inline-block;
		padding:5px 10px;
		margin-bottom:0px;
		cursor:pointer;
}
.custom-radio-maggy.mag-checked{
	background:#efefef;
}

.custom-radio-maggy input{
	display:none;
}

label.custom-radio-maggy{
		border:1px solid #ccc;
			margin-right:5px;
	display:inline-block;
		padding:5px 10px;
		margin-bottom:5px;
		margin-top:5px;
		cursor:pointer;
}



.custom-radio-container{
  margin-bottom:10px;
}
label.custom-radio-color{
  border-radius:100%;
  padding-top:10px;
  text-align:center;
  width:40px;
  height:40px;
  vertical-align: top;
}
.custom-radio-color .name{
  display:none;
  color:#fff;
}
.custom-radio-color.mag-checked{
  border:2px solid #2d2d2d;
}
.custom-radio-color.mag-checked .name{
  display:block;
}

.toggle-this-mob .toggler{
	display:none;
}


.zoom-magic {
		position: relative;
	}

	/* magnifying glass icon */
.zoom-magic:after {
		content:'';
		display:block;
		width:33px;
		height:33px;
		position:absolute;
		top:0;
		right:0;
		background:url(../img/icon.png);
	}

.zoom-magic img {
		display: block;
	}

.zoom-magic img::selection { background-color: transparent; }

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #111111;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #111111;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}



/* New Cart Magic */
.order-summary-new{
	background: #111111;
}
.order-summary-new .inside{
	  padding:25px;
}
.order-summary-new h3{
	font-size:18px;
	margin-bottom: 20px;
	padding:0px;
	text-transform: none;
}

.order-add-coupon{
	    border: 1px solid #1f1f1f;
			padding:25px;
}


.nav-cart-steps{
	margin-bottom:20px;
}
.nav-cart-steps .nav-link{
	text-transform: uppercase;
	font-size:17px;
	text-align:left;
	padding-left:0px;
}
.nav-cart-steps .nav-link.active{
	background:none;
	color:#b1b1b1;
	border-bottom:1px solid #ccc;
}


.variants .title{
  padding:5px 0px;
}

.modal-size-inside{
  width:400px;
}

.product-video{
  padding:0px 70px;
}


/* Home Artissane */
.home-artissane h3{
  text-align:center;
  padding:20px;
  font-size:24px;
}
.home-2-banners{
  margin-bottom:80px;
}
.home-2-banners .row > div{
    padding:0px 15px;
}
.home-2-banners .image{
  padding:2px;
  background-position: center;
  background-size:cover;
  height:400px;
  position:relative;

}

.home-2-banners .image .text{
  position:absolute;
  left:40px;
  top:40px;
  color:#fff;
}
.home-2-banners .image .text.text2{

  top:auto;
  bottom:40px;

}
.home-2-banners .image .text .top-t{
  font-size: 4.0714em;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}
.home-2-banners .image .text .bottom-t{
  font-size: 5.1428em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #fff;
}

.home-2-banners .image .text .buttons{
  margin-top:20px;
}
/* Dropdown cats top */
.dropdown-cats-top{
  width:800px;
  margin-left:-300%;
  margin-top:20px;
}

/*  Home Section Product Tabs */
.home-section-product-tabs{
	margin-top:10px;
  margin-bottom:80px;
}
.home-section-product-tabs .tab-links{
  padding:20px 0px;
}
.home-section-product-tabs .tab-links .nav-link{
  font-size:24px;
  font-weight:600;
  color:#ababab;
}
.home-section-product-tabs .tab-links .nav-link.active{
  color:#dfb225;
}

.ribbon-mags{
  border-radius:10px;
  padding:4px 8px;
  position: absolute;
  z-index:8999;
  font-size:10px;
  color:#fff;
  left:5px;
  top:5px;
}

.ribbon-mags.ribbon-sale{
  background-color:#dc3545;
}
.ribbon-mags.ribbon-best{
  background-color:#ffc107;
}
.ribbon-mags.ribbon-new{
  background-color:#198754;
}


.home-section-categories{
  background-color:#1f1f1f;
  padding:100px 0px;
}


.section-banner-discount{
  padding:40px 0px;
}



.section-banner-discount .banner-col1{
  text-align:right;
}
.section-banner-discount .text_column{
  padding-top: 60px;
}
.section-banner-discount .text_column h5{
  font-size: 2.4286em;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}
.section-banner-discount .text_column h4{
  font-size: 2.4286em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-banner-discount .banner-col2 {
    padding-left: 40px;
}
.section-banner-discount .banner-col2 .small-image {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 17px solid #212529;
    -webkit-box-shadow: 0px 0px 12.75px 2.25px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 12.75px 2.25px rgba(0,0,0,.06);
    box-shadow: 0px 0px 12.75px 2.25px rgb(0 0 0 / 6%);
}
.section-banner-discount .banner-col2 .small-image .figure{
	margin-bottom:0px;
}


.btn-outline-custom-dark{
  color: #cfcfcf;
  border: 2px solid #cfcfcf;;
  font-weight: 600;
  padding: 9px 35px;
  display: inline-block;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.btn-outline-custom-dark:hover{
	  background: #222;
  color: #fff;
  border: 2px solid #222;
}
.all-categories-page{
	padding:40px 0px 100px 0px;
}
.all-categories-page .top-title{
  padding:40px 0px;
}


.category-page{
  padding-top:40px;
}


.cart-page{
  padding:40px 0px;
}


.page-item.active .page-link{
  background:#b1b1b1;
  border-color: #b1b1b1;
}

.page-item .page-link{
  color:#b1b1b1;
}

.go-to-url{
  cursor:pointer;
}



.new-section-sale{
  background-color: #1f1f1f;
padding: 100px 0px;
}

.new-section-sale .product-list .inside{
  padding:0px;
  background: #111111;
  padding-bottom:0px;
  margin-bottom:0px;
}

/* Small */
.new-section-sale .product-list .product .image{
  min-height:200px;
  height:200px;
  padding:20px;
}

.new-section-sale .product-list .product .image img{
  max-height:100%;
  max-width:auto;
}

/* Big */
.new-section-sale .product-list .product.big-list .image{
  padding:50px 20px;
  height:520px;
}

.new-section-sale .product-list .product.big-list .image img{
  max-height:100%;
  max-width:auto;
}


.filter-section{
  padding:5px 15px;
}
.filter-section .title{
  font-weight:bold;
  font-size:12px;
}
.filter-section .form-field select{
  margin:0px;
}

.logos-legal img{
	max-width:250px;
}


.section-image-text{

}

.wide-image-section .the-image{
	width:100%;
	height:400px;
	background-size:cover;
	background-position:center;
}

.sticky-top{
	  position: sticky;
  top: 0;
  z-index: 9998;
  background: #111111;
  padding: 10px 0px;
}

.mag-overheader{
	z-index:9999;
}
.mag-overheader .dropdown-menu{
	z-index:9999;
}