.bootstrap-touchspin .input-group-btn-vertical {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
	
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    margin-left: -1px;
    max-width: 100%;
    padding: 8px 10px;
    position: relative;
    width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px;
	-moz-border-radius: 0 0 4px;
	  -webkit-border-radius: 0 0 4px;
	   -o-border-radius: 0 0 4px;
    margin-top: -2px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 9px;
    font-weight: 400;
    left: 5px;
    position: absolute;
    top: 3px;
}
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: medium none;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ffff00;
    color: #3c3c3c;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type="button"], [type="reset"], [type="submit"] {
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.slick-dots button {
    border: medium none;
    border-radius: 25px;
    font-size: 0;
    height: 6px;
    margin-right: 15px;
    padding: 0;
    width: 6px;
	background-color:#d3a559;
	position:relative;
}
.slick-dots button:hover:before, .slick-active > button::before{
	border: 1px solid #d3a559;
	transition: all 0.45s ease 0s;
}
.slick-dots button:before{
    border-radius: 25px;
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
    transition: all 0.45s ease 0s;
}

.slick-dots > li {
    display: inline-block;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted buttontext;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="search"] {
}
@media print {
*, *::before, *::after, *::first-letter, *::first-line {
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre, blockquote {
    border: 1px solid #ededed;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
p, h2, h3 {
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000000 !important;
}
.tag {
    border: 1px solid #000000;
}
.table {
    border-collapse: collapse !important;
}
.table td, .table th {
    background-color: #ffffff !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #e8e8e8 !important;
}
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
html {
    font-size: 16px;
}
[tabindex="-1"]:focus {
    outline: medium none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #ededed;
    cursor: help;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol, ul, dl {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
a {
    color: #333333;
    text-decoration: none;
}
a:focus, a:hover {
    color: #d3a559;
    text-decoration: none;
}
a:focus {
    outline: 0 none;
    outline-offset: 0;
}
a:not([href]):not([tabindex]) {
    text-decoration: none;
}
a:focus:not([href]):not([tabindex]), a:hover:not([href]):not([tabindex]) {
    text-decoration: none;
}
a:focus:not([href]):not([tabindex]) {
    outline: medium none;
}
pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
	max-width:100%;
}
[role="button"] {
    cursor: pointer;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
}
table {
    background-color: rgba(0, 0, 0, 0);
    border-collapse: collapse;
}
caption {
    caption-side: bottom;
    color: #3c3c3c;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
}
th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button:focus {
    outline: 1px dotted;
}
input, button, select, textarea {
    border-radius: 0;
    line-height: inherit;
    margin: 0;
}
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
input[type="search"] {
}
output {
    display: inline-block;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
h1, .h1 {
    font-size: 1.375rem;
}
h2, .h2 {
    font-size: 1.25rem;
}
h3, .h3 {
    font-size: 1.125rem;
}
h4, .h4 {
    font-size: 1.125rem;
}
h5, .h5 {
    font-size: 1rem;
}
h6, .h6 {
    font-size: 0.9375rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 3.125rem;
    font-weight: 600;
}
.display-2 {
    font-size: 2.1875rem;
    font-weight: 400;
}
.display-3 {
    font-size: 1.5625rem;
    font-weight: 400;
}
.display-4 {
    font-size: 1.25rem;
    font-weight: 400;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: medium 0 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
small, .small {
    font-size: 80%;
    font-weight: normal;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    border-left: 0.25rem solid #f6f6f6;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}
.blockquote-footer {
    color: #ededed;
    display: block;
    font-size: 80%;
}
.blockquote-footer::before {
    content: "—  ";
}
.blockquote-reverse {
    border-left: 0 none;
    border-right: 0.25rem solid #f6f6f6;
    padding-left: 0;
    padding-right: 1rem;
    text-align: right;
}
.blockquote-reverse .blockquote-footer::before {
    content: "";
}
.blockquote-reverse .blockquote-footer::after {
    content: "  —";
}
dl.row > dd + dt {
    clear: left;
}
.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    display: block;
    height: auto;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
    max-width: 100%;
}
.img-rounded {
    border-radius: 0.3rem;
}
.img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 0.25rem;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.img-circle {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #ededed;
    font-size: 90%;
}
code, kbd, pre, samp {

}
code {
    background-color: #f7f7f9;
    border-radius: 0;
    color: #bd4147;
    font-size: 90%;
    padding: 0.2rem 0.4rem;
}
kbd {
    background-color: #333333;
    border-radius: 0.2rem;
    color: #ffffff;
    font-size: 90%;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}
pre {
    color: #444444;
    display: block;
    font-size: 90%;
    margin-bottom: 1rem;
    margin-top: 0;
}
pre code {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 544px) {
.container {
    max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 940px;
}
}
@media (min-width: 991px) {
#header .header-nav-full.fixed .header_logo {
    width: 160px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
    padding: 22px 0;
}
#header .header-nav-full.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
/*#header .header-top.fixed {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
	padding:0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}*/
}
@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}
}
.service-cms.container {
    
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid::after {
    clear: both;
    content: "";
    display: table;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row::after {
    clear: both;
    content: "";
    display: table;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xs-1 {
    float: left;
    width: 8.33333%;
}
.col-xs-2 {
    float: left;
    width: 16.6667%;
}
.col-xs-3 {
    float: left;
    width: 25%;
}
.col-xs-4 {
    float: left;
    width: 33.3333%;
}
.col-xs-5 {
    float: left;
    width: 41.6667%;
}
.col-xs-6 {
    float: left;
    width: 50%;
}
.col-xs-7 {
    float: left;
    width: 58.3333%;
}
.col-xs-8 {
    float: left;
    width: 66.6667%;
}
.col-xs-9 {
    float: left;
    width: 75%;
}
.col-xs-10 {
    float: left;
    width: 83.3333%;
}
.col-xs-11 {
    float: left;
    width: 91.6667%;
}
.col-xs-12 {
    float: left;
    width: 100%;
}
.pull-xs-0 {
    right: auto;
}
.pull-xs-1 {
3    right: 8.33333%;
}
.pull-xs-2 {
    right: 16.6667%;
}
.pull-xs-3 {
    right: 25%;
}
.pull-xs-4 {
    right: 33.3333%;
}
.pull-xs-5 {
    right: 41.6667%;
}
.pull-xs-6 {
    right: 50%;
}
.pull-xs-7 {
    right: 58.3333%;
}
.pull-xs-8 {
    right: 66.6667%;
}
.pull-xs-9 {
    right: 75%;
}
.pull-xs-10 {
    right: 83.3333%;
}
.pull-xs-11 {
    right: 91.6667%;
}
.pull-xs-12 {
    right: 100%;
}
.push-xs-0 {
    left: auto;
}
.push-xs-1 {
    left: 8.33333%;
}
.push-xs-2 {
    left: 16.6667%;
}
.push-xs-3 {
    left: 25%;
}
.push-xs-4 {
    left: 33.3333%;
}
.push-xs-5 {
    left: 41.6667%;
}
.push-xs-6 {
    left: 50%;
}
.push-xs-7 {
    left: 58.3333%;
}
.push-xs-8 {
    left: 66.6667%;
}
.push-xs-9 {
    left: 75%;
}
.push-xs-10 {
    left: 83.3333%;
}
.push-xs-11 {
    left: 91.6667%;
}
.push-xs-12 {
    left: 100%;
}
.offset-xs-1 {
    margin-left: 8.33333%;
}
.offset-xs-2 {
    margin-left: 16.6667%;
}
.offset-xs-3 {
    margin-left: 25%;
}
.offset-xs-4 {
    margin-left: 33.3333%;
}
.offset-xs-5 {
    margin-left: 41.6667%;
}
.offset-xs-6 {
    margin-left: 50%;
}
.offset-xs-7 {
    margin-left: 58.3333%;
}
.offset-xs-8 {
    margin-left: 66.6667%;
}
.offset-xs-9 {
    margin-left: 75%;
}
.offset-xs-10 {
    margin-left: 83.3333%;
}
.offset-xs-11 {
    margin-left: 91.6667%;
}
@media (min-width: 544px) {
.col-sm-1 {
    float: left;
    width: 8.33333%;
}
.col-sm-2 {
    float: left;
    width: 16.6667%;
}
.col-sm-3 {
    float: left;
    width: 25%;
}
.col-sm-4 {
    float: left;
    width: 33.3333%;
}
.col-sm-5 {
    float: left;
    width: 41.6667%;
}
.col-sm-6 {
    float: left;
    width: 50%;
}
.col-sm-7 {
    float: left;
    width: 58.3333%;
}
.col-sm-8 {
    float: left;
    width: 66.6667%;
}
.col-sm-9 {
    float: left;
    width: 75%;
}
.col-sm-10 {
    float: left;
    width: 83.3333%;
}
.col-sm-11 {
    float: left;
    width: 91.6667%;
}
.col-sm-12 {
    float: left;
    width: 100%;
}
.pull-sm-0 {
    right: auto;
}
.pull-sm-1 {
    right: 8.33333%;
}
.pull-sm-2 {
    right: 16.6667%;
}
.pull-sm-3 {
    right: 25%;
}
.pull-sm-4 {
    right: 33.3333%;
}
.pull-sm-5 {
    right: 41.6667%;
}
.pull-sm-6 {
    right: 50%;
}
.pull-sm-7 {
    right: 58.3333%;
}
.pull-sm-8 {
    right: 66.6667%;
}
.pull-sm-9 {
    right: 75%;
}
.pull-sm-10 {
    right: 83.3333%;
}
.pull-sm-11 {
    right: 91.6667%;
}
.pull-sm-12 {
    right: 100%;
}
.push-sm-0 {
    left: auto;
}
.push-sm-1 {
    left: 8.33333%;
}
.push-sm-2 {
    left: 16.6667%;
}
.push-sm-3 {
    left: 25%;
}
.push-sm-4 {
    left: 33.3333%;
}
.push-sm-5 {
    left: 41.6667%;
}
.push-sm-6 {
    left: 50%;
}
.push-sm-7 {
    left: 58.3333%;
}
.push-sm-8 {
    left: 66.6667%;
}
.push-sm-9 {
    left: 75%;
}
.push-sm-10 {
    left: 83.3333%;
}
.push-sm-11 {
    left: 91.6667%;
}
.push-sm-12 {
    left: 100%;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.6667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.3333%;
}
.offset-sm-5 {
    margin-left: 41.6667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.3333%;
}
.offset-sm-8 {
    margin-left: 66.6667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.3333%;
}
.offset-sm-11 {
    margin-left: 91.6667%;
}
}
@media (min-width: 768px) {
.col-md-1 {
    float: left;
    width: 8.33333%;
}
.col-md-2 {
    float: left;
    width: 16.6667%;
}
.col-md-3 {
    float: left;
    width: 25%;
}
.col-md-4 {
    float: left;
    width: 33.3333%;
}
.col-md-5 {
    float: left;
    width: 41.6667%;
}
.col-md-6 {
    float: left;
    width: 50%;
}
.col-md-7 {
    float: left;
    width: 58.3333%;
}
.col-md-8 {
    float: left;
    width: 66.6667%;
}
.col-md-9 {
    float: left;
    width: 75%;
}
.col-md-10 {
    float: left;
    width: 83.3333%;
}
.col-md-11 {
    float: left;
    width: 91.6667%;
}
.col-md-12 {
    float: left;
    width: 100%;
}
.pull-md-0 {
    right: auto;
}
.pull-md-1 {
    right: 8.33333%;
}
.pull-md-2 {
    right: 16.6667%;
}
.pull-md-3 {
    right: 25%;
}
.pull-md-4 {
    right: 33.3333%;
}
.pull-md-5 {
    right: 41.6667%;
}
.pull-md-6 {
    right: 50%;
}
.pull-md-7 {
    right: 58.3333%;
}
.pull-md-8 {
    right: 66.6667%;
}
.pull-md-9 {
    right: 75%;
}
.pull-md-10 {
    right: 83.3333%;
}
.pull-md-11 {
    right: 91.6667%;
}
.pull-md-12 {
    right: 100%;
}
.push-md-0 {
    left: auto;
}
.push-md-1 {
    left: 8.33333%;
}
.push-md-2 {
    left: 16.6667%;
}
.push-md-3 {
    left: 25%;
}
.push-md-4 {
    left: 33.3333%;
}
.push-md-5 {
    left: 41.6667%;
}
.push-md-6 {
    left: 50%;
}
.push-md-7 {
    left: 58.3333%;
}
.push-md-8 {
    left: 66.6667%;
}
.push-md-9 {
    left: 75%;
}
.push-md-10 {
    left: 83.3333%;
}
.push-md-11 {
    left: 91.6667%;
}
.push-md-12 {
    left: 100%;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.6667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.3333%;
}
.offset-md-5 {
    margin-left: 41.6667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.3333%;
}
.offset-md-8 {
    margin-left: 66.6667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.3333%;
}
.offset-md-11 {
    margin-left: 91.6667%;
}
}
@media (min-width: 992px) {
.col-lg-1 {
    float: left;
    width: 8.33333%;
}
.col-lg-2 {
    float: left;
    width: 16.6667%;
}
.col-lg-3 {
    float: left;
    width: 25%;
}
.col-lg-4 {
    float: left;
    width: 33.3333%;
}
.col-lg-5 {
    float: left;
    width: 41.6667%;
}
.col-lg-6 {
    float: left;
    width: 50%;
}
.col-lg-7 {
    float: left;
    width: 58.3333%;
}
.col-lg-8 {
    float: left;
    width: 66.6667%;
}
.col-lg-9 {
    float: left;
    width: 75%;
}
.col-lg-10 {
    float: left;
    width: 83.3333%;
}
.col-lg-11 {
    float: left;
    width: 91.6667%;
}
.col-lg-12 {
    float: left;
    width: 100%;
}
.pull-lg-0 {
    right: auto;
}
.pull-lg-1 {
    right: 8.33333%;
}
.pull-lg-2 {
    right: 16.6667%;
}
.pull-lg-3 {
    right: 25%;
}
.pull-lg-4 {
    right: 33.3333%;
}
.pull-lg-5 {
    right: 41.6667%;
}
.pull-lg-6 {
    right: 50%;
}
.pull-lg-7 {
    right: 58.3333%;
}
.pull-lg-8 {
    right: 66.6667%;
}
.pull-lg-9 {
    right: 75%;
}
.pull-lg-10 {
    right: 83.3333%;
}
.pull-lg-11 {
    right: 91.6667%;
}
.pull-lg-12 {
    right: 100%;
}
.push-lg-0 {
    left: auto;
}
.push-lg-1 {
    left: 8.33333%;
}
.push-lg-2 {
    left: 16.6667%;
}
.push-lg-3 {
    left: 25%;
}
.push-lg-4 {
    left: 33.3333%;
}
.push-lg-5 {
    left: 41.6667%;
}
.push-lg-6 {
    left: 50%;
}
.push-lg-7 {
    left: 58.3333%;
}
.push-lg-8 {
    left: 66.6667%;
}
.push-lg-9 {
    left: 75%;
}
.push-lg-10 {
    left: 83.3333%;
}
.push-lg-11 {
    left: 91.6667%;
}
.push-lg-12 {
    left: 100%;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.6667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.3333%;
}
.offset-lg-5 {
    margin-left: 41.6667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.3333%;
}
.offset-lg-8 {
    margin-left: 66.6667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.3333%;
}
.offset-lg-11 {
    margin-left: 91.6667%;
}
}
@media (min-width: 1200px) {
.col-xl-1 {
    float: left;
    width: 8.33333%;
}
.col-xl-2 {
    float: left;
    width: 16.6667%;
}
.col-xl-3 {
    float: left;
    width: 25%;
}
.col-xl-4 {
    float: left;
    width: 33.3333%;
}
.col-xl-5 {
    float: left;
    width: 41.6667%;
}
.col-xl-6 {
    float: left;
    width: 50%;
}
.col-xl-7 {
    float: left;
    width: 58.3333%;
}
.col-xl-8 {
    float: left;
    width: 66.6667%;
}
.col-xl-9 {
    float: left;
    width: 75%;
}
.col-xl-10 {
    float: left;
    width: 83.3333%;
}
.col-xl-11 {
    float: left;
    width: 91.6667%;
}
.col-xl-12 {
    float: left;
    width: 100%;
}
.pull-xl-0 {
    right: auto;
}
.pull-xl-1 {
    right: 8.33333%;
}
.pull-xl-2 {
    right: 16.6667%;
}
.pull-xl-3 {
    right: 25%;
}
.pull-xl-4 {
    right: 33.3333%;
}
.pull-xl-5 {
    right: 41.6667%;
}
.pull-xl-6 {
    right: 50%;
}
.pull-xl-7 {
    right: 58.3333%;
}
.pull-xl-8 {
    right: 66.6667%;
}
.pull-xl-9 {
    right: 75%;
}
.pull-xl-10 {
    right: 83.3333%;
}
.pull-xl-11 {
    right: 91.6667%;
}
.pull-xl-12 {
    right: 100%;
}
.push-xl-0 {
    left: auto;
}
.push-xl-1 {
    left: 8.33333%;
}
.push-xl-2 {
    left: 16.6667%;
}
.push-xl-3 {
    left: 25%;
}
.push-xl-4 {
    left: 33.3333%;
}
.push-xl-5 {
    left: 41.6667%;
}
.push-xl-6 {
    left: 50%;
}
.push-xl-7 {
    left: 58.3333%;
}
.push-xl-8 {
    left: 66.6667%;
}
.push-xl-9 {
    left: 75%;
}
.push-xl-10 {
    left: 83.3333%;
}
.push-xl-11 {
    left: 91.6667%;
}
.push-xl-12 {
    left: 100%;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.6667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.3333%;
}
.offset-xl-5 {
    margin-left: 41.6667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.3333%;
}
.offset-xl-8 {
    margin-left: 66.6667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.3333%;
}
.offset-xl-11 {
    margin-left: 91.6667%;
}
}
.table {
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}
.table th, .table td {
    border-top: 1px solid #e8e8e8;
    padding: 0.75rem;
    vertical-align: top;
}
.table thead th {
    border-bottom: 1px solid #e8e8e8;
    vertical-align: bottom;
}
.table tbody + tbody {
    border-top: 1px solid #e8e8e8;
}
.table .table {
    background-color: #ffffff;
}
.table-sm th, .table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #e8e8e8;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #e8e8e8;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
}
.table-hover tbody tr:hover {
}
.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-success, .table-success > th, .table-success > td {
    background-color: #dff0d8;
}
.table-hover .table-success:hover {
    background-color: #d0e9c6;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}
.table-info, .table-info > th, .table-info > td {
    background-color: #d9edf7;
}
.table-hover .table-info:hover {
    background-color: #c4e3f3;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}
.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
    background-color: #faf2cc;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f2dede;
}
.table-hover .table-danger:hover {
    background-color: #ebcccc;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}
.thead-inverse th {
    background-color: #444444;
    color: #ffffff;
}
.thead-default th {
    background-color: #f9f9f9;
    font-weight: 600;
}
.table-inverse {
    background-color: #444444;
    color: #f6f6f6;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
    border-color: #000000;
}
.table-inverse.table-bordered {
    border: 0 none;
}
.table-responsive {
    display: block;
    min-height: 0.01%;
    overflow-x: auto;
    width: 100%;
}
.table-reflow thead {
    float: left;
}
.table-reflow tbody {
    display: block;
    white-space: nowrap;
}
.table-reflow th, .table-reflow td {
    border-left: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}
.table-reflow th:last-child, .table-reflow td:last-child {
    border-right: 1px solid #f6f6f6;
}
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #f6f6f6;
}
.table-reflow tr {
    float: left;
}
.table-reflow tr th, .table-reflow tr td {
    border: 1px solid #f6f6f6;
    display: block !important;
}
.form-control {
    background-color: #ffffff;
    border-radius: 0;
    color: #888888;
    display: block;
    padding: 5px 12px;
    width: 100%;
    border: 1px solid #ededed;

}
.form-control:focus {
    background-color: #ffffff;
    border-color: #66afe9;
    outline: medium none;
}
.form-control::placeholder {
    color: #666666;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
.form-control:disabled, .form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
.form-control:disabled {
    cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]) {
    height: 2.5rem;
}
.form-control-file, .form-control-range {
    display: block;
}
.col-form-label {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.col-form-label-lg {
    font-size: 0.9375rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.col-form-label-sm {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.col-form-legend {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.form-control-static {
    margin-bottom: 0;
    min-height: 2.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 0.3rem;
    font-size: 0.9375rem;
    padding: 0.75rem 1.5rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 2.75rem;
}
.form-group {
    margin-bottom: 15px;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-check {
    display: block;
    margin-bottom: 0.75rem;
    position: relative;
}
.form-check + .form-check {
    margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
    color: #3c3c3c;
    cursor: not-allowed;
}
.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 1.25rem;
}
.form-check-input {
    margin-left: -1.25rem;
    margin-top: 0.25rem;
    position: absolute;
}
.form-check-input:only-child {
    position: static;
}
.form-check-inline {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 1.25rem;
    position: relative;
    vertical-align: middle;
}
.form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
}
.form-check-inline.disabled {
    cursor: not-allowed;
}
.form-control-feedback {
    margin-top: 0.25rem;
}
.form-control-success, .form-control-warning, .form-control-danger {
    background-position: right 0.625rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    padding-right: 2.25rem;
}
.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
    color: #4cbb6c;
}
.has-success .form-control {
    border-color: #4cbb6c;
}
.has-success .input-group-addon {
    background-color: #e0f3e5;
    border-color: #4cbb6c;
    color: #4cbb6c;
}
.has-success .form-control-feedback {
    color: #4cbb6c;
}
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%235cb85c\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control {
    color: #ff9a52;
}
.has-warning .form-control {
    border-color: #ff9a52;
}
.has-warning .input-group-addon {
    background-color: #ffffff;
    border-color: #ff9a52;
    color: #ff9a52;
}
.has-warning .form-control-feedback {
    color: #ff9a52;
}
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23f0ad4e\' d=\'M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z\'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control {
    color: #ff4c4c;
}
.has-danger .form-control {
    border-color: #ff4c4c;
}
.has-danger .input-group-addon {
    background-color: #ffffff;
    border-color: #ff4c4c;
    color: #ff4c4c;
}
.has-danger .form-control-feedback {
    color: #ff4c4c;
}
.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23d9534f\' viewBox=\'-2 -2 7 7\'%3E%3Cpath stroke=\'%23d9534f\' d=\'M0 0l3 3m0-3L0 3\'/%3E%3Ccircle r=\'.5\'/%3E%3Ccircle cx=\'3\' r=\'.5\'/%3E%3Ccircle cy=\'3\' r=\'.5\'/%3E%3Ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3E%3C/svg%3E");
}
@media (min-width: 544px) {
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
.form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-check {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
.form-inline .form-check-label {
    padding-left: 0;
}
.form-inline .form-check-input {
    margin-left: 0;
    position: relative;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}
.btn {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 0.5rem 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.focus {
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 none;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    background-color: #d3a559;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-color: #000000;
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    /*background-color: #000000;*/
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary, .btn-tertiary {
    border-color: rgba(0, 0, 0, 0);
    color: #3c3c3c;
	background-color: #f5f5f5;
}
.btn-secondary:hover, .btn-tertiary:hover {
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary {
    background-color: #dddddd;
    border-color: rgba(0, 0, 0, 0);
    color: #3c3c3c;
}
.btn-secondary:active, .btn-tertiary:active, .btn-secondary.active, .active.btn-tertiary, .open > .btn-secondary.dropdown-toggle, .open > .dropdown-toggle.btn-tertiary {
    background-color: #dddddd;
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    color: #3c3c3c;
}
.btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-secondary:active:focus, .btn-tertiary:active:focus, .btn-secondary.focus:active, .btn-tertiary.focus:active, .btn-secondary.active:hover, .active.btn-tertiary:hover, .btn-secondary.active:focus, .active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary, .open > .btn-secondary.dropdown-toggle:hover, .open > .dropdown-toggle.btn-tertiary:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .dropdown-toggle.btn-tertiary:focus, .open > .btn-secondary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-tertiary {
    background-color: #cbcbcb;
    border-color: rgba(0, 0, 0, 0);
    color: #3c3c3c;
}
.btn-secondary.disabled:focus, .disabled.btn-tertiary:focus, .btn-secondary.disabled.focus, .disabled.focus.btn-tertiary, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-secondary.focus:disabled, .btn-tertiary.focus:disabled {
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary.disabled:hover, .disabled.btn-tertiary:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0);
}
.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn-info:hover {
    background-color: #31b0d5;
    border-color: #2aabd2;
    color: #ffffff;
}
.btn-info:focus, .btn-info.focus {
    background-color: #31b0d5;
    border-color: #2aabd2;
    color: #ffffff;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
    color: #ffffff;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    background-color: #269abc;
    border-color: #1f7e9a;
    color: #ffffff;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    color: #ffffff;
}
.btn-success:hover {
    background-color: #3a9a56;
    border-color: #389252;
    color: #ffffff;
}
.btn-success:focus, .btn-success.focus {
    background-color: #3a9a56;
    border-color: #389252;
    color: #ffffff;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-color: #3a9a56;
    background-image: none;
    border-color: #389252;
    color: #ffffff;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    background-color: #318047;
    border-color: #256237;
    color: #ffffff;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-warning {
    background-color: #ff9a52;
    border-color: #ff9a52;
    color: #ffffff;
}
.btn-warning:hover {
    background-color: #ff7c1f;
    border-color: #ff7615;
    color: #ffffff;
}
.btn-warning:focus, .btn-warning.focus {
    background-color: #ff7c1f;
    border-color: #ff7615;
    color: #ffffff;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-color: #ff7c1f;
    background-image: none;
    border-color: #ff7615;
    color: #ffffff;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    background-color: #fa6800;
    border-color: #d25700;
    color: #ffffff;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.btn-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    color: #ffffff;
}
.btn-danger:hover {
    background-color: #ff1919;
    border-color: #ff0f0f;
    color: #ffffff;
}
.btn-danger:focus, .btn-danger.focus {
    background-color: #ff1919;
    border-color: #ff0f0f;
    color: #ffffff;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-color: #ff1919;
    background-image: none;
    border-color: #ff0f0f;
    color: #ffffff;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    background-color: #f40000;
    border-color: #cc0000;
    color: #ffffff;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #d3a559;
    color: #d3a559;
}
.btn-outline-primary:hover {
    background-color: #d3a559;
    border-color: #d3a559;
    color: #ffffff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    background-color: #d3a559;
    border-color: #d3a559;
    color: #ffffff;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    background-color: #d3a559;
    border-color: #d3a559;
    color: #ffffff;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary.focus:active, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
    background-color: #1e788c;
    border-color: #175c6a;
    color: #ffffff;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary.focus:disabled {
    border-color: #83d3e4;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #83d3e4;
}
.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary.focus:active, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary.focus:disabled {
    border-color: rgba(51, 51, 51, 0);
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0);
}
.btn-outline-info {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de;
}
.btn-outline-info:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info.focus:active, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
    background-color: #269abc;
    border-color: #1f7e9a;
    color: #ffffff;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info.focus:disabled {
    border-color: #b0e1ef;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}
.btn-outline-success {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #4cbb6c;
    color: #4cbb6c;
}
.btn-outline-success:hover {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    color: #ffffff;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    color: #ffffff;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    color: #ffffff;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success.focus:active, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
    background-color: #318047;
    border-color: #256237;
    color: #ffffff;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success.focus:disabled {
    border-color: #96d7a9;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #96d7a9;
}
.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #ff9a52;
    color: #ff9a52;
}
.btn-outline-warning:hover {
    background-color: #ff9a52;
    border-color: #ff9a52;
    color: #ffffff;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    background-color: #ff9a52;
    border-color: #ff9a52;
    color: #ffffff;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
    background-color: #ff9a52;
    border-color: #ff9a52;
    color: #ffffff;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning.focus:active, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
    background-color: #fa6800;
    border-color: #d25700;
    color: #ffffff;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning.focus:disabled {
    border-color: #ffd6b8;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ffd6b8;
}
.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #ff4c4c;
    color: #ff4c4c;
}
.btn-outline-danger:hover {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    color: #ffffff;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    color: #ffffff;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    color: #ffffff;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger.focus:active, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
    background-color: #f40000;
    border-color: #cc0000;
    color: #ffffff;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger.focus:disabled {
    border-color: #ffb2b2;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ffb2b2;
}
.btn-link {
    border-radius: 0;
    color: #d3a559;
    font-weight: normal;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: rgba(0, 0, 0, 0);
}
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: rgba(0, 0, 0, 0);
}
.btn-link:hover {
    border-color: rgba(0, 0, 0, 0);
}
.btn-link:focus, .btn-link:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #d3a559;
    text-decoration: underline;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #ededed;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 0.3rem;
    font-size: 0.9375rem;
    padding: 0.75rem 1.5rem;
}
.btn-sm, .btn-group-sm > .btn {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.fade.in {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: 0.35s;
    transition-property: height;
    transition-timing-function: ease;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle::after {
    border-left: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    width: 0;
}
.dropdown-toggle:focus {
    outline: 0 none;
}
.dropup .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0 none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #f6f5f5;
    border-radius: 0;
    color: #444444;
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
}
.dropdown-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: #444444;
    display: block;
    padding: 0px 10px;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #7a7a7a;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    background-color: #d3a559;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #ededed;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0 none;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    color: #ededed;
    display: block;
    font-size: 0.875rem;
    padding: 5px 20px;
    white-space: nowrap;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 0.3em solid;
    border-top: 0 none;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
}
.btn-group, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -0.5rem;
}
.btn-toolbar::after {
    clear: both;
    content: "";
    display: table;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 0.5rem;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0 none;
}
.btn + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}
.btn-group-vertical > .btn-group::after {
    clear: both;
    content: "";
    display: table;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon {
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    color: #3c3c3c;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
    text-align: center;
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    border-radius: 0.3rem;
    font-size: 0.9375rem;
    padding: 0.75rem 1.5rem;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0 none;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0 none;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3;
}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -1px;
    z-index: 2;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}
.custom-control {
    cursor: pointer;
    display: inline;
    padding-left: 1.5rem;
    position: relative;
}
.custom-control + .custom-control {
    margin-left: 1rem;
}
.custom-control-input {
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
    position: absolute;
    z-index: -1;
}
.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #0074d9;
    color: #ffffff;
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
    background-color: #84c6ff;
    color: #ffffff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}
.custom-control-indicator {
    background-color: #dddddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    display: block;
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0.0625rem;
    width: 1rem;
}
.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
   border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E");
}
.custom-controls-stacked .custom-control {
    display: inline;
}
.custom-controls-stacked .custom-control::after {
    content: "";
    display: block;
    margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}
.custom-select {
    -moz-appearance: none;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23333\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E") no-repeat scroll right 0.75rem center / 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    color: #3c3c3c;
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    vertical-align: middle;
}
.custom-select:focus {
    border-color: #51a7e8;
    outline: medium none;
}
.custom-select:disabled {
    background-color: #f6f6f6;
    color: #ededed;
    cursor: not-allowed;
}
.custom-select-sm {
    font-size: 75%;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
}
.custom-file {
    cursor: pointer;
    display: inline-block;
    height: 2.5rem;
    max-width: 100%;
    position: relative;
}
.custom-file-input {
    margin: 0;
    max-width: 100%;
    min-width: 14rem;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
}
.custom-file-control {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #555555;
    height: 2.5rem;
    left: 0;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.custom-file-control:lang(en)::after {
    content: "Choose file...";
}
.custom-file-control::before {
    background-color: #eeeeee;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    bottom: -1px;
    color: #555555;
    display: block;
    height: 2.5rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6;
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    display: inline-block;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #ededed;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ededed;
    cursor: not-allowed;
}
.nav-inline .nav-item {
    display: inline-block;
}
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}
.nav-tabs {
    border-bottom: 1px solid #e8e8e8;
}
.nav-tabs::after {
    clear: both;
    content: "";
    display: table;
}
.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}
.nav-tabs .nav-link {
/*    border: 1px solid rgba(0, 0, 0, 0);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    padding: 0.5em 1em;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f6f6f6 #f6f6f6 #e8e8e8;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #ededed;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  /*  border-color: #e8e8e8 #e8e8e8 rgba(0, 0, 0, 0);*/
    color: #3c3c3c;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.nav-pills::after {
    clear: both;
    content: "";
    display: table;
}
.nav-pills .nav-item {
    float: left;
}
.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}
.nav-pills .nav-link {
    border-radius: 0;
    display: block;
    padding: 0.5em 1em;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
    background-color: #d3a559;
    color: #ffffff;
    cursor: default;
}
.nav-stacked .nav-item {
    display: block;
    float: none;
}
.nav-stacked .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 0.2rem;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    padding: 0.5rem 1rem;
    position: relative;
}
.navbar::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 544px) {
.navbar {
    border-radius: 0;
}
}
.navbar-full {
    z-index: 1000;
}
@media (min-width: 544px) {
.navbar-full {
    border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
@media (min-width: 544px) {
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-sticky-top {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1030;
}
@media (min-width: 544px) {
.navbar-sticky-top {
    border-radius: 0;
}
}
.navbar-brand {
    float: left;
    font-size: 0.9375rem;
    margin-right: 1rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
.navbar-divider {
    float: left;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
    width: 1px;
}
.navbar-divider::before {
    content: " ";
}
.navbar-toggler {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
.navbar-nav .nav-item {
    float: left;
}
.navbar-nav .nav-link {
    display: block;
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand {
    color: #ffffff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
    color: #ffffff;
}
.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}
.navbar-toggleable-xs::after {
    clear: both;
    content: "";
    display: table;
}
@media (max-width: 543px) {
.navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
.left-block, .right-block{width:100%;}
}
@media (min-width: 544px) {
.navbar-toggleable-xs {
    display: block !important;
}
}
.navbar-toggleable-sm::after {
    clear: both;
    content: "";
    display: table;
}
@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
}
@media (min-width: 768px) {
.navbar-toggleable-sm {
    display: block !important;
}
}
.navbar-toggleable-md::after {
    clear: both;
    content: "";
    display: table;
}
@media (max-width: 991px) {
.navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
}
@media (min-width: 992px) {
.navbar-toggleable-md {
    display: block !important;
}
}
.card-title.h3 {
    font-size: 18px;
}
.card {
    border-radius: 0;
    display: block;
    margin-bottom: 0.75rem;
    position: relative;
}
.card-block {
    padding: 1.25rem;
	border-bottom: 1px solid #ededed;
}
#order-confirmation .card-block {
	border-bottom: none;
}
.card-block::after {
    clear: both;
    content: "";
    display: table;
}
.card-title {
    margin-bottom: 20px;
}
.card-subtitle {
    margin-bottom: 0;
    margin-top: -0.375rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
}
.card-header::after {
    clear: both;
    content: "";
    display: table;
}
.card-header:first-child {
    border-radius: 0;
}
.card-footer {
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
}
.card-footer::after {
    clear: both;
    content: "";
    display: table;
}
.card-footer:last-child {
    border-radius: 0;
}
.card-header-tabs {
    border-bottom: 0 none;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.card-header-pills {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.card-primary {
    background-color: #d3a559;
    border-color: #d3a559;
}
.card-primary .card-header, .card-primary .card-footer {
    background-color: rgba(0, 0, 0, 0);
}
.card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.card-success .card-header, .card-success .card-footer {
    background-color: rgba(0, 0, 0, 0);
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-info .card-header, .card-info .card-footer {
    background-color: rgba(0, 0, 0, 0);
}
.card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.card-warning .card-header, .card-warning .card-footer {
    background-color: rgba(0, 0, 0, 0);
}
.card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.card-danger .card-header, .card-danger .card-footer {
    background-color: rgba(0, 0, 0, 0);
}
.card-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    border-color: #d3a559;
}
.card-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.card-outline-info {
    background-color: rgba(0, 0, 0, 0);
    border-color: #5bc0de;
}
.card-outline-success {
    background-color: rgba(0, 0, 0, 0);
    border-color: #4cbb6c;
}
.card-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff9a52;
}
.card-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff4c4c;
}
.card-inverse .card-header, .card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: #ffffff;
}
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #ffffff;
}
.card-blockquote {
    border-left: 0 none;
    margin-bottom: 0;
    padding: 0;
}
.card-img {
    border-radius: 0.25rem;
}
.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-img-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width: 544px) {
.card-deck {
    border-spacing: 1.25rem 0;
    display: table;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    width: 100%;
}
.card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
}
.card-deck-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
}
@media (min-width: 544px) {
.card-group {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.card-group .card {
    display: table-cell;
    vertical-align: top;
}
.card-group .card + .card {
    border-left: 0 none;
    margin-left: 0;
}
.card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
}
}
@media (min-width: 544px) {
.card-columns {
}
.card-columns .card {
    width: 100%;
}
}
.breadcrumb {
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 30px 10px;
    text-align: center;
}
.breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ededed;
    content: "/";
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #ededed;
}
.pagination {
    border-radius: 0;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 0;
}
.page-item {
    display: inline;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #d3a559;
    border-color: #d3a559;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    background-color: #ffffff;
    border-color: #e8e8e8;
    color: #ededed;
    cursor: not-allowed;
    pointer-events: none;
}
.page-link {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    color: #d3a559;
    float: left;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
    text-decoration: none;
}
.page-link:focus, .page-link:hover {
    background-color: #f6f6f6;
    border-color: #e8e8e8;
    color: #d3a559;
}
.pagination-lg .page-link {
    font-size: 0.9375rem;
    padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    font-size: 0.875rem;
    padding: 0.275rem 0.75rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.tag {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.25em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.tag:empty {
    display: none;
}
.btn .tag {
    position: relative;
    top: -1px;
}
a.tag:focus, a.tag:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
.tag-pill {
    border-radius: 10rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.tag-default {
    background-color: #ededed;
}
.tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #d2d2d2;
}
.tag-primary {
    background-color: #d3a559;
}
.tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #2592a9;
}
.tag-success {
    background-color: #4cbb6c;
}
.tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #3a9a56;
}
.tag-info {
    background-color: #5bc0de;
}
.tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5;
}
.tag-warning {
    background-color: #ff9a52;
}
.tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ff7c1f;
}
.tag-danger {
    background-color: #ff4c4c;
}
.tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #ff1919;
}
.jumbotron {
    background-color: #f6f6f6;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}
@media (min-width: 544px) {
.jumbotron {
    padding: 4rem 2rem;
}
}
.jumbotron-hr {
    border-top-color: #e8e8e8;
}
.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 1rem;
    padding: 1rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: bold;
}
.alert-dismissible {
    padding-right: 2rem;
}
.alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -1rem;
    top: -0.125rem;
}
.alert-success {
    background-color: #d3a559;
    border-color: #d3a559;
    color: #fff;
}
.alert-success hr {
    border-top-color: #c1e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6d5ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #ff9a52;
    color: #3c3c3c;
}
.alert-warning hr {
    border-top-color: #ff8b39;
}
.alert-warning .alert-link {
    color: #282828;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 1rem 0;
}
100% {
    background-position: 0 0;
}
}
.progress {
    display: block;
    height: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.progress[value] {
    background-color: #eeeeee;
    border: 0 none;
    border-radius: 0;
}
.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
base::-moz-progress-bar, .progress[value] {
    background-color: #eeeeee;
    border-radius: 0;
}
@media not all {
.progress {
    background-color: #eeeeee;
    border-radius: 0;
}
.progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
}
.progress[width="100%"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
}
.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 1rem 1rem;
}
@media not all {
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 1rem 1rem;
}
}
.progress-animated[value]::-moz-progress-bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	-webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	-moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	-o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
@media not all {
.progress-animated .progress-bar-striped {
     animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	-webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	-moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	-o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
}
.progress-success[value]::-moz-progress-bar {
    background-color: #4cbb6c;
}
@media not all {
.progress-success .progress-bar {
    background-color: #4cbb6c;
}
}
.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}
@media not all {
.progress-info .progress-bar {
    background-color: #5bc0de;
}
}
.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52;
}
@media not all {
.progress-warning .progress-bar {
    background-color: #ff9a52;
}
}
.progress-danger[value]::-moz-progress-bar {
    background-color: #ff4c4c;
}
@media not all {
.progress-danger .progress-bar {
    background-color: #ff4c4c;
}
}
.media, .media-body {
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.media-list {
    list-style: outside none none;
    padding-left: 0;
}
.list-group {
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-item {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    display: block;
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #f6f6f6;
    color: #ededed;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #ededed;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #d3a559;
    border-color: #d3a559;
    color: #ffffff;
    text-decoration: none;
    z-index: 2;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #d7f1f6;
}
.list-group-flush .list-group-item {
    border-radius: 0;
}
.list-group-item-action {
    color: #555555;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action .list-group-item-heading {
    color: #333333;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f5f5f5;
    color: #555555;
    text-decoration: none;
}
.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: #d0e9c6;
    color: #3c763d;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #ffffff;
}
.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    background-color: #c4e3f3;
    color: #31708f;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #ffffff;
}
.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    background-color: #faf2cc;
    color: #8a6d3b;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #ffffff;
}
.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    background-color: #ebcccc;
    color: #a94442;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #ffffff;
}
.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive-21by9 {
    padding-bottom: 42.8571%;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.close {
    color: #3c3c3c;
    float: right;
    font-size: 1.5rem;
}
.close:focus, .close:hover {
    color: #3c3c3c;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10050;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
	-webkit-transform: translate(0px, -25%);
	-moz-transform: translate(0px, -25%);
	-o-transform: translate(0px, -25%);
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    outline: 0 none;
    position: relative;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.modal-backdrop.fade {
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-header::after {
    clear: both;
    content: "";
    display: table;
}
.modal-header .close {
    font-size: 42px;
    margin-top: -6px;
    padding: 0 13px;
    position: absolute;
    right: 0;
}
.modal-title {
    line-height: 1.5;
    margin: 0;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal-footer::after {
    clear: both;
    content: "";
    display: table;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 544px) {
.modal-dialog {
    margin: 30px auto;
    max-width: 600px;
}
.modal-sm {
    max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
    max-width: 900px;
}
}
.tooltip {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
    overflow-wrap: break-word;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    border-top-color: #ff4c4c;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
    border-right-color: #ff4c4c;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
    border-bottom-color: #ff4c4c;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
    border-left-color: #ff4c4c;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip-inner {
    background-color: #ff4c4c;
    border-radius: 0;
    color: #ffffff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}
.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: block;
    font-style: normal;
    font-weight: normal;
    left: 0;
    letter-spacing: normal;
    max-width: 276px;
    overflow-wrap: break-word;
    padding: 1px;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
    border-bottom-width: 0;
    border-top-color: #ffffff;
    bottom: 1px;
    content: "";
    margin-left: -10px;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
    border-left-width: 0;
    border-right-color: #ffffff;
    bottom: -10px;
    content: "";
    left: 1px;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: "";
    margin-left: -10px;
    top: 1px;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
    border-left-color: #ffffff;
    border-right-width: 0;
    bottom: -10px;
    content: "";
    right: 1px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ededed;
    border-radius: 0.2375rem 0.2375rem 0 0;
    font-size: 1rem;
    margin: 0;
    padding: 8px 14px;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover-arrow, .popover-arrow::after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover-arrow {
    border-width: 11px;
}
.popover-arrow::after {
    border-width: 10px;
    content: "";
}
.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .carousel-item {
    display: none;
    position: relative;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
}
@media not all, (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
     transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
     transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 19px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control:focus, .carousel-control:hover {
    color: #ffffff;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    display: inline-block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next {
    margin-right: -10px;
    right: 50%;
}
.carousel-control .icon-prev::before {
    content: "‹";
}
.carousel-control .icon-next::before {
    content: "›";
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
   border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #ffffff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption {
    bottom: 20px;
    color: #ffffff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media (min-width: 544px) {
.carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 29px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
.carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}
.carousel-indicators {
    bottom: 20px;
}
}
.bg-faded {
    background-color: #f7f7f9;
}
.bg-primary {
    background-color: #d3a559 !important;
    color: #ffffff !important;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #2592a9 !important;
}
.bg-success {
    background-color: #4cbb6c !important;
    color: #ffffff !important;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #3a9a56 !important;
}
.bg-info {
    background-color: #5bc0de !important;
    color: #ffffff !important;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important;
}
.bg-warning {
    background-color: #ff9a52 !important;
    color: #ffffff !important;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ff7c1f !important;
}
.bg-danger {
    background-color: #ff4c4c !important;
    color: #ffffff !important;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ff1919 !important;
}
.bg-inverse {
    background-color: #444444 !important;
    color: #ffffff !important;
}
a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #6e6e6e !important;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline !important;
}
.pull-xs-left {
    float: left !important;
}
.float-xs-left {
    float: left !important;
}
.pull-xs-right {
    float: right !important;
}
.float-xs-right {
    float: right !important;
}
.pull-xs-none {
    float: none !important;
}
@media (min-width: 544px) {
.pull-sm-left {
    float: left !important;
}
.pull-sm-right {
    float: right !important;
}
.pull-sm-none {
    float: none !important;
}
}
@media (min-width: 768px) {
.pull-md-left {
    float: left !important;
}
.pull-md-right {
    float: right !important;
}
.pull-md-none {
    float: none !important;
}
}
@media (min-width: 992px) {
.pull-lg-left {
    float: left !important;
}
.pull-lg-right {
    float: right !important;
}
.pull-lg-none {
    float: none !important;
}
}
@media (min-width: 1200px) {
.pull-xl-left {
    float: left !important;
}
.pull-xl-right {
    float: right !important;
}
.pull-xl-none {
    float: none !important;
}
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.w-100 {
    width: 100% !important;
}
.m-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.m-a-0 {
    margin: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-r-0 {
    margin-right: 0 !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.m-y-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.m-a-1 {
    margin: 1rem !important;
}
.m-t-1 {
    margin-top: 1rem !important;
}
.m-r-1 {
    margin-right: 1rem !important;
}
.m-b-1 {
    margin-bottom: 1rem !important;
}
.m-l-1 {
    margin-left: 1rem !important;
}
.m-x-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.m-y-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.m-a-2 {
    margin: 1.5rem !important;
}
.m-t-2 {
    margin-top: 1.5rem !important;
}
.m-r-2 {
    margin-right: 1.5rem !important;
}
.m-b-2 {
    margin-bottom: 1.5rem !important;
}
.m-l-2 {
    margin-left: 1.5rem !important;
}
.m-x-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.m-y-2 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.m-a-3 {
    margin: 3rem !important;
}
.m-t-3 {
    margin-top: 3rem !important;
}
.m-r-3 {
    margin-right: 3rem !important;
}
.m-b-3 {
    margin-bottom: 3rem !important;
}
.m-l-3 {
    margin-left: 3rem !important;
}
.m-x-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.m-y-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.p-a-0 {
    padding: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-y-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.p-a-1 {
    padding: 1rem !important;
}
.p-t-1 {
    padding-top: 1rem !important;
}
.p-r-1 {
    padding-right: 1rem !important;
}
.p-b-1 {
    padding-bottom: 1rem !important;
}
.p-l-1 {
    padding-left: 1rem !important;
}
.p-x-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.p-y-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.p-a-2 {
    padding: 1.5rem !important;
}
.p-t-2 {
    padding-top: 1.5rem !important;
}
.p-r-2 {
    padding-right: 1.5rem !important;
}
.p-b-2 {
    padding-bottom: 1.5rem !important;
}
.p-l-2 {
    padding-left: 1.5rem !important;
}
.p-x-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.p-y-2 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.p-a-3 {
    padding: 3rem !important;
}
.p-t-3 {
    padding-top: 3rem !important;
}
.p-r-3 {
    padding-right: 3rem !important;
}
.p-b-3 {
    padding-bottom: 3rem !important;
}
.p-l-3 {
    padding-left: 3rem !important;
}
.p-x-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.p-y-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.pos-f-t {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-xs-left {
    text-align: left !important;
}
.text-xs-right {
    text-align: right !important;
}
.text-xs-center {
    text-align: center !important;
}
@media (min-width: 544px) {
.text-sm-left {
    text-align: left !important;
}
.text-sm-right {
    text-align: right !important;
}
.text-sm-center {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
    text-align: left !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-center {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-center {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
    text-align: left !important;
}
.text-xl-right {
    text-align: right !important;
}
.text-xl-center {
    text-align: center !important;
}
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-normal {
    font-weight: normal;
}
.font-weight-bold {
    font-weight: bold;
}
.font-italic {
    font-style: italic;
}
.text-muted {
}
a.text-muted:focus, a.text-muted:hover {
}
.text-primary {
    color: #d3a559 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #2592a9 !important;
}
.text-success {
    color: #4cbb6c !important;
}
a.text-success:focus, a.text-success:hover {
    color: #3a9a56 !important;
}
.text-info {
    color: #5bc0de !important;
}
a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important;
}
.text-warning {
    color: #ff9a52 !important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ff7c1f !important;
}
.text-danger {
    color: #ff4c4c !important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #ff1919 !important;
}
.text-hide {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    text-shadow: none;
}
.invisible {
    visibility: hidden !important;
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 543px) {
.hidden-xs-down {
    display: none !important;
}
}
@media (min-width: 544px) {
.hidden-sm-up {
    display: none !important;
}
}
@media (max-width: 767px) {
.hidden-sm-down {
    display: none !important;
}
}
@media (min-width: 768px) {
.hidden-md-up {
    display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md-down {
    display: none !important;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
    display: none !important;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
    display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
    display: none !important;
}
}
.hidden-xl-down {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
@media print {
.visible-print-block {
    display: block !important;
}
}
.visible-print-inline {
    display: none !important;
}
@media print {
.visible-print-inline {
    display: inline !important;
}
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
.visible-print-inline-block {
    display: inline-block !important;
}
}
@media print {
.hidden-print {
    display: none !important;
}
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("../css/570eb83859dc23dd0eec423a49e147fe.woff2") format("woff2"), url("../css/012cf6a10129e2275d79d6adac7f3b02.woff") format("woff"), url("../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf") format("truetype");
}
#block-contact_list .material-icons {
    border: 1px solid #d3a559;
    border-radius: 50%;
}
.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 23px;
	
    font-style: normal;
    font-weight: normal;
    height: 1em;
    letter-spacing: normal;
    line-height: 1;
    overflow-wrap: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 1em;
}
.material-icons.search {
    font-size: 21px;
}
#block-contact_list i {
    font-size: 16px;
    height: 31px;
    margin:0 auto;
	float:left;
    width: 31px;
	padding: 6px 7px;
}

.lang-rtl * {
    direction: rtl !important;
}
.lang-rtl main {
    text-align: right !important;
}
body, html {
    height: 100%;
}

body {
    font-family: 'Yantramanav', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 22px;
    background-color:#fff;
}
ul {
    list-style: outside none none;
    padding-left: 0;
}
a:hover {
    color: #d3a559;
    text-decoration: none;
}
.product-tabcontent .product-description span {
    color: #000000 !important;
}
p {
    margin: 0 0 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 3px;
    width: 16px;
}
.color {
    border: 1px solid #666666;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 2px solid #000000;
}
.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #000000;
}
.h1, .h2, .h3 {
    color: #000000;
    text-transform: uppercase;
}
.h4 {
    color: #000000;
    font-weight: 700;
}
#productCommentsBlock .btn-primary{ padding: 5px 15px; }
.btn-primary, .btn-secondary, .btn-tertiary, .products .all-product-link {
    padding: 6px 25px;
	text-transform: uppercase;
}
.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: 5px;
}
.btn-tertiary {
    font-size: 13px;
    font-weight: 400;
    margin: 0.25rem 0;
    padding: 0.25rem;
}
.btn-tertiary .material-icons {
    font-size: 1rem;
}
.card {
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid #d8d8d8;
}

.card-block.cart-summary-totals {
     border: none;
}
label, .label {
    color: #3c3c3c;
    text-align: right;
}
small.label, small.value {
    font-size: 0.8125rem;
}
.form-control-label {
    padding-top: 4px;
}
.form-control {
}
.form-control:focus {
}
.input-group.focus {
}
.input-group .form-control:focus {
    outline: medium none;
}
.input-group .input-group-btn > .btn {
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    margin-left: 0;
    padding: 5px 12px;
    text-transform: uppercase;
}
.form-control-select {
    -moz-appearance: none;
    background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center / 1.25rem 1.25rem;
    height: 2.625rem;
    padding-right: 2rem;
}
.form-control-valign {
    padding-top: 0.5rem;
}
.form-control-comment {
    font-size: 13px;
    padding-left: 0;
    padding-top: 0.5rem;
}
.form-control-submit.disabled {
    background: #5bc0de none repeat scroll 0 0;
    color: #ffffff;
}
.form-group.has-error input, .form-group.has-error select {
    border-color: #ff4c4c;
}
.form-group.has-error .help-block {
    color: #ff4c4c;
}
.group-span-filestyle label {
    margin: 0;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    background: #d3a559 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
.bootstrap-touchspin input:focus {
    outline: medium none;
}
.bootstrap-touchspin input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap-touchspin .btn-touchspin {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 1.3125rem;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ededed;
}
.bootstrap-touchspin .input-group-btn-vertical {
    color: #3c3c3c;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "";
}
.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 0.9375rem;
    left: 0.1875rem;
    top: 0.0625rem;
}
.custom-radio {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-right: 1.25rem;
    position: relative;
    vertical-align: middle;
    width: 18px;
}
.custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
}
.custom-radio input[type="radio"]:checked + span {
    background-color: #d3a559;
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
    display: block;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] {
    cursor: pointer;
    margin-top: 0.25rem;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
    position: absolute;
}
.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #666666;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    vertical-align: -1px;
    width: 15px;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    color: #666666;
    display: none;
    font-size: 16px;
    margin: -2px 0 0 -1px;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    display: block;
}
.custom-checkbox label {
    text-align: left;
}
.text-muted {
}
.done {
    color: #4cbb6c;
    display: inline-block;
    margin-right: 1.5625rem;
    padding: 0 0.8125rem;
}
.thumb-mask > .mask {
    border: 1px solid #ededed;
    height: 3.4375rem;
    margin: 0.625rem 0;
    overflow: hidden;
    position: relative;
    width: 3.4375rem;
}
.thumb-mask > .mask img {
    height: 55px;
    width: 55px;
}
.definition-list dl {
    display: flex;
    flex-wrap: wrap;
}
.definition-list dl dt {
    font-weight: normal;
}
.definition-list dl dd, .definition-list dl dt {
    -moz-box-flex: 0;
    background: #ededed none repeat scroll 0 0;
    flex: 0 0 45%;
    margin: 0.125rem;
    padding: 0.625rem;
}
.definition-list dl dd:nth-of-type(2n), .definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6 none repeat scroll 0 0;
}
.help-block {
    margin-top: 0.625rem;
}
.btn.disabled, .btn.disabled:hover {
    background: #000000 none repeat scroll 0 0;
}
.alert-warning .material-icons {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: 0.625rem;
    padding-top: 0.3125rem;
}
.alert-warning .alert-text {
    font-size: 0.9375rem;
    padding-top: 0.625rem;
}
.alert-warning .alert-link {
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    border-width: 2px;
    color: #6c868e;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-left: 0.625rem;
    padding: 0.3125rem 1.25rem;
}
.alert-warning ul li:last-child .alert-link {
    color: #ffffff;
}
.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}
.btn-tertiary-outline {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0.15rem solid #6c868e;
    color: #6c868e;
}
.btn-tertiary-outline:hover {
    border-color: #bbcdd2;
    color: #bbcdd2;
}
.alert {
}
.nav-item .nav-link, .nav-item .nav-separtor {
    font-weight: 500;
}
.nav-item .nav-link.active, .nav-item .nav-separtor.active {
}
.dropdown {
    color: #000000;
}
.dropdown:hover .expand-more {
    color: #d3a559;
}
.dropdown .expand-more {
    -moz-user-select: none;
    color: #000000;
    cursor: pointer;
}
.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}
.dropdown select {
    -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #3c3c3c;
    outline: 0 none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #d3a559;
    text-decoration: none;
}

.account-button {
	background:url("../img/tmgs/cart.png") no-repeat scroll center -266px;
	padding-left: 20px;
	font-size: 0;
	color:#000;
	cursor: pointer;  
	display: block;
	font-weight:600;
	text-transform:uppercase;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.account-button .optional-text{
    color: #d3a559;
    display: block;
    font-size: 10px;
	font-weight:400;
}
.search-button, #_desktop_cart .link , #_mobile_cart .link {
    height: 30px;
    width: 30px;
	cursor: pointer;
	display: block;
}
.search-button i, .account-button i, #_desktop_cart .link i, #_mobile_cart .link i {
    display: none;
}
.account-button:hover {
   color: #d3a559;
   background-position: center -333px;
}
.search-button {
    background: url(../img/tmgs/cart.png) no-repeat scroll center 10px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.search-button:hover {
    background-position:center -58px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#_desktop_cart .link, #_mobile_cart .link {
	background:url(../img/tmgs/cart.png) no-repeat scroll center -531px;
	padding:0 0 0 40px;
	width:auto;
	text-transform: uppercase;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
/*
.account-button:hover {
    background-position: center -122px;
}*/

#_desktop_cart .link:hover, #_mobile_cart .link:hover {
    background-position: center -600px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#_desktop_cart .link:hover .cart-title{color:#d3a559;}

.search-button {
    position: relative;
    z-index: 9;
}
.search-widget {
    float: right;
    width: auto;
}
.search-widget form {
    position: relative;
	float: none;
}
.search-widget form input[type="text"] {
    border:1px solid #d3a559 !important;
    color: #c3c3c3;
	background:#fff;
    min-width: 315px;
    outline: 0 none;
	border:none;
	background:none;
    padding: 8px 15px;
    font-size: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.search-widget input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.search-widget input::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
}
.search-widget input:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
.search-widget input:-moz-placeholder { /* Firefox 18- */
  color: #c3c3c3;
}
/*.search-widget form input[type="text"]:focus {
    background: #ffffff none repeat scroll 0 0;
}
*/.search-widget .material-icons.clear, .search-widget .search-button.active .material-icons.search {
    display: none;

}

.search-widget .search-button.active {	background: url("../img/tmgs/cart.png") no-repeat scroll center -125px;}
.search-widget .search-button.active:hover {	background-position: center -191px;}
.search-widget form button[type="submit"] {
	background: url("../img/tmgs/cart.png") no-repeat scroll center 10px;
    border: medium none;
    bottom: 0;
    color: #fff;
    outline: 0 none;
	text-transform:uppercase;
    padding: 0;
    position: absolute;
    right:0;
	top:0;
	width:50px;
	font-size:0;
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	
}
.search-widget form button[type="submit"]:hover, .search-widget form input[type="text"]:focus + button[type="submit"] {
   background-position: center -55px;
}
.header-top .search-widget {
    padding: 0;
}
.header-top .search-widget form input[type="text"] {
    width: 100%;
}
#checkout #search_widget {
}
#pagenotfound .page-content #search_widget {
    width: 100%;
}



@media (min-width: 767px) {
#header .header-top.fixed .top-menu .sub-menu { background: #fff; border-color: #f0f0f0; border-top: none; }

#header .header-top.fixed #_desktop_logo
{
	padding: 15px 0;
}
#header .header-top.fixed #search_widget{
	 background-position: 45px 30px;
	 padding-top:21px; 
	 padding-bottom:21px;
	 transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;	 
}
#header .header-top.fixed #_desktop_cart{ 
	background-position: 10px 30px;
	padding-top:21px; 
	padding-bottom:21px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
#header .header-top.fixed #_desktop_user_info {
	padding-top:25px; padding-bottom:25px;    
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#header .header-top.fixed  .top-menu a[data-depth="0"]::after{bottom:20px;}

#header .header-top.fixed .top-menu a[data-depth="0"] {
	padding:25px 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#header .header-top.fixed .top-menu a[data-depth="0"]::after{display:none;}

#header .header-top.fixed {
	background: #ffffff;
	box-shadow: 0 2px 5px rgba(91, 91, 91, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0; 
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

/*#header .header-nav-full.fixed #_desktop_cart .blockcart, 
#header .header-nav-full.fixed #search_widget, 
#header .header-nav-full.fixed #_desktop_user_info {
	padding: 28px 10px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}*/


}

@media (max-width: 767px) {
.header-top .search-widget {
    float: none;
    width: 100%;
}
#_desktop_currency_selector, #_desktop_language_selector {
    padding: 0;
}


 
.header-top .search-widget form {
    margin: 0 auto;
}
.header-top .search-widget form input[type="text"] {
   /* background: #ffffff none repeat scroll 0 0;
    min-width: inherit;
	font-size: 14px;
    padding: 10px;
	border: none;*/
}
}
.top-menu[data-depth="1"] {
    margin: 0.625rem;
}
.top-menu a:not([data-depth="0"]) {
    color: #3c3c3c;
    display: block;   
    font-weight: 500;
    padding: 0.625rem;
}
.top-menu a.dropdown-submenu, #header .header-top .menu .more_sub_menu a {
    color: #3c3c3c;
    font-weight: 400;
    text-transform: capitalize;
}
#header .header-top .menu .more_sub_menu a {
    padding: 0 0 10px;
}
#header .header-top .menu .more_sub_menu .sub-menu {
    display: none;
}
.top-menu a[data-depth="0"] {
    padding: 40px 0px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#header .header-top .menu .sub-menu a {
    color: #000000;
	font-weight: 400;
	font-size: 13px;
	padding-bottom:5px;
	text-transform:capitalize;
}

#header .header-top .menu > ul.top-menu > li.current a[data-depth="0"] .items,
#header .header-top .menu > ul.top-menu > li:hover a[data-depth="0"] .items {
    background: #d3a559;
	color: #fff;
}

#header .header-top .menu > ul.top-menu > li a[data-depth="0"] .items {
    background: transparent;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
    display: block;
    padding: 5px 20px;
}

#header .header-top .menu a, #mobile_top_menu_wrapper .top-menu a, #mobile_top_menu_wrapper .top-menu .sub-menu a {
    color: #000;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
	opacity: 0.8;
    letter-spacing: 0.4px;
	position:relative;
}

#header .top-menu .sub-menu a:hover, #mobile_top_menu_wrapper .top-menu a:hover, #mobile_top_menu_wrapper .top-menu .sub-menu a:hover, #header .header-top .menu .more_sub_menu a:hover {
    color: #d3a559;
    text-decoration: none;
}
#header .top-menu a[data-depth="0"]:hover{color:#d3a559;}
.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
    padding:0px;
}

#top-menu li:last-child > a {
    border:none;
}

.top-menu .menu-banners {
    margin-top: 20px;
}

.top-menu .collapse {
    display: inherit;
}
@media (min-width: 768px) {
.top-menu .sub-menu {
   	border:1px solid #f0f0f0;
    border-radius: 0;
    display: block !important;
    left: auto;
    margin-left: 0;
    padding: 20px;
    right: auto;
    top: 140% !important;
    width: 210px;
    z-index: 10000;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	visibility:hidden;
	transition: all 0.45s ease 0s;
}
#top-menu > li:hover .sub-menu {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	visibility:visible;
	top:100% !important;
	transition: all 0.45s ease 0s;
	
}
}
.top-menu .sub-menu .menu-banner {
    float: left;
}
.top-menu .sub-menu .menu-banner img {
    max-width: 100%;
}
.top-menu .sub-menu.collapse {
    display: none;
}
.top-menu .sub-menu.mega ul[data-depth="1"] > li {
    width: 33.33%;
	margin: 0 ;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0;
    width: 100%;
}
.top-menu .popover {
    max-width: inherit;
}
.popover.bs-tether-element-attached-top {
    margin-top: 0;
}
#mobile_top_menu_wrapper {
    background: #f6f6f6 none repeat scroll 0 0;
    height: 100%;
    margin-top: 0;
    overflow: auto;
    padding-bottom: 55px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 5px 20px;
}
#mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    display: block;
    margin-left: 0;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    position: static;
    width: 100%;
    z-index: inherit;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
    border-bottom: 1px solid #000000;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
    padding-left: 0px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: 5px 30px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding: 5px 40px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 30px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 40px;
}
#mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #3c3c3c;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    display: block;
    padding: 0.625rem 0;
    width: 100%;
}
body#checkout {
    color: #3c3c3c;
}
body#checkout #header .header-nav {
    border: medium none;
    margin-bottom: 0;
    max-height: none;
}
body#checkout #header .header-nav .logo {
    max-height: 4.375rem;
    width: auto;
}
body#checkout [data-action="show-password"] {
    background: #444444 none repeat scroll 0 0;
}
body#checkout .custom-checkbox {
    display: flex;
}
body#checkout .custom-checkbox span {
    -moz-box-flex: 0;
    flex: 0 0 15px;
    margin-right: 8px;
    margin-top: 6px;
}
body#checkout a:hover {
}
body#checkout section#content {
    margin-bottom: 1.5625rem;
}
body#checkout .container {
    min-height: 100%;
}
body#checkout section.checkout-step {
	background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 15px 0;
  
}
body#checkout section.checkout-step .step-title {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
body#checkout section.checkout-step .content {
    padding: 0 2.3125rem;
}
body#checkout section.checkout-step .step-edit {
    font-weight: normal;
    text-transform: lowercase;
}
body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current .content {
    display: block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    text-transform: capitalize;
}
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step small {
    color: #3c3c3c;
}
body#checkout section.checkout-step .default-input {
    min-width: 40%;
}
body#checkout section.checkout-step .default-input[name="address1"], body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}
body#checkout section.checkout-step .radio-field label {
    display: inline;
}
body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;
}
body#checkout section.checkout-step .select-field div {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step .form-footer {
    text-align: center;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 15px;
    margin-top: 6px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}
body#checkout section.checkout-step .address-selector {
    -moz-box-align: start;
    -moz-box-pack: justify;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body#checkout section.checkout-step .address-item {
    -moz-box-flex: 0;
    flex: 0 0 49%;
    margin-bottom: 15px;
}
body#checkout section.checkout-step .address-item .h4 {
    font-size: 14px;
}
body#checkout section.checkout-step .address-item.selected {
    background: #ffffff none repeat scroll 0 0;
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .address {
    font-weight: normal;
    margin-left: 1.5625rem;
}
body#checkout section.checkout-step .radio-block {
    padding: 20px;
    text-align: left;
}
body#checkout section.checkout-step .custom-radio {
    margin-right: 4px;
    margin-top: 0;
}
body#checkout section.checkout-step .address-item .custom-radio {
    margin-right: 5px;
    margin-top: 0;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 10px;
}
body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
    padding-right: 22px;
}
body#checkout section.checkout-step hr {
    margin: 0;
}
body#checkout section.checkout-step .address-footer {
    padding: 0 40px 20px;
    text-align: left;
}
body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address a {
    color: #3c3c3c;
}
body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}
body#checkout section.checkout-step .delivery-option {
       background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    margin: 15px 0;
    padding: 10px 0;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-top: 5px;
}
body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
}
body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    text-align: left;
}
body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.5625rem;
}
body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}
body#checkout section.checkout-step #customer-form .radio-inline, body#checkout section.checkout-step #delivery-address .radio-inline, body#checkout section.checkout-step #invoice-address .radio-inline, body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
}
body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 14.375rem;
}
body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem;
}
body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem;
}
body#checkout .condition-label label {
    text-align: inherit;
}
body#checkout .cancel-address {
    color: #444444;
    display: block;
    margin: 0.625rem;
    text-decoration: underline;
}
body#checkout .modal-content {
    background-color: #ededed;
    padding: 1.25rem;
}
body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}
body#checkout #cart-summary-product-list img {
    border: 1px solid #ededed;
    width: 3.125rem;
}
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
}
body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
    color: #3c3c3c;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
}
body#checkout #order-summary-content h4.black {
    color: #3c3c3c;
}
body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}
body#checkout #order-summary-content .noshadow {
    border-bottom: 0 none;
    box-shadow: none;
}
body#checkout #order-summary-content #order-items {
    border-right: 0 none;
}
body#checkout #order-summary-content #order-items h3.h3 {
    color: #3c3c3c;
    margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0 none;
}
body#checkout #order-summary-content .order-confirmation-table {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 1rem;
}
body#checkout #order-summary-content .summary-selected-carrier {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 0.75rem;
    padding: 1rem;
}
body#checkout #order-summary-content .step-edit {
    display: inline;
    text-transform: capitalize;
}
body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}
body#checkout #order-summary-content a .step-edit {
}

body#checkout #gift_message {
    border-color: #000000;
    max-width: 100%;
}
#order-details {
    padding-left: 1.875rem;
}
#order-details > .card-title {
    margin-bottom: 1.875rem;
}
#order-details ul {
    margin-bottom: 1.25rem;
}
#order-details ul li {
    margin-bottom: 0.625rem;
}
#order-items {
    border-right: 1px solid #8c8c8c;
	
}
#order-items hr {
}
#order-items table {
    width: 100%;
}
#order-items table tr {
    height: 1.875rem;
}
#order-items table tr td:last-child {
    text-align: right;
}
#order-items .order-line {
    border-top: 1px solid #8c8c8c;
    margin-top: 0;
    padding: 15px 0 0;
}
#order-items .image img {
    margin-bottom: 1rem;
    width: 100%;
}
#order-items .details {
    margin-bottom: 1rem;
}
#order-items .details .customizations {
    margin-top: 0.625rem;
}
#order-items .qty {
    margin-bottom: 1rem;
}
#order-confirmation #registration-form {
    margin: 0 auto 1rem;
    width: 50%;
}
@media (max-width: 991px) {
.done {
    margin: 0;
    padding: 0;
}
body#checkout section.checkout-step .address-item {
    flex-grow: 1;
}
body#checkout section.checkout-step .delivery-option-2 {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.delivery-option {
    display: flex;
    margin: auto;
}
.delivery-option .custom-radio {
    -moz-box-flex: 0;
    flex: 0 0 auto;
}
.condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
}
#order-confirmation #registration-form {
    width: 100%;
}
}
@media (max-width: 767px) {
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-left: 1.25rem;
    margin-top: 0.25rem;
}
body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
}
body#checkout section.checkout-step .content {
    padding: 0.9375rem;
}
body#checkout .form-group {
    margin-bottom: 0.5rem;
}
#order-items {
    border-right: 0 none;
    margin-bottom: 2.5rem;
}
#order-items .card-title {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
#order-items hr {
    border-top-color: #ededed;
}
.bold {
    font-weight: bold;
}
#order-details {
    padding-left: 0.9375rem;
}
#order-details .card-title {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
}
@media (max-width: 543px) {
body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
}
#payment-confirmation button {
    font-size: 0.875rem;
}
#payment-confirmation button.btn {
    white-space: normal;
}
}
.js-payment-binary {
    display: none;
}
.js-payment-binary .accept-cgv {
    display: none;
}
.js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.js-payment-binary.disabled::before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
.js-payment-binary.disabled .accept-cgv {
    display: block;
}
.table-labeled th {
    vertical-align: middle;
}
.table-labeled td {
    vertical-align: middle;
}
.table-labeled .label {
    border-radius: 3px;
	 -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	   -o-border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 400;
    margin: 0.125rem;
    padding: 0.25rem 0.375rem;
    white-space: nowrap;
}
.page-order .table {
    margin-bottom: 0;
}
.page-order table th {
    padding: 0.5rem;
}
.page-order table td {
    padding: 0.5rem;
}
.page-order table thead th {
    text-align: center;
}
#authentication .tooltip.tooltip-bottom {
    margin: 0;
    padding: 0;
}
#authentication .custom-checkbox {
    display: flex;
}
#authentication .custom-checkbox span {
    flex: 0 0 0.9375rem;
}
#authentication .custom-checkbox label {
    padding-left: 0.625rem;
}
#authentication [data-action="show-password"], .input-group .input-group-btn > .btn {
    background: #D3A559 none repeat scroll 0 0;
}
#identity .radio-inline, #authentication .radio-inline {
    padding: 0;
}
#identity .radio-inline .custom-radio, #authentication .radio-inline .custom-radio {
    margin-right: 0;
}
.page-customer-account #content {
    padding: 30px;
}
.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
}
.page-customer-account #content .forgot-password {
    margin-top: 1rem;
    padding-bottom: 0.9375rem;
    text-align: center;
}
.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center;
}
.page-authentication #content {
}
.page-addresses .address {
    background: #ffffff none repeat scroll 0 0;
    color: #3c3c3c;
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
}
.page-addresses .address .address-body {
    padding: 15px;
}
.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700;
}
.page-addresses .address .address-body address {
    min-height: 9rem;
}
.page-addresses .address .address-footer {
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
}
.page-addresses .address .address-footer a {
    margin-right: 10px;
}
.page-addresses .address .address-footer a:hover {
}
.page-addresses .address .address-footer a i {
    font-size: 1rem;
}
.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}
.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}
.page-addresses .addresses-footer a {
}
.page-addresses .addresses-footer a:hover {
}
.page-addresses .addresses-footer a i {
    font-size: 1rem;
}
.page-addresses .addresses-footer a span {
    font-size: 1rem;
    margin-top: 0.625rem;
    vertical-align: middle;
}
.page-order-detail {
    color: #444444;
    font-size: 0.875rem;
}
.page-order-detail .box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ededed;
    margin-bottom: 1rem;
    padding: 1rem;
}
.page-order-detail h3 {
    color: #3c3c3c;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.page-order-detail #order-infos ul {
    margin: 0;
}
.page-order-detail #order-history .history-lines .history-line {
    border-bottom: 1px solid #f6f6f6;
    padding: 0.5rem 0;
}
.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0 none;
}
.page-order-detail #order-history .history-lines .history-line .label {
     border-radius: 3px;
	 -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	   -o-border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
}
.page-order-detail .addresses {
    margin: 0 -0.9375rem;
}
.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700;
}
.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}
.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}
.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}
.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}
.page-order-detail #order-products.return td.qty .current {
    float: left;
    padding-right: 0.5rem;
    text-align: right;
    width: 30%;
}
.page-order-detail #order-products.return td.qty .select {
    float: left;
    margin: -0.625rem 0;
    padding-left: 0.25rem;
    width: 70%;
}
.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}
.page-order-detail .order-items {
    padding: 0 !important;
}
.page-order-detail .order-items .order-item {
    border-bottom: 1px solid #f6f6f6;
    padding: 1rem 1rem 0;
}
.page-order-detail .order-items .order-item .checkbox {
    float: left;
    padding: 0 0.9375rem;
    width: 30px;
}
.page-order-detail .order-items .order-item .content {
    float: left;
    padding: 0 0.9375rem;
    width: calc(100% - 30px);
}
.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .desc .name {
    font-weight: bold;
}
.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: 0.25rem;
}
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem;
}
.page-order-detail .messages .message {
    border-bottom: 1px solid #f6f6f6;
    margin-top: 0.5rem;
}
.page-order-detail .messages .message:last-child {
    border-bottom: 0 none;
}
.page-order-detail .messages .message > div {
    margin-bottom: 0.5rem;
}
.page-order-detail .customization {
    margin-top: 0.75rem;
}
#order-return-infos .thead-default th {
    color: #3c3c3c;
}
#order-return-infos .customization {
    margin-top: 0.75rem;
}
.page-my-account #content .links {
    -moz-box-pack: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.page-my-account #content .links a {
    color: #3c3c3c;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 1.875rem;
    padding: 0 0.9375rem;
    text-align: center;
    text-decoration: none;
}
.page-my-account #content .links a span.link-item {
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: block;
    height: 100%;
    padding: 20px;
}
.page-my-account #content .links a i {
    color: #3c3c3c;
    display: block;
    font-size: 40px;
    padding-bottom: 55px;
    width: 100%;
}
.page-my-account #content .links a:hover {
    color: #3c3c3c;
}
.page-my-account #content .links a:hover span.link-item {
    background: #ffffff none repeat scroll 0 0;
    border-color: #d3a559;
}
.page-my-account #content .links a:hover i {
    color: #d3a559;
}
#history .orders {
    margin: 0 -1rem;
}
#history .orders .order {
    border-bottom: 1px solid #f6f6f6;
    padding: 0.75rem 1rem;
}
#history .orders .order a h3 {
    color: #444444;
}
#history .orders .order .label {
     border-radius: 3px;
	 -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	   -o-border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
}
#history .orders .order:last-child {
    border-bottom: 0 none;
}
.page-footer .account-link {
    margin-right: 1rem;
}
.page-footer .account-link i {
    font-size: 20px;
}
.page-footer .account-link span {
    vertical-align: middle;
}
.carousel {
    margin-bottom: 35px;
}
.carousel .direction {
    z-index: auto;
}
.carousel .carousel-inner {
}
.carousel .carousel-item {
    height: 100%;
}
.carousel .carousel-item img {
    margin-left: 0;
    width: 100%;
}
.carousel .carousel-item .caption {
    bottom: 28px;
    color: #ffffff;
    left: 90px;
    max-width: 500px;
    position: absolute;
}
.carousel .carousel-item .caption .caption-description p {
    color: #ffffff;
}
.carousel .carousel-control {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
.carousel .carousel-control .icon-next::before, .carousel .carousel-control .icon-prev::before {
    content: "";
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    color: #ffffff;
    font-size: 3.125rem;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #d3a559;
}
.carousel .carousel-control .icon-prev {
    left: 1rem;
}
.carousel .carousel-control .icon-next {
    right: 2rem;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#products .right-part .product-description, .products .right-part .product-description {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: left;
	overflow: visible;    
    border: none;
    margin: 0;
}
#left-column .products .product-actions {
    background: none;
}
#products .right-part .product-actions, .products .right-part .product-actions {
	float: left;
    margin: 0;
    width: 100%;
	text-align:left;
	position:static;
	padding:0;
	opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
    -ms-opacity:1;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
}

#left-column a.allbtn, #right-column a.allbtn {
    float: right;
    width: 100%;
    text-align: right;
    display: block;
}

#left-column .product-item, #right-column .product-item {
    margin-bottom: 20px;
	clear: both;
	position:relative;
}
#left-column .products .product-price-and-shipping, #left-column .product-price, #right-column .products .product-price-and-shipping, #right-column .product-price {
    color: #000;
    font-size: 12px;
    font-weight: 600;
	width: 100%;
	margin:0;
}
#left-column .products .regular-price, #right-column .products .regular-price {
    font-size: 10px;
}

#left-column #products .product-title a, #left-column .products .product-title a, #left-column .product-accessories .product-title a{ 
	font-size: 13px;
}

#left-column #products .product-title, #left-column .products .product-title, #left-column .product-accessories .product-title {
    margin-bottom: 0;
	position:static;
}
#left-column .product-item:hover .add-to-cart, #right-column .product-items:hover .add-to-cart { 
opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}

#left-column .product-actions .add-to-cart:hover, #right-column .product-actions .add-to-cart:hover { 
	color: #d3a559;
}

#left-column .product-actions .add-to-cart:after, #right-column .product-actions .add-to-cart:after {display: none;}
#left-column .product-actions .add-to-cart, #right-column .product-actions .add-to-cart {
	background: none;
	border: none;
	color: #8e8e8e;
	text-align: center;
	text-transform: capitalize;
	width: auto;
	padding:0;
	font-size: 12px;
	opacity: 1;
}
.right-part {
    overflow: hidden;
    text-align: left;
}
.left-part {
    float: left;
    margin-right: 20px;
    width: 60px;
	border:1px solid #ededed;
}
/*.products, .productscategory-products, .product-tabcontent {
    margin-bottom: 50px;
}*/
.product-more {
    text-align: center;
}
.products .products {
    -moz-box-pack: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
} 
.products .product_list {
    margin: 0;
    width: 100%;
}
@media (max-width: 767px) and (min-width: 480px) {
.products .product_list.list li.product_item {
    width: 100%; padding: 0;
}
.products .product_list li.product_item {
    float: left;
    width: 50%; padding: 0;
}
}
@media (min-width: 480px) {
.products .product_list li.product_item.col-sm-6, .products .product_list li.item.col-sm-6, .products .product_list li.product_item.col-md-6 {
    width: 50%; padding: 0;
}
}
@media (min-width: 992px) {
.products .product_list li.product_item.col-md-4, .products .product_list li.item.col-md-4, .products .product_list li.product_item.col-md-6 {
    padding: 0;
    width: 33.3333%;
}
}
@media (min-width: 1200px) {
.products .product_list li.product_item.col-lg-3, .products .product_list li.item.col-lg-3 {
    width: 25%;
}
}
#products .products .product_list.list li.product_item .product-miniature {
    padding: 0;
}
.product_list.list .thumbnail-container .actions{display:none;}

.products .product_list.list .quick-view{
	left: 140px;
    right: auto;
    top: 78%;
	background-color:#d3a559;
	 transform: scale(1);
	  -webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -o-transform: scale(1);
}
.products .product_list.list .product-description .actions {
    position: relative;
}
.products .product_list .product-actions .quick-view {
    font-size: 0;
    line-height: normal;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 35px;
    color: #fff;
    background: url("../img/tmgs/product-icon.png") no-repeat scroll center -120px;
    display: block;
    position: relative;
    top: 45%;
    right: 0;
	left:0;
	float: right;
    margin: 0 auto;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.products .product-miniature:hover .product-actions .quick-view {
	opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;

}
.products .product_list .quick-view:hover{
	background-position: center -185px;
     transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
} 
@media (max-width: 767px) {
.products .product_list .quick-view {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
<!--#header .header-nav{
background:# !important;-->	
}

}
.products .product_list .quick-view .material-icons {
    color: #fff;
    width: auto;
	font-size: 0;
    margin: 7px;
}
/*.products .product_list li:hover .quick-view {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;
	color: #d3a559;
	background-image:url("../img/tmgs/eye-h.png");
}*/
.products .product_list li .quick-view:hover .material-icons {
    color: #fff;
	
}
h1.productpage_title, .quickview h1.h1 {
    color: #3c3c3c;
    font-weight: 700;
    margin-top: 0;
	font-size:18px;
    text-transform: uppercase;
	margin-bottom: 0;
}
.col-md-7.details-part {
	width:56.70%;
	padding:0 15px;
    background-color: #ffffff;
}
.modal-body .col-md-6.col-sm-6.hidden-xs-down {
    background:none;
    padding: 0 15px;
}
.modal-body .col-md-6.col-sm-6 {

}

.title-bread h1.h1, .title-bread h1, .title-bread .page-header {
    font-weight: 600;
    font-size: 18px;
	margin:0;
	float:left;
}
/*#main .title-bread .page-header, #main .title-bread h1 {
    margin: 0 !important;
}*/
.search-button:hover i, .account-button:hover i {
    color: #d3a559;
}
#cart .bread, #contact .bread {
    display: none;
}
#index .title-bread { margin: 0; padding:0;}
.title-bread {
    border: 1px solid #d8d8d8;
    float: left;
    margin-bottom: 30px;
    padding: 10px 15px;
    width: 100%;
}
.products .product-thumbnail {
    display: block;
    text-align: center;
}

.products .product_list li:hover .product-thumbnail {
    border-color: #d3a559;
}
.products .product_list li:hover .product-title a {
    color: #d3a559;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product-title a {
    color: #444444;
    font-size: 13px;
	text-transform: capitalize;
    font-weight: 300;
	letter-spacing: 0.4px;
	margin:5px 0px;
    text-align: center;
	line-height: 18px;
    text-decoration: none;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.list .product-title > a {
    font-size: 15px;
	font-weight:500;
	display:block;
	text-align:left;
	margin:5px 0;
}
.product-title a:hover, .product-accessories .product-title a:hover {
    color: #d3a559;
}

.products .thumbnail-container, .product-accessories .thumbnail-container {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
	display: inline-block;
}
.products .thumbnail-container:hover, .product-accessories .thumbnail-container:hover {
}
#products .thumbnail-container:hover .highlighted-informations, .products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations {
}
#products .thumbnail-container:hover .highlighted-informations::after, .products .thumbnail-container:hover .highlighted-informations::after, .product-accessories .thumbnail-container:hover .highlighted-informations::after {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
#products .thumbnail-container:hover .highlighted-informations.no-variants, .products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants {
}
#products .thumbnail-container:hover .product-description, .products .thumbnail-container:hover .product-description, .product-accessories .thumbnail-container:hover .product-description {
}
.products-section-title a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding:0;
}
.products-section-title span {
    font-weight: 700;
}
.tmg-hometabcontent .title.inner {
    display: none;
}
.title.inner:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: -30px;
    border-style: solid;
    border-width: 36px 0 0 30px;
    border-color: transparent transparent transparent #d3a559;
}
.title.inner {
    background: #d3a559 none repeat scroll 0 0;
    display: inline-block;
    padding: 8px 15px 5px;;
	position:relative;
}
/*.products-section-title:before {
    border-bottom: 1px solid #d2d2d2;
    bottom: 30px;
    content: "";
    display: inline-block;
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: 100%;
}*/
.brands .products-section-title, .products-section-title a {
    margin-bottom: 20px;
	margin-top: 0;
}
.special-products .products-section-title, .products-section-title a {
    margin: 0 0 15px;
}
.tmg-hometabcontent .products-section-title {
    display: none;
}
.lastest_block .products-section-title, .products-section-title a {
    margin-bottom: 30px;
}
.products-section-title, .products-section-title a {
    font-size: 22px;
	text-transform:  uppercase !important;
    letter-spacing: 0;
    margin:  0 0 15px;
	font-weight: 700;
    text-align: left;
	position: relative;
	clear:both;
	color:#fff;
    letter-spacing: 0.4px;
	border-bottom: 1px solid #d3a559;
} 
/*.products-section-title:after {
	background: #ffffff url("../img/tmgs/title-bottom.gif") no-repeat scroll center bottom;
	content: "";
    height: 30px;
	width: 50px;
    display: inline-block;
	position: absolute;
    left: 0;
    right: 0;
	bottom:0;
	margin:0 auto;
}
*/
.tab-content .products-section-title {
    display: none;
}

#products .list .h3.product-title {
    position: static;
}

#products .list .product-price-and-shipping,#products .list .product-price {width: 100%;  font-weight: 600;}

#products .product-title, .products .product-title, .product-accessories .product-title {
    text-transform: uppercase;
	margin: 0;
}
.products .product-price-and-shipping, .product-price {
	color: #444444;
    font-size: 16px;
	display:block;
	width: 100%;
	font-weight:700;
	font-family: sans-serif;
}

.products .item.col-xs-12, .products .product-miniature {
    padding: 0px;
}
.products .product-actions .add-to-cart-or-refresh {
    float: left;
    position: relative;
}
.thumbnail-container .product-actions:before {
    position: absolute;
    content: "";
    top: auto;
    bottom: -25px;
    left: -5px;
    right: 0;
    width: 75px;
    height: 75px;
    vertical-align: middle;
    border: 1px solid #d3a559;
    border-radius: 5px;
    transform: rotate(135deg);
	opacity: 0;
}
.product_list .product-miniature:hover .thumbnail-container .product-actions:before {
    opacity: 1;
}
.products .product_list .product-miniature:hover .product-actions {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}
.products .product-actions {
	background: url(../img/tmgs/s-line.png) no-repeat scroll 33px 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	width: 70px;
	height: 30px;
	margin: 0 auto;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.products .product_list li:hover .product-actions {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.products .variant-links {
    padding-top: 8px;
    width: 100%;
}

.products li .product-detail {
    display: none;
}
.product-detail {
    margin: 10px 0;
}
.products .highlighted-informations .quick-view {
    color: #444444;
    font-size: 1rem;
}
.products .product_list .product-miniature:hover .product-description {
    border-top: 1px solid #d3a559;
}
#products .product-description, .products .product-description, .product-accessories .product-description {
	text-align: center;
	background:#fff;
    padding:10px 5px;
	position:relative;
    border-top: 1px solid #d8d8d8;
    margin: 0 15px;
	transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
}

.highlighted-informations {display: none;}

.products img {
    bottom: 0;
    max-width: 100%;
    position: relative;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	
}
.products .replace-2x {
    position: absolute;
    top: 0;
	right: 0;
	margin: 0 auto;
	left:0;
	 opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0; 
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product_item:hover img.replace-2x, .item:hover img.replace-2x  {
 opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1; 
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product_item:hover img {
   transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#index .products .owl-item .product-miniature {
    padding: 0 ;
	margin-bottom: 10px;
}

.product-actions .add-to-cart span, .product-actions > a  > span {
    font-size: 24px;
    margin: 0 5px;
    vertical-align: top;
	font-weight: normal;
}
.products .product_list .product-miniature:hover {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.18);
	border: 1px solid #d3a559;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.products .product-miniature {
	margin: 25px 15px 35px;
    position: relative;
    text-align: center;
	background:#fff;
  	border: 1px solid #d8d8d8;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
#category .products .product-miniature{margin:0 18px 30px;}

.products .product-miniature .discount {
    display: none;
}
.products .list .product-miniature .product-actions {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: relative;
    transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.products .list.product_list li:hover .quick-view {
    bottom: auto;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;    transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	
}
.product-miniature .online-only, .product-miniature .product-flags .discount {
    display: none;
}
.products .front, .products .back {
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
	background:#fff;
}
.products li .front {
    transform: rotateY(0deg);
    z-index: 2;
}
.products li .back {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateY(-180deg);
}
.products li:hover .front {
    transform: rotateY(180deg);
    transition: all 0.6s ease 0s;
}
.products li:hover .back {
    transform: rotateY(0deg);
    transition: all 0.6s ease 0s;
}

.products .product_list li:hover .product-flags .on-sale,.products .product_list li:hover .product-flags .pack {
     transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.products .product-miniature:hover .product-flags .on-sale{ opacity: 1;  top: 0;}
.products .product-miniature .product-flags .on-sale {
    right: auto;
    left: 10px;
    top: -170px;
	width:21px;
	height: auto;
    overflow-wrap: break-word;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	opacity: 0;
}
.products .product-miniature .product-flags .pack {
    right: auto;
    left: 15px;
    top: 50px;
   transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.products .product-miniature .product-flags .new, .products .product-miniature .online-only, .products .product-miniature .on-sale, .products .product-miniature .discount,.products .product-miniature .product-flags .pack {
    display: block;
    font-size: 13px;
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: #d3a559;
    padding:5px;
    text-transform: uppercase;
	font-weight: 300;
	line-height: 15px;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.thumbnail-container .product-flags li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -22px;
    border-style: solid;
    border-width: 22px 21px 0 0;
    border-color:  #d3a559 transparent transparent transparent;
}
.products .product-miniature .product-flags .pack {
    left: 10px !important;
    height: 64px !important;
}
.products .product-miniature .product-flags .new, .products .product-miniature .product-flags .pack {
   transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	right: auto;
    left: 40px;
    top: -80px;
	width: 21px;
	height: 50px;
    overflow-wrap: break-word;
	opacity: 0;
}
.products .product-miniature:hover .product-flags .new, .products .product-miniature:hover .product-flags .pack{ opacity: 1; top: 0; }
.products .product-miniature .product-flags .discount {
    bottom: 5px;
    left: auto;
    max-width: none;
    position: absolute;
    right: 10px;
	display: none;
    text-align: center;
    top: auto;
}
.products .product-miniature .product-flags .new.discount-percentage, .products .product-miniature .online-only.discount-percentage, .products .product-miniature .on-sale.discount-percentage, .products .product-miniature .discount-percentage.discount-percentage {
    color: #d3a559;
	vertical-align: top;
	z-index: 2;
	font-size: 14px;
}
.products .product-miniature .product-flags .new.on-sale, .products .product-miniature .online-only.on-sale, .products .product-miniature .on-sale.on-sale, .products .product-miniature .discount-percentage.on-sale {
    text-align: center;
}
.products .product-miniature .product-flags .new.online-only, .products .product-miniature .online-only.online-only, .products .product-miniature .on-sale.online-only, .products .product-miniature .discount-percentage.online-only {
    font-size: 0.8125rem;
    margin-left: 8.6875rem;
    margin-top: 13rem;
}
.products .product-miniature .product-flags .new.online-only::before, .products .product-miniature .online-only.online-only::before, .products .product-miniature .on-sale.online-only::before, .products .product-miniature .discount-percentage.online-only::before {
    content: "";
    font-family: "Material Icons";
    margin: 0.3125rem;
    vertical-align: middle;
}
.products .comments_note {
    color: #444444;
    margin:0;
}
.products .regular-price {
    color: #444444;
    font-size: 13px;
    text-decoration: line-through;
    vertical-align: top;
}
.products .count {
    bottom: 0.5rem;
    color: #444444;
    font-weight: 700;
    position: relative;
}
.products .all-product-link:hover {
   color: #fff;
   background:#000;
}
.products .all-product-link {
	background: #d3a559;
    color: #fff;
	letter-spacing: 0.4px;
    display: inline-block;
    float: none !important;
    font-size: 13px;
	position: relative;
    font-weight: 300;
	margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	padding:10px 25px;
	width: auto;
	height: 40px;
	
}
#products .products .product_list.list li.product_item .product-miniature {
    margin: 0 3px 25px;
    padding: 0;
}

#products .products .product_list.list li.product_item:last-child .product-miniature {}

#products .products .list li.product_item .thumbnail-container, #products .products .list li.product_item .thumbnail-container .product-thumbnail {
    border: 0 none;
    margin-bottom: 0;
}
#products .products .list li .highlighted-informations {
    display: block !important;
}
#products .products .list li .product-detail {
    display: block;
}
#products .products .list li.product_item .center-block {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: left;
	overflow: visible;
	margin:0;
    border: none;
	transform: translateY(0px);
}
#products .products .list li.product_item .center-block .product_reviews {
    text-align: left;
    position: static;
}
#products .products .list li.product_item .variant-links {
    padding-top: 0;
}
#products .products .list li.product_item .button-container {
    margin-top: 5px;
}
.brands .brand-image:hover {
    border: 1px solid #d3a559;
	box-shadow: 0px 2px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 15px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 15px 0 rgba(0,0,0,0.2);
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.brands .brand-image {
    margin: 5px 15px;
    padding: 25px 15px;
    border: 1px solid #cccccc;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.brands .products .product_list li img {
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    -ms-opacity: 0.3;
}
.brands .products .product_list li:hover img {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
.brands .product-title {
    margin-top: 15px;
}
#brand_list li.brand .brand-inner {
    border-bottom: 1px solid #e8e8e8;
    padding: 31px 0 30px;
}
#brand_list li.brand .brand-inner .brand-img {
    margin-bottom: 10px;
    text-align: center;
}
#brand_list li.brand .brand-inner .brand-img img {
    max-width: 100%;
}
#brand_list li.brand .brand-inner .brand-infos {
    padding-left: 0;
}
#brand_list li.brand .brand-inner .brand-products {
    border-left: 1px solid #e8e8e8;
    min-height: 108px;
    padding: 0 0 15px 30px;
}
@media (max-width: 767px) {
#products .thumbnail-container, .products .thumbnail-container, .product-accessories .thumbnail-container {
}
#products .thumbnail-container .product-description, .products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
}
#brand_list li.brand .brand-inner {
    text-align: center;
}
#brand_list li.brand .brand-inner .col-xs-12 {
    padding: 0;
}
#brand_list li.brand .brand-inner .brand-products {
    border-left: 0 none;
    padding: 0;
}
}
@media (max-width: 480px) {
#products .products .list li.product_item .thumbnail-container, #products .products .list li.product_item .center-block {
    text-align: center;
    width: 100%;
}
#products .products .list li.product_item .thumbnail-container {
    float: none;
    margin: 0 auto 10px;
    max-width: 290px;
}
.list .product-title > a{text-align:center;}
.products .product_list.list .quick-view{left:270px; top:79%;}
#mobile_top_menu_wrapper {
    width: 100%;
}
}
#tmghomepagecms{
	position:relative;
	z-index: 98;
    margin-top: -75px;
}
#custom-text h3, #tmgcmsblock h3 {
    font-weight: 700;
    text-transform: uppercase;
}
#custom-text p {
}
#custom-text p .dark {
}
.page-content.page-cms {
}
.page-content.page-cms .page-heading {
    margin-bottom: 20px;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
@media (max-width: 991px) {
#block-cmsinfo {
    padding: 1.25rem 1.875rem;
}

}
#products-contents {
    clear: both;
}
#products .products {
    position: relative;
}
#products .products-select {
    -moz-box-align: baseline;
    -moz-box-pack: justify;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
#products .up {
    margin-bottom: 1rem;
}
#products .up .btn-secondary, #products .up .btn-tertiary {
    color: #3c3c3c;
    text-transform: inherit;
}
#products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
    margin-right: 0;
}
.block-category {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
}
.block-category #category-description p, .block-category #category-description strong {
}
.block-category #category-description {
    margin: 0 0 15px;
}
.block-category #category-description p:first-child {
}
.block-category .category-cover {
    margin: 0 0 20px;
	clear:both;
	position:relative;
	cursor:pointer;
}
.products-selection .sort-by {
    margin-left: 0.9375rem;
    margin-right: -0.9375rem;
    padding-top: 4px;
    text-align: right;
    white-space: nowrap;
}
.products-selection .total-products p {
    margin: 5px 0 0;
}
#products-browse .total-products {
    margin-top: 0px;
}
.products-selection .display {
    float: left;
    margin: 0 15px 0 0;
}
.products-selection .display li {
    float: left;
    text-align: center;
}
.products-selection .display li a {
    color: #929292;
    cursor: pointer;
    font-size: 0;
	border:1px solid transparent;
	height: 20px;
    width: 20px;
	margin: 5px;
}
.products-selection .display li#grid a {
    background: url("../img/tmgs/grid.png") no-repeat scroll 0 0px;
    float: left;
}
.products-selection .display li#grid:hover a, .products-selection .display li#grid.selected a {
    /*background: url("../img/tmgs/grid") no-repeat scroll 0 0;*/
	background-position:0 -68px;
}
.products-selection .display li#list a {
    background: url("../img/tmgs/list.png") no-repeat scroll 0 0;
    float: right;
}
.products-selection .display li#list:hover a, .products-selection .display li#list.selected a {
   /* background: url("../img/tmgs/list-h.png") no-repeat scroll 0 0;*/
   background-position:0 -68px;
}
.products-selection .display li.selected a {
    cursor: default;
}
.products-selection h1 {
    padding-top: 0.625rem;
}
.products-sort-order {
    color: #444444;
}
.products-sort-order .select-title {
    border: 1px solid #d8d8d8;
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0.625rem;
    width: 100%;
}
.products-sort-order .select-list {
    color: #3c3c3c;
    display: block;
    padding: 5px 15px;
}
.products-sort-order .select-list:hover {
    background: #d3a559 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.products-sort-order .dropdown-menu {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 0;
    left: auto;
    width: 288px;
}
#search_filters {
}
#search_filters .facet {
    padding-top: 0.625rem;
}
#search_filters .facet .collapse {
    display: block;
}
#search_filters .facet .facet-title {
    color: #3c3c3c;   
    font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
    margin: 15px 0 10px;
}
#search_filters .js-search-filters-clear-all {
    font-weight: normal;
    margin: 0;
    text-align: left;
    width: 100%;
	padding:5px 15px;

}
#search_filters .facet .facet-label {
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
	padding:5px 0;
}
#search_filters .facet .facet-label a {
     display: inline-block;
	    vertical-align: top;
		font-size:13px;
}
.pagination {
    width: 100%;
}
.pagination .page-list {
    margin-bottom: 0;
}
.pagination .page-list li {
    display: inline-block;
  	vertical-align: top;
    margin: 0 0 0 2px;
    padding: 0;
	text-align: center;
}
.pagination a {
    color: #fff;
    display: block;
    height: 30px;
    margin: 0;
    padding: 4px 0px;
    width: 30px;
	background:#000;
}

.pagination .previous, .pagination .next {
    font-size: 0;
    padding: 5px;
}
.pagination a .material-icons {
	font-size: 21px;
	color:#fff;
}
.pagination .disabled {
    cursor: not-allowed;
}
.pagination .current a, .pagination a:hover {
    text-decoration: none;
	background:#d3a559;
}
.active_filters {
    background: #ededed  none repeat scroll 0 0;
    clear: both;
    float: left;
    margin: 10px 0;
    padding: 8px 19px 0;
    width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.active_filters .active-filter-title {
    display: inline;
	color: #000;
    font-weight: 600;
    margin-right: 0.625rem;
}
.active_filters ul {
    display: inline;
}
.active_filters .filter-block {
    background: #ffffff none repeat scroll 0 0;
    color: #3c3c3c;
    display: inline-block;
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    padding: 0.625rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.active_filters .filter-block .close {
    color: #3c3c3c;
    font-size: 0.9375rem;
    margin-left: 0.3125rem;
    margin-top: 0.1875rem;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}
#left-column .block, #right-column .block, #left-column .links, #right-column .links {
    margin-bottom:30px;
	overflow: hidden;
    background-color: #ffffff;
}
#left-column {
    padding-left:0;
	padding-right:0;
	width:23%;
}
#right-column {
    padding-right: 0;
}
.layout-left-column #content-wrapper {
    padding-left: 30px;
    padding-right: 0;
	width:77%;
}
.layout-right-column #content-wrapper {
    padding-left: 0;
    padding-right: 15px;
}
.block.advertising {
    text-align: center;
}
#left-column .block .block_title a, #right-column .block .block_title a {
    border: medium none;
    display: inline-block;
    padding: 0;
    margin: 0;
    background:none;
}
#left-column .block:hover .block_title a, #right-column .block:hover .block_title a{color:#000;
transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;}
/*#left-column .block .block_title::before, #right-column .block .block_title::before, #left-column .block .title_block::before, #right-column .block .title_block::before {
    background: #000000 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    width: 120px;
}*/
#left-column .h3.title_block, #right-column .h3.title_block {
    margin: 0;
    position: relative;
}

/*#left-column .block.block-categories .block_title, 
#right-column .block.block-categories .block_title, 
#left-column .block-categories h4 a,
#right-column .block-categories h4 a, 
#left-column .block-categories h3  a,
#right-column .block-categories h3 a  {
	background: #000000;
	color: #fff;
}*/

#left-column .block-categories.block .block_title, #left-column .block-categories .block_title h4 a{
}

#left-column .block .block_title, #right-column .block .block_title, #left-column h4 a, #right-column h4 a, #left-column h3 a, #right-column h3 a {
  	font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 15px ;
    text-transform: uppercase;
	background-color: #d3a559;
    color: #ffffff;
}
#left-column .block .block_content, #right-column .block .block_content {
	overflow: hidden;
    border: 1px solid #d8d8d8;
	margin-left:0;
	padding:15px;
}

/*#left-column .block.block-categories .block_content , 
#right-column .block.block-categories .block_content {
	 border-color: #000;
}
*/
#left-column .block .block_content.collapse, #right-column .block .block_content.collapse {
    display: inherit;

}
#left-column .block .block_content ul, #right-column .block .block_content ul {
    margin-bottom: 0;
}

#left-column .block .block_content ul li.root:before {display: none;}

/*#left-column .block .block_content ul li:before, #right-column .block .block_content ul li:before,
#left-column #links_block_left ul li:before  {
    content: "\E315";
    font-family: "Material Icons";
    display: inline-block;
	    vertical-align: top;
}*/

#left-column a, #right-column a {
    color: #595959;
}
#left-column a:hover, #right-column a:hover {
    color: #d3a559;
}
#left-column .links, #right-column .links, #left-column .links .wrapper, #right-column .links .wrapper {
    float: none;
    padding: 0;
    width: 100%;
}
#left-column .links .wrapper, #right-column .links .wrapper {
    padding: 0;
}
.block-categories .category-top-menu {
    margin-bottom: 0;
}
.block-categories .category-sub-menu {
    margin-top: 0;
}

.block-categories .category-sub-menu li {
    padding: 3px 0;
    position: relative;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-left: 15px;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    display: inline-block;
	margin-left: 4px;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.3125rem;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "-";
    margin-right: 0.3125rem;
}
.block-categories a {
}
.block-categories .block_content .collapse-icons {
    border: 0 none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.block-categories .block_content .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
.block-categories .block_content .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}
.block-categories .block_content .collapse-icons i {
    font-size: 14px;
    height: 18px;
    width: 18px;
}
.block-categories .block_content .collapse-icons .add:hover, .block-categories .block_content .collapse-icons .remove:hover {
    border-color: #d3a559;
    color: #d3a559;
}
.block-categories .block_content .collapse-icons .remove {
    display: none;
}
.block-categories .block_content .arrows .arrow-right, .block-categories .block_content .arrows .arrow-down {
    cursor: pointer;
    font-size: 0.875rem;
    margin-left: 2px;
}
.block-categories .block_content .arrows .arrow-right:hover, .block-categories .block_content .arrows .arrow-down:hover {
    color: #d3a559;
}
.block-categories .block_content .arrows .arrow-down {
    display: none;
}
.block-categories .block_content .arrows[aria-expanded="true"] .arrow-right {
    display: none;
}
.block-categories .block_content .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;
}
.facets-title {
    color: #3c3c3c;
}
.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem;
}
@media (max-width: 767px) {
.products-selection h1 {
    margin-bottom: 1rem;
    padding-top: 0;
    text-align: center;
}

#prices-drop #content-wrapper, #new-products #content-wrapper, #best-sales #content-wrapper {
    width: 100%;
}
.pagination .page-list {
    float: left;
}
}
@media (max-width: 991px) {
#left-column .block .block_content.collapse, #right-column .block .block_content.collapse {
    display: none;
}
#left-column .block .block_content.collapse.in, #right-column .block .block_content.collapse.in {
    display: block;
}
#category #left-column #search_filters_wrapper, #category #right-column #search_filters_wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#category #left-column #search_filter_controls, #category #right-column #search_filter_controls {
    margin-bottom: 1rem;
    text-align: center;
}
#category #left-column #search_filter_controls button, #category #right-column #search_filter_controls button {
    margin: 0 0.5rem;
}
#category #left-column #search_filters, #category #right-column #search_filters {
    border-top: 1px solid #f6f6f6;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
}
#category #left-column #search_filters .facet, #category #right-column #search_filters .facet {
    border-bottom: 1px solid #f6f6f6;
    padding-top: 0;
}
#category #left-column #search_filters .facet .title, #category #right-column #search_filters .facet .title {
    cursor: pointer;
    padding: 13px 0;
}
#category #left-column #search_filters .facet .title .collapse-icons .remove, #category #right-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
}
#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add, #category #right-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove, #category #right-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}
#category #left-column #search_filters .facet .facet-title, #category #right-column #search_filters .facet .facet-title {
}
#category #left-column #search_filters .facet .h6, #category #right-column #search_filters .facet .h6 {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#category #left-column #search_filters .facet .navbar-toggler, #category #right-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 0;
}
#category #left-column #search_filters .facet .collapse, #category #right-column #search_filters .facet .collapse {
    display: none;
}
#category #left-column #search_filters .facet .collapse.in, #category #right-column #search_filters .facet .collapse.in {
    display: block;
}
#category #left-column #search_filters .facet .facet-label a, #category #right-column #search_filters .facet .facet-label a {
    margin-top: 0;
}
#category #left-column #search_filters .facet ul, #category #right-column #search_filters .facet ul {
    margin-bottom: 0;
}
#category #left-column #search_filters .facet ul li, #category #right-column #search_filters .facet ul li {
    border-top: 1px solid #f6f6f6;
    padding: 0.625rem;
}
#left-column .block .block_title .collapse-icons .remove, #right-column .block .block_title .collapse-icons .remove {
    display: none;
}
#left-column .block .block_title[aria-expanded="true"] .collapse-icons .add, #right-column .block .block_title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
#left-column .block .block_title[aria-expanded="true"] .collapse-icons .remove, #right-column .block .block_title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}
#left-column .block .block_title .navbar-toggler, #right-column .block .block_title .navbar-toggler {
    color: #fff;
    display: inline-block;
    padding: 0;
}
}
@media (max-width: 543px) {
.products-selection .filter-button {
    padding-left: 0;
}
}
#product #content {
    margin: 0;
    max-width: 100%;
    position: relative;
}
#product #content .product-leftside {
    position: relative;
}
.product-price {
    display: inline-block;
}
.images-container {
    overflow: hidden;
    position: relative;
}
.total-count {
	padding-left:0;
	margin:5px 0;
}

#products-browse {
    border: 1px solid #d8d8d8;
    color: #000;
    float: left;
    margin-bottom: 30px;
    padding: 10px 15px;
    width: 100%;

}
#product-description-short {
    color: #000000;
	clear: both;
}
.product-information {
    color: #000000;
}
.product-information .manufacturer-logo {
    height: 35px;
}
.input-color {
    cursor: pointer;
    height: 30px;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
    position: absolute;
    width: 30px;
}
.input-container {
    position: relative;
}
.input-radio {
    cursor: pointer;
    height: 100%;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
    position: absolute;
    top: 0;
    width: 100%;
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
    border: 2px solid #3c3c3c !important;
}
.radio-label {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
    padding: 0.125rem 0.625rem;
}

.product-actions .add .add-to-cart {
    width: auto;
}
.product-actions .add .add-to-cart:hover{}
.product-actions .control-label {
    color: #000;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    padding: 8px 10px 8px 0;
	float:left
}
#products .products .list .thumbnail-inner .product-actions {
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;
}
#products .products .list .thumbnail-container .product-actions {
    display: none;
}
#products .products .product_list.list .product-description .product-actions {
    display: block;
    float: left;
    margin: 0 0;
	position:relative;
    text-align: left;
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;
	top:0;
}

#products .products .list .thumbnail-inner {
    overflow: hidden;
    position: relative;
	background-color:#f7f7f7;
}
/*#products .products .list .product-title a {
    font-size: 14px;
    font-weight: 600;
}*/
#tmgprallaxcmsblock .more .add-to-cart:hover {
    background-color: #000;
}
#tmgprallaxcmsblock .more .add-to-cart {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

/*.product-description .product-actions .add-to-cart:hover{
	background:#33343d;
	color:#fff;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.more .add-to-cart:hover{
	background-color:#121312;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}*/

.products .product-actions .add-to-cart{
	background: url(../img/tmgs/product-icon.png) no-repeat scroll center 10px;
	padding: 0 10px;
	font-size: 0;
	height: 30px;
	width: 30px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.products .product-actions .add-to-cart:hover {
    background-position: center -55px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.products .product-miniature:hover .product-actions .add-to-cart {
    opacity: 1;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
/*.products .product_list li .add-to-cart-or-refresh:hover .btn.btn-primary.add-to-cart {
	background-color: #d3a559;
    background-image:url("../img/tmgs/shopping-cart.png");
}
*/
.more .add-to-cart,.collections-inner .add-to-cart {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
	background: #d3a559;
	padding: 10px 20px;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
	width: auto;
    height: 40px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    z-index: 1;
}
.blog-item .readmore .btn {
    padding: 0;
}
.blog-item .readmore .btn:hover { color: #d3a559; }
.more .add-to-cart:hover{color:#fff; background-color:#000;}

.btn.btn-primary.add-to-cart:after,.blog-item .readmore .btn:after{
	position: absolute;
    content: "";
    width: 92%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
	
.products .product_list li:hover .btn.btn-primary.add-to-cart:after,.btn.btn-primary.add-to-cart:hover:after,.blog-item .readmore .btn:hover:after,.product-actions .add-to-cart:hover:after{
	height: 69%;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

/*
.products .all-product-link:hover:before, .more .add-to-cart:hover:before  {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.products .all-product-link:before, .btn-primary:before, .more .add-to-cart:before {
    background: #d3a559;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
*/

.product-actions .add-to-cart .material-icons {
	display: none;
}
.product-quantity .qty {
    float: left;
    margin-bottom: 0.5rem;
    width: 80px;
}
.product-quantity .add {
    float: left;
    margin-bottom: 0.5rem;
    margin-left: 10px;
}
.product-quantity #quantity_wanted {
    background-color: #ffffff;
    color: #3c3c3c;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
	text-align:center;
}
.product-quantity .input-group-btn-vertical {
    float: left;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    left: 0.1875rem;
    top: 0.125rem;
}
.product-quantity .btn-touchspin {
    height: 1.4375rem;
}
.product-discounts {
    margin-bottom: 15px;
}
.product-discounts > .product-discounts-title {
    font-size: 0.875rem;
    font-weight: normal;
}
.product-discounts > .table-product-discounts thead tr th {
    background: #ffffff none repeat scroll 0 0;
    border: 0.3125rem solid #ededed;
    padding: 0.625rem 1.25rem;
    text-align: center;
    width: 33%;
}
.product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6 none repeat scroll 0 0;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
    background: #ffffff none repeat scroll 0 0;
}
.product-discounts > .table-product-discounts tbody tr td {
    border: 0.3125rem solid #ededed;
    padding: 0.625rem 1.25rem;
    text-align: center;
}
.product-prices {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.product-prices div {
    float:left;
	width:auto;
    font-size: 19px;
    font-weight: 700;
    margin:0px;
}
.product-prices .tax-shipping-delivery-label {
    color: #444444;
    font-size: 0.8125rem;
    padding: 10px 10px;
}
.product-discount {
    color: #444444;
}
.product-discount .regular-price {
    font-size: 12px;
    font-weight: normal;
    margin-right:10px;
    text-decoration: line-through;
}
.has-discount.product-price, .has-discount p {
}
.has-discount .discount {
    background: #d3a559 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    padding: 5px 11px;
    text-transform: uppercase;
}
.product-unit-price {
    font-size: 0.8125rem;
    margin-bottom: 0;
}

.tabs .tab-pane {
    padding: 30px 0;
}

section.tmg-hometabcontent {
    clear: both;
    float: left;
    width: 100%;
}

.tmg-hometabcontent .tabs .tab-pane {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}
.products .product_list li:hover .product-thumbnail::after {
    opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
#js-product-list .products em::before{ display: none; }
#js-product-list .products .product_list.list .quick-view {
    font-size: 0;
}
.products .product-thumbnail::after {
    background: rgba(255,255,255,0.8);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.featured-products .products, .newproducts .products, .bestseller-products .products, .special-products .products, .viewed-products .products, .crosssell-products .products, .productscategory-products .products, .product-accessories .products, .brands .products,#tmgbottomcms .products{
    position: relative;
	margin: 0 -15px;
	padding:0 ;
	text-align:center;
}
.products .product-miniature:hover .discount-percentage.discount-percentage{ opacity: 1; top: 10px; }
.products .product-miniature .discount-percentage.discount-percentage {
    position: absolute;
    right: 10px;
    top: -25px;
    color: #fff;
    background: #d3a559;
    padding: 0 5px;
    font-size: 11px;
	opacity: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.tabs .nav-tabs {
	line-height: 23px;
    border: medium none;
    margin-bottom: 15px;
    width: auto;
    border-bottom: 1px solid #d3a559;
}
.tabs .nav-tabs li:first-child {
    margin-left: 0;
}
.tabs .nav-tabs .nav-link {	
	padding: 10px 20px;
    text-transform: uppercase;
	font-size:16px;
	color:#797979;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.tabs li:last-child .nav-link{background:none;}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
	color: #fff;
	background: #d3a559;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product-tabcontent .tabs .nav-tabs {
    margin: 0;
    text-align: left;
	background:none;
	padding: 0;
    border: none;
}

.product-accessories  ,.productscategory-products, .product-tabcontent {
    margin: 30px 0;
}
.product-accessories .customNavigation a.next {
    right: 15pz;
}
.product-accessories .customNavigation a.prev {
    left: 15px;
}
.productscategory-products .customNavigation a.next {
    right: 15pz;
}
.productscategory-products .customNavigation a.prev {
    left: 15px;
}
.products .product-actions .add-to-cart-or-refresh:hover em, .products .actions:hover em{
    opacity: 1;
	visibility:visible;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.products .product-actions em{
    background: #d3a559;
    bottom: auto;
    color: #ffffff;
    display: block;
    font-size: 10px;
    left: -34px;
    right: 0;
    top:-19px;
    min-width: 100px;
    width: 100px;
    margin: 0 auto;
    min-width: 100px;
    opacity: 0;
	visibility:hidden;
    padding: 4px;
    position: absolute;
    text-align: center;
	line-height: normal;
    text-transform: uppercase;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
em {
    font-style: normal;
}

.products em::before {
    border-bottom: 10px solid #d3a559;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 18px;
    transform: rotate(180deg);
    width: 5px;
}
.product-description strong {
    color: #000;
}

.product-tabcontent .tabs .tab-pane {
  padding:15px;
  background:#f5f5f5;
  border-top:1px solid #d3a559;
}

.product-tabcontent .tabs .nav-tabs .nav-link {
    border-bottom: none;
  	padding: 10px 20px;
	letter-spacing:0;
	background:#f5f5f5;
	font-weight:600;
	font-size:17px;
	color:#000;
}

.product-tabcontent .tabs .nav-tabs .nav-item {
	margin:0;
	border:none;
}

.product-tabcontent .tabs .nav-tabs .nav-link.active, .product-tabcontent .tabs .nav-tabs .nav-link:hover {
   background:#d3a559;
   color:#fff;
}
.nav-tabs li:first-child .nav-link:before {
    border: none;
}
.tabs .nav-tabs .nav-link.active:before, .tabs .nav-tabs .nav-link:hover:before {
	border-color: transparent #d3a559 transparent transparent;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.tabs .nav-tabs .nav-link.active:after, .tabs .nav-tabs .nav-link:hover:after {
	border-color: transparent transparent transparent #d3a559;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.tabs .nav-tabs .nav-link:before {
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -22px;
    right: auto;
    border-style: solid;
    border-width: 0 22px 44px 0;
    border-color: transparent #f5f5f5 transparent transparent;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.tabs .nav-tabs .nav-link:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: -22px;
    border-style: solid;
    border-color: transparent transparent transparent #f5f5f5;
    border-width: 42px 0 0px 22px;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.nav-tabs li:last-child .nav-link:after {
    border: none;
}
.tabs .nav-tabs .nav-item {
    color: #d3a559;
    background-color: #f5f5f5;
	float:none;
	display:inline-block;
	position:relative;
	margin: 0 9px;
}

@media (max-width: 991px) {

}
.product-cover {
    border: 1px solid #d8d8d8;
    margin-bottom: 0;
    position: relative;
   
}
.product-cover img {
    background: #ffffff none repeat scroll 0 0;
   
}
.product-cover .layer {
    bottom: 0;
    cursor: zoom-in;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product-cover .layer .zoom-in {
    bottom: 0;
    color: #d3a559;
    cursor: pointer;
    display: none;
    font-size: 34px;
    position: absolute;
    right: 0;
    z-index: 9999;
}
.product-cover .layer {
}
.js-product-images-modal .modal-dialog {
    background: #dddddd none repeat scroll 0 0;
}
@media (max-width: 768px) {
.mousetrap {
    display: none !important;
}
.product-cover .layer {
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10030;
}
}
@media (min-width: 544px) {
.js-product-images-modal .modal-dialog {
    max-width: 800px;
}
}
#product-modal .modal-content {
    border: medium none;
    padding: 0;
}
#product-modal .modal-content .modal-body {
    display: flex;
    margin-left: 0;
}
#product-modal .modal-content .modal-body figure {
    margin-bottom: 0;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    background: #ffffff none repeat scroll 0 0;
    height: auto;
    width: 100%;
}
#product-modal .modal-content .modal-body .image-caption {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #ededed;
    padding: 0.625rem 1.25rem;
}
#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    display: none;
    position: relative;
}
#product-modal .modal-content .modal-body .mask {
    margin-top: 3.1875rem;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 20px;
}
#product-modal .modal-content .modal-body .product-images img {
    background: #ffffff none repeat scroll 0 0;
    cursor: pointer;
    width: 120px;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid #d3a559;
}
#product-modal .modal-content .modal-body .arrows {
    color: #3c3c3c;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 0;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    opacity: 0.2;
    position: absolute;
    right: 20px;
    top: -20px;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -20px;
    position: absolute;
    right: 20px;
}
#product-modal .modal-content .modal-body .arrows i {
    display: inline;
    font-size: 74px;
}
@media (max-width: 991px) {
#product-modal .modal-content .modal-body .mask {
    margin-top: 20px;
}
.product-images > li.thumb-container {
    display: inline-block;
}
}
#blockcart-modal {
}
#blockcart-modal .modal-header {
    color: #4cbb6c;
}
#blockcart-modal .modal-body {
    padding: 35px 25px;
}
#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 10px;
}
#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%;
}
#blockcart-modal .product-image {
    border: 1px solid #e8e8e8;
    width: 240px;
}
#blockcart-modal .modal-title {
    color: #4cbb6c;
    font-size: 17px;
    font-weight: 400;
    text-align: left !important;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 7px;
}
#blockcart-modal .product-name {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
#blockcart-modal .cart-products-count {
    font-size: 1.125rem;
    position: static;
	height: 35px;
    padding: 10px;
	height:35px;
	border-radius:0;
}
#blockcart-modal .cart-content {
    padding-left: 2.5rem;
}
#blockcart-modal .cart-content button {
    margin-right: 0.3125rem;
}
#blockcart-modal .divide-right {
    border-right: 1px solid #e8e8e8;
}
.product-images > li.thumb-container {
}
.product-images > li.thumb-container > .thumb, .images-container .product_list .thumb-container .thumb {
     cursor: pointer;
}

.thumb-container-inner {
	border: 1px solid #d8d8d8;
    margin: 0 8px 2px;
	display:inline-block;
}

.images-container .product-images > li.thumb-container > .thumb {
    margin-right: 10px;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover, .images-container .product_list .thumb-container .thumb:hover {
    border-color: #d3a559;
}
#main .images-container .js-qv-mask {
    position: relative;
	margin-top: 15px;
    white-space: nowrap;
}
#main .images-container .js-qv-mask.additional_slider {
	box-sizing: border-box;
    clear: both;
    float: left;
    padding: 5px 40px;
    width: 100%;
	
}
/*#main .images-container .js-qv-mask.additional_slider:hover a.btn {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;}

#main .images-container .js-qv-mask.additional_slider:hover a.btn.prev {
	left: 0;
}

#main .images-container .js-qv-mask.additional_slider:hover a.btn.next {
	right: 0;
	
}
*/

#main .images-container .js-qv-mask .customNavigation a,  .quickview .mask.additional_slider .customNavigation a {
	position:absolute;
	height:35px;
	width:30px;
	top:0px;
}

#main .images-container .js-qv-mask.additional_slider a.btn.prev {
	left: 0;
	position:absolute;
	height:35px;
	width:30px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

#main .images-container .js-qv-mask.additional_slider a.btn.next {
	right: 0;
	position:absolute;
	height:30px;
	width:30px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

#main .images-container .js-qv-mask ul {
    margin: 0;
}

#main .images-container .js-qv-mask .customNavigation,  .quickview .mask.additional_slider .customNavigation {
 	border: medium none;
    margin: 0;
    position: absolute;
    top: 33%;
	padding:0;
	width: 100%;
	left:0;
	opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	visibility: visible;
}

.scroll-box-arrows {
    display: none;
}
.scroll-box-arrows.scroll {
    display: block;
}
.scroll-box-arrows i {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e8e8e8;
 border-radius: 5px;
	  -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -o-border-radius: 5px;
    bottom: 50px;
    color: #dddddd;
    cursor: pointer;
    font-size: 31px;
    height: 35px;
    position: absolute;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
    width: 35px;
}
.scroll-box-arrows i:hover {
    border-color: #d3a559;
    color: #d3a559;
}
.scroll-box-arrows .left {
    left: 0;
}
.scroll-box-arrows .right {
    right: 0;
}
#product-availability {
    display: inline-block;
    font-weight: 700;
	padding: 9px 0;
    margin-left: 10px;
}
#product-availability .material-icons {
    line-height: inherit;
}
#product-availability .product-available {
    color: #4cbb6c;
}
#product-availability .product-unavailable {
    color: #ff9a52;
}
#product-availability .product-last-items {
    color: #ff9a52;
}
#product-details .label, .product-features h3 {
    color: #3c3c3c;
    font-weight: 600;
    margin-bottom: 12px;
    margin-right: 10px;
}
.product-manufacturer {
    margin-bottom: 15px;
}
.product-features {
    margin-left: 0;
    margin-top: 5px;
}
.product-features > dl.data-sheet {
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    background: #ededed none repeat scroll 0 0;
    display: inline-table;
    font-weight: normal;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    padding: 0.625rem;
    vertical-align: top;
    width: 48%;
    word-break: break-all;
}
.product-features > dl.data-sheet dd.value:nth-of-type(2n), .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f6f6f6 none repeat scroll 0 0;
}
.product-features > dl.data-sheet dt.name {
    text-transform: capitalize;
}
.product-variants > .product-variants-item {
    margin: 5px 0;
    padding: 5px 0 ;
}
.product-variants > .product-variants-item select {
    border: 1px solid #ededed;
    height: 2.5rem;
    min-width: 80px;
    padding-left: 7px;
    width: 160px;
}
.product-variants > .product-variants-item ul li {
    margin-right: 0.625rem;
}
.product-variants > .product-variants-item .color {
    border: 1px solid #e8e8e8;
    height: 20px;
    margin: 7px 0 0;
    width: 20px;
}
.product-flags {
    margin: 0;
}
.products-cover .zoom-in {
    display: none;
}
li.product-flag {
 
    color: #000;
    display: block;
    padding: 0.3125rem 0.4375rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}
li.product-flag.online-only {
    font-size: 0.8125rem;
    right: 0;
    top: 25rem;
}
li.product-flag.online-only::before {
    content: "";
    font-family: "Material Icons";
    margin: 0.3125rem;
    vertical-align: middle;
}
li.product-flag.discount {
    display: none;
}
li.product-flag.on-sale {
    margin: 0;
    Right: 10px;
    text-align: center;
    top: 15px;
}
li.product-flag.new {
    left: 10px;
    top: 10px !important;
}
.product-customization {
    margin: 25px 0;
}
.product-customization .product-customization-item {
    margin: 15px 0;
}
.product-customization .product-message {
    background: #ededed none repeat scroll 0 0;
    border: medium none;
    height: 3.125rem;
    padding: 0.625rem;
    resize: none;
    width: 100%;
}
.product-customization .product-message::-moz-placeholder {
    color: #3c3c3c;
}
.product-customization .product-message:-moz-placeholder {
    color: #3c3c3c;
}
.product-customization .file-input {
    cursor: pointer;
    height: 2.625rem;
    left: 0;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.product-customization .custom-file {
    background: #ededed none repeat scroll 0 0;
    color: #3c3c3c;
    display: block;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-top: 1.25rem;
    position: relative;
    text-indent: 0.625rem;
    width: 100%;
}
.product-customization .custom-file button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.product-customization small {
    color: #3c3c3c;
}
.product-pack {
    margin-top: 2.5rem;
}
.product-pack .pack-product-container {
    display: flex;
    justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
    -moz-box-flex: 0;
    color: #3c3c3c;
    flex: 0 0 50%;
    font-size: 0.875rem;
}
.product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #ededed;
    padding-left: 0.625rem;
}
.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
    align-items: center;
    display: flex;
}
.product-refresh {
    margin-top: 1.25rem;
}
.social-sharing {
    clear: both;
    margin-top: 15px;
    width: 100%;
}
.social-sharing ul {
    margin: 0;
}
.social-sharing span {
    display: none;
}
.social-sharing li {
    background-color: #fff ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
	width:30px;
    margin-right: 4px;
	padding: 10px 15px;

}
.social-sharing li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #000;
	height: 16px
}
.social-sharing li:hover {
    border-color: transparent;
}
.social-sharing li:hover a {
    color: #fff;
}
.products-selection .title {
    color: #444444;
}
#blockcart-modal .cart-content .btn {
}
@media (max-width: 991px) {
.product-cover img {
    width: 100%;
}
#product-modal .modal-content .modal-body {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    margin-left: 0;
}
#product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%;
}
#product-modal .modal-content .modal-body .arrows {
    display: none;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
}
#blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
}
#blockcart-modal .modal-body {
    padding: 1.875rem;
}
.social-sharing {
    padding: 15px 0;
    text-align: left;
}
.product-quantity .add {
    margin-left: 0;
}
}
@media (max-width: 767px) {
#blockcart-modal .divide-right {
    border-right: medium none;
}
#blockcart-modal .modal-body {
    padding: 1rem;
}
#product .page-content .product-leftside {
    clear: both;
    height: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
    width: 420px;
}
}
.cart-grid {
    margin-bottom: 1rem;
}
.cart-items {
    margin-bottom: 0;
}
li.cart-item:last-child {
    border-bottom: 0 none;
}
.cart-item {
     border-bottom: 1px solid #ededed;
    padding: 1rem 0;
}

.checkout.cart-detailed-actions.card-block {
    border: medium none;
}
.cart-summary-line {
    clear: both;
}
.cart-summary-line::after {
    clear: both;
    content: "";
    display: table;
}
..cart-summary-line .label {
    padding-left: 0;
    white-space: inherit;
	float:left;
}
.cart-summary-line .value {
    float: right !important;
}
.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal;
}
.cart-grid-body {
    margin-bottom: 0.75rem;
}
.cart-grid-body a.label:hover {
    color: #d3a559;
}
.cart-grid-body .card-block {
    padding: 1rem 0;
	background:#f7f7f7;
}
.cart-grid-body .card-block h1 {
    font-size: 19px;
    margin-bottom: 0;
	padding: 0 15px;
}
.cart-grid-body hr {
    margin: 0;
}
.cart-grid-body .cart-overview {
    padding: 1rem 0;
	background:#f7f7f7;
}
.cart-grid-right hr {
    margin: 0;
}
.cart-grid-right .promo-discounts {
    margin-bottom: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #444444;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    cursor: pointer;
    text-decoration: underline;
}
.block-promo .promo-code {
    background: #ededed none repeat scroll 0 0;
    padding: 1.6rem;
}
.block-promo .promo-code .alert-danger {
    background: #ff4c4c none repeat scroll 0 0;
    color: #ffffff;
    display: none;
    margin-top: 1.25rem;
    position: relative;
}
.block-promo .promo-code .alert-danger::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff4c4c;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 10%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.block-promo .promo-input {
    border: 1px solid #000000;
    color: #3c3c3c;
    height: 2.5rem;
    text-indent: 0.625rem;
    width: 60%;
}
.block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #ff9a52;
    font-weight: 600;
}
.block-promo .cart-summary-line .label a, .block-promo .promo-name a {
    color: #3c3c3c;
    display: inline-block;
    font-weight: normal;
}
.block-promo .promo-code-button {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}
.block-promo.promo-highlighted {
    margin-bottom: 0;
    padding: 1.25rem 1.25rem 0;
}
.product-line-grid-left img {
    border: 1px solid #e8e8e8;
    max-width: 100%;
}
.product-line-grid-body > .product-line-info > .label {
    font-weight: normal;
    line-height: inherit;
    padding: 0;
    text-align: left;
    white-space: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
    color: #ff0000;
}
.product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
    color: #444444;
    font-size: 0.875rem;
    padding-left: 0.3125rem;
}
.product-line-grid-right .bootstrap-touchspin {
    float: left !important;
    width: 4.25rem;
}
.product-line-grid-right .bootstrap-touchspin > .form-control, .product-line-grid-right .bootstrap-touchspin > .input-group {
    background-color: #ffffff;
    color: #3c3c3c;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
}
.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto;
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #3c3c3c;
}
.product-line-grid-right .product-price strong {
    font-size: 17px;
    font-weight: 600;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
    color: #3c3c3c;
    display: inline-block;
    margin-top: 0.3125rem;
}
@media (max-width: 767px) {
.product-line-grid-body {
    margin-bottom: 1rem;
}
}
@media (max-width: 543px) {
.cart-items {
    padding: 1rem 0;
}
.cart-item {
    border-bottom: 1px solid #ededed;
}
.cart-item:last-child {
    border-bottom: 0 none;
}
.cart-grid-body .cart-overview {
    padding: 0;
}
.cart-grid-body .no-items {
    display: inline-block;
    padding: 1rem;
}
.product-line-grid-left {
    padding-right: 0 !important;
}
}
@media (max-width: 360px) {
.product-line-grid-right .qty {
    width: 100%;
}
.product-line-grid-right .price {
    width: 100%;
}
}
#block-reassurance {
    border: medium none;
    margin-top: 20px;
}
#block-reassurance img {
    margin-right: 10px;
    opacity: 0.7;
    width: 1.5625rem;
}
#block-reassurance li {
    float: left;
    width: 100%;
	background:#f5f5f5;
	padding:0 15px;
	border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
#product #block-reassurance li {
    float: left;
    width: 100%;
	margin-bottom: 5px;
}
#block-reassurance li:last-child {
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
#block-reassurance li .block-reassurance-item {
     padding: 1rem 0
}
#product #block-reassurance {
    float: left;
    width: 100%;
	padding:0 15px;
	background:#f7f7f7;
	display:none;
/*	border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;*/
}
#block-reassurance ul {
    margin-bottom: 0;
}
#block-reassurance span {
    font-weight: 400;
}
.quickview .modal-dialog {
    max-width: 64rem;
    width: calc(100% - 30px);
}
.quickview .modal-content {
    min-height: 28.125rem;
}
.quickview .modal-header {
    border: medium none;
    padding: 0;
    position: relative;
    z-index: 9;
}
.quickview .modal-header .close {
    margin-top: 8px;
}
.quickview .modal-body {
    min-height: 23.75rem;
    padding: 30px 25px 0;
}
.quickview .modal-footer {
    border-top: 1px solid #e8e8e8;
    padding: 15px 0;
}
.quickview .layer {
    display: none;
}
.quickview .product-cover img {
    width: 95%;
}
.quickview .images-container {
    min-height: 21.875rem;
    z-index: 1;
}
.quickview .images-container .product-images > li.thumb-container > .thumb {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 0.8125rem;
    width: 4.9375rem;
}
.quickview .mask {
    position: relative;
    z-index: 99;
    padding: 25px 0;
    float: left;
    width: 100%;
}
.quickview .mask.additional_slider .customNavigation {
    top: 40%;
}
.quickview .mask.additional_slider .customNavigation a.prev {
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.quickview .mask.additional_slider .customNavigation a.next {
    right:0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.quickview .arrows {
    height: 22.5rem;
    position: absolute;
    right: 5rem;
    top: 0;
    z-index: 0;
}
.quickview .arrows .arrow-up {
    cursor: pointer;
    margin-top: -3.125rem;
    opacity: 0.2;
}
.quickview .arrows .arrow-down {
    bottom: -1.875rem;
    cursor: pointer;
    position: absolute;
}
.quickview .social-sharing {
    margin-left: 0;
    margin-top: 0;
}
#stores .page-stores {
    margin: 0 auto;
    width: 100%;
}
#stores .page-stores .store-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#stores .page-stores .store-picture img {
    max-width: 100%;
}
#stores .page-stores .store-item-container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 1.875rem 0;
}
#stores .page-stores .store-item-container ul {
    font-size: 0.9375rem;
    margin-bottom: 0;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: 1px solid #ededed;
}
#stores .page-stores .store-item-container .divide-left tr {
    height: 1.5625rem;
}
#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem;
}
#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}
#stores .page-stores .store-item-container .store-description {
    font-size: 1rem;
}
#stores .page-stores .store-item-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #ededed;
}
#stores .page-stores .store-item-footer div:first-child {
    -moz-box-flex: 0;
    flex: 0 0 65%;
}
#stores .page-stores .store-item-footer i.material-icons {
    color: #3c3c3c;
    font-size: 1rem;
    margin-right: 0.625rem;
}
#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
#stores .page-stores {
    width: 100%;
}
#stores .page-stores .store-item-container {
    padding: 1rem 0;
}
}
@media (max-width: 543px) {
#stores .page-stores .store-item-container {
    display: block;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: medium none;
}
#stores .page-stores .store-item-container .store-description a {
    margin-bottom: 0.5rem;
}
#stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
}
#stores .page-stores .store-item-footer {
    display: block;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #ededed;
}
#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}
#stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
}
}

.block_newsletter {
    padding-top: 45px;
	float:left;
	width: 35%;
}
.block_newsletter .products-section-title {
    margin: 0;
    padding-bottom: 25px;
    text-align: left;
}
.text-right {
    text-align: right;
}
.block_newsletter .title{
    font-size: 16px;
	color: #f5f5f5;
	text-transform: uppercase;
    display: inline-block;
	vertical-align: top;
	font-weight:600;
    letter-spacing: 0.8px;
}

.block_newsletter .envelope {
	display: none;
}
.block-details {
    float: none;
    clear: both;
    padding: 20px;
}
.block_newsletter form {
    position: relative;
	width: 360px;
}
.block_newsletter form input[type="text"] {
    border: none;
    /*min-width: 460px;*/
    width: 100%;
    padding: 9px 20px;
	color:#979797;
	background:#f7f7f7;
	font-size:12px;
}
.block_newsletter form input[type="text"]:focus {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #3c3c3c;
    outline: 3px solid #d3a559;
}
.block_newsletter form input[type="text"]:focus + button .search {
    color: #d3a559;
}

.block_newsletter form input[type="submit"] .search:hover {
    color: #d3a559;
}
.block_newsletter p {
	color:#f5f5f5;
	letter-spacing:0.8px;
	margin-bottom:0;
    font-size: 13px;
	font-weight:400;
    text-transform: capitalize;
	padding-top: 25px;
	width: 230px;
	opacity: 0.9;
}
.news-description {
    padding: 20px 0;
    text-align: center;
}
.block_newsletter p.alert {
    padding: 5px;
}

.block_newsletter form input[type="text"]:focus {
    outline: 0 none;
}
.block_newsletter form input.btn-primary {
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
	letter-spacing: 1.9px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
/*    background: rgba(0, 0, 0, 0) url("../img/tmgs/subscribe.png") no-repeat scroll 0 10px;*/	
}
.block_newsletter form input.btn-primary:hover{
	background:#d3a559;
	color: #000;
}
.block-social-inner ul {
    margin: 0;
}
.block-social li {margin-bottom:0; 
  /* background-color: transparent !important;*/}

.block-social-inner {
    display: inline-block;
	position: relative;
}
.block-social {
    text-align:left;
	float:left;
	width:25%;
	padding: 0 35px;
}
.footer-container .block-social .h3 {
    font-size: 24px;
    padding: 20px 0 10px;
}
.block-contact .contact-details {
    padding-left:40px;
	width:100%;
	color: #fff;
    opacity: 0.9;
    font-weight: 300;
}
.block-contact .contact-icon {
    float: left;
}
.linklist .blockcms-title a {
    color: #3c3c3c;
}
.account-list a {
    color: #3c3c3c;
}
.account-list a:hover {
    color: #d3a559;
}
.blockcms-title, .myaccount-title, .myaccount-title a, .block-contact-title, .footer-container h3.h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
	letter-spacing: 0;
    color: #ffffff;
}
.block-social li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-right: 5px;
	border:none;
    width: 30px;
	vertical-align: top;
}
.block-social li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.block-social li:hover a {
   animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s normal both 1 running bounceIn;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.facebook {
    background-image: url("../css/3935e107ea61866e60d7946dc6a962f1.svg");
}
.facebook::before {
    background-image: url("../css/8b05d51ede908907d65695558974d86f.svg");
    content: "";
}
.facebook.icon-gray {
	background-image: url("../css/d3fbae74a276a9f6cf1d6241f29b61a3.svg");
	background-color: #3b5998;
}
.facebook.icon-gray:hover {
    background-image: url("../css/8b05d51ede908907d65695558974d86f.svg");   
	background-color: #fff;
	border-color: #fff;
}

.twitter {
    background-image:url("../css/a67175d1ea11389d9107bd8c08f9d7d7.svg");

}
.twitter::before {
    background-image: url("../css/ffddcb3736980b23405b31142a324b62.svg");
    content: "";
}
.twitter.icon-gray {
	 background-image:url("../css/d1a435fd2571e67858a31ee954b52278.svg");
	 background-color: #00b6f1;
}
.twitter.icon-gray:hover {
	background-color: #fff;
    background-image: url("../css/ffddcb3736980b23405b31142a324b62.svg");
	border-color: #fff;
}
.rss:hover {
	/*background-image: url("../css/cf2f3c1d5c7cb02c29f61964313148e12.svg");
	background-color: #FF9900;
	border-color: #FF9900;*/
}
.rss {
    background-image: url("../css/cf2f3c1d5c7cb02c29f61964313148e1.svg");
	 
}
.youtube {
	 background-image: url("../css/22c0528acb6d9cd5bf4c8f96381bc05c.svg");
     background-color: #c12025;
}
.youtube:hover {
    background-image: url("../css/22c0528acb6d9cd5bf4c8f96381bc05cc.svg");
	background-color: #fff;
	border-color: #fff;
}
.googleplus {
    background-image: url("../css/36bff72dcba3098b4b70b482b22c29ab.svg");
}
.googleplus::before {
    background-image: url("../css/c1a65805f759901a39d10eb854c1dcf2.svg");
    content: "";
}
.googleplus.icon-gray {
	 background-image: url("../css/7c24d4275efcbe8891f78378b7c808e0.svg");
     background-color: #3078f1;
}
.googleplus.icon-gray:hover {
	background-color: #fff;
    background-image: url("../css/c1a65805f759901a39d10eb854c1dcf2.svg");
	border-color: #fff;
}
.pinterest {
    background-image: url("../css/afb2ed6d67613a724a420a39b4fe5b0d.svg");
}
.pinterest::before {
    background-image: url("../css/b1db819132e64a3e01911a1413c33acf.svg");
    content: "";
}
.pinterest.icon-gray {
	 background-image: url("../css/7988be8b63edf9c4accebf94d5db7927.svg");
	 background-color:#937115;	  
}
.pinterest.icon-gray:hover {
  /*  background-image: url("../css/b1db819132e64a3e01911a1413c33acf.svg");  
	background-color: #fff;
	border-color: #fff;*/
}
.vimeo {
   
	 background-image: url("../css/f255af0bbbe837e79f7821827f9c6f100.svg");
}
.instagram {
	 background-image: url("../css/0266b05265f317a7409560b751cd61e8.svg");
	 background-color: #2f5c85;
}
.vimeo:hover {
	/* background-image: url("../css/f255af0bbbe837e79f7821827f9c6f10.svg");
	background-color: #17AEE1;
	border-color: #17AEE1;*/
}
.instagram:hover {
    background-image: url("../css/0266b05265f317a7409560b751cd61e88.svg");
	background-color: #fff;
	border-color: #fff;
}
.footer-container .links .h3, .footer-container .links h3, .footer-container .links h3 a {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/*.links h3:before {
    border-bottom:1px solid;
    content: "";
    display: block;
    min-width: 55px;
    position: absolute;
    top: 30px;
}*/
#links_block_left .title_block{display:none}
.block_content.collapse{display:block;margin-bottom:0;}
#links_block_left.links h3:before{border-color:#d3a559;}
.footer-links.links .block:first-child h3:before{border-color:#fc6d65;}
.footer-links.links .block:last-child h3:before{border-color:#009688;}
#block_myaccount_infos.links h3:before{border-color:#01c0d1;}

.footer-container .footer-links li a {
    display: block;
	opacity: 0.9;
 }
.footer-container .footer-links li:first-child a {
    border: medium none;
}

.footer-before {
    overflow: hidden;
	position:relative;
	background-color: #f5f5f5;
}

.footer-container {
    position: relative;
}

.footer-container .col-md-3 {
     width: 20%;
     padding:45px 0;
}
.footer-container .block-contact {
	width: 25%;
}
.footer-logo > p {
    font-size: 12px;
	margin:20px 0;
}
/*#footer_account_list li, #footer .block_content > li {
    background: rgba(0, 0, 0, 0) url("../img/tmgs/footer-icon.png") no-repeat scroll left -30px;
    padding: 0 15px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
	cursor:pointer;
}
#footer_account_list li:hover, #footer .block_content > li:hover {
	background-position: left 7px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}*/
#block-contact_list li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.email .contact-details {
    margin: 5px 0;
}
.phone .contact-details, .address .contact-details {
    margin-top: -5px;
}
#block-contact_list .email {
    margin: 0;
}
.footer-container li {
    margin-bottom: 10px;
}
.footer-container {
    background-color: #1d1d1d;
}
.footer-container a, .footer-container {
    color: #f5f5f5;
	font-weight: 300;
	font-size: 13px;
}
#links_block_left .title.h3.block_title a {
    color: #fff;
}
.footer-container li a:hover {
    color: #d3a559 ;
}
.footer-container .links .collapse {
    display: inherit;
	margin:0;
}

.footer-container .links.links2 {
    width: 50%;
}
.copy {
    float: left;
    width: 100%;
    padding: 3px 0;
	background-color: #d3a559;
}
@media (max-width: 767px) {
.block_newsletter {
	clear: both;
}
}
@media (max-width: 991px) {
.block-social {
    clear: both;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    width: 100%;
	padding:0;
}
.block-contact {
    padding-left: 1.5rem;
}
.footer-container .hidden-sm-down, #search_filters .facet .facet-title.hidden-sm-down {
    display: none !important;
}
.footer-container .links:first-child, .footer-container .links {
    padding: 0 ;
    width: 100%;
    float: left;
}
.footer-container .links .h3 {
	font-size:18px;
}
.footer-container .links .title:hover .h3, .footer-container .links .title:hover{color:#d3a559;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	}
.footer-container .links .title {
    cursor: pointer;
    padding: 0 15px ;
	margin:15px 0 10px;
}
.footer-container .links .title .collapse-icons .remove {
    display: none;
}
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}
.footer-container .links .navbar-toggler {
    display: inline-block;
    padding: 0;
}
.footer-container .links .collapse {
    display: none;
}
.footer-container .links .collapse.in {
    display: block !important;
	padding: 15px;
	padding-top: 0;
	padding-left: 15px;
	float: left;
}
.footer-container .links ul {
  	padding: 0 15px;   margin-bottom: 0;
}
.footer-container .links ul > li {

}
.footer-container .links ul > li a {
	border: none;
}
.footer-container .block-contact .hidden-md-up {
}
.footer-container .copyright {
    text-align: center;
}

.block_newsletter form .col-xs-12 {
    padding-left: 0;
}
}
@media (max-width: 991px) {
.footer-container .col-md-6 {
    width: 100%;
}
.footer-container .title.hidden-md-up, #search_filters .facet .facet-title.hidden-md-up {
    display: block !important;
    padding: 0 15px;
}
#content-wrapper, .layout-left-column #content-wrapper, .layout-right-column #content-wrapper, #left-column, #right-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
}
.contact-rich {
}
.contact-rich h4 {
}
.contact-rich .block {
}
.contact-rich .icon {
    float: left;
    width: 45px;
}
.contact-rich .icon i {
    font-size: 2rem;
}
.contact-rich .data {
    overflow: hidden;
    width: auto;
}
.contact-rich .data.email {
}
.contact-form {
    color: #444444;
    padding: 1rem;
    width: 100%;
}
.contact-form h3 {
    color: #3c3c3c;
    text-transform: uppercase;
}
#products #main .page-header, #pagenotfound #main .page-header {
    margin: 2rem 0 3rem;
}
#products #main .page-content, #pagenotfound #main .page-content {
    margin-bottom: 10rem;
}
#products .page-not-found, #pagenotfound .page-not-found {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    padding: 30px;
}
#products .page-not-found h4, #pagenotfound .page-not-found h4 {
    margin: 0 0 10px;
}
#products .page-not-found .search-widget form, 
#pagenotfound .page-not-found .search-widget form {
	display: block;
	position:static;
}
#products .page-not-found .search-widget, #pagenotfound .page-not-found .search-widget {
    float: none;
    padding: 0;
}
#products .page-not-found .search-widget .search-button, #pagenotfound .page-not-found .search-widget .search-button{
	display: none;
}

#products .page-not-found .search-widget input, #pagenotfound .page-not-found .search-widget input {
    width: auto;
    height: auto;
    border: 1px solid #e8e8e8;
	font-size: 14px;
    padding: 10px;
}
.customization-modal .modal-content {
    border: 1px solid #e8e8e8;
    border-radius: 0;
}
.customization-modal .modal-content .modal-body {
    padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: bold;
    text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
#index #header {
    border: medium none;
	margin:0;
}

#order-confirmation .bread {display: none;}

#checkout  header, #order-confirmation header {
 /*   border-bottom: 1px solid #ededed;*/
    margin-bottom: 30px;
}

#header {	
	position: relative;
    background: #fff;
	margin-bottom:30px;
	border-bottom:1px solid #d2d2d2;
}
#header .logo {
    max-width: 100%;
}
#header .currency-selector .dropdown-menu, #header .language-selector .dropdown-menu {
    top: 100%;
    z-index: 99999;
	left: auto;
    right: 0;
	border:1px solid #ededed;
}
#header .currency-selector a, #header .language-selector a {
    display: inline-block;
}
#header .currency-selector .expand-more, #header .language-selector .expand-more {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.4px;
}
#header .currency-selector.dropdown:hover .expand-more, #header .language-selector.dropdown:hover .expand-more {
    color: #000;
    text-decoration: none;
}
#_desktop_currency_selector, #_desktop_language_selector {
  text-transform: uppercase;
  float:left;
}
#_desktop_currency_selector{
	margin-left: 10px;
}
.header-top .left-nav{
	width:33.33%;
	float:left;
	padding:30px 0 35px;
}

.header-top .center-nav {
    float: left;
    width: 33.33%;
	padding:38px 0 50px;
}
.header-top .right-nav{
	width:33.33%;
	float:right;
	padding:35px 0 45px;
	position:relative;
}

.header-top-left::before {
    border-right: 1px solid #f0f0f0;
    content: "";
    height: 60px;
    left: 43%;
    position: absolute;
}
.header-top-left {
    float: left;
    margin: 15px 0;
    padding-left: 0;
    width: 50%;
}
.header-top-right {
    float: right;
    margin: 0;
    text-align: left;
    width: 50%;
}
#header .header-nav {
	background:#d3a559;
    color: #ffffff;
	position:relative;
    padding: 0;
	z-index:99;
	   
}
#header .header-nav #menu-icon {
    cursor: pointer;
    vertical-align: middle;
}
#header .header-nav #menu-icon .material-icons {
    color: #000;
	margin-top:20px;
}
#header .header-nav #menu-icon .menu-close, #header .header-nav #menu-icon.active .menu-open {
    display: none;
}
#header .header-nav #menu-icon .menu-open, #header .header-nav #menu-icon.active .menu-close {
    display: block;
}

#header .header-nav .right-nav {
    -moz-box-pack: end;
    float:right;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#header .header-nav .currency-selector {
    padding: 0;
    white-space: nowrap;
}
.user-info.dropdown-menu {
    left: auto;
    padding: 10px 20px;
    right: 0;
}
.user-info.dropdown-menu a {
    display: block;
}

.header-nav .user-info a{
	 background: rgba(0, 0, 0, 0) url("../img/tmgs/nav-icon.png") no-repeat scroll left 4px;
	 padding:5px 25px;
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
 }

.header-nav .user-info a.creat-account {
   background-position:0 4px;
}

.header-nav .user-info a.creat-account:hover {
    background-position:0 -67px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.header-nav .user-info a.account{
	 background-position:0 -138px;
}

.header-nav .user-info a.account:hover{
	 background-position:0 -209px;
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.header-nav .user-info a.login {
    background-position: left -279px;
	padding-right:0;
}
.header-nav .user-info a.login:hover {
    background-position: left -350px;
}
.header-nav .user-info a.logout {
    background-position:0 -421px;
}
.header-nav .user-info a.logout:hover {
    background-position:0 -492px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#header .header-nav .user-info a:last-child {padding-right:0;}

#header .user-info a { 
	text-transform: uppercase;
    color: #000;
	display: block;
}
.user-info {
    padding: 10px 20px;
    background-color: #fff;
	position: absolute;
	top: 100%;
    left: auto;
	right: 0;
	white-space: nowrap;
	z-index: 99;
}
#header .user-info a:hover{color:#d3a559;}

/*#header .user-info:hover{background-image: url("../img/tmgs/avatar-h.png");}*/
#_desktop_user_info {
    float: right;
    padding: 40px 0;
	position: relative;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
#header .user-info {
	display: none;
}
#header .header-nav .language-selector,#header .header-nav .currency-selector {
    padding: 5px 0;
    white-space: nowrap;
}
#header .header-nav .cart-preview.active {
}
#header .header-nav .cart-preview.active a {
}
#header .header-nav .cart-preview.active i {
}
#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
}
#header .header-nav .cart-preview .body {
    display: none;
}
.blockcart-header.dropdown {
    position: static;
}
#header .header-nav .blockcart {
    text-align: center;
    white-space: nowrap;
}
#header .cart_block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed ;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
	
	z-index: 999;
}
.cart_block .cart-item {
    overflow: hidden;
    padding: 10px;
}
.cart_block .cart-item .cart-image {
    float: left;
  /*  height: 80px;*/
    margin-right: 12px;
    text-align: center;
	border:1px solid #ededed;
}
.cart_block .cart-item .cart-image img {
    width: 100%;
}
.cart_block .cart-item .cart-info {
    overflow: hidden;
    padding-right: 20px;
    position: relative;
}
.cart_block .cart-item .cart-info .product-quantity {
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
}
.cart_block .cart-item .cart-info .product-name {
    display: inline-block;
    font-size: 13px;
}
.cart_block .cart-item .cart-info .product-price {
    display: block;
    font-size: 14px;
}
.cart_block .cart-item .cart-info .remove-from-cart {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 99;
}
.cart_block .cart-item .cart-info .remove-from-cart .material-icons {
    font-size: 19px;
}
.cart_block .cart-item .cart-info .customizations {
    font-size: 11px;
    padding-bottom: 10px;
}
.cart_block .cart-summary {
    border: 0 none;
    margin: 0;
	background: none;
}
.cart_block .block_content .card-block {
    padding: 5px 10px 5px;
	 border-bottom: 1px solid #ededed;
}
.cart_block .block_content .checkout.card-block {
    padding: 10px;
    text-align: right;
	border: none;
}
#header .header-nav .blockcart a {
}
#header .header-nav .blockcart a:hover {
}
#header .header-nav .blockcart.active a:hover {
}
#header .header-nav .blockcart .header {
    cursor: pointer;
}
#header .header-nav #contact-link {
    margin: 10px 0;
}
#header .header-nav .material-icons {
	display:inline-block;
}
#header .header-top {
    padding: 0;
		transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	position:relative;
}
#index .header-top{margin:0;}
/*#category #header .header-top, #product #header .header-top {
    margin: 0;
}*/
#header .header-top .header-nav-full{ 
	background-color:#020202; 
	border:none;
}
#header .header-top > .container {
    position: relative;
}

#header .header-top .menu {
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
	width:auto;
	float:none;
}
@media (max-width: 980px) {
#header .header-top .menu {
    text-align: center;
}
}
#header .header-top .menu .top-menu ul {text-align:left;}

#header .header-top .menu .top-menu {
    margin: 0;
}
.top-menu .sub-menu.mega {
    width: 500px;
}



/*#header .header-top .menu > ul > li.mega-li{position:static;}*/
#header .header-top .menu > ul > li {
    display: inline-block;
	margin:0 20px;
	position:relative;	
}
/*#header .header-top .menu > ul > li:first-child a {
    padding-left: 0;
}*/
#header .header-top .menu .sub-menu.mega .category > a.dropdown-submenu {
    color: #000000;
	font-weight: 600;
	font-size: 14px;
}
#header .header-top .menu .sub-menu .category > a.dropdown-submenu:hover {
    color: #d3a559;
}
#header .header-top .header_logo {
	padding: 30px 0;
    float:left;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#header .top-menu-link {
    margin-left: 1.25rem;
}
.popover {

}
#index #wrapper {padding-bottom: 0;}
#wrapper {
    float: left;
    padding-bottom: 50px;
    width: 100%;
}
#wrapper .banner {
    display: block;
}
.breadcrumb {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}
.breadcrumb[data-depth="1"] {
    display: none;
}
.breadcrumb ol {
    margin-bottom: 0;
    padding-left: 0;
	text-transform: capitalize;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li::after {
    color: #000;
    content: "/";
}
.breadcrumb li:last-child a{
  color: #d3a5590;
 }
.breadcrumb li:last-child {
    color: #fff;
    content: "/";
    margin: 0;
}
.breadcrumb li:last-child::after {
    content: "";
}
.breadcrumb a {
	 color: #000;
}
#main .page-header {
    margin-bottom: 1.5625rem;
}
#main > h1, #main h2.h2, #main .page-header h1, .block-category h1 {
    color: #3c3c3c;
    font-size: 21px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#main .page-content {
    clear: both;
    margin-bottom: 1.5625rem;
}
#main .page-content h6 {
    font-weight: normal;
    margin-bottom: 1.125rem;
}
#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px;
}
#main .page-footer {
/*    margin-bottom: 1.5625rem;*/
	clear: both;
}
#notifications ul {
    margin-bottom: 0;
}
#footer {
    float: left;
    width: 100%;
	margin-top: 70px;
}
@media (max-width: 767px) {
#wrapper {
    box-shadow: none;
}
#checkout-cart-summary {
    float: none;
    margin-top: 1rem;
    width: 100%;
}

.account-button{  
	 margin-top:13px;
  	 padding-left:30px; 
	 font-size:0;
     display: inline-block;
	  transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.account-button:hover {
	background-position:center -333px;
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#_desktop_cart .link, #_mobile_cart .link{
    background-position: center -535px;
	margin-top:12px;
 	padding:0 0 0 30px;
}

	/* background: url("../img/tmgs/shopping-cart.png") no-repeat scroll center center / 25px 25px;	
	 height:25px;
	 width:25xp;
	 padding:15px;
	 margin: 8px 0;*/
/*#_desktop_cart .link:hover, #_mobile_cart .link:hover {
    background-image: url("../img/tmgs/shopping-cart.png");
}*/

#tmgprallaxcmsblock .about-store-inner .store-detail .readmore,
#tmgprallaxcmsblock .about-store-inner .store-detail .store-description ,
#tmgprallaxcmsblock .about-store-inner .store-detail .store-heading{
    margin-bottom: 0px;
    text-align: center;
}


#header .header-nav .top-logo {
    margin: 0 20px;
    vertical-align: middle;
	float: left;
}
#header .header-nav .top-logo a img {
    max-height: 50px;
    max-width: 100%;
	width: auto;
}
#header .header-nav .right-nav {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
}
#header .header-nav .user-info {
	margin-left: 0;
	text-align: left;
	display: none;
	position: absolute;
	top: 48px;
	background: #fff;
	right: 0;
	display: none;
	z-index: 999;
	padding: 5px;
}


#header .header-nav .user-info .logged {
}
#header .header-nav .blockcart {
    background: inherit;
    margin-left: 0;
}
#header .header-nav .blockcart.active {
}
#header .header-nav .blockcart.inactive .cart-products-count {
    display: none;
}
#header .header-top a[data-depth="0"], #header .header-nav .user-info a {
	text-transform: capitalize;
	font-weight: 400;
	background:none;
	border:none;
}
section.checkout-step {
    width: 100%;
}
.default-input {
    min-width: 100%;
}
label {
    clear: both;
}

.block-contact {
    border: medium none;
    padding-left: 0.9375rem;
}
.menu, .dropdown-item {
    padding-left: 0;
}
#footer {
    float: left;
    width: 100%;
}
.container {
    max-width: 100%;
}
}
@media (max-width: 991px) {
.sub-menu {
    left: 0;
    min-width: 100%;
}
#blockcart-modal .product-image {
    display: block;
    margin: 0 auto 0.9375rem;
    max-width: 250px;
    width: 100%;
}
#blockcart-modal .cart-content {
    padding-left: 0;
}

#search_filters .facet .facet-label {
    text-align: left;
}
.block-category .category-cover {
    position: relative;
    text-align: center;
}
.block-category {
    padding-bottom: 0;
}
}
@media (max-width: 543px) {
}
a.top_button:hover, a.top_button:hover i {
	background-color:#000;
}
.top_button {
    background:#d3a559 url("../img/tmgs/back_to _top.png") no-repeat scroll center center;
    bottom: 10%;
    color: #fff;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
	
}
.top_button i{
	font-size: 0;
}
.spinner {
    background: #ffffff url("../img/tmgs/loading.gif") no-repeat scroll center center;
    width: 100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:99;
}
.sitemap .tree {
    padding-left: 25px;
}
.sitemap .tree li {
    padding: 5px 0;
}
.sitemap .tree li a::before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    padding-right: 8px;
}
@media (max-width: 480px) {
#header .cart_block {
    width: 270px;
}
.products-sort-order .dropdown-menu {
    width: 90%;
}
}
.cloud-zoom-lens {
    background-color: #ffffff;
    border: 4px solid #888888;
    cursor: move;
    margin: -4px;
}
.cloud-zoom-title {
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    position: absolute !important;
    text-align: center;
    top: 0;
    width: 100%;
}
.cloud-zoom-big {
    border: 4px solid #cccccc;
    overflow: hidden;
}
.cloud-zoom-loading {
    background: #222222 none repeat scroll 0 0;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 3px;
}
.zoomPad {
    cursor: crosshair;
    float: left;
    position: relative;
    z-index: 99;
}
.zoomPreload {
    background-color: #ffffff;
    background-image: url("../images/zoomloader.gif");
    background-position: 43px 30px;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 12px;
    height: 43px;
    left: 0;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 90px;
    z-index: 110;
}
.zoomPup {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    cursor: crosshair;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    z-index: 101;
}
.zoomOverlay {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
.zoomWindow {
    background: transparent;
    height: auto;
    left: 110%;
    position: absolute;
    top: 40px;
    z-index: 110;
}
.zoomWrapper {
    border: 1px solid #ededed;
    position: relative;
    z-index: 110;
}
.zoomWrapperTitle {
    background: #ededed none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 18px;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 120;
}
.zoomWrapperImage {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 110;
}
.zoomWrapperImage img {
    border: 0 none;
    display: block;
    position: absolute;
    z-index: 101;
}
.zoomIframe {
    display: block;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
}

#tmgheadercalluscms .call-data {
    float: right;
    padding: 37px 0;
	
}


.call-data .icon{
	padding: 20px 0 5px 50px;
	float:left;
}
.call-icon { background:url("../img/tmgs/phone.png") no-repeat scroll center center / 25px 25px;}

.ship-icon { background:url("../img/tmgs/bus.png") no-repeat scroll center center / 25px 25px;}

.call-data .mobile:hover .call-icon{ background-image:url("../img/tmgs/phone-h.png");}

.call-data .ship:hover .ship-icon{ background-image:url("../img/tmgs/bus-h.png");}

.call-data .ship, .call-data .mobile{float:left; padding:10px 0;}

.call-data .mobile{border-right:1px solid #cdcdcd; padding-right:15px;}

.call-data .data { float: left; text-transform: capitalize; }

.call-data .title{display:inherit;}

.call-data .mobile:hover .data .title, .call-data .ship:hover .data .title {color: #d3a559;}

.call-data .number {color: #bbbbbb; font-weight: 300;}

#tmgsubbanner li a {
    display: block;
	position:relative;
}
#tmgsubbanner ul {
    margin: 0;
}
.block-category .category-cover::before,.block-category .category-cover::after,
.tmgleftbanner-container  a:before,.tmgleftbanner-container  a:after{
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    width: 0;
    transform: rotate(180deg);
}
.block-category .category-cover::before,.tmgleftbanner-container  a:before{
    left: 0;
    top: 0;
}
.block-category .category-cover::after,.tmgleftbanner-container  a:after{
  bottom: 0;
    right: 0;
}
.block-category .category-cover:hover::before, .block-category .category-cover:hover::after,
.tmgleftbanner-container:hover a:before,.tmgleftbanner-container:hover a:after{
    height: 100%;
    transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

#tmgleftbanner {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
/*
.tmgleftbanner-container  a:before{
    background-color: rgba(0, 0, 0, 0.05);
    content: "";
    height: 100%;
    left: -100%;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 0;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    width: 100%;
}
.tmgleftbanner-container  a:after{
    background-color: rgba(0, 0, 0, 0.05);
    content: "";
    height: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    width: 100%;
}
.tmgleftbanner-container:hover a:before{
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
}
.tmgleftbanner-container:hover a:after{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 0;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
}
.tmgsubbanner-container a:after{
	background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
	 transition: all 1s ease 0s;
	 -webkit-transition: all 1s ease 0s;
	  -moz-transition: all 1s ease 0s;
	   -o-transition: all 1s ease 0s;
}
.tmgsubbanner-container:hover a:after{
	opacity: 0;
    transform: scale(1);
    transition: all 1s ease 0s;
	 -webkit-transition: all 1s ease 0s;
	  -moz-transition: all 1s ease 0s;
	   -o-transition: all 1s ease 0s;
}*/
.tmgleftbanner-container {
    position: relative;
	display:inline-block;
}
.search-widget form button[type="submit"] {
    display: block;
}
.search-widget form button[type="submit"]:hover{
  transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;}
.header-nav-full .container { position: relative;}

.search-widget form {
    border: medium none;
    display: none;
    left: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index:99;
}
#_desktop_cart {
    background: url(../img/tmgs/shap.png) no-repeat scroll 10px 45px;
    position: relative;
	padding: 35px 10px;
	float:right;
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#header .header-top .menu {
	/* background: url(../img/tmgs/separator.png) no-repeat scroll right  center;*/
}

#search_widget{
    background: url(../img/tmgs/shap.png) no-repeat scroll 47px 45px;
    float: right;
    position: relative;
	padding: 35px 13px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	
}
#_desktop_cart .cart-data {
    display: none;
}
#header .cart-data .cart-products-count {
    display: block;
}
.cart-data .cart-products-count, .cart-data .cart-value {
    color: #d3a559;
	font-size:10px;
}
.cart-data .cart-value {
    color: #d3a559;
}
#header .cart-products-count {
    /*border-radius: 25px;
    height: 15px;
    min-width: 15px;
    padding: 3px;
    text-align: center;
    text-indent: 2px;*/
}
.cart-products-count, .cart-data .value {
    color: #fff;
    font-size: 9px;
    position: absolute;
    right: 7px;
    top: 2px;
	border-radius: 25px;
    height: 12px;
    min-width: 12px;
	line-height:14px;
    text-align: center;
    text-indent: 2px;
	background:#d3a559;
}
.cart-title{color:#121312; font-weight:700; text-transform:uppercase; font-size:12px; display:block;}

#_desktop_cart .link, #_mobile_cart .link {
    position: relative;
}
.copyright, .footer-container #tmg_blocklink {
    margin:0;
}
#links_block_left {
    padding:0;
}
.footer-container .copyright {
    margin:0;
}
.footer-container #links_block_left.links .h3 {
    display: none;
}

.footer-container #tmg_blocklink li:last-child {border: none;}

footer .footer-container #tmg_blocklink li {
    display: inline-block;
	vertical-align: top;
    background: rgba(0, 0, 0, 0) url("../img/tmgs/footer-divider.png") no-repeat scroll left center;
}
.footer-container #tmg_blocklink li:First-child{background: transparent;}
.footer-container .footer-links ul {
    margin-bottom: 0;
}

/*#footer #links_block_left {
    bottom: 45px;
    left: 0;
    position: absolute;
    width: 100%;
}*/


#tmgfootercms {
    float: right;
    text-align:right;
	width:25%;
	margin:3px 0;
}
.copyright ._blank:hover {
    color: #000;
}
.copyright ._blank {
    font-size: 14px;
    letter-spacing: 0.9px;
	color: #fff;
}
.copyright{ width:50%; margin-top: 5px; }

#tmgbottomcms {
    clear: both;
    margin: 0;
    position: relative;
}

.parallax {
    background-repeat: no-repeat;
}
#index #tmgprallaxcmsblock {
	display: block;
	clear: both;
	width:100%;
	float: left;
	background-color: #08070c;
    position: relative;
}
.prallax-title {
    color: #121312;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.prallax-desc {
    margin: 0 auto;
    text-align: center;
    width: 900px;
	color:#777777;
    padding: 10px 0;
	letter-spacing:normal;
}

#content-hook-order-confirmation-footer, #tmgsubbanner, .tmg-hometabcontent,#tmgprallaxcmsblock,#tmgbottomcms{
    display: block;
	clear: both;
	margin-top: 70px;
	width:100%;
	float: left;
}

.instagramblock{padding:45px 0;}

#instagram-carousel .item a::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5) url("../img/tmgs/instagram.png") no-repeat scroll center center;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}

#instagram-carousel .item:hover a::after{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}

.lastest_block {background-color: #ffffff; padding-top: 70px; clear: both;}
.brands{ padding-top: 60px; clear: both; }
.item.cms_face {
 margin:0 auto;
 color: #000;
}
.footer-logo {
    width: 30%;
    float: left;
	background: url(../img/tmgs/l-line.png) no-repeat scroll 75% center;
}
#tmgaboutuscms .des p{ margin-left: 20px; }
#tmgaboutuscms .des {
    width: 70%;
    float: right;
    font-weight: 100;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.6px;
}
#tmgaboutuscms{
	float:left;
	width: 100%;
	padding: 30px 65px 20px 80px;	
}
.aboutus-img {
    text-align: center;
	padding:50px 0;
}
.aboutus > p {
    margin: 0 auto;
    text-align: center;
    width: 700px;
	color:#474747;
}
.aboutdata{width:33.33%; 
	float:left; 
	text-align:center;
	padding:0 45px;
}

#index .special-products {
    padding-top: 70px;
    clear: both;
}
.testimonial_main .products-section-title {
    color: #000;
    margin-bottom: 40px;
}
.testmonial-image img {
    border: 2px solid #d3a559;
}
#tmgbottomcms .testimonial_main .item .testmonial-image{
    position:relative;
    z-index:999;
    float:left;
	text-align: right;
	width: 30%;
	padding-right: 50px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.product_inner_cms .des {
    text-align: left;
}
.product_inner_cms .testmonial-des {
    float: left;
	padding:20px 0px 20px 10px;
	text-align:left;
}
.product_inner_cms {
    text-align: left;
	position:relative;
	width: 59%;
	color: #fff;
	float: left;
	margin-bottom: 30px;
}
.testmonial1-image {
    float: left;
}
 #tmgbottomcms .name a{
   color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.testmonial-user .desig {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
	letter-spacing: 0.4px;	
	margin-top: -5px;
	margin-left: 20px;
}
#tmgbottomcms .testimonial_main {
	background: rgba(255,255,255,0.2);
	position:relative;
    margin: 125px 0;
} 

#tmgbottomcms .testimonial_main li.item {
    padding: 0;
	margin-top: 70px;
}


#tmgbottomcms .testimonial_main div .product_inner_cms .icons {
    background: rgba(0, 0, 0, 0) url("../img/tmgs/icons.png") no-repeat scroll center center;
    bottom: 0;
    display: inline-block;
    height: 20px;
    position: relative;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    width: 27px;
}
#tmgbottomcms .testimonial_main div .product_inner_cms .des p {
    padding: 0 0 30px 20px;
	font-weight:300;
	position:relative;
	letter-spacing: 0.4px;
	font-size: 13px;
	margin-top: 5px;
}
.product_inner_cms .des p::before{
	background:url("../img/tmgs/quates.png") no-repeat scroll 0 center;
	content:"";
	left: -30px;
    position: absolute;
    top: -5px;
	height:30px;
	width:30px;
}

@media (max-width: 480px) {
#tmgbottomcms .testimonial_main div .product_inner_cms .des {
    padding: 20px 10px;
}
}
@media (max-width: 480px) {
#tmgbottomcms .testimonial_main div .product_inner_cms .des {
    padding: 0;
}
}

@media (max-width: 767px) {
#tmgbottomcms .testimonial_main div .product_inner_cms .des p {
    font-size: 13px;
}
}
@media (max-width: 480px) {
#tmgbottomcms .testimonial_main div .product_inner_cms .des p {
    font-size: 13px;
}
}
#tmgbottomcms .testimonial_main div .product_inner_cms .name a {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d3a559;
	margin-left: 20px;
}
#tmgbottomcms .testimonial_main div .product_inner_cms .subheading {
    color: #3c3c3c;
    font-size: 13px;
}
#tmgbottomcms .testimonial_main .owl-controls {
    text-align: center;
    padding-top: 50px;
	position: absolute;
	top: auto;
	bottom: -35%;
	left: 0;
	right:0;
	content: "";
	width: 100%;
}
#tmgbottomcms .testimonial_main .owl-controls .owl-page.active, #tmgbottomcms .testimonial_main .owl-controls .owl-page:hover{
    border-color:#d3a559;
}
#tmgbottomcms .testimonial_main .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
}

#tmgbottomcms .testimonial_main .owl-controls .owl-page.active > span, #tmgbottomcms .testimonial_main .owl-controls .owl-page:hover > span {
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
	background:#d3a559;
}
#tmgbottomcms .testimonial_main .owl-controls .owl-page > span {
    background: #fff;
    display: block;
    height: 10px;
    margin: 0 5px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    width: 15px;
	height: 15px;
}
#tmgtopcms p {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 13px;
}

#header .header-nav #tmgtopcms .material-icons {
    font-size: 17px;
}

#tmgtopcms .text {
    margin: 0 5px;
    text-transform: uppercase;
}
#tmgtopcms {
    float: left;
    padding: 5px 0;
}
#tmgtopcms .mail, #tmgtopcms .call{
	float:left;
	cursor:pointer;
}
#tmgtopcms .mail:hover, #tmgtopcms .call:hover {
	color:#d3a559;
}
#tmgtopcms .mail:hover .mail-icon {background-image:url("../img/tmgs/mail-h.png");}
#tmgtopcms .call:hover .call-icon {background-image:url("../img/tmgs/call-h.png");}
.contact-data .icon {
    float: left;
    padding: 20px 0 5px 25px;
}
.mail-icon {
    background:url("../img/tmgs/mail.png") no-repeat scroll center center / 15px 15px;
}
.contact-data .data {
    float: left;
    padding: 0 5px;
}
#tmgtopcms .mail:hover .data > a, #tmgtopcms .call:hover .data > a{color:#d3a559;}
.contact-data .data > a {
    color: #ffffff;
}
.contact-data .call {
    padding: 0 30px;
}
.call-icon {
    background:url("../img/tmgs/call.png") no-repeat scroll center center / 15px 15px;
}
.features .feature {
    margin-bottom: 25px;
}
.banner01.banner {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.banner02.banner {
    display: inline-block;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.left-block .cms-image img {
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.left-block .banner-inner:hover .cms-image img{
	transform: scale(1.1);
}


.feature-cms .left-block, .feature-cms .right-block {
    float: left;
    margin-bottom: 60px;
    position: relative;
    width: 50%;
}
.feature-content {
    padding: 0 0 10px;
}
.features .icon {
    background: rgba(0, 0, 0, 0) url("../img/tmgs/features.png") no-repeat scroll 0 0;
    clear: both;
    display: block;
    float: left;
    height: 70px;
    margin-right: 15px;
    width: 70px;
}

.features .content-title {
    font-size: 17px;
    font-weight: 700;
}

.collction-service-image {
    text-align: center;
    padding: 40px 0;
}
.services:after{
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 80px 0 0 85px;
    border-color: transparent transparent transparent rgba(255,255,255,1);
    top: 0;
    bottom: 0;
    right: 0;
}
.services:before{
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 0 80px 84px;
    border-color: transparent transparent rgba(255,255,255,1) transparent;
    top: 0;
    bottom: 0;
    left: 0;
}
.services {
    margin: 0;
	padding: 0 84px;
	position: relative;
}
.service {
    width: 33.33%;
	float:left;
	background-color: #fff;
}
.services-inner {
    text-align: center;
	padding:0 5px;
}
.services .icon {
	display:inline-block;
	height: 57px;
	width: 57px;
	position: relative;
	margin-top: 20px;
	float: left;	
}

.services .service:hover .icon::before {
    border-bottom-color: #d3a559;
    transition: all 0.45s ease 0s;
}

.services .service:hover .icon::after {
    border-top-color: #d3a559;
    transition: all 0.45s ease 0s;
}

.services .service:hover .icon {
    background: #d3a559 none repeat scroll 0 0;
    transition: all 0.45s ease 0s;
	
}

.services .service-left  .icon {
    float:right;
}
.services .icon-inner {
	background: #fff url("../img/tmgs/services-icon.png") no-repeat scroll center center;
    clear: both;
	height: 57px;
	width: 57px;
    display: block;
    position: relative;
}
.services .icon-inner, .collections .icon-inner{
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
/*.service:hover .icon-inner, .collection:hover .icon-inner{
   animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s normal both 1 running flip;
}*/

.services .content-desc, .about-desc {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 300;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -o-opacity: 0.7;
    -ms-opacity: 0.7;
}
.services .content-title > a, .about-title{
    text-transform: uppercase;
	font-size:16px;
	color: #000;
	letter-spacing: 0.4px;
	font-weight: 700;
}
.services .service:hover .content-title > a {
    color: #d3a559;
    transition: all 0.45s ease 0s;
}
.content-title{
    position: relative;

}
.banner-inner .details {
	bottom: 0;
    left: 0;
    letter-spacing: 0;
    padding: 70px 50px;
    position: absolute;
    right: 0;
    top: 0;
	color: #000;
    z-index: 9;
}

.banner-inner:hover .details{
    color: #ffffff;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.banner-inner span {
    float: left;
    width: 100%;
    display: block;
}
span.title2 {
    font-size: 14px;
	margin: 10px 0;
}
span.title1 {
    font-size: 29px;
    font-weight: 700;
}

.banner2 .banner-inner .details {
   color: #fff
}

.service-content {
	float: left;
	text-align: left;
    color: #000;
    padding-top: 30px;
	padding-left: 20px;
    overflow: hidden;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	font-family: 'Open Sans', sans-serif;
}

.services-inner:hover .icon-inner{
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.service1-icon.icon-inner {
  background-position: center -67px;
}
.services-inner:hover .service1-icon.icon-inner {
    background-color: #d3a559;
    background-position: center 15px;
}
.service2-icon.icon-inner {
  background-position: center -225px;
}
.services-inner:hover .service2-icon.icon-inner {
    background-color: #d3a559;
    background-position: center -145px;
}
.service3-icon.icon-inner {
  background-position: center -383px;
}
.services-inner:hover .service3-icon.icon-inner {
    background-color: #d3a559;
    background-position: center -305px;
}
.left-block, .right-block {
    float: left;
	width:50%;
}

.banner3.banner {
    margin-top: 20px;
}

.left-block-inner, .right-block-inner {
    margin: 0 15px;
}

.right-block .banner a, .left-block .banner a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.right-block .banner {
    float: right;
	margin:0 40px;
}

.banner-inner {
    overflow: hidden;
    position: relative;
}
.banner {
    position: relative;
	overflow: hidden;
}
.subbannercms {
    margin: 0 -15px;
}
.subbannercms .detailes {
    position: absolute;
    top: 60px;
	right:0;
	padding:0 30px;
	text-align:right;
	text-transform:uppercase;
}
.top-block {
    margin-bottom: 30px;
}
.subbannercms .banner2 .detailes {
    left: 0;
	text-align:left;
}
.subbannercms .banner3 .detailes {
    left: 0;
    top: 170px;
	text-align:center;
}
.subbannercms .detailes .title {
    color: #d3a559;
    font-size: 24px;
}
.banner3 .detailes .description {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.subbannercms .detailes .description {
    color: #ffffff;
    font-size: 17px;
    padding: 5px 0;
	text-transform:capitalize;
}
.banner3 .detailes .title {
    font-size: 32px;
    font-weight: 700;	
	letter-spacing:1.6px;
}
.banner3 .detailes .title2 {
    font-size: 54px;
    font-weight: 700;	
	color: #ffffff;
	letter-spacing:0;
}

.rotating-dashed {
    height: 65%;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 18%;
    transform: rotate(45deg);
    width: 65%;
    color: #d3a559;
}

.rotating-dashed .dashing {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rotating-dashed .dashing:nth-of-type(1) { -webkit-transform: rotate(   0deg ); }
.rotating-dashed .dashing:nth-of-type(2) { -webkit-transform: rotate(  90deg ); }
.rotating-dashed .dashing:nth-of-type(3) { -webkit-transform: rotate( 180deg ); }
.rotating-dashed .dashing:nth-of-type(4) { -webkit-transform: rotate( 270deg ); }

.rotating-dashed .dashing i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border-bottom: 3px dashed;
}
.banner3 .banner-inner:hover {
  cursor: pointer; 
}

.banner3 .banner-inner:hover .dashing i {
  -webkit-animation: slideDash 2.5s infinite linear;
}

.banner span.button {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
	text-align: center;
    z-index: 99;
}

.banner span.button a {display: inline-block;}


.banner .banner-inner cms-image:after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    right: 0;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
    position: absolute;
    left: 0;
	content:"";
    top: 0;
}


.banner:hover .banner-inner cms-image:after {
   opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-o-opacity:0; 
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
 
.banner:hover span.button {
    animation: 0.9s linear 0s normal none 1 running bounceY;
	 -webkit-animation: 0.9s linear 0s normal none 1 running bounceY;
	  -moz-animation: 0.9s linear 0s normal none 1 running bounceY;
	   -o-animation: 0.9s linear 0s normal none 1 running bounceY;
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity:1;    top: 40%;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
/********************* featured CMS block ********************/
.collections {
    margin: 0;
}
.collection-top .collection {
    width: 33.33%;
    float: left;
}
.collection-bottom .collection {
    width: 33.33%;
    float: left;
}
.collection {
	text-align:center;
	width:100%;
	float:left;	
}
#tmgfeaturedcms {
    position: relative;
    background-color: #fff;
	margin: 70px 30px;
}
#tmgfeaturedcms .collection-top, .collection-bottom {
    float: left;
}	
#feature-carousel {
    margin: 0;
}
#tmgfeaturedcms .collection-left {
    width: 63%;
    float: left;
}
#tmgfeaturedcms .collection-right {
    width: 37%;
    float: left;
}
.collection-middle .collection  {
    width: 50%;
    float: left;
}
.collction-image img{max-width: 100%;}
.collection-image {
	position:relative;
	overflow:hidden;
}

.collections-inner:hover .collction-image img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.collection-more {
    font-size: 15px;
	font-weight:600;
    text-transform: uppercase;
}

.collection-title > a{
    font-size: 30px;
    letter-spacing: 5.8px;
    display: block;
    font-weight: 400;
}

.collections-inner:hover .collection-title > a,.collections-inner:hover .collction-details .collection-desc {
    transition: all 0.45s ease 0s;
}

.collection7 .collction-details{bottom:15%; padding:15px;}

.collections-inner:hover .collction-details {
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.collction-details {
    position: absolute;
    content: "";
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
	padding-top: 15px;
	margin:0 15px;
	text-align:center;
	z-index: 99;
	text-transform:uppercase;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.collections-inner .btn:hover {
    background-color: #000;
}
.collections-inner .btn {
    font-size: 13px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #fff;
    background-color: #d3a559;
}
.collections-inner:hover .btn-primary {
    color: #ffffff;
}
.collction-details .collection-desc {
    font-size: 18px;
	padding: 15px 0 22px 0;
	letter-spacing: 0.4px;
	text-transform:capitalize;
    font-weight: 300;
}
.collction-image {
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.collections-inner:hover .collction-details{ 
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.collection .collections-inner {
    cursor: pointer;
    position: relative;
    z-index:97;
    text-align: center;
}
.collections-inner .collection-image a{
	overflow:hidden;
	position:relative;
	display: block;
}
.collections-inner:hover .collection-image img {
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.collections-inner .collection-image img {
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0;
}

/*.collections-inner .collection-image a:before{
    background: -webkit-linear-gradient(to bottom, #f7c26b7d 0%, rgba(249, 247, 241, 0.65) 100%);
    background: -moz-linear-gradient(to bottom, #f7c26b7d 0%, rgba(249, 247, 241, 0.65) 100%);
    background: -ms-linear-gradient(to bottom, #f7c26b7d 0%, rgba(249, 247, 241, 0.65) 100%);
    background: -o-linear-gradient(to bottom, #f7c26b7d 0%, rgba(249, 247, 241, 0.65) 100%);
    background: linear-gradient(to bottom, #f7c26b7d 0%, rgba(249, 247, 241, 0.65) 100%);
    content: "";
    height: 100%;
    top: -100%;
	left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
    width: 100%;
	z-index:9;
}
.collections-inner:hover .collection-image a:before{
    top: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
}

.collections-inner .collection-image a:after{
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 100%;
    top: -100%;
	left: 0;
    opacity: 1;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
    width: 100%;
	z-index:9;
}
.collections-inner:hover .collection-image a:after{
	top: 0; 
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
}*/


/********************* homepage bottom Banner    ********************/
#tmgprallaxcmsblock .about-store-inner {
  position: relative; 
}
.parallax .store-detail .store-heading1 {
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
	text-transform: uppercase
}
.parallax .store-detail .store-heading2 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
	line-height: 55px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 15px;
}
#tmgprallaxcmsblock .about-store-inner .store-detail {
 	width: 70%;
	float: right;
	padding:150px 20px;
	text-align: center;
}
.about-store .parallax-icon {
    padding-bottom: 30px;
}
#tmgprallaxcmsblock .about-store-inner .store-detail .store-heading {
	color: #000000;
    font-size: 82px;
    font-weight: 300;
    text-transform: capitalize;
}

#tmgprallaxcmsblock .about-store-inner .store-detail .store-heading span{font-weight:400;}

#tmgprallaxcmsblock .about-store-inner .store-detail .store-description {
}
#tmgprallaxcmsblock .about-store-inner .store-detail .store-description p {
    font-weight: 300;
    font-size: 18px;
	color: #fff;	
    padding: 15px 0 30px;
    text-transform: capitalize;
	letter-spacing: 0.4px;
}
#tmgprallaxcmsblock .about-store-inner .store-detail .readmore .readmore-button {
        background: #d3a559;
        border: 1px solid #d3a559;
        color: #fff;
		text-transform:uppercase;
        padding: 7px 35px; 
}
#tmgprallaxcmsblock .about-store-inner .store-detail .readmore .readmore-button:hover {
        background: #000000;
        border-color: #000000;
        color: #fff; }
#tmgprallaxcmsblock .about-store-inner .store-image {
    width: 30%;
    float: left;
	padding: 85px 0;
}
.prallax-img {
    margin: 20px 0;
}


/******************  Payment block *****************/
.block-payment .pay-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.block-payment ul { margin: 0;}
.block-payment .pay-icon a {
    display: block;
    font-size: 0;
    height: 20px;
    width: 32px;
}

.block-payment .amex.pay-icon a { background: url("../img/tmgs/pay1.png") }
.block-payment .visa.pay-icon a { background: url("../img/tmgs/pay2.png") }
.block-payment .master.pay-icon a {  background: url("../img/tmgs/pay3.png")}
.block-payment .paypal.pay-icon a { background: url("../img/tmgs/pay4.png") }
.block-payment .mastro.pay-icon a { background: url("../img/tmgs/pay5.png") }

#delivery #delivery_message {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    width: 100%;
    padding:5px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
.container {
    max-width: 1170px;
}
.services { margin:0;}
.services-inner{padding:0;}
.collction-details .collection-desc {
    font-size: 16px;
    padding: 5px 0;
}
.collection-title > a {
    font-size: 24px;
    letter-spacing: 1.8px;
}
.collections-inner .btn{ 
	width: 110px;
	height: 40px;
}
#flexslider .nivo-controlNav {
    bottom: 17% !important;
}
#js-product-list .product-description .product-detail {
    margin: 10px 10px 0 0;
}
.thumbnail-container .product-flags li:before{ bottom: -21px; } 
#tmgbottomcms{ margin-top: 60%; }
}
@media (max-width: 1199px) {
	.nivo-controlNav{ bottom: 22% !important; }
	.collction-details{bottom: 10%;}
	.collection-title > a{ font-size: 19px; letter-spacing: 0.8px; }
	.collction-details .collection-desc{ font-size: 13px; padding: 5px 0; }
	.services-inner{padding:0;}
	.block_newsletter form {width:295px;}
	.block_newsletter form input.btn-primary{ padding: 10px; }
	.block-social{ width: 35%; }
	.services .content-title > a, .about-title{ font-size: 14px; padding-left: 5px; }
	.services .content-desc, .about-desc{ font-size: 11px; padding-left: 5px; width: 100%; }
	.collections-inner .btn{ width: 120px; height: 30px; padding: 4px 0; }
	.parallax .store-detail .store-heading2{ font-size: 40px; }
	#tmgprallaxcmsblock .about-store-inner .store-detail .store-description p{ font-size: 14px; }
	.title.inner:after{ right: -29px; border-width: 35px 0 0 30px;}
	#js-product-list .product-description .product-detail {margin: 10px 10px 0 0;}
	.service-content{ padding-left: 10px; }
	.block-details{ padding: 20px 17px; }
	.homeblog-inner li.blog-post{ min-height: 280px; }
	#tmgbottomcms .testimonial_main{ margin: 125px 0 115px;	 }
}
@media (max-width: 991px) {
#header .header-top .menu {width: 100%; float:left;}
.top-menu a[data-depth="0"]::after{bottom:20px;}
.top-menu a[data-depth="0"]{ padding: 15px 0;}
.footer-container #links_block_left, .footer-container #block_myaccount_infos { width: 100%; clear: both;}
.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {  padding: 6px 18px;}
.footer-container .links .title { text-align: left; }
.block-contact li {  font-size: 14px;}
#left-column .block .block_title, #right-column .block .block_title, #left-column h4 a, #right-column h4 a, #left-column h3 a, #right-column h3 a {  cursor: pointer; border: none;}
.footer-container .footer-links li a {  border: medium none;  padding: 0;}
.footer-container .footer-links li {  padding: 0;  text-align: left;   width: 100%; }
#products-browse .col-md-6, .footer-container .col-md-3 { width: 100%;}
.products-selection .sort-by {  text-align: center;  float: left;}
.col-sm-3.filter-button, .showing {  width: 100%;  text-align: center;   margin: 10px 0 0;}
#left-column .block, #right-column .block, #left-column .links, #right-column .links {margin-bottom: 15px;}
.products .product-miniature .product-flags .new,
.products .product-miniature .product-flags .on-sale{opacity: 1 !important; 
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-o-transform: scale(1) !important;}
.products .product_list .quick-view{opacity: 1;-webkit-opacity: 1;-moz-opacity: 1; -o-opacity: 1;}
.footer-container .col-md-3{padding:0; border:none;}

.services { margin: 0;}
.block_newsletter .blog-title, .block_newsletter .envelope, .block-social{width:100%; float:none; text-align: center;}
.block_newsletter .envelope{background-size:40px 30px;}
.block-details.col-md-6.col-xs-12{width:100%;}
.block_newsletter form{margin:0 auto; float:none; text-align:center; }
.block_newsletter .title { font-size: 19px; margin:5px 0;}
.block_newsletter p{margin-bottom:10px; padding-top: 15px;}
.block-social-inner{display:block; text-align:center;}
#header .header-top.fixed .top-menu a[data-depth="0"]{padding:10px 0 25px;}
.services .icon{ float: none; }
.service-content{ float: none; text-align: center; padding: 10px 0 0 0; }
#tmghomepagecms{ margin-top: 30px; z-index: 9; }
.collction-details {
    bottom: 15%;
}
.nivo-controlNav{ bottom: 5% !important; }
.parallax .store-detail .store-heading2{ font-size: 30px; line-height: 35px; }
#tmgprallaxcmsblock .about-store-inner .store-detail{ padding: 80px 0 60px 20px; }
#tmgprallaxcmsblock .about-store-inner .store-detail .store-description p{ padding: 20px 0 10px; }
#tmgbottomcms .testimonial_main{ 80px 0; }
#tmgbottomcms .testimonial_main .owl-controls{ bottom: auto; padding-top: 80px; left: 0; }
.block_newsletter{ width: 100%; padding-top: 15px;}
.block_newsletter p{ width: auto; }
.block_newsletter form{ width: 100%; }
.block_newsletter form input.btn-primary{ padding: 10px 20px; }
#tmgfootercms{ width: auto; }
.thumbnail-container .product-flags li:before{ border-width: 23px 21px 0 0; }
.services:before, .services:after{ display: none; }
.services{ padding: 0; }
#tmgaboutuscms{ padding: 30px 0; }
.footer-logo{ background-position: 90% center; }
#tmgprallaxcmsblock .about-store-inner .store-image{ padding: 75px 0; }
.blog-item .blog-image {
    display: inline-block !important;
    width: auto;
    vertical-align: top;
}
.products .product-actions, .thumbnail-container .product-actions:before{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.products .product-miniature{ display: inline-block; }
#tmgfootercms, .copyright {
    width: 100%;
    text-align: center;
}
.footer-container{ padding: 10px 0; }
.footer-logo {
    width: 100%;
    background: none;
    text-align: center;
}
#tmgaboutuscms .des {
    width: 100%;
    padding-top: 10px;
}
#header .header-top .menu{ border-top: 1px solid rgba(211,165,89,0.5); }
#tmgfeaturedcms{ margin: 30px; }
.collection-top .collection, .collection-bottom .collection{ width: 100%; margin:0;}
#tmgfeaturedcms .collection-top, .collection-bottom{ width: 50%; }
#tmgaboutuscms .des p{ margin: 0; }
#content-hook-order-confirmation-footer, #tmgsubbanner, .tmg-hometabcontent, #tmgprallaxcmsblock, #tmgbottomcms, .lastest_block, .brands, #footer{ margin-top: 40px; }
 #index .special-products{ padding-top: 40px; }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
.collection-title > a{font-size: 23px; letter-spacing: 0.8px;}
.collction-details .collection-desc{font-size:14px; padding: 5px 0; letter-spacing: 0.8px;}
.collections-inner .btn{font-size:12px; padding: 4px; width: 100px; height: 30px;}
.service{width:33.33%; margin-bottom:15px;}
}
@media (max-width: 480px){
#header .header-top > .container{ background-color: #d3a559; }
#header .header-nav #menu-icon .material-icons{ margin-top: 10px; }
.account-button{ background-position: center -265px; }
.search-widget form button[type="submit"]:hover, .search-widget form input[type="text"]:focus + button[type="submit"] {
    background-position: center -55px;
}
.service{ width: 100%; }
#tmgprallaxcmsblock .about-store-inner .store-detail{ padding: 40px 20px; }
.parallax .store-detail .store-heading1{ font-size: 13px; }
.parallax .store-detail .store-heading2 {
    font-size: 18px;
    margin-top: 10px;
}
#tmgprallaxcmsblock .about-store-inner .store-detail .store-description p {
    font-size: 12px;
    padding: 10px 0;
}
#tmgprallaxcmsblock .more .add-to-cart {
    width: 100px;
    height: 30px;
	padding: 5px 10px;
}
.thumbnail-container .product-flags li:before{ border-width: 23px 21px 0 0; }
.product_inner_cms{ width: 70% !important; }
#tmgbottomcms .testimonial_main{ margin: 55px 0; }
.product_inner_cms .des p::before{ left: -20px; }
#tmgbottomcms .testimonial_main .item .testmonial-image{ padding: 5px 30px 0 20px; }
#tmgbottomcms .testimonial_main .owl-controls{ padding-top: 10% !important; }

.footer-logo{ width: 100%; background: none; text-align: center; }
#tmgaboutuscms .des{ width: 100%; padding-top: 10px; }
#tmgaboutuscms{ padding: 20px 0; }
}
/*@media (min-width: 768px) {
.collection4 .collction-details{ margin:0 5px; }
.collection-title > a {
    font-size: 17px;
    letter-spacing: 0.8px;
}
.collction-details .collection-desc {
    font-size: 11px;
    padding: 5px 0;
}
.collections-inner .btn {
    font-size: 11px;
    padding: 0;
    width: 70px;
    height: 20px;
}
}*/
@media (max-width: 767px) {
#header .header-nav .material-icons{display:none;}
#header .header-nav #menu-icon .material-icons{ margin-top: 15px; }
.spinner {background-size:50px 50px;}
.total-count{margin: 0;}
#header, .title-bread{margin-bottom: 20px;}
.cart-data {display: none;}
#header .user-info a{margin: 0;}
#header .cart-products-count { display: block;}
.cart-products-count, .cart-data .value {
    color: #fff;
    font-size: 9px;
    padding: 10px;
    position: absolute;
    right: 3px;
    top: -1px;
    background: #d3a559;
}
#header .cart-products-count {
    border-radius: 25px;
    height: 12px;
    min-width: 12px;
    padding: 0;
    text-align: center;
    text-indent: 2px;
}
.block_content .checkout.card-block .add-to-cart{width:auto; margin:0;}
#products .products .product_list.list li.product_item .product-miniature { margin: 0 15px 25px;}
.header-top #_desktop_cart{display:none;}
.header-nav .user-info a.logout:hover, .header-nav .user-info a.creat-account:hover, .header-nav .user-info a.account:hover{background:none;}
#top-menu .navbar-toggler .material-icons {  color: #000;}
.products-section-title, .products-section-title a, .prallax-title { font-size: 30px;margin-bottom: 10px;}
.camera_prev, .camera_next, .nivo-directionNav {display: none !important;}
#header .user-info a{color:#000; padding:0 10px; white-space:nowrap; float:left;}
.header-nav .container { padding-bottom: 20px;    padding-top: 20px;}
#header .header-nav .user-info{border:1px solid #ededed;}
#header .header-top .menu a, #mobile_top_menu_wrapper .top-menu a, #mobile_top_menu_wrapper .top-menu .sub-menu a{color:#000; font-weight:400;}
#header .top-menu a[data-depth="0"]:hover{color:#d3a559;}
.col-md-7.details-part{width:auto;}
#_desktop_currency_selector, #_desktop_language_selector, .col-xs-12.block-reassurance {    padding: 0;}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li, .pagination .page-list,.copyright {    width: 100%;}
.menu-banners {display: none;}
.row, .services{  margin: 0;}
#content-hook-order-confirmation-footer, #tmgsubbanner, .tmg-hometabcontent,
#tmgprallaxcmsblock, #tmgbottomcms{margin-top: 30px;}
.instagramblock { padding: 30px 0;}
.lastest_block{padding-top:30px;}
.flex-direction-nav {  display: none !important;}
.products-sort-order .select-title {  margin-left: 0;}
.search-button,.top-menu a[data-depth="0"]::after {  display: none;}
.search-widget form, .account-box {    border: medium none;    display: block !important;    padding: 0;    position: relative;   top: 0;    width: 100%; z-index:9;}
#search_widget { padding: 10px 0; margin:0; background: none;}
.search-widget form button[type="submit"]:hover, .search-widget form input[type="text"]:focus + button[type="submit"] { background-position: center -55px;}
#mobile_top_menu_wrapper { height: auto;  left: 0;     margin-top: 0;  overflow: auto;    padding-bottom: 0;      position: absolute;    right: 0;  width: auto;    z-index: 9999; padding: 10px 0;}
.js-top-menu-bottom {   margin: 10px;}
#_mobile_currency_selector, #_mobile_language_selector {  display: inline-block; }
.js-top-menu-bottom .link {  background: #ffffff none repeat scroll 0 0;    display: inline-block;    min-width: 140px;    padding: 10px;    text-transform: uppercase; }
.pagination .page-list li { display: inline-block;  float: none;  vertical-align: top;}
.page-list.clearfix.text-xs-right{text-align: center!important;}
.products-section-title a, .prallax-title{font-size:20px;}
.productscategory-products .products-section-title{ font-size: 15px; }
.tabs .nav-tabs .nav-link{background:none;}
.col-md-4.total-count { margin-bottom: 10px; text-align: center;}
#product #block-reassurance li {  width: 100%; }
#_mobile_user_info {  position: relative; margin: 0;}
#index .special-products, .lastest_block{padding-top:40px;}
.nivo-controlNav{bottom:10px !important;}
.tabs .nav-tabs .nav-item{width: 100%; display: inline-block; margin: 5px 0; text-align: center;}
#tmgfeaturedcms .collection-top, .collection-bottom{ float: left; width: 100%; }
.collction-details{bottom: 15%;}
.collection-title > a {
    font-size: 29px;
    letter-spacing: 1.8px;
}
.collction-details .collection-desc {
    font-size: 16px;
    padding: 10px 0;
	letter-spacing: 0.4px;
}
.collections-inner .btn {
    font-size: 13px;
    padding: 8px 0 10px;
    width: 120px;
    height: 40px;
}
#tmgfeaturedcms{margin-top:15px;}
#tmgfeaturedcms .collection-left, #tmgfeaturedcms .collection-right{width:100%;}
.collection.collection7{display:none;}
.product_inner_cms{width:480px;}
#tmgbottomcms .testimonial_main {padding: 70px 0 30px;}
.collections {margin: 0 -10px;}
.collection{margin-bottom:10px;}
.block_newsletter form{width:auto;}
.collection-bottom .collection{ width: 100%; }
.collection-top .collection{ width: 100%; }
.tabs .nav-tabs .nav-link:before, .tabs .nav-tabs .nav-link:after{ display: none; }
.tabs .nav-tabs{ border: none; }
.tmg-hometabcontent .customNavigation{ top: -10%; width: 100%; }
.tmg-hometabcontent .tabs .nav-tabs{ margin-bottom: 45px; }
#tmgprallaxcmsblock .about-store-inner .store-image{ padding: 55px 0; }
#tmgbottomcms .testimonial_main li.item{ margin-top: 0; }
.product_inner_cms{ margin-bottom: 0; }
#tmgbottomcms .testimonial_main{ padding: 30px 0; }
#tmgbottomcms .testimonial_main .owl-controls{ left: 0; padding-top: 15%; }
#tmgbottomcms .testimonial_main div .product_inner_cms .des p{ padding: 0 0 10px 20px; }
#tmgfootercms, .copyright{
    width: 100%;
    text-align: center;
}
#header .header-top > .container{ background-color: #FFFFFF; }
.brands .products-section-title{ margin-top: 20px; }
#footer{ margin-top: 30px; }
#tmgaboutuscms{ padding: 20px 0; }
.collection .collections-inner{ display: inline-block; }
.collection-top .collection, .collection-bottom .collection{ margin: -4px 0; }
}
@media (max-width: 479px) {
.products .product-miniature{margin:0 0 30px;}
.search-widget form input[type="text"] {min-width:250px;}
.products-sort-order, .products-selection .sort-by{width:100%; margin:0; padding:0;}
#products .products .product_list.list .product-description .product-actions{display:inline-block; float:none;}
.product_item { text-align: center !important;}
#products .products .list li.product_item .center-block .product_reviews {text-align: center;}
#tmgfeaturedcms .collection-top, .collection-bottom{ width: 100%; }
.collection-title > a {font-size: 17px !important; letter-spacing: 0.8px !important; padding: 7px 0;}
.collction-details .collection-desc {
   display: none;
}
.search-widget form button[type="submit"]{ background-position: center 12px;}
.collection-middle .collection,.collection.collection5, .collection.collection6{width:100%;}
.collction-details{bottom: 20%;}
.collections-inner .btn{ padding: 5px 0 10px; height:30px; width: 110px; }
.service{width:100%; margin:15px 0;}

.product_inner_cms {width:auto; margin:0 15px; text-align:center;}
.product_inner_cms .des p::before{margin:0 auto; right:0;}
#tmgbottomcms .testimonial_main div .product_inner_cms .des p{padding-top: 30px; text-align:center;}
#tmgbottomcms .testimonial_main{padding:25px 0 0;}	
.product_inner_cms .testmonial-user{margin-bottom:0; padding:0;}
.testimonial_main .testmonial-image::before{left:10px;}
#tmgbottomcms .testimonial_main .item .testmonial-image{float:none; text-align: center; padding: 0; width: 100%;}
.product_inner_cms .testmonial-des{text-align:center;}
.parallax .store-detail .store-heading1 {
    font-size: 11px;
}
.parallax .store-detail .store-heading2{ margin-top: 5px; line-height: 22px; }
#tmgprallaxcmsblock .about-store-inner .store-image{display: none; }
#tmgprallaxcmsblock .about-store-inner .store-detail{ padding: 20px; width: 100%; }
.product_inner_cms {
    width: 90% !important;
    margin: 15px;
    text-align: center;
}
.product_inner_cms .des p::before{ left: 0; }
#footer{ margin-top: 30px; }
#tmgfootercms, .copyright {
    width: 100%;
    text-align: center;
}
#product .page-content .product-leftside{ width: auto; }
.details-part .social-sharing, .product-quantity .add{ text-align: center; float:none; padding: 0;}
.productscategory-products .title.inner:after{ display: none }
.products .product_list.list .quick-view{ left: auto;}
#tmghomepagecms{ margin-top: 0; }
.services .content-desc, .about-desc{ width: 100%; }
#tmgaboutuscms .des p{ margin: 0; }
.lastest_block .customNavigation{ background-position: 32px center !important; }
.brands{ margin: 0; padding: 0; }
}

.wishlist-button-add{
    position: relative;
    z-index: 9;
}
.product-flags .vendu {
    display:block;
    position:absolute;
    left:-.4375rem;
    top:.4375rem;
    padding:.3125rem .4375rem;
    color:#fff;
    background:#d3a559;
    min-width:200px;
    min-height:1.875rem;
    font-size:1rem;
    font-weight:600;
    box-shadow:2px 2px 11px 0 rgba(0,0,0,.1);
    z-index:1;
    border-radius: 4px 0 4px 0;
}
