/*
 * Table of Contents
 *
 * 1.0 - Browser Reset
 * 2.0 - Core Animation
 * 3.0 - Typography
 * 4.0 - Grid system
 * 5.0 - Tables
 * 6.0 - Forms
 * 6.5 - Forms Advanced Search
 * 7.0 - Buttons
 * 8.0 - Dropdown menus
 * 9.0 - Navs
 * 10.0 - Navbars
 * 11.0 - Breadcrumbs
 * 12.0 - Pagination
 * 13.0 - Labels
 * 14.0 - Alerts
 * 15.0 - Progress bars
 * 16.0 - Panels
 * 17.0 - Close icons
 * 18.0 - Morphsearch
 * 19.0 - Mediaelementplayer
 * 20.0 - Modals
 * 21.0 - Tooltips
 * 22.0 - Popovers
 * 23.0 - Carousel
 * 24.0 - DH Slider
 * 25.0 - Shortcodes
 * 	  25.1 - Caroufredsel Slider
 * 	  25.2 - Testimonial
 * 	  25.3 - Counter
 * 	  25.4 - Countdown
 * 	  25.5 - Instagram
 * 	  25.6 - Box Feature,
 *    25.7 - Client
 * 26.0 - Header
 * 27.0 - Footer
 * 29.0 - Post
 * 30.0 - Comment form
 * 31.0 - Widget sidebar
 * 32.0 - Contact form 7
 * 34.0 - Utility classes
 * 35.0 - Responsive: Utility classes
 * 36.0 - Cookie
 * 37.0 - Custom style
 */


/*--------------------------------------------------------------
1.0 - Browser Reset
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    text-rendering: optimizelegibility;
    letter-spacing: 0.2px;
    word-wrap: break-word;
    background: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 3.076923076923077em;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: #000000;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 0.15384615384615385em;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.main-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5384615384615385em;
}

.main-content table > thead > tr > th,
.main-content table > tbody > tr > th,
.main-content table > tfoot > tr > th,
.main-content table > thead > tr > td,
.main-content table > tbody > tr > td,
.main-content table > tfoot > tr > td {
    padding: 0.7692307692307693em;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.main-content table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 0px solid #dedede;
    background: #000000;
    color: #ffffff;
}

.main-content table > tbody > tr.first,
.main-content table > tbody > tr.first > th,
.main-content table > tbody > tr.first > td {
    border-top: none;
}

.main-content table > caption + thead > tr:first-child > th,
.main-content table > colgroup + thead > tr:first-child > th,
.main-content table > thead:first-child > tr:first-child > th,
.main-content table > caption + thead > tr:first-child > td,
.main-content table > colgroup + thead > tr:first-child > td,
.main-content table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.main-content table > tbody + tbody {
    border-top: 1px solid #dedede;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    background: #fff;
    font-style: normal;
    font-weight: 400;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #35383c;
    color: #999;
    padding: 5px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.sociallogin-other-span {
    cursor: pointer !important;
    font-weight: normal !important;
    white-space: nowrap !important;
    color: #ebebec !important;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 1.5384615384615385em;
    margin-bottom: 1.5384615384615385em;
    border: 0;
    border-top: 1px solid #515151;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 0.15384615384615385em 0.3076923076923077em;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

kbd {
    padding: 0.15384615384615385em 0.3076923076923077em;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}

pre {
    display: block;
    padding: 0.2692307692307693em;
    margin: 0 0 0.7692307692307693em;
    font-size: 12px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #6c7680;
    background-color: #ebebec;
    border: 1px solid #ebebec;
    border-radius: 0px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 26.153846153846153em;
    overflow-y: scroll;
}


/*--------------------------------------------------------------
2.0 - Core Animation
--------------------------------------------------------------*/

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.fade-loading {
    text-align: center;
}

.fade-loading i {
    -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
    -o-animation: 1.5s ease 0s normal none infinite loadingFade;
    animation: 1.5s ease 0s normal none infinite loadingFade;
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 10px;
}

.fade-loading i:nth-child(0) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.fade-loading i:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fade-loading i:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fade-loading i:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fade-loading i:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.spinner-loading {
    -webkit-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
    -webkit-animation-timing-function: steps(8, start);
    animation-timing-function: steps(8, start);
}

@keyframes loadmoreCube {
    0% {
        transform: translateX(-120px);
    }
    50% {
        transform: translateX(0px) rotate(180deg) scale(2.2);
    }
    100% {
        transform: translateX(120px);
    }
}

@-o-keyframes loadmoreCube {
    0% {
        -o-transform: translateX(-120px);
    }
    50% {
        -o-transform: translateX(0px) rotate(180deg) scale(2.2);
    }
    100% {
        -o-transform: translateX(120px);
    }
}

@-moz-keyframes loadmoreCube {
    0% {
        -moz-transform: translateX(-120px);
    }
    50% {
        -moz-transform: translateX(0px) rotate(180deg) scale(2.2);
    }
    100% {
        -moz-transform: translateX(120px);
    }
}

@-webkit-keyframes loadmoreCube {
    0% {
        -webkit-transform: translateX(-120px);
    }
    50% {
        -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    }
    100% {
        -webkit-transform: translateX(120px);
    }
}

.loadmore-action {
    text-align: center;
    margin-top: 1.5384615384615385em;
    margin-bottom: 1.5384615384615385em;
}

.loadmore-action .loadmore-loading {
    display: none;
}

.loadmore-action .loadmore-loading span {
    -webkit-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
    -o-animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
    animation: 2.5s ease-in-out 0s normal none infinite loadmoreCube;
    background: #FFFFFF;
    height: 8px;
    width: 8px;
    display: inline-block;
}

.loadmore-action .loadmore-loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loadmore-action .loadmore-loading span:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loadmore-action .loadmore-loading span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loadmore-action .loadmore-loading span:nth-child(4) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.loadmore-action .loadmore-loading span:nth-child(5) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.loadmore-action .btn-loadmore {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.6rem 1.7rem;
    font-size: 13px;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background: transparent;
    border: 2px solid #6c7680;
    text-transform: uppercase;
    color: #6c7680;
    position: relative;
    line-height: 1.4;
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.loadmore-action .btn-loadmore:hover,
.loadmore-action .btn-loadmore:focus {
    color: #6c7680;
    text-decoration: none;
}

.loadmore-action .btn-loadmore i,
.loadmore-action .btn-loadmore span {
    z-index: 2;
    position: relative;
}

.loadmore-action .btn-loadmore:hover {
    border-color: #6c7680;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.loadmore-action .btn-loadmore:after {
    content: "\f067";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.loadmore-action .btn-loadmore:after {
    margin-left: 0.38461538461538464em;
}

.dh-disable-animation .el-appear {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.dh-disable-animation .animate-box.animated {
    visibility: visible;
}

.dh-disable-animation .column[data-fade="1"] {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dh-disable-animation .row .row-image-bg[data-parallax="1"] {
    background-position: 50% 0 !important;
    background-attachment: scroll !important;
}

.dh-disable-animation .dh-lists[data-animation="1"] li {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0 !important;
}


/*--------------------------------------------------------------
3.0 - Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ebebec;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 700;
}

h2,
.h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 2.3076923076923075em;
    font-style: normal;
    font-weight: 700;
}

h3,
.h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.8461538461538463em;
    font-style: normal;
    font-weight: 700;
}

h4,
.h4 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.3846153846153846em;
    font-style: normal;
    font-weight: 700;
}

h5,
.h5 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.0769230769230769em;
    font-style: normal;
    font-weight: 700;
}

h6,
.h6 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

p {
    margin: 0 0 0.7692307692307693em;
}

.el-heading {
    margin-top: 0;
    font-size: 1.8461538461538463em;
    margin-bottom: 1rem;
}

.lead {
    margin-bottom: 1.5384615384615385em;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 19.5px;
    }
}

.heading-bold-first-word,
.heading-typed {
    margin-top: 0;
    font-weight: lighter;
}

.heading-bold-first-word > span {
    font-weight: bold;
}

h2.heading-custom-font {
    font-size: 3em;
}

.heading-typed .nth-typed {
    display: inline-block;
    min-width: 1px;
    min-height: 1px;
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark,
.mark {
    background-color: rgba(255, 224, 199, 0.3);
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #444444;
}

.text-primary {
    color: #FFFFFF;
}

a.text-primary:hover {
    color: #aa8c5f;
}

.text-success {
    color: #a0ce4e;
}

a.text-success:hover {
    color: #87b633;
}

.text-info {
    color: #63b5fd;
}

a.text-info:hover {
    color: #319dfc;
}

.text-warning {
    color: #feab62;
}

a.text-warning:hover {
    color: #fe902f;
}

.text-danger {
    color: #fe252c;
}

a.text-danger:hover {
    color: #ef0109;
}

.bg-primary {
    color: #fff;
    background-color: #FFFFFF;
}

a.bg-primary:hover {
    background-color: #aa8c5f;
}

.bg-success {
    background-color: rgba(204, 228, 158, 0.3);
}

a.bg-success:hover {
    background-color: rgba(183, 217, 118, 0.3);
}

.bg-info {
    background-color: rgba(200, 230, 254, 0.3);
}

a.bg-info:hover {
    background-color: rgba(149, 207, 254, 0.3);
}

.bg-warning {
    background-color: rgba(255, 224, 199, 0.3);
}

a.bg-warning:hover {
    background-color: rgba(254, 196, 149, 0.3);
}

.bg-danger {
    background-color: rgba(254, 139, 144, 0.3);
}

a.bg-danger:hover {
    background-color: rgba(254, 88, 96, 0.3);
}

.page-header {
    padding-bottom: -0.23076923076923073em;
    margin: 3.076923076923077em 0 1.5384615384615385em;
    border-bottom: 1px solid #ebebec;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0.7692307692307693em;
    list-style: none;
    padding-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 1.5384615384615385em;
}

dt,
dd {
    line-height: 1.6;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #444444;
}

blockquote {
    padding: 0 0 0 1.5384615384615385em;
    margin: 1.5384615384615385em 0 1.5384615384615385em;
    font-size: 13px;
    border-left: 3px solid #FFFFFF;
    font-style: italic;
    font-weight: normal;
    position: relative;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote p {
    font-size: 1.1em;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #444444;
    text-transform: uppercase;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote:after {
    content: "\f10d";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    color: #707173;
    font-size: 50px;
    z-index: -1;
}

address {
    margin-bottom: 1.5384615384615385em;
    font-style: normal;
    line-height: 1.6;
}

iframe,
embed,
object {
    max-height: 100%;
    max-width: 100%;
    border: 0;
}


/*--------------------------------------------------------------
4.0 - Grid system
--------------------------------------------------------------*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1500px) {
    .container.wide {
        width: 1500px;
    }
}

#wrapper {
    margin-top: 85px;
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

.full-wrap .container {
    width: 100%;
    max-width: 1280px;
}

.boxed-wrap {
    background: #ffffff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .boxed-wrap {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .boxed-wrap {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .boxed-wrap {
        width: 1200px;
    }
}

@media (min-width: 768px) {
    .boxed-wrap .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .boxed-wrap .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .boxed-wrap .container {
        width: 1170px;
    }
}

.boxed-wrap .header-container .container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .boxed-wrap .header-container .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .boxed-wrap .header-container .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .boxed-wrap .header-container .container {
        width: 1200px;
    }
}

.content-container {
    /*padding-top: 30px;*/
    padding-bottom: 60px;
    /*  min-height: 500px; */
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 1.6em;
    }

    .content-container {
        /*padding-top: 30px;*/
        padding-bottom: 30px;
    }
}

.content-container.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-full {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row {
    position: relative;
}

.row.row-custom-margin {
    z-index: 100;
}

@media (max-width: 767px) {
    .row.row-custom-padding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .row.row-custom-margin {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

#toggle_sidebar,
#close_sidebar {
    display: none;
    float: right;
    margin: 0 0 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

#toggle_sidebar:hover,
#close_sidebar:hover {
    color: #000000;
    border-color: #000000;
}

#toggle_sidebar .fa,
#close_sidebar .fa {
    margin-right: 0.6em;
}

#toggle_sidebar .fa-filter {
    display: none;
}

#toggle_sidebar.filtersClosed .fa-times {
    display: none;
}

#toggle_sidebar.filtersClosed .fa-filter {
    display: inline-block;
}

.main-sidebar > div:first-child .widget-title {
    margin-top: 0;
}

.main-wrap.col-main .main-content .woo-content .block.block-account {
    display: none;
}

body.customer-account-index .container.wide {
    font-size: 13px;
    line-height: 1.4;
}

@media (min-width: 800px) {
    .page-layout-left-sidebar .main-wrap {
        float: right;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .container {
        width: 97%;
    }

    .main-wrap {
        float: left;
        width: 66.66666666666666%;
    }

    .col-md-12.main-wrap {
        width: inherit;
        float: none;
    }

    .sidebar-wrap {
        float: left;
        width: 33.33333333333333%;
    }
}

@media (max-width: 899px) {
    /*.commerce.page-layout-left-sidebar .main-wrap {
      width: 100%;
    }
    .commerce.page-layout-left-sidebar .sidebar-wrap {
        width: 280px;
    }
    .commerce.page-layout-left-sidebar .sidebar-wrap #filters.main-sidebar {
      display: none;
      clear: both;
    }*/
    #toggle_sidebar,
    #close_sidebar {
        float: left;
        display: block;
        z-index: 999;
        display: none;
    }

    /*  .shop-loop.grid {
        margin-top: -56px; 
      } */
}

@media (max-width: 767px) {
    .sidebar-wrap {
        border-top: 1px solid #ebebec;
        clear: both;
        margin-top: 60px;
        padding-top: 30px;
    }

    .commerce.page-layout-left-sidebar .sidebar-wrap {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%;
    }
}

.column {
    position: relative;
}

.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 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .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 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .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 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 480px) {
    .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 {
        width: 100%;
    }
}


/*--------------------------------------------------------------
5.0 - Tables
--------------------------------------------------------------*/

table {
    background-color: #ffffff;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5384615384615385em;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 0.7692307692307693em;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #dedede;
}

.table > tbody > tr > td {
    border-top: 1px solid #000;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #dedede;
    background: #ebebec;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 1px solid #dedede;
}

.table-bordered {
    border: 1px solid #dedede;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dedede;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

@media (max-width: 480px) {
    .tabsmart {
        font-size: 12px;
    }

    table.tabsmart > tbody > tr > td {
        padding: 0.770em 0.375em;
    }

    .tabmetodi {
        font-size: 12px;
    }

    table.tabmetodi > tbody > tr > td {
        padding: 0.770em 0.375em;
    }

    table.tabmetodi > tbody > tr:first-child {
        font-size: 10px
    }

}

/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/

::selection {
    background: #6c7680;
    /* WebKit/Blink Browsers */
    color: #3a3a3a;
}

::-moz-selection {
    background: #6c7680;
    /* Gecko Browsers */
    color: #3a3a3a;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5384615384615385em;
    font-size: 19.5px;
    line-height: inherit;
    color: #6c7680;
    border: 0;
    border-bottom: 1px solid #ebebec;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.38461538461538464em;
    font-weight: 700;
}

label em {
    margin-right: 4px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0.3076923076923077em 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

select {
    -webkit-appearance: select;
    -webkit-border-radius: 0px !important;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

output {
    display: block;
    padding-top: 1.6153846153846154rem;
    font-size: 13px;
    line-height: 1.6;
    color: #6c7680;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.769230769230769em;
    padding: 0.6153846153846154rem;
    font-size: 13px;
    line-height: 1.6;
    color: #6c7680;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #ebebec;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-transition: box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
}

.form-control:focus {
    border-color: #6c7680;
    border-width: 1px;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #6c7680;
    box-shadow: inset 0 0 0 1px #6c7680;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #515151;
    opacity: 1;
    filter: alpha(opacity=100);
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 2.769230769230769em;
    line-height: 1.6 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 128.57692307692307%;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 3.687692307692308em;
}

.form-group {
    margin-bottom: 1.1538461538461537em;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 1.5384615384615385em;
    margin-top: 0.7692307692307693em;
    margin-bottom: 0.7692307692307693em;
}

.radio label,
.checkbox label {
    padding-left: 1.5384615384615385em;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -1.5384615384615385em;
    margin-top: 4px \9;
}

.dh-ie .radio input[type="radio"],
.dh-ie .radio-inline input[type="radio"],
.dh-ie .checkbox input[type="checkbox"],
.dh-ie .checkbox-inline input[type="checkbox"] {
    position: relative \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -0.38461538461538464em;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.input-sm {
    height: 128.57692307692307%;
    padding: 0.5384615384615384rem 0.9230769230769231rem;
    font-size: 85%;
    line-height: 1.5;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

select.input-sm {
    height: 128.57692307692307%;
    line-height: 128.57692307692307%;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 3.687692307692308em;
    padding: 0.9230769230769231rem 1.3846153846153846rem;
    font-size: 1.3846153846153846em;
    line-height: 1.33;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

select.input-lg {
    height: 3.687692307692308em;
    line-height: 3.687692307692308em;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-flat-radio,
.form-flat-checkbox {
    margin: 0;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}

.dh-ie .form-flat-radio,
.dh-ie .form-flat-checkbox {
    padding: 0;
}

.form-flat-radio input,
.form-flat-checkbox input {
    left: -9999px;
    position: absolute;
}

.dh-ie .form-flat-radio input,
.dh-ie .form-flat-checkbox input {
    position: relative;
    left: auto;
}

.form-flat-radio i,
.form-flat-checkbox i {
    background: none repeat scroll 0 0 #fff;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 19px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 5px;
    border-color: #ebebec;
    width: 19px;
    top: 50%;
    margin-top: -8.5px;
    color: #6c7680;
}

.dh-ie .form-flat-radio i,
.dh-ie .form-flat-checkbox i {
    display: none;
}

.form-flat-radio i:after,
.form-flat-checkbox i:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.form-flat-radio input:checked + i:after,
.form-flat-checkbox input:checked + i:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-flat-radio i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-flat-radio i:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 4px;
    top: 4px;
    line-height: 1;
    width: 7px;
    position: absolute;
    background: #6c7680;
}

.form-flat-checkbox i:after {
    content: "\f00c";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.form-flat-checkbox i:after {
    font-size: 12px;
    height: 19px;
    left: -1px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 3px;
    width: 19px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 1;
}

.form-flat-select {
    position: relative;
    display: block;
}

#checkout-step-shipping .form-flat-select i,
#checkout-step-billing .form-flat-select i {
    right: 9px;
}

.form-flat-select i {
    height: 100%;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    z-index: -1;
}


/*.dh-ie .form-flat-select i {
  display: none;
}*/


/*#checkout-step-shipping input[type=radio],
#checkout-step-billing input[type=radio] {
    margin-top: 0px;
}*/

#checkout-step-shipping .control > div.input-box > input[type=radio],
#checkout-step-billing .control > div.input-box > input[type=radio],
#checkout-step-shipping .control > label,
#checkout-step-billing .control > label {
    margin-top: 10px;
}

#checkout-step-shipping select,
#checkout-step-billing select {
    padding: 3px 31px 3px 7px;
    width: 100%;
}

#checkout-step-review table {
    border: none !important;
}

#checkout-step-review table thead {
    text-transform: uppercase;
}

#checkout-step-review table tbody {
    /**/
}

#checkout-step-review table tbody tr td dl,
#checkout-step-review table tbody h3.product-name {
    color: #3b3e43;
}

#checkout-step-review table tbody h3.product-name {
    font-size: 15px;
}

#checkout-step-review table tbody dl {
    font-size: 14px;
}

#checkout-step-review table tbody tr td.a-center {
    text-align: center !important;
}

#checkout-step-review table tbody tr td.a-right.last,
#checkout-step-review table tfoot tr td.a-right.last {
    text-align: right;
}

#checkout-step-review table tbody tr td.a-right #checkout-step-review table tbody tr td.a-center {
    text-align: center;
    color: #b4b4bc;
}

#checkout-step-review table tfoot tr td {
    color: #3b3e43;
    font-weight: bold;
    text-transform: uppercase;
}

#checkout-step-review table tfoot tr td span.price {
    font-size: 1.4em;
    font-weight: 900;
}

#checkout-review-submit > div {
    border: none !important;
    padding: 20px 0 !important;
}

#checkout-review-submit p.f-left {
    float: left;
}

#checkout-review-submit .change-cart {
    text-decoration: underline;
}

#checkout-review-submit .change-cart:hover {
    text-decoration: none;
}

#checkout-payment-method-load > dt > input[type=radio] {
    margin-top: 0px;
    margin-right: 5px;
}

#checkout-payment-method-load .banktransfer-instructions-content {
    margin: 15px 0;
}

#checkout-step-review table tfoot.desktop {
    display: table-footer-group;
}

#checkout-step-review table tfoot.mobile {
    display: none;
}

@media (max-width: 899px) {
    #checkout-step-review table thead {
        display: none;
    }

    #checkout-step-review table tfoot.desktop {
        display: none;
    }

    #checkout-step-review table tfoot.mobile {
        display: table-footer-group;
    }

    #checkout-step-review table tfoot tr td {
        font-size: 12px;
    }
}

.checkout-onepage-success div.buttons-set {
    margin-bottom: 20px;
}

#my-returns-table td.last {
    min-width: 150px;
    text-align: center;
}

#customerbalance-history thead tr th,
#my-returns-items-table thead tr th,
#my-returns-table thead tr th,
#wishlist-table thead tr th,
#my-shipment-table-44 thead tr th {
    background-color: #000;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 0.8em;
    margin: 0;
    padding: 9px 0 7px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.dashboard .recent-orders .table-caption {
    font-size: 1.3em;
}

.dashboard .info-box .box-title {
    margin-top: 0.5rem;
}

#wishlist-table tbody tr td,
#my-orders-table tbody tr td,
#my-shipment-table-44 tr td {
    text-align: center;
}

#wishlist-table thead tr th {
    background-color: #ffffff;
    color: #000;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
}

#wishlist-table tbody tr td .product-name {
    display: block;
    color: #3b3e43;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

#wishlist-table tbody tr td .product-name a {
    font-weight: 400;
}

#wishlist-table tbody tr td .product-name a span {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

#wishlist-table tbody tr td .product-name {
    display: block;
    color: #3b3e43;
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

#wishlist-table tbody tr td .price {
    font-size: 1.4em;
    font-weight: 700;
}

#my-orders-table td.last {
    min-width: 200px !important;
}

#my-orders-table .order-name {
    text-align: left;
}

#my-orders-table .order-name .item-options dt {
    font-weight: normal;
}

#my-orders-table .order-name .product-name {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #3b3e43;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

#my-orders-table .order-name .product-name span {
    font-weight: 700;
    display: block;
}

#my-orders-table thead tr th {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.dashboard #my-orders-table thead tr th,
#my-returns-table thead tr th,
#my-returns-items-table.linearize-table-large thead tr th,
#my-orders-table.order-history thead tr th,
#track-info-table thead tr th {
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    padding: 0.7692307692307693em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.6;
}

#my-orders-table .a-right.last .price {
    font-weight: 700;
}

.my-account h2.legend {
    font-size: 25px;
}

@media (max-width: 899px) {
    #my-orders-table colgroup {
        width: 100%;
    }

    #my-orders-table td.last {
        min-width: inherit !important;
        margin-left: 40%;
        text-align: left;
    }

    #my-orders-table td {
        padding: 5px 5px !important;
    }

    .commerce .my-account .box-payment table tbody tr {
        border: none;
    }

    #my-orders-table.item-order-info tbody {
        float: left;
        width: 100%;
        border-top: 1px solid #dedede;
    }

    #my-orders-table.item-order-info tbody.odd tr {
        border: none;
        float: left;
        width: 100%;
    }

    #my-orders-table.item-order-info tbody tr td {
        float: left;
    }

    #my-orders-table.item-order-info tbody tr td:nth-child(1) {
        width: 25%;
    }

    #my-orders-table.item-order-info tbody tr td:nth-child(2) {
        width: 45%;
    }

    #my-orders-table.item-order-info tbody tr td:nth-child(3) {
        width: 30%;
    }

    #my-orders-table.item-order-info tbody tr td:nth-child(4) {
        width: 30%;
    }

    #my-orders-table.item-order-info tbody tr td:nth-child(5) {
        width: 30%;
    }

    .history-info {
        width: 100%;
        float: left;
    }
}

.commerce .recent-orders > table tbody tr > td > span.separator,
#wishlist-table tbody tr td span.separator {
    font-size: 13px;
}

.my-account .pager p.amount {
    float: right;
}

.my-account .page-title h1 {
    color: #3a3a3a;
    font-weight: normal;
    font-size: 2.5em;
    margin-top: 6px;
    text-align: center;
}

.my-account .pager div.limiter {
    float: left;
}

.my-wishlist .product-image img {
    width: 110px;
}

.my-wishlist h3.product-name,
.my-wishlist div.description {
    text-align: left;
}

.my-wishlist textarea {
    margin: 10px 0;
    width: 100%;
}

.my-wishlist .cart-cell .add-to-cart-alt div.cart-qty,
.my-wishlist .cart-cell .price-box {
    margin-bottom: 20px;
}

.my-wishlist .cart-cell .add-to-cart-alt .cart-qty .button-arrow.button-up,
.my-wishlist .cart-cell .add-to-cart-alt .cart-qty .button-arrow.button-down {
    right: 4px;
}

.my-wishlist .buttons-set {
    text-align: right;
}

.my-wishlist .buttons-set button {
    width: 180px;
}

#wishlist-view-form div.buttons-set.buttons-set2 {
    background-color: #fff;
    padding: 0 15px;
    text-align: center;
    display: flex;
}

#wishlist-view-form div.buttons-set.buttons-set2 button {
    width: auto;
    margin-right: 2%;
    border: none !important;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: inherit;
    font-weight: bold;
    margin: 0 3px;
}

#wishlist-view-form div.buttons-set.buttons-set2 button:hover {
    background-color: #777;
    color: #fff;
    border: none !important;
}

#wishlist-view-form div.buttons-set.buttons-set2 button:nth-child(1) {
    flex-grow: 1;
}

#wishlist-view-form div.buttons-set.buttons-set2 button:nth-child(2) {
    flex-grow: 1;
}

#wishlist-view-form div.buttons-set.buttons-set2 button:nth-child(3) {
    margin-right: 0;
    flex-grow: 2;
}

#wishlist-table tbody tr td .wishlist-sku {
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    #wishlist-view-form div.buttons-set.buttons-set2 button {
        font-size: 12px;
    }

    #wishlist-table tbody tr td .product-name {
        font-size: 13px;
    }

    #wishlist-table tbody tr td .wishlist-sku {
        font-size: 13px;
    }

    #wishlist-table tbody tr td .price {
        font-size: 17px;
    }

    #wishlist-table tbody tr td .btn-cart {
        font-size: 12px;
    }
}

@media (max-width: 899px) {
    #wishlist-table tbody tr td {
        float: left;
        border: none;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

    #wishlist-table > tbody > tr > td.last {
        border: none;
    }

    #wishlist-table tbody tr td h3,
    #wishlist-table tbody tr td div {
        float: left;
    }

    #wishlist-table tbody tr td div {
        width: 100%;
    }

    #wishlist-table tbody tr td .product-image img {
        width: 100%;
        min-width: 60px;
        height: auto;
    }

    #wishlist-table .clearfix td:nth-child(1) {
        width: 35px;
    }

    #wishlist-table .clearfix td:nth-child(2) {
        width: 15%;
        padding: 0.7692307692307693em;
    }

    #wishlist-table .clearfix td:nth-child(3) {
        width: calc(45% - 35px);
    }

    #wishlist-table .clearfix td:nth-child(4) {
        width: 40%;
        text-align: center;
    }

    #wishlist-table .clearfix td:nth-child(5) {
        width: 40%;
        text-align: center;
        border: none;
    }

    #wishlist-view-form div.buttons-set.buttons-set2 {
        padding: 10px 0;
    }

    #wishlist-view-form div.buttons-set.buttons-set2 button {
        font-size: 12px;
        width: 140px;
        padding: 6px 8px;
    }

    #wishlist-table tbody tr td .product-name {
        text-align: left;
    }

    #wishlist-table tbody tr td .price-box {
        text-align: center;
    }
}

@media (max-width: 610px) {
    #wishlist-table .clearfix td:nth-child(1) {
        width: 35px;
    }

    #wishlist-table .clearfix td:nth-child(2) {
        width: 30%;
        padding: 0.7692307692307693em;
    }

    #wishlist-table .clearfix td:nth-child(3) {
        width: calc(70% - 35px);
    }

    #wishlist-table .clearfix td:nth-child(4) {
        width: 100%;
        text-align: center;
    }

    #wishlist-table .clearfix td:nth-child(5) {
        width: 100%;
        text-align: center;
        border: none;
    }

    #wishlist-view-form div.buttons-set.buttons-set2 {
        display: block;
    }

    #wishlist-view-form div.buttons-set.buttons-set2 button {
        font-size: 12px;
        width: 80%;
        padding: 6px 8px;
        margin-right: 0;
    }
}

@media (max-width: 430px) {
    #wishlist-view-form div.buttons-set.buttons-set2 {
        padding: 10px 0;
    }

    #wishlist-view-form div.buttons-set.buttons-set2 button {
        font-size: 15px;
        padding: 8px 15px;
        width: 100%;
        margin: 0;
    }

    #wishlist-view-form div.buttons-set.buttons-set2 button:nth-child(2) {
        margin: 0;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0.5em 2em 0.5em 0.5em;
    padding-right: 2em \9;
    border: 1px solid #3b3e43;
    /* 2px LR */
    outline: none;
    height: 40px;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

select option {
    outline: none;
    color: #000;
    background: #fff;
}

select:active,
select:focus {
    border-color: #6c7680;
}

/*--------------------------------------------------------------
6.5 - Forms Advanced Search
--------------------------------------------------------------*/

.field .input-box .range {
    display: block;
    align-items: center;
}

.field .input-box .range input {
    width: 100px;
}

.form-advanced-search .field .input-box .range input:first-child {
    margin-left: 0;
}

.form-advanced-search .field .input-box .range input {
    margin: 0 5px;
}

.form-advanced-search .buttons-set {
    width: 100%;
    text-align: right;
    margin-bottom: 60px;
    margin-top: 30px;
    float: right;
}

.form-advanced-search .multiselect {
    padding: 0;

}

.form-advanced-search select.multiselect option {
    padding: 5px 10px;
}

.form-advanced-search select.multiselect option:hover {
    background-color: #000000;
    color: #ffffff;

}

.form-advanced-search select.multiselect option::-moz-selection {
    background-color: #000000;
    color: #ffffff;

}

.form-advanced-search select.multiselect option::selection {
    background-color: #000000;
    color: #ffffff;

}

.form-advanced-search ul {
    width: 100%;


}

.form-advanced-search ul li {
    width: 100%;
}

.form-advanced-search ul li:last-child {
    /*    display: flex;*/
}

.form-advanced-search ul li:last-child > div {
    width: 33.3333%;

}

.form-advanced-search ul li:last-child > div select {
    width: 100%;

}

.form-advanced-search ul li:last-child > div.field {
    float: left;
    width: calc(33.333333% - 8px);
    margin-right: 12px;

}

.form-advanced-search ul li:last-child > div.field:nth-child(3n) {
    width: calc(33.333333% - 8px);
    margin-right: 0;
}


.messages li.note-msg a.modify-search {
    color: #ffffff;
}

.catalogsearch-advanced-result .block-customer-address {
    margin-top: 30px;
}

.catalogsearch-advanced-result #customer-address-form ul .input-box {
    position: relative;
    display: block;

}

.catalogsearch-advanced-result #customer-address-form i {
    height: 100%;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    z-index: -1;
}

.catalogsearch-advanced-result #customer-address-form ul select {
    width: 100%;
}

.catalogsearch-advanced-result #customer-address-form .actions {
    text-align: center;
}

.catalogsearch-advanced-result .sidebar-wrap {
    display: none;
}

.catalogsearch-advanced-result .main-wrap {
    width: 100%;
}

.catalogsearch-advanced-index #form-validate input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

@media only screen and (max-width: 1024px) {
    /*    .form-advanced-search .multiselect{
            padding: 0;
            height: auto;
        }
        .form-advanced-search select.multiselect option{
            padding: 10px 10px;
            height: 40px;
        }
        .form-advanced-search .multiselect{
            padding: 0;
            height: auto;
            min-height: 40px;
        }*/
}

@media only screen and (max-width: 767px) {
    .form-advanced-search ul li:last-child {
        display: block;
    }

    .form-advanced-search ul li > div {
        width: 100%;
    }

    .form-list .field {
        margin-top: 0;
    }

    .form-advanced-search ul li:last-child > div {
        width: 100%;
    }

    .form-advanced-search ul li:last-child > div.field,
    .form-advanced-search ul li:last-child > div.field:nth-child(3n) {
        width: 100%;
        margin-right: 0;
    }

    .catalogsearch-advanced-index #form-validate select {
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        -ms-appearance: menulist;
        -o-appearance: menulist;
        appearance: menulist;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0.5em 2em 0.5em 0.5em;
        padding-right: 2em \9;
        border: 1px solid #3b3e43;
        outline: none;
        background: transparent;

    }
}

/*--------------------------------------------------------------
7.0 - Buttons
--------------------------------------------------------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.6rem 1.7rem;
    font-size: 13px;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.btn:hover,
.btn:focus {
    color: #6c7680;
    text-decoration: none;
}

.btn i,
.btn span {
    z-index: 2;
    position: relative;
}

.btn-default {
    background-color: #ebebec;
    border-color: #ebebec;
    background: transparent;
    border: 2px solid #6c7680;
    text-transform: uppercase;
    color: #6c7680;
    position: relative;
    line-height: 1.4;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #6c7680;
    border-color: #d1d1d3;
    -webkit-box-shadow: 0 0 0 2px #d1d1d3 inset;
    box-shadow: 0 0 0 2px #d1d1d3 inset;
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.btn-default:hover {
    border-color: #6c7680;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-primary {
    color: #ffffff;
    background-color: #a1aab5;
    border-color: #a1aab5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    border-color: #aa8c5f;
    -webkit-box-shadow: 0 0 0 2px #aa8c5f inset;
    box-shadow: 0 0 0 2px #aa8c5f inset;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-success {
    color: #ffffff;
    background-color: #a0ce4e;
    border-color: #a0ce4e;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #ffffff;
    border-color: #87b633;
    -webkit-box-shadow: 0 0 0 2px #87b633 inset;
    box-shadow: 0 0 0 2px #87b633 inset;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
}

.btn-info {
    color: #ffffff;
    background-color: #63b5fd;
    border-color: #63b5fd;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #ffffff;
    border-color: #319dfc;
    -webkit-box-shadow: 0 0 0 2px #319dfc inset;
    box-shadow: 0 0 0 2px #319dfc inset;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
}

.btn-warning {
    color: #ffffff;
    background-color: #feab62;
    border-color: #feab62;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    border-color: #fe902f;
    -webkit-box-shadow: 0 0 0 2px #fe902f inset;
    box-shadow: 0 0 0 2px #fe902f inset;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
}

.btn-danger {
    color: #ffffff;
    background-color: #fe252c;
    border-color: #fe252c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #ffffff;
    border-color: #ef0109;
    -webkit-box-shadow: 0 0 0 2px #ef0109 inset;
    box-shadow: 0 0 0 2px #ef0109 inset;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
}

.btn-black {
    color: #ffffff;
    background-color: #6c7680;
    border-color: #6c7680;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    color: #ffffff;
    border-color: #040404;
    -webkit-box-shadow: 0 0 0 2px #040404 inset;
    box-shadow: 0 0 0 2px #040404 inset;
}

.btn-black:active,
.btn-black.active {
    background-image: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    color: #ffffff;
    border-color: #515151;
    -webkit-box-shadow: 0 0 0 2px #515151 inset;
    box-shadow: 0 0 0 2px #515151 inset;
}

.btn-white {
    color: #6c7680;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    color: #6c7680;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 2px #e6e6e6 inset;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
}

.btn-white:active,
.btn-white.active {
    background-image: none;
}

.btn-outline {
    background: transparent;
    border: 2px solid #6c7680;
    text-transform: uppercase;
    color: #6c7680;
    position: relative;
    line-height: 1.4;
}

.btn-outline:hover {
    border-color: #6c7680;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-primary-outline {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

.btn-primary-outline:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-success-outline {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #a0ce4e;
    text-transform: uppercase;
    color: #a0ce4e;
    position: relative;
}

.btn-success-outline:hover {
    color: #a0ce4e;
    border-color: #a0ce4e;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-info-outline {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #63b5fd;
    text-transform: uppercase;
    color: #63b5fd;
    position: relative;
}

.btn-info-outline:hover {
    color: #63b5fd;
    border-color: #63b5fd;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-warning-outline {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #feab62;
    text-transform: uppercase;
    color: #feab62;
    position: relative;
}

.btn-warning-outline:hover {
    color: #feab62;
    border-color: #feab62;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-danger-outline {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #fe252c;
    text-transform: uppercase;
    color: #fe252c;
    position: relative;
}

.btn-danger-outline:hover {
    color: #fe252c;
    border-color: #fe252c;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.btn-white-outline {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #777;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.minicart .btn-white-outline:first-child {
    line-height: 1.4;
    background: transparent;
    border: 2px solid #777;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.single-product .btn-white-outline {
    border: 2px solid #000;
}

.btn-white-outline:hover {
    color: #000;
    border-color: #000;
    background: transparent;
    /* -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset; */
}

.btn-black-outline {
    line-height: 1.4;
    background: transparent;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    background-color: #000000;
    border: none;
    font-weight: 700;
}

.btn-black-outline:hover {
    color: #ffffff;
    background-color: #777;
    border: none;
    /*    color: #6c7680;
        border-color: #6c7680;
        -webkit-box-shadow: 0 0 0 1px inset;
        box-shadow: 0 0 0 1px inset;*/
}

.btn-slin {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    line-height: normal;
    padding: 8px;
    margin-bottom: 2px;
    margin-top: 2px;
    letter-spacing: normal;
}

.btn-slin-list {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: normal;
    padding: 8px;
    letter-spacing: normal;
}

.sub-title .btn-slin-list {
    font-size: 10px;
}

.btn-lg {
    padding: 0.6rem 1.7rem;
    font-size: 1.3846153846153846em;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.btn-sm {
    padding: 0.6rem 1.7rem;
    font-size: 85%;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.btn-xs {
    padding: 0.6rem 1.7rem;
    font-size: 85%;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.btn-align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.btn-align-right {
    float: right;
}

.btn-uppercase {
    text-transform: uppercase;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.Fashion-BigDisplay .btn {
    font-size: 18px;
    font-weight: 900;
    padding: 12px 30px;
}

.btn-design {
    margin: 15px auto;
    display: block;
}

.commerce > div .button.btn-design:not(.checkout-button) {
    display: block;
}

#filters > div > .button.btn-design {
    background-color: #FE252C;
    padding: 0.6rem 0;
    border: none;
}

/*--------------------------------------------------------------
8.0 - Dropdown menus
--------------------------------------------------------------*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.15384615384615385em;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    padding: 0;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12.307692307692308em;
    margin: 0px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
    box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu > li > a {
    display: block;
    padding: 0.23076923076923078em 1.5384615384615385em;
    clear: both;
    line-height: 1.1;
    color: #6c7680;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #111111;
    background-color: #f5f5f5;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}


/*--------------------------------------------------------------
9.0 - Navs
--------------------------------------------------------------*/

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li:hover {
    background: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0.6rem 2rem;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.nav > li > a > img {
    max-width: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.tta-controls-align-center .nav-tabs > li {
    float: none;
}

.tta-tabs-list .tab-pane {
    padding-top: 60px;
}


/*.nav-tabs {
  border-bottom: 1px solid #ebebec;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #8a8a8a;
}
.nav-tabs > li > a > i {
  margin-right: 0.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  color: #6c7680;
  border: 1px solid #ebebec;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs-center {
  display: table;
  margin: 0 auto;
}
.tab-content {
  padding: 20px 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content .widget {
  margin-bottom: 0;
}
.widget .tab-content {
  padding-bottom: 0;
}*/


/*--------------------------------------------------------------
10.0 - Navbars
--------------------------------------------------------------*/

.navbar {
    margin-bottom: 1.5384615384615385em;
    border-bottom: 0px solid transparent;
    position: relative;
    border: none;
    border-radius: 0;
}

@media (min-width: 900px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 900px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }
}

.container > .navbar-wrap,
.container-fluid > .navbar-wrap,
.container > .navbar-header-left,
.container-fluid > .navbar-header-left,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 900px) {
    .container > .navbar-wrap,
    .container-fluid > .navbar-wrap,
    .container > .navbar-header-left,
    .container-fluid > .navbar-header-left,
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}

@media (min-width: 900px) {
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.boxed-wrap .navbar-fixed-top {
    left: auto;
    right: auto;
}

.navbar-fixed-top.fixed-transition {
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-fixed-top {
    top: 0;
}


/*@media (max-width: 900px) {
  .header-type-classic .navbar-default-container {
    background: #3b3e43;
  }
  .header-type-classic .navbar-default-container > .row > .col-md-12 {
    padding: 0 10px;
  }
}*/

.navbar-brand {
    float: none;
    font-size: 1.3846153846153846em;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.navbar-brand > img {
    display: inline;
}

@media (max-width: 980px) {
    .navbar-brand {
        margin: 0 auto;
        /* 30 px */
        line-height: normal;
    }
}

@media screen and (max-width: 900px) {
    .navbar-brand {
        line-height: 74px !important;
    }
}

@media screen and (max-width: 480px) {
    .navbar-brand {
        line-height: 45px !important;
    }
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 900px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -0.7692307692307693em;
    }

    .navbar {
        min-height: 35px;
    }
}

.navbar-header .navbar-toggle,
.offcanvas-overlay .navbar-toggle {
    position: relative;
    float: left;
    padding: 0 25px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border-color: rgba(213, 211, 206, 0.7);
    border-width: 0 1px;
    border-style: solid;
    border-radius: 0px;
    width: 74px;
    height: 74px;
    line-height: 74px;
}

.offcanvas-overlay .navbar-toggle {
    background: #000000;
    border-right: 1px solid rgba(213, 211, 206, 1);
    border-bottom: 1px solid rgba(213, 211, 206, 1);
    height: 75px;
    line-height: 75px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle.x .bar-top {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.navbar-toggle.x .bar-middle {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.navbar-toggle.x .bar-bottom {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

@media (min-width: 900px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus,
.offcanvas-overlay .navbar-toggle:hover,
.offcanvas-overlay .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-header .navbar-toggle .icon-bar,
.offcanvas-overlay .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media (min-width: 900px) {
    .navbar-header .navbar-settings {
        display: none;
    }
}

.navbar-header .navbar-settings > a {
    width: 74px;
    height: 74px;
    line-height: 74px;
    margin: 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5384615384615385em;
}

@media (max-width: 899px) {
    .navbar-nav > li > a {
        line-height: 1.5384615384615385em !important;
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 899px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li .dropdown-menu > li > a {
        padding-left: 3.8461538461538463em;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 0.7692307692307693em 1.1538461538461537em 0.7692307692307693em 1.9230769230769231em;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.5384615384615385em;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}

@media (min-width: 900px) {
    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
    }

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 3.748520710059172em;
        padding-bottom: 3.748520710059172em;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -0.7692307692307693em;
    }
}

@media (min-width: 900px) {
    .header-type-classic .navbar-fixed-top .navbar-nav > li > .dropdown-menu,
    .header-type-default .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
        top: 60px;
    }
}

.header-type-classic .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (min-width: 900px) {
    .header-type-classic .navbar-nav > li > .dropdown-menu {
        top: 35px;
        /* 50 */
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #6c7680;
}

@media (min-width: 900px) {
    .header-type-default .navbar-default {
        background: #3b3e43;
    }
}

@media (min-width: 900px) {
    .header-type-default .navbar-fixed-top.navbar-default {
        height: 60px;
    }
}

.navbar-default .navbar-brand {
    color: #6c7680;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #040404;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #6c7680;
    font-weight: normal;
    /* bold */
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.navbar-default .navbar-nav .open > a {
    color: #FFFFFF;
    background-color: transparent;
}

.navbar-default .navbar-nav > .current-menu-ancestor > a,
.navbar-default .navbar-nav > .current-menu-parent > a,
.navbar-default .navbar-nav > .current-menu-ancestor > a:hover,
.navbar-default .navbar-nav > .current-menu-parent > a:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.navbar-default .navbar-nav > .current-menu-ancestor > a:before,
.navbar-default .navbar-nav > .current-menu-parent > a:before,
.navbar-default .navbar-nav > .current-menu-ancestor > a:hover:before,
.navbar-default .navbar-nav > .current-menu-parent > a:hover:before {
    display: block !important;
}

.navbar-default .navbar-collapse {
    border-color: #6c7680;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

@media (max-width: 899px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #6c7680;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFFFFF;
        background-color: transparent;
    }
}

.navbar-brand {
    padding: 0;
    line-height: 50px;
}

.footer-widget .navbar-brand {
    line-height: 58px;
}

.footer-widget .block-subscribe label.label-newsletter {
    line-height: 30px;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 0;
    }
}

.navbar-brand img {
    height: 20px;
    width: 147.133px;
    padding: 0;
}

.navbar-brand .logo-fixed {
    display: none;
}

.navbar-default .navbar-minicart {
    display: none;
}

.navbar-default .user-login {
    display: none;
    position: relative;
    z-index: 1;
}

.navbar-default .user-login .dropdown-menu > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: none;
    color: #8a8a8a;
}

.navbar-default .user-login .dropdown-menu > li > a i {
    color: #8a8a8a;
}

.navbar-default .navbar-minicart {
    display: inline-block;
}

.navbar-default .navbar-minicart > a {
    padding: 0 !important;
    float: left;
    padding: 0 15px !important;
}

.navbar-default .navbar-minicart .minicart::before {
    right: 10px;
}

@media (max-width: 899px) {
    .navbar-brand .logo {
        display: block;
        max-width: 200px;
    }

    .navbar-brand .logo-fixed {
        display: none;
    }
}

.navbar-fixed-top .logo {
    display: none;
}

.navbar-fixed-top .logo-fixed {
    display: inline-block;
    max-height: 60px;
}

.navbar-brand .logo-mobile {
    max-height: 79px;
    display: none;
    max-width: 100px;
}

@media (max-width: 899px) {
    .navbar-brand .logo,
    .navbar-brand .logo-fixed {
        display: none;
    }

    .navbar-brand .logo-mobile {
        display: inline-block;
    }
}

.navbar-default {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 900px) {
    .navbar-default .primary-navbar-collapse {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 899px) {
    .navbar-default .primary-navbar-collapse {
        float: none;
        padding: 0;
        width: auto;
    }
}

@media (min-width: 900px) {
    .navbar-default .navbar-header {
        float: none;
        text-align: center;
    }
}

@media (max-width: 899px) {
    .navbar-default .navbar-header {
        width: auto;
        border-top: 1px solid rgba(213, 211, 206, 0.7);
    }
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-header-right,
.navbar-header-left {
    display: none;
    font-size: 85%;
}

@media (min-width: 900px) {
    .header-default-center .navbar-wrap > .navbar-header {
        position: relative;
        text-align: center;
        z-index: 1;
        padding: 15px 0;
    }

    .header-default-center .navbar-wrap > .navbar-header .navbar-brand {
        float: none;
    }

    .header-default-center .navbar-fixed-top .navbar-header {
        display: none;
    }

    .header-default-center .navbar-search {
        float: right;
        padding-right: 0 !important;
    }

    .header-default-center .navbar-default .primary-navbar-collapse {
        float: none;
        padding: 0;
        background: #fff;
    }

    .header-default-center.header-type-default .primary-nav {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .header-default-center.header-type-default .primary-nav > li {
        padding: 0 10px;
    }

    .header-default-center.header-type-default .primary-nav > li:first-child {
        padding-left: 0;
    }

    .header-default-center .navbar-header-left {
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .header-default-center .wpml-languages:hover .dropdown-menu,
    .header-default-center .top-nav > li:hover .dropdown-menu {
        display: block;
    }

    .header-default-center .wpml-languages .dropdown-menu:before,
    .header-default-center .top-nav > li .dropdown-menu:before {
        content: "";
        display: block;
        height: 9px;
        position: absolute;
        left: 20px;
        top: -4px;
        transform: translate(-50%, 0) rotate(45deg);
        -moz-transform: translate(-50%, 0) rotate(45deg);
        -webkit-transform: translate(-50%, 0) rotate(45deg);
        -ms-transform: translate(-50%, 0) rotate(45deg);
        -o-transform: translate(-50%, 0) rotate(45deg);
        width: 9px;
        z-index: 1010;
        background: #fff;
    }

    .header-default-center .wpml-languages > a,
    .header-default-center .top-nav > li > a {
        text-transform: uppercase;
        padding: 10px 0;
    }

    .header-default-center .wpml-languages {
        position: relative;
        padding: 10px 0;
    }

    .header-default-center .wpml-languages a > img {
        margin-right: 5px;
    }

    .header-default-center .navbar-header .dropdown-menu > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: none;
        color: #8a8a8a;
        font-size: 85%;
    }

    .header-default-center .navbar-header .dropdown-menu > li > a i {
        color: #8a8a8a;
    }

    .header-default-center .navbar-header-right {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 123;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .header-default-center .navbar-header-right .user-wishlist,
    .header-default-center .navbar-header-right .navbar-minicart-topbar {
        float: right;
        padding-left: 20px;
    }

    .header-default-center .navbar-header-right a {
        color: #ffffff;
    }

    .header-default-center .navbar-header-right .user-wishlist-icon,
    .header-default-center .navbar-header-right .minicart-icon {
        margin-right: 15px;
    }

    .header-default-center .navbar-header-right .user-wishlist-icon span,
    .header-default-center .navbar-header-right .minicart-icon span {
        top: -1em;
    }

    .header-default-center .navbar-header-right .user-wishlist a,
    .header-default-center .navbar-header-right .minicart-link {
        text-transform: uppercase;
        padding: 10px 0 !important;
        display: block;
    }
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-wrap {
    position: relative;
}

.primary-nav {
    margin: 0 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.primary-nav .navicon {
    margin-right: 0.6153846153846154rem;
    font-size: 13px;
}

.header-type-classic .primary-nav > li > a .navicon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -2px;
}

.primary-nav > li.sales > a > span.underline,
.primary-nav > li.sale > a > span.underline,
.primary-nav > li.saldi > a > span.underline {
    color: #FF0000;
}

/******** BEGIN desktop menu ********/
@media (min-width: 900px) {
    .collapse.navbar-collapse.primary-navbar-collapse {
        display: none !important;
    }
    .desktop-main-nav {
        position: relative;
        text-align: center;
    }
    .desktop-main-nav .menu-overlay {
        position: absolute;
        display: none;
        top: 34px;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    .desktop-main-nav .inside > ul {
        margin-bottom: 0;
    }
    .desktop-main-nav li.level-0 {
        display: inline-block;
        margin: 0 -2px 0;
        padding: 0 30px;
        vertical-align: top;
        cursor: pointer;
    }
    .desktop-main-nav li.level-0 > .children {
        display: none;
        cursor: default;
    }
    .desktop-main-nav a {
        transition: color 0.2s ease-in;
    }
    .desktop-main-nav li.level-0 > a,
    .desktop-main-nav li.level-0 > span {
        position: relative;
        line-height: 35px;
        text-transform: uppercase;
        font-size: 13px;
        color: #3a3a3a;
    }
    .desktop-main-nav li.level-0:hover > a,
    .desktop-main-nav li.level-0:hover > span {
        color: #000;
        border-bottom: 1px solid #000;
    }
    .touchevents .desktop-main-nav li.level-0.menu-has-children > a {
        pointer-events: none;
    }
    .desktop-main-nav li.level-0.sales > a {
        color: #ff0000;
        font-weight: bold;
    }
    .desktop-main-nav li.level-0.sales:hover > a {
        color: #ff0000;
        border-bottom: 1px solid #ff0000;
    }
    .desktop-main-nav li.level-0.menu-has-children > a:before,
    .desktop-main-nav li.level-0.menu-has-children > span:before {
        content: "\f107";
        position: absolute;
        display: inline-block;
        right: -15px;
        top: 0;
        font-size: 14px;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
    }
    .desktop-main-nav ul.level-0 {
        position: absolute;
        display: flex;
        top: 34px;
        left: 0;
        width: 100%;
        min-width: 200px;
        max-height: calc(100vh - 100px);
        overflow: auto;

        list-style: none;
        font-size: 13px;
        text-align: left;

        -webkit-box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
        box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175);
        background-color: #fff;
        z-index: 1000;
    }
    .desktop-main-nav li.level-1 {
        flex: 1;
        padding: 15px 15px 0;
    }
    .desktop-main-nav li.level-1 > a,
    .desktop-main-nav li.level-1 > span {
        display: block;
        position: relative;
        margin: 15px 0;
        padding: 8px 8px 15px;
        color: #777;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: normal;
    }
    .desktop-main-nav li.level-1 > a {
        cursor: pointer;
    }
    .desktop-main-nav li.level-1.hide-title {
        padding-top: 31px;
    }
    .desktop-main-nav li.level-1.hide-title > a,
    .desktop-main-nav li.level-1.hide-title > span {
        display: none;
    }
    .desktop-main-nav li.level-1 > span {
        cursor: default;
    }
    .desktop-main-nav ul.level-1 {
        padding-bottom: 30px;
    }
    .desktop-main-nav li.level-2 > a {
        display: block;
        padding: 7px 15px 7px 8px;
        color: #777;
    }
    .desktop-main-nav  li.level-2 > a:hover {
        color: #000;
    }
    /******** BEGIN sticky menu ********/
    .navbar-fixed-top .desktop-main-nav li.level-0 > a,
    .navbar-fixed-top .desktop-main-nav li.level-0 > span {
        line-height: 60px;
        color: #FFFFFF;
    }
    .navbar-fixed-top .desktop-main-nav li.level-0:hover > a {
        border-bottom: 1px solid #fff;
    }
    .navbar-fixed-top .desktop-main-nav li.level-0.sales:hover > a {
        border-bottom: 1px solid #ff0000 !important;
    }
    .navbar-fixed-top .desktop-main-nav .menu-overlay,
    .navbar-fixed-top .desktop-main-nav ul.level-0 {
        top: 60px;
    }
    /******** END sticky menu ********/
}
/******** END desktop menu ********/


/******** BEGIN mobile menu ********/
@media (max-width: 899px) {
    .desktop-main-nav{
        display: none;
    }
    .offcanvas-wrap.mobile-wrap {
        position: relative;
        height: 100%;
    }
    .mobile-main-nav {
        height: 100%;
        padding: 0;
        text-transform: uppercase;
        /*overflow-x: hidden;*/
        -webkit-transition: transform .3s ease-in;
        -moz-transition: transform .3s ease-in;
        -ms-transition: transform .3s ease-in;
        -o-transition: transform .3s ease-in;
        transition: transform .3s ease-in;
    }
    .mobile-main-nav.open-first-level {
        transform: translateX(-100%);
    }
    .mobile-main-nav.open-second-level {
        transform: translateX(-200%);
    }
    .mobile-main-nav-wrap {
        height: 100%;
        padding: 15px 0 100px;
        overflow-y: auto;
    }
    .mobile-main-nav .inside > ul {
        margin-bottom: 0;
    }
    .mobile-main-nav li {
        position: relative;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
    }
    .mobile-main-nav li.dropdown {
        height: auto;
        padding-top: 12px;
    }
    .mobile-main-nav li a,
    .mobile-main-nav li > span {
        display: block;
        padding: 0 30px;
        color: #6c7680;
        transition: color .3s ease-in;
    }
    .mobile-main-nav li.menu-has-children > a {
        pointer-events: none;
    }
    .mobile-main-nav li.level-0 > .children,
    .mobile-main-nav li.level-1 > .children{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 80px;
        transform: translateX(100%);
    }
    .mobile-main-nav li.level-1 > .children{
        overflow-y: auto;
    }
    .mobile-main-nav ul.level-0 li:first-child {
        padding: 5px 30px;
        margin-bottom: 5px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #E1E1E1;
        background-color: #FAFAFA;
        box-sizing: content-box;
    }
    .mobile-main-nav li.menu-has-children:before,
    .mobile-main-nav ul.level-0 li:first-child:before {
        position: absolute;
        display: block;
        right: 30px;
        top: 50%;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #6c7680;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        transform: translateY(-50%);
    }
    .mobile-main-nav li.menu-has-children:before {
        content: "\f105";
    }
    .mobile-main-nav ul.level-0 li:first-child:before {
        content: "\f104";
        right: auto;
        left: 30px;
        font-weight: bold;
    }
    .mobile-main-nav #countryModalTriggerMobile {
        margin-top: 5px;
    }
    .mobile-main-nav .offcanvas-wrap li a {
        width: 100%;
    }
    .offcanvas-widget.mobile-social {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0;
        text-align: center;
        background: #000;
        -webkit-box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.3);
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.3);
    }
    .offcanvas-widget.mobile-social .social-widget {
        margin-bottom: 0;
        padding: 10px 0;
    }
    .offcanvas-widget.mobile-social .social-widget-wrap a {
        margin: 0 10px;
        color: #fff;
    }
    .offcanvas-widget.mobile-social .social-widget-wrap a i {
        font-size: 20px;
    }
    .mobile-main-nav ul li.level-0.sales > a {
        color: #ff0000;
        font-weight: bold;
    }
    .mobile-main-nav ul li.level-0.sales:hover > a {
        color: #ff0000;
        border-bottom: 1px solid #ff0000;
    }
}

/******** END mobile menu ********/

@media (min-width: 900px) {
    .primary-nav > .megamenu > .dropdown-menu {
        background: #fff;
        border-top: 2px solid #FFFFFF;
    }

    .primary-nav > .megamenu.megamenu-fullwidth {
        position: static !important;
    }

    .primary-nav > .megamenu.megamenu-fullwidth > .dropdown-menu {
        width: 100%;
        overflow: auto;
        max-height: 747px;
        display: none;
    }

    .primary-nav > .megamenu .megamenu-title {
        color: #777;
        margin: 15px 0;
        padding: 8px 8px 15px;
        font-size: 1em;
        text-transform: uppercase;
        position: relative;
        font-weight: normal;
    }

    .primary-nav > .megamenu .megamenu-title:before {
        background: #FFFFFF none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 8px;
        position: absolute;
        width: 50px;
    }

    .primary-nav > .megamenu .megamenu-title a {
        background: transparent !important;
    }

    .primary-nav > .megamenu .megamenu-title .caret {
        display: none;
    }

    .primary-nav > .megamenu > .dropdown-menu .widget {
        margin-bottom: 0;
    }

    .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar {
        padding: 15px;
    }

    .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products {
        margin: 0;
    }

    .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li {
        margin: 0;
    }

    .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar .products li img {
        width: 100%;
    }

    .primary-nav > .megamenu > .dropdown-menu .megamenu-sidebar a {
        margin: 0;
        padding: 0;
    }

    .primary-nav > .megamenu > .dropdown-menu > li {
        /*display: table-cell;*/
        display: inline-block;
        float: left;
        vertical-align: top;
        border-bottom: none;
        border-top: none;
        padding: 15px 15px 30px;
        min-width: 200px;
    }

    .primary-nav > .megamenu > .dropdown-menu > li:last-child {
        border-right: none;
    }

    .primary-nav > .megamenu > .dropdown-menu > li.mega-col-12 {
        width: 100%;
    }

    .primary-nav > .megamenu > .dropdown-menu > li.mega-col-3 {
        width: 25%;
    }

    .primary-nav > .megamenu > .dropdown-menu > li.mega-col-6 {
        width: 50%;
    }

    .primary-nav > .megamenu > .dropdown-menu > li.mega-col-4 {
        width: 33.3333%;
    }

    .primary-nav > .megamenu > .dropdown-menu > li > a {
        background: rgba(0, 0, 0, 0.95);
    }

    .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu {
        background: transparent;
        /*display: block !important;*/
        position: relative;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        float: none;
        left: 0 !important;
        top: 0 !important;
        opacity: 1 !important;
    }

    .primary-nav > .megamenu:nth-child(1) > .dropdown-menu > li .dropdown-menu,
    .primary-nav > .megamenu:nth-child(2) > .dropdown-menu > li .dropdown-menu,
    .primary-nav > .megamenu:nth-child(3) > .dropdown-menu > li .dropdown-menu,
    .primary-nav > .megamenu:nth-child(4) > .dropdown-menu > li > .dropdown-menu,
    .primary-nav > .megamenu:nth-child(5) > .dropdown-menu > li > .dropdown-menu {
        display: block !important;
    }

    .primary-nav > .megamenu:nth-child(4) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
    .primary-nav > .megamenu:nth-child(5) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
        display: none !important;
    }

    .primary-nav > .megamenu:nth-child(4) > .dropdown-menu > li > .dropdown-menu > li > a > .caret::before,
    .primary-nav > .megamenu:nth-child(5) > .dropdown-menu > li > .dropdown-menu > li > a > .caret::before {
        left: 10px;
        display: none;
    }

    .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu li {
        border: none;
    }

    .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a {
        padding-left: 8px;
    }

    .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a:hover {
        color: #000;
    }

    .primary-nav > .megamenu > .dropdown-menu > li .dropdown-menu a span {
        text-transform: capitalize;
    }
}

.primary-nav .dropdown-menu {
    min-width: 200px;
    background: rgba(0, 0, 0, 0.9);
}

.primary-nav .dropdown-menu li {
    border-bottom: none;
    border-top: 1px solid transparent;
}

.primary-nav .dropdown-menu li:first-child {
    border-top: none;
}

.primary-nav .dropdown-menu li.menu-item-has-children > .dropdown-menu {
    margin: 0;
    left: 100%;
    top: 0;
}

@media (max-width: 899px) {
    .primary-nav .dropdown-menu li .megamenu-title {
        font-size: 13px;
        font-weight: 700;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0.7692307692307693em 1.1538461538461537em 0.7692307692307693em 1.9230769230769231em;
        position: relative;
        color: #6c7680;
    }

    .primary-nav .dropdown-menu li .megamenu-title .caret {
        cursor: pointer;
    }
}

.primary-nav .dropdown-menu a {
    color: #777;
    padding: 0.5em 1.0769230769230769rem;
    font-weight: normal;
}

@media (min-width: 900px) {
    .primary-nav .dropdown-menu a:hover {
        color: #000;
        background: transparent;
    }
}

.primary-nav .dropdown-menu .open > a {
    color: #000;
}

.primary-nav li.menu-item-has-children {
    position: relative;
}

@media (max-width: 899px) {
    .primary-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
    .primary-nav li.menu-item-has-children.open > a > .caret:before {
        content: "\f068";
        position: relative;
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
    }
}

@media (max-width: 899px) {
    .primary-nav li {
        border-bottom: 1px solid transparent;
    }

    .primary-nav li:last-child {
        border-bottom: none;
    }
}

.primary-nav > li:not(.megamenu) > .dropdown-menu {
    padding: 10px 7px;
}

.primary-nav > li > .dropdown-menu {
    border-top: 2px solid #FFFFFF;
}

.primary-nav > li > a {
    position: relative;
}

@media (min-width: 900px) {
    .header-type-classic .primary-nav > li > a {
        padding: 0 30px;
        line-height: 35px;
        text-transform: uppercase;
    }

    .header-type-default .primary-nav > li > a {
        text-transform: uppercase;
        font-weight: 700;
        line-height: 70px;
        vertical-align: middle;
        text-align: center;
        display: block;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-type-default .primary-nav > li > a .navicon {
        display: block;
        font-size: 21px;
        margin: 0;
        position: absolute;
        top: 25px;
        color: #FFFFFF;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        -webkit-transition: height 0.2s;
        -o-transition: height 0.2s;
        transition: height 0.2s;
    }

    .header-type-default .primary-nav > li > a:first-child {
        padding-left: 0;
    }
}

@media (min-width: 900px) {
    /*.primary-nav > li > a > .caret {
      display: none;
    }*/
}

.primary-nav > li.menu-item-has-children {
    position: relative;
}

.primary-nav > li.menu-item-has-children .caret {
    border: none;
    vertical-align: baseline;
    margin-left: 0.15384615384615385em;
    font-size: 1.0769230769230769em;
}

@media (min-width: 900px) {
    .primary-nav > li.menu-item-has-children .caret:before {
        content: "\f107";
        position: relative;
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
    }

    .primary-nav > li.menu-item-has-children.sales .caret:before,
    .primary-nav > li.menu-item-has-children.sale .caret:before,
    .primary-nav > li.menu-item-has-children.saldi .caret:before {
        color: #FF0000;
    }
}

@media (max-width: 899px) {
    .primary-nav > li.menu-item-has-children .caret {
        height: 100%;
        padding: 10px;
        position: absolute;
        right: 0px;
        top: 0;
        width: 40px;
        text-align: center;
    }

    .primary-nav > li.menu-item-has-children .caret:before {
        content: "\f067";
        position: relative;
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
    }
}

@media (min-width: 900px) {
    .primary-nav > li.menu-item-has-children li.menu-item-has-children .caret {
        /*display: none;*/
        position: absolute;
        right: 1.0769230769230769rem;
    }

    .primary-nav > li.menu-item-has-children li.menu-item-has-children .caret:before {
        content: "\f105";
        position: relative;
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
    }
}

.primary-nav > li.current-menu-parent > a,
.primary-nav > li.current-menu-parent > a:hover {
    color: #FFFFFF;
    background-color: transparent;
}

@media (max-width: 899px) {
    .primary-nav .dropdown-menu {
        position: relative;
        float: none;
    }

    .primary-nav > li > a {
        font-size: 13px;
    }
}

.header-type-classic {
    position: relative;
}

.navbar-fixed-top {
    background: rgba(0, 0, 0, 0.9);
    height: 60px;
}

.navbar-fixed-top .navbar-nav.primary-nav > li > a {
    line-height: 60px;
    color: #FFFFFF !important;
}

.navbar-fixed-top .navbar-nav.primary-nav .search-form-wrap {
    line-height: 60px;
    height: 60px;
}

.navbar-search-button {
    position: relative;
    padding: 0 !important;
}

.navbar-search-button i {
    height: 40px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    font-size: 14px;
}

@-webkit-keyframes search_pop {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes search_pop {
    0% {
        -moz-transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes search_pop {
    0% {
        -moz-transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes search_pop {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 899px) {
    .navbar-search {
        border: none !important;
    }
}

.navbar-search .search-form-wrap {
    color: #6c7680;
}

.navbar-search .search-form-wrap.show-popup {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #ebebec;
    z-index: 1000;
    background: #fff;
    margin: -0.07692307692307693em 0 0 0;
    display: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 899px) {
    .navbar-search .search-form-wrap.show-popup {
        background: rgba(0, 0, 0, 0);
        margin: 0;
        border: none !important;
    }
}

.navbar-search .search-form-wrap.show-popup.show {
    -webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
    -o-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
    animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop;
}

.navbar-search .search-form-wrap.show-popup:before {
    border-color: #fff;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    content: "";
    display: block;
    height: 0.6923076923076923em;
    position: absolute;
    right: 1.5384615384615385em;
    top: -0.38461538461538464em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.6923076923076923em;
    z-index: 1010;
    background: #fff;
}

.navbar-search .search-form-wrap.show-popup .searchform-loading {
    display: none;
}

.navbar-search .search-form-wrap.show-popup .searchform {
    position: relative;
    margin: 0.7692307692307693em;
}

.navbar-search .search-form-wrap.show-popup .searchform:after {
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
    content: "\f110";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
    -webkit-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
    -webkit-animation-timing-function: steps(8, start);
    animation-timing-function: steps(8, start);
}

.navbar-search .search-form-wrap.show-popup .searchform:after {
    color: #fff;
    position: absolute !important;
    top: 0.6153846153846154em;
    right: 0.7692307692307693em !important;
    font-size: 1.2307692307692308em !important;
}

.navbar-search .search-form-wrap.show-popup .searchform:before {
    content: "";
    width: 2.6153846153846154em;
    height: 2.6153846153846154em;
    position: absolute;
    right: 0;
    text-align: center;
    background: #FFFFFF;
    line-height: 2.6153846153846154em;
    color: #fff;
}

@media (max-width: 899px) {
    .navbar-search .search-form-wrap.show-popup .searchform:before {
        background: rgba(0, 0, 0, 0);
    }
}

.navbar-search .search-form-wrap.show-popup .searchinput {
    width: 19.23076923076923em;
    height: 2.6153846153846154em;
    border: 1px solid #ebebec;
    padding: 0.38461538461538464em;
    padding-right: 2.769230769230769em;
    background: #f8f8f8;
    font-size: 13px;
    outline: none;
}

@media (max-width: 899px) {
    .navbar-search .search-form-wrap.show-popup .searchinput {
        width: 100%;
        background: rgba(11, 11, 11, 0.57);
        border-color: rgba(11, 11, 11, 0.57);
    }
}

@media (max-width: 899px) {
    .navbar-search > a {
        display: none !important;
    }

    .navbar-search .search-form-wrap.show-popup {
        position: relative;
        display: block !important;
        border: none;
        border-top: 1px solid #6c7680;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0;
    }

    .navbar-search .search-form-wrap.show-popup .searchform {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-search .search-form-wrap.show-popup:before {
        display: none;
    }

    .navbar-search .search-form-wrap.show-popup #s {
        width: 100%;
    }
}

@media (max-width: 899px) {
    .navbar-default {
        height: 75px;
    }

    .navbar-toggle {
        float: left;
        position: relative;
    }

    .header-container {
        z-index: 1051;
    }

    .navbar-brand {
        float: none;
        text-align: center;
    }
}

.navbar-minicart {
    position: relative;
}

@media (max-width: 899px) {
    .navbar-minicart {
        display: none !important;
    }
}

.search-icon-mobile {
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border-color: rgba(213, 211, 206, 0.7);
    border-width: 0 1px 0;
    border-style: solid;
    border-radius: 0px;
    width: 74px;
    height: 74px;
    line-height: 74px;
    color: #ffffff;
    text-align: center;
    position: relative !important;
}

.search-icon-mobile:focus {
    outline: 0;
}

.search-icon-mobile .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}

.search-icon-mobile .icon-bar + .icon-bar {
    margin-top: 4px;
}

.search-icon-mobile.x .bar-top {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.search-icon-mobile.x .bar-middle {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.search-icon-mobile.x .bar-bottom {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

@media (min-width: 900px) {
    .search-icon-mobile {
        display: none;
    }
}

.search-icon-mobile i {
    font-size: 20px;
    height: auto;
}

@media (max-width: 899px) {
    .search-icon-mobile {
        display: block;
    }
}

.cart-icon-mobile {
    display: none;
    margin: 0;
    background: url("../images/shopping_bag.svg") no-repeat center center / 24px auto;
    border-color: rgba(213, 211, 206, 0.7);
    border-width: 0 1px 0 0;
    border-style: solid;
    border-radius: 0px;
    height: 74px;
    line-height: 74px;
    float: right;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    width: 74px;
    text-align: center;
}

.cart-icon-mobile:focus {
    outline: 0;
}

.cart-icon-mobile .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}

.cart-icon-mobile .icon-bar + .icon-bar {
    margin-top: 4px;
}

.cart-icon-mobile.x .bar-top {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.cart-icon-mobile.x .bar-middle {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cart-icon-mobile.x .bar-bottom {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

@media (min-width: 900px) {
    .cart-icon-mobile {
        display: none;
    }
}

.cart-icon-mobile:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
}

.cart-icon-mobile span {
    font-family: "Open Sans", Arial, sans-serif;
    background: rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    height: 1.7em;
    line-height: 1.5em;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 1.7em;
    font-size: 12px;
    font-weight: 900;
}

.cart-icon-mobile .minicart-icon-svg {
    font-size: 16px;
    width: 20px;
}

@media (max-width: 899px) {
    .cart-icon-mobile {
        display: block;
    }
}


/*@media (max-width: 899px) {
  .navbar-header {
    background: #3b3e43;
    padding: 0;
    height: 74px;
  }
  .navbar-header .row > .col-md-12 {
    padding: 0 10px;
  }
}*/

.offcanvas-overlay {
    background-color: #b5b5b5;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 1050;
    visibility: hidden;
}

.offcanvas {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: calc(100% - 74px);
    height: 100%;
    background: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}

@media (max-width: 480px) {
    .offcanvas {
        width: calc(100% - 45px);
    }
}

.offcanvas-wrap {
    position: relative;
    height: 100%;
}

.offcanvas-wrap .customernamemobi {
    display: block;
    line-height: 1.875em;
    padding-bottom: 0.689655em;
    padding-top: 0.689655em;
    position: relative;
    color: #6c7680;
}

body.admin-bar .offcanvas-wrap {
    margin-top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .offcanvas-wrap {
        margin-top: 46px;
    }
}

.offcanvas-user {
    margin-left: -15px;
    margin-right: -15px;
    background: #6c7680;
    padding: 0 15px;
    margin-bottom: 20px;
}

.offcanvas-user a {
    height: 74px;
    line-height: 74px;
    color: #fff;
    width: 50%;
    float: left;
    text-align: center;
    display: block;
    font-size: 85%;
    text-transform: uppercase;
}

.offcanvas-user a.offcanvas-user-wishlist-link {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 899px) {
    .open-offcanvas #wrapper {
        height: 100%;
        overflow: hidden;
        position: fixed;
        -webkit-transform: translate(calc(100% - 74px), 0%);
        -ms-transform: translate(calc(100% - 74px), 0%);
        -o-transform: translate(calc(100% - 74px), 0%);
        transform: translate(calc(100% - 74px), 0%);
        width: 100%;
    }

    .open-offcanvas .offcanvas {
        left: 0;
        z-index: 9999;
        background-color: #fff;
    }

    .open-offcanvas .offcanvas-overlay {
        opacity: 0.8;
        filter: alpha(opacity=80);
        visibility: visible;
    }
}

@media (max-width: 480px) {
    .open-offcanvas #wrapper {
        -webkit-transform: translate(calc(100% - 45px), 0%);
        -ms-transform: translate(calc(100% - 45px), 0%);
        -o-transform: translate(calc(100% - 45px), 0%);
        transform: translate(calc(100% - 45px), 0%);
    }
}

.offcanvas-nav {
    margin: 0;
    padding: 0;
}

.offcanvas-nav li {
    display: block;
    position: relative;
}

.offcanvas-nav li.menu-item-has-children {
    position: relative;
}

.offcanvas-nav li.menu-item-has-children.sales > a {
    color: #FF0000;
}

.offcanvas-nav li.menu-item-has-children .caret {
    border: none;
    vertical-align: baseline;
    margin-left: 0;
    font-size: 1.0769230769230769em;
    height: 100%;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 40px;
    text-align: center;
}

.offcanvas-nav li.menu-item-has-children .caret:before {
    content: "\f067";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.offcanvas-nav li.menu-item-has-children.open > .megamenu-title > .caret:before,
.offcanvas-nav li.menu-item-has-children.open > a > .caret:before {
    content: "\f068";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.offcanvas-nav li.menu-item-has-children.open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}

.offcanvas-nav li.menu-item-has-children.open .dropdown-menu > li > a {
    line-height: 1.65517em;
    padding: 0.689655em 1.03448em 0.689655em 1.72414em;
}

.offcanvas-nav li.menu-item-has-children.open .dropdown-menu .dropdown-menu > li > a {
    padding-left: 3.44828em;
}

.offcanvas-nav a {
    display: block;
    line-height: 1.65517em;
    padding-bottom: 0.689655em;
    padding-top: 0.689655em;
    text-transform: uppercase;
    position: relative;
    color: #6c7680;
}

.offcanvas-nav a:hover {
    color: #6c7680;
}

.offcanvas-nav .dropdown-menu > li > a:hover,
.offcanvas-nav .dropdown-menu > li > a:focus {
    background: transparent;
}

.offcanvas-nav .dropdown-menu > li.active > a,
.offcanvas-nav .dropdown-menu > li.active > a:hover,
.offcanvas-nav .dropdown-menu > li.active > a:focus {
    background: transparent;
}

.offcanvas-nav .dropdown-menu a {
    color: #6c7680;
}

.offcanvas-nav .dropdown-menu a:hover {
    color: #000;
}

.offcanvas-nav .navbar-search {
    display: none;
}

.offcanvas-widget {
    margin-top: 3rem;
}


/*--------------------------------------------------------------
11.0 - Breadcrumbs
--------------------------------------------------------------*/

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}

.breadcrumb > li {
    display: inline-block;
    color: #a1aab5;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 10px;
    color: #a1aab5;
    font-size: 1em;
}

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

.breadcrumb > li a:hover {
    color: #ff0000;
    /* #ebebec; */
    text-decoration: underline;
}

.breadcrumb > .active {
    color: #777;
    /* #ebebec; */
}


/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/

.paginate {
    display: block;
    margin-top: 1.5384615384615385em;
    padding: 0 0 0.9230769230769231rem 0;
    border-bottom: 1px solid #f4f4f4;
}

.container-full .paginate {
    padding-left: 30px;
    padding-right: 30px;
}

.paginate .paginate_links {
    display: table;
    margin: 0 auto;
    float: right;
}

.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
    padding: 4px 11px;
    display: inline-block;
    float: left;
    margin: 0 0.38461538461538464em 0 0;
    font-weight: bold;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.paginate .paginate_links .pagination-meta:last-child,
.paginate .paginate_links .page-numbers:last-child {
    margin: 0;
}

.paginate .paginate_links .pagination-meta.current,
.paginate .paginate_links .page-numbers.current {
    background: #6c7680;
    color: #FFFFFF;
}

.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
    background: #6c7680;
}

.paginate .paginate_links .pagination-meta {
    color: #6c7680;
    border-color: transparent;
    margin-right: 0.7692307692307693em;
}

@media (max-width: 767px) {
    .paginate .paginate_links {
        float: none;
    }

    .paginate .paginate_links .pagination-meta {
        display: none;
    }
}

.posts .paginate .paginate_links {
    float: none;
}

.posts .paginate {
    font-size: 12px;
    border-bottom: none;
}

.posts .paginate a,
.paginate .paginate_links .page-numbers.dots {
    color: #3b3e43;
}


/*--------------------------------------------------------------
* 14.0 - Alerts
--------------------------------------------------------------*/

.validation-advice {
    color: red;
}


/*--------------------------------------------------------------
17.0 - Close icons
--------------------------------------------------------------*/

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}


/*--------------------------------------------------------------
19.0 - Mediaelementplayer
--------------------------------------------------------------*/

.mejs-overlay-button {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px !important;
}

.mejs-overlay-button:before {
    font-family: "FontAwesome";
    font-size: 22px;
    content: "\f04b";
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mejs-poster {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.mejs-container {
    background: none;
}

.mejs-container .mejs-controls {
    background: #ebebec !important;
    font-size: 11px !important;
}

.mejs-container.mejs-audio div.mejs-volume-button {
    min-height: 0;
}

.mejs-container .mejs-controls > div {
    min-height: 26px;
    height: auto;
}

.mejs-controls .mejs-button button {
    background-image: none;
    height: 16px !important;
    line-height: 0 !important;
    margin: 8px 5px;
}

.mejs-controls .mejs-button button:before {
    font-family: "FontAwesome";
    font-size: 13px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mejs-container .mejs-controls .mejs-time {
    min-height: 0;
}

.mejs-container .mejs-controls .mejs-time span {
    color: #000;
}

.mejs-controls .mejs-play button:before {
    content: "\f04b";
}

.mejs-controls .mejs-pause button:before {
    content: "\f04c";
}

.mejs-overlay-loading,
.mejs-overlay-loading span {
    background: none !important;
}

.mejs-controls .mejs-time-rail span {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 6px;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #fff;
    margin: 6px 5px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #d1d1d3 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #FFFFFF !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: #d1d1d3 transparent transparent !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    border: 1px solid #d1d1d3 !important;
    background: #d1d1d3 !important;
}

.mejs-controls .mejs-fullscreen-button button:before {
    content: "\f065";
}

.mejs-controls .mejs-unfullscreen button:before {
    content: "\f066";
}

.mejs-controls .mejs-volume-button button:before {
    content: "\f028";
}

.mejs-controls .mejs-mute button:before {
    /* content: "\f026"; */
}

.mejs-controls .mejs-unmute button:before {
    content: "\f026";
}

.mejs-controls div.mejs-horizontal-volume-slider {
    float: right;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 6px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #FFFFFF !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 6px;
}

.mejs-contextmenu {
    z-index: 1001;
}

.dh-mfp-popup .mfp-content {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
}

.dh-mfp-popup.mfp-ready .mfp-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.dh-mfp-popup .mfp-content .embed-wrap,
.dh-mfp-popup .mfp-content .video-embed-wrap {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
}

.dh-mfp-popup .mfp-content .embed-wrap .mfp-close,
.dh-mfp-popup .mfp-content .video-embed-wrap .mfp-close {
    color: #fff;
    right: -16px;
    top: -35px;
}


/*--------------------------------------------------------------
20.0 - Modals
--------------------------------------------------------------*/

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1090;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    -o-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    -ms-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    -moz-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
}

.modal.in {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.in .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px auto;
}

.modal-dialog.modal-dialog-center {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
}

.modal-dialog.modal-dialog-center .modal-body {
    overflow-y: auto;
}

.modal-dialog.modal-dialog-center .modal-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .modal-dialog.modal-dialog-center {
        width: 100%;
    }
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1075;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-header {
    padding: 30px;
    padding-bottom: 0;
    min-height: 31.6px;
}

.modal-dialog {
    padding-top: 75px;
    margin-top: 0 !important;
    max-width: 90%;
}

.modal-header .close {
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    height: 40px;
    left: 50%;
    margin-top: -86px;
    opacity: 1;
    position: absolute;
    width: 40px;
    z-index: 100;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.modal-title {
    margin: 0;
    line-height: 1.6;
    font-size: 1.8461538461538463em;
    text-align: center;
    text-transform: uppercase;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 0.38461538461538464em;
    margin-bottom: 0;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.user-register-modal .form-control,
.user-lostpassword-modal .form-control,
.user-login-modal .form-control {
    border-color: #ebebec;
}

.user-register-modal .form-control:focus,
.user-lostpassword-modal .form-control:focus,
.user-login-modal .form-control:focus {
    border-color: #6c7680;
    border-width: 1px;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #6c7680;
    box-shadow: inset 0 0 0 1px #6c7680;
}

.user-register-modal .modal-content,
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
    border-width: 0px;
}

@media (min-width: 768px) {
    .user-register-modal .modal-dialog,
    .user-lostpassword-modal .modal-dialog,
    .user-login-modal .modal-dialog {
        width: 400px;
    }
}

.user-register-modal .modal-header,
.user-lostpassword-modal .modal-header,
.user-login-modal .modal-header {
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.user-register-modal .modal-footer,
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
    background-color: #ebebec;
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

.user-register-modal .modal-footer button,
.user-lostpassword-modal .modal-footer button,
.user-login-modal .modal-footer button {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ajax-modal-result,
.user-modal-result {
    text-align: center;
}

.ajax-modal-result a,
.user-modal-result a {
    color: #FFFFFF;
}

.ajax-modal-result a:hover,
.user-modal-result a:hover {
    text-decoration: underline;
}

.ajax-modal-result .error-response,
.user-modal-result .error-response {
    color: #fe252c;
}

.ajax-modal-result .success-response,
.user-modal-result .success-response {
    color: #a0ce4e;
}

.newsletter-modal .form-control {
    border-color: #ebebec;
}

.newsletter-modal .form-control:focus {
    border-color: #6c7680;
    border-width: 1px;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #6c7680;
    box-shadow: inset 0 0 0 1px #6c7680;
}

.newsletter-modal .modal-header {
    border-bottom: 0;
}

.newsletter-modal .modal-body {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .newsletter-modal .modal-body {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .newsletter-modal .modal-dialog {
        width: 800px;
    }
}

.newsletter-modal .newsletter-modal-title {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.newsletter-modal .newsletter-modal-desc {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.newsletter-modal .modal-footer {
    border: none;
    text-align: inherit;
    padding-bottom: 100px;
    padding-top: 0;
}

.newsletter-modal .modal-footer button {
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .newsletter-modal .modal-content {
        background: #ffffff url("https://www.vinicioboutique.com/skin/frontend/vinicio/default/images/newsletter-modal-bg.png") no-repeat scroll left center;
        padding: 0 0 0 40%;
    }
}

.newsletter-modal .ajax-modal-result {
    text-align: inherit;
    margin-bottom: 15px;
}

.user-login-or {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    position: relative;
}

.user-login-or:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ebebec;
    top: 50%;
    margin-top: -1px;
    content: "";
    left: 0;
}

.user-login-or span {
    border: 1px solid #ebebec;
    display: inline-block;
    font-size: 1.1rem;
    height: 2.5em;
    width: 2.5em;
    font-style: italic;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 2.1em;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.user-register-modal .user-login-facebook,
.user-login-modal .user-login-facebook {
    text-align: center;
}

@media (max-width: 767px) {
    .user-register-modal .lostpassword-modal-link,
    .user-login-modal .lostpassword-modal-link {
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .user-register-modal .modal-footer,
    .user-login-modal .modal-footer {
        text-align: center !important;
    }

    .user-register-modal .modal-footer .user-login-modal-register,
    .user-login-modal .modal-footer .user-login-modal-register {
        margin-bottom: 15px;
    }

    .user-register-modal .modal-footer .pull-left,
    .user-login-modal .modal-footer .pull-left {
        display: block;
        float: none !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 2.3076923076923075em auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/*--------------------------------------------------------------
21.0 - Tooltips
--------------------------------------------------------------*/

.tooltip {
    font-family: inherit;
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 85%;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -0.23076923076923078em;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 0.23076923076923078em;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 0.23076923076923078em;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -0.23076923076923078em;
    padding: 0 5px;
}

a[data-toggle="popover"],
a[data-toggle="tooltip"] {
    color: #FFFFFF;
    text-decoration: underline;
}

a[data-toggle="popover"]:hover,
a[data-toggle="tooltip"]:hover {
    color: #aa8c5f;
}

.tooltip-inner {
    max-width: 15.384615384615385em;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #FFFFFF;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #FFFFFF;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #FFFFFF;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #FFFFFF;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #FFFFFF;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #FFFFFF;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #FFFFFF;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #FFFFFF;
}


/*--------------------------------------------------------------
23.0 - Carousel
--------------------------------------------------------------*/

.carousel {
    position: relative;
}

.carousel.fade {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

.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.fade {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel.fade .carousel-inner .item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition-property: opacity;
    width: 100%;
    height: 100%;
}

.carousel.fade .carousel-inner .active {
    opacity: 1;
    z-index: 1;
}

.carousel.fade .carousel-inner .active.left,
.carousel.fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel.fade .carousel-inner .next.left,
.carousel.fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 10;
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .carousel-icon-prev,
.carousel-control .carousel-icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .carousel-icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .carousel-icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    margin: 0px 3px;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .carousel-control .carousel-icon-prev,
    .carousel-control .carousel-icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .carousel-icon-prev {
        margin-left: -15px;
    }

    .carousel-control .carousel-icon-next {
        margin-right: -15px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}


/*--------------------------------------------------------------
24.0 - DH Slider
--------------------------------------------------------------*/

@-webkit-keyframes text-from-bottom {
    0% {
        top: 70px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        top: 45px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes text-from-bottom {
    0% {
        top: 70px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        top: 45px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-o-keyframes text-from-bottom {
    0% {
        top: 70px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        top: 45px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes text-from-bottom {
    0% {
        top: 70px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        top: 45px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.dhslider {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.dhslider .dhslider-loader {
    background: none repeat scroll 0 0 #393939;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.dhslider .dhslider-loader .fade-loading {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dhslider .dhslider-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.dhslider .slide-bg {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.dhslider .slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://www.vinicioboutique.com/skin/frontend/vinicio/default/images/grid-overlay.png) repeat scroll 0 0 rgba(174, 174, 174, 0.25);
    z-index: 2;
}

.dhslider .slide-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.dhslider .video-embed-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dhslider .video-embed-wrap video {
    position: relative;
    visibility: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dhslider .carousel-control {
    background: none;
    visibility: hidden;
    display: none !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dhslider .carousel-control .carousel-icon-prev,
.dhslider .carousel-control .carousel-icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 45px;
}

.dhslider .carousel-control:hover,
.dhslider .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.dhslider .carousel-control .carousel-icon-prev {
    margin-left: -25px;
}

.dhslider .carousel-control .carousel-icon-next {
    margin-right: -25px;
}

@media (max-width: 767px) {
    .dhslider .carousel-control {
        display: none;
    }
}

.dhslider:hover .carousel-control {
    opacity: 0.5;
    filter: alpha(opacity=50);
    visibility: visible;
}

.dhslider:hover .carousel-control:hover,
.dhslider:hover .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.dhslider .slider-caption {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
}

.dhslider .slider-caption.caption-align-left {
    padding-left: 15%;
    width: 50%;
}

.dhslider .slider-caption.caption-align-left .slider-caption-text {
    max-width: none;
}

.dhslider .slider-caption.caption-align-center {
    padding: 0 15%;
    text-align: center;
}

.dhslider .slider-caption.caption-align-right {
    padding-right: 15%;
    width: 50%;
    left: auto;
    right: 0;
}

.dhslider .slider-caption.caption-align-right .slider-caption-text {
    max-width: none;
}

@media (max-width: 1199px) {
    .dhslider .slider-caption {
        padding: 0 15px !important;
        text-align: center !important;
        width: 100% !important;
        left: auto;
        right: auto;
    }
}

.dhslider .slider-caption .btn {
    line-height: 1;
    font-size: 1.2em;
    border-width: 2px;
    margin: 0 10px;
}

@media (max-width: 1199px) {
    .dhslider .slider-caption .btn {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .dhslider .slider-caption .btn {
        font-size: 0.8em;
    }
}

.dhslider .slider-caption .slider-top-caption-text {
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dhslider .slider-caption .slider-heading-text {
    color: #fff;
    font-size: 3em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .dhslider .slider-caption .slider-heading-text {
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    .dhslider .slider-caption .slider-heading-text {
        font-size: 2em;
        margin-bottom: 10px;
    }
}

.dhslider .slider-caption .slider-caption-text {
    font-size: 1rem;
    color: #fff;
    max-width: 70%;
    margin: 0 auto 30px;
}

@media (max-width: 1199px) {
    .dhslider .slider-caption .slider-caption-text {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .dhslider .slider-caption .slider-caption-text {
        font-size: 0.8em;
        margin-bottom: 10px;
    }
}

@media (min-width: 900px) {
    .dhslider .carousel-inner .slider-caption .slider-top-caption-text,
    .dhslider .carousel-inner .slider-caption .slider-heading-text,
    .dhslider .carousel-inner .slider-caption .slider-caption-text,
    .dhslider .carousel-inner .slider-caption .slider-buttons a {
        opacity: 0;
        filter: alpha(opacity=0);
        top: 70px;
        position: relative;
    }

    .dhslider .carousel-inner .active .slider-caption .slider-top-caption-text,
    .dhslider .carousel-inner .active .slider-caption .slider-heading-text,
    .dhslider .carousel-inner .active .slider-caption .slider-caption-text,
    .dhslider .carousel-inner .active .slider-caption .slider-buttons a {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0;
        -webkit-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        animation: text-from-bottom 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .dhslider .carousel-inner .active .slider-caption .slider-heading-text {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .dhslider .carousel-inner .active .slider-caption .slider-caption-text {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .dhslider .carousel-inner .active .slider-caption .slider-buttons a {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

@media (max-width: 767px) {
    .dhslider .carousel-indicators {
        display: none;
    }
}


/*--------------------------------------------------------------
25.0 - Shortcodes
        25.1 - Caroufredsel Slider
        25.2 - Testimonial
        25.3 - Counter
        25.4 - Countdown
        25.5 - Instagram
        25.6 - Box Feature
        25.7 - Client
        25.8 - Reso

 --------------------------------------------------------------*/


/*--------------------------------------------------------------
25.1 - Caroufredsel Slider
--------------------------------------------------------------*/

.caroufredsel {
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.caroufredsel .caroufredsel_wrapper {
    margin: 0 !important;
}

.caroufredsel .caroufredsel-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 -10px;
}

.caroufredsel .caroufredsel-wrap > .commerce {
    position: relative;
    overflow: hidden;
}

.caroufredsel-item-no-padding.caroufredsel .caroufredsel-wrap {
    margin: 0;
}

.caroufredsel .caroufredsel-wrap .caroufredsel-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.caroufredsel .caroufredsel-wrap .caroufredsel-item {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0 5px;
}

.caroufredsel-item-no-padding.caroufredsel .caroufredsel-wrap .caroufredsel-item {
    margin: 0;
}

.caroufredsel .caroufredsel-wrap .caroufredsel-item > a > img,
.caroufredsel .caroufredsel-wrap .caroufredsel-item > img {
    width: 100%;
}

.caroufredsel-wrap .caroufredsel-next,
.caroufredsel-wrap .caroufredsel-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #3b3e43;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 14px;
    border: 2px solid #FFFFFF;
    text-align: center;
    z-index: 100;
}

.caroufredsel-wrap .caroufredsel-next:hover,
.caroufredsel-wrap .caroufredsel-prev:hover {
    background-color: #FFFFFF;
    border-color: transparent;
    color: #3b3e43;
}

.caroufredsel-wrap .caroufredsel-next.disabled,
.caroufredsel-wrap .caroufredsel-prev.disabled {
    display: none !important;
}

.caroufredsel-wrap .caroufredsel-prev {
    left: -45px;
}

.caroufredsel-wrap .caroufredsel-prev:before {
    content: "\f053";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.caroufredsel-wrap .caroufredsel-next {
    right: -45px;
}

.caroufredsel-wrap .caroufredsel-next:before {
    content: "\f054";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.caroufredsel-wrap:hover > .caroufredsel-prev,
.caroufredsel-wrap.hover > .caroufredsel-prev {
    left: 20px;
}

.caroufredsel-wrap:hover > .caroufredsel-next,
.caroufredsel-wrap.hover > .caroufredsel-next {
    right: 20px;
}

@media (min-width: 961px) {
    .commerce div.product div.single-product-images .product-images-slider .caroufredsel-wrap > .caroufredsel-prev {
        display: none !important;
    }

    .commerce div.product div.single-product-images .product-images-slider .caroufredsel-wrap > .caroufredsel-next {
        display: none !important;
    }
}

@media (max-width: 960px) {
    .commerce div.product div.single-product-images .product-images-slider .caroufredsel-wrap > .caroufredsel-prev {
        left: 0;
    }

    .commerce div.product div.single-product-images .product-images-slider .caroufredsel-wrap > .caroufredsel-next {
        right: 0;
    }

    .caroufredsel-wrap .caroufredsel-next,
    .caroufredsel-wrap .caroufredsel-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #3b3e43;
        background-color: #FFFFFF;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        height: 35px;
        line-height: 34px;
        font-size: 14px;
        border: 2px solid #FFFFFF;
        text-align: center;
        z-index: 100;
    }

    .caroufredsel-item img {
        width: calc(100% - 70px) !important;
        margin-left: 35px;
    }

    .reduction {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.caroufredsel .caroufredsel-pagination {
    text-align: center;
    margin-top: 15px;
}

.caroufredsel .caroufredsel-pagination a {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    text-indent: -9999em;
    width: 10px;
}

.caroufredsel .caroufredsel-pagination a:hover,
.caroufredsel .caroufredsel-pagination a.selected {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
}


/*--------------------------------------------------------------
25.2 - Testimonial
--------------------------------------------------------------*/

.testimonial .testimonial-text {
    font-size: 1.2em;
    text-align: center;
    padding: 1.2rem 30px;
    position: relative;
    margin-bottom: 1.2rem;
}

.testimonial .testimonial-text > span {
    font-family: "PT Sans", sans-serif;
    font-size: 1.1em;
    line-height: 1;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.testimonial .testimonial-text > span:first-child {
    color: #666666;
    font-size: 150px;
    height: 64px;
    left: 20px;
    position: absolute;
    top: 5px;
    width: 64px;
}

.testimonial .testimonial-text > span:last-child {
    color: #666;
    font-size: 70px;
    position: absolute;
}

.testimonial.bg-transparent .testimonial-text > span:last-child,
.testimonial.bg-transparent .testimonial-text > span:first-child,
.testimonial.bg-transparent .caroufredsel .caroufredsel-wrap .caroufredsel-next,
.testimonial.bg-transparent .caroufredsel .caroufredsel-wrap .caroufredsel-prev,
.testimonial.bg-transparent .testimonial-company,
.testimonial.bg-transparent .testimonial-author,
.testimonial.bg-transparent .testimonial-text {
    color: #fff;
}

.testimonial.bg-transparent .testimonial-text {
    background: rgba(0, 0, 0, 0);
}

.testimonial.bg-transparent .testimonial-text:before {
    display: none;
}

.testimonial .testimonial-avatar {
    text-align: center;
    position: relative;
}

.testimonial .testimonial-avatar img {
    width: 150px !important;
    height: 150px !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ebebec;
    padding: 5px;
}

.testimonial .testimonial-author {
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.1em;
    color: #6c7680;
}

.testimonial .testimonial-company {
    text-align: center;
    font-size: 85%;
    color: #8a8a8a;
}

.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-next {
    font-size: 50px;
    right: 50%;
    margin-right: -124px;
    border: none;
    color: #6c7680;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
}

.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-prev {
    font-size: 50px;
    left: 50%;
    margin-left: -124px;
    border: none;
    color: #6c7680;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
}

.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-item:hover .caroufredsel-next,
.testimonial .caroufredsel .caroufredsel-wrap .caroufredsel-item:hover .caroufredsel-prev {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*--------------------------------------------------------------
25.3 - Counter
--------------------------------------------------------------*/

.counter {
    text-align: center;
    margin-bottom: 15px;
}

.counter.counter-icon-top .counter-icon {
    display: block;
}

.counter.counter-icon-left .counter-icon {
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
}

.counter .counter-count {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.7692307692307693em;
}

.counter .counter-unit {
    font-size: 80%;
}

.counter .counter-number {
    margin-top: 0;
}

.counter .counter-text {
    display: block;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
}


/*--------------------------------------------------------------
25.4 - Countdown
--------------------------------------------------------------*/

.countdown {
    width: 90%;
}

.countdown-content:before,
.countdown-content:after {
    content: " ";
    display: table;
}

.countdown-content:after {
    clear: both;
}

.countdown-item {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid;
    text-transform: uppercase;
}

.countdown-item:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .countdown-item {
        border: none;
        width: 50%;
    }
}

.countdown-item .countdown-item-value {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 2.57em;
    font-weight: bold;
}

.countdown-white .countdown-item {
    color: #fff;
}


/*--------------------------------------------------------------
25.5 - Instagram
--------------------------------------------------------------*/

.instagram .caroufredsel-item a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}


/*--------------------------------------------------------------
25.6 - Box Feature
--------------------------------------------------------------*/

.box-ft {
    position: relative;
}

@media (max-width: 767px) {
    .box-ft {
        margin-bottom: 15px !important;
    }
}

.box-ft-1 > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(59, 62, 67, 0.75);
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-ft-1 > a:hover {
    background: transparent;
}

.box-ft-1 > a:hover .bof-tf-title-wrap::after {
    background: rgba(235, 235, 236, 0.25);
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    -moz-transform: translate(-50%, -50%) rotate(30deg);
    width: 100%;
}

.box-ft-1 > a:hover .bof-tf-title-wrap::before {
    background: rgba(235, 235, 236, 0.25);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    -moz-transform: translate(-50%, -50%) rotate(-30deg);
    width: 100%;
}

.box-ft-1 .bof-tf-title-wrap {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    padding: 30px 0;
}

.box-ft-1 .bof-tf-title-wrap:after,
.box-ft-1 .bof-tf-title-wrap:before {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-ft-1 .bof-tf-title-wrap:after {
    top: auto;
    bottom: 0;
}

.box-ft-1 .bof-tf-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
    display: block;
}

.box-ft-1 .bof-tf-sub-title {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 1.1em;
}

.box-ft-2 .bof-tf-title-wrap {
    display: block;
    padding: 15px 0 30px;
}

@media (min-width: 480px) {
    .box-ft-2 .bof-tf-title-wrap {
        padding: 30px;
    }
}

.box-ft-2 .bof-tf-title-wrap .nice-border-bottom-left {
    bottom: 0px;
    left: 0;
}

.box-ft-2 .bof-tf-title-wrap .nice-border-bottom-right {
    right: 0;
    bottom: 0;
}

.box-ft-2 .bof-tf-title-wrap .nice-border-top-left {
    left: 0;
    top: 0;
}

.box-ft-2 .bof-tf-title-wrap .nice-border-top-right {
    right: 0;
    top: 0;
}

.box-ft-2 .bof-tf-sub-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 1.2em;
}

.box-ft-2 .bof-tf-title {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

@media (max-width: 1199px) {
    .box-ft-2 .bof-tf-title {
        font-size: 2em;
    }
}

.box-ft-3 .bof-tf-title-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 25px 30px 10px;
    height: 50%;
}

/*.box-ft-3:hover .bof-tf-title-wrap {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 100px;
}*/

/*@media (min-width: 480px) {
    .box-ft-3 .bof-tf-title-wrap {
        padding: 30px;
    }
}*/

.box-ft-3 .bof-tf-title-wrap-2 {
    display: block;
}

.box-ft-3 .box-ft-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: rgba(59, 62, 67, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-ft-3:hover .box-ft-img-overlay {
    opacity: 0;
}

.box-ft-3 .bof-tf-sub-title {
    color: #b4b4bc;
    text-transform: uppercase;
    font-weight: initial;
    display: block;
    font-size: 18px;
}

.box-ft-3 .bof-tf-title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    color: #6c7680;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-ft-3 .bof-tf-title,
.box-ft-3 .bof-tf-sub-title {
    color: #667880;
}

.box-ft-3 .bof-tf-title span {
    font-size: 24px;
    font-weight: normal;
    display: block;
    color: #696976;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


@media (max-width: 1199px) {
    .box-ft-3 .bof-tf-title {
        font-size: 2em;
    }
}

.box-ft-3 .bof-tf-view-more {
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    position: absolute;
    left: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-ft-3 .bof-tf-view-more {
    opacity: 1;
}

.box-ft-3 .bof-tf-view-more:before,
.box-ft-3 .bof-tf-view-more:after {

    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    width: 100%;
    opacity: 0;
}

.box-ft-3 .bof-tf-view-more:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.box-ft-3 > a:hover .bof-tf-view-more:before,
.box-ft-3 > a:hover .bof-tf-view-more:after {
    background: #000000 none repeat scroll 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.box-ft-3 > a .bof-tf-view-more:after {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}


/*--------------------------------------------------------------
25.7 - Client
--------------------------------------------------------------*/

.client.client-grid {
    overflow: hidden;
    border-left: 1px solid #ebebec;
    border-right: 1px solid #ebebec;
    border-top: 1px solid #ebebec;
}

.client.client-grid > .row .client-item {
    padding: 15px;
}

.client.client-grid > .row > div {
    border-right: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
}


/*--------------------------------------------------------------
25.8 - Reso
--------------------------------------------------------------*/

#oar_widget_orders_and_returns_form .form-list li .input-box,
#oar_widget_orders_and_returns_form .form-list li .input-box input,
#oar_widget_orders_and_returns_form .form-list li .input-box select {
    width: 100%;
}

#oar_widget_orders_and_returns_form {
    margin: 30px 0;
}

#oar_widget_orders_and_returns_form .form-list li {
    margin-bottom: 15px;
    width: 50%;
    float: left;
    height: 112px;
    width: calc(50% - 20px);
}

#oar_widget_orders_and_returns_form .form-list li:nth-child(1),
#oar_widget_orders_and_returns_form .form-list li:nth-child(3) {
    margin-right: 40px;
}

.enterprise-rma-guest-create .block.block-account {
    display: none;
}

#rma_create_form {
    margin: 30px 0;
}

#rma_create_form #registrant_options {
    display: grid;
}

#rma_create_form .row-close {
    background-color: #E6E9EC;
    margin-top: 15px;
}

#rma_create_form .row-close p {
    text-align: right;
    margin: 0;
    padding: 5px 10px;
}

#rma_create_form .btn-remove {
    margin: 0;
    border: none;
    z-index: 100;
}

#rma_create_form .btn-remove img {
    width: 20px;
}


#registrant_options .fields .group-fild li {
    width: calc(50% - 20px);
    float: left;
    margin-bottom: 15px;
}

#registrant_options .fields .group-fild li:nth-child(1),
#registrant_options .fields .group-fild li:nth-child(3) {
    margin-right: 40px;
}

#registrant_options .fields .group-fild li select {
    width: 100%;
}

.order-details .back-link {
    padding: 15px 0;
    position: relative;
}

.order-details .back-link .return-form {
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.order-details .back-link .return-other {
    float: right;
    position: relative;
    margin-bottom: 5px;
}

#rma_create_form .form-list textarea {
    border: 1px solid #35383c;
    width: 100%;
    height: 400px;
}

@media (max-width: 899px) {
    .sales-guest-view #my-orders-table thead {
        display: none;
    }
}

@media (max-width: 767px) {
    #registrant_options .fields .group-fild li {
        width: 100%;
    }

    #oar_widget_orders_and_returns_form .form-list li {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 570px) {
    .order-details .back-link .return-other,
    .order-details .back-link .return-form {
        float: none;
        width: 100%;
        text-align: center;
    }

    .order-details .back-link div button {
        float: none;
        margin: auto;
    }
}


/*--------------------------------------------------------------
26.0 - Header
--------------------------------------------------------------*/

.topbar {
    background: #fff;
    position: relative;
    color: #000;
    font-size: 92.3%;
    border: 1px solid #777;
    /* rgba(213, 211, 206, 0.7); */
    height: 50px /* 80 */
}

@media (max-width: 899px) {
    .topbar {
        display: none;
    }
}

.topbar .left-topbar {
    line-height: 35px;
    height: 35px;
}

.topbar .right-topbar {
    text-align: right;
    line-height: 25px;
    height: 15px;
}

.topbar a {
    color: #ffffff;
}

.topbar .dropdown-menu > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: none;
    color: #8a8a8a;
}

.topbar .dropdown-menu > li > a i {
    color: #8a8a8a;
}

.navbar-settings {
    position: relative;
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
}

.navbar-settings > a {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-size: 26px;
    /* 32 */
    margin-left: -15px;
    /* border-right: 1px solid rgba(213, 211, 206, 0.7); */
    border-right: 1px solid #777;
}

.settings {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 300px;
    right: 0;
    background: #fff;
    top: 85px;
    margin-top: 1px;
    padding: 0;
    border: 1px solid #777;
}

.settings a {
    color: #777;
}

@media (max-width: 899px) {
    .settings {
        top: 74px;
        position: fixed;
    }
}

.settings h4 {
    font-size: 12px;
    color: #b4b4bc;
    margin: 0;
    padding: 30px 30px 20px;
}

#language_selector {
    padding: 10px 30px 10px;
    margin: 0;
    border-bottom: 1px solid #858486;
}

#language_selector h5 {
    font-weight: normal;
    color: #000;
    margin-top: 0;
}

#language_selector li {
    display: inline-block;
    margin-right: 8px;
    opacity: 1;
}

#language_selector li.active {
    opacity: 1;
}

#language_selector li:last-child {
    margin-right: 0;
}

#language_selector li img {
    width: 30px;
}

#country_selector {
    padding: 15px 30px 20px;
    border-bottom: 1px solid #858486;
}

#country_selector h5 {
    font-weight: bold;
    color: #000;
    margin-top: 0;
}

#settings_menu {
    padding: 10px 30px 20px;
    margin: 0;
}

#settings_menu li {
    display: block;
    line-height: 25px;
}

#settings_menu li .fa {
    margin-right: 10px;
}

.wpml-languages:hover .dropdown-menu,
.top-nav > li:hover .dropdown-menu {
    display: block;
}

.wpml-languages > a,
.top-nav > li > a {
    padding: 0;
}

.left-topbar {
    padding-left: 0;
}

.right-topbar {
    padding-right: 0;
}

.right-topbar .navbar-login,
.right-topbar .navbar-minicart {
    float: right;
    padding: 0;
}

.right-topbar .navbar-minicart .minicart-icon {
    margin-right: 10px;
}

.right-topbar .navbar-minicart .minicart-icon-svg {
    color: #FFFFFF;
}

.right-topbar .navbar-minicart .minicart-link {
    text-transform: uppercase;
    color: #ffffff;
    border-left: 1px solid #777;
    /* rgba(213, 211, 206, 0.7); */
    display: block;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.right-topbar .navbar-login .loginto-link {
    text-transform: uppercase;
    color: #ffffff;
    border-left: 1px solid #777;
    /* rgba(213, 211, 206, 0.7); */
    display: block;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    width: 50px;
    color: #000;
}

.right-topbar .navbar-login .customernamedesk {
    float: right;
    padding-right: 10px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    text-align: center;
    color: #000;
}

.topbar-info a {
    margin-right: 1.1em;
    font-size: 85%;
    color: #ffffff;
}

.topbar-info a:hover {
    text-decoration: underline;
}

.topbar-info a i {
    margin-right: 5px;
}

.topbar-icon-button {
    float: right;
}

.topbar-icon-button ~ .topbar-nav {
    padding-right: 1.2em;
}

.topbar-icon-button > div {
    float: left;
    padding: 0 1.2em;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}

.topbar-icon-button > div a {
    color: #ffffff;
}

.topbar-icon-button > div a:hover {
    color: #FFFFFF;
}

.topbar-icon-button .navbar-minicart {
    position: relative;
}

.topbar-icon-button .navbar-minicart:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
}

.topbar-icon-button .navbar-minicart .minicart {
    text-align: left;
    line-height: 1.6;
}

@media (min-width: 900px) {
    .top-search {
        display: table;
        height: 50px !important;
        float: right;
        border-left: 1px solid #777;
        /* rgba(213, 211, 206, 0.7); */
        /*position: absolute;*/
        right: 100px;
    }

    .right-tbfix, .right-tbfix .right-topbar {
        position: fixed;
        right: 0;
        top: 0;
        height: 50px;
    }

    .navbar-login-nav.icon-login {
        /*        position: fixed;
                right: 50px;*/
    }

    .top-search-wrap {
        color: #ffffff;
        display: table-cell;
        font-size: 90%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        height: 50px;
    }

    .top-search {
        /* placeholder */
        /* hide placeholder when active in Chrome */
    }

    .top-search #top-searchform {
        position: relative;
        display: table;
        margin: 0 auto;
    }

    .top-search #top-searchform-s {
        position: relative;
        z-index: 1;
        background: none;
        margin: -1px 0 0 0;
        border: none;
        padding: 0;
        height: 48px;
        color: #3a3a3a;
        width: 0;
        padding-left: 50px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .top-search #top-searchform-s:hover,
    .top-search #top-searchform-s:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .top-search #top-searchform-s:focus {
        border-color: #777;
        /* fff */
        width: 300px;
        background: #fff;
        /* rgba (0,0,0,0.9)*/
        padding: 10px 98px 10px 10px;
    }

    .top-search #top-searchform-s::-webkit-input-placeholder {
        color: #3a3a3a;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .top-search #top-searchform-s:-moz-placeholder {
        color: #3a3a3a;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .top-search #top-searchform-s::-moz-placeholder {
        color: #3a3a3a;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .top-search #top-searchform-s:-ms-input-placeholder {
        color: #3a3a3a;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .top-search #top-searchform-s:focus::-webkit-input-placeholder {
        color: #3a3a3a;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .top-search .top-searchform-icon {
        position: absolute;
        top: 50%;
        right: 0;
    }

    .top-search .top-searchform-icon:before {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        content: "\f002";
        font-family: "fontawesome";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-225%, -50%);
        -ms-transform: translate(-225%, -50%);
        -o-transform: translate(-225%, -50%);
        transform: translate(-225%, -50%);
        font-size: 28px;
    }

    .top-search #top-searchform-s:focus + .top-searchform-icon:before {
        z-index: 99;
    }
}

.searchform-result .no-result {
    padding: 0.7692307692307693em 0.7692307692307693em;
}

.searchform-result .searchform-result-list {
    padding: 0.23076923076923078em 0.7692307692307693em 0;
}

.searchform-result .searchform-result-list .search-object {
    font-size: 110%;
    margin: 10px 0 0 0;
}

.searchform-result .searchform-result-list .search-object span {
    padding: 0 0.38461538461538464em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ebebec;
}

.searchform-result .searchform-result-list .search-entry {
    border-bottom: 1px dotted #ebebec;
    padding: 0.7692307692307693em 0;
}

.searchform-result .searchform-result-list .search-entry .search-image {
    float: left;
    width: 1.9230769230769231em;
    text-align: center;
    margin: 0 0.7692307692307693em 0.38461538461538464em 0;
    font-size: 1.2307692307692308em;
}

.searchform-result .searchform-result-list .search-entry .search-image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.searchform-result .searchform-result-list .search-entry .search-title {
    margin: 0;
    font-size: 13px;
}

.searchform-result .searchform-result-list .search-entry .search-excerpt {
    color: #8a8a8a;
    font-size: 85%;
}

.searchform-result .search-view-all {
    padding: 1.5384615384615385em 0;
    text-align: center;
    background-color: #ebebec;
    margin: -0.07692307692307693em 0 0;
    border-top: 1px solid #ebebec;
}

.searchform-result .search-view-all a {
    font-size: 85%;
    text-transform: uppercase;
}

.searchform-result .search-view-all a:after {
    content: "\f178";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.searchform-result .search-view-all a:after {
    margin-left: 0.38461538461538464em;
}

@media (max-width: 767px) {
    .header-container {
        border-bottom: 1px solid #ebebec;
    }
}

.header-type-classic,
.header-navbar-default {
    position: relative;
    z-index: 1000;
}

.header-container.header-navbar-fixed {
    padding: 0 0 60px 0;
}

.header-search-overlay {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    z-index: 99999;
    display: none;
}

@media (max-width: 899px) {
    .header-search-overlay {
        display: block;
    }
}

.header-search-overlay > div {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.header-search-overlay .header-search-overlay-wrap {
    position: relative;
    height: 100%;
}

.header-search-overlay .searchform {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 60px;
}

@media (max-width: 899px) {
    .header-search-overlay .searchform {
        padding-left: 25px;
    }
}

.header-search-overlay .searchform:before {
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.header-search-overlay .searchform:before {
    color: #ffffff;
    font-size: 20px;
    left: 0;
    line-height: 2.77143em;
    position: absolute;
    text-align: right;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 50px;
}

@media (max-width: 899px) {
    .header-search-overlay .searchform:before {
        width: auto;
        font-size: 16px;
    }
}

.header-search-overlay .searchform .searchinput {
    border: medium none;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    outline: none;
    background: #000000;
    color: #ffffff;
}

.header-search-overlay .searchform .searchinput::-moz-placeholder {
    color: #3a3a3a;
}

@media (max-width: 899px) {
    .header-search-overlay .searchform .searchinput {
        font-size: 18px;
    }
}

.header-search-overlay .searchform.loading ~ .close {
    display: block;
}

.header-search-overlay .searchform.loading ~ .close > span {
    display: none;
}

.header-search-overlay .searchform.loading ~ .close:after {
    content: "\f110";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.header-search-overlay .searchform.loading ~ .close:after {
    -webkit-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
    -webkit-animation-timing-function: steps(8, start);
    animation-timing-function: steps(8, start);
}

.header-search-overlay .close {
    color: #ffffff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 40px;
    position: absolute;
    right: 40px;
    width: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px;
}

@media (max-width: 899px) {
    .header-search-overlay .close {
        right: 0;
        width: 20px;
    }
}

.header-search-overlay .searchform-result {
    background: #d1d1d3;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
}

.header-search-overlay .searchform-result .no-result {
    font-size: 1.1em;
}

.header-search-overlay .searchform-result .searchform-result-list .search-entry {
    border-bottom-color: #ffffff;
}

.header-search-overlay .searchform-result .searchform-result-list .search-entry .search-title {
    font-size: 1.1em;
}

@media (min-width: 900px) {
    .header-default-center .navbar-search-button {
        position: absolute !important;
        right: 10px;
    }
}

.search-form-wrap {
    height: 70px;
    line-height: 70px;
}

.search-form-wrap > form {
    display: inline-block;
    line-height: 1;
}

.search-form-wrap .searchinput {
    border: 2px solid #6c7680;
    height: 35px;
    padding: 5px 35px 5px 5px;
    width: 244px;
}

@media (min-width: 900px) {
    .header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}


/*@media (min-width: 900px) {*/

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


/*}*/

@media (max-width: 899px) {
    .header-absolute {
        position: fixed;
    }
}


/*@media (min-width: 900px) {*/

.header-transparent .navbar-default:not(.navbar-fixed-top) {
    background: rgba(255, 255, 255, 1);
    border-color: #777;
    /* rgba(213, 211, 206, 0.7); */
    border-width: 0 0 1px;
    border-style: solid;
}

.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:hover,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:focus,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .navicon,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .navicon,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .navicon {
    color: #3a3a3a;
}

.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:hover,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:hover,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:hover,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a:focus,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a:focus,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a:focus,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .navicon,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .navicon,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .navicon {
    color: #3a3a3a;
}

.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:after,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:after,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:after {
    background-color: #fff;
}

.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:before,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:before,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:before,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a > .underline:after,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a > .underline:after,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a > .underline:after {
    background-color: #fff;
}

.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.navbar-search-button:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.navbar-search-button:before,
.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.navbar-search-button:before {
    background: #fff;
}

.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .open > a.navbar-search-button:before,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > .active > a.navbar-search-button:before,
.header-transparent-white.header-transparent .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a.navbar-search-button:before {
    background: #fff;
}

.header-transparent .navbar-default:not(.navbar-fixed-top).navbar-fixed-top {
    background: #ffffff;
    border-color: transparent;
}

.header-transparent .navbar-default:not(.navbar-fixed-top) .dropdown-menu a {
    background: transparent;
}

.header-transparent .navbar-default:not(.navbar-fixed-top) .megamenu > .dropdown-menu .dropdown-menu {
    background: transparent;
}


/*}*/


/*@media (min-width: 900px) {*/

.header-type-classic .header-container.page-heading-default .navbar-container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}


/*}*/

.heading-container {
    background: transparent;
    overflow: hidden;
    position: relative;
}

.heading-container.heading-border {
    border-bottom: 1px solid #ebebec;
}

.heading-container > div {
    height: 100%;
}

.heading-container.heading-resize {
    width: 100%;
}

.heading-container .heading-standar {
    position: relative;
}

.heading-container .heading-standar .page-breadcrumb {
    float: none;
    padding: 22px 0;
    border-bottom: 1px solid #f4f4f4;
}

.heading-container .heading-standar .page-breadcrumb a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .heading-container .heading-standar .page-breadcrumb {
        display: none;
    }
}

.heading-container .heading-parallax {
    position: relative;
}

.heading-container .heading-background {
    background-color: #ebebec;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.heading-container .heading-background .heading-wrap {
    position: relative;
    text-align: center;
}


/*.heading-container .heading-parallax.bg-1 {
  background-image: url('https://www.vinicioboutique.com/skin/frontend/vinicio/default/images/shop-header-bg-2.jpg');
}
.heading-container .heading-parallax.bg-2 {
  background-image: url('../images/header-bg.jpg');
}*/

.heading-container .heading-parallax.checkout-title {
    background-image: url('../images/checkout_header.jpg');
    background-size: auto !important;
    height: 443px;
    margin-bottom: 30px;
}

.heading-container .heading-background.checkout-title {
    background-color: #000000;
}

.heading-container .heading-parallax.checkout-title .heading-wrap {
    height: 440px;
    padding-top: 146px;
}

@media (min-width: 480px) {
    .heading-container .heading-background .heading-wrap {
        height: 350px;
        /* 550 */
        padding-top: 98px;
        /* 160 */
    }
}

@media (max-width: 899px) {
    .heading-no-button.heading-container .heading-background .heading-wrap {
        height: 250px;
        padding-top: 75px;
    }
}

@media (max-width: 479px) {
    .heading-container .heading-parallax.checkout-title {
        height: 295px;
    }

    .heading-no-button.heading-container .heading-background .heading-wrap {
        height: 200px;
        padding-top: 46px;
    }
}

.heading-container .heading-background .heading-wrap:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.3em;
    vertical-align: middle;
    width: 1px;
}

.heading-container .heading-background .page-title {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 480px) {
    .heading-button.heading-container .heading-background .page-title {
        margin-top: -50px;
    }
}

.heading-container .heading-background .page-title h1 {
    color: #ebebec;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    font-family: "Raleway";
    letter-spacing: -1px;
}

@media (max-width: 899px) {
    .heading-container .heading-background .page-title h1 {
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    .heading-container .heading-background .page-title h1 {
        font-size: 1.5em;
    }
}

.heading-container .heading-background .page-title .subtitle {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-weight: 900;
    color: #b4b4bc;
    text-align: center;
}

@media (max-width: 899px) {
    .heading-container .heading-background .page-title .subtitle {
        font-size: 2.5em;
    }
}

@media (max-width: 767px) {
    .heading-container .heading-background .page-title .subtitle {
        font-size: 1em;
    }
}

.heading-container .heading-background .page-title .page-breadcrumb {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .heading-container .heading-background .page-title .page-breadcrumb {
        display: none;
    }
}

.heading-container .heading-background .page-title .page-breadcrumb .breadcrumb > li {
    color: #fff;
}

.heading-container .heading-background .page-title .page-breadcrumb .breadcrumb > li + li::before {
    color: #fff;
}

.heading-container .heading-background .page-title .page-breadcrumb a {
    color: #fff;
}

@media (max-width: 480px) {
    .heading-container .heading-background .heading-wrap {
        display: block;
        height: auto;
        margin: 0 auto;
    }

    .heading-container .heading-background .page-title {
        font-weight: 700;
    }

    .heading-container .heading-background .subtitle {
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .heading-container.heading-button .heading-background .heading-wrap {
        text-align: left;
    }
}

.heading-container.heading-button .heading-background .heading-wrap .heading-button-btn {
    margin-top: 30px;
    padding-right: 3rem;
    padding-left: 3rem;
}

.page-breadcrumb-container .page-breadcrumb {
    background: no-repeat;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #000;
    background: none;
}

.header-type-classic.header-transparent ~ .heading-container .heading-background {
    padding-top: 0;
}

@media (max-width: 767px) {
    .page-breadcrumb-container .page-breadcrumb {
        padding: 0 0 15px 0;
        display: none;
    }
}


/*--------------------------------------------------------------
27.0 - Footer
--------------------------------------------------------------*/

.footer-widget {
    background: #fff;
    color: #a1aab5;
}

.footer-widget .footer-widget-wrap {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .footer-widget .footer-widget-wrap {
        padding: 0;
    }

    .footer-widget .footer-widget-wrap > .container > .row {
        display: table;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .footer-widget .footer-widget-col {
        margin-bottom: 30px;
    }

    .footer-widget .footer-widget-col .block-content {
        max-width: 250px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .footer-widget .footer-widget-col {
        border-right: 1px solid #b4b4bc;
        padding-top: 10px;
        padding-bottom: 10px;
        display: table-cell;
        float: none;
    }

    .footer-widget .footer-widget-col:last-child,
    .footer-widget .footer-widget-col.no-border {
        border: none;
    }

    .footer-widget .footer-widget-col.ver-top {
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    /*    .footer-widget .footer-widget-col:nth-child(2n-1) {
            clear: left;
        }*/
    .footer-widget .footer-widget-wrap {
        padding: 40px 0 10px;
    }

    .footer-widget .footer-widget-col {
        margin-bottom: 0;
    }

    .footer-widget .footer-widget-col .menu {
        margin-bottom: 20px;
    }
}

.footer-widget .widget {
    margin-bottom: 0;
    padding-top: 30px;
}

.footer-widget .widget:first-child {
    padding-top: 0;
}

.footer-widget .widget_nav_menu {
    text-align: center;
}

.footer-widget .widget_nav_menu p {
    color: #000;
    font-size: 11px;
}

.footer-widget .widget-title {
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 1.5em;
    position: relative;
    padding-bottom: 1em;
    font-size: 1.2em;
    text-align: center;
}

.footer-widget .widget-title.align-left {
    text-align: left;
}

.footer-widget .widget-title:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #a1aab5;
    bottom: 0;
}

.footer-widget .widget-title.align-left:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
}

.footer-widget li {
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0.2em;
    position: relative;
}

.footer-widget li .post-date {
    display: block;
    font-size: 85%;
    color: rgba(135, 135, 135, 0.7);
}

.footer-widget li:last-child {
    border: none;
}

.footer-widget .social-widget-wrap .widget-title {
    font-size: 12px;
    margin-bottom: 1em;
}

.footer-widget .social-widget-wrap .widget-title:before {
    display: none;
}

.footer-widget .social-widget-wrap a {
    margin: 0 5px 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-widget .social-widget-wrap a:hover {
    margin: 0 5px 10px;
    background: #6c7680;
}

.footer-widget .social-widget-wrap i {
    color: #878787;
}

.footer-widget .social-widget-wrap i:hover {
    color: #ffffff;
}

.footer-widget .social-widget-wrap i {
    border: none !important;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.footer-widget .social-widget-wrap a:hover i {
    color: #FFFFFF !important;
}

.footer-widget a {
    font-weight: normal;
    font-size: 12px;
    position: relative;
}

.footer-widget a:hover {
    color: #6c7680;
}

.footer-widget .menu a:after {
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    left: -30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #FFFFFF;
}

.footer-widget a:hover:after {
    left: -30px;
    opacity: 1;
}

.footer {
    background: #fff;
}

.footer .footer-contact {
    display: none;
    border-top: 1px solid #b4b4bc;
}

.footer .footer-info {
    border-top: 1px solid #b4b4bc;
}

.footer-widget-wrap .footer-div {
    display: none;
    width: 100%;
    height: 1px;
    float: left;
}

@media (max-width: 1082px) {
    .footer-widget-wrap .footer-div {
        display: block;
    }
}

@media (min-width: 992px) {
    .footer .footer-contact .row {
        display: table;
        width: 100%;
    }

    .footer .footer-contact .col-sm-4 {
        display: table-cell;
        float: none;
    }

    .footer-widget-wrap .container {
        padding-left: 45px;
    }
}

@media (max-width: 767px) {
    .footer .footer-contact .col-xs-6:nth-child(2n-1) {
        clear: left;
    }
}

.footer .footer-contact-item {
    padding: 45px 0;
    text-align: center;
}

.footer .footer-contact-item .footer-contact-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer a {
    color: #a1aab5;
}

.footer a:hover {
    color: #FFFFFF;
}

.footer .footer-info {
    color: #a1aab5;
    padding: 25px 0;
    position: relative;
}

.footer .footer-info a {
    color: #FFFFFF;
}

.footer .footer-info a:hover {
    color: #FFFFFF;
}

.copyright,
.footer-info-logo {
    font-size: 12px;
    color: #000;
}

a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
    background-color: #6c7680;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -15px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*  margin-left: -15px; */
}


/*--------------------------------------------------------------
29.0 - Post
--------------------------------------------------------------*/

.posts.infinite-scroll .paginate,
.posts.loadmore .paginate {
    display: none;
}

.posts .loadmore-action .btn-loadmore {
    display: block;
    width: 100%;
}

.posts .entry-title {
    font-size: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
    color: #a1aab5;
}

@media (min-width: 768px) {
    .posts .entry-title {
        font-size: 1.75em;
    }
}

.posts .posts-wrap.posts-layout-masonry .entry-format {
    display: none;
}

.posts .posts-wrap.posts-layout-masonry .entry-title {
    font-size: 16px;
    font-weight: 900;
}

.posts .posts-wrap.posts-layout-masonry article .entry-title a {
    color: #6c7680;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.posts .posts-wrap.posts-layout-masonry article:hover .entry-title a {
    color: #FFFFFF;
}

.posts .posts-wrap.posts-layout-masonry .hentry {
    border-bottom: none;
    padding-bottom: 0;
}

.posts .posts-wrap.posts-layout-masonry.no-gap.row {
    margin-left: 0;
    margin-right: 0;
}

.posts .posts-wrap.posts-layout-masonry.no-gap.row .hentry {
    padding-left: 0;
    padding-right: 0;
}

.posts .posts-wrap.posts-layout-center .hentry-wrap {
    text-align: center;
}

.posts .posts-wrap.posts-layout-center .entry-format {
    display: none;
}

@media (min-width: 480px) {
    .posts .posts-wrap.posts-layout-center .entry-content,
    .posts .posts-wrap.posts-layout-center .entry-featured {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.hentry {
    margin-bottom: 45px;
    background: transparent;
}

.entry-header {
    margin-bottom: 15px;
    position: relative;
}

.posts:not(.masonry) .entry-header {
    text-align: center;
}

.entry-header .entry-meta {
    margin-top: 15px;
}

.entry-content {
    margin-top: 20px;
    color: #6c7680;
    font-size: 14px;
}

.posts article .entry-content {
    color: #3b3e43;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.posts .posts-wrap.posts-layout-masonry article .entry-content {
    color: #6c7680;
}

.posts article:hover .entry-content,
.posts .posts-wrap.posts-layout-masonry article:hover .entry-content {
    color: #FFFFFF;
}

.entry-featured {
    margin-bottom: 30px;
    position: relative;
}

.entry-featured img {
    width: 100%;
    height: auto;
}

.entry-featured .meta-date {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(108, 118, 128, 0.75);
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.posts article:hover .entry-featured .meta-date {
    opacity: 0;
}

.entry-featured .meta-date .day {
    display: block;
    color: #bca480;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
}

.entry-featured .overlay.fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 37, 47, 0.75);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.posts article:hover .entry-featured .overlay.fa {
    opacity: 1;
}

.entry-featured .overlay.fa:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    color: #FFFFFF;
}

.entry-featured.video-featured:not(.col-md-8) {
    width: 100%;
    max-width: 100%;
}

.entry-info {
    border-bottom: 1px solid #3b3e43;
    padding-bottom: 20px;
}

.entry-format {
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    color: #FFFFFF;
    float: left;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .entry-format {
        display: none;
    }
}

.entry-title {
    font-size: 2.2em;
    margin-top: 0;
    font-weight: 700;
    margin: 0;
}

.sticky .entry-title:before {
    content: "\f08d";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.sticky .entry-title:before {
    line-height: 1;
    opacity: 1;
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    transform: rotate(-36deg);
    color: #FFFFFF;
}

.entry-meta {
    color: #a1aab5;
    font-size: 85%;
    text-transform: uppercase;
}

.entry-meta.icon-meta i {
    margin-right: 5px;
    color: #a1aab5;
}

.entry-meta.icon-meta > span {
    margin-right: 10px;
}

.entry-meta.icon-meta > span:last-child {
    margin-right: 0;
}

.entry-meta a {
    color: #6c7680;
}

.entry-meta a:hover {
    color: #FFFFFF;
}

.readmore-link {
    margin: 0;
    margin-top: 30px;
}

.posts:not(.masonry) .readmore-link {
    text-align: center;
}

.readmore-link a {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #3b3e43;
    position: relative;
    top: 0;
    border-top: 4px solid transparent;
    padding-top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.posts article:hover .readmore-link a {
    border-top: 4px solid #6c7680;
    top: 12px;
    padding-top: 12px;
    color: #FFFFFF;
}

.post-navigation {
    margin-bottom: 30px;
}

.post-navigation .prev-post {
    text-align: right;
}

.post-navigation .prev-post > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #6c7680;
}

.post-navigation .prev-post > a:before {
    content: "\f104";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.post-navigation .prev-post > a:before {
    margin-right: 0.38461538461538464em;
    font-size: 110%;
}

@media (max-width: 767px) {
    .post-navigation .prev-post {
        text-align: center;
        margin-bottom: 1.5384615384615385em;
    }

    .post-navigation .prev-post > a:before {
        display: none;
    }
}

.post-navigation .next-post {
    text-align: left;
}

.post-navigation .next-post > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #6c7680;
}

.post-navigation .next-post > a:after {
    content: "\f105";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.post-navigation .next-post > a:after {
    margin-left: 0.38461538461538464em;
    font-size: 110%;
}

@media (max-width: 767px) {
    .post-navigation .next-post {
        text-align: center;
    }

    .post-navigation .next-post > a:after {
        display: none;
    }
}

.post-navigation a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.6rem 1.7rem;
    font-size: 13px;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background: transparent;
    border: 2px solid #6c7680;
    text-transform: uppercase;
    color: #6c7680;
    position: relative;
    line-height: 1.4;
}

.post-navigation a:hover,
.post-navigation a:focus {
    color: #6c7680;
    text-decoration: none;
}

.post-navigation a i,
.post-navigation a span {
    z-index: 2;
    position: relative;
}

.post-navigation a:hover {
    border-color: #6c7680;
    -webkit-box-shadow: 0 0 0 1px inset;
    box-shadow: 0 0 0 1px inset;
}

.author-info {
    padding: 30px 0;
    border-top: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
}

@media (max-width: 767px) {
    .author-info {
        padding: 15px 0;
    }
}

.author-info .author-avatar {
    float: left;
    margin-right: 30px;
}

.author-info .author-avatar img {
    padding: 4px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    max-width: 9.23076923076923em;
}

@media (max-width: 767px) {
    .author-info .author-avatar {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}

.author-info .author-description {
    margin-left: 9.23076923076923em;
}

@media (max-width: 767px) {
    .author-info .author-description {
        margin-left: 0;
    }
}

.author-info .author-description .author-title {
    font-size: 1.1em;
    margin-top: 0;
}

@media (max-width: 767px) {
    .author-info .author-description .author-title {
        text-align: center;
    }
}

.author-info .author-description .author-title small {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 85%;
}

@media (max-width: 767px) {
    .author-info .author-description .author-title small {
        display: none;
    }
}

.author-info .author-description .author-link {
    display: block;
    font-weight: bold;
    margin-top: 1.5384615384615385em;
}

.author-info .author-social {
    text-align: left;
}

.author-info .author-social a {
    color: #8a8a8a;
    display: inline-block;
    margin-right: 0.821429em;
    text-align: center;
    background: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: 2px solid #ebebec;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.author-info .author-social a:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #fff;
}

.entry-tags {
    color: #8a8a8a;
    margin-top: 15px;
    line-height: 1;
}

.single .entry-tags h6 {
    margin-top: 0;
    color: #3b3e43;
}

.entry-tags > span {
    font-size: 110%;
    color: #6c7680;
}

.entry-tags a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 0.4rem 0.8rem;
    font-size: 13px;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid transparent;
    color: #a1aab5;
}

.entry-tags a:hover {
    border-color: #a1aab5;
}

@media (min-width: 768px) {
    .single .hentry {
        margin-left: auto;
        margin-right: auto;
    }
}

.single .entry-title {
    font-size: 1.75em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #A1AAB5;
}

@media (max-width: 991px) {
    .single .entry-title {
        font-size: 2em;
    }
}

.single .entry-footer {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .single .entry-footer {
        text-align: center;
    }
}

.single article .entry-meta {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.single article .entry-meta:after,
.single article .entry-meta:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #e9e9e9;
    top: 50%;
    left: -70px;
}

@media (max-width: 767px) {
    .single article .entry-meta:after,
    .single article .entry-meta:before {
        display: none;
    }
}

.single article .entry-meta:after {
    left: auto;
    right: -70px;
}

.single .entry-tags {
    margin: 0;
}

.single .share-links {
    margin-top: 0;
}

@media (max-width: 767px) {
    .single .share-links {
        margin-top: 30px;
    }
}

.single .share-links .share-icons {
    text-align: right;
}

@media (max-width: 767px) {
    .single .share-links .share-icons {
        text-align: center;
    }
}

.single .share-links .share-icons a {
    color: #8a8a8a;
}

.single .below-content {
    margin-top: 0.7692307692307693em;
}

.share-links {
    margin-top: 30px;
}

.share-links h4 {
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.share-links .share-icons {
    text-align: center;
    margin-top: 30px;
}

.share-links .share-icons a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 0.7692307692307693em;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #a1aab5;
}

.share-links .share-icons a:hover {
    background: #6c7680;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .share-links {
        display: block;
    }

    .share-links h4 {
        display: block;
        width: auto;
    }

    .share-links .share-icons {
        display: block;
    }
}

.related-post {
    margin-top: 30px;
}

.related-post .related-post-title h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 0.6rem 0;
    margin-bottom: 30px;
    position: relative;
}

.related-post .related-post-title h3:before {
    background: #FFFFFF none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.related-post .entry-featured {
    margin-bottom: 15px;
}

.related-post .related-post-items {
    margin-top: 1.5384615384615385em;
}

@media (max-width: 767px) {
    .related-post .related-post-item {
        margin-bottom: 30px;
    }
}

.related-post .post-title {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.38461538461538464em;
    text-transform: uppercase;
    font-weight: 700;
}

.related-post .entry-meta {
    font-size: 85%;
}

.related-post .entry-meta .meta-date {
    display: inline-block;
}

.related-post .excerpt {
    margin-top: 0.7692307692307693em;
}


/*--------------------------------------------------------------
30.0 - Comment form
--------------------------------------------------------------*/

.comments-area {
    margin-top: 30px;
}

.comments-area .form-allowed-tags {
    display: none;
}

.comments-area .commentst-title {
    margin-bottom: 0.7692307692307693em;
}

.comments-area .comment-list {
    margin-top: 30px;
    list-style: none;
}

.comments-area .comment-paginate .paginate_links {
    float: left;
}

.comments-area .comment-paginate .paginate_links .page-numbers {
    padding: 0.1em 0.7em;
    font-size: 85%;
}

.comments-area .comment-paginate .paginate_links .next,
.comments-area .comment-paginate .paginate_links .prev,
.comments-area .comment-paginate .paginate_links .next:hover,
.comments-area .comment-paginate .paginate_links .prev:hover {
    border-color: transparent;
}

.comment-list,
.comment-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-list .children {
    margin-left: 50px;
}

@media (min-width: 768px) {
    .comment-list .children {
        padding-left: 3.4615384615384617em;
        position: relative;
    }
}

li.comment {
    margin: 0;
    padding: 0;
}

.comment-img {
    float: left;
}

.comment-img img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 4px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-wrap {
    position: relative;
    margin: 0 0 30px 0px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ebebec;
}

@media (max-width: 767px) {
    .comment-wrap {
        padding: 15px;
    }
}

.comment-wrap:hover .comment-img img {
    border-color: #FFFFFF;
}

.comment-block {
    padding: 0;
    margin: 0 0 0 96px;
}

.comment-header {
    padding-bottom: 0.6153846153846154rem;
}

.comment-header span.pull-right {
    margin-top: 0.46153846153846156em;
}

.comment-content {
    position: relative;
}

.comment-author {
    color: #6c7680;
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.comment-author a:hover {
    color: #FFFFFF;
}

.ispostauthor {
    background: #8C8C8C;
    color: #fff;
    font-size: 85%;
    padding: 0.15384615384615385em 0.6153846153846154em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.comment-meta {
    position: relative;
    margin: 0;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 85%;
    color: #8a8a8a;
}

.comment-meta .comment-edit-link {
    text-decoration: underline;
    margin-left: 10px;
    color: #6c7680;
    font-weight: bold;
}

.comment-pending {
    padding: 0.6153846153846154rem 1.0769230769230769rem;
    text-align: center;
    color: #6c7680;
    background-color: #515151;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.comment-reply-link {
    border: 2px solid #ebebec;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-reply-link:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #fff;
}

#respond {
    margin-bottom: 3.8461538461538463em;
}

#respond .required {
    position: relative;
    color: #fe252c;
}

.comment-info {
    position: relative;
}

.comment-reply-title {
    font-size: 1.5em;
}

.comment-reply-title a {
    color: inherit;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #8a8a8a;
}

.comments-area .commentst-title h3,
.comments-area > #respond-wrap .comment-reply-title {
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 0.6rem 0;
    margin-bottom: 30px;
    position: relative;
}

.comments-area .commentst-title h3:before,
.comments-area > #respond-wrap .comment-reply-title:before {
    background: #FFFFFF none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

#commentform {
    margin-bottom: 0;
}

.comment-form > .row > div {
    margin-bottom: 20px;
}

.comment-notes,
.logged-in-as {
    margin-bottom: 0.7692307692307693em;
    font-size: 85%;
}

.comment-notes a,
.logged-in-as a {
    font-weight: 700;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    display: block;
    width: 100%;
    height: 2.769230769230769em;
    padding: 0.6153846153846154rem;
    font-size: 13px;
    line-height: 1.6;
    color: #6c7680;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #ebebec;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-transition: box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
    border-color: #6c7680;
    border-width: 1px;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #6c7680;
    box-shadow: inset 0 0 0 1px #6c7680;
}

.comment-form-author input[disabled],
.comment-form-email input[disabled],
.comment-form-url input[disabled],
.comment-form-comment input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email textarea[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment textarea[disabled],
.comment-form-author input[readonly],
.comment-form-email input[readonly],
.comment-form-url input[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email textarea[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-author input,
fieldset[disabled] .comment-form-email input,
fieldset[disabled] .comment-form-url input,
fieldset[disabled] .comment-form-comment input,
fieldset[disabled] .comment-form-author textarea,
fieldset[disabled] .comment-form-email textarea,
fieldset[disabled] .comment-form-url textarea,
fieldset[disabled] .comment-form-comment textarea {
    cursor: not-allowed;
    background-color: #515151;
    opacity: 1;
    filter: alpha(opacity=100);
}

textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment input,
textarea.comment-form-author textarea,
textarea.comment-form-email textarea,
textarea.comment-form-url textarea,
textarea.comment-form-comment textarea {
    height: auto;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    font-weight: 400;
    text-transform: uppercase;
    height: 2.769230769230769em;
    line-height: 2.769230769230769em;
    margin: 0;
    max-width: 100px;
}

.comment-form-author ::-webkit-input-placeholder,
.comment-form-email ::-webkit-input-placeholder,
.comment-form-url ::-webkit-input-placeholder,
.comment-form-comment ::-webkit-input-placeholder {
    color: #6c7680;
}

.comment-form-author :-moz-placeholder,
.comment-form-email :-moz-placeholder,
.comment-form-url :-moz-placeholder,
.comment-form-comment :-moz-placeholder {
    color: #6c7680;
}

.comment-form-author ::-moz-placeholder,
.comment-form-email ::-moz-placeholder,
.comment-form-url ::-moz-placeholder,
.comment-form-comment ::-moz-placeholder {
    color: #6c7680;
}

.comment-form-author :-ms-input-placeholder,
.comment-form-email :-ms-input-placeholder,
.comment-form-url :-ms-input-placeholder,
.comment-form-comment :-ms-input-placeholder {
    color: #6c7680;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
    font-size: 13px;
}

.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-rating .required,
.comment-form-comment .required {
    color: #fe252c !important;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-rating {
    margin-bottom: 1.1538461538461537em;
    margin-bottom: 20px;
}

.comment-form-comment textarea {
    font-size: 13px;
    margin-bottom: 1.5384615384615385em;
    height: 15.384615384615385em;
    resize: none;
    width: 100%;
    margin-top: 0em;
}

#review_form .form-submit,
.comment-form .form-submit {
    margin: 0;
}

#review_form .form-submit input[type="submit"],
.comment-form .form-submit input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.6rem 1.7rem;
    font-size: 13px;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    color: #ffffff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}

#review_form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover,
#review_form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:focus {
    color: #6c7680;
    text-decoration: none;
}

#review_form .form-submit input[type="submit"] i,
.comment-form .form-submit input[type="submit"] i,
#review_form .form-submit input[type="submit"] span,
.comment-form .form-submit input[type="submit"] span {
    z-index: 2;
    position: relative;
}

#review_form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover,
#review_form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:focus,
#review_form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:active,
#review_form .form-submit input[type="submit"].active,
.comment-form .form-submit input[type="submit"].active {
    color: #ffffff;
    border-color: #aa8c5f;
    -webkit-box-shadow: 0 0 0 2px #aa8c5f inset;
    box-shadow: 0 0 0 2px #aa8c5f inset;
}

#review_form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:active,
#review_form .form-submit input[type="submit"].active,
.comment-form .form-submit input[type="submit"].active {
    background-image: none;
}


/*--------------------------------------------------------------
31.0 - Widget sidebar
--------------------------------------------------------------*/

.widget {
    margin-bottom: 3rem;
}

.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
    margin-bottom: 0;
}

.widget ul,
.widget ol {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.main-sidebar .widget ul {
    display: none;
}

.main-sidebar .widget #priceFilterForm {
    display: none;
}

.widget select {
    width: 100%;
}

.main-sidebar > .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    /*border-bottom: 2px double #ebebec;*/
}

.main-sidebar > .widget:last-child {
    border-bottom: none;
}

.extra-sidebar .widget_rss li,
.main-sidebar .widget_rss li,
.extra-sidebar .widget_pages li,
.main-sidebar .widget_pages li,
.extra-sidebar .widget_archive li,
.main-sidebar .widget_archive li,
.extra-sidebar .widget_meta li,
.main-sidebar .widget_meta li,
.extra-sidebar .widget_nav_menu li,
.main-sidebar .widget_nav_menu li,
.extra-sidebar .widget_categories li,
.main-sidebar .widget_categories li,
.extra-sidebar .widget_recent_entries li,
.main-sidebar .widget_recent_entries li,
.extra-sidebar .widget_recent_comments li,
.main-sidebar .widget_recent_comments li {
    padding: 15px 0;
    border-top: 1px solid #ebebec;
    padding-left: 30px;
    display: block;
    position: relative;
}

.extra-sidebar .widget_rss li:before,
.main-sidebar .widget_rss li:before,
.extra-sidebar .widget_pages li:before,
.main-sidebar .widget_pages li:before,
.extra-sidebar .widget_archive li:before,
.main-sidebar .widget_archive li:before,
.extra-sidebar .widget_meta li:before,
.main-sidebar .widget_meta li:before,
.extra-sidebar .widget_nav_menu li:before,
.main-sidebar .widget_nav_menu li:before,
.extra-sidebar .widget_categories li:before,
.main-sidebar .widget_categories li:before,
.extra-sidebar .widget_recent_entries li:before,
.main-sidebar .widget_recent_entries li:before,
.extra-sidebar .widget_recent_comments li:before,
.main-sidebar .widget_recent_comments li:before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ebebec;
}

.extra-sidebar .widget_rss li:hover,
.main-sidebar .widget_rss li:hover,
.extra-sidebar .widget_pages li:hover,
.main-sidebar .widget_pages li:hover,
.extra-sidebar .widget_archive li:hover,
.main-sidebar .widget_archive li:hover,
.extra-sidebar .widget_meta li:hover,
.main-sidebar .widget_meta li:hover,
.extra-sidebar .widget_nav_menu li:hover,
.main-sidebar .widget_nav_menu li:hover,
.extra-sidebar .widget_categories li:hover,
.main-sidebar .widget_categories li:hover,
.extra-sidebar .widget_recent_entries li:hover,
.main-sidebar .widget_recent_entries li:hover,
.extra-sidebar .widget_recent_comments li:hover,
.main-sidebar .widget_recent_comments li:hover,
.extra-sidebar .widget_rss li .current-menu,
.main-sidebar .widget_rss li .current-menu,
.extra-sidebar .widget_pages li .current-menu,
.main-sidebar .widget_pages li .current-menu,
.extra-sidebar .widget_archive li .current-menu,
.main-sidebar .widget_archive li .current-menu,
.extra-sidebar .widget_meta li .current-menu,
.main-sidebar .widget_meta li .current-menu,
.extra-sidebar .widget_nav_menu li .current-menu,
.main-sidebar .widget_nav_menu li .current-menu,
.extra-sidebar .widget_categories li .current-menu,
.main-sidebar .widget_categories li .current-menu,
.extra-sidebar .widget_recent_entries li .current-menu,
.main-sidebar .widget_recent_entries li .current-menu,
.extra-sidebar .widget_recent_comments li .current-menu,
.main-sidebar .widget_recent_comments li .current-menu {
    color: #FFFFFF;
}

.extra-sidebar .widget_rss li:hover:before,
.main-sidebar .widget_rss li:hover:before,
.extra-sidebar .widget_pages li:hover:before,
.main-sidebar .widget_pages li:hover:before,
.extra-sidebar .widget_archive li:hover:before,
.main-sidebar .widget_archive li:hover:before,
.extra-sidebar .widget_meta li:hover:before,
.main-sidebar .widget_meta li:hover:before,
.extra-sidebar .widget_nav_menu li:hover:before,
.main-sidebar .widget_nav_menu li:hover:before,
.extra-sidebar .widget_categories li:hover:before,
.main-sidebar .widget_categories li:hover:before,
.extra-sidebar .widget_recent_entries li:hover:before,
.main-sidebar .widget_recent_entries li:hover:before,
.extra-sidebar .widget_recent_comments li:hover:before,
.main-sidebar .widget_recent_comments li:hover:before,
.extra-sidebar .widget_rss li .current-menu:before,
.main-sidebar .widget_rss li .current-menu:before,
.extra-sidebar .widget_pages li .current-menu:before,
.main-sidebar .widget_pages li .current-menu:before,
.extra-sidebar .widget_archive li .current-menu:before,
.main-sidebar .widget_archive li .current-menu:before,
.extra-sidebar .widget_meta li .current-menu:before,
.main-sidebar .widget_meta li .current-menu:before,
.extra-sidebar .widget_nav_menu li .current-menu:before,
.main-sidebar .widget_nav_menu li .current-menu:before,
.extra-sidebar .widget_categories li .current-menu:before,
.main-sidebar .widget_categories li .current-menu:before,
.extra-sidebar .widget_recent_entries li .current-menu:before,
.main-sidebar .widget_recent_entries li .current-menu:before,
.extra-sidebar .widget_recent_comments li .current-menu:before,
.main-sidebar .widget_recent_comments li .current-menu:before {
    background: #FFFFFF;
}

.extra-sidebar .widget_rss li:first-child,
.main-sidebar .widget_rss li:first-child,
.extra-sidebar .widget_pages li:first-child,
.main-sidebar .widget_pages li:first-child,
.extra-sidebar .widget_archive li:first-child,
.main-sidebar .widget_archive li:first-child,
.extra-sidebar .widget_meta li:first-child,
.main-sidebar .widget_meta li:first-child,
.extra-sidebar .widget_nav_menu li:first-child,
.main-sidebar .widget_nav_menu li:first-child,
.extra-sidebar .widget_categories li:first-child,
.main-sidebar .widget_categories li:first-child,
.extra-sidebar .widget_recent_entries li:first-child,
.main-sidebar .widget_recent_entries li:first-child,
.extra-sidebar .widget_recent_comments li:first-child,
.main-sidebar .widget_recent_comments li:first-child {
    border: none;
}

.extra-sidebar .widget_rss li .post-date,
.main-sidebar .widget_rss li .post-date,
.extra-sidebar .widget_pages li .post-date,
.main-sidebar .widget_pages li .post-date,
.extra-sidebar .widget_archive li .post-date,
.main-sidebar .widget_archive li .post-date,
.extra-sidebar .widget_meta li .post-date,
.main-sidebar .widget_meta li .post-date,
.extra-sidebar .widget_nav_menu li .post-date,
.main-sidebar .widget_nav_menu li .post-date,
.extra-sidebar .widget_categories li .post-date,
.main-sidebar .widget_categories li .post-date,
.extra-sidebar .widget_recent_entries li .post-date,
.main-sidebar .widget_recent_entries li .post-date,
.extra-sidebar .widget_recent_comments li .post-date,
.main-sidebar .widget_recent_comments li .post-date {
    display: block;
    font-size: 85%;
    color: #8a8a8a;
}

.extra-sidebar .widget_rss li ul,
.main-sidebar .widget_rss li ul,
.extra-sidebar .widget_pages li ul,
.main-sidebar .widget_pages li ul,
.extra-sidebar .widget_archive li ul,
.main-sidebar .widget_archive li ul,
.extra-sidebar .widget_meta li ul,
.main-sidebar .widget_meta li ul,
.extra-sidebar .widget_nav_menu li ul,
.main-sidebar .widget_nav_menu li ul,
.extra-sidebar .widget_categories li ul,
.main-sidebar .widget_categories li ul,
.extra-sidebar .widget_recent_entries li ul,
.main-sidebar .widget_recent_entries li ul,
.extra-sidebar .widget_recent_comments li ul,
.main-sidebar .widget_recent_comments li ul {
    padding-top: 15px;
}

.extra-sidebar .widget_rss li ul li:last-child,
.main-sidebar .widget_rss li ul li:last-child,
.extra-sidebar .widget_pages li ul li:last-child,
.main-sidebar .widget_pages li ul li:last-child,
.extra-sidebar .widget_archive li ul li:last-child,
.main-sidebar .widget_archive li ul li:last-child,
.extra-sidebar .widget_meta li ul li:last-child,
.main-sidebar .widget_meta li ul li:last-child,
.extra-sidebar .widget_nav_menu li ul li:last-child,
.main-sidebar .widget_nav_menu li ul li:last-child,
.extra-sidebar .widget_categories li ul li:last-child,
.main-sidebar .widget_categories li ul li:last-child,
.extra-sidebar .widget_recent_entries li ul li:last-child,
.main-sidebar .widget_recent_entries li ul li:last-child,
.extra-sidebar .widget_recent_comments li ul li:last-child,
.main-sidebar .widget_recent_comments li ul li:last-child {
    padding-bottom: 0;
}

.extra-sidebar .widget_rss li > a,
.main-sidebar .widget_rss li > a,
.extra-sidebar .widget_pages li > a,
.main-sidebar .widget_pages li > a,
.extra-sidebar .widget_archive li > a,
.main-sidebar .widget_archive li > a,
.extra-sidebar .widget_meta li > a,
.main-sidebar .widget_meta li > a,
.extra-sidebar .widget_nav_menu li > a,
.main-sidebar .widget_nav_menu li > a,
.extra-sidebar .widget_categories li > a,
.main-sidebar .widget_categories li > a,
.extra-sidebar .widget_recent_entries li > a,
.main-sidebar .widget_recent_entries li > a,
.extra-sidebar .widget_recent_comments li > a,
.main-sidebar .widget_recent_comments li > a {
    font-weight: 700;
}

.widgettitle,
.widget-title {
    color: #000;
    font-size: 1.4em;
    line-height: 1.1;
    margin-bottom: 0px;
    /* 25px; */
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.8em;
}

.widgettitle:before,
.widget-title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    left: 0;
    background: #000;
    bottom: 0;
}

.main-sidebar .widgettitle,
.main-sidebar .widget-title {
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.main-sidebar .widgettitle:before,
.main-sidebar .widget-title:before {
    height: 2px;
    width: 100%;
    background: #777;
}

h4.widget-title::after {
    content: ">";
    position: absolute;
    right: 0;
    border: none;
}

.widget_search .widget-title {
    display: none;
}

.amshopby-filters-left-wrap {
    margin-top: 50px;
}

.amshopby-filters-left-wrap .widget-title {
    margin-top: 1rem;
    background: none !important;
}

.amshopby-filters-left-wrap .widget-title::after {
    content: ">";
    position: absolute;
    right: 0;
    border: none;
}

.widget_search form {
    position: relative;
}

.widget_search form:before {
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    color: #3b3e43;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.widget_search form:before {
    width: 2.769230769230769em;
    height: 2.769230769230769em;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 2.769230769230769em;
    -webkit-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}

.widget_search form input[type="search"] {
    background: transparent;
    border: 2px solid #3b3e43;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    float: left;
    margin: 0 4px 4px 0;
    padding: 0.6rem 0.9rem;
    font-weight: bold;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    color: #b4b4bc;
    line-height: 1.1;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a.selected,
.widget_product_tag_cloud .tagcloud a.selected {
    border-color: #b4b4bc;
    color: #b4b4bc;
}

#wp-calendar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5384615384615385em;
    background: #ebebec;
    border: 1px solid #ebebec;
}

#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
    padding: 0.7692307692307693em;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #dedede;
}

#wp-calendar > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #dedede;
    background: #ebebec;
}

#wp-calendar > caption + thead > tr:first-child > th,
#wp-calendar > colgroup + thead > tr:first-child > th,
#wp-calendar > thead:first-child > tr:first-child > th,
#wp-calendar > caption + thead > tr:first-child > td,
#wp-calendar > colgroup + thead > tr:first-child > td,
#wp-calendar > thead:first-child > tr:first-child > td {
    border-top: 0;
}

#wp-calendar > tbody + tbody {
    border-top: 1px solid #dedede;
}

#wp-calendar caption {
    background-color: #ebebec;
    padding: 0.6153846153846154em;
    text-transform: uppercase;
}

#wp-calendar > thead th {
    background-color: #dedee0;
    border: none !important;
    text-align: center;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #6c7680;
}

#wp-calendar > tbody > tr > td {
    border: none;
    line-height: 2.7em;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ebebec;
    border-right: 1px solid #ebebec;
}

#wp-calendar > tbody > tr > td.pad {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wp-calendar > tbody > tr > td.pad:first-child {
    border-left: 0;
}

#wp-calendar > tbody > tr > td.pad:last-child {
    border-right: 0;
}

#wp-calendar > tbody > tr > td > a {
    background: #FFFFFF;
    color: #ffffff;
    text-align: center;
    display: block;
}

.social-widget-wrap.social-widget-square i {
    color: #fff;
}

.social-widget-wrap.social-widget-round i {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}

.social-widget-wrap.social-widget-outlined i {
    background: transparent;
    border: 1px solid;
}

.social-widget-wrap a {
    margin: 0 10px 10px 0;
    display: inline-block;
}

.social-widget-wrap a i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.recent-tweets ul {
    list-style: none;
}

.recent-tweets ul li {
    padding-bottom: 30px;
}

.recent-tweets ul li a {
    color: #8a8a8a;
}

.recent-tweets ul li a:hover {
    color: #FFFFFF;
}

.recent-tweets .twitter_time {
    margin-top: 8px;
    display: block;
    font-size: 85%;
}

.recent-tweets .twitter_time:before {
    content: "\f099";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.recent-tweets .twitter_time:before {
    color: #00aced;
    font-size: 120%;
    margin-right: 5px;
}

.posts-thumbnail-list > li {
    padding: 0 0 20px 0;
}

.posts-thumbnail-list > li:last-child {
    padding-bottom: 0;
}

.posts-thumbnail-image {
    float: left;
    height: auto;
    width: 72px;
}

.posts-thumbnail-content {
    line-height: 1;
    margin-left: 83px;
    min-height: 55px;
}

.posts-thumbnail-content > time {
    font-size: 85%;
    color: #878787;
    position: relative;
    text-transform: uppercase;
}

.posts-thumbnail-content > time:before {
    position: absolute;
    right: -40px;
    bottom: 2px;
    content: "";
    height: 1px;
    width: 30px;
    background: #222222;
}

.posts-thumbnail-content > span {
    float: right;
}

.posts-thumbnail-content > span a {
    font-size: 85%;
    color: #8a8a8a;
}

.posts-thumbnail-content > span a i {
    margin-right: 0.15384615384615385em;
}

.posts-thumbnail-content > span a:hover {
    color: #FFFFFF;
}

.posts-thumbnail-content > a,
.posts-thumbnail-content > h4 {
    display: block;
    margin: 0.38461538461538464em 0;
    font-size: 100%;
    color: #3b3e43;
    font-weight: 700;
    line-height: 1.2;
}

.posts-thumbnail-content > a:hover,
.posts-thumbnail-content > h4:hover {
    color: #a1aab5;
}

.posts-thumbnail-content > h4 a {
    color: #3b3e43;
}

.posts-thumbnail-content > h4 a:hover {
    color: #a1aab5;
}

.posts-thumbnail-content > a.posts-thumbnail-readmore {
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 900;
    margin-top: 10px;
}

.mailchimp-form-content input,
.mailchimp-form-content button {
    width: 100%;
}

@media (min-width: 768px) {
    .mailchimp-form-content .col-sm-4 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .mailchimp-form-content .col-sm-4 {
        margin-top: 15px;
    }
}

.mailchimp-form-result {
    font-size: 85%;
    margin-bottom: 5px;
}

.mailchimp-form-result .error {
    color: #fe252c;
}

.mailchimp-form-result .success {
    color: #a0ce4e;
}

.widget_rss cite,
.widget_rss .rss-date {
    font-size: 85%;
    color: #8a8a8a;
    display: block;
}

.widget_rss .rssSummary {
    margin-top: 0.7692307692307693em;
    font-size: 85%;
}

.widget_rss .rssSummary:before,
.widget_rss .rssSummary:after {
    content: " ";
    display: table;
}

.widget_rss .rssSummary:after {
    clear: both;
}

.widget_rss cite {
    font-style: italic;
    float: right;
}


/*--------------------------------------------------------------
32.0 - Contact form 7
--------------------------------------------------------------*/

.wpcf7-form-control:not(.wpcf7-submit) {
    display: block;
    width: 100%;
    height: 2.769230769230769em;
    padding: 0.6153846153846154rem;
    font-size: 13px;
    line-height: 1.6;
    color: #6c7680;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #ebebec;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-transition: box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
}

.wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #6c7680;
    border-width: 1px;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #6c7680;
    box-shadow: inset 0 0 0 1px #6c7680;
}

.wpcf7-form-control:not(.wpcf7-submit)[disabled],
.wpcf7-form-control:not(.wpcf7-submit)[readonly],
fieldset[disabled] .wpcf7-form-control:not(.wpcf7-submit) {
    cursor: not-allowed;
    background-color: #515151;
    opacity: 1;
    filter: alpha(opacity=100);
}

textarea.wpcf7-form-control:not(.wpcf7-submit) {
    height: auto;
}

.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    margin-top: 0.38461538461538464em;
    margin-bottom: 0.7692307692307693em;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
    color: #fe252c;
    border-color: #fe252c;
}

div.wpcf7 .screen-reader-response {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wpcf7-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    padding: 0.6rem 1.7rem;
    font-size: 1.3846153846153846em;
    line-height: 1.3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    text-transform: uppercase;
    padding-right: 4rem;
    padding-left: 4rem;
    display: table;
    margin: 0 auto;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
    color: #6c7680;
    text-decoration: none;
}

.wpcf7-submit i,
.wpcf7-submit span {
    z-index: 2;
    position: relative;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active {
    color: #ffffff;
    border-color: #aa8c5f;
    -webkit-box-shadow: 0 0 0 2px #aa8c5f inset;
    box-shadow: 0 0 0 2px #aa8c5f inset;
}

.wpcf7-submit:active,
.wpcf7-submit.active {
    background-image: none;
}

span.wpcf7-not-valid-tip {
    color: #fe252c;
    font-size: 85%;
    display: block;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7-response-output {
    padding: 0.6153846153846154rem 1.0769230769230769rem;
    margin: 0.38461538461538464em 0 0 0;
}

div.wpcf7-validation-errors {
    border: 1px solid #fe252c;
}

.contact-actions {
    display: block;
    text-align: right;
}

.contacts-index-index {
    /*padding-top: 100px;*/
}

.contact-form {
    margin-bottom: 50px;
}

.contact-form .buttons-set {
    margin-top: 2%;
    text-align: right;
}

.contact-form .wide {
    width: 100%;
    margin-top: 2%;
}

.contact-form .wide textarea {
    width: 100%;
    height: 190px;
    padding: 3px 0 3px 7px;
    background-color: transparent;
    border: 1px solid #35383c;
    resize: none;
}

.contact-form .wide {
    width: 100%;
}

.contact-form .fields .field2 select {
    width: 100%;
}

.contact-form .fields .field2 {
    margin-top: 2%;
}


.contact-form .upload-btn-wrapper {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

}
.contact-form .img-upload {
    width: 20px;
}

.contact-form .upload-btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    background: transparent;
    border: 2px solid #777;
    text-transform: uppercase;
    color: #000;
    position: relative;
    cursor: pointer;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipu;
}

.contact-form .upload-btn:hover {
    border-color: #000;
}
.contact-form .MultiFile-remove {
    font-size: 28px !important;
    top: 3px;
    position: relative;
}

.contact-form .attachment {
    display: block;

}

.upload-btn-wrapper + label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    background: transparent;
    border: 2px solid #777;
    text-transform: uppercase;
    color: #000;
    position: relative;
    cursor: pointer;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipu;
}

.upload-btn-wrapper:focus + label,
.upload-btn-wrapper + label:hover {
    background-color: red;
}

@media (min-width: 961px) {
    .contact-form .fields {
        display: flex;
    }

    .contact-form .fields .field {
        width: 32%;
    }

    .contact-form .fields .field {
        margin-right: 2%;
    }

    .contact-form .fields .field:last-child {
        margin-right: 0%;
    }

    .contact-form .fields .field2 {
        width: 49%;
    }

    .contact-form .fields .field2:first-child {
        margin-right: 2%;
    }
}

@media (min-width: 1200px) {
    .contacts-index-index {
        /*padding-top: 100px;*/
    }
}

@media (max-width: 480px) {
    .contacts-index-index {
        /*padding-top: 40px;*/
    }

    .contact-form .buttons-set {
        margin-top: 5%;
        text-align: center;
    }

    .contact-form .buttons-set .button {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .contact-form h2.legend {
        font-size: 1.55em;
    }
}


/*--------------------------------------------------------------
34.0 - Utility classes
--------------------------------------------------------------*/

.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after,
.container:before,
.container:after,
.boxed-wrap:before,
.boxed-wrap:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar-wrap:before,
.navbar-wrap:after,
.primary-nav .dropdown-menu:before,
.primary-nav .dropdown-menu:after,
.paginate:before,
.paginate:after,
.modal-footer:before,
.modal-footer:after,
.searchform-result .searchform-result-list .search-entry:before,
.searchform-result .searchform-result-list .search-entry:after,
.posts .posts-wrap:before,
.posts .posts-wrap:after,
.hentry-wrap:before,
.hentry-wrap:after,
.author-info:before,
.author-info:after,
.comment-notes:before,
.comment-notes:after,
.widget_text:before,
.widget_text:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:before,
.posts-thumbnail-list > li:after,
.masonry-filter:before,
.masonry-filter:after,
.masonry-filter .filter-action:before,
.masonry-filter .filter-action:after {
    content: " ";
    display: table;
}

.clear:after,
.clearfix:after,
.container:after,
.boxed-wrap:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.navbar-wrap:after,
.primary-nav .dropdown-menu:after,
.paginate:after,
.modal-footer:after,
.searchform-result .searchform-result-list .search-entry:after,
.posts .posts-wrap:after,
.hentry-wrap:after,
.author-info:after,
.comment-notes:after,
.widget_text:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.posts-thumbnail-list > li:after,
.masonry-filter:after,
.masonry-filter .filter-action:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.transform-uppercase {
    text-transform: uppercase;
}

.no-min-height {
    min-height: 0 !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bypostauthor {
    margin: 0;
    padding: 0;
}

#wpstats {
    display: none;
}

.sticky {
    margin-bottom: 30px;
}

.alignleft {
    float: left;
    margin-right: 1.5384615384615385em;
}

.alignright {
    float: right;
    margin-left: 1.5384615384615385em;
}

.aligncenter {
    display: block;
    margin: 1.5384615384615385em auto;
}

.wp-post-image {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wp-caption-text {
    text-align: center;
    margin-top: 0.38461538461538464em;
}

.gallery-caption {
    max-width: 100%;
    padding: 0.38461538461538464em;
}

.wp-caption {
    background: none repeat scroll 0 0 #ebebec;
    border: 1px solid #ebebec;
    max-width: 100%;
    padding: 0.38461538461538464em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.infinite-scroll-loading {
    text-align: center;
    margin-top: 1.5384615384615385em;
    margin-bottom: 1.5384615384615385em;
}

[data-paginate="infinite_scroll"] .paginate,
[data-paginate="loadmore"] .paginate {
    display: none;
}

.masonry-filter {
    margin-bottom: 30px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.masonry-filter .filter-action {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    text-align: right;
}

.masonry-filter .filter-action.filter-action-center {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 1em;
}

.masonry-filter .filter-action.filter-action-center > ul {
    float: none;
    text-transform: uppercase;
    text-align: center;
}

.masonry-filter .filter-action.filter-action-center > ul li {
    float: none;
    padding: 0.5em 1.5em;
    display: inline-block !important;
    position: relative;
}

.masonry-filter .filter-action.filter-action-center > ul li:before {
    content: '/';
    position: absolute;
    right: 0;
    font-weight: bold;
    color: #8a8a8a;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.masonry-filter .filter-action.filter-action-center > ul li:last-child:before {
    display: none;
}

.masonry-filter .filter-action.filter-action-center > ul li a {
    padding: 0;
    border-bottom: none;
    font-weight: bold;
}

.masonry-filter .filter-action.filter-action-center > ul li a.selected {
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .masonry-filter .filter-action {
        width: 100%;
        text-align: left;
        display: block;
    }
}

.masonry-filter .filter-action > ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.masonry-filter .filter-action > ul li {
    display: none;
    float: left;
    padding: 0.6153846153846154rem 1.0769230769230769rem;
}

@media (max-width: 767px) {
    .masonry-filter .filter-action > ul li {
        display: block;
    }
}

.masonry-filter .filter-action > ul li a {
    display: block;
    border-bottom: 1px solid transparent;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.masonry-filter .filter-action > ul li a.selected {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

@media (max-width: 991px) {
    .masonry-filter .filter-action > ul {
        margin-top: 0.9230769230769231rem;
        clear: both;
    }
}

.not-found-wrapper {
    text-align: center;
    padding: 30px 0 100px;
}

.not-found-wrapper .widget_search > p {
    font-size: 1.2em;
}

.not-found-title {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.not-found-subtitle {
    display: block;
    font-size: 18em;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .not-found-subtitle {
        font-size: 10em;
    }
}

.facebook-bg {
    border-color: transparent;
    background: #3b5998;
    color: #fff;
}

.facebook-outlined {
    border-color: #3b5998;
    color: #3b5998;
}

.facebook-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.facebook-bg-hover:hover {
    border-color: transparent !important;
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter-bg {
    border-color: transparent;
    background: #00aced;
    color: #fff;
}

.twitter-outlined {
    border-color: #00aced;
    color: #00aced;
}

.twitter-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.twitter-bg-hover:hover {
    border-color: transparent !important;
    background: #00aced !important;
    color: #fff !important;
}

.google-plus-bg {
    border-color: transparent;
    background: #dd4b39;
    color: #fff;
}

.google-plus-outlined {
    border-color: #dd4b39;
    color: #dd4b39;
}

.google-plus-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.google-plus-bg-hover:hover {
    border-color: transparent !important;
    background: #dd4b39 !important;
    color: #fff !important;
}

.pinterest-bg {
    border-color: transparent;
    background: #cb2027;
    color: #fff;
}

.pinterest-outlined {
    border-color: #cb2027;
    color: #cb2027;
}

.pinterest-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pinterest-bg-hover:hover {
    border-color: transparent !important;
    background: #cb2027 !important;
    color: #fff !important;
}

.linkedin-bg {
    border-color: transparent;
    background: #007bb6;
    color: #fff;
}

.linkedin-outlined {
    border-color: #007bb6;
    color: #007bb6;
}

.linkedin-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.linkedin-bg-hover:hover {
    border-color: transparent !important;
    background: #007bb6 !important;
    color: #fff !important;
}

.rss-bg {
    border-color: transparent;
    background: #fab135;
    color: #fff;
}

.rss-outlined {
    border-color: #fab135;
    color: #fab135;
}

.rss-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.rss-bg-hover:hover {
    border-color: transparent !important;
    background: #fab135 !important;
    color: #fff !important;
}

.instagram-bg {
    border-color: transparent;
    background: #517fa4;
    color: #fff;
}

.instagram-outlined {
    border-color: #517fa4;
    color: #517fa4;
}

.instagram-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.instagram-bg-hover:hover {
    border-color: transparent !important;
    background: #517fa4 !important;
    color: #fff !important;
}

.github-bg {
    border-color: transparent;
    background: #4183c4;
    color: #fff;
}

.github-outlined {
    border-color: #4183c4;
    color: #4183c4;
}

.github-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.github-bg-hover:hover {
    border-color: transparent !important;
    background: #4183c4 !important;
    color: #fff !important;
}

.behance-bg {
    border-color: transparent;
    background: #1769ff;
    color: #fff;
}

.behance-outlined {
    border-color: #1769ff;
    color: #1769ff;
}

.behance-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.behance-bg-hover:hover {
    border-color: transparent !important;
    background: #1769ff !important;
    color: #fff !important;
}

.stack-exchange-bg {
    border-color: transparent;
    background: #366fb3;
    color: #fff;
}

.stack-exchange-outlined {
    border-color: #366fb3;
    color: #366fb3;
}

.stack-exchange-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.stack-exchange-bg-hover:hover {
    border-color: transparent !important;
    background: #366fb3 !important;
    color: #fff !important;
}

.tumblr-bg {
    border-color: transparent;
    background: #32506d;
    color: #fff;
}

.tumblr-outlined {
    border-color: #32506d;
    color: #32506d;
}

.tumblr-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tumblr-bg-hover:hover {
    border-color: transparent !important;
    background: #32506d !important;
    color: #fff !important;
}

.soundcloud-bg {
    border-color: transparent;
    background: #f50;
    color: #fff;
}

.soundcloud-outlined {
    border-color: #f50;
    color: #f50;
}

.soundcloud-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.soundcloud-bg-hover:hover {
    border-color: transparent !important;
    background: #f50 !important;
    color: #fff !important;
}

.dribbble-bg {
    border-color: transparent;
    background: #ea4c89;
    color: #fff;
}

.dribbble-outlined {
    border-color: #ea4c89;
    color: #ea4c89;
}

.dribbble-bg-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.dribbble-bg-hover:hover {
    border-color: transparent !important;
    background: #ea4c89 !important;
    color: #fff !important;
}

.grayscale,
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.nth-typed {
    font-weight: bold;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-weight: lighter;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
35.0 - Responsive: Utility classes
--------------------------------------------------------------*/

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !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;
    }
}

@media (max-width: 992px) {
    .animate-box.animated {
        visibility: visible;
    }

    .column[data-fade="1"] {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .el-appear {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    pointer-events: none;
}

.icon_element.icon-border .icon_element-inner {
    border: 2px solid #FFFFFF !important;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
    background: transparent;
}

.col-icon-border {
    border-bottom: 2px solid #ebebec;
}

.col-icon-border:hover {
    border-bottom-color: #FFFFFF;
}

.col-icon-border:hover .icon_element-icon {
    color: #FFFFFF !important;
}

.col-icon-border:hover h5 {
    color: #FFFFFF !important;
}

.tta.tabs-border .tta-tabs-list {
    position: relative;
}

.tta.tabs-border .tta-tabs-list:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 0 solid #ebebec;
}

.tta.tabs-border .tta-tab > a {
    font-size: 16px;
    font-weight: 700;
    color: #3b3e43 !important;
    background: none !important;
    border-style: solid !important;
    border-width: 0 0 4px 0 !important;
    border-color: transparent !important;
    z-index: 1;
}

@media (max-width: 650px) {
    .tta.tabs-border .tta-tab > a {
        font-size: 12px;
        padding: 10px !important;
    }
}

.tta.tabs-border .tta-tab > a:hover {
    color: #FFFFFF;
}

.tta.tabs-border .tta-tab.active > a,
.tta.tabs-border .tta-tab.active > a {
    border-bottom: 4px solid #6c7680 !important;
    color: #6c7680 !important;
}

.tta.tabs-border .tta-panel-body {
    padding: 60px 0 0 0 !important;
}

@media (min-width: 768px) {
    .nice-border {
        display: table;
        margin: 0 auto;
        position: relative;
    }

    .nice-border:after,
    .nice-border:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        top: 50%;
        left: -50px;
        margin-top: -1px;
        background: #ebebec;
    }

    .nice-border:after {
        left: auto;
        right: -50px;
    }

    .nice-border .nice-border-bottom-right,
    .nice-border .nice-border-top-left {
        position: absolute;
        left: 0;
        top: 0;
        width: 0.9em;
        height: 0.9em;
        border-width: 3px 0 0 3px;
        border-style: solid;
        border-color: #FFFFFF;
    }

    .nice-border .nice-border-bottom-right:after,
    .nice-border .nice-border-top-left:after,
    .nice-border .nice-border-bottom-right:before,
    .nice-border .nice-border-top-left:before {
        position: absolute;
        content: "";
        border-width: 3px 3px 0 0;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        width: 0;
        height: 0;
        left: -3px;
        bottom: -3px;
    }

    .nice-border .nice-border-bottom-right:after,
    .nice-border .nice-border-top-left:after {
        left: auto;
        right: -3px;
        top: -3px;
        bottom: auto;
    }

    .nice-border .nice-border-bottom-right {
        top: auto;
        bottom: 0;
        right: 0;
        left: auto;
        border-width: 0 3px 3px 0;
    }

    .nice-border .nice-border-bottom-right::after,
    .nice-border .nice-border-bottom-right::before {
        border-width: 0 0 3px 3px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .nice-border .nice-border-content {
        position: relative;
        z-index: 2;
        padding: 8px 15px;
        display: inline-block;
    }

    .nice-border-full {
        position: relative;
    }

    .nice-border-full .nice-border-bottom-left,
    .nice-border-full .nice-border-bottom-right,
    .nice-border-full .nice-border-top-right,
    .nice-border-full .nice-border-top-left {
        position: absolute;
        left: -10px;
        top: -10px;
        width: 40px;
        height: 40px;
        border-width: 3px 0 0 3px;
        border-style: solid;
        border-color: #FFFFFF;
    }

    .nice-border-full .nice-border-bottom-left:after,
    .nice-border-full .nice-border-bottom-right:after,
    .nice-border-full .nice-border-top-right:after,
    .nice-border-full .nice-border-top-left:after,
    .nice-border-full .nice-border-bottom-left:before,
    .nice-border-full .nice-border-bottom-right:before,
    .nice-border-full .nice-border-top-right:before,
    .nice-border-full .nice-border-top-left:before {
        position: absolute;
        content: "";
        border-width: 3px 3px 0 0;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        width: 0;
        height: 0;
        left: -3px;
        bottom: -3px;
    }

    .nice-border-full .nice-border-bottom-left:after,
    .nice-border-full .nice-border-bottom-right:after,
    .nice-border-full .nice-border-top-right:after,
    .nice-border-full .nice-border-top-left:after {
        left: auto;
        right: -3px;
        top: -3px;
        bottom: auto;
    }

    .nice-border-full .nice-border-top-right {
        right: -10px;
        left: auto;
        border-width: 3px 3px 0 0;
    }

    .nice-border-full .nice-border-top-right::after,
    .nice-border-full .nice-border-top-right::before {
        border-width: 0 3px 3px;
        border-color: transparent #FFFFFF transparent transparent;
        left: auto;
        right: -3px;
    }

    .nice-border-full .nice-border-top-right::after {
        left: -6px;
        right: auto;
        top: -3px;
    }

    .nice-border-full .nice-border-bottom-left {
        top: auto;
        bottom: -10px;
        border-width: 0 0 3px 3px;
    }

    .nice-border-full .nice-border-bottom-left::after,
    .nice-border-full .nice-border-bottom-left::before {
        border-width: 3px 0 0 3px;
        border-color: transparent transparent transparent #FFFFFF;
        left: auto;
        right: -3px;
    }

    .nice-border-full .nice-border-bottom-left::after {
        bottom: auto;
        top: -3px;
        right: auto;
        left: -3px;
    }

    .nice-border-full .nice-border-bottom-right {
        top: auto;
        bottom: -10px;
        right: -10px;
        left: auto;
        border-width: 0 3px 3px 0;
    }

    .nice-border-full .nice-border-bottom-right::after,
    .nice-border-full .nice-border-bottom-right::before {
        border-width: 0 0 3px 3px;
        border-color: transparent transparent #FFFFFF transparent;
    }
}


/*--------------------------------------------------------------
36.0 - Cookie
--------------------------------------------------------------*/

#global-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    border-top: 1px solid #cdcdcd;
    -webkit-backdrop-filter: blur(5px);
    z-index: 101;
    -webkit-box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.4);
    /*display: flex;*/
}

#global-cookie .cookie-description {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 15px 15px;
    display: inline-block;
    width: 90%;
    float: left;
}

#global-cookie .text-right {
    padding: 29px 15px;
    display: inline-block;
    width: 10%;
    float: left;
}

#global-cookie .cookie-description p a,
#global-cookie p a {
    font-weight: 700;
}

@media (max-width: 650px) {
    #global-cookie {
        display: block;
        padding: 20px 15px;
    }

    #global-cookie .text-right,
    #global-cookie .cookie-description {
        text-align: center;
        padding: 0;
        width: 100%;
    }
}


/*--------------------------------------------------------------
36.0 - Custom style
--------------------------------------------------------------*/

.li-break {
    width: 100%;
    display: block;
    float: left;
}

.top-search .top-searchform-icon {
    width: 50px;
}

.top-search .top-searchform-icon::before {
    top: 50%;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 26px;
    margin-top: -3px;
    color: #000;
}

.right-topbar .navbar-minicart .minicart-icon {
    background: url('../images/shopping_bag.svg') no-repeat center / 26px;
    display: inline-block;
    height: 32px;
    width: 30px;
    margin-top: 6px;
    margin-left: 7px;
}

#featured_categories .col-sm-4 img {
    max-width: none;
    width: 100%;
}

.product-slider .caroufredsel-wrap {
    overflow: hidden;
    position: relative;
}

#women_products {
    margin-bottom: 0;
    border-top: 1px solid #c3c3c3;
}

#men_products {
    border-top: 1px solid #626262;
}

.fullscreen_video iframe {
    display: block;
    border-top: 1px solid #a9a4a3;
}

.featured_content {
    min-height: 570px;
    border-top: 1px solid #b6b0b0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.featured_content .col-sm-6 {
    color: #15252f;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 650px) {
    .featured_content .col-sm-6 {
        font-size: 14px;
        line-height: 1.4;
    }

    .featured_content .background {
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
    }

    .featured_content.dark-bg .background {
        background: rgba(0, 0, 0, 0.5);
    }
}

.featured_content .col-sm-6 h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 0.73;
    color: #000000;
    opacity: 0.75;
    transform: rotate(90deg);
    transform-origin: 0 100% 0;
    position: absolute;
    margin: -22px 0 0;
    letter-spacing: 3px;
}

.featured_content.dark-bg .col-sm-6 {
    color: #d6d8db;
}

.featured_content.dark-bg .col-sm-6 h3 {
    color: #FFFFFF;
    white-space: nowrap;
}

.deal_of_the_day {
    min-height: 570px;
    border-top: 1px solid #b8b3b3;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media (max-width: 650px) {
    .deal_of_the_day .col-sm-6 {
        padding: 0 40px !important;
    }

    .deal_of_the_day .background {
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
    }

    .deal_of_the_day.dark-bg .background {
        background: rgba(0, 0, 0, 0.5);
    }
}

.deal_of_the_day .col-sm-6 > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 570px;
    color: #15252f;
    font-size: 16px;
}

.deal_of_the_day .col-sm-6 h3 {
    font-size: 48px;
    font-weight: bold;
    color: #15252f;
    text-transform: uppercase;
}

@media (max-width: 650px) {
    .deal_of_the_day .col-sm-6 h3 {
        font-size: 32px;
    }
}

.deal_of_the_day.dark-bg .col-sm-6 > div {
    color: #d6d8db;
}

.deal_of_the_day.dark-bg .col-sm-6 h3 {
    color: #d6d8db;
}

#blog_latest_articles {
    border-top: 1px solid #a39e9e;
}

.footer-widget {
    border-top: 1px solid #b4b4bc;
}

#languageModal .modal-content {
    color: #FFFFFF;
    border: none;
}

#languageModal .modal-header {
    border-bottom: none;
}

#languageModal .modal-header .close {
    margin: 0;
    left: auto;
    right: 20px;
    top: 20px;
    transform: translate(0, 0);
    border: none;
    background: url('../images/close.svg') no-repeat center / 30px;
}

#languageModal .modal-title {
    color: #FFFFFF;
}

#languageModal .modal-body {
    padding: 30px 40px;
}

#languageModal .modal-footer {
    text-align: center;
    border-top: none;
    background: none;
}

#languageModal .modal-footer .btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

#languageModal .modal-footer .btn:hover {
    color: #1B2328;
}

@media (min-width: 768px) {
    #languageModal .modal-dialog {
        width: 1170px;
    }
}

#countries_list > li {
    float: left;
    width: 25%;
}

#countries_list > li > a {
    font-size: 13px;
}

#countries_list > li > ul {
    float: left;
    margin-right: 55px;
}

#countries_list h5 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 3px;
}

#countries_list a {
    color: #FFFFFF;
}

@media (max-width: 899px) {
    .container.navbar-default-container {
        width: 100%;
        padding: 0;
    }

    .container.navbar-default-container > .row {
        margin: 0;
    }

    .container.navbar-default-container > .row > .col-md-12 {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .settings {
        top: 45px;
    }

    .navbar-default {
        height: 46px;
        min-height: 46px;
    }

    .navbar-header .navbar-toggle,
    .offcanvas-overlay .navbar-toggle {
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
    }

    .offcanvas-overlay .navbar-toggle {
        height: 46px;
        line-height: 46px;
    }

    .navbar-header .navbar-settings > a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }

    .search-icon-mobile {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .search-icon-mobile i {
        font-size: 18px;
    }

    .cart-icon-mobile {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .cart-icon-mobile {
        background-size: 20px auto;
    }

    .cart-icon-mobile span {
        font-weight: 600;
        width: 1.4em;
        height: 1.4em;
        line-height: 1.4em;
        right: 2px;
        top: 2px;
    }

    .navbar-brand {
        height: 45px;
        line-height: 45px;
    }

    .tp-caption.Fashion-BigDisplay {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .tp-caption.Fashion-BigDisplay.Bigger {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }

    .tp-caption.Fashion-BigDisplay.Smaller {
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin-top: 20px !important;
    }

    .Fashion-BigDisplay .btn {
        font-size: 14px !important;
        line-height: 1.2 !important;
        margin-top: 30px !important;
        border-width: 1px !important;
        padding: 6px 10px 4px !important;
    }

    .tp-bullets.custom.horizontal {
        bottom: -65px !important;
        position: absolute !important;
        top: auto !important;
    }
}

.touchevents .box-ft-3 .box-ft-img-overlay {
    opacity: 0;
}


.touchevents .box-ft-3 .bof-tf-view-more {
    opacity: 1;
}


.customer-dob .date-group {
    display: flex;
}

.customer-dob .date-group div {
    max-width: 40px;
    margin-right: 5px;
}

.customer-dob .date-group div:last-child {
    max-width: 50px;
    margin-right: 0;
}

/* ADD AFTER BY ESSESOLUTIONS */

.primary-nav > .megamenu .megamenu-title a {
    padding: 0;
    font-weight: normal;
}

.cms-index-index .content-container .main-content .std {
    display: none;
}

.price-box > p {
    display: inline-block;
}


/* .price-box > p:first-child:after{
  content: "-";
} */

.price-box .price-label {
    display: none;
}

.commerce ul.products li.product .tag.label-left {
    left: 10%;
    right: auto;
}

.catalog-product-view .price-box {
    text-align: left;
    margin-bottom: 0;
}

.catalog-product-view .price-box > p:first-child::after {
    content: none;
}

.catalog-product-view .commerce div.product .summary p.old-price span.price {
    color: #777;
    /* #878787; */
    /* font-size: 18px; */
    margin-right: 20px;
    position: relative;
    /* top: -2px; */
    text-decoration: line-through;
    font-weight: normal;
}

.alert-wishlist {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99998;
    background: rgba(255, 255, 255, 0.8);
}

.alert-wishlist .addwishlistalert {
    background: #000000;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin: auto;
    z-index: 99999;
    width: auto;
    margin-top: 50vh;
    max-width: 90%;
}

.cart-product-options {
    color: #3a3a3a;
    line-height: 1;
    margin-top: 5px;
}

.cart-product-options strong {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
}

.letter-brand {
    color: #000;
    font-weight: 700;
}

.designer-description .column {
    padding: 0 30px;
}

@media (max-width: 899px) {
    .designer-description .column {
        width: 100% !important;
    }
}


/* Global Messages */

.messages {
    width: 100%;
    overflow: hidden;
    text-align: left;
    position: fixed;
    top: 87px;
    z-index: 9999;
    right: 0;
}

.messages.scrolled {
    top: 61px;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

@media (max-width: 899px) {
    .messages {
        top: 74px;
    }
}

@media (max-width: 480px) {
    .messages {
        top: 45px;
    }
}


body.cms-index-index .messages {
    position: fixed;
    z-index: 1001;
}

.messages li {
    margin: 0 0 10px;
    padding: 0;
    word-wrap: break-word;
}

.messages ul {
    padding: 10px 45px 18px 10px;
    margin: 0 0 -11px;
    position: relative;
}

.messages ul li {
    margin: 0;
    padding: 0 0 3px;
}

.messages a {
    text-decoration: underline;
}

.messages a:hover {
    text-decoration: none;
}

.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {
    border-style: solid;
    border-width: 1px;
}

p.error-msg {
    border-style: solid;
    padding: 10px;
    border-width: 1px;
    margin: 10px 0;
}


/* Error Message */

.messages li.error-msg {
    background-color: #dddddd;
    border-color: #c1c1c1;
    color: #6c7680;
}

.messages li.error-msg a {
    color: #d91a00;
}

p.error-msg {
    border-color: #e9581f;
    background-color: #fff5f3;
    color: #d91a00;
}


/* Success Message */

.messages li.success-msg {
    background-color: #000;
    border-color: #9d9d9d;
    color: #ffffff;
}

.messages li.success-msg a {
    color: #3d6611;
}


/* Notification Message */

.messages li.note-msg,
.messages li.notice-msg {
    background-color: #000;
    border-color: #9d9d9d;
    color: #ffffff;
}

.messages li.note-msg a,
.messages li.notice-msg a {
    color: #3d6611;
}


/* --------------------------- */


/*Form general*/

.form-list input.input-text {
    width: 100%;
    /* 98% */
    padding: 3px 0 3px 7px;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    float: left;
}

.customer-account-edit .form-list li.control label {
    margin-top: 4px;
}

.form-list .field {
    margin-top: 2%;
}

.form-list .add-field {
    margin-top: 7px;
}


/*Form general - fine*/


/* Checkout Table*/

.commerce .tablecart {
    width: 78% !important;
    float: left;
}

.commerce table.cart {
    background-color: transparent;
}

.commerce table.cart tbody tr {
    height: 150px;
}

.commerce table.cart thead tr th.product-remove {
    padding: 0.813em;
}

.commerce table.cart thead tr th.product-name {
    padding: 0.87em 1.5em;
    width: 450px;
}

.commerce table.cart thead tr th.product-thumbnail {
    padding: 0.87em 4em;
}

.commerce table.cart thead tr th.cart-price {
    padding: 0.87em 1.1em;
    text-align: center;
}

.commerce table.cart thead tr th.cart-qty {
    padding: 0.87em 1.1em;
    text-align: center;
}


/*.commerce table.cart .product-thumbnail {
  max-width: 110px;
}*/

.commerce table.cart > thead > tr > th {
    border: 0;
    background: #fff !important;
    /* 6c7680 */
}

.commerce table.cart tfoot > tr > td {
    padding: 0;
    border-top: none;
}

.commerce table.cart tfoot > tr > td > div.button-set {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff !important;
    padding: 17px 30px;
    border-top: 1px solid #777;
}

.commerce table.cart thead th {
    background: #6c7680 !important;
}

#checkout-review-table {
    border: 1px solid !important;
    margin-bottom: 0 !important;
}

.commerce table#checkout-review-table thead th {
    background: #000 !important;
    color: #fff;
}

.commerce table#checkout-review-table thead th.a-center {
    text-align: center;
}

.commerce table.shop_table thead th {
    color: #fff;
}

.commerce table.cart tfoot .button {
    float: left;
}

.commerce table.cart tfoot .button:nth-child(2) {
    margin: 0 18px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .commerce table.cart tfoot .button:nth-child(2) {
        margin: 0 18px;
    }
}

@media (max-width: 1200px) {
    .commerce table.cart tfoot .button:nth-child(2) {
        margin: 0 78px;
    }
}

@media (max-width: 980px) {
    .commerce table.cart tfoot .button:nth-child(2) {
        margin: 0 74px;
    }
}

@media (max-width: 800px) {
    .commerce table.cart tfoot .button:nth-child(2) {
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .commerce table.cart tfoot .button:nth-child(2) {
        margin: 0 25px;
    }

    .checkout-cart-index .page-breadcrumb-container .page-breadcrumb {
        border-bottom: none;
        padding: 15px 0;
        font-size: 10px;
    }
}

.shipping p {
    color: #404040;
    font-size: 14px;
}

.shipping label {
    color: #6c7680;
    width: 100%;
}

.shipping select {
    color: #6c7680;
    width: 67%;
    height: 35px;
}

.shipping input[type="radio"] {
    text-align: left;
}

.shipping input[type="text"] {
    color: #6c7680;
    width: 67%;
}

.shipping dt {
    float: left;
    display: inline-block;
    color: #6c7680;
    width: 22%;
}

input[type="text"],
input[type="password"] {
    background-color: transparent;
    border: 1px solid #35383c;
    height: 41px;
    width: 224px;
}

input[type="checkbox"] {
    background-color: transparent;
}

.enterprise-reward-customer-info input.checkbox,
.newsletter-manage-index input.checkbox {
    margin: 0;
}

#shopping-cart-table .button {
    border: 2px solid #fff !important;
    font-size: 16px;
    line-height: inherit;
    font-weight: bold;
}

#shopping-cart-table .button.btn-update {
    float: right;
    margin-right: 0;
}

#shopping-cart-table .button {
    border: 2px solid #777 !important;
    background-color: transparent;
    color: #777;
}

#shopping-cart-table .button:hover {
    background-color: #777;
    color: #fff;
}

.commerce .col-totals {
    /*width: initial !important;*/
    float: right;
}

.commerce .totals {
    max-width: 300px;
    background-color: #fff;
    /* 424d59 */
    /* padding: 24px 0; /* 32px */
    padding: 0;
    margin-top: 0px;
    border: none;
}

.commerce .totals:first-child {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.commerce .totals:last-child {
    border: 1px solid #777;
    padding: 24px;
}

.commerce .totals:last-child p {
    text-align: justify !important;
}

.commerce table#shopping-cart-totals-table tfoot td.a-left:first-child strong {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .commerce table#shopping-cart-totals-table tfoot td.a-left:first-child strong {
        font-size: 19px;
    }
}

@media (max-width: 800px) {
    .commerce table#shopping-cart-totals-table tfoot td.a-left:first-child strong {
        font-size: 14px;
    }

    .commerce table#shopping-cart-totals-table tfoot tr td:nth-child(2) span {
        font-size: 14px !important;
    }

    .commerce .totals {
        max-width: 100%;
    }
}

.commerce table#shopping-cart-totals-table > tfoot:nth-child(2) > tr:nth-child(1) > td:nth-child(2) > strong:nth-child(1) > span:nth-child(1) {
    color: #3b3e43;
}

.commerce table#shopping-cart-totals-table > tfoot {
    padding: 0.9em 2.03em;
}


/*.commerce table#shopping-cart-totals-table > tfoot tr {
    height: 62px;
}*/

.commerce table#shopping-cart-totals-table > tfoot tr td {
    border-top: 0;
    color: #3b3e43;
    padding: 0px;
    height: 62px;
    line-height: 46px;
    vertical-align: top;
}

@media (max-width: 800px) {
    #shopping-cart-table .button {
        font-size: 14px;
        text-align: center;
        max-width: 250px;
        margin: 0;
        margin-top: 15px;
        margin: 0px auto;
        margin-top: 10px;
        margin-bottom: 10px
    }

    #coupon_code {
        /* width: inherit; */
    }

    .commerce table#shopping-cart-totals-table td.a-right:first-child strong {
        font-size: 16px;
    }

    #shopping-cart-totals-table tbody tr td {
        font-size: 13px;
    }

    .commerce table.cart tfoot > tr > td > div.button-set {
        padding: 17px 0px;
    }
}

@media only screen and (max-width: 570px) {
    #shopping-cart-table .button,
    #shopping-cart-table .button.btn-update {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 800px) {
    .commerce table.cart tfoot .button:nth-child(2) {
        margin: 0 30px;
    }
}

#co-shipping-method-form {
    margin-top: 15px;
}


/* Checkout Table fine */


/* Product comparison */

.catalog-product-compare-index .page-title {
    padding: 0 15px;
}

.catalog-product-compare-index .page-title h1 {
    color: #ffffff;
    float: left;
}

.catalog-product-compare-index .page-title .product-compare-buttons {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    float: right;
}

.catalog-product-compare-index .page-title .link-print {
}

#product_comparison {
    background-color: #000000;
    border-collapse: unset;
}

#product_comparison tr,
#product_comparison td {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 5px;
}

#product_comparison th.label {
    display: table-cell;
    vertical-align: middle;
}


/* Account create/register */

.account-login h2.legend,
.account-create h2.legend {
    font-size: 1.4em;
    margin-top: 10px;
}

.account-create #is_subscribed {
    margin: 0 5px;
}

.account-create li.control {
    margin: 10px 0 0;
}

.account-create .buttons-set.form-buttons .back-link {
    float: left;
}

.account-create .buttons-set.form-buttons .submit-link {
    float: right;
}

.account-create .buttons-set.form-buttons button[type="submit"] {
    float: right;
}


/* My account page - Menu */

.enterprise-rma-return-view .block-content li > a:before,
.enterprise-rma-return-view .block-content li > strong::before,
.downloadable-customer-products .block-content li > a:before,
.downloadable-customer-products .block-content li > strong::before,
.sales-recurring-profile-index .block-content li > a:before,
.sales-recurring-profile-index .block-content li > strong::before,
.sales-billing-agreement-index .block-content li > a:before,
.sales-billing-agreement-index .block-content li > strong::before,
.helpdesk-ticket-index .block-content li > a:before,
.helpdesk-ticket-index .block-content li > strong::before,
.enterprise-invitation-index-index .block-content li > a:before,
.enterprise-invitation-index-index .block-content li > strong::before,
.enterprise-rma-return-history .block-content li > a:before,
.enterprise-rma-return-history .block-content li > strong::before,
.enterprise-reward-customer-info .block-content li > a:before,
.enterprise-reward-customer-info .block-content li > strong::before,
.enterprise-giftregistry-index-index .block-content li > a:before,
.enterprise-giftregistry-index-index .block-content li > strong::before,
.enterprise-giftcardaccount-customer-index .block-content li > a:before,
.enterprise-giftcardaccount-customer-index .block-content li > strong::before,
.enterprise-customerbalance-info-index .block-content li > a:before,
.enterprise-customerbalance-info-index .block-content li > strong::before,
.newsletter-manage-index .block-content li > a:before,
.newsletter-manage-index .block-content li > strong::before,
.oauth-customer-token-index .block-content li > a:before,
.oauth-customer-token-index .block-content li > strong::before,
.sales-order-view .block-content li > a:before,
.sales-order-view .block-content li > strong::before,
.sales-order-shipment .block-content li > a:before,
.sales-order-shipment .block-content li > strong::before,
.customer-address-form .block-content li > a:before,
.customer-address-form .block-content li > strong::before,
.tag-customer-index .block-content li > a:before,
.tag-customer-index .block-content li > strong::before,
.review-customer-index .block-content li > a:before,
.review-customer-index .block-content li > strong::before,
.enterprise-rma-return-create .block-content li > a:before,
.enterprise-rma-return-create .block-content li > strong::before,
.sales-order-history .block-content li > a:before,
.sales-order-history .block-content li > strong::before,
.customer-address-index .block-content li > a:before,
.customer-address-index .block-content li > strong::before,
.customer-account-edit .block-content li > a:before,
.customer-account-edit .block-content li > strong::before,
.wishlist-index-index .block-content li > a:before,
.wishlist-index-index .block-content li > strong::before,
.customer-account-index .block-content li > a:before,
.customer-account-index .block-content li > strong::before,
.sales-order-view .block-content li > strong::before,
.sales-order-shipment .block-content li > strong::before,
.enterprise-rma-return-create .block-content li > strong::before {
    content: "\25b6";
    font-family: "WooCommerce";
    font-size: 9px;
    padding: 0 5px 0 0;
}

.enterprise-rma-return-view .block-title span,
.downloadable-customer-products .block-title span,
.sales-recurring-profile-index .block-title span,
.sales-billing-agreement-index .block-title span,
.helpdesk-ticket-index .block-title span,
.enterprise-invitation-index-index .block-title span,
.enterprise-rma-return-history .block-title span,
.enterprise-reward-customer-info .block-title span,
.enterprise-giftregistry-index-index .block-title span,
.enterprise-giftcardaccount-customer-index .block-title span,
.enterprise-customerbalance-info-index .block-title span,
.newsletter-manage-index .block-title span,
.oauth-customer-token-index .block-title span,
.tag-customer-index .block-title span,
.review-customer-index .block-title span,
.sales-order-history .block-title span,
.customer-address-index .block-title span,
.customer-account-edit .block-title span,
.wishlist-index-index .block-title span,
.customer-account-index .block-title span,
.sales-order-view .block-title span,
.sales-order-shipment .block-title span,
.enterprise-rma-return-create .block-title span {
    font-size: 1.4em;
}

.enterprise-rma-return-view .block-content li,
.downloadable-customer-products .block-content li,
.sales-recurring-profile-index .block-content li,
.sales-billing-agreement-index .block-content li,
.helpdesk-ticket-index .block-content li,
.enterprise-invitation-index-index .block-content li,
.enterprise-rma-return-history .block-content li,
.enterprise-reward-customer-info .block-content li,
.enterprise-giftregistry-index-index .block-content li,
.enterprise-giftcardaccount-customer-index .block-content li,
.enterprise-customerbalance-info-index .block-content li,
.newsletter-manage-index .block-content li,
.oauth-customer-token-index .block-content li,
.tag-customer-index .block-content li,
.review-customer-index .block-content li,
.sales-order-history .block-content li,
.customer-address-index .block-content li,
.customer-account-edit .block-content li,
.customer-address-form .block-content li,
.wishlist-index-index .block-content li,
.customer-account-index .block-content li,
.sales-order-view .block-content li,
.sales-order-shipment .block-content li,
.enterprise-rma-return-create .block-content li {
    border-bottom: 1px solid #fff;
    font-size: 1em;
    padding: 7px 0px;
}

.enterprise-rma-return-view .block-content li.last .downloadable-customer-products .block-content li.last .sales-recurring-profile-index .block-content li.last .sales-billing-agreement-index .block-content li.last .helpdesk-ticket-index .block-content li.last .enterprise-invitation-index-index .block-content li.last .enterprise-rma-return-history .block-content li.last .enterprise-reward-customer-info .block-content li.last .enterprise-giftregistry-index-index .block-content li.last .enterprise-giftcardaccount-customer-index .block-content li.last .enterprise-customerbalance-info-index .block-content li.last .newsletter-manage-index .block-content li.last .oauth-customer-token-index .block-content li.last .tag-customer-index .block-content li.last .review-customer-index .block-content li.last .sales-order-history .block-content li.last .customer-address-index .block-content li.last .customer-account-edit .block-content li.last .wishlist-index-index .block-content li.last .customer-account-index .block-content li.last,
.sales-order-shipment .block-content li.last,
.enterprise-rma-return-create .block-content li.last {
    /*border-bottom: none;*/
}

.enterprise-rma-return-view .block-content li.current strong,
.downloadable-customer-products .block-content li.current strong,
.sales-recurring-profile-index .block-content li.current strong,
.sales-billing-agreement-index .block-content li.current strong,
.helpdesk-ticket-index .block-content li.current strong,
.enterprise-invitation-index-index .block-content li.current strong,
.enterprise-rma-return-history .block-content li.current strong,
.enterprise-reward-customer-info .block-content li.current strong,
.enterprise-giftregistry-index-index .block-content li.current strong,
.enterprise-giftcardaccount-customer-index .block-content li.current strong,
.enterprise-customerbalance-info-index .block-content li.current strong,
.newsletter-manage-index .block-content li.current strong,
.oauth-customer-token-index .block-content li.current strong,
.tag-customer-index .block-content li.current strong,
.review-customer-index .block-content li.current strong,
.sales-order-history .block-content li.current strong,
.customer-address-index .block-content li.current strong,
.customer-account-edit .block-content li.current strong,
.wishlist-index-index .block-content li.current strong,
.customer-account-index .block-content li.current strong,
.sales-order-view .block-content li.current strong,
.sales-order-shipment .block-content li.current strong,
.enterprise-rma-return-create .block-content li.current strong {
    color: #000;
    font-weight: 700;
}

.page-title h1 {
    color: #000;
}

.checkout-cart-index .page-title h1 {
    text-align: center;
    text-transform: uppercase;
}

.my-account .dashboard .page-title {
    /* text-align: center; */
}

.my-account .dashboard .page-title h1 {
    font-weight: normal;
    font-size: 2.5em;
}

.my-account .dashboard .welcome-msg {
    border-bottom: 1px solid #fff;
    margin: 10px 0 30px;
}

.my-account .addresses-list h2.sub-title,
.my-account .dashboard h2.sub-title {
    font-size: 1em;
    margin: 15px 0 5px;
    text-align: left;
    text-transform: uppercase;
}

.my-account .dashboard h2.sub-title a {
    font-size: 10px;
    text-transform: uppercase;
}

.my-account .dashboard .separator {
    font-size: 0.6em;
    font-weight: bold;
}

.my-account .dashboard .welcome-msg h1.sub-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 2em;
    font-weight: 500;
}

.my-account .addresses-list h3.box-title,
.my-account .dashboard h3.box-title {
    font-size: 20px;
}

.my-account .dashboard h3.box-title a {
    font-size: 10px;
    text-transform: uppercase;
}

.my-account .pager .amount {
    margin: 0;
}

.my-account .pager .limiter label {
    height: 40px;
    line-height: 40px;
    margin: 0;
}

.my-account .pager .limiter label,
.my-account .pager .limiter > div {
    float: left;
}

.my-account .pager .limiter > div > select {
    border: none;
}

.commerce .recent-orders table tr td span.mobile {
    display: none;
}


/* Ticket */

.helpdesk-ticket-index div.input-box textarea.input-text,
.helpdesk-ticket-index div.input-box input.input-text,
#order_id,
#department_id,
#priority_id {
    width: 100%;
}

.helpdesk-ticket-index .buttons-set {
    text-align: right;
}

.minicart {
    display: none;
    position: absolute;
    padding: 20px 30px 30px;
    z-index: 9999;
    width: 350px;
    right: -15px;
    background: #fff;
    top: 98px;
    margin-top: 1px;
}

.getSlidetitle,
.getDescription {
    font-weight: 500 !important;
}

.getSlideSubtitle,
.getUrl a {
    font-weight: 700 !important;
}

@media (max-width: 899px) {
    .commerce .my-account table,
    .commerce .my-account table > tbody,
    .commerce .my-account table > tbody > tr,
    .commerce .my-account table > tbody > tr > td {
        display: block;
    }

    .enterprise-rma-return-create .commerce .my-account table > tbody > tr > td {
        display: table-cell;
    }

    .enterprise-rma-return-create .commerce .my-account table > tbody > tr {
        display: table-row;
    }

    .enterprise-rma-return-create .commerce .my-account table > tbody {
        display: table-row-group;
    }

    .enterprise-rma-return-create .commerce .my-account table {
        display: table;
    }

    .commerce .my-account table thead {
        display: none;
    }

    .commerce .my-account table tbody tr {
        border: 1px solid #dedede;
    }

    .commerce .my-account table tbody tr td {
        border: none;
    }

    .commerce .my-account table tbody tr td span.mobile {
        display: block;
        float: left;
        width: 40%;
        font-weight: bold;
        text-align: left;
    }

    .commerce .my-account table tbody tr > td > div:not(.cart-cell) {
        float: left;
        width: 60%;
        text-align: left;
    }

    .commerce .my-account table tbody tr > td > span.separator {
        font-size: 1.0em;
        font-weight: normal;
        display: inline;
    }

    .my-wishlist table > thead {
        display: none;
    }

    .my-wishlist table > tbody > tr {
        border: 1px solid #dedede !important;
    }

    .my-wishlist table > tbody > tr > td {
        border: none;
    }

    .my-wishlist .product-image img {
        max-width: 100px;
    }

    .my-wishlist h3.product-name {
        font-size: 1.2em;
        margin: 0 0 7px;
        text-align: center;
    }

    .my-wishlist div.description {
        font-size: 1.0em;
        text-align: center;
    }

    .my-wishlist .cart-cell {
        min-width: inherit;
        max-width: inherit;
    }

    .my-wishlist .cart-cell .price-box {
        font-size: 1.5em;
    }

    .my-wishlist .cart-cell > p {
        margin: 10px 0 0;
    }

    .sales-order-shipment .sub-title {
        font-size: 2em;
    }

    .sales-order-shipment .item-options {
        display: flex;
        width: 100%;
        margin-top: 2.538em;
        margin-bottom: 0;
    }

    .sales-order-shipment .item-options dt {
        width: 40%;
    }

    .sales-order-shipment .data-table .mobile {
        font-size: 14px;
    }

    .sales-order-shipment .data-table .a-center {
        text-align: justify;
    }

    .sales-order-shipment .data-table.tracking-table.tracking-center tbody tr td {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .main-wrap.col-main .main-content .woo-content .block.block-account {
        display: block;
    }

    .sidebar-wrap.col-left.sidebar {
        display: block;
        width: 100%;
    }

    .sidebar-wrap.col-left.sidebar .main-sidebar {
        width: 100%;
        /*display: none;*/
    }

    #toggle_sidebar {
        display: block;
    }

    .commerce table.cart > tfoot > tr > td {
        text-align: center;
        padding: 4px 10px;
    }

    .commerce table.cart tfoot .button:nth-child(2),
    .commerce table.cart tfoot .button {
        margin: 5px 37px;
        width: 235px;
    }

    #shopping-cart-table .button {
        font-size: 12px;
    }

    .my-wishlist table,
    .my-wishlist table > tbody,
    .my-wishlist table > tbody > tr,
    .my-wishlist table > tbody > tr > td {
        display: block;
    }

    .my-wishlist .add-to-cart-alt input.input-text,
    .my-wishlist .add-to-cart-alt button {
    }

    .my-wishlist .buttons-set {
        text-align: center;
    }

    .my-wishlist .buttons-set .button {
        margin-bottom: 10px !important;
        width: 100%;
    }

    .enterprise-giftcardaccount-customer-index .buttons-set > button.button {
        font-size: 11px !important;
    }

    .enterprise-reward-customer-info .my-rewards > .box > .box-title {
        font-size: 1.1em;
    }

    .commerce table.cart {
        margin-top: 37px;
    }
}

@media (max-width: 480px) {
    .commerce table.cart {
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .commerce table.cart tfoot .button:nth-child(2),
    .commerce table.cart tfoot .button {
        margin: 5px 40px;
    }
}

@media (max-width: 414px) {
    .commerce table.cart tfoot .button:nth-child(2),
    .commerce table.cart tfoot .button {
        margin: 5px 34px;
    }
}

@media (max-width: 375px) {
    .commerce table.cart tfoot .button:nth-child(2),
    .commerce table.cart tfoot .button {
        margin: 5px 15px;
    }
}

@media (max-width: 360px) {
    .commerce table.cart > tfoot > tr > td {
        padding: 4px 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 360px) {
    .commerce table.cart tfoot .button:nth-child(2),
    .commerce table.cart tfoot .button {
        margin: 5px 7px;
    }
}

@media (max-width: 320px) {
    .commerce table.cart tfoot .button:nth-child(2),
    .commerce table.cart tfoot .button {
        margin: 4px 5px;
        width: 200px;
    }
}


/* .widget_product_categories:first-child {
    margin-top:80px; 
} */

#giftcard_code {
    color: #000;
}

.storelocator-page .search-area-magestore {
    display: none;
}


/* special price

.price-box .regular-price .price {
  color: #777 !important;
  text-decoration: line-through;
}

*/

.add-to-cart-table .special-price.percentage-of-discount {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: lighter;
}

.block.block-subscribe {
    background: transparent !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: center;
    min-width: 305px;
}

.block.block-subscribe .block-title {
    text-align: center;
    border: none !important;
}

.block.block-subscribe .block-title strong {
    text-transform: uppercase;
    color: #000;
    font-size: 1.2em;
    padding-bottom: 0;
}

.block-subscribe button {
    height: 28px;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
}

.block-subscribe button:hover {
    background-color: #000;
    color: #fff;
}


/* designer detail */

.designer-designer-view .container.topDesigner .col-sm-2 a {
    position: relative;
    width: 100%;
    display: block;
}

.designer-designer-view .container.topDesigner .col-sm-2 a p {
    margin: 0;
    padding: 0;
}

.designer-designer-view .container.topDesigner .col-sm-2 span {
    position: absolute;
    width: 90%;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: 5%;
    margin-right: 5%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}


/* related */

.catalog-product-view .caroufredsel-wrap .price-box {
    text-align: center;
}


/* footer newsletter */

.checkbox-newsletter {
    display: inline-block !important;
    padding-top: 7px !important;
    margin-top: 0 !important;
    line-height: 10px !important;
    height: 27px !important;
}

.block-subscribe label.label-newsletter {
    padding-top: 0;
    padding-left: 5px;
    font-weight: normal;
    color: #000;
    font-size: 12px;
    margin-top: -5px;
    display: inline;
}


/* container designer */

.containerWtf .col-sm-offset-1 {
    margin-left: 0;
}

.designercat {
    width: 20%;
}

.designer-designer-view .containerWtf .designercat a {
    position: relative;
    width: 100%;
    display: block;
}

.designer-designer-view .containerWtf .designercat a p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.designer-designer-view .containerWtf {
    padding: 0;
}

.designer-designer-view .containerWtf .designercat span {
    position: absolute;
    width: auto;
    text-align: center;
    color: #fff;
    /*    border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;*/
    /* margin-left:5%; */
    /* margin-right:5%; */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}

.designer-designer-view .containerWtf .designercat p img {
    min-height: 41px;
}

.catalog-category-view #filters,
.designer-designer-view #filters {
    margin-top: 50px;
}

.designer-designer-view .designer-content,
.catalog-product-view .prod-content {
    padding-top: 30px;
}

.customer-account-index .account {
    padding-top: 0;
}

.sales-order-history .account,
.customer-account-index .account,
.wishlist-index-index .account,
.enterprise-rma-return-history .account,
.newsletter-manage-index .account,
.customer-account-edit .account,
.sales-order-view .account,
.enterprise-rma-return-create .account,
.enterprise-rma-return-view .account,
.sales-order-shipment .account,
.customer-address-form .account {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .designer-designer-view .content-container {
        padding-top: 0;
    }

    .designer-designer-view .containerWtf {
        padding: 0;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-container {
        /*padding-top: 30px;*/
    }

    .designercat {
        width: 100%;
        margin: 0;
        padding: 5px;
        border-bottom: 1px #D2D2D2 solid;
    }

    /*    .containerWtf .col-sm-2:last-child {
            border-bottom: none;
        }*/
    .designer-designer-view .containerWtf .col-sm-2 span {
        border-top: 3px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-bottom: 3px solid #fff;
        border-bottom-color: rgb(255, 255, 255);
    }

    .designer-designer-view .containerWtf .designercat span {
        font-size: 15px;
        color: #000;
        border: none;
    }

    .designer-designer-view .content-container {
        clear: both !important;
        margin-top: 0px;
        padding-top: 0px;
    }

    .container.topDesigner .pb-8 {
        padding-bottom: 20px !important;
    }

    .container.topDesigner .pb-4 {
        padding-top: 20px !important;
    }

    .designer-designer-listwoman .container.pt-8.pb-10 {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }

    .designer-designer-listwoman .add-padding-top {
        padding-top: 120px !important;
    }
}

@media screen and (max-width: 480px) {
    .designer-designer-listwoman .add-padding-top {
        padding-top: 80px !important;
    }

    .sales-order-history .account,
    .customer-account-index .account,
    .wishlist-index-index .account,
    .enterprise-rma-return-history .account,
    .newsletter-manage-index .account,
    .customer-account-edit .account,
    .sales-order-view .account,
    .enterprise-rma-return-create .account,
    .enterprise-rma-return-view .account,
    .sales-order-shipment .account,
    .customer-address-form .account {
        padding-top: 0;
    }
}

@media screen and (max-width: 899px) {
    .catalog-product-view .prod-content {
        padding-top: 0;
    }

    .header-transparent .navbar-default:not(.navbar-fixed-top) {
        background-color: #000;
    }

    .cart-icon-mobile {
        background: url(../images/shopping_bag-white.svg) no-repeat center center / 24px auto;
    }

    .navbar-settings > a {
        color: #fff;
    }

    .box-ft-3 .bof-tf-title-wrap {
        padding: 10px 30px 10px;
    }

    .box-ft-3 .bof-tf-sub-title {
        font-size: 16px;
    }

    .box-ft-3 .bof-tf-title {
        font-size: 1.5em;
    }

    .box-ft-3 .bof-tf-title span {
        font-size: 18px;
    }
}

.checkout-onepage-index .page-title h1 {
    color: #000;
}

@media screen and (max-width: 1024px) {
    .shop-loop-actions {
        display: none !important
    }

    .box-ft-3 .bof-tf-view-more {
        margin-top: 5px;
    }
}

@media screen and (min-width: 900px) {
    .navbar-settings > a {
        /*display: inline-block;*/
        float: left;
    }

    #country_selector {
        width: auto;
        padding: 0;
        padding-right: 10px;
        display: inline;
        border: none;
    }

    #country_selector h5 {
        font-weight: bold;
        color: #000;
        margin-top: 0;
        float: left;
        line-height: 50px;
        padding: 0 10px;
        margin: 0;
        font-size: 10px;
    }

    #country_selector h5 a {
        float: left;
        text-decoration: none;
    }

    #country_selector a {
        float: left;
    }

    #country_selector .btn-white-outline {
        line-height: 1.4;
        background: transparent;
        border: none;
        text-transform: uppercase;
        color: #000;
        position: relative;
        line-height: 50px;
        padding: 0;
        font-size: 10px !important;
    }

    #language_selector {
        padding: 0;
        margin: 0;
        border-bottom: 0;
        display: inline-block;
        height: 50px;
        clear: none;
        float: left;
    }

    #language_selector h5 {
        height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0 10px;
        float: left;
        margin: 0;
        font-size: 10px;
        font-weight: bold;
    }

    #language_selector ul {
        float: left;
        display: inline-block;
        line-height: 50px;
        margin: 0;
    }

    #language_selector ul li {
        line-height: 50px;
        height: 50px;
        float: left;
    }

    #language_selector li img {
        width: 20px;
        cursor: pointer;
    }
}

.widget.widget_product_categories ul {
    padding: 15px 0 !important;
}

@media screen and (max-width: 1200px) {
    .catalog-category-view .col-md-2,
    .designer-designer-view .col-md-2 {
        width: 25%;
    }

    .catalog-category-view .col-md-10,
    .designer-designer-view .col-md-10 {
        width: 100%;
    }

    .catalog-category-view #filters,
    .designer-designer-view #filters {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog-category-view .col-md-10 {
        width: 100%;
    }
}


/* lightbox */

.lightboxCountry h2 {
    text-align: left;
    color: #3a3a3a;
    width: 100%;
    clear: both;
    padding-top: 15px;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}

.lightboxCountry ul {
    display: none;
    padding: 15px 0;
    columns: 4 150px;
}

.lightboxCountry li {
    text-align: left;
    color: #3a3a3a;
    width: 100%;
    padding-bottom: 10px;
}

.lightboxCountry li a {
    color: #3a3a3a;
}


/* price correlati */

.shop-loop-product-info p.old-price span.price {
    color: #777 !important;
    /* #878787; */
    /* font-size: 18px; */
    margin-right: 3px;
    position: relative;
    /* top: -2px; */
    text-decoration: line-through;
    font-weight: normal;
}

.shop-loop-product-info .special-price .price {
    color: #ff0000 !important;
    margin-left: 3px;
    margin-right: 3px;
}

.shop-loop-product-info .special-price.percentage-of-discount .price {
    color: #000 !important;
    margin-left: 3px;
    font-weight: normal !important;
}


/* dhl logo */

div#checkout-shipping-method-load dl:before {
    content: "";
    width: 60px;
    height: 40px;
    display: block;
    background-color: #ff0000;
    float: left;
    margin-right: 14px;
    background-image: url(../images/dhl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.separatorLanguage {
    float: left;
    color: #000;
    font-size: 20px;
    line-height: 50px;
    height: 22px;
    text-indent: -99999px;
    border-right: 1px solid #000;
    margin-top: 14px;
    margin-left: 10px;
}


/* footer accordion */

.footer-widget .helpdesk-contact-form-button {
    color: #000000;
}

.footer-widget .helpdesk-contact-form-button:hover {
    color: #6c7680;
}

@media screen and (max-width: 767px) {
    .menu-legal-container {
        display: none;
    }

    .footer-widget .block-subscribe button {
        width: 100%;
    }
}


/* select language */

#language_selector ul {
    position: relative;
}

#language_selector ul li:after {
    width: 10px;
    height: 10px;
    content: "";
    font-size: 5px;
    position: absolute;
    top: 23px;
    right: -18px;
    z-index: 999;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    cursor: pointer;
}

#language_selector ul li:last-child:after {
    display: none;
}

#language_selector ul li {
    line-height: 50px;
    height: 50px;
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0;
}

#language_selector ul li:last-child {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    visibility: hidden;
    line-height: 32px;
}

#language_selector li:last-child > :before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 10px;
    margin-left: -10px;
    background: white;
}

#language_selector li:last-child > :after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 10px;
    margin-right: -10px;
    background: white;
}


/*#language_selector ul:hover li:last-child {
  visibility:visible;
}*/

.order-page h2 {
    font-size: 1.1em;
    margin-top: 0.3em;
    margin-bottom: 0.2em
}

#checkout-review-table-wrapper .product-image {
    float: left;
    padding-right: 15px;
}

#checkout-review-table-wrapper .product-image img {
    max-width: 100%;
}

#opc-review .commerce .cart-price .price {
    font-weight: normal !important;
}

.enterprise-rma-return-create .form-list li {
    line-height: 30px;
}

.enterprise-rma-return-create .order-page .form-list li:nth-child(3) {
    line-height: 94px;
}

.enterprise-rma-return-create .input-box .required-entry {
    width: 100%;
}

.enterprise-rma-return-create #rma_comment {
    width: 100%;
}

.enterprise-rma-return-create .fieldset .buttons-set.form-buttons {
    text-align: left !important;
}

.brands-list {
    columns: 4 150px;
}

.brands-list .col-brand {
    width: 100%;
    float: none;
}

.brands-list .col-brand ul li span {
    display: block;
}

.brands-list .col-brand ul li span {
    margin-top: 20px;
}

.brands-list .col-brand ul li:first-child span {
    margin-top: 0;
}

#my-orders-table tr:last-child td {
    border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 900px) {
    #my-orders-table tr:last-child td {
        border-bottom: none;
    }
}

@media screen and (max-width: 800px) {
    .lightboxCountry ul {
        columns: 3 150px;
    }

    .brands-list {
        columns: 3 150px;
    }
}

@media screen and (max-width: 767px) {
    .helpdesk-contact-form-button {
        display: none !important;
    }

    .lightboxCountry li {
        text-align: left;
        color: #fff;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .lightboxCountry li {
        text-align: left;
        color: #fff;
        padding-bottom: 10px;
        padding-right: 15px;
    }

    .lightboxCountry ul {
        columns: 2 150px;
    }

    .brands-list {
        columns: 2 150px;
    }
}

.cms-page-view dd {
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #checkout-step-review table tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: inherit;
        clear: none;
    }

    #checkout-step-review table tbody tr td {
        width: 100%;
        text-align: left;
    }

    #checkout-step-review table tbody tr td .product-image {
        display: none;
    }

    #checkout-step-review table tbody tr td.a-center {
        text-align: left !important;
    }
}

.remodal-wrapper {
    z-index: 99999999 !important;
}

.block-subscribe .input-box.input-box-email {
    width: 60%;
    float: left;
}

.block-subscribe .actions {
    width: 40%;
    float: left;
}

@media screen and (max-width: 1024px) {
    .block-subscribe .input-box.input-box-email {
        width: 100%;
    }

    .block-subscribe .input-box.input-box-woman {
    }

    .block-subscribe .actions {
        width: 100%;
    }

    .block-subscribe .actions button {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .checkout-cart-index .commerce .col-totals {
        width: 100%;
        min-width: 645px;
        float: none;
        clear: both;
        margin: 0 auto;
    }

    .commerce .totals {
        max-width: 100%;
    }

    .commerce .totals:first-child {
        width: 63%;
    }

    .commerce .totals:last-child {
        width: 33%;
    }

    .commerce .col-totals {
        position: relative;
    }

    .commerce .totals {
        position: relative;
        float: left;
    }

    .commerce .totals:last-child {
        float: right;
    }
}

@media (max-width: 800px) {
    .checkout-cart-index .commerce .col-totals {
        width: 340px;
        min-width: 0;
    }

    .commerce .totals {
        float: none;
        width: 100%;
        margin: 0;
    }

    .commerce .totals:last-child {
        float: none;
    }

    .commerce .totals:first-child {
        width: 100%;
    }

    .commerce .totals:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .designer-designer-view .heading-no-button.heading-container .heading-background {
        background-image: none !important;
        background-color: #fff;
    }

    .designer-designer-view .heading-container .heading-background .page-title h1 {
        color: #000;
    }

    .designer-designer-view .heading-container .heading-background .page-title span {
        color: #777;
    }

    .designer-designer-view .heading-no-button.heading-container .heading-background .heading-wrap {
        height: auto;
    }

    .container.topDesigner {
        display: none;
    }

    .designercat {
        float: left;
    }

    .containerWtf .designercat.ditem a {
        display: block;
        padding: 5px 0;
    }

    .containerWtf .designercat a p {
        height: 40px;
    }

    .containerWtf .designercat a p img {
        display: none;
    }

    #toggle_sidebar,
    #close_sidebar {
        margin-bottom: 0 !important;
    }

    .widget_product_categories:first-child {
        margin-top: 50px;
    }

    .designer-designer-view .page-breadcrumb {
        display: none;
    }
}

@media (max-width: 480px) {
    .lightboxCountry ul {
        columns: 1 150px;
    }

    .brands-list {
        columns: 1 150px;
    }
}

@media (max-width: 360px) {
    .checkout-cart-index .commerce .col-totals {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .catalog-category-view #filters,
    .designer-designer-view #filters {
        margin-top: 0;
    }

    .widget_product_categories:first-child {
        margin-top: 0;
    }
}

@media (max-width: 570px) {
    .catalog-category-view #filters {
        margin-top: 40px;
    }
}

.designer-designer-view #filters .filter-designer {
    display: none;
}

@media (max-width: 480px) {
    .catalog-category-view #filters,
    .designer-designer-view #filters {
        margin-top: 0;
    }
}


/* Ticket */

.bulleted-lists {
    list-style-type: disc;
}

.numbered-lists {
    list-style-type: decimal;
}

.mfp-wrap {
    display: none;
}


/*  Print order  */

.page-print .print-head img.logo {
    max-width: 200px;
    margin-bottom: 20px;
}


/*  Slider Home  */

.tp-parallax-wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    margin-right: auto;
}

.twobutton > .tp-parallax-wrap:nth-child(1) {
    margin-left: -150px !important;
}

.twobutton > .tp-parallax-wrap:nth-child(2) {
    margin-left: 150px !important;
}

@media (min-width: 480px) {
    .twobutton > .tp-parallax-wrap {
        margin-top: 30px !important;
        margin-left: -150px !important;
    }
}

@media (min-width: 1201px) {
    .tp-parallax-wrap .sdlabel {
        font-size: 18px !important;
    }

    .tp-parallax-wrap .sddescriptio {
        font-size: 18px !important;
    }

    .add_to_cart #product-addtocart-button,
    .add_to_cart .btn-white-outline .shopping-bag {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .tp-parallax-wrap .sdlabel {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .tp-parallax-wrap .sddescriptio {
        font-size: 15px !important;
    }

    .btn-white-outline {
        font-size: 15px !important;
    }
}

@media (max-width: 900px) {
    .tp-parallax-wrap .sdlabel {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .tp-parallax-wrap .sddescriptio {
        font-size: 12px !important;
    }

    .btn-white-outline {
        font-size: 12px !important;
    }

    .twobutton > .tp-parallax-wrap:nth-child(1) {
        margin-left: -100px !important;
    }

    .twobutton > .tp-parallax-wrap:nth-child(2) {
        margin-left: 100px !important;
    }
}

@media (max-width: 768px) {
    .tp-parallax-wrap .sdlabel {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .tp-parallax-wrap .sddescriptio {
        font-size: 15px !important;
    }

    .tp-parallax-wrap .sdsubtitle {
        font-size: 25px !important;
    }

    .tp-parallax-wrap .sdtitle {
        font-size: 20px !important;
    }

    .tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) {
        margin: 10px 0 !important;
    }

    .tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
        margin: 20px 0 !important;
    }

    .tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) {
        margin: 30px 0 !important;
    }

    .tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) {
        margin: 40px 0 !important;
    }

    .twobutton > .tp-parallax-wrap {
        margin-top: 40px !important;
    }

    .info-box.shipping {
        margin-bottom: 15px;
    }
}


/* My Account - Address Book - start */

body.customer-address-form .my-account form .fieldset {
    display: inline-block;
    width: calc(50% - 20px);
    float: left;
}

body.customer-address-form .my-account form .fieldset:nth-child(1) {
    margin-right: 20px;
}

body.customer-address-form .my-account form .fieldset:nth-child(2) {
    margin-left: 20px;
}

body.customer-address-form .my-account form .fieldset:nth-child(2) input,
body.customer-address-form .my-account form .fieldset:nth-child(2) select {
    width: 100%;
}

body.customer-address-form .my-account form .fieldset:nth-child(2) input[type="checkbox"] {
    width: auto;
}

@media (max-width: 767px) {
    body.customer-address-form .my-account form .fieldset {
        width: 100%;
        float: none;
    }

    body.customer-address-form .my-account form .fieldset:nth-child(1) {
        margin-right: 0;
    }

    body.customer-address-form .my-account form .fieldset:nth-child(2) {
        margin-left: 0;
    }
}


/* My Account - Address Book - end */


/*Holidays Cutoff Alert*/

.banner-message {
    text-align: center;
    background-color: #ebebec;
    padding: 10px 10px;
    color: #1d1d1d;
    max-width: 100%;
    display: block;
}
.banner-message-span-bold {
    font-weight: bold;
}

.banner-message-text-small {
    font-size: 12px;
}

.banner-div-line-height {
    margin-top: 10px;
    line-height: 95%;
}

/*mensagem*/
.close-menssage {
    top: 0;
    position: absolute;
    right: 0;
}

.close-menssage > #closemen {
    margin: 0;
    left: auto;
    right: 20px;
    top: 2px;
    transform: translate(0, 0);
    border: none;
    background: url(../images/close_w.svg) no-repeat center / 30px;
    opacity: 1;
    position: absolute;
    width: 20px;
    z-index: 100;
    border-radius: 100%;
    color: #3a3a3a;
    height: 40px;
    fill: #3a3a3a;
}

.error-msg .close-menssage > #closemen {
    background: url(../images/close.svg) no-repeat center / 30px;
}

/* Paypal purchase confirms */


.paypal-express-review .content-container {
    margin-top: 110px;
    margin-bottom: 50px;
}

.paypal-express-review .a-center {
    text-align: center;
}

.paypal-express-review #details-reload table tfoot.desktop {
    display: table-footer-group;
}

.paypal-express-review #details-reload table tfoot.desktop td:last-child {
    text-align: right;
}

.paypal-express-review .col2-set {
    float: left;
    width: 100%;
}

.paypal-express-review .col2-set .col-1 {
    float: left;
    width: 49%;
}

.paypal-express-review .col2-set .col-2 {
    float: right;
    width: 49%;
}

.paypal-express-review .main-content > .col2-set:nth-child(3) {
    margin-bottom: 1.5384615384615385em;
}

.paypal-express-review .main-content > .col2-set:nth-child(3) .col-1 {
    float: left;
    width: 100%;
}

.paypal-express-review .main-content .info-set .legend {
    font-size: 1.8461538461538463em;
}

.paypal-express-review .main-content .info-set button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paypal-express-review #details-table tbody tr td .product-image {
    width: 110px;
    float: left;
}

.paypal-express-review #details-table tbody tr td .product-name {
    font-size: 1.125em;
}

@media (max-width: 770px) {
    .customer-account-forgotpassword {
        margin-top: 80px;
    }

    .paypal-express-review #details-reload table {
        display: block;
    }

    .paypal-express-review #details-reload table tfoot.desktop {
        display: none !important;
    }

    .paypal-express-review #details-reload table tfoot.mobile {
        display: table-footer-group;
    }

    .paypal-express-review #details-reload table tbody {
        border-top: 1px solid #dedede;
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .paypal-express-review .col2-set .col-1,
    .paypal-express-review .col2-set .col-2 {

        width: 100%;
    }

    .paypal-express-review .main-content table > tbody > tr {
        width: 100%;
        border-bottom: 1px solid #dedede;
    }

    .paypal-express-review .main-content table > tbody > tr,
    .paypal-express-review .main-content table > tbody > tr > td {
        float: left;
    }

    .paypal-express-review .main-content table > tbody > tr > td,
    .paypal-express-review .main-content table > tbody > tr > td.last {
        width: 30%;
        border: none !important;
        text-align: center !important;

    }

    .paypal-express-review .main-content table > tbody > tr > td:first-child {
        text-align: left !important;

    }

    .paypal-express-review #details-table tbody tr td .product-image,
    .paypal-express-review #details-table tbody > tr > td > dl,
    .paypal-express-review #details-table tbody > tr > td > h3 {
        width: 100%;
    }

    .paypal-express-review #details-table tbody tr td .product-image {
        margin-bottom: 10px;
    }

    .paypal-express-review .main-content table > tbody > tr > td:nth-child(1) {
        width: 70%;
    }

    .paypal-express-review .main-content table > thead {
        display: none;
    }

    .paypal-express-review .main-content table tbody tr td:last-child .price {
        font-weight: 700;
    }

    .paypal-express-review #details-reload table {

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }


    .paypal-express-review #details-reload table tfoot.mobile {
        margin: auto;
        margin-top: 20px;
    }

    .paypal-express-review #details-reload table tfoot.mobile {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .paypal-express-review #details-reload table tbody {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

@media (max-width: 480px) {
    .customer-account-forgotpassword {
        margin-top: 50px;
    }

    .box-ft-3 .bof-tf-sub-title {
        font-size: 16px;
    }

    .box-ft-3 .bof-tf-title {
        font-size: 50px;
    }

    .box-ft-3 .bof-tf-title span {
        font-size: 20px;
    }

    .box-ft-3 .bof-tf-title-wrap {
        padding: 25px 30px 10px;
    }
}

@media (max-width: 375px) {
    .box-ft-3 .bof-tf-sub-title {
        font-size: 14px;
    }

    .box-ft-3 .bof-tf-title {
        font-size: 40px;
    }

    .box-ft-3 .bof-tf-title span {
        font-size: 18px;
    }

    .box-ft-3 .bof-tf-title-wrap {
        padding: 15px 30px 10px;
    }
}

@media (max-width: 320px) {
    .box-ft-3 .bof-tf-sub-title {
        font-size: 14px;
    }

    .box-ft-3 .bof-tf-title {
        font-size: 25px;
    }

    .box-ft-3 .bof-tf-title span {
        font-size: 16px;
    }

    .box-ft-3 .bof-tf-title-wrap {
        padding: 10px 30px 10px;
    }
}

body.catalogsearch-result-index .page-title h1 {
    font-size: 18px;
}

body.catalogsearch-result-index .amshopby-filters-left-wrap {
    margin-top: 104px;
}

.btn-space-between {
    margin-right: 10px;
}

@media (max-width: 899px) {
    body.catalogsearch-result-index .amshopby-filters-left-wrap {
        margin-top: 14px;
    }
}