html {
    scroll-behavior: auto !important;
}

body {

}

* {
    transition: .2s all;
}

.hidden {
    display: none !important;
}

#topbar {
    background: #d9e1e6;
    color: #868f93;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: .5em;
    overflow: hidden;
}

header {
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    width: 100%;
}

header .logo {
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 300;
}

header .logo a,
header .product-reviews-stars a {
    text-decoration: none;
}

header .logo a:hover {
    text-decoration: none;
}

header .logo small {
    font-size: 20px;
}

header .logo img {
    max-height: 64px;
    position: relative;
    top: -5px;
}

header a {
    color: #333;
    text-decoration: underline;
}

header a:hover {
    color: #333;
}

nav {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #111;
}

nav a:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}

nav svg {
    position: relative;
    top: -2px;
}

.product-reviews {
    color: #111;
}

.product-reviews a {
    color: #111;
}

.product-reviews-stars svg {
    color: #ded3aa;
}

.product-images img {
    background: #333;
}

.product-additional-images {
    padding: 1em 0 1em 0;
}

.product-additional-images img {
    background: #e1e1e1;
}

.product-price {
	position: relative;
    color: #68899a;
    padding: 1em 0 0 0;
    font-weight: 700;
    font-size: 24px;
}

.product-price-old {
	position: relative;
	color: #ccc;
	font-size: 18px;
	font-weight: normal;
}

.product-price-old:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #ff0000;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}

.product-price-info {
    color: #68899a;
    padding:  0 0 1em 0;
    font-weight: 300;
    font-size: 14px;
}

.product-price-stock,
.product-price-tags,
.product-stock,
.product-country,
.product-brand,
.product-condition,
.product-delivery,
.product-price-sku {
    color: #68899a;
    padding:  0;
    font-weight: 300;
    font-size: 14px;
}

.product-country img {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
	
.product-price-tags a,
.product-price-info a {
    text-decoration: none;
    color: #111;
}

.product-description {
    padding: 2em 0 0 0;
    color: #555;
}

.product-share {
    border-top: 1px solid #e1e1e1;
    margin: 1em 0 0 0;
    padding: .75em 0 .75em 0;
    color: #555;
    text-transform: uppercase;
}

.product-share a {
    text-decoration: none;
    color: #111;
}

.product-share svg {
    position: relative;
    top: -2px;
}

.product-addtocart {
    margin: 3em 0 0 0;
}

.product-addtocart .btn {
    border-radius: 0;
    padding: 1em;
    width: 100%;
}

h1 {
    letter-spacing: -1px;
}

footer {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    color: #b5b5b5;
    font-size: 14px;
}

footer a {
    text-decoration: none;
    color: #b5b5b5;
}

footer a:hover {
    text-decoration: none;
    color: #333;
}

.btn-border-golden {
    border: 2px solid #ded3aa;
    border-radius: 0;
}

.btn-border-golden svg {
    position: relative;
    top: -2px;
}

.btn-border-golden:hover {
    border: 2px solid #ded3aa;
    border-radius: 0;
}

.btn {
    border: 0 !important;
}

.btn:active,
.btn:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #333;
}

.back-to-top:hover {
    color: #333;
}

.product-scope {
    border-top: 1px solid #e1e1e1;
    margin: 2em 0 0 0;
    padding: .75em 0 .75em 0;
    color: #555;
    text-transform: uppercase;
}

.product-scope ul {
    text-transform: none;
}

.btn {
    border-radius: 0;
}

.accordion svg {
    margin-right: 0.5em;
}

.accordion {
    border-radius: 0;
}

.accordion .accordion-item,
.accordion .accordion-header,
.accordion .accordion-button {
    border-radius: 0 !important;
}

.accordion-button {
    background: #f8f9fa !important;
}

.accordion-button.collapsed {
    background: #212529;
}

.greyscale {
    filter: grayscale(1);
}

.patch {
    position: relative;
    z-index: 1000;
    top: 150px;
    width: 100%;
	height: 0;
    text-align: center;
}

.patch .patch-text{
    background: #ff0000;
    color: #fff;
    opacity: .75;
    border-radius: 15px;
    transform: rotate(-25deg);
    padding: 1em;
    text-align: center;
    max-width: 350px;
    min-width: 300px;
    font-size: 28px;
    display: inline-block;
}

@media(max-width:768px) {
	.patch {
		top: 150px;
	}
	.patch .patch-text{
		font-size: 18px;
		max-width: 250px;
		min-width: 200px;
	}
}

.underline {
    border-bottom: dotted #ccc 1px;
}

.alert a {
  text-decoration: none;
  border-bottom: dotted #3e3e3ed4 1px;
  color: #3e3e3ed4;
}

.float-right {
    display: inline-block !important;
    float: right !important;
}

.swiper-button-next, .swiper-button-prev {
	color: #333;
}

.swiper-pagination-bullet-active {
	background: #333;	
}

.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(253, 125, 13, 0.25) !important;
}

#product a.link {
	color: #e94f00;	
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
}