@import url("https://use.typekit.net/ehk0bmj.css");
body {
    font-family: "ff-tisa-web-pro", serif;
    font-weight: 300;
    font-style: italic;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    width: 100%
}
.row-full {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
.row-full:after {
    display: block;
    clear: both;
    content: "";
}
.row-full.intro {
	background-color: #f3f3f3;
	margin-bottom: 60px;
	padding: 60px 20px 40px 20px;
}
.row-full.newsletter {
	border-top: 1px solid #f3f3f3;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 50px 20px 30px 20px;
}
.row-full.newsletter input.form-control {
	max-width:500px;
	margin: 0 auto 15px auto;
	-webkit-appearance: none;
}
h1,h2,h3,h4,h5,h6 {
    color: #222;
    margin-top: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    font-family: "soleil", sans-serif;
}
.fa {
    font-size: 14px
}
h1 {
    font-size: 26px;
    margin-top: 0;
    letter-spacing: 3px;
}
#common-home h1 {
	    margin-bottom: 20px;
}
@media (min-width: 768px) {
	#common-home h1 {
	    font-size: 40px;
	    margin-bottom: 40px;
	}
}
h2 {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
#information-information h2 {
	margin-top: 40px;
}
.modal-body h2 {
	font-size: 16px;
	margin-top: 40px;
}
h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#common-home h3 {
	    text-align: center;
	    margin-bottom: 20px;
}
#common-home .row-full.newsletter h3 {
	margin-bottom: 10px;
}
h4 {
    font-size: 16px;
    letter-spacing: 1px;
}
h5 {
    font-size: 15px
}
h6 {
    font-size: 14px
}
.lead {
	font-size: 20px;
	font-weight: 400;
}
.text-uppercase {
	letter-spacing: 1px;	
}
thead {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  } 
}
ul {
    margin-bottom: 5px
}

a {
    color: #222;
}
#content p a {
    text-decoration: underline;
}
a:focus,a:hover {
    color: #222;
    text-decoration: none
}
a:hover {
    text-decoration: none;
    color: #a1a1a1;
}
a:hover, a:hover p, a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
legend {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px 0;
    border-bottom: 2px solid #eee
}

label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400
}
input[type=text], select {
	-webkit-appearance: none;
}
input[type=color].form-control,input[type=date].form-control,input[type=datetime-local].form-control,input[type=datetime].form-control,input[type=email].form-control,input[type=month].form-control,input[type=number].form-control,input[type=password].form-control,input[type=search].form-control,input[type=tel].form-control,input[type=text].form-control,input[type=time].form-control,input[type=url].form-control,input[type=week].form-control,select.form-control,textarea.form-control {
    font-size: 14px;
    border: 2px solid #eee;
    border-radius: 0;
    box-shadow: none;
    height: 40px
}

.input-group.date button.btn.btn-default,.input-group.datetime button.btn.btn-default,.input-group.time button.btn.btn-default {
    border: 2px solid #eee;
    font-size: 16px;
    border-left: none;
    height: 40px
}

.input-group.date input,.input-group.datetime input,.input-group.time input {
    border-right: none
}

.img-thumbnail {
    border: none;
    border-radius: 0
}
hr {
    border-top: 2px solid #f3f3f3
}

.input-group .dropdown-menu,.input-group .popover,.input-group input,.input-group select {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg,span.hidden-md,span.hidden-sm,span.hidden-xs {
    display: inline;
    float: right;
    padding-left: 5px
}

.tab-content>.tab-pane {
    border: 1px solid #eee;
    border-width: 0 2px 2px 2px;
    padding: 15px;
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #222!important;
    background-color: #fff
}

.dropdown-menu {
    border: none;
    border-radius: 0
}

#product {
    margin-top: 10px
}
@media screen and (max-width: 420px) {

	#product-product .col-xs-6.col-sm-3 {
		width:100%;
	}
}

#top {
    background-color: #fff;;
    padding: 0;
    margin: 0 0 0 0;
    min-height: 36px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select,#top #form-language .language-select {
    text-align: left;
    color: #666;
    font-size: 13px;
    padding: 6px 16px
}

#top #form-currency .currency-select:hover,#top #form-language .language-select:hover {
    text-shadow: none;
    text-decoration: none;
    color: #222
}

#top .btn-group>.btn-link,#top-links>ul>li,#top-links>ul>li>a {
    color: #222;
    background: 0 0;
    text-decoration: none;
    font-weight: 400
}

form#form-currency {
    margin-top: 3px
}

#top .btn-group>.btn-link:hover,#top-links>ul>li>a:hover {
    color: #222
}

#top-links .dropdown-menu a {
    text-shadow: none;
    font-size: 14px;
    color: #222;
    padding: 6px 0;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}
#top-links-left {
	padding-top: 8px;
	font-size: 10px;
}
#top-links-left a {
	color: #a1a1a1;
}
#top-links-left a:hover {
	color: #222;
}
#top-links a+a {
    margin-left: 15px
}
#top-links li {
	vertical-align: top;
}
@media screen and (max-width: 768px) {
    header .container>.row {
        display:block!important
    }

    header .container>.row .col-sm-3,header .container>.row .col-sm-4,header .container>.row .col-sm-5 {
        width: 100%!important
    }
}

header .container>.row {
    display: flex
}

header .container>.row .col-sm-4 {
    width: 50%;
    order: 2
}

header .container>.row .col-sm-5 {
    width: 25%;
    order: 1;
    display: flex;
    align-items: center
}

header .container>.row .col-sm-3 {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

#logo {
    margin: 0 0 15px 0;
    text-align: center;
    display: flex;
    justify-content: center
}

#logo a {
    font-weight: 700;
    font-size: 50px
}

#search {
    width: 200px;
    padding: 0 12px 0 0;
}
#search .form-control {
	background-color: transparent;
}
#search .input-lg {
    height: 22px;
    line-height: 14px;
    padding: 0px 10px;
    border: none;
    border-bottom: 2px solid #222;
    box-shadow: none;
    border-right: none;
    border-radius: 0;
    margin: 0 20px;
    -webkit-appearance: none;
    font-size: 12px;
}
#search .btn-lg {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    padding: 0 5px;
    text-shadow: none;
    box-shadow: none;
    background: 0 0;
    border: none;
    margin-top: -10px;
}
.navbar-nav #search .fa {
	padding: 0 0 0 0 !important;
}
@media (max-width: 767px) {
	#search {
	    width: 100%;
	    padding: 0 12px 0 0;
	    margin: 20px 0 20px 0;
	}
	#search .input-lg {
	    border: 2px solid #ddd;
	    margin: 10px 20px;
	    padding: 20px;
	}
	#search .btn-lg {
    	margin-top: 0;
    	margin-left: -20px;
	}

}



#product-search #content .product-layout.product-list .product-thumb div:last-child {
    width: 100%
}

#product-search #content .row>.col-md-3.col-sm-6 a#compare-total,
#product-search #content .row>.col-md-4.col-xs-6 .form-group.input-group.input-group-sm,
#compare-total {
    display: none
}

#product-search #content .row>.col-md-3.col-xs-6 {
    float: right;
    display: flex;
    justify-content: flex-end
}
#product-search #button-search {
	margin-bottom: 40px;
}
#product-search input[type=text] {
	margin-bottom: 10px;
}
#product-product .product-thumb.transition button:nth-child(1) {
    width: unset
}

#cart.btn-block {
    width: unset
}

#cart {
    margin-bottom: 15px;
    float: right
}
#cart strong {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#cart>.btn {
    color: #222;
    background: 0 0;
    border: none;
    text-shadow: none;
    box-shadow: none;
    padding: 0 5px;
    font-size: 13px;
}
#cart .btn-danger {
	line-height: 21px;
}
#cart .fa-trash {
	padding: 4px 2px;
}
#cart #cart-total {
	line-height: 25px;
	letter-spacing: 1px;
	font-family: "soleil", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media (min-width: 768px) {
	#cart #cart-total:before {
		/*content: ' Cart (';*/
	}
	#cart #cart-total:after {
		/*content: ')';*/
	}
}
#wishlist-total:before {
	content: ' Favoriter (';
}
#wishlist-total:after {
	content: ')';
}
#cart.open>.btn {
    background-image: none;
    color: #ddd
}
#cart i {
	vertical-align: top;
}
.hidden-xs #cart i {
	padding: 5px;
}
#cart.open>.btn:hover {
    color: #ddd
}

#cart .dropdown-menu {
    z-index: 1001;
    min-width: 350px;
    background-color: #fff;
}

@media (max-width: 767px) {
    #cart {
        float:none;
    }

    #cart>.btn {
        float: none;
        padding: 0
    }

    #logo {
        text-align: center
    }

    #logo img {
        display: inline-block
    }
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        min-width: 280px;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px
}

#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff
}

#cart .dropdown-menu .table>tbody>tr>td {
    border-top: none
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width:100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#cart ul.dropdown-menu.pull-right p.text-right {
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center
}

#cart ul.dropdown-menu.pull-right p.text-right a:first-child {
    width: 100%;
    border: 2px solid #ddd;
    padding: 6px 12px;
    transition: all .2s
}

#cart ul.dropdown-menu.pull-right p.text-right a:first-child:hover {
    background: #fff;
    color: #a1a1a1;
    border: 2px solid #a1a1a1
}

#cart ul.dropdown-menu.pull-right p.text-right a:last-child {
    width: 100%;
    border: 2px solid #222;
    background: #222;
    color: #fff;
    padding: 6px 12px;
    transition: all .2s
}

#cart ul.dropdown-menu.pull-right p.text-right a:last-child:hover {
    background: #a1a1a1;
    color: #fff;
    border: 2px solid #a1a1a1
}

ul.dropdown-menu.pull-right .table-bordered {
    border: none
}

ul.dropdown-menu.pull-right .table-bordered>tbody>tr>td {
    border-bottom: 2px solid #f3f3f3;
    border-right: none;
    border-left: none;
    border-top: none
}

ul.dropdown-menu.pull-right .table-bordered>tbody>tr:last-child td {
    border-bottom: none
}

.table-bordered>tbody>tr:last-child td {
    border-bottom: none
}

.table-hover>tbody>tr:hover {
    background-color: #fafafa
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 2px solid #eee
}

#menu {
    background: rgba(255,255,255,.95);
    line-height: 20px;
    border: 0 solid #e0e0e0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 0 solid #f2f2f2;
    letter-spacing: .03em;
    padding-top: 7px
}

#menu .navbar-collapse {
    padding: 0
}

#menu .nav>li>a {
    color: #222;
    min-height: 16px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.navbar {
    margin-bottom: 40px
}

.nav-tabs>li.active {
    margin-bottom: -2px
}

.nav-tabs {
    border-bottom: 2px solid #eee;
    font-family: "soleil", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222;
}

#menu .dropdown-toggle:after {
    font-size: 11px;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 4px
}

#product-category .col-sm-9 .row>.col-sm-10,#product-category .col-sm-9 .row>.col-sm-2 {
    display: none
}

#product-category .col-sm-9 hr {
    display: none
}

#product-category .col-sm-9 .row>.col-sm-3,#product-category .col-sm-9>h3 {
    display: none
}

#product-category .col-sm-9 .row>.col-md-3.col-sm-6,#product-category .col-sm-9 .row>.col-md-3.col-xs-6 {
    display: none
}

#product-category .col-sm-9 .row>.col-md-4.col-xs-6 {
    float: right;
    display: flex;
    justify-content: flex-end
}

#product-category .col-sm-9 h2 {
    margin-top: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset
}

.col-sm-4 .btn-group {
    margin-bottom: 10px
}

.col-sm-4 .btn-group button:nth-child(1),.col-sm-4 .btn-group button:nth-child(2) {
    border-radius: 30px!important;
    margin-right: 5px;
    padding: 9px 11px
}

/* Reset buttons */
    .product-thumb .button-group button:first-child .hidden-md,.product-thumb .button-group button:first-child .hidden-sm,.product-thumb .button-group button:first-child .hidden-xs {
        display:unset!important
    }
    .product-grid .product-thumb .button-group button:first-child .hidden-md,.product-grid .product-thumb .button-group button:first-child .hidden-sm,.product-grid .product-thumb .button-group button:first-child .hidden-xs {
        display: unset!important
    }


.product-grid .product-thumb button,
.product-layout .product-thumb button,
#product-product .product-thumb button {
    background-color: #fff;
    line-height: 38px;
    margin: auto;
    font-size: 14px;
}

/*
.product-list .product-thumb .button-group {
    visibility: visible;
    bottom: 0;
    position: relative;
    width: 100%
}

.product-list .product-thumb:hover .button-group {
    bottom: 0
}

.product-list .product-thumb .button-group {
    bottom: 0;
    position: relative;
    width: 100%
}

.product-list .product-thumb button:nth-child(1) {
    padding: 6px 12px;
    background: #fff;
    margin-right: auto
}

.product-list .product-thumb button:focus:nth-child(1) {
    outline: 0
}

.product-list .product-thumb button:nth-child(1):hover {
    color: #a1a1a1!important
}

.product-list .product-thumb:hover button:nth-child(1) {
    background: 0 0;
    color: #222;
    margin-right: auto
}

.product-list .product-thumb button:nth-child(2) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    background: #fff
}

.product-list .product-thumb button:nth-child(2):hover {
    border: 2px solid #a1a1a1
}

.product-list .product-thumb:hover button:nth-child(3) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #222;
    background: #fff
}

.product-list .product-thumb:hover button:nth-child(3):hover {
    color: #fff;
    background: #222
}

.product-list .product-thumb button:nth-child(3) {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto
}

.product-grid .product-thumb button:nth-child(1) {
    line-height: 38px;
    background: #fff;
    margin-right: auto
}

.product-grid .product-thumb button:focus:nth-child(1) {
    outline: 0
}

.product-grid .product-thumb button:nth-child(1):hover {
    color: #a1a1a1!important
}

.product-grid .product-thumb:hover button:nth-child(1) {
    background: 0 0;
    color: #222;
    margin-right: auto
}

@media screen and (max-width: 600px) {
    .product-grid .product-thumb:hover button:nth-child(1) .hidden-xs {
        display:block
    }
}

@media screen and (max-width: 768px) {
    .product-grid .product-thumb button:nth-child(1) {
        text-align: left;
    }
}

.product-grid .product-thumb button:nth-child(2) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    background: #fff
}

.product-grid .product-thumb:hover button:nth-child(3) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #222;
    background: #fff
}

.product-grid .product-thumb:hover button:nth-child(3):hover {
    color: #fff;
    background: #222
}

.product-grid .product-thumb button:nth-child(3) {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto
}
*/
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: 2px solid #eee;
    border-bottom-color: transparent
}

.nav-tabs>li>a {
    border-radius: 0;
    color: #999
}

.nav>li>a:focus,.nav>li>a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #999
}
/*
.product-thumb.transition button:nth-child(1) {
    line-height: 38px;
    background: #fff;
    margin-right: auto;
    text-align: left;
    margin-left: 5px
}

.product-thumb.transition button:focus:nth-child(1) {
    outline: 0
}

.product-thumb.transition button:nth-child(1):hover {
    color: #a1a1a1!important
}

.product-thumb.transition:hover button:nth-child(1) {
    background: 0 0;
    color: #222;
    margin-right: auto
}

.product-thumb.transition button:nth-child(2) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    background: #fff
}

.product-thumb.transition:hover button:nth-child(3) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #222;
    background: #fff
}

.product-thumb.transition:hover button:nth-child(3):hover {
    color: #fff;
    background: #222
}

.product-thumb.transition button:nth-child(3) {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto
}
*/
#menu .nav>li.open>a,#menu .nav>li:hover>a {
    background-color: #fff;
    color: #a1a1a1;
    border-radius: 1px
}

#menu .dropdown-menu {
    padding: 10px 5px
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    min-width: 220px;
    display: block;
    padding: 5px 20px;
    clear: both;
    line-height: 20px;
    color: #777;
    font-size: 12px
}

#menu .dropdown-inner li a:hover {
    color: #222
}

#menu .see-all {
    display: none
}

#menu .see-all:focus,#menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #dcdcdc
}

#menu #category {
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #222;
    margin-left: 15px
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #222
}

#menu .btn-navbar.disabled,#menu .btn-navbar:active,#menu .btn-navbar:focus,#menu .btn-navbar:hover,#menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #000
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display:block
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed
    }
}

@media (max-width: 767px) {
    #menu .navbar-nav {
        margin:0
    }

    #menu .in {
        border-top: 1px dotted #bbb
    }

    #menu {
        border-radius: 1px
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0!important;
        padding-bottom: 10px;
        background-color: #fff
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #222
    }

    #menu .dropdown-menu a:hover,#menu .dropdown-menu ul li a:hover {
        background-color: #eee
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #222
    }

    #menu .see-all:hover {
        color: #ddd
    }
}

#checkout-cart h1:first-child {
    margin-bottom: 15px
}
#checkout-cart strong {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#checkout-cart .table .text-right {
	white-space: nowrap;
}
#content {
    min-height: 600px
}

@media (max-width: 992px) {
    .col-sm-3 .list-group {
        padding:10px
    }

    .col-sm-3 .list-group a {
        padding: 5px 10px;
        font-size: 11px
    }
}

div#content.col-sm-9 .row .col-sm-3 {
    width: 100%
}

div#content.col-sm-12 .col-sm-4 .btn-group button:last-child {
    display: none
}

div#content.col-sm-9 .row {
    margin-bottom: 5px
}

div#content.col-sm-9 .row ul {
    list-style: none;
    padding-left: 0
}

div#content.col-sm-9 .row ul li a {
    color: #888;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 12px
}

div#content.col-sm-9 .row ul li a:hover {
    color: #222
}

.table-bordered {
    border: 2px solid #eee
}

.panel-default>.panel-heading {
    border-color: #f5f5f5
}

.panel-group .panel {
    border-radius: 0
}

.panel {
    border: 2px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5
}

footer {
    margin-top: 30px;
    padding-top: 25px;
    background-color: #f3f3f3;;
    padding-left: 10px;
    padding-right: 10px;
}
footer p {
    margin-bottom: 20px!important;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
footer hr {
    border-top: none;
    border-bottom: 2px solid #eee
}

footer hr {
    display: none
}

footer p a {
   
}

footer a:hover {
    color: #a1a1a1;
    text-decoration: none
}

footer h5 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #222;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    line-height: 24px;
}

footer li {
    margin: 0 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

footer li a {
    position: relative;
}

footer li a:hover {
    text-decoration: none
}
footer .social-links {
    margin: 30px 0 60px 0;
}
.btn-social-icon, .btn-social-icon:link, .btn-social-icon:visited, .btn-social-icon:hover, .btn-social-icon:active, .btn-social-icon:focus {
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    background: transparent;
    color: #222222 !important;
    border: 1px solid #222;
    border-color: #222222;
    border-radius: 25px;
}
.btn-social-icon:hover, .btn-social-icon:active, .btn-social-icon:focus, footer a.btn-social-icon:hover {
    color: #f3f3f3 !important;
    border: 1px solid #f3f3f3;
    background: #222222 !important;
    cursor: pointer;
    opacity: 1 !important;
}
.btn-social-icon span {
    margin: 0 auto 0 auto !important;
    vertical-align: middle;
    line-height: normal;
    padding-bottom: 4px;
    font-size: 2em;
}
footer .navbar-brand {
    padding: 0px;
    max-width: 200px;
    height: 100px;
    margin: 0 auto 20px auto;
    display: inline-block;
    float: none;
}
footer .icon-payment {
	margin-bottom: 70px;
}
footer .icon-payment img {
    max-width: 45px;
    display: inline;
    margin: 2px 2px;
}
footer .list-checkmarks {
    padding-left: 1.5rem;
    margin: 73px 0 20px 0;
}
footer .list-checkmarks li {
    list-style-type: none;
    padding-left: 1rem;
}
footer .list-checkmarks li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 5px 0 -22px;
    color: #222;
}
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0;
    border: none;
    margin-top: 20px;
}
.alert a {
	color: inherit;
	text-decoration: underline;
}
.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: 1px;
    right: -3px;
    color: inherit
}

.breadcrumb {
    margin: 20px 0 20px 0;
    padding: 0;
    background: 0 0;
    font-size: 12px;
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 10px;
    position: relative;
    white-space: nowrap
}

.breadcrumb>li:first-child {
    padding-left: 2px
}

.breadcrumb>li a {
    color: #222;
}

.breadcrumb>li a:hover {
    color: #222
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0
}

.btn {
    padding: 7px 16px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none !important;
}

.btn-xs {
    font-size: 9px;
    padding: 1px 5px;
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover {
    font-size: 12px
}

.btn-group>.btn-xs {
    font-size: 9px
}

.btn-group>.btn-sm {
    font-size: 10.2px
}

.btn-group>.btn-lg {
    font-size: 15px
}

.btn-default {
    color: #777;
    border: 2px solid #eee;
    transition: all .2s
}

.btn-default:hover {
    color: #a1a1a1;
    border-color: #a1a1a1
}

.btn-default.active,.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.btn-default:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    background-color: transparent
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: 0
}

.btn-primary {
    color: #fff;
    background-color: #222;
    font-weight: 400;
    line-height: 26px;
    transition: all .2s
}

.btn-primary.active,.btn-primary.disabled,.btn-primary:active,.btn-primary:hover,.btn-primary[disabled],
.btn-success:active:focus, .btn-success.active:focus, .btn-primary.focus, .btn-primary:focus {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1 !important;
}

.btn-warning {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active,.btn-warning.disabled,.btn-warning:active,.btn-warning:hover,.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,.1)
}

.btn-danger {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #da4f49
}

.btn-danger.active,.btn-danger.disabled,.btn-danger:active,.btn-danger:hover,.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,.1)
}

.btn-success {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b
}

.btn-success.active,.btn-success.disabled,.btn-success:active,.btn-success:hover,.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,.1)
}

.btn-info {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #df5c39
}

.btn-info.active,.btn-info.disabled,.btn-info:active,.btn-info:hover,.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #ddd;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled] {
    background-color: rgba(0,0,0,0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636
}

.btn-inverse.active,.btn-inverse.disabled,.btn-inverse:active,.btn-inverse:hover,.btn-inverse[disabled] {
    background-color: #222
}

.list-group a {
    border: none;
    padding: 8px 12px
}

.list-group a.active,.list-group a.active:hover,.list-group a:hover {
    color: #222;
    background: #fff
}

.list-group-item:first-child,.list-group-item:last-child {
    border-radius: 0
}

.list-group {
    border: 2px solid #eee;
    padding: 15px
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

#carousel0 {
    margin-top: 20px
}

#carousel0 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: inline-block
}

.product-thumb {
    margin-bottom: 20px;
    overflow: auto
}

.product-thumb h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 1200px) {
    .product-list .product-thumb h4 {
        white-space:unset
    }
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
/*    opacity: .8*/
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    transition: opacity .5s ease-in-out;
}

.product-grid .product-thumb .image {
    float: none
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float:left;
        padding: 0 15px
    }
}

.product-thumb .caption {
    text-align: center;
}
.product-thumb span.manufacturer {
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 1px;
}
.product-thumb a span.manufacturer {
    color: #a1a1a1;
}
#product-product .manufacturer-box {
	margin: 60px 0 10px 0;
}

#product-product .manufacturer-box img {
	margin: 0 auto 0 auto;
	width:50px;
}
#product-product li.manufacturer a {
    text-decoration: underline;
}
#product-product .product-data-list {
	margin: 0 auto 60px auto;
}
.product-thumb .caption>p {
    display: none
}

.product-thumb .caption>p.price {
    display: block;
    margin-bottom: 0
}

.product-list .product-thumb .caption {
    text-align: left
}

.product-layout.product-list .product-thumb:last-child {
    display: flex;
    flex-direction: row
}

@media (max-width: 500px) {
    .product-layout.product-list .product-thumb:last-child {
        flex-direction:column
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height:0;
        margin-left: 0
    }

    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #aaa;
    font-size: 15px
}

.rating .fa-star {
    color: #ddd;
    font-size: 15px
}

.rating .fa-star+.fa-star-o {
    color: #ddd
}

h2.price {
    margin: 0
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600;
    color: #e32c2b
}

.product-thumb .price-old {
    color: #aaa;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #aaa;
    font-size: 12px;
    display: none
}

.product-thumb .button-group {
	/*
    overflow: auto;
    visibility: visible;
    position: relative;
    bottom: 72px;
    opacity: 0;
    transition: bottom .5s ease 0s,opacity .5s;
    background: #fff;
    flex-direction: row;
    align-items: center;
    */
    display: block;
    width: 100%;
    margin: 5px auto 15px;
    border-top: 1px solid #f2f2f2;
}

.product-thumb .button-group button:last-child {
    display: none
}

.product-thumb:hover .button-group {
    transition: bottom .5s ease 0s,opacity .5s;
    bottom: 109px;
    opacity: 1
}

.product-thumb:hover .button-group {
    visibility: visible
}

.product-list .product-thumb .button-group {
    visibility: visible;
    max-width: 100%;
    margin-top: 15px
}

.product-list .product-thumb .button-group button {
    border: 2px solid;
    width: unset
}

.product-list .product-thumb .caption>p {
    display: block
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left:none
    }

    .product-layout.product-list .product-thumb .image {
        padding-right: 15px
    }
}

.product-layout.product-list .product-thumb .image {
    max-width: 290px;
    min-width: 160px
}

.product-layout.product-list .product-thumb div:nth-child(2) {
    width: 100%
}

.product-thumb .button-group button {
    border: none;
    color: #222;
    font-weight: 400
}

.product-thumb .button-group button+button {
    width: 20%
}

.product-thumb .button-group button:hover {
    color: #a1a1a1;
    text-decoration: none;
    cursor: pointer
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.thumbnails>li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails>img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: none
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

.thumbnail {
    padding: 0;
    border: none
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),#content .col-lg-3:nth-child(4n+1),#content .col-lg-4:nth-child(3n+1),#content .col-lg-6:nth-child(2n+1) {
        clear:left
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #content .col-md-2:nth-child(6n+1),#content .col-md-3:nth-child(4n+1),#content .col-md-4:nth-child(3n+1),#content .col-md-6:nth-child(2n+1) {
        clear:left
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #content .col-sm-2:nth-child(6n+1),#content .col-sm-3:nth-child(4n+1),#content .col-sm-4:nth-child(3n+1),#content .col-sm-6:nth-child(2n+1) {
        clear:left
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width:100%
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%
    }
}

.well {
    background-color: transparent;
    border: 2px solid #eee;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.well>h2 {
    margin-top: 0
}

#column-left .product-layout,#column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active,.btn-info.disabled,.btn-info:active,.btn-info:hover,.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.side-col {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    margin: 1rem 0 1.5rem;
    background-color: #f1f1f1;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    text-align: center;
    min-height: 250px
}

.side-col .button a {
    margin: 1rem auto .4rem;
    background: #f1f1f1;
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: .5px
}

.nopad {
    padding: 0
}

.infobox {
    padding: 15px;
    background: #fff
}

.msidebar {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 1em;
    margin-top: 6px;
    text-align: center
}

.infobox .alignleft {
    font-size: 21px;
    margin: 6px 10px 30px 0
}

.alignleft,img.alignleft {
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0;
    background: 0 0;
    padding: 0;
    display: block
}

.infobox h4 {
    padding: 0 0 5px;
    margin: 0;
    font-weight: 600;
    font-size: 15px
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%
}

.banner-1 a {
    text-decoration: underline;
    color: #fff
}

.banner-1 p {
    margin: 0
}

.banner-1 {
    background: #25211e;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    line-height: 26px;
    padding: 12px 0
}

.banner-2 {
    position: relative;
    margin: 0 -15px 95px;
    background: url(../image/banner2.jpg) center/cover;
    text-align: center;
    padding: 100px 0
}

.banner-2 .text-content {
    font-size: 16px;
    color: #fff
}

.banner-2 .text-content a:hover {
    background: rgba(189,176,147,.7)
}

.banner-2 .text-content a {
    border: 1px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    margin: 0
}

.banner-2 .text-content p {
    font-size: 100.1%;
    line-height: 28px;
    margin: 0 0 50px
}

.banner-2 .text-content h1 {
    font-size: 225%;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 35px
}

.banner-3 a {
    text-decoration: underline;
    color: #fff
}

.banner-3 p {
    margin: 0
}

.banner-3 {
    margin: 0 -15px -30px;
    background: #222;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    line-height: 26px;
    padding: 12px 0
}

.item:hover .p-grid-over,.product-grid:hover .p-grid-over {
    opacity: .25
}

.ntcd-textual {
    background-color: #f6f6f6;
    border-color: #bce8f1;
    color: #214c61;
    padding: 10px;
    text-align: center;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 3px
}
/* Homepage category list on mobile */
#common-home .list-group {
	border: none;
	text-align: center;
	padding: 5px 15px 40px 15px;
}
#common-home .list-group .list-group-item { 
	display: inline;
	border: 2px solid #222;
	line-height: 39px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
#common-home .list-group a.list-group-item:hover,
#common-home .list-group a.list-group-item:active,
#common-home .list-group a.list-group-item:focus {
	background-color: #222 !important;
	color: #fff !important;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
@media (min-width: 768px) {
	#common-home .list-group {
		display: none;
	}
}

.form-group.input-group.input-group-sm .input-group-addon {
    background: 0 0;
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
}

.input-group-sm>.form-control {
    border-radius: 0!important;
    height: 40px!important
}

.btn.active,.btn:active {
    box-shadow: unset!important
}

#grid-view .fa,#list-view .fa {
    font-size: 18px
}

#grid-view,#list-view {
    border: none
}

#input-limit,#input-sort {
    border-width: 2px;
    font-size: 15px;
    border: 2px solid #eee;
}

select#input-sort {
    width: auto
}

select#input-sort:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

select#input-limit {
    width: auto
}

select#input-limit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}





/* ---------------------------- Navigation ---------------------------- */
#navigation, .navbar-default {
    background-color: #fff;
}
#navigation .navbar-brand {
	float: none;
	display: block;
	height: 80px;
	padding: 0;
}
#navigation .navbar-brand img {
	height: 80px;
}
#navigation .navbar {
    padding: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	font-weight: 400;
	min-height: 80px;
	font-size: 15px;
	letter-spacing: 2px;
}
#navigation .navbar-default .navbar-collapse, #navigation .navbar-default .navbar-form,
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	border: none;
	background-color: transparent;
}
#navigation .navbar-default .navbar-nav > .active {
    background: none;
 }
#navigation .navbar-default .navbar-nav > .active > a {
	background: none !important;
} 
#navigation .navbar-default .navbar-nav > .active > a:hover, 
#navigation .navbar-default .navbar-nav > .active > a:focus {
    background: none;
 }

#navigation .navbar-default .navbar-nav > li {
	padding: 0 0;
}
.navbar-collapse {
	text-align: center;
	margin-top: 40px;
}
#navigation .navbar-nav {
	margin: 4px auto 12px auto;
	float: none;
	text-align: center;
	display:flex;
	justify-content:center
}
#navigation .navbar-default .navbar-nav > li > a {
	color: #222 !important; /* nav link color */
	background: none !important;
	padding: 0 8px;
	white-space: nowrap;
	font-size: 16px;
}
#navigation .navbar-default .navbar-nav > li.current > a {
	color: #a1a1a1 !important; /* nav active link color */
}
#navigation .navbar-default .navbar-nav > li.active > a,
#navigation .navbar-default .navbar-nav > li > a:hover, 
#navigation .navbar-default .navbar-nav > li > a:focus,
#navigation .navbar-default .navbar-nav > li > a:active {
	color: #a1a1a1 !important; /* nav hover link color */
    background: none !important;
 }
#navigation .navbar-nav > li > .shoping-cart {
	min-width: 250px;
	padding: 10px;
}
#navigation .navbar-nav > li > .shoping-cart p {
	font-weight: 200;
	font-size: 12px;
}
.caret {
	margin-left: 0;
}
.navbar-cart {
	float: right;
	margin: 27px 20px 0 0;
	width: 50px;
}
/*
body:has(#common-home) #cart {
	opacity: .3;
}
body:has(#common-home) #cart .dropdown-menu {
	display: none;
}
*/
.navbar-cart .fa {
	font-size: 20px;
}

.navbar-nav .fa {
	padding-right: 5px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}
.nav-title {
	text-transform: uppercase;
}

	/* Dropdowns */
	.dropdown-menu {
		border-radius: 0;
		border: none;
		padding: 4px 0;
		margin: 0;
		background-color: #fff;
	}
	.dropdown-menu a {
		background-color: transparent;
		color: #222;
		font-weight: 400;
		padding: 0 8px;
		font-size: 14px;
	}
	.dropdown-menu a:hover, .dropdown-menu a:focus,
	.dropdown-menu li a:hover, .dropdown-menu li a:focus {
		background-color: transparent;
		color: #a1a1a1 !important;
	}
	.dropdown-menu > li.active > a {
		color: #222 !important; /* nav hover link color */
	}
	.dropdown-item,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 4px 14px;
	}

	/* Animated hamburger */
	.icon-bar {
		width: 22px; 
		height: 2px;
		background-color: #222;
		display: block;
		transition: all 0.2s;
		margin-top: 4px
	}
	.navbar-toggler {
	  border: none;
	  background: transparent !important;
	  margin: -42px 0 0 10px;
	}
	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}
	.navbar-toggler .middle-bar {
	  opacity: 0;
	}
	.navbar-toggler .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}
	.navbar-toggler.collapsed .top-bar {
	  transform: rotate(0);
	}
	.navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
	}
	.navbar-toggler.collapsed .bottom-bar {
	  transform: rotate(0);
	}
  
	/* Mobile navigation */
	 @media (max-width: 767px) {
		 #navigation .navbar {
			 background-color: transparent;
		 }
		 #navigation .navbar-brand {
			height: 70px;
			padding: 20px 20px;
		}
	   #navigation .navbar-brand img {
			height: 45px;
		}
		#navbarNavDropdown {
			text-align: left;
		}
		#navigation .navbar-nav {
			text-align: left;
			display: block;
			margin-top: 50px;
		}
		#navigation .navbar-nav .dropdown-menu {
			background-color: #fff;
		}
		#navigation .navbar-nav li {
	      display: block;
	    }
	    #navigation .navbar-default .navbar-nav > li > a {
		    padding: 10px 20px;
	    }
	    .dropdown-item, .navbar-expand-lg .navbar-nav .nav-link {
		    padding: 0 0 0 40px;
		    font-weight: 400;
	    }
	    .dropdown-menu {
		    font-weight: 400;
		    padding-left: 20px;
	    }
	    .dropdown-menu a {
		    font-weight: 400;
	    }
	    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		    color: #222;
		    background-color: transparent;
	    }
		.navbar-default .navbar-nav .open .dropdown-menu > li.active > a, 
		.navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover, 
		.navbar-default .navbar-nav .open .dropdown-menu > li.active > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		    color: #222 !important;
		    background-color: transparent;
		}
		.navbar-default .navbar-nav .highlighted,
		.navbar-default .navbar-nav .has-submenu.active a,
		.navbar-default .navbar-nav .active a.has-submenu {
			color: #222 !important;
		}
		.navbar-default .navbar-nav .open .dropdown-menu>.current>a, .navbar-default .navbar-nav .open .dropdown-menu>.current>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.current>a:focus {
		color: #222 !important; /* nav active link color */
		}
		#navigation .navbar-default .navbar-collapse {
			background-color: transparent;
			margin-top: 0;
		}
		.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: transparent !important;
		}
		.nav-title {
			display: block;
			text-align: left;
			margin: 50px 0 10px 20px;
		}
	}
	
/* Image popups */
.mfp-title {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.mfp-arrow {
	opacity: .2 !important;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b,
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left-color: #222 !important;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b,
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right-color: #222 !important;
}
/* Manufacturer info */
#product-manufacturer hr {
	visibility: hidden;
}
#product-manufacturer .img-thumbnail {
	margin-bottom: 20px;
}
#product-manufacturer .col-sm-3 {
	padding-bottom: 20px;
}
#product-manufacturer .col-sm-3 a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

/* Kassa (Quick Checkout) */
/*
#content .quickcheckout-heading {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
.quickcheckout-content label {
	margin: 10px 0 0 0;
}
.quickcheckout-content .table label,
.quickcheckout-content .terms label {
	text-transform: none;
	margin: 0 0 0 0;
	letter-spacing: 0;
	font-size: 14px;
}
.quickcheckout-content .table b {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
.quickcheckout-content .terms label a b {
	text-transform: lowercase;
	font-weight: 700;
}
.quickcheckout-cart thead {
	border: none;
}
#content .quickcheckout-cart thead td {
	background-color: #eee;
	color: #222;
	border: none;
	font-weight: 400;
}
#content .quickcheckout-cart td.image img {
	border: none;
}
#content .quickcheckout-cart td.name {
	width: 40%;
}
#content .quickcheckout-cart td.quantity {
	width: 10%;
	min-width: 10px !important;
}
#content .quickcheckout-cart td.price1,
#content .quickcheckout-cart td.total {
	white-space: nowrap;
}
#content .quickcheckout-content #button-payment-method {
	margin: 30px 0 30px 30px;
}
#content .quickcheckout-content.text-right {
	border: none;
	padding: 0;
	margin-top: 30px;
}
*/
.mp-checkout .accountoption-panel {
	display: none;
}
/* Stripe */
.payment .payment-form-wrapper button {
    background-color: #1ab46a;
    border-radius: 0;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 16px !important;
    margin: 20px auto;
    line-height: 26px;
    transition: all 0.3s ease;
}
.payment .payment-form-wrapper button:active, .payment .payment-form-wrapper button:hover, .payment .payment-form-wrapper button[disabled] {
	background-color: #0f834b;
}
.payment .payment-form-wrapper * {
    font-family: inherit;
    font-weight: 400;
}
.payment .payment-form-wrapper {
	background-color: transparent;
	box-shadow: none;
}
.payment .payment-form-wrapper fieldset legend {
	color: #fff !important;
}
.payment .payment-form-wrapper fieldset {
	background: #222;
	border-radius: 0;
}
.payment .payment-form-wrapper .container-stripe {
	box-shadow: none;
	border-radius: 0;
}

/* Swap product thumb on hover */
.product-thumb .image:hover img.thumb2 {
	opacity:1 !important;
}
/* Slideshows */
.swiper {
    box-shadow: unset !important;
	border: none !important;
}

/* Swiper with zoom Ken Burns effect */

#common-home .swiper:first-of-type {
    width: 100vw;
	margin: 0 0 0 -50vw;
	left: 50%;
}
#common-home .swiper-container:first-of-type {
  width: 100vw;
  height: 70vh;
}
@supports (aspect-ratio: 1 / 1) {
  #common-home #slideshow0.swiper-container {
    width: auto;
    height: auto;
    aspect-ratio: 6 / 5;
  }
}
.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}
.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
}
.swiper-slide {
  transform-origin: 50% 50%;
}
#common-home .swiper-scale-effect:first-of-type .swiper-slide-cover {
  transition-timing-function: ease-out;
  transition-duration: 2s;
  transform: scale(1.1);
}
#common-home .swiper-scale-effect:first-of-type .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #FCFCFC;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}
.swiper .swiper-pagination-bullet {
	opacity: 1;
	box-shadow: none;
	background: #fff;
	border: 1px solid #000;
}
.swiper .swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullet:hover {
	background: #000;
}

#common-home .slideshowText h2 {
	font-family: "ff-tisa-web-pro", serif;
    font-weight: 300;
    font-style: italic;

}
/* Small slideshows */
.slideshowText,
#common-home .swiper:not(:first-of-type) {
  width: 50% !important;
  box-sizing: border-box;
}
#common-home .swiper {
  margin-bottom: 100px;
}
.slideshowText {
  display: inline-block;
  vertical-align: top;
  float: right;
  padding: 30px;
}
#common-home .swiper:not(:first-of-type) {
  display: inline-block;
  vertical-align: top;
}
@supports (aspect-ratio: 1 / 1) {
  #common-home #slideshow1.swiper-container,
  #common-home #slideshow2.swiper-container,
  #common-home #slideshow3.swiper-container {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 768px) {
  .slideshowText,
  #common-home .swiper:not(:first-of-type) {
    width: 100% !important;
    float: none;
  }
}
/* About page slideshow */
#information-information #slideshow0.swiper-container {
    width: 100%;
    height: 50vh;
    margin-top: 80px;
}
#information-information #slideshow0.swiper-container > * {
  width: 100%;
  height: 100%;
}
@supports (aspect-ratio: 1 / 1) {
  #information-information #slideshow0.swiper-container {
    width: auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}