/*aligns*/
.aligncenter{
    display: block;
    margin:0 auto;
}
.alignright{
    float:right;
    margin:0 0 10px 20px;
}
.alignleft{
    float:left;
    margin:0 20px 10px 0;
}

/*floats*/
.floatleft{
    float:left;
}
.floatright{
    float:right;
}

/*text style*/
.textcenter{
    text-align:center;
}
.textright{
    text-align:right;
}
.textleft{
    text-align:left;
}

/*captions*/
.si-caption{
    max-width: 100% !important;
}
.si-caption{
    margin-top:20px;
    font-style: italic;
}
div .si-caption:first-child {
    margin-top:20px;
}
.si-caption img{
    margin:0;
    padding:0;
    border:0 none;
    max-width: 100%;
}
.si-caption p.si-caption-text,
.si-caption-text {
    font-size:13px;
    line-height:19px;
    margin: 2px 0 0 0;
}

/*smiley reset*/
.si-smiley{
    margin:0 !important;
    max-height:1em;
}

/*blockquote*/
blockquote.left{
    margin-right:20px;
    text-align:right;
    margin-left:0;
    width:33%;
    float:left;
}
blockquote.right{
    margin-left:20px;
    text-align:left;
    margin-right:0;
    width:33%;
    float:right;
}

/*img attachment*/
#img-attch-page{
    text-align: center;
    overflow: hidden;
}
#img-attch-page img{
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    border: 5px solid #d4d4d4; /*for IE*/
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: rgba(0,0,0, 0.08);
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
}
#img-attch-page a:hover img{
    border-color: #fc7251;
}

#img-attach-page-content{
    text-align: center;
    margin-top: 25px;
}

/*gallery*/
.gallery {
    width: 100%;
    padding-top: 20px !important;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.gallery-item .gallery-icon {
    text-align: center;
    display: block;
    width: calc(100% - 10px);
    padding: 5px !important;
}

.gallery-item .gallery-caption {
    margin-bottom: 20px !important;
}

.gallery-item img {
    margin: 0 !important;
    padding:  0 !important;
    border: none !important;
    max-width: 100% !important;
}

.gallery-item a {
    display: inline-block;
    max-width: 100% !important;
    margin:  0 !important;
    padding: 0 !important;
}

.gallery-item a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/*-----------------------------------------------------------------------------------



		! ! !    R E A D   T H I S    ! ! !
		-----------------

		It's recomended to use/create a custom css file (ore place them at the end of this file)
		to do you customizations in order to easily update the main css files without loosing your changes




/* -----------------------------------------------------------------------------------

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)ml
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	FOOTER
	5. 	MENU
	6. 	MENU TOGGLE (Hamburger)
	7. 	HEADER / MENU OPTIONS
	8. 	HERO / PAGETITLE
	9. 	PORTFOLIOst
	10. BLOG
	11. COMMENTS
	13. PAGINATION
	14. EXTERN PLUGINS (smartscroll,masonry,revolution slider, owl)
	15. COLUMNS SECTION
	16. FULLWIDTH SECTIONad
	17. THUMB OVERLAY EFFECT
	18. ANIMATIONS (portfolio, hero, text, ...)
	19. ELEMENTS / SHORTCODES
	20. WIDGETS
	21. CUSTOM STYLE

----------------------------------------------------------------------------------- */



/*----------------------------------------------

0. RESET & CLEARFIX

------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
figure,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ol,
ul  {
    list-style: none;
}

:focus  {
    outline: 0;
}

/* deleting the default appearence for form elements */
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="number"],
input[type="tel"],
textarea,
button,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* HTML5 display definitions */
article,
aside,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
    visibility: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.clearfix {
    *display: inline-block;
    height: 1%;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width:100%;
}


/*----------------------------------------------

1. BASICS

------------------------------------------------*/
html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
html.disablescroll {
    overflow: hidden; 
}

body {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0,0,0,0.76);
    text-align: left;
    background: #fff;
    min-height: 100%;
}
.text-light {
    color: rgba(255,255,255,0.81);
}

::selection,
::-moz-selection,
::-webkit-selection {
    background:#000;
    color: #fff;
}

.text-light ::selection,
.text-light ::-moz-selection,
.text-light ::-webkit-selection {
    background: #fff;
    color: #000;
}


/* Headings
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat';
    font-weight: 500;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-style: italic;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong{
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
.text-light h1:not(.colored),
.text-light h2:not(.colored),
.text-light h3:not(.colored),
.text-light h4:not(.colored),
.text-light h5:not(.colored),
.text-light h6:not(.colored),
h1.text-light:not(.colored),
h2.text-light:not(.colored),
h3.text-light:not(.colored),
h4.text-light:not(.colored),
h5.text-light:not(.colored),
h6.text-light:not(.colored) {
    color: #fff;
}

h1,
.h1 {
    font-size: 54px;
    line-height: 62px;
}
h2,
.h2 {
    font-size: 40px;
    line-height: 48px;
}
h3,
.h3 {
    font-size: 32px;
    line-height: 40px;
}
h4,
.h4 {
    font-size: 22px;
    line-height: 30px;
}
h5,
.h5 {
    font-size: 18px;
    line-height: 25px;
}
h6,
.h6 {
    font-size: 16px;
    line-height: 22px;
}

/* Headers Spacing */
div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
    margin-top: 30px;
}
i + h1,
i + h2,
i + h3,
i + h4,
i + h5,
i + h6 {
    margin-top: 15px;
}
div h1:first-child,
div h2:first-child {
    margin-top: -0.18em;
}
div h1:last-child,
div h2:last-child {
    margin-bottom: -0.18em;
}
div h3:first-child,
div h4:first-child {
    margin-top: -0.15em;
}
div h3:last-child,
div h4:last-child {
    margin-bottom: -0.15em;
}
div h5:first-child,
div h6:first-child {
    margin-top: -0.12em;
}
div h5:last-child,
div h6:last-child {
    margin-bottom: -0.12em;
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
    margin-top: 18px;
}

.title-alt {
    color: rgba(0,0,0,0.41);
}
.text-light .title-alt {
    color: rgba(255,255,255,0.4) !important;
}
.title-alt b,
.title-alt strong,
strong .title-alt {
    font-weight: 500;
}

.uppercase,
.title-alt.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}



/* Forms
---------------------------------------- */
::placeholder {
    color: #000;
    opacity: 0.35;
    transition: all 0.3s ease;
}
::-ms-input-placeholder {
    color: #000;
    opacity: 0.35;
    transition: all 0.3s ease;
}
.text-light ::placeholder {
    color: #fff;
}
.text-light ::-ms-input-placeholder {
    color: #fff;
}

input {
    -webkit-appearance: none;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
    display: none;
    width : 0;
    height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
textarea {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    line-height: 24px;
    height: 24px;
    color: #000;
    padding: 0px 0px 2px 0;
    transition: all 200ms ease;
    -moz-border-radius:0px;
    -khtml-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius: 0;
    resize: none;
    position: relative;
    width: 100%;
    max-width: calc(100% - 0px);
}
textarea {
    min-height: 10rem;
}
.text-light:not(.transparent) input[type="text"],
.text-light:not(.transparent) input[type="password"],
.text-light:not(.transparent) input[type="email"],
.text-light:not(.transparent) input[type="number"],
.text-light:not(.transparent) input[type="tel"],
.text-light:not(.transparent) input[type="date"],
.text-light:not(.transparent) input[type="search"],
.text-light:not(.transparent) textarea {
    color: #fff;
    border-color: rgba(255,255,255,0.25);
}


input[type="submit"],
.button,
button {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: #000;
    color: #fff !important;
    display: inline-block;
    padding: 12px 40px;
    max-width: 100%;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
    transition: all 0.2s ease;
    color: #fff;
    background: #000;
    border: none;
    position: relative;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.text-light input[type="submit"],
.text-light .button,
.text-light button {
    background: #fff;
    color: #000;
}

input[type="submit"]:hover,
.button:hover,
button:not(.sf-button):hover {
    background: rgba(0,0,0,0.7); color: #fff;
}
.text-light input[type="submit"]:hover,
.text-light .button:hover,
.text-light button:hover {
    background: rgba(255,255,255,0.75);
    color: #000;
}

input[type="checkbox"],
input[type="radio"] {
    margin-left: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}

select {
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    line-height: 27px;
    height: 27px;
    width: auto;
    max-width: 100%;
    text-overflow: ellipsis;
    padding: 0 10px 0 0;
    color: #000;
    -moz-border-radius:0px;
    -khtml-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius: 0;
    min-width: 120px;
    background-image:url(../img/select-arrow.png);
    background-position: right 3px center;
    background-repeat: no-repeat;
    -webkit-background-size:11px 8px;
    -moz-background-size:11px 8px;
    -o-background-size:11px 8px;
    background-size:11px 8px;
}
.text-light select {
    color: #fff;
    border-color: #fa4d5a;
    background-image:url(../img/select-arrow.png);
}

select option {
    cursor: pointer;
    padding: 5px 7px;
}

label,
.label {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    color: rgba(0,0,0,0.41);
    display: block;
    transition: color 0.2s ease;
}
.text-light label,
.text-light .label {
    color: rgba(255,255,255,0.5);
}
.form-row.check-error label,
.sizefy-invalid label,
.check-error label {
    color: #fa4d5a !important;
}


label input + span,
input[type="radio"] + label,
input[type="checkbox"] + label {
    font-size: 14px;
    color: #000;
    display:inline-block;
    margin-left: 5px;
    display: inline-block;
    width: auto;
}
.text-light label input + span,
.text-light input[type="radio"] + label,
.text-light input[type="checkbox"] + label {
    color: #fff;
}

label abbr {
    color: rgba(0,0,0,0.41);
    text-decoration: none;
}
.text-light abbr { color: rgba(255,255,255,0.4); }

form {
    margin-top: 20px;
    padding: 1px 0 0 0;			/* work around for margin from form-row */
}
div form:first-child {
    margin: 0;
}

form .form-row {
    margin-top: 30px;
    position: relative;
}
div form:first-child .form-row:first-child,
div form:first-child .form-row.one-half:nth-child(2),
div form:first-child .form-row.one-third:nth-child(2),
div form:first-child .form-row.one-third:nth-child(3),
div form:first-child .form-row.two-third:nth-child(2),
div form:first-child .form-row.one-fourth:nth-child(2),
div form:first-child .form-row.one-fourth:nth-child(3),
div form:first-child .form-row.one-fourth:nth-child(4),
div form:first-child .form-row.two-fourth:nth-child(2),
div form:first-child .form-row.two-fourth:nth-child(3),
#reply-title + form:first-child .form-row:first-child {
    margin-top: 0;
}
form p.form-row {
    line-height: 0;
    font-size: 0;
}

.form-row.hidden {
    display: none;
}

form .form-submit {
    margin-top: 30px;
}

form .form-note {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    -moz-border-radius:2px;
    -khtml-border-radius:2px;
    -webkit-border-radius:2px;
    text-align: center;
}

form .form-note .alert-error,
form .form-note .alert-confirm {
    background: #fa4d5a;
    padding: 17px 0;
    width: 100%;
}
form .form-note .alert-confirm {
    background: #38e394;
}

form .form-note.visible {
    -webkit-animation: show-hide 5s 1;
    -moz-animation: show-hide 5s 1;
    -ms-animation: show-hide 5s 1;
    animation: show-hide 5s 1;
}
@-webkit-keyframes show-hide{
    0%{
        opacity:0;
        visibility: visible;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    100%{
        opacity:0;
        visibility: hidden;
    }
}
@-moz-keyframes show-hide{
    0%{
        opacity:0;
        visibility: visible;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    100%{
        opacity:0;
        visibility: hidden;
    }
}
@keyframes show-hide{
    0%{
        opacity:0;
        visibility: visible;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    100%{
        opacity:0;
        visibility: hidden;
    }
}


/* label layout */
.form-row.deplace  {
    position: relative;
    margin-top: 54px;
}

.form-row.deplace > label {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: auto;
    transition: all 0.3s ease;
    transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    height: 24px;
    overflow: hidden;
}

.form-row.deplace input::placeholder {
    opacity: 0;
}
.form-row.deplace input::-ms-input-placeholder  {
    opacity: 0;
}
.form-row.deplace textarea::placeholder {
    opacity: 0;
}
.form-row.deplace textarea::-ms-input-placeholder {
    opacity: 0;
}

.form-row.deplace.has-val > label,
.form-row.deplace input:focus ~ label,
.form-row.deplace textarea:focus ~ label {
    -webkit-transform: translateY(-100%) scale(0.9);
    -moz-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
}


/* contact form 7 */
.sizef7-not-valid-tip {
    display: none !important;
}

.screen-reader-response + .sizef7-form,
.sizef7-form > div[style="display: none;"] + .form-row {
    margin-top: 0;
}

/* loader-dot style */
.sizef7 .ajax-loader {
    position: relative;
    width: 22px;
    height: 5px;
    margin-left: 10px;
    background: none !important;
    -webkit-animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    -moz-animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
}

.sizef7 .ajax-loader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 5px;
}
.text-light .sizef7 .ajax-loader::before {
    background: #fff;
}

.sizef7-response-output {
    display:block !important;
    border: none !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 25px !important;
    position: fixed;
    width: 300px;
    background: #fa4d5a;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    opacity: 0;
    visibility: hidden;
}
.sizef7-response-output.sizef7-mail-sent-ok {
    background: #3ae285;
}
.sizef7-form.invalid .sizef7-response-output,
.sizef7-form.sent .sizef7-response-output {
    -webkit-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1) ;
    -moz-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1) ;
    -o-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1) ;
    -ms-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1) ;
    animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1) ;
}

@-webkit-keyframes error_message_show {
    0% { opacity: 0; visibility: hidden; }
    10% { opacity: 1; visibility: visible; }
    90% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@-moz-keyframes error_message_show {
    0% { opacity: 0; visibility: hidden; }
    10% { opacity: 1; visibility: visible; }
    90% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@keyframes error_message_show {
    0% { opacity: 0; visibility: hidden; }
    10% { opacity: 1; visibility: visible; }
    90% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}


/* Newsletter Sign Up style */
.newsletter-signup {
    width: 400px;
    max-width: 100%;
    margin: 40px auto 0 auto;
    position: relative;
}

.newsletter-signup input[type="email"] {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-right: none !important;
    border-radius: 20px 0 0 20px;
    padding: 0 20px;
    text-align: left;
    width: calc(100% - 40px - 125px);
    display: inline-block;
}

.newsletter-signup input[type="submit"] {
    display: inline-block;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 20px 20px 0;
}

div.sizef7 .newsletter-signup .ajax-loader {
    position: absolute;
    top: 12px;
    right: 135px;
}


/* Table
---------------------------------------- */
table {
    margin-top: 30px;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    width: 100%;
    max-width: 100%;
}
div table:first-child {
    margin-top: 0;
}

table caption {
    font-weight: 600;
    margin-bottom: 10px;
}

table th {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 1.3em;
}
.text-light table th {
    color: #fff;
}

table tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.text-light table tr {
    border-color: rgba(255,255,255,0.20) !important;
}

table tbody td,
table tbody th,
table tfoot td {
    padding: 15px 0 ;
}
table tbody tr:first-child td,
table tbody tr:first-child th {
    padding-top: 0;
}
table thead + tbody tr:first-child td {
    padding-top: 15px;
}
table thead th {
    padding-bottom: 15px;
}

table thead tr th:last-child,
table tbody tr td:last-child,
table tfoot tr td:last-child {
    text-align: right;
}

.table-scroll {
    max-width: 100%;
    overflow-y: auto;
    margin-top: 30px;
}
div .table-scroll:first-child {
    margin-top: 0;
}

.table-scroll table {
    min-width: 550px;
}


/* Links
---------------------------------------- */
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0.0);
    color: #000;
    transition: all 0.2s ease;
}
a:hover {
    color: rgba(0,0,0,0.41);
}
.text-light a,
a.text-light,
.text-dark a.text-light  {
    color: #fff;
}
.text-light a:hover,
a.text-light:hover,
.text-dark a.text-light:hover  {
    color: rgba(255,255,255,0.5);
}

p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link),
.blog-content ul li a {
    border-bottom: 1px solid #000;
    color: #000;
}
p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link):hover,
.blog-content ul li a:hover {
    color: rgba(0,0,0,0.41);
}
.text-light p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link) {
    border-color: #fff; color: #fff;
}

blockquote p a {
    border: none;
}



/* Embedded content
---------------------------------------- */
img, object, video, audio {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin:0;
    vertical-align:top;
}

p img {
    margin-top: 25px;
}
p img:first-child {
    margin-top: 0;
}
img.alignleft {
    margin: 3px 25px 25px 0;
    float: left;
}
img.alignright {
    margin: 3px 0px 25px 25px;
    float: right;
}

svg {
    max-width: 100%;
}

p + video, p + audio {
    margin-top: 25px;
}


/* Lists
---------------------------------------- */
ul {
    margin-top: 15px;
    margin-left: 30px;
    list-style: disc;
}
ul.nolist {
    list-style: none;
    margin-left: 0;
}
div ul:first-child,
li ul:first-child {
    margin-top: 0;
}

ol {
    margin-top: 15px;
    margin-left: 30px;
    list-style: decimal;
}
div ol:first-child,
li ol:first-child {
    margin-top: 0;
}

ul li,
ol li {
    margin-top: 8px;
}

ul.biglist li,
ol.biglist li,
ul.nolist li,
ol.nolist li {
    color: #000;
}
.text-light ul.biglist li,
.text-light ol.biglist li,
.text-light ul.nolist li,
.text-light ol.nolist li {
    color: #fff;
}

ul.biglist li,
ol.biglist li {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
}

ul li:first-child,
ol li:first-child {
    margin-top: 0;
}

dl {
    margin-top: 15px;
}
div dl:first-child{
    margin-top: 0;
}

dl dd {
    margin-bottom: 15px;
}



/* Others
---------------------------------------- */
p {
    margin-top: 15px;
}
div p:not(.form-row):first-child {
    margin-top: 0;
}

strong,
b,
dt {
    font-weight: 600;
}

i,
dfn,
em {
    font-style: italic;
}

blockquote {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #000;
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    padding: 60px 4% 0 4%;
    text-align: center;
}
#page-title blockquote {
    font-size: 36px;
    line-height: 54px;
}
.column:not(.one-full):not(.one-half) blockquote,
.single-content blockquote,
sidebar blockquote {
    font-size: 20px;
    line-height: 32px;
}
[class*='wrapper'] blockquote {
    max-width: 100%;
}
.text-light blockquote,
blockquote.text-light {
    color: #fff;
}
div blockquote:first-child {
    margin-top: 0;
}
div blockquote:last-child {
    margin-bottom: 0;
}

blockquote::before {
    content: '';
    height: 40px;
    width: 40px;
    background: rgba(0,0,0,0.04);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

blockquote::after {
    display: block;
    content: "";
    background: url('data:image/svg+xml;charset=UTF-8, <svg version="1.1" id="Ebene_3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 104.8 74" style="enable-background:new 0 0 104.8 74;" xml:space="preserve"> <path d="M102,27.9c-0.7,2.9-1.3,5.8-2,8.6c-5.4,20.7-25,36-45.7,35.2c0-2.4,0-4.7,0-7.7c9.5-1.3,17.2-5.6,20.7-15.8 c-10-2.7-17-8.3-19-18.9c-2.4-12.4,5.3-23.9,18-26.8c11.5-2.7,23.8,4.9,27,16.6c0.3,1.3,0.8,2.5,1.2,3.7C102,24.5,102,26.2,102,27.9 z"/> <path d="M2,71.8c0-2.8,0-5.3,0-7.9c9.8-1.1,17.3-5.6,20.9-15.5c-1-0.4-1.9-0.9-2.8-1.2C7.6,42.8,1,31.5,4,19.5 C6.8,8.4,18.1,0.5,29.2,2.1c12.6,1.7,21.1,12.3,20.4,25.3C48.4,50.3,28,71.1,6.1,71.8C4.8,71.9,3.5,71.8,2,71.8z"/> </svg>') no-repeat;
    height: 13px;
    width: 18px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%) ;
    opacity: 0.3;
}

blockquote cite,
cite,
cite a {
    font-weight: 500;
    letter-spacing: 0em;
    font-style: normal;
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0,0,0,0.41) !important;
    border: none;
}
cite a {
    margin: 0;
    border-color: rgba(0,0,0,0.41) !important;
}
cite a:hover {
    margin: 0;
    border-color: #000 !important;
}

blockquote figure {
    margin: 20px auto 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
}

blockquote p {
    margin: 0;
}

pre {
    padding: 4%;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
    background: rgba(0,0,0,0.06);
    display: block;
    border-radius: 2px;
    overflow-x: auto;
}
.text-light pre {
    background: rgba(255,255,255,0.12);
}
div pre:first-child {
    margin-top: 0;
}

code,
kbd,
tt {
    padding: 0;
    display: inline-block;
    border-radius: 2px;
    color: rgba(0,0,0,0.41);
    font-weight: 400;
    font-size: 80%;
    line-height: 1.45em;
    position: relative;
    top: -1px;
}

big {
    font-size: 1.2em;
    line-height: 1.5em;
}

small {
    font-size: 0.85em;
    line-height: 1.5em;
}

h1 small,
h2 small,
h3 small,
h4 small {
    font-size: 0.6em;
}

h5 small {
    font-size: 0.75em;
}

h6 small {
    font-size: 0.85em;
}

small a {
    border-bottom-width: 1px !important;
}

mark {
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 0 2px;
}
.text-light mark {
    background: #fff;
    color: #000;
}

address {
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,0.12);
    padding: 20px;
    display: inline-block;
    font-style: normal;
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 500;
}
address:first-child {
    margin-top: 0px;
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    margin: 20px 0 20px 0;
    border-top: 1px solid rgba(0,0,0,0.12);
}




/*----------------------------------------------

2. GENERAL ELEMENTS

------------------------------------------------*/
#page-content {
    overflow:  hidden;
    position: relative;									/* workaround for overflowing of the mega menu */
    margin: 0;
    min-width: 1200px;
    max-width: 100%;
    min-height: 101vh;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.loading-end #page-content {
    min-height: auto; 									/*workaround for isotope content (without other content) when scrollbar is active*/
}

#page-body {
    position: relative;
    z-index: 2;											/* because of the content overlay */
}
body:not(.single-product) #header + #hero-and-body #page-body:first-child {
    margin-top:  calc(120px + 60px); 					/* Logo Height */
}


.wrapper,
.wrapper-small,
.wrapper-medium,
.wrapper-mini {
    width: 1440px;
    margin: 0 auto;
    max-width: calc(100% - 120px);
}

.wrapper .wrapper,
.wrapper .wrapper-medium,
.wrapper .wrapper-small,
.wrapper-small .wrapper,
.wrapper-small .wrapper-medium,
.wrapper-small .wrapper-small,
.wrapper-medium .wrapper,
.wrapper-medium .wrapper-medium,
.wrapper-medium .wrapper-small {
    max-width: 100% !important;
}

.wrapper-mini {
    width: 420px;
}
.wrapper-small {
    width: 780px;
}
.wrapper-medium {
    width: 1140px;
}

.wrapper::after,
.wrapper-small::after,
.wrapper-medium::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.main-content {
    width: calc(100% - 320px);
}

aside.sidebar {
    width: 260px;
    margin-bottom: 60px;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

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

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

/* icons */
i[class*='ion-'],
i[class*='fa-'] {
    color: #000;
}
.text-light i[class*='ion-'],
.text-light i[class*='fa-'] {
    color: #fff;
}

/* loader dot */
.sf-loader-icon,
.syapf-before-update {
    position: absolute;
    top: calc(50% - 9px) !important;
    left: calc(50% - 9px) !important;
    width: 18px !important;
    height: 18px !important;
    -webkit-animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    -moz-animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    background: none !important;
}
.syapf-before-update {
    top: 100px !important;
}

.sf-loader-icon::after,
.syapf-before-update::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 4px;
}
@-webkit-keyframes loader_dot_anim {
    0% { transform: rotate(45deg); }
    100% { transform: rotate(405deg); }
}
@-moz-keyframes loader_dot_anim {
    0% { transform: rotate(45deg); }
    100% { transform: rotate(405deg); }
}
@keyframes loader_dot_anim {
    0% { transform: rotate(45deg); }
    100% { transform: rotate(405deg); }
}

/* 404 */
.notfound {
    text-align: center;
}

.notfound-icon {
    background: rgba(0,0,0,0.04);
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    line-height: 0;
    color: rgba(0,0,0,0.25);
    border-radius: 50%;
    position: relative;
}

.notfound-icon::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-image:url(../img/cross.svg);
    -webkit-background-size:40px;
    -moz-background-size:40px;
    -o-background-size:40px;
    background-size:40px;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: 0.3;
}

.notfound h3 {
    margin-bottom: 10px;
}



/*----------------------------------------------

3. HEADER

------------------------------------------------*/
#header {
    z-index: 1501;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
}

#header .header-inner {
    padding: 40px 0;
    position: relative;
    /*z-index: 1;*/
}

#header #logo {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1501;
    line-height: 0;
}

#header #logo img {
    height: 100px; 								/* Logo Height */
    transition: all 0.3s ease;
    width: auto;
}

header #logo .text-logo {
    line-height: 40px; 							/* Logo Height */
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

header #logo img#dark-logo + img#light-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
header.header-light:not(.mega-hover) #logo img#dark-logo,
body.scrolled header.sticky.header-light #logo img#dark-logo + img#light-logo {
    opacity: 0;
    visibility: hidden;
}
header.header-light:not(.mega-hover) #logo img#dark-logo + img#light-logo,
body.scrolled header.sticky.header-light #logo img#dark-logo {
    opacity: 1;
    visibility: visible;
}

/* pseudo-open */
header .pseudo-close {
    position: fixed;
    left: 0;
    top:  0;
    width: 0;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1600;
    transition: all 0.6s ease, width 0.01s ease 0.6s;
}

.cart-is-open header .pseudo-close {
    visibility: visible;
    opacity: 0.15;
    width: 100%;
    transition: all 0.6s ease, width 0.01s ease 0s;
}




/*----------------------------------------------

4. FOOTER

------------------------------------------------*/
#footer {
    margin: 0 auto;
    background: rgba(0,0,0,0.04);
}

#footer .footer-inner {
    padding: 40px 0;
}

#footer .footer-inner .column-section {
    margin: 40px 0;
}

#footer .footer-bottom {
    margin-top: 60px;
    font-size: 0.85em;
}

#footer .footer-bottom > a {
    margin-right: 20px;
}

.copyright {
    margin-top: 5px;
}

#backtotop {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 60px;
    bottom: 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
body.scrolled-wheight #backtotop {
    opacity: 1;
    visibility: visible;
}

#backtotop svg {
    position: absolute;
    width: 13px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transition: all 0.3s ease;
}
#backtotop:hover svg {
    top: calc(50% - 3px);
}


/*----------------------------------------------

5. 	MENU

------------------------------------------------*/
#menu {
    position: relative;
    z-index: 1;
    float: left;
}

#menu nav#main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 40px;											/* Logo Height */
}

#menu nav#main-nav > ul > li {
    margin: 0 15px;
    display: inline-block;
    padding: 0;
    position: relative;
    height: 20px;
    top: 10px;												/* Logo Height */
}
#menu nav#main-nav > ul > li:first-child {
    margin-left: 0;
}
#menu nav#main-nav > ul > li:last-child {
    margin-right: 0;
}

#menu nav#main-nav ul > li a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: #000;
    height: 20px;
    line-height: 20px;
    position: relative;
    transition: color 0.3s ease;
}
header.header-light:not(.mega-hover) #menu nav#main-nav > ul > li > a {
    color: #fff;
}
body.scrolled header.sticky.header-light #menu nav#main-nav > ul > li > a {
    color: #000;
}

#menu nav#main-nav ul > li.cta a {
    background: #000;
    color: #fff;
    padding: 0px 20px;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -5px;
    transition: all 0.25s ease;
}
#menu nav#main-nav ul > li.cta a:hover {
    background: rgba(0,0,0,0.7);
    color: #fff;
}
header.header-light:not(.mega-hover) #menu nav#main-nav ul > li.cta a {
    background-color: #fff;
    color: #000;
}
header.header-light:not(.mega-hover) #menu nav#main-nav ul > li.cta a:hover {
    background: rgba(255,255,255,0.7);
    color: #000;
}

#menu nav#main-nav > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateY(3px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(.19,1,.22,1), background 0.3s ease;
}
header.header-light:not(.mega-hover):not(.menu-is-open) #menu nav#main-nav > ul > li > a::after {
    background-color: #fff;
}
body.scrolled header.sticky.header-light #menu nav#main-nav > ul > li > a::after {
    background-color: #000;
}
#menu nav#main-nav > ul > li.cta > a::after {
    display: none;
}

#menu nav#main-nav ul > li:hover > a::after,
#menu nav#main-nav ul > li.current-menu-item > a::after {
    transform: translateY(0);
    opacity: 1;
}

/* sub-menu */
#menu nav#main-nav > ul > li .sub-menu {
    margin: 5px 0 0 0;
    padding: 0;
    padding-top: 40px;						/* Logo Height + header sticky padding */
    position: absolute;
    top: 20px;
    left: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.15s;
}
#menu nav#main-nav > ul > li > .sub-menu.right-align {
    left: auto;
    right: 0;
}
#menu nav#main-nav > ul > li .sub-menu .sub-menu {
    top: calc(-100% - 22px);
    left: calc(100% + 51px);
}
#menu nav#main-nav > ul li:hover > .sub-menu {
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transition-delay: 0s;
}

#menu nav#main-nav > ul > li .sub-menu::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -25px;
    background: #fff;
    width: calc(100% + 50px);
    height: calc(100% - 40px + 40px);		/* Logo Height + header sticky padding */
    z-index: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid rgba(0,0,0,0.06);
}

#menu nav#main-nav > ul > li .sub-menu li {
    z-index: 1;
    position: relative;
    width: 180px;
    margin-top: 8px;
    height: auto;
    line-height: 0;
}
#menu nav#main-nav > ul > li .sub-menu li:first-child {
    margin-top: 0;
}

/* image item */
#menu nav#main-nav > ul > li .sub-menu .item-thumb {
    margin-top: 13px;
    margin-bottom: 7px;
    display: block;
}
#menu nav#main-nav > ul > li .sub-menu > li:first-child > a .item-thumb {
    margin-top: 0;
}

#menu nav#main-nav > ul > li .sub-menu li.image-item {
    width: calc(100% - 10px);
}




@media only screen and (min-width: 1199px) {
    #menu nav#main-nav > ul > li .sub-menu li.image-item a {
        font-family: 'Montserrat';
        font-weight: 500;
    }

    #menu nav#main-nav > ul li > .sub-menu > li {
        transform: translateY(7px);
        opacity: 0;
        transition: all 0.35s ease 0.3s;
    }

    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(1) {
        transition-delay: 0.15s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(2) {
        transition-delay: 0.18s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(3) {
        transition-delay: 0.21s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(4) {
        transition-delay: 0.24s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(5) {
        transition-delay: 0.27s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(6) {
        transition-delay: 0.30s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(7) {
        transition-delay: 0.33s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(8) {
        transition-delay: 0.36s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(9) {
        transition-delay: 0.39s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(10) {
        transition-delay: 0.42s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(11) {
        transition-delay: 0.45s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(12) {
        transition-delay: 0.48s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(13) {
        transition-delay: 0.51s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(14) {
        transition-delay: 0.54s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(15) {
        transition-delay: 0.57s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(16) {
        transition-delay: 0.60s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(17) {
        transition-delay: 0.63s;
    }
    #menu nav#main-nav > ul li:hover > .sub-menu > li:nth-child(18) {
        transition-delay: 0.66s;
    }

    #menu nav#main-nav > ul li:hover > .sub-menu > li {
        transform: translateY(0px);
        opacity: 1;
    }
}

#menu nav#main-nav > ul > li .sub-menu li a {
    top: 0;
    font-size: 14px;
    display: inline-block;
    color: #000;
    height: auto;
}
#menu nav#main-nav > ul > li .sub-menu li a:hover,
#menu nav#main-nav > ul > li .sub-menu li.current-menu-item > a {
    color: rgba(0,0,0,0.41);
}

/* megamenu */
#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu {
    width: 460px;
}
#menu nav#main-nav > ul > li.megamenu3 > .sub-menu {
    width: 700px;
}
#menu nav#main-nav > ul > li.megamenu4 > .sub-menu {
    width: 940px;
}
#menu nav#main-nav > ul > li[class*='megamenu'] .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.2s;
}
#menu nav#main-nav > ul > li[class*='megamenu']:hover .sub-menu .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transition-delay: 0s;
}

#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu.right-align,
header.logo-left-menu-center #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu {
    left: 0;			/* is set by js */
    right: auto;
}

#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu::before {
    left: -0px;
    width: 200vw;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 15px 30px -10px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 15px 30px -10px rgba(0,0,0,0.06);
    box-shadow: 0px 15px 30px -10px rgba(0,0,0,0.06);
    border: none;
}
#menu nav#main-nav > ul > li[class*='megamenu'] .sub-menu .sub-menu::before {
    background: none;
    border: none;
}

#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li {
    float: left;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 20px;
    height: auto;
    width: 220px;
}
#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li:last-child {
    margin-right: 0;
}
#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li:hover > a::after  {
    opacity: 0;
}
#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li > a:hover::after  {
    opacity: 1;
}

#menu nav#main-nav > ul li[class*='megamenu']:hover > .sub-menu > li:nth-child(2) {
    transition-delay: 0.25s;
}
#menu nav#main-nav > ul li[class*='megamenu']:hover > .sub-menu > li:nth-child(3) {
    transition-delay: 0.35s;
}
#menu nav#main-nav > ul li[class*='megamenu']:hover > .sub-menu > li:nth-child(4) {
    transition-delay: 0.45s;
}

#menu nav#main-nav.with-title > ul > li[class*='megamenu'] > .sub-menu > li > a {
    color: rgba(0,0,0,0.41);
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    cursor: default;
}
#menu nav#main-nav.with-title > ul > li[class*='megamenu'] > .sub-menu > li > a::after {
    display: none;
}

#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li > .sub-menu {
    margin: 0;
    padding: 0;
    position: inherit;
    top: 0;
    left: 0;
    list-style: none;
    margin-top: 8px;
}

#menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li li {
    transition: none;
    opacity: 1;
    transform: none;
}

#menu nav#main-nav::before {
    content: "";
    background: #fff;
    position: absolute;
    top: -40px;
    left: -0px;
    width: 200vw;
    transform: translateX(-50%);
    height: calc(100% + 50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.15s;
    margin-top: 5px;
}

#header.mega-hover #menu nav#main-nav::before {
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}


/*----------------------------------------------

6. 	MENU ACTIONS (Hamburger + language)

------------------------------------------------ */
.menu-actions {
    position: relative;
    z-index: 1502;
    float: right;
}

.menu-actions > div {
    margin-left: 25px;
    height: 40px;											/* Logo Height */
    float: left;
    position: relative;
}

.menu-actions > div > a,
#menu .menu-login a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    height: 40px;
    line-height: 40px;										/* Logo Height */
    display: block;
    position: relative;
    transition: color 0.3s ease;
}

#menu .menu-login {
    display: none;
}

#menu .menu-login a {
    height: 20px;
    line-height: 20px;
}

.menu-actions > div > a svg path {
    fill: #000;
    transition: all 0.3s ease;
}
header.header-light:not(.mega-hover) .menu-actions > div > a,
header.header-light:not(.mega-hover) .menu-actions > div > a svg path {
    fill: #fff;
    color: #fff;
}
body.scrolled header.sticky.header-light .menu-actions > div > a,
body.scrolled header.sticky.header-light .menu-actions > div > a svg path {
    fill: #000;
    color: #000;
}

.menu-actions > div > a.login-open {
    height: 20px !important;
    line-height: 20px !important;
    top: 10px;												/* Logo Height */
}

.menu-actions > div > a.login-open::after {
    content: "";
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translateY(3px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(.19,1,.22,1), background 0.3s ease;
}
header.header-light:not(.mega-hover):not(.menu-is-open) .menu-actions > div > a.login-open::after {
    background-color: #fff;
}
body.scrolled header.sticky.header-light .menu-actions > div > a.login-open::after {
    background-color: #000;
}

.menu-actions > div > a.login-open:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.menu-toggle {
    width: 21px;
    height: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

/* hamburger animation */
.menu-toggle span.hamburger, .menu-toggle span.hamburger::after, .menu-toggle span.hamburger::before {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background: #000;
    position: absolute;
    top: 50%; margin-top: -1px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.25s ease 0.15s;
    -moz-transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.25s ease 0.15s;
    -o-transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.25s ease 0.15s;
    transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.25s ease 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
}
.menu-toggle span.hamburger::before {
    margin-top: -6px;
    top: 0;
}
.menu-toggle span.hamburger::after {
    margin-top: 6px;
    top: 0;
}

header.header-light:not(.mega-hover) .menu-toggle span.hamburger,
header.header-light:not(.mega-hover) .menu-toggle span.hamburger::after,
header.header-light:not(.mega-hover) .menu-toggle span.hamburger::before {
    background: #fff;
}
body.scrolled header.sticky.header-light .menu-toggle span.hamburger,
body.scrolled header.sticky.header-light .menu-toggle span.hamburger::after,
body.scrolled header.sticky.header-light .menu-toggle span.hamburger::before {
    background: #000;
}

/* open navigation anim */
header.menu-is-open .menu-toggle span.hamburger {
    background: transparent !important;
}

header.menu-is-open .menu-toggle span:before,
header.menu-is-open .menu-toggle span:after {
    -webkit-transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
    -moz-transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
    -o-transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
    transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    margin: 0;
    width: 100%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

header.menu-is-open .menu-toggle span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



/* language */
.menu-language {
    height: 16px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 1510;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.2s;
}
#menu-inner .menu-language,
#menu-inner .wcml_currency_switcher {
    display: none;
    top: auto;
    bottom: 20px;
    right: 60px;
}

.menu-language a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    height: 16px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.menu-language > a:hover {
    color: #000;
}
header.header-light:not(.mega-hover) .menu-language > a {
    color: #fff !important;
}


.menu-language a.show-language::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    top: -1px;
    position: relative;
}

.menu-language ul {
    list-style: none;
    margin: 0;
    display: block;
    position: absolute;
    left: calc(50% - 30px - 5px);
    top: 25px;
    width: 60px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    padding-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.15s;
}
.menu-language a.show-language:hover + ul,
.menu-language ul:hover {
    top: 20px;
    opacity: 1;
    visibility: visible;
}
#menu-inner .menu-language ul {
    top: auto;
    bottom: 25px;
}
#menu-inner .menu-language a.show-language:hover + ul,
#menu-inner .menu-language ul:hover {
    bottom: 20px;
}

.menu-language ul li {
    height: 16px;
    line-height: 16px;
    display: block;
    margin-top: 8px;
}


/* currency switcher */
header .wcml_currency_switcher {
    height: 16px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 1510;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.2s;
    width: auto;
    margin: 0 !important;
}
header .menu-language + .wcml_currency_switcher {
    right: 50px;
}
#menu-inner .wcml_currency_switcher {
    display: none;
    top: auto;
    bottom: 20px;
    right: 60px;
}
#menu-inner .menu-language + .wcml_currency_switcher {
    right:110px;
}

header .wcml_currency_switcher a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    height: 16px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
}
header .wcml_currency_switcher a.wcml-cs-item-toggle:hover {
    color: #000;
}
header.header-light:not(.mega-hover) .wcml_currency_switcher a.wcml-cs-item-toggle {
    color: #fff !important;
}

header .wcml_currency_switcher ul {
    margin: 0;
    list-style: none;
    background: none;
}

header .wcml_currency_switcher ul li {
    background: none !important;
    border: none !important;
    height: 16px;
    line-height: 16px;
}

header .wcml_currency_switcher a.wcml-cs-item-toggle::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    top: -1px;
    position: relative;
    right: auto;
    border: none;
}

header .wcml_currency_switcher ul.wcml-cs-submenu {
    list-style: none;
    margin: 0;
    display: block;
    position: absolute;
    left: calc(50% - 40px - 5px);
    top: 25px;
    width: 80px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    padding-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0.15s;
}
header .wcml_currency_switcher li:hover > ul.wcml-cs-submenu  {
    top: 20px;
    opacity: 1;
    visibility: visible;
}
#menu-inner .wcml_currency_switcher ul.wcml-cs-submenu {
    top: auto;
    bottom: 25px;
}
#menu-inner .wcml_currency_switcher li:hover > ul.wcml-cs-submenu {
    bottom: 20px;
}

header .wcml_currency_switcher ul.wcml-cs-submenu li {
    height: 16px;
    line-height: 16px;
    display: block;
    margin-top: 8px;
}


/*----------------------------------------------

7. 	HEADER OPTIONS

------------------------------------------------ */
/* logo & menu position */
#header.logo-menu-left #logo,
#header.logo-left-menu-center #logo,
#header.logo-left-menu-right #logo {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    float: left;
}

#header.logo-menu-left #menu {
    float: left;
    margin-left: 60px;
}

#header.logo-left-menu-center #menu {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#header.logo-left-menu-right #menu {
    float: right;
}

/* sticky header */
#header.sticky {
    position: fixed;
}

#header.sticky::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 0;
    opacity: 0;
    transition: all 0.8s cubic-bezier(.19,1,.22,1);
}

#header.sticky .header-inner {
    transition: padding 1s cubic-bezier(.19,1,.22,1);
}
#header.sticky #logo img {
    transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
#header.sticky #logo .text-logo {
    transition: all 1s cubic-bezier(.19,1,.22,1);
}
#header.sticky #menu nav#main-nav > ul {
    transition: height 1s cubic-bezier(.19,1,.22,1);
}
#header.sticky #menu nav#main-nav ul > li {
    transition: top 1s cubic-bezier(.19,1,.22,1);
}
#header.sticky .menu-actions > div {
    transition: height 1s cubic-bezier(.19,1,.22,1);
}
#header.sticky .menu-actions > div > a {
    transition: all 1s cubic-bezier(.19,1,.22,1);
}
#header.sticky .menu-actions > div > a.login-open {
    transition: top 1s cubic-bezier(.19,1,.22,1);
}

body.scrolled #header.sticky {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

body.scrolled #header.sticky::after {
    opacity: 1;
}

@media only screen and (min-width: 1023px) {
    body.scrolled #header.sticky.break-1024 .header-inner {
        padding: 30px 0;
    }
    body.scrolled #header.sticky.break-1024 #logo img {
        height: 30px;
    }
    body.scrolled #header.sticky.break-1024 #logo .text-logo {
        line-height: 30px;
    }
    body.scrolled #header.sticky.break-1024 #menu nav#main-nav > ul {
        height: 30px;
    }
    body.scrolled #header.sticky.break-1024 #menu nav#main-nav > ul > li {
        top: 5px;
    }
    body.scrolled #header.sticky.break-1024 .menu-actions > div {
        height: 30px;
    }
    body.scrolled #header.sticky.break-1024 .menu-actions > div > a {
        height: 30px;
        line-height: 30px;
    }
    body.scrolled #header.sticky.break-1024 .menu-actions > div > a.login-open {
        top: 5px;
    }
    body.scrolled #header.sticky.break-1024 .header-inner > .menu-language,
    body.scrolled #header.sticky.break-1024 .header-inner > .wcml_currency_switcher {
        transform: translateY(-15px);
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s;
    }
}

@media only screen and (min-width: 1199px) {
    body.scrolled #header.sticky:not(.break-1024) .header-inner {
        padding: 30px 0;
    }
    body.scrolled #header.sticky:not(.break-1024) #logo img {
        height: 30px;
    }
    body.scrolled #header.sticky:not(.break-1024) #logo .text-logo {
        line-height: 30px;
    }
    body.scrolled #header.sticky:not(.break-1024) #menu nav#main-nav > ul {
        height: 30px;
    }
    body.scrolled #header.sticky:not(.break-1024) #menu nav#main-nav > ul > li {
        top: 5px;
    }
    body.scrolled #header.sticky:not(.break-1024) .menu-actions > div {
        height: 30px;
    }
    body.scrolled #header.sticky:not(.break-1024) .menu-actions > div > a {
        height: 30px;
        line-height: 30px;
    }
    body.scrolled #header.sticky:not(.break-1024) .menu-actions > div > a.login-open {
        top: 5px;
    }
    body.scrolled #header.sticky:not(.break-1024) .header-inner > .menu-language,
    body.scrolled #header.sticky:not(.break-1024) .header-inner > .wcml_currency_switcher {
        transform: translateY(-15px);
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s;
    }
}


/*----------------------------------------------

8. HERO / PAGETITLE

------------------------------------------------*/
#hero {
    position: relative;
    overflow: hidden;
    max-width: calc(100% - 120px);
    width: 1440px;
    margin: 0 auto;
}

#hero.hero-boxedauto,
#hero.hero-boxedfull {
    margin-top:  calc(40px + 80px);						/* logo height */
}
#hero.hero-boxedfull {
    min-height:  calc(100vh - 40px - 80px);				/* logo height */
}

#hero.hero-fullwidth,
#hero.hero-fullscreen {
    width: 100%;
    max-width: 100%;
}
#hero.hero-fullscreen {
    min-height:  100vh;
}


/* hero pagetitle */
#hero #page-title {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#hero.no-bg #page-title[class*='wrapper']  {
    max-width: 100%;
}
#hero:not(.no-bg) #page-title.no-wrapper {
    width: calc(100% - 120px);
}

#hero.hero-boxedauto.no-bg #page-title,
#hero.hero-boxedfull.no-bg #page-title {
    padding-top: 40px;
}

#hero.hero-fullwidth.no-bg #page-title,
#hero.hero-fullscreen.no-bg #page-title {
    padding-top: calc(40px + 80px + 40px);						/* logo height */
}

#hero.hero-fullwidth #page-title,
#hero.hero-fullscreen #page-title {
    padding-top: calc(40px + 80px + 20px);						/* logo height */
    padding-bottom: calc(40px + 80px + 0px);					/* logo height */
}

#hero.hero-boxedfull #page-title,
#hero.hero-fullscreen #page-title {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#hero.hero-boxedfull #page-title.title-top,
#hero.hero-fullscreen #page-title.title-top,
#hero.hero-boxedfull #page-title.title-bottom,
#hero.hero-fullscreen #page-title.title-bottom,
#hero.hero-boxedfull #page-title.push-bottom:not(.title-top),
#hero.hero-fullscreen #page-title.push-bottom:not(.title-top) {
    top: 0;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
}

#hero.hero-boxedfull #page-title.title-bottom,
#hero.hero-fullscreen #page-title.title-bottom {
    top: auto;
    bottom: 0;
    padding-bottom: 40px;
}


/*----------------------------------------------

9. PORTFOLIO

------------------------------------------------*/
.portfolio-category {
    font-family: 'Montserrat';
    font-weight: 300;
    color: rgba(0,0,0,0.41);
}
.text-light .portfolio-category { color: rgba(255,255,255,0.5); }

.portfolio-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.isotope-grid:not(.isotope-spaced):not(.isotope-spaced-big):not(.isotope-spaced-huge) .portfolio-info {
    padding-left: 20px;
    padding-bottom: 15px;
}

.portfolio-category + .portfolio-name {
    margin-top: 0px;
}

/* portfolio filter */
.portfolio-filter {
    overflow: hidden;
}

.portfolio-filter .widget-title {
    float: left;
    margin-right: 40px;
    line-height: 30px;
    height: 30px;
    display: block;
    margin-top: 0;
}

.grid-filter {
    margin: 0 !important;
    list-style: none;
}
.widget-title + .grid-filter {
    float: left;
}

.grid-filter li {
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    line-height: auto;
    height: auto;
}

.grid-filter li a {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #000;
    height: auto;
    padding-right: 15px;
}
.grid-filter li > a:hover {
    color: rgba(0,0,0,0.41);
}
.grid-filter li.active > a:hover {
    color: #000;
}

.grid-filter li.active > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 15px);
    height: 100%;
    background: rgba(0,0,0,0.04);
    border-radius: 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}



/*----------------------------------------------

10. BLOG

------------------------------------------------*/
.post-date,
.post-cat {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.41);
    display: inline-block;
    margin-right: 20px;
}
.text-light .post-date,
.text-light .post-cat {
    color: rgba(255,255,255,0.51);
}

.blog-info {
    margin-top: 20px;
    margin-bottom: 30px;
}
.isotope-spaced-huge .blog-info {
    margin-bottom: 0;
}
div .blog-info:first-child {
    margin-top: 0;
}

.blog-item.sticky .blog-info {
    background: rgba(0,0,0,0.03);
    margin-top: 0;
    padding: 20px;
    margin-bottom: 0;
}

.blog-item.search-item .blog-info {
    border: 1px solid rgba(0,0,0,0.12);
    margin-top: 0;
    padding: 20px;
    margin-bottom: 0;
}

.blog-item .blog-info .post-name {
    margin-top: 3px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.blog-item .blog-info .post-name:first-child {
    margin-top: 0;
}

.blog-item .blog-info .post-name + .post-content,
.blog-item .blog-info .post-name + blockquote {
    margin-top: 20px;
}

.blog-item .blog-info p {
    font-size: 0.9em;
    line-height: 1.55em;
}

.blog-item .blog-info blockquote {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
}
.blog-item .blog-info blockquote::before,
.blog-item .blog-info blockquote::after {
    display: none;
}

.blog-item .blog-info blockquote cite {
    font-size: 13px;
}


/*	Single Blog
-------------------------------------------------*/
#page-title .post-meta + .post-name,
#page-title .post-meta + .title-alt {
    margin-top: 10px;
}

#page-title .post-name {
    font-family: 'Montserrat';
    font-weight: 600;
}

.meta-author {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}

#page-title .post-meta .meta-author span {
    color: rgba(0,0,0,0.41);
}
.text-light #page-title .post-meta .meta-author span {
    color: rgba(255,255,255,0.51);
}


#single-share {
    margin-top: 30px;
    overflow: hidden;
}

#single-share .widget-title {
    float: left;
    margin-right: 20px;
    line-height: 26px;
    font-size: 14px;
}

#single-share .socialmedia-widget {
    float: left;
    margin: 0;
}

#blog-single .blog-media {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
#blog-single .blog-media:first-child,
#blog-single div .blog-media:first-child {
    margin-top: 0;
}

#blog-single .blog-content {
    margin-top: 50px;
}
#blog-single .blog-content:first-child,
#blog-single div .blog-content:first-child {
    margin-top: 0;
}

#blog-single .meta-tags {
    margin-top: 0;
}

#blog-single .meta-tags a {
    font-size: 0.85em;
    line-height: 1.3em;
    display: inline-block;
}

#blog-single .meta-tags a::before {
    content: "#";
    font-size: 0.75em;
    display: inline-block;
    margin-right: 1px;
}


/*----------------------------------------------

11. COMMENTS

------------------------------------------------*/

/* Comments
----------------------------*/
.post-comments {
    margin-top: 100px;
}
#single-pagination + .post-comments {
    margin-top: 0;
}

.post-comments.wrapper-small .column-section > .column,
.main-content .post-comments .column-section > .column {
    width: 100%;
    margin: 0;
}
.post-comments.wrapper-small .column-section > .column:not(.empty-content):nth-child(2n),
.main-content .post-comments .column-section > .column:not(.empty-content):nth-child(2n)  {
    margin-top: 100px;
}

.comments .comment-list {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments .comment-list,
.comments .comment-list + p {
    margin-top: 40px;
}

.comments .comment-list .comment {
    margin-top: 60px;
}
.comments .comment-list .comment:first-child {
    margin-top: 0;
}

.comments .comment-list .pingback {
    margin-top: 30px;
    font-size: 0.9em;
    line-height: 1.55em;
    color: rgba(0,0,0,0.41);
    overflow: hidden;
}
.comments .comment-list .pingback:first-child {
    margin-top: 0;
}

.comments .comment-list .pingback .url {
    border: none !important;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
}


.comments .comment-list .pingback .edit-link a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px !important;
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px solid #000;
}

.comments .comment .comment-inner {
    position: relative;
}

.comments .comment .comment-content .content {
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.55em;
}

.comments .comment .children {
    margin-left: 50px;
    margin-top: 60px;
    list-style: none;
}

.comments .user {
    float: left;
    width: 40px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
}
.comments .user img {
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
}

.comments .time {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 0;
    display: inline-block;
    color: rgba(0,0,0,0.41);
}
.text-light .comments .time {
    color: rgba(255,255,255,0.4);
}

.comments .name {
    position: relative;
}

.comments .comment-content {
    margin-left: 55px;
    position: relative;
}

.comments .comment-content .description {
    margin-top: 10px;
}

.comments .comment-reply-link,
.comments #cancel-comment-reply-link {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    margin-left: 20px;
}

.comments #respond {
    margin-top: 40px;
    margin-left: 55px;
}

.bypostauthor  {
    border-top: 1px solid transparent; 				/* needed for theme check */
}

.no-comments {
    margin-top: 40px;
}

/* Leave comment
----------------------------*/
.leavecomment textarea {
    min-height: 100px;
}

.leavecomment .comment-form > .form-row:first-child {
    margin-top: 35px;
}

.leavecomment .comment-form .one-third {
    float: left;
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
}
.leavecomment .comment-form .one-third.last-col {
    margin-right: 0%;
}

#single-pagination + .leavecomment {
    margin-top: 80px;
    padding-top: 0;
}

#reply-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.logged-in-as {
    font-size: 0.85em;
    line-height: 1.5em;
}

#respond form, .leavecomment form {
    margin-top: 0;
}

.comment-notes {
    font-size: 0.85em;
    line-height: 1.5em;
}



/*----------------------------------------------

13. PAGINATION

------------------------------------------------*/
#page-pagination {
    padding: 40px 0;
}

.isotope-grid.shop-container + #page-pagination {
    padding-top: 0;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.pagination li {
    padding: 0;
    display: inline-block;
    margin: 0 6px;
}
.pagination li:first-child,
.pagination li.inactive + li {
    margin-left: 0;
}
.pagination li:last-child {
    margin-right: 0;
}

.pagination li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px;
    max-width: 100%;
}
.pagination li:first-child a {
    padding-left: 0;
}
.pagination li:last-child a {
    padding-right: 0;
}
.pagination li a:hover {
    opacity: 0.41;
}

.pagination li.inactive {
    display: none;
}

.pagination li.next .icon svg,
.pagination li.prev .icon svg {
    width: 13px;
}

.pagination li.next {
    margin-left: 15px;
}
.pagination li.prev {
    margin-right: 15px;
}

.pagination li.prev .icon svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* pagination with pages */
#page-pagination .pagination li a .text {
    display: none;
}

#page-pagination .pagination li.page {
    display: inline-block;
    float: none;
    position: relative;
}

#page-pagination .pagination li.page span,
#page-pagination .pagination li.page a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: block;
    transition: all 0.2s ease;
    text-align:center;
}

#page-pagination .pagination li.page span.current {
    height: 40px;
    line-height: 40px;
    min-width: 32px;
    padding: 0 4px;
    border-radius: 20px;
    background: rgba(0,0,0,0.04);
}

/* single pagination */
#single-pagination {
    padding: 80px 0;
}
#single-pagination + div[class*='spacer-'] {
    height: 0;
}

#single-pagination .pagination li {
    float: left;
    width: calc(50% - 30px);
}
#single-pagination .pagination li.next {
    float: right;
    text-align: right;
}

#single-pagination .pagination li a .text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 13px;
    color: rgba(0,0,0,0.41);
}

#single-pagination .pagination li .post-title {
    content: attr(data-title);
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-top: 3px;
}

.content-pagination {
    margin-top: 30px;
}

.content-pagination .pages,
.content-pagination .pages a {
    display: inline-block;
    margin-left: 15px;
    color: rgba(0,0,0,0.41);
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.content-pagination .pages a {
    padding: 0 1px;
    color: #000;
    margin: 0 0 0 0;
    border-bottom: 1px solid #000;
}
.content-pagination .pages a:hover {
    color: rgba(0,0,0,0.41);
}

/* comment pagination */
#comment-pagination {
    margin-left: 55px;
    margin-top: 40px;
}

#comment-pagination a {
    border-bottom: 1px solid #000;
    padding: 0;
}




/*----------------------------------------------

14. EXTERN PLUGINS (smartscroll,masonry,revolution slider, flickity)

------------------------------------------------*/
/* masonry / isotope */
.isotope-grid {
    width: 100%;
    margin-top: 40px;
    margin-bottom: -1px;	/* workaround for hiding minipixels */
}
.filter + .isotope-grid {
    margin-top: 35px;
}
div .isotope-grid:first-child {
    margin-top: 0;
}
[class*='wrapper'] .isotope-grid {
    width: 100%;
}

.isotope-grid::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.isotope-grid {
    *display: inline-block;
}

.isotope-grid[class*='isotope-spaced'] {
    width: calc(100% + 20px);
    left: 0;
    margin-bottom: -20px;
}

.isotope-grid[class*='isotope-spaced-big'] {
    width: calc(100% + 40px);
    left: 0;
    margin-bottom: -40px;
}

.isotope-grid[class*='isotope-spaced-huge'] {
    width: calc(100% + 80px);
    left: 0;
    margin-bottom: -80px;
}
.isotope-grid.shop-container {
    margin-bottom: 20px !important;
}
.isotope-grid.shop-container[class*='isotope-spaced'] {
    margin-bottom: 0px !important;
}


.isotope-grid .isotope-item {
    margin-bottom: -0.5px;	/* workaround for hiding minipixels */
    float: left;
    position: relative;
}
.isotope-grid[class*='isotope-spaced'] .isotope-item {
    margin-bottom: 20px;
    margin-right: 20px;
}
.isotope-grid[class*='isotope-spaced-big'] .isotope-item {
    margin-bottom: 40px;
    margin-right: 40px;
}
.isotope-grid[class*='isotope-spaced-huge'] .isotope-item {
    margin-bottom: 80px;
    margin-right: 80px;
}

.isotope-grid.style-column-2 .isotope-item { width: 50%; }
.isotope-grid.style-column-2 .isotope-item.double-width { width: 100%; }
.isotope-grid.style-column-3 .isotope-item { width: 33.33%; }
.isotope-grid.style-column-3 .isotope-item.double-width { width: 66.66%; }
.isotope-grid.style-column-4 .isotope-item { width: 25%; }
.isotope-grid.style-column-4 .isotope-item.double-width { width: 50%; }
.isotope-grid.style-column-5 .isotope-item { width: 20%; }
.isotope-grid.style-column-5 .isotope-item.double-width { width: 40%; }
.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 20px); }
.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 20px); }
.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item  { width: calc(33.33% - 20px); }
.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item.double-width { width: calc(66.66% - 20px); }
.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item  { width: calc(25% - 20px); }
.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item.double-width { width: calc(50% - 20px); }
.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item  { width: calc(20% - 20px); }
.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item.double-width { width: calc(40% - 20px); }
.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 40px); }
.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 40px); }
.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item  { width: calc(33.33% - 40px); }
.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(66.66% - 40px); }
.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item  { width: calc(25% - 40px); }
.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(50% - 40px); }
.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item  { width: calc(20% - 40px); }
.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(40% - 40px); }
.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 80px); }
.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 80px); }
.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item  { width: calc(33.33% - 80px); }
.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(66.66% - 80px); }
.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item  { width: calc(25% - 80px); }
.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(50% - 80px); }
.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item  { width: calc(20% - 80px); }
.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(40% - 80px); }

.isotope-grid.style-column-1 {
    width: 100% !important;
    left: 0;
    text-align: center;
}
.isotope-grid.style-column-1 .isotope-item {
    width: 100%;
    margin-right: 0px !important;
}
.isotope-grid.style-column-1[class*='isotope-spaced'] a.thumb-hover {
    display: inline-block;
    margin: 0 auto;
    width: auto;
}
.isotope-grid.style-column-1 .lazy-wrapper {
    margin: 0 auto;
}

.isotope-grid:not(.gallery-container) .isotope-item .item-media img {
    width: 100%; 														/* take fullwidth for large screen (not for gallery) */
}

.isotope-grid .isotope-item .ratio-wrapper > img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100% !important;
}


/* normal offset */
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) { margin-top: 20px; }
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) { margin-top: 20px; }
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) { margin-top: 40px; }
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) { margin-top: 20px; }
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) { margin-top: 40px; }
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) { margin-top: 60px; }

.isotope-grid.offset-big:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) { margin-top: 40px; }
.isotope-grid.offset-big:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) { margin-top: 40px; }
.isotope-grid.offset-big:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) { margin-top: 80px; }
.isotope-grid.offset-big:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) { margin-top: 40px; }
.isotope-grid.offset-big:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) { margin-top: 80px; }
.isotope-grid.offset-big:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) { margin-top: 120px; }

.isotope-grid.offset-huge:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) { margin-top: 60px; }
.isotope-grid.offset-huge:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) { margin-top: 60px; }
.isotope-grid.offset-huge:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) { margin-top: 120px; }
.isotope-grid.offset-huge:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) { margin-top: 60px; }
.isotope-grid.offset-huge:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) { margin-top: 120px; }
.isotope-grid.offset-huge:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) { margin-top: 180px; }

.isotope-grid.offset-ultra:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) { margin-top: 100px; }
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) { margin-top: 100px; }
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) { margin-top: 200px; }
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) { margin-top: 100px; }
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) { margin-top: 200px; }
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) { margin-top: 300px; }

/* crazy offset */
.isotope-grid.offset-crazy .isotope-item {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    /*margin-bottom: 20px;*/
}

.isotope-grid.offset-crazy .isotope-item:nth-child(1n) { padding: 5% 3% 1% 0%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(2n) { padding: 0% 2% 1% 1%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(3n) { padding: 1% 0% 1% 3%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(4n) { padding: 5% 2% 1% 3%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(5n) { padding: 7% 2% 1% 1%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(6n) { padding: 0% 0% 1% 4%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(7n) { padding: 0% 4% 1% 2%; }
.isotope-grid.offset-crazy .isotope-item:nth-child(8n) { padding: 4% 4% 1% 0%; }


/**** Load More ****/
.load-isotope {
    position: relative;
    height: 40px;
    transition: all 0.4s ease;
    margin: 40px 0;
}
.isotope-grid.shop-container + .load-isotope {
    margin-top: 0;
}
.load-isotope.disabled {
    transition-delay: 3.2s;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
}

.load-isotope > a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.3s ease;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.load-isotope > a[data-method='infiniteload'] {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.load-isotope.loading > a,
.load-isotope.disabled > a {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.load-isotope > .load-message {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 260px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.load-isotope.disabled > .load-message {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.load-isotope .load-isotope-icon {
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: all 0.3s ease;
}
.load-isotope.loading:not(.disabled) .load-isotope-icon {
    visibility: visible;
    transition-delay: 0.1s;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* lazy load */
.lazy-wrapper {
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.06);
    transition: background 1s ease;
    position: relative;										/* to check if this creates issues */
}
.isotope-grid[data-ratio] .lazy-wrapper {
    min-height: 100% !important; 							/* prevent upsizing the items calc by ratios */
}
.lazy-wrapper.loaded,
.isotope-grid[data-ratio] .lazy-wrapper.loaded {
    width: auto !important;
    max-width: inherit !important;
    height: auto !important;
    min-height: auto !important;
    display: initial !important;
    background: transparent;
}

.lazy-wrapper .lazy-img {
    opacity: 0;
    transition: opacity 0.6s ease;
    display: block;
}

.lazy-wrapper.loaded .lazy-img {
    opacity: 1;
}

.lazy-wrapper .lazy-img img {
    height: 0;
}

.lazy-wrapper.loaded .lazy-img img {
    height: auto;
}


/* revolution slider navigation */
.tparrows.sify-nav, .tparrows.custom {
    background: none !important;
    width: 22px !important;
    height: 30px !important;
    transition: all 0.3s ease;
}

.tparrows.sify-nav::before,
.tparrows.custom::before {
    content: "" !important;
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    top: calc(50% - 1px);
    border-radius: 1px;
    left: 0;
}
.tparrows.sify-nav.sify-dark::before,
.tparrows.custom.sify-dark::before {
    background: #000;
}
.tparrows.sify-nav:hover::before,
.tparrows.custom:hover::before {
    left: 6px;
}
.tp-leftarrow.tparrows.sify-nav:hover::before,
.tp-leftarrow.tparrows.custom:hover::before {
    left: -6px;
}

.tparrows.sify-nav::after,
.tparrows.custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
    border-radius: 1px;
}
.tp-leftarrow.tparrows.sify-nav::after,
.tp-leftarrow.tparrows.custom::after {
    border: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 0;
}
.tparrows.sify-nav.sify-dark::after,
.tparrows.custom.sify-dark::after {
    border-color: #000;
}
.tparrows.sify-nav:hover::after,
.tparrows.custom:hover::after {
    left: 18px;
}
.tp-leftarrow.tparrows.sify-nav:hover::after,
.tp-leftarrow.tparrows.custom:hover::after {
    left: -6px;
}

.tp-bullets.sify-bullets .tp-bullet,
.tp-bullets.custom .tp-bullet {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 30px;
    background: #fff !important;
    transition: background 0.3s ease;
}
.tp-bullets.sify-bullets.sify-dark .tp-bullet,
.tp-bullets.custom.sify-dark .tp-bullet {
    background: #000 !important;
}
.tp-bullets.sify-bullets .tp-bullet.selected,
.tp-bullets.custom .tp-bullet.selected {
    background: none !important;
}

.tp-bullets.sify-bullets .tp-bullet::before,
.tp-bullets.custom .tp-bullet::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    transition: all 0.3s ease;
}
.tp-bullets.sify-bullets .tp-bullet.selected::after,
.tp-bullets.custom .tp-bullet.selected::after {
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
.tp-bullets.sify-bullets.sify-dark .tp-bullet::after,
.tp-bullets.custom.sify-dark .tp-bullet::after {
    border-color: #000;
}

/* sify-tabs style in navigation editor of the revolution slider backend */


/* flickity */
.flickity-viewport {
    transition: height 0.4s ease;
}

.flickity-carousel .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgba(0,0,0,0.04);

    left: auto;
    right: 0;
    top: -50px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.flickity-carousel .flickity-prev-next-button:disabled {
    opacity: 1;
}
.flickity-carousel .flickity-prev-next-button:hover {
    background: rgba(0,0,0,0.04);
}
.flickity-carousel .flickity-prev-next-button.previous {
    left: auto;
    right: 50px;
}
.flickity-carousel .flickity-prev-next-button.next {
    right: 0;
}
.flickity-carousel.image-gallery .flickity-prev-next-button {
    background: #fff;
    top: auto;
    bottom: 20px;
}
.flickity-carousel.image-gallery .flickity-prev-next-button.previous {
    right: 70px;
}
.flickity-carousel.image-gallery .flickity-prev-next-button.next {
    right: 20px;
}

.flickity-carousel .flickity-prev-next-button svg {
    position: absolute;
    width: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
}
.flickity-prev-next-button:disabled svg {
    opacity: 0.3;
}
.flickity-carousel .flickity-prev-next-button.next:not([disabled]):hover svg {
    left: calc(50% + 3px);
}
.flickity-carousel .flickity-prev-next-button.previous:not([disabled]):hover svg {
    left: calc(50% - 3px);
}

.flickity-carousel .flickity-page-dots {
    bottom: 20px;
}

.flickity-carousel .flickity-page-dots li.dot {
    width: 7px;
    height: 7px;
    background: #fff;
    margin: 0 7px;
    position: relative;
    opacity: 1;
    transition: background 0.3s ease;
}
.flickity-carousel.nav-dark .flickity-page-dots li.dot {
    background: #000;
}
.flickity-carousel .flickity-page-dots li.dot.is-selected {
    background: none !important;
}

.flickity-carousel .flickity-page-dots li.dot::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    transition: all 0.3s ease;
}
.flickity-carousel.nav-dark .flickity-page-dots li.dot::after {
    border-color: #000;
}
.flickity-carousel .flickity-page-dots li.dot.is-selected::after {
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

/* flickity carousel */
.flickity-carousel[class*='flickity-spaced'] .isotope-item { margin-right: 20px; }
.flickity-carousel[class*='flickity-spaced-big'] .isotope-item { margin-right: 40px; }
.flickity-carousel[class*='flickity-spaced-huge'] .isotope-item { margin-right: 80px; }

.flickity-carousel.style-column-2 .isotope-item { width: 50%; }
.flickity-carousel.style-column-2[class*='flickity-spaced'] .isotope-item { width: calc((100% - 20px)/2); }		/* css to make the items align left/right */
.flickity-carousel.style-column-2[class*='flickity-spaced-big'] .isotope-item  { width: calc((100% - 40px)/2); }
.flickity-carousel.style-column-2[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% - 80px)/2); }
.flickity-carousel.style-column-3 .isotope-item { width: 33.3%; }
.flickity-carousel.style-column-3[class*='flickity-spaced'] .isotope-item  { width: calc((100% - 40px)/3); }
.flickity-carousel.style-column-3[class*='flickity-spaced-big'] .isotope-item  { width: calc((100% - 80px)/3); }
.flickity-carousel.style-column-3[class*='flickity-spaced-huge'] .isotope-item  { wwidth: calc((100% - 160px)/3); }
.flickity-carousel.style-column-4 .isotope-item { width: 25%; }
.flickity-carousel.style-column-4[class*='flickity-spaced'] .isotope-item  { width: calc((100% - 60px)/4); }
.flickity-carousel.style-column-4[class*='flickity-spaced-big'] .isotope-item  { width: calc((100% - 120px)/4); }
.flickity-carousel.style-column-4[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% -240px)/4); }
.flickity-carousel.style-column-5 .isotope-item { width: 20%; }
.flickity-carousel.style-column-5[class*='flickity-spaced'] .isotope-item  { width: calc((100% - 80px)/5); }
.flickity-carousel.style-column-5[class*='flickity-spaced-big'] .isotope-item  { width: calc((100% - 160px)/5); }
.flickity-carousel.style-column-5[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% - 320px)/5); }

.flickity-carousel .isotope-item img { width: 100%; }


/* video bg loader */
.phat-bgvideo-container .phat-bgvideo-loader {
    /*background: red;*/
    transition: all 0.3s ease;
}
.phat-bgvideo-container.loaded .phat-bgvideo-loader {
    opacity: 0;
    visibility: hidden;
}

/* mute video for phat background video */
.phatvideo-bg .mute-video {
    content: "";
    bottom: 40px !important;
    left: auto !important;
    right: 60px !important;
    width: 34px;
    height: 34px;
    overflow: hidden;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
}

.phatvideo-bg .mute-video span {
    display: none;
}

.phatvideo-bg .mute-video::after,
.phatvideo-bg .mute-video::before {
    content: "\f4cf";
    font-family: "Ionicons";
    color: #000;
    font-size: 20px;
    line-height: 15px;
    text-indent: 0;
    position: absolute;
    top: calc(50% - 7px);
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
    transition: all 0.2s ease;
    opacity: 0;
    transition: color 0.3s ease, opacity 0.1s ease;
}
.phatvideo-bg .mute-video::before {
    content: "\f4ce";
    opacity: 1;
}

.phatvideo-bg .mute-video.unmute span:first-child {
    display: block;
    width: 18px;
    height: 1.3px;
    background: #000;
    text-indent: -9999px;
    position: absolute;
    top: 50% ;
    left: calc(50% - 9px);
    transform: rotate(45deg);
}


/* play / pause video for phat background video */
.phatvideo-bg .playpause-video {
    bottom: 40px !important;
    left: auto !important;
    right: 60px !important;
    width: 34px;
    height: 34px;
    overflow: hidden;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
}
.phatvideo-bg .mute-video + .playpause-video {
    right: 108px !important;
}

.phatvideo-bg .playpause-video span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.phatvideo-bg .playpause-video span:first-child {
    display: none;
}

.phatvideo-bg .playpause-video span::after,
.phatvideo-bg .playpause-video span::before {
    content: "\f488";
    font-family: "Ionicons";
    color: #000;
    font-size: 15px;
    text-indent: 0;
    position: absolute;
    top: calc(50% - 7px);
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
    transition: all 0.2s ease;
    opacity: 0;
}
.phatvideo-bg .playpause-video span::before {
    content: "\f478";
    font-size: 14px;
    opacity: 1;
}
.phatvideo-bg .playpause-video span::after {
    left: 1px;
}
.phatvideo-bg .playpause-video.play span::after {
    opacity: 1;
}
.phatvideo-bg .playpause-video.play span::before {
    opacity: 0;
}

/* play lightcase for phat background video */
.phatvideo-bg .phatlightcase-play {
    bottom: 20px !important;
    left: auto !important;
    right: 30px !important;
    width: 34px;
    height: 34px;
    overflow: hidden;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    z-index: 5;
}

.phatvideo-bg .phatlightcase-play::before {
    content: "\f488";
    font-family: "Ionicons";
    color: #000;
    font-size: 14px;
    text-indent: 0;
    position: absolute;
    top: calc(50% - 7px);
    left: 1px;
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
}




/*----------------------------------------------

15. COLUMNS SECTION

------------------------------------------------*/
.column-section {
    margin-top: 40px;
}
.column-section.sticky-section {
    position: relative;
}
div .column-section:first-child,
.fullwidth-section + .column-section {
    margin-top: 0;
}

.column {
    float: left;
    margin-right: 20px;
    min-height: 1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.column.push-right, .column-section.swap-mobile .column:first-child {
    float: right;
    margin-right: 0;
}
.spaced-none .column {
    margin: 0;
}
[class*='wrapper'] .column-section .column:first-child {
    margin-left: 0;
}
.spaced-big .column {
    margin-right: 40px;
}
.spaced-huge .column {
    margin-right: 80px;
}

.one-full { width: 100%; float: none; margin-right: 0; }
.one-half { width: calc(50% - 10px); }
.one-third { width: calc(33.33% - 13.33px); }
.two-third { width: calc(66.6% - 6.66px); } 		/* ((25*2)/3) - (25/3) */
.one-fourth { width: calc(25% - 15px); }
.two-fourth { width: calc(50% - 10px); }
.three-fourth { width: calc(75% - 5px); }
.one-fifth { width: calc(20% - 16px); }
.two-fifth { width: calc(40% - 12px); }
.three-fifth { width: calc(60% - 8px); }
.four-fifth { width: calc(80% - 4px); }
.one-sixth { width: calc(16.66% - 16.66px); }
.two-sixth { width: calc(33.33% - 13.33px); }
.three-sixth { width: calc(50% - 10px); }
.four-sixth { width: calc(66.66% - 6.66px); }
.five-sixth { width: calc(83.33% - 3.33px); }

.spaced-big .one-half { width: calc(50% - 20px); }
.spaced-big .one-third { width: calc(33.33% - 26.66px); }
.spaced-big .two-third { width: calc(66.6% - 40px); }
.spaced-big .one-fourth { width: calc(25% - 30px); }
.spaced-big .two-fourth { width: calc(50% - 20px); }
.spaced-big .one-fifth { width: calc(20% - 32px); }
.spaced-big .two-fifth { width: calc(40% - 24px); }
.spaced-big .three-fifth { width: calc(60% - 16px); }

.spaced-huge .one-half { width: calc(50% - 40px); }
.spaced-huge .one-third { width: calc(33.33% - 53.33px); }
.spaced-huge .two-third { width: calc(66.6% - 26.66px); }
.spaced-huge .one-fourth { width: calc(25% - 60px); }
.spaced-huge .two-fourth { width: calc(50% - 40px); }
.spaced-huge .one-fifth { width: calc(20% - 64px); }
.spaced-huge .two-fifth { width: calc(40% - 48px); }
.spaced-huge .three-fifth { width: calc(60% - 32px); }

.spaced-none .one-full { width: 100%; }
.spaced-none .one-half { width: 50%; }
.spaced-none .one-third { width: 33.33%; }
.spaced-none .two-third { width: 66.66%; }
.spaced-none .one-fourth { width: 25%; }
.spaced-none .two-fourth { width: 50%; }
.spaced-none .three-fourth { width: 75%; }
.spaced-none .one-fifth { width: 20%; }
.spaced-none .two-fifth { width: 40%; }
.spaced-none .three-fifth { width: 60%; }
.spaced-none .four-fifth { width: 80%; }
.spaced-none .one-sixth { width: 16.66%; }
.spaced-none .two-sixth { width: 33.33%; }
.spaced-none .three-sixth { width: 50%; }
.spaced-none .four-sixth { width: 66.66%; }
.spaced-none .five-sixth { width: 83.33%; }

.last-col {
    margin-right: 0px !important;
}



/*----------------------------------------------

17. THUMB OVERLAY EFFECT

------------------------------------------------*/
.thumb-hover {
    overflow: hidden;
    height: auto;
    display: inline-block;
    vertical-align: middle;			/* workaround for inline-block margin */
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.overlay-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.double-width .thumb-hover .overlay-caption {
    padding: 3.5%;
}
.thumb-hover .overlay-caption:not(.align-left):not(.align-right) {
    text-align: center;
}

.thumb-hover .overlay-caption.bottom {
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.thumb-hover .overlay-caption.top {
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.thumb-hover .overlay-caption.hidden {
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.5s ease;
}
.thumb-hover:hover .overlay-caption.hidden {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover .overlay-caption.hidden:not(.fade) .caption-sub, .thumb-hover .overlay-caption.hidden:not(.fade) .caption-name {
    display: block;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.6s ease 0s;
}
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-sub, .thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-name {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
    transition-delay: 0.15s;
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-sub, .thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover .overlay-caption .caption-sub, .thumb-hover .overlay-caption .caption-name {
    line-height: 1.3em !important;
}
.caption-sub + .caption-name, .caption-name + .caption-sub {
    margin-top: 8px;
}

.caption-dark .caption-sub , .caption-dark .caption-name {
    color: #000;
    transition: color 0.41s ease;
}
.caption-light .caption-sub , .caption-light .caption-name {
    color: #fff;
    transition: color 0.41s ease;
}


/* img effect */
.thumb-hover img {
    transition: all 0.4s ease 0s;
}
.thumb-hover.scale img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.thumb-hover.scale:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

/* 2nd hover image && variation image */
.thumb-hover .hover-image,
.thumb-hover .variation-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s ease;
}

.thumb-hover .hover-image > img,
.thumb-hover .variation-image > img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%; }

.thumb-hover .hover-image + .lazy-wrapper,
.thumb-hover .variation-image + .lazy-wrapper {
    transition: all 0.4s ease 0s;
}

.thumb-hover:hover .hover-image + img,
.thumb-hover:hover .hover-image + .lazy-wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* variation image */
.thumb-hover .variation-image {
    opacity: 0;
    z-index: 1;
    transition-delay: 0.4s;
}

.thumb-hover .variation-image.active {
    opacity: 1;
    transition-delay: 0s;
}


/* overlay effect */
.thumb-hover[class*='overlay-color']::before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.4s ease;
}
.thumb-hover[class*='overlay-color'].text-light::before {
    background: rgba(0,0,0,0.5);
}
.thumb-hover[class*='overlay-color']:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* for custom overlay color in html */
.thumb-hover.overlay-color-custom::before,
.thumb-hover.overlay-color-custom.text-light::before { background: transparent; }

.thumb-hover[class*='overlay-color'] .overlay {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.4s ease;
}
.thumb-hover[class*='overlay-color'].text-light .overlay {
    background: rgba(0,0,0,0.5);
}
.thumb-hover[class*='overlay-color']:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover[class*='overlay-color']:hover .caption-sub , .thumb-hover[class*='overlay-color']:hover .caption-name { color: #000000; }
.thumb-hover.text-light[class*='overlay-color']:hover .caption-sub , .thumb-hover.text-light[class*='overlay-color']:hover .caption-name { color: #ffffff; }

/* video hover (only for desktops) */
@media only screen and (min-width: 1024px) {
    .thumb-hover.play-on-hover img {
        transition: all 0.1s ease;
    }

    .thumb-hover.play-on-hover:hover img {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}




/*----------------------------------------------

18. ANIMATIONS (portfolio, hero, text, ...)

------------------------------------------------*/

/* general animation */
[class*='do-anim'] {
    transition: all 0.8s cubic-bezier(.19,1,.22,1);
    opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.animated[class*='do-anim'] {
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*----------------------------------------------

19. ELEMENTS

------------------------------------------------*/

/*	spacer
-------------------------------------------------*/
div[class*='spacer-'] {
    display: block;
}
.spacer-mini {
    height: 20px;
}
.spacer-small {
    height: 40px;
}
.spacer-medium {
    height: 80px;
}
.spacer-big {
    height: 100px;
}

div[class*='spacer-'] + p,
div[class*='spacer-'] + div,
div[class*='spacer-'] + blockquote,
div[class*='spacer-'] + ul,
div[class*='spacer-'] + h1,
div[class*='spacer-'] + h2,
div[class*='spacer-'] + h3,
div[class*='spacer-'] + h4,
div[class*='spacer-'] + h5,
div[class*='spacer-'] + h6 {
    margin-top: 0px !important;
}



/*	Buttons
-------------------------------------------------*/
.sf-button {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px !important;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #000;
    color: #fff !important;
    display: inline-block;
    padding: 0px 20px;
    transition: all 0.2s ease;
    max-width: 100%;
    margin: 2px 0 3px 0;
    border: none !important;
    position: relative;
    overflow: hidden;
    width: auto;
}
.sf-button:last-child {
    margin-bottom: -4px;
}

/* withicon */
.sf-button.withicon {
    padding: 0;
}

.sf-button .text {
    display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    height: 20px;
    /*float: left;*/
    z-index: 1;
    margin-top: 10px;
    vertical-align: top;
}

.sf-button .text span {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    transition: all 0.3s ease !important;
}
.sf-button:hover .text span {
    transform: translateY(-100%) !important;
}

.sf-button .text span:not(:first-child) {
    position: absolute;
    top: 100%;
    left: 0;
}

.sf-button.withicon .icon {
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    /*float: left;*/
    margin-right: 5px;
    transition: all 0.3s ease !important;
    overflow: hidden;
    vertical-align: top;
}

.sf-button.withicon svg {
    fill: #fff;
    position: absolute;
    width: 13px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease !important;
}
.sf-button.withicon:hover svg {
    left: calc(50% + 3px);
}

.sf-button.withicon i {
    font-size: 13px !important;
    color: #fff;
}
.sf-button.withicon i.fa-play {
    position: relative;
    left: 4%;
}

.sf-button.withicon.simple {
    padding: 0;
    background: transparent !important;
}


.sf-button-text {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px !important;
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px solid #000;
}

/* styles */
.sf-button.style-2 { background: #fff; color: #000 !important;  }
.sf-button.style-3 { background: rgba(0,0,0,0.04); color: #000 !important;  }
.sf-button.style-2 .icon { background: #fff; }
.sf-button.style-3 .icon { background: transparent; }
.sf-button.style-2 .icon svg, .sf-button.style-3 .icon svg { fill: #000; }
.sf-button.style-2 .icon i, .sf-button.style-3 .icon i { color: #000; }

.sf-button.style-4 { border-radius: 0; background: none; color: #000 !important; padding: 0; border-bottom: 1px solid #000 !important; height: 20px; }
.sf-button.style-4 .text { margin-left: 0 !important; margin-right: 0 !important; margin-top: 0; }
.sf-button.style-4.withicon .icon { background: transparent; color: #000 !important; height: 20px; margin-right: 0; margin-left: 10px; width: 20px; }
.sf-button.style-4.withicon .icon:first-child { margin-right: 10px !important; margin-left: 0px !important; }
.sf-button.style-4.withicon svg { fill: #000; }
.text-light .sf-button.style-4 { color: #fff !important; border-bottom: 1px solid #fff !important; }
.text-light .sf-button.style-4.withicon .icon { color: #fff !important; }
.text-light .sf-button.style-4.withicon svg { fill: #fff; }

.sf-button.text-trans { border-radius: 0; background: transparent; color: #000 !important; padding: 0; }
.sf-button.text-trans.style-3 .icon { background: rgba(0,0,0,0.04); }
.sf-button.text-trans .icon:first-child { margin-right: 15px; }
.sf-button.text-trans .icon:last-child { margin-left: 15px; margin-right: 0px; }
.sf-button.withicon:not(.text-trans) .icon:first-child { margin-left: 5px; margin-right: 0; }
.sf-button.withicon:not(.text-trans) .text:first-child { margin-left: 20px; }
.sf-button.withicon:not(.text-trans) .text:last-child { margin-right: 20px; }



/* for revolution slider */
.sf-button, .sf-button .text, .sf-button .text span {
    font-size: 14px !important;
    line-height: 40px !important;
}

.sf-button .text, .sf-button .text span {
    line-height: 20px !important;
    height: 20px !important;
}

.sf-button .icon, .sf-button .icon i {
    text-align:center !important;
    line-height: 40px !important;
}


/*	team member
-------------------------------------------------*/
.team-member {
    margin-top: 40px;
}
div .team-member:first-child {
    margin: 0;
}

.team-role {
    color: rgba(0,0,0,0.41);
}
.text-light .team-role {
    color: rgba(255,255,255,0.4);
}

.team-infos {
    margin-top: 20px;
}
div .team-infos:first-child {
    margin: 0;
}
.column.hasbg .team-infos {
    padding: 30px;
    margin: 0;
}


/*	Tabs
------------------------------------------------*/
.sf-tabs {
    margin-top: 40px;
}
div .sf-tabs:first-child {
    margin-top: 0;
}

.sf-tabs .tab-nav {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.sf-tabs .tab-nav li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}

.sf-tabs .tab-nav li a {
    color: rgba(0,0,0,0.41);
}
.text-light .sf-tabs .tab-nav li a {
    color: rgba(255,255,255,0.4);
}

.sf-tabs .tab-nav li.active a {
    color: #000;
}
.text-light .sf-tabs .tab-nav li.active a {
    color: #fff;
}

.sf-tabs .tab-container {
    margin-top: 20px;
}

.sf-tabs .tab-container .tab-content.active {
    display: block !important;
}


/*	toggle
-------------------------------------------------*/
.accordion {
    margin-top: 30px;
}
div .accordion:first-child {
    margin: 0;
}

.toggle-item {
    margin-top: 20px;
}
div .toggle-item:first-child {
    margin: 0;
}

.accordion .toggle-item {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding-bottom: 20px;
}

.toggle-item .toggle-title {
    position: relative;
    padding-left: 27px;
    cursor: pointer; }

.toggle-item .toggle-title .plus,
.toggle-item .toggle-title .minus {
    position: absolute;
    top: -2px;
    left: -8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toggle-item .toggle-title::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -8px;
    background: rgba(0,0,0,0.04);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease;
}
.toggle-item .toggle-title.toggle-active::before {
    transform: scale(1);
    opacity: 1;
}

.toggle-item .toggle-title .plus svg,
.toggle-item .toggle-title .minus svg {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
}

.toggle-item .toggle-title .minus {
    opacity: 0;
}

.toggle-item .toggle-title.toggle-active .plus {
    opacity: 0;
}
.toggle-item .toggle-title.toggle-active .minus {
    opacity: 1;
}

.toggle-item .toggle-inner {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 27px;
}
.accordion .toggle-item .toggle-inner {
    padding-bottom: 0;
}


/*----------------------------------------------

20. WIDGETS

------------------------------------------------*/

/* General Widgets
-------------------------------- */
.widget {
    margin-top: 40px;
    height: auto;
}
.sidebar .widget {
    margin-top: 60px;
}
div .widget:first-child, .syapf-widget-hidden + .widget {
    margin-top: 0;
}

.widget-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.widget-title + div,
.widget-title + ul,
.widget-title + p,
.widget-title + ol {
    margin-top: 15px;
}


/* Menu Widget
-------------------------------- */
.widget ul:not(.socialmedia-widget) {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.widget ul:not(.socialmedia-widget) li {
    margin-top: 8px;
    line-height: 20px;
    /*height: 20px;*/
}

.widget ul:not(.socialmedia-widget) li a {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    transition: color 0.2s ease;
    color: #000;
    line-height: 20px;
    /*height: 20px;*/
}
.widget ul:not(.socialmedia-widget) li a:hover {
    color: rgba(0,0,0,0.41);
}

.widget ul:not(.socialmedia-widget) ul.sub-menu, .widget ul:not(.socialmedia-widget) ul.children {
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

.widget ul:not(.socialmedia-widget) ul.sub-menu li a, .widget ul:not(.socialmedia-widget) ul.children li a {
    font-size: 0.85em;
    line-height: 1.5em;
}


/* Rss Widget
-------------------------------- */
.widget_rss .widget-title .rss-widget-icon {
    top: 2px;
    position: relative;
    vertical-align: inherit;
    margin-right: 5px;
}

.widget.widget_rss ul li {
    margin-top: 30px;
}

.widget.widget_rss ul li .rsswidget {
    display: block;
}

.widget.widget_rss ul li .rss-date {
    color: rgba(0,0,0,0.41);
    font-size: 0.9em;
    line-height: 1.45em;
}

.widget.widget_rss ul li .rssSummary {
    font-size: 0.9em;
    line-height: 1.45em;
    margin-top: 6px;
}

.widget.widget_rss ul li cite {
    margin-top: 6px;
}


/* Rss Widget
-------------------------------- */
.widget_calendar table tbody td,
.widget_calendar table tbody th,
.widget_calendar table tfoot td {
    padding: 10px 0 !important;
}

.widget_calendar table tbody td,
.widget_calendar table thead th{
    text-align: center !important;
}


/* Social Media Widget
-------------------------------- */
.socialmedia-widget {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
div .socialmedia-widget:first-child {
    margin: 0;
}

.socialmedia-widget li {
    display: inline-block;
    margin: 0;
    position: relative;
}

.socialmedia-widget li a {
    line-height: 20px;
    color: #000;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    padding: 0 7px 0 7px;
}
.socialmedia-widget li:first-child a {
    padding-left: 0;
}
.socialmedia-widget li:last-child a {
    padding-right: 0;
}
.text-light:not(.transparent) .socialmedia-widget li a {
    color: #fff;
}
.socialmedia-widget li a:hover {
    opacity: 1;
}

.socialmedia-widget li a::before {
    display:block;
    transition: all 0.3s ease;
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.socialmedia-widget li.facebook a::before { content:"\f09a"; }
.socialmedia-widget li.twitter a::before { content:"\f099" }
.socialmedia-widget li.tumblr a::before { content: "\f173"; }
.socialmedia-widget li.vimeo a::before { content: "\f27d"; }
.socialmedia-widget li.dribbble a::before { content: "\f17d"; }
.socialmedia-widget li.deviantart a::before { content: "\f1bd"; }
.socialmedia-widget li.behance a::before { content: "\f1b4"; }
.socialmedia-widget li.flickr a::before { content: "\f16e"; }
.socialmedia-widget li.linkedin a::before { content: "\f0e1"; }
.socialmedia-widget li.rss a::before { content: "\f09e"; }
.socialmedia-widget li.googleplus a::before { content: "\f0d5"; }
.socialmedia-widget li.pinterest a::before { content: "\f0d2"; }
.socialmedia-widget li.youtube a::before { content: "\f167"; }
.socialmedia-widget li.mail a::before { content: "\f1fa"; }
.socialmedia-widget li.instagram a::before { content: "\f16d"; }
.socialmedia-widget li.xing a::before { content: "\f168"; }
.socialmedia-widget li.dropbox a::before { content: "\f16b"; }
.socialmedia-widget li.stumbleupon a::before { content: "\f1a4"; }
.socialmedia-widget li.delicious a::before { content: "\f1a5"; }
.socialmedia-widget li.wordpress a::before { content: "\f19a"; }
.socialmedia-widget li.vk a::before { content: "\f189"; }
.socialmedia-widget li.soundcloud a::before { content: "\f1be"; }
.socialmedia-widget li.spotify a::before { content: "\f1bc"; }
.socialmedia-widget li.codepen a::before { content: "\f1cb"; }
.socialmedia-widget li.github a::before { content: "\f09b"; }
.socialmedia-widget li.lastfm a::before { content: "\f202"; }
.socialmedia-widget li.jsfiddle a::before { content: "\f1cc"; }
.socialmedia-widget li.mixcloud a::before { content: "\f289"; }
.socialmedia-widget li.skype a::before { content: "\f17e"; }
.socialmedia-widget li.wechat a::before { content: "\f1d7"; }
.socialmedia-widget li.url a::before { content: "\f0ac"; }

.socialmedia-widget li.facebook a:hover { color: #446ebf; }
.socialmedia-widget li.twitter a:hover { color: #39aadc; }
.socialmedia-widget li.tumblr a:hover { color: #4c6781; }
.socialmedia-widget li.vimeo a:hover { color: #15c9f5; }
.socialmedia-widget li.dribbble a:hover { color: #f14980; }
.socialmedia-widget li.deviantart a:hover { color: #2ea06f; }
.socialmedia-widget li.behance a:hover { color: #00b0f0; }
.socialmedia-widget li.flickr a:hover { color: #f04783; }
.socialmedia-widget li.linkedin a:hover { color: #81d3fd; }
.socialmedia-widget li.rss a:hover { color: #ff8322; }
.socialmedia-widget li.googleplus a:hover { color: #d63d1e; }
.socialmedia-widget li.pinterest a:hover { color: #c81e1e; }
.socialmedia-widget li.youtube a:hover { color: #ee423d; }
.socialmedia-widget li.mail a:hover { color: #74624d; }
.socialmedia-widget li.instagram a:hover { color: #95604b; }
.socialmedia-widget li.xing a:hover { color: #036567; }
.socialmedia-widget li.dropbox a:hover { color: #008cd2; }
.socialmedia-widget li.stumbleupon a:hover { color: #f94213; }
.socialmedia-widget li.delicious a:hover { color: #1b59c3; }
.socialmedia-widget li.wordpress a:hover { color: #118bc0; }
.socialmedia-widget li.vk a:hover { color: #29577b; }
.socialmedia-widget li.soundcloud a:hover { color: #ff7700; }
.socialmedia-widget li.spotify a:hover { color: #80b900; }
.socialmedia-widget li.codepen a:hover { color: #171515; }
.socialmedia-widget li.github a:hover { color: #171515; }
.socialmedia-widget li.lastfm a:hover { color: #f94f14; }
.socialmedia-widget li.jsfiddle a:hover { color: #0c9de8; }
.socialmedia-widget li.mixcloud a:hover { color: #29587c; }
.socialmedia-widget li.skype a:hover { color: #00aef3; }
.socialmedia-widget li.wechat a:hover { color: #00c900; }
.socialmedia-widget li.url a:hover { color: #579abc; }



/* Search Widget
-------------------------------- */
.widget_search form.searchform,
.widget_product_search form.searchform {
    position: relative;
    margin-top: 10px;
    max-width: 300px;
}
.widget_search form.searchform:first-child,
.widget_product_search form.searchform:first-child {
    margin: 0;
}

.widget_search form.searchform input[type="submit"],
.widget_product_search form.searchform button[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    padding: 0;
    height: 40px;
    opacity: 0;
    z-index: 2;
}

.widget_search form.searchform::before,
.widget_product_search form.searchform::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    display: block;
    position: absolute;
    bottom: 13px;
    right: 7px;
    z-index: 1;
    border-radius: 50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.text-light:not(.transparent) .widget_search form.searchform::before,
.text-light:not(.transparent) .widget_product_search form.searchform::before {
    border-color: #fff;
}

.widget_search form.searchform::after, .widget_product_search form.searchform::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5.5px;
    background: #000;
    display: block;
    width: 1.8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}
.text-light:not(.transparent) .widget_search form.searchform::after,
.text-light:not(.transparent) .widget_product_search form.searchform::after{
    background: #fff;
}



/* Instagram Widget
-------------------------------- */
.widget.sify-instagram-feed ul {
    overflow: hidden;
}

.widget.sify-instagram-feed ul li {
    width: 25%;
    height: auto;
    line-height: auto;
    float: left;
    margin: 0;
}

.widget.sify-instagram-feed ul.instagram-col-2 li { width: 50%; }
.widget.sify-instagram-feed ul.instagram-col-3 li { width: 33.33%; }
.widget.sify-instagram-feed ul.instagram-col-4 li { width: 25%; }
.widget.sify-instagram-feed ul.instagram-col-5 li { width: 20%; }
.widget.sify-instagram-feed ul.instagram-col-6 li { width: 16.66%; }
.widget.sify-instagram-feed ul.instagram-col-7 li { width: 14.28%; }
.widget.sify-instagram-feed ul.instagram-col-8 li { width: 12.5%; }
.widget.sify-instagram-feed ul.instagram-col-9 li { width: 11.11%; }
.widget.sify-instagram-feed ul.instagram-col-10 li { width: 10%; }

.widget.sify-instagram-feed ul.instagram-spaced-mini { width: calc(100% + 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini li { margin-right: 2px; margin-bottom: 2px; }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-2 li { width: calc(50% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-3 li { width: calc(33.33% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-4 li { width: calc(25% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-5 li { width: calc(20% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-6 li { width: calc(16.66% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-7 li { width: calc(14.28% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-8 li { width: calc(12.5% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-9 li { width: calc(11.11% - 2px); }
.widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-10 li { width: calc(10% - 2px); }

.widget.sify-instagram-feed ul.instagram-spaced-small { width: calc(100% + 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small li { margin-right: 10px; margin-bottom: 10px; }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-2 li { width: calc(50% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-3 li { width: calc(33.33% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-4 li { width: calc(25% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-5 li { width: calc(20% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-6 li { width: calc(16.66% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-7 li { width: calc(14.28% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-8 li { width: calc(12.5% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-9 li { width: calc(11.11% - 10px); }
.widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-10 li { width: calc(10% - 10px); }

.widget.sify-instagram-feed ul.instagram-spaced-medium { width: calc(100% + 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium li { margin-right: 20px; margin-bottom: 20px; }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-2 li { width: calc(50% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-3 li { width: calc(33.33% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-4 li { width: calc(25% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-5 li { width: calc(20% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-6 li { width: calc(16.66% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-7 li { width: calc(14.28% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-8 li { width: calc(12.5% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-9 li { width: calc(11.11% - 20px); }
.widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-10 li { width: calc(10% - 20px); }

.widget.sify-instagram-feed ul li a {
    height: auto;
    line-height: auto;
    display: block;
    width: 100%;
}

.widget.sify-instagram-feed ul li img {
    width: 100% !important;
}

/* Ajax Categiory filter
-------------------------------- */
.widget .syapf-layered-nav .children {
    margin: 0 0 20px 0 !important;
}

.widget .syapf-layered-nav .children li a {
    font-weight: 300;
}

.widget .syapf-layered-nav li.chosen .children {
    padding-top: 10px;
}

.widget .syapf-layered-nav li.chosen .children li.chosen > a::before {
    top: calc(50% - 5px);
}


/* Filter Attribute
-------------------------------- */
.widget .syapf-layered-nav.sf-color-syapf ul {
    overflow-y: auto;
    overflow-x: visible;
    max-height: 180px;

    /* workaround / overflow-x visible does not work */
    padding-left: 10px;
    left: -10px;
    position: relative;
    width: calc(100% + 10px);
}

.widget .syapf-layered-nav ul li {
    margin: 0 !important;
    margin-bottom: 5px !important;
    position: relative;
    display: inline-block;
    margin-right: 20px !important;
    line-height: auto;
    height: auto;
}
.widget .syapf-layered-nav ul li.chosen {
    display: inline-block;
    margin-right: 35px !important;
}
.widget .syapf-layered-nav.sf-button-syapf ul li {
    display: inline-block;
    margin-right: 10px !important;
}


.widget .syapf-layered-nav ul li a {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #000;
    line-height: auto;
    height: auto;
}
.widget .syapf-layered-nav ul li > a:hover {
    color: rgba(0,0,0,0.41);
}
.widget .syapf-layered-nav ul li.chosen > a:hover {
    color: #000;
}
.widget .syapf-layered-nav ul li.chosen > a {
    margin-left: 10px;
    margin-right: 10px;
}
.widget .syapf-layered-nav ul li.chosen + li.chosen a {
    margin-left: 0;
}
.syapf-layered-nav.sf-color-syapf ul li a {
    padding-left: 20px;
}
.syapf-layered-nav.sf-button-syapf ul li a {
    padding: 0 5px;
    min-width: 20px;
    text-align: center;
    margin: 0 !important;
    font-size: 12px !important;
}
.syapf-layered-nav.sf-image-syapf ul li a {
    padding-left: 35px;
}

.widget .syapf-layered-nav ul li .count {
    font-size: 13px;
    color: rgba(0,0,0,0.41);
}

.widget .syapf-layered-nav ul li::before {
    display: none;
}

.widget .syapf-layered-nav ul li.chosen > a::after,
.syapf-layered-nav.sf-button-syapf ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 37px);
    height: 100%;
    background: rgba(0,0,0,0.04);
    /*border: 1px solid rgba(0,0,0,0.12);*/
    border-radius: 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.widget .syapf-layered-nav.sf-button-syapf ul li a::after {
    left: 0;
    width: 100%;
    background: none;
    border: 1px solid rgba(0,0,0,0.12);
}
.widget .syapf-layered-nav.sf-button-syapf ul li.chosen a::after {
    background: rgba(0,0,0,0.04);
    border: none;
}
.widget .syapf-layered-nav.sf-image-syapf ul li a::after {
    left: -4px;
    width: calc(100% + 32px);
}

.widget .syapf-layered-nav ul li.chosen > a::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: -17px;
    width: 10px;
    height: 10px;
    background-image:url(../img/cross.svg);
    -webkit-background-size:10px;
    -moz-background-size:10px;
    -o-background-size:10px;
    background-size:10px;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: 0.3;
    transition: opacity 0.2s ease;
}
.widget .syapf-layered-nav ul li.chosen > a:hover::before {
    opacity: 1;
}
.widget .syapf-layered-nav.sf-button-syapf ul li.chosen > a::before {
    display: none;
}

.syapf-layered-nav.sf-color-syapf ul li span {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 6px;
}
.syapf-layered-nav.sf-color-syapf ul li span[style="background-color:#fff;"],
.syapf-layered-nav.sf-color-syapf ul li span[style="background-color:#fcfcfc;"],
.syapf-layered-nav.sf-color-syapf ul li span[style="background-color:#f8f8f8;"],
.syapf-layered-nav.sf-color-syapf ul li span[style="background-color:#f7f7f7;"] {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.syapf-layered-nav.sf-image-syapf ul li span {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
}

/* sidebar */
.sidebar .widget .syapf-layered-nav:not(.sf-button-syapf) ul li {
    display: block;
    margin-right: 0px !important;
}

.sidebar .widget .syapf-layered-nav ul li.chosen a {
    margin-left: 0;
}


/* Active Filter
-------------------------------- */
.widget .syapf-active-filters a {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding: 0 27px 0 10px;
    display: inline-block;
    line-height: 30px;
    color: #000;
    background: rgba(0,0,0,0.04);
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.widget .syapf-active-filters a.reset {
    background: none;
    color: rgba(0,0,0,0.41);
    padding-left: 0;
}

.widget .syapf-active-filters a::before {
    display: none;
}

.widget .syapf-active-filters a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-image:url(../img/cross.svg);
    -webkit-background-size:10px;
    -moz-background-size:10px;
    -o-background-size:10px;
    background-size:10px;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: 0.3;
    transition: opacity 0.2s ease;
}
.widget .syapf-active-filters a:hover::after {
    opacity: 1;
}

/* Price Filter widget */
.widget .syapf-price-filter-wrapper {
    max-width: 300px;
    padding-top: 14px;
}

.widget_price_filter > form {
    margin-top: 15px;
}

.widget_price_filter .price_slider_wrapper .price_slider {
    position: relative;
    background: rgba(0,0,0,0.12);
    display: none;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range,
.widget .noUi-horizontal {
    position: relative;
    height: 3px;
    background: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.widget .noUi-horizontal {
    background: #999999;
}
.widget .noUi-horizontal .noUi-base .noUi-origin:first-child {
    background: #000;
}
.widget .noUi-horizontal .noUi-base .noUi-origin:last-child {
    background: #999999;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle,
.widget .noUi-horizontal .noUi-handle {
    position: absolute;
    top: -5px;
    left: 0;
    margin-left: -1px;
    background: #000;
    cursor: pointer;
    width: 12px;
    height: 12px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
}
.widget .noUi-horizontal .noUi-handle::after,
.widget .noUi-horizontal .noUi-handle::before {
    display: none;
}
.widget .noUi-horizontal.noUi-extended {
    padding-right: 7px;
}
.widget .noUi-horizontal.noUi-extended .noUi-origin {
    right: 0;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -11px;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
    margin-top: 15px;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    float: left;
    font-size: 0.85em;
    line-height: 30px;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span {
    color: #000;
    font-weight: 400;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    font-size: 11px;
    line-height: 18px;
    padding: 5px 17px;
    float: right;
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:active {
    background-color: rgba(0,0,0,0.6);
}


.widget .syapf-price-filter-wrapper br {
    display: none;
}

.widget .slider-values {
    margin-top: 10px;
}

.widget .slider-values p {
    display: inline-block;
    font-size: 0.85em;
    line-height: 26px;
    margin-right: 20px !important;
}

.widget .slider-values p span {
    color: #000;
    font-weight: 400;
}

/* animation */
.syapf-before-update ~ .isotope-grid > .isotope-item {
    transition: all 0.8s cubic-bezier(.19,1,.22,1);
    opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}


/*----------------------------------------------

20. COOKIE INFO

------------------------------------------------*/
body #cookie-notice {
    min-width: 300px;
    max-width: 100%;
    width: 340px;
    font-size: 13px;
    line-height: 19px;
    left: 40px;
    bottom: 40px;
    text-align: left;
    padding: 20px;
}

body #cookie-notice .cookie-notice-container {
    padding: 0;
    text-align: left;
    overflow: hidden;
}

body #cookie-notice .cookie-notice-container #cn-notice-text {
    display: block;
    margin-bottom: 20px;
}

body #cookie-notice .cookie-notice-container a {
    color: #fff;
    background: none !important;
    border-bottom: 1px solid transparent;
    float: right;
    margin-left: 20px;
    border-radius: 0;
    padding: 0 0 2px 0;
    font-weight: 400;
    background: none;
}
body #cookie-notice .cookie-notice-container a:hover {
    color: rgba(255,255,255,0.61) !important;
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie,
body #cookie-notice .cookie-notice-container #cn-refuse-cookie {
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,1);
}

body #cookie-notice .cookie-notice-container #cn-accept-cookie::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 5px;
}





/*----------------------------------------------

20. LOGO CUSTOMIZATIONS

------------------------------------------------*/
#header #logo img { height: 100px; }
#header #logo .text-logo { line-height: 40px; }
#menu nav#main-nav > ul { height: 40px; }
#menu nav#main-nav > ul > li { top: calc((40px - 20px) / 2); } 											/* logo height - menu height / 2 */
#menu nav#main-nav > ul > li > .sub-menu { padding-top: calc(30px + ((40px - 20px) / 2)); } 			/* sticky header padding - top from li */
#menu nav#main-nav > ul > li > .sub-menu::before { height: calc(100% - (30px + ((40px - 20px) / 2)) + 20px + 20px); }
.menu-actions > div { height: 40px; }
.menu-actions > div > a { height: 40px; line-height: 40px; }
.menu-actions > div > a.login-open { height: 20px; line-height: 20px; top: 10px; }

#hero.hero-boxedauto, #hero.hero-boxedfull { margin-top:  calc(40px + 80px); }
#hero.hero-boxedfull { min-height:  calc(100vh - 40px - 80px); }
#hero.hero-fullwidth.no-bg #page-title, #hero.hero-fullscreen.no-bg #page-title { padding-top: calc(40px + 80px + 40px); }
#hero.hero-fullwidth #page-title, #hero.hero-fullscreen #page-title { padding-top: calc(40px + 80px + 20px); padding-bottom: calc(40px + 80px + 0px); }

body:not(.single-product) #header + #hero-and-body #page-body:first-child { margin-top:  calc(40px + 80px + 60px); }



/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.4 (29/12/2015)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
    font-family: 'lightcase';
    src: url();
    src: url() format("embedded-opentype"), url() format("woff"), url() format("truetype"), url() format("svg");
    font-weight: normal;
    font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
    font-family: 'lightcase', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
    content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
    content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
    content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
    content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
    content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
    content: '\e805';
    display: none;
}


/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}
@media screen and (max-width: 640px) {
    /* line 16, ../scss/components/modules/_case.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width: 641px) {
    /* line 4, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        /*background-color: #fff;*/
        /*-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);*/
        -webkit-backface-visibility: hidden;
    }
}
@media screen and (min-width: 641px) {
    /* line 24, ../scss/components/modules/_content.scss */
    #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: none;
    }
}
/* line 32, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 640px) {
    /* line 32, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}
/* line 42, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    /* line 42, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }
    /* line 51, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
        width: 100% !important;
        max-width: none !important;
        height: 260px !important;
    }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        margin-top: 100px !important;
    }
    /* line 58, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
        height: auto !important;
        max-height: none !important;
    }
}
@media screen and (max-width: 640px) {
    /* line 69, ../scss/components/modules/_content.scss */
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
    /* line 73, ../scss/components/modules/_content.scss */
    [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75;
    }
}

/* line 85, ../scss/components/modules/_content.scss */
.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
    /* line 90, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}
@media screen and (min-width: 641px) {
    /* line 97, ../scss/components/modules/_content.scss */
    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 640px) {
    /* line 114, ../scss/components/modules/_content.scss */
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa;
    }
}
@media screen and (min-width: 641px) {
    /* line 114, ../scss/components/modules/_content.scss */
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333;
    }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
}
@media screen and (max-width: 640px) {
    /* line 3, ../scss/components/modules/_error.scss */
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}
@media screen and (min-width: 641px) {
    /* line 3, ../scss/components/modules/_error.scss */
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
}

/* line 6, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    /* line 4, ../scss/components/modules/_global.scss */
    .lightcase-open body {
        padding: 55px 0 70px 0;
    }
    /* line 15, ../scss/components/modules/_global.scss */
    .lightcase-open body > *:not([id*='lightcase-']) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px;
    z-index:10;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 10px 15px;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
    background: rgba(255,255,255,0.7);
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa;
}
@media screen and (max-width: 640px) {
    /* line 19, ../scss/components/modules/_info.scss */
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
    }
    #lightcase-info #lightcase-caption {
        font-size: 12px !important;
        line-height: 18px !important;
        padding: 5px 10px;
    }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
}
@media screen and (max-width: 640px) {
    /* line 45, ../scss/components/modules/_info.scss */
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* line 51, ../scss/components/modules/_info.scss */
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
    position: fixed;
    z-index: 2001;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    -webkit-animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    -moz-animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
    animation: loader_dot_anim 1.0s cubic-bezier(.5,0,.5,1) infinite;
}

#lightcase-loading::after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 4px;
}


/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.4s;
    -moz-transition: color, opacity, ease-in-out 0.4s;
    -o-transition: color, opacity, ease-in-out 0.4s;
    transition: color, opacity, ease-in-out 0.4s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
    display: inline-none;
    text-indent: -9999px;

}

/* line 4, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white;
}
/* line 12, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none;
}
/* line 19, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
}
/* line 24, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
}
/* line 29, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
    /* line 29, ../scss/components/modules/_navigation.scss */
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0;
    }
}
/* line 40, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none;
}
@media screen and (max-width: 640px) {
    /* line 40, ../scss/components/modules/_navigation.scss */
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute;
    }
}
@media screen and (min-width: 641px) {
    /* line 40, ../scss/components/modules/_navigation.scss */
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed;
    }
}
@media screen and (max-width: 640px) {
    /* line 4, ../scss/components/modules/_navigation.scss */
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px;
    }
}
@media screen and (min-width: 641px) {
    /* line 4, ../scss/components/modules/_navigation.scss */
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -0.5em;
    }
    /* line 66, ../scss/components/modules/_navigation.scss */
    #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1;
    }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #333;
}
@media screen and (max-width: 640px) {
    /* line 1, ../scss/components/modules/_overlay.scss */
    #lightcase-overlay {
        opacity: 1 !important;
    }
}



/* custom */
#lightcase-overlay {
    background: #ffffff;
}

#lightcase-case .lightcase-content {
    background-color: transparent !important;
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
    -o-box-shadow:  none !important;
    box-shadow:  none !important;
}


#lightcase-nav a.lightcase-icon-prev, #lightcase-nav a.lightcase-icon-next {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
#lightcase-nav a.lightcase-icon-next:hover { right: 10px !important; }
#lightcase-nav a.lightcase-icon-prev:hover { left: 10px !important; }

#lightcase-nav a.lightcase-icon-prev:after, #lightcase-nav a.lightcase-icon-next:after {
    content: "";
    width: 24px;
    background: url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 35.35"><path d="M0,16.88a3,3,0,0,0,.16.94,1.51,1.51,0,0,0,.63.78l15,15a2.14,2.14,0,0,0,3.52.08,2.14,2.14,0,0,0-.08-3.52L8.59,19.38H57.5a2.5,2.5,0,1,0,0-5H8.59L19.22,3.59A2.14,2.14,0,0,0,19.3.08a2.14,2.14,0,0,0-3.52.08l-15,15a1.51,1.51,0,0,0-.62.78A3,3,0,0,0,0,16.88Z" style="fill:%23ffffff;"></path></svg>');
    height: 14px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 12px);
}

#lightcase-nav a.lightcase-icon-next:after {
    -webkit-transform:  rotate(180deg);
    -moz-transform:  rotate(180deg);
    -ms-transform:  rotate(180deg);
    -o-transform:  rotate(180deg);
    transform:  rotate(180deg);
}

#lightcase-nav a.lightcase-icon-prev:before, #lightcase-nav a.lightcase-icon-next:before {
    display: none;
}

#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
    width: 40px;
    height: 40px;
    top: 40px;
    right: 60px;
}

#lightcase-nav a.lightcase-icon-close::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
#lightcase-nav a.lightcase-icon-close:hover::before {
    transform: scale(0.85);
}

#lightcase-nav a.lightcase-icon-close::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 10px;
    height: 10px;
    background-image:url(../img/cross.svg);
    -webkit-background-size:10px;
    -moz-background-size:10px;
    -o-background-size:10px;
    background-size:10px;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(../font/fontawesome-webfont.eot);src:url(../font/fontawesome-webfont.eot) format('embedded-opentype'),url(../font/fontawesome-webfont.woff2) format('woff2'),url(../font/fontawesome-webfont.woff) format('woff'),url(../font/fontawesome-webfont.ttf) format('truetype'),url(../font/fontawesome-webfont.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sf-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sf-only-focusable:active,.sf-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Googleâ€™s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ioniconâ€™s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url(../font/ionicons.eot); src: url(../font/ionicons.eot) format("embedded-opentype"), url(../font/ionicons.ttf) format("truetype"), url(../font/ionicons.woff) format("woff"), url(../font/ionicons.svg) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-2x { font-size: 20px; }
.ion-3x { font-size: 30px; }
.ion-4x { font-size: 45px; }
.ion-5x { font-size: 65px;}
.ion-6x { font-size: 80px;}

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }

/**** Isotope CSS3 transitions ****/

.isotope, .isotope-grid {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.isotope-grid .isotope-item {
    /* -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;*/
}

.isotope, .isotope-grid {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item, .isotope-grid .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}



/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/*! Flickity v2.0.11
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-slider > div {
    width: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}


/*  ---------------------------------------------------	*/

/*    GENERAL											*/

/* ---------------------------------------------------	*/

/* sizefy message */
.sizefy-message,
.sizefy-error {
    font-weight: 500;
    color: #0ec884;
    margin: 0 0 40px 0;
    list-style: none;
    position: relative;
    padding-right: 100px;
}

.sizefy-error {
    color: #d83e49;
}

.sizefy-error li {
    margin-top: 10px;
}
.sizefy-error li:first-child {
    margin-top: 0;
}

.sizefy-no-products {
    color: rgba(0,0,0,0.41);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center;
}

.sizefy-message > a.button {
    position: absolute;
    top: 4px;
    right: 0;
    background: transparent !important;
    padding: 0 !important;
    color: #000 !important;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

/* hide messages */
.single-product .sizefy-notices-wrapper .sizefy-message,
.grid-options .sizefy-notices-wrapper .sizefy-message {
    display: none;
}


/* price */
.price,
.amount  {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    transition: color 0.2s ease;
}
.text-light .price, .text-light .amount  { color: #fff; }

.price ins,
ins  .amount {
    text-decoration: none;
    display: inline-block;
}

.price del,
del  {
    display: inline-block;
    opacity: 0.5;
    margin-left: 6px;
    line-height: 0;
}
del .amount  {
    font-size: 0.9em !important;
    line-height: 0.9em !important;
    color: #000 !important;
}
.text-light del .amount  { color: #fff !important; }

.price .sizefy-Price-currencySymbol,
.amount .sizefy-Price-currencySymbol,
.amount .sizefy-Price-currencySymbol {
    display: inline-block;
    margin-right: 0.18em;
    font-size: 0.8em;
    position: relative;
    /*top: -0.15em;*/
}


/* star rating */
.product .star-rating {
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3em;
    font-size: 13px;
    line-height: 23px;
    display: inline-block;
    float: left;
    width: auto;
}
.shop-container .product .star-rating {
    display: block;
    float: none;
}

.product .star-rating::before {
    content: "\f3ae\f3ae\f3ae\f3ae\f3ae";
    font-family: "Ionicons";
    color: rgba(0,0,0,0.2);
}

.product .star-rating span {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2em;
    overflow: hidden;
}

.product .star-rating span::before {
    content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
}


/* Quantity buttons */
.quantity {
    position: relative;
    display: inline-block;
    margin: 0;
}
.quantity.single-add {
    display: none;
}
.quantity.single-add + .sf-button {
    margin-left: 0 !important;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    text-align: center;
    padding: 0 20px;
    -moz-appearance:textfield;
    font-size: 14px;
    border: none;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
}

.quantity span {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: calc(50% - 5px);
    left: calc(50% - 25px);
    cursor: pointer;
}

.quantity span.plus {
    left: calc(50% + 15px);
}

.quantity span svg {
    position: absolute;
    top: 0;
    left: 0;
}



/* pseudo add to cart animation */
.pseudo-add-to-cart.loading .icon .arrow svg {
    -webkit-animation: addtocart_button_arrow_hide 0.25s ease ;
    -moz-animation: addtocart_button_arrow_hide 0.25s ease ;
    animation: addtocart_button_arrow_hide 0.25s ease ;
    left: calc(100% + 10px);
}
.pseudo-add-to-cart.added .icon .arrow svg {
    -webkit-animation: addtocart_button_arrow_show 0.25s ease 1.6s;
    -moz-animation: addtocart_button_arrow_show 0.25s ease 1.6s;
    animation: addtocart_button_arrow_show 0.25s ease 1.6s;
    left: 50%;
}
.pseudo-add-to-cart.added:hover .icon .arrow svg {
    left: calc(50% + 3px);
}
@-webkit-keyframes addtocart_button_arrow_hide {
    0% { left: calc(50% + 3px); }
    97% { left: calc(100% + 10px); top: 50%; }
    98% { top: -10px; }
    99% { left: calc(0% - 10px); }
    100% { top: 50%; }
}
@-moz-keyframes addtocart_button_arrow_hide {
    0% { left: calc(50% + 3px); }
    97% { left: calc(100% + 10px); top: 50%; }
    98% { top: -10px; }
    99% { left: calc(0% - 10px); }
    100% { top: 50%; }
}
@keyframes addtocart_button_arrow_hide {
    0% { left: calc(50% + 3px); }
    97% { left: calc(100% + 10px); top: 50%; }
    98% { top: -10px; }
    99% { left: calc(0% - 10px); }
    100% { top: 50%; }
}
@-webkit-keyframes addtocart_button_arrow_show {
    0% { left: calc(0% - 10px); }
    100% { left: 50%; }
}
@-moz-keyframes addtocart_button_arrow_show {
    0% { left: calc(0% - 10px); }
    100% { left: 50%; }
}
@keyframes addtocart_button_arrow_show {
    0% { left: calc(0% - 10px); }
    100% { left: 50%; }
}


.pseudo-add-to-cart .icon .sf-loader-icon {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0.1s;
}
.pseudo-add-to-cart.loading .icon .sf-loader-icon {
    opacity: 1;
    visibility: visible;
}
.sf-button:not(.pseudo-add-to-cart) .icon .sf-loader-icon {
    display: none;
}

.pseudo-add-to-cart .sf-loader-icon::after {
    background: #fff;
}

.pseudo-add-to-cart .icon .check {
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 8px);
    width: 14px;
    height: 14px;
    -webkit-transform:  rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}

.pseudo-add-to-cart.added .icon .check {
    -webkit-animation: addtocart_button_check 1.7s ease;
    -moz-animation: addtocart_button_check 1.7s ease;
    animation: addtocart_button_check 1.7s ease;
}
@-webkit-keyframes addtocart_button_arrow_show {
    0% { opacity: 0; visibility: hidden; }
    1% { opacity: 1; visibility: visible; }
    85% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@-moz-keyframes addtocart_button_arrow_show {
    0% { opacity: 0; visibility: hidden; }
    1% { opacity: 1; visibility: visible; }
    85% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@keyframes addtocart_button_check {
    0% { opacity: 0; visibility: hidden; }
    1% { opacity: 1; visibility: visible; }
    85% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}

.pseudo-add-to-cart .icon .check::after,
.pseudo-add-to-cart .icon .check::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 4px;

    transition: width 0.2s ease 0.05s;
}
.pseudo-add-to-cart.added .icon .check::after {
    width: 10px;
}

.pseudo-add-to-cart .icon .check::before {
    bottom: 0;
    left: auto;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: height 0.2s ease 0.25s, opacity 0.01s ease 0.25s, visibility 0.01s ease 0.25s;
}
.pseudo-add-to-cart.added .icon .check::before {
    opacity: 1;
    visibility: visible;
    height: 14px;
}


/* Select Container */
.select2-container {
    height: 27px;
}

.select2-container .select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.12) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    padding-left: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    background-image:url(../img/select-arrow.png);
    background-position: right 1px center;
    background-repeat: no-repeat;
    -webkit-background-size:11px 8px;
    -moz-background-size:11px 8px;
    -o-background-size:11px 8px;
    background-size:11px 8px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-radius: 0 !important;
    margin-top: -1px;
}

.select2-search--dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 0;
}

.select2-search--dropdown input {
    border: none !important;
}

.select2-results__option {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}


.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #000 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: rgba(0,0,0,0.04) !important;
    color: #000 !important;
}


/*  ---------------------------------------------------	*/

/*    MINI CART											*/

/* ---------------------------------------------------	*/
.header-cart {
    float: right;
}
.header-cart[class*='icon-'] {
    margin-left: 14px;
    margin-right: -10px;
}

.header-cart .cart-amount {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 20px;
    display: block;
    color: #fff;
    transition: all 0.3s ease;

    /* needed to always be centered no matter what header/logo size */
    position: relative;
    top: calc(50% - 20px);
}
header.header-light:not(.mega-hover) .header-cart .cart-amount {
    color: #000;
}
body.scrolled header.sticky.header-light .header-cart .cart-amount {
    color: #fff;
}

.header-cart:not(.cart-withicon) .cart-amount::before {
    content: "";
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    z-index: 0;
    transition: all 0.3s ease;
}
header.header-light:not(.mega-hover) .header-cart:not(.cart-withicon) .cart-amount::before {
    background: #fff;
}
body.scrolled header.sticky.header-light .header-cart:not(.cart-withicon) .cart-amount::before {
    background: #000;
}

.header-cart .cart-amount span.minicart-count {
    position: relative;
    z-index: 1;
}

/* minicart with icon */
.header-cart .cart-amount span.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 22px;
    height: 25px;
    transform: translateX(-50%) translateY(-50%);
}

.header-cart .cart-amount span.icon svg {
    width: 22px;
}

.header-cart .cart-amount span.icon svg path {
    fill: #000;
}
header.header-light:not(.mega-hover) .header-cart .cart-amount span.icon svg path {
    fill: #fff;
}
body.scrolled header.sticky.header-light .header-cart .cart-amount span.icon svg path {
    fill: #000;
}
.header-cart .cart-amount:hover span.icon svg path {
    fill: rgba(0,0,0,0.41);
}
header.header-light:not(.mega-hover) .header-cart .cart-amount:hover span.icon svg path {
    fill: rgba(255,255,255,0.61);
}
body.scrolled header.sticky.header-light .header-cart .cart-amount:hover span.icon svg path {
    fill: rgba(0,0,0,0.41);
}

.header-cart.cart-withicon .cart-amount span.minicart-count {
    font-family: 'Arial','Helvetica';
    font-weight: 500;
    background: #000;
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 9.5px;
    display: inline-block;
    transition: all 0.3s ease;
}
header.header-light:not(.mega-hover) .header-cart.cart-withicon .cart-amount span.minicart-count {
    background: #fff;
    color: #000;
}
body.scrolled header.sticky.header-light .header-cart.cart-withicon .cart-amount span.minicart-count {
    background: #000;
    color: #fff;
}

.header-cart:hover .cart-amount::before {
    transform: scale(0.85);
}

#mini-cart {
    position: fixed;
    right: 0;
    top:  0;
    width: 50vw;
    min-width: 680px;
    height: 100%;
    background: #fff;
    z-index: 1601;
}

#mini-cart .cart-close,
#header-search .search-close,
.shopthelook .lookbook-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 40px;
    right: 60px;
    color: #fff;
    z-index: 1510;
}

#mini-cart .cart-close::before,
#header-search .search-close::before,
.shopthelook .lookbook-close::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
#mini-cart .cart-close:hover::before,
#header-search .search-close:hover::before,
.shopthelook .lookbook-close:hover::before {
    transform: scale(0.85);
}

#mini-cart .cart-close svg,
#header-search .search-close svg,
.shopthelook .lookbook-close svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 10px;
}

#mini-cart .cart-title {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 40px;
    left: 60px;
    margin: 0;
}

#mini-cart .cart-title .sf-button {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

#mini-cart .menu-cart-content {
    margin-top: 160px;
    height: calc(100vh - 160px);
    position: relative;
}

#mini-cart .menu-cart-content .cart-list {
    max-height: calc(100vh - 160px - 120px);
    overflow-y: auto;
    padding: 0 60px;
}

#mini-cart .menu-cart-content .update-cart-action {
    display: none;
}

#mini-cart .menu-cart-content .cart-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 30px 60px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: rgba(0,0,0,0.04);
}

.menu-cart-content .cart-bottom .total {
    width: 160px;
}

.menu-cart-content .cart-bottom .total .label {
    font-size: 1.1em;
    line-height: 1.1em;
}

.menu-cart-content .cart-bottom .total .amount {
    font-size: 1.4em;
    line-height: 1.4em;
}

.menu-cart-content .cart-bottom .buttons {
    position: absolute;
    top: calc(50% - 20px);
    right: 60px;
}

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

.menu-cart-content .empty-cart {
    position: absolute;
    top: 50%;
    left: 60px;
    width: calc(100% - 120px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -80px;
}

.empty-cart .empty-icon {
    background: rgba(0,0,0,0.04);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    margin-bottom: 40px;
}

.empty-cart .empty-main-text {
    margin-bottom: 5px;
    color: #000;
}

/* animation for mini cart */
#mini-cart {
    transform: translateX(101%);
    -webkit-transition: all 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    visibility: hidden;
}
.cart-is-open #mini-cart {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    visibility: visible;
}

#mini-cart .cart-close,
#header-search .search-close {
    transition: all 0.5s ease;
    transform: scale(0.85);
    opacity: 0;
}
.cart-is-open #mini-cart .cart-close,
.search-is-open #header-search .search-close {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.6s;
}

#mini-cart .cart-title {
    transition: all 0.5s ease;
    opacity: 0;
}
.cart-is-open #mini-cart .cart-title {
    opacity: 1;
    transition-delay: 0.4s;
}

#mini-cart .menu-cart-content .cart-bottom {
    bottom: -30px;
    opacity: 0;
    transition: all 0.5s ease;
}
.cart-is-open #mini-cart .menu-cart-content .cart-bottom {
    bottom: 0;
    opacity: 1;
    transition-delay: 0.4s;
}

#mini-cart .menu-cart-content .shop_table {
    opacity: 0;
    transition: all 0.5s ease;
}
.cart-is-open #mini-cart .menu-cart-content .shop_table {
    opacity: 1;
    transition-delay: 0.4s;
}


/* when amount is changing */
.cart-amount.updated {
    -webkit-animation: update_amount 0.6s ease ;
    -moz-animation: update_amount 0.6s ease ;
    animation: update_amount 0.6s ease ;
}
@-webkit-keyframes update_amount {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}
@-moz-keyframes update_amount {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}
@keyframes update_amount {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}


/* when siz is updating (from js) */
.updating-sizcart #mini-cart .menu-cart-content .cart-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.menu-cart-content .cart-bottom .total,
.menu-cart-content .cart-bottom .buttons {
    transition: all 0.2s ease;
    opacity: 1;
}

.updating-sizcart .menu-cart-content .cart-bottom .total,
.updating-sizcart .menu-cart-content .cart-bottom .buttons {
    opacity: 0.3;
}

.menu-cart-content .cart-bottom .sf-loader-icon {
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
}
.updating-sizcart .menu-cart-content .cart-bottom .sf-loader-icon {
    opacity: 1;
    visibility: visible;
}

.shop_table .product-quantity {
    transition: all 0.2s ease;
}
.updating-sizcart .shop_table .product-quantity {
    opacity: 0.5;
}
.updating-sizcart .shop_table .product-quantity::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}





/*  ---------------------------------------------------	*/

/*    SHOP GRID PAGE 									*/

/* ---------------------------------------------------	*/
.sizefy .sizefy-ordering,
.sizefy .sizefy-result-count {
    float: right;
    margin: 0;
}

.sizefy .sizefy-result-count {
    float: left;
}

.shop-container .shop-item {
    overflow: visible;
}

.shop-container .shop-item .shop-item-inner {
    position: relative;
}

.shop-container .shop-item .product-media,
.cat-item .cat-media {
    position: relative;
}

.shop-container .shop-item .product-meta,
.cat-item .cat-meta {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.shop-container .shop-item .product-meta .product-name {
    display: block;
}

.shop-container .shop-item .product-meta .price {
    display: inline-block;
    margin-right: 10px;
}

.shop-container .shop-item .grid-button {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.shop-container .shop-item:hover .grid-button {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.shop-container .shop-item:hover .grid-button .sf-button {
    margin-bottom: -4px;
}

.shop-container .shop-item:hover .pseudo-add-to-cart .sf-loader-icon::after,
.shop-container .shop-item:hover .pseudo-add-to-cart .icon .check::after,
.shop-container .shop-item:hover .pseudo-add-to-cart .icon .check::before { background: #000; }

.shop-container .shop-item .added_to_cart {
    display: none;
}

.shop-container .shop-item .out-of-stock {
    position: absolute;
    bottom: 10px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
    width: auto;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-container .shop-item:hover .out-of-stock {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

span.onsale,
span.badges span {
    font-weight: 400;
    font-size: 13px;
    height: 22px;
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 22px;
    padding: 0 11px;
    border-radius: 12px;
    color: #fff;
    background: #d83e49;
    display: inline-block;
    z-index: 4;
}
span.badges .onsale,
span.badges span {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin-right: 4px;
}

span.badges span.new-badge {
    background: #000;
}

span.badges span.hot-badge {
    background: #398c85;
}

span.badges {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
}



/* variation on grid */
.shop-container > .product:not(.product-type-variable) form.cart,
.shop-container > .product form.cart > *:not(.variations):not(.variations_button),
.shop-container > .product form.cart .variations_button > *:not(.sf-button),
.shop-container > .product.product-type-variable form.cart .sf-button,
.shop-container .shop-item form.cart .variations .variation .name {
    display: none !important;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.shop-container .shop-item form.cart {
    margin: 0 0 -15px 0;
    padding-top: 10px;
    z-index: 4;
}

.shop-container .shop-item form.cart .product-add-to-cart {
    position: absolute;
    top: -10px;
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.shop-container .shop-item:hover form.cart .product-add-to-cart {
    opacity: 1;
    visibility: visible;
    top: -20px;
}

.shop-container .shop-item form.cart .variations .variation .value {
    float: none;
    margin: 0;
}

.shop-container .shop-item form.cart .variations .variation {
    margin-top: 0;
    min-height: inherit;
    display: none;
}

.shop-container .shop-item .var-1 form.cart .variations .variation:first-child,
.shop-container .shop-item .var-2 form.cart .variations .variation:first-child,
.shop-container .shop-item .var-2 form.cart .variations .variation:nth-child(2n),
.shop-container .shop-item .var-all form.cart .variations .variation {
    display: block;
}

.shop-container .shop-item form.cart .variations .variation ul {
    padding: 0;
}

.shop-container .shop-item form.cart .variations .variation .color-variable-wrapper li,
#fixed-product-add .variations .variation .color-variable-wrapper li{
    margin: 11px 4px;
}
.shop-container .shop-item form.cart .variations .variation ul li:first-child,
#fixed-product-add .variations .variation ul li:first-child {
    margin-left: 2px;
}

.shop-container .shop-item form.cart .variations .variation .color-variable-wrapper li span,
#fixed-product-add .variations .variation .color-variable-wrapper li span {
    padding: 0;
    width: 12px;
    height: 12px;
}

.shop-container .shop-item form.cart .variations .variation .color-variable-wrapper li span::before,
#fixed-product-add .variations .variation .color-variable-wrapper li span::before {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.shop-container .shop-item form.cart .variations .variation .button-variable-wrapper li,
#fixed-product-add .variations .variation .button-variable-wrapper li {
    margin: 8px 6px;
}
.shop-container .shop-item form.cart .variations .variation .button-variable-wrapper li:first-child,
#fixed-product-add .variations .variation .button-variable-wrapper li:first-child {
    margin-left: 2px;
}

.shop-container .shop-item form.cart .variations .variation .button-variable-wrapper li span,
#fixed-product-add .variations .variation .button-variable-wrapper li span {
    min-width: 14px;
    padding: 0 2px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
}

.shop-container .shop-item form.cart .variations .variation .button-variable-wrapper li span::before,
#fixed-product-add .variations .variation .button-variable-wrapper li span::before {
    opacity: 1;
    border-color: rgba(0,0,0,0.12);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.shop-container .shop-item form.cart .variations .variation .button-variable-wrapper li.selected span::before,
#fixed-product-add .variations .variation .button-variable-wrapper li.selected span::before {
    background: rgba(0,0,0,0.04);
    border-color: transparent;
}

.shop-container .shop-item form.cart .variations .variation .image-variable-wrapper li img,
#fixed-product-add .variations .variation .image-variable-wrapper li img {
    width: 20px;
    height: 20px;
}

.shop-container .shop-item form.cart .variations .variation .image-variable-wrapper li,
#fixed-product-add .variations .variation .image-variable-wrapper li {
    margin: 7px 4px;
}


/* imagebutton / category grid */
.imagebutton-media .imagebutton-title {
    position: absolute;
    top: 40px;
    left: 40px;
    margin: 0;
}
.imagebutton-media.top-right .imagebutton-title { left: auto; right: 40px; text-align: right; }
.imagebutton-media.bottom-left .imagebutton-title { top: auto; bottom: 40px; }
.imagebutton-media.bottom-right .imagebutton-title { top: auto; bottom: 40px; left: auto; right: 40px; text-align: right; }
.imagebutton-media.center-center .imagebutton-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.imagebutton-media .imagebutton-subtitle {
    margin-top: 0;
    color: #000 !important;
}
.imagebutton-media.text-light .imagebutton-subtitle { color: #fff !important; }



/* breadcrumb */
.sizefy-breadcrumb {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 1px;
    max-width: 500px;
}
.product .sizefy-breadcrumb {
    margin-bottom: 30px;
}

.sizefy-breadcrumb a {
    position: relative;
}

.sizefy-breadcrumb a::after {
    content: "";
    background-image:url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 11px;
    height: 8px;
    display: inline-block;
    transform: rotate(-90deg);
    top: 1px;
    position: relative;
    margin: 0 5px;
    opacity: 0.41;
}


/* Category title + image */
.siz_main_title {
    overflow: hidden;
}

.siz_main_title > * {
    display: inline-block;
}

.siz_main_title .main_title {
    margin-right: 30px;
}

/*.siz_main_title ~ .syapf-before-products > .grid-options, */
.siz_main_title + .siz_cat_image {
    margin-top: 20px;
}

.siz_cat_image img {
    width: 100%;
}

.siz_cat_image ~ .syapf-before-products > .grid-options {
    margin-top: 40px;
}

.term-description ~ .syapf-before-products > .grid-options,
.term-description ~ .filter-option,
.siz_cat_image + .term-description,
.siz_main_title + .term-description {
    margin-top: 30px;
}

.term-description {
    width: 700px;
    max-width: 65%;
}



/* orderby select */
.sizefy select.orderby {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-radius: 20px;
    padding: 0 25px 0 20px;
    background-position: right 15px center;
}

.sizefy .sizefy-result-count {
    line-height: 40px;
    color: rgba(0,0,0,0.41) !important;
    font-size: 13px;
}

.filter-option ~ .syapf-before-products select.orderby {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.filter-option ~ .syapf-before-products form.sizefy-ordering {
    opacity: 0;
    visibility: hidden;
    height: 0;
}


/* filter option */
.sizefy .main-content #main > div > .grid-options,
.sizefy .main-content #main > div > .grid-options + #main-shop-grid {
    top: -10px;
    position: relative;
}
.sizefy .main-content #main > .sizefy-breadcrumb + div > .grid-options,
.sizefy .main-content #main > .siz_main_title + div > .grid-options,
.sizefy .main-content #main > .siz_cat_image + div > .grid-options,
.sizefy .main-content #main > .term-description + div > .grid-options,
.sizefy .main-content #main > .sizefy-breadcrumb + div > .grid-options + #main-shop-grid {
    top: 0;
}
.sizefy .main-content #main > .sizefy-breadcrumb ~ .syapf-before-products > .grid-options,
.sizefy .main-content #main > .siz_main_title ~ .syapf-before-products > .grid-options,
.sizefy .main-content #main > .siz_cat_image ~ .syapf-before-products > .grid-options,
.sizefy .main-content #main > .term-description ~ .syapf-before-products > .grid-options,
.sizefy .main-content #main > .sizefy-breadcrumb ~ .syapf-before-products > .grid-options + #main-shop-grid {
    top: 0;
}

.sizefy .filter-option {
    position: relative;
    z-index: 2;
}

.sizefy .filter-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.sizefy .filter-option.static .filter-buttons {
    position: static;
}

.sizefy .sf-filteropen {
    float: right;
    margin: 0;
    margin-top: 1px;
    background: none;
    color: #000 !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
    height: 40px;
    line-height: 38px !important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.sizefy form + .sf-filteropen {
    margin-right: 20px;
}
.sizefy .filter-option.filter-left .sf-filteropen {
    float: none;
}

.filter-option ~ .syapf-before-products .isotope-grid:first-child {
    margin-top: 40px;
}

.sizefy .sf-filteropen:hover {
    background: none !important;
    color: rgba(0,0,0,0.41) !important;
}
.sizefy .sf-filteropen.is-open {
    background: rgba(0,0,0,0.04) !important;
    border: 1px solid rgba(0,0,0,0.0) !important;
}

.sizefy .filter-container {
    display: none;
    padding-top: 80px;
    padding-bottom: 40px;
}
.sizefy .filter-option.static ~ .filter-container {
    padding-top: 40px;
}

.sizefy .filter-container .column {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.sizefy .filter-container.slide-in .column {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}
.sizefy .filter-container.slide-in .column:nth-child(2n) { transition-delay: 0.34s; }
.sizefy .filter-container.slide-in .column:nth-child(3n) { transition-delay: 0.38s; }
.sizefy .filter-container.slide-in .column:nth-child(4n) { transition-delay: 0.42s; }
.sizefy .filter-container.slide-in .column:nth-child(5n) { transition-delay: 0.46s; }




/*  ---------------------------------------------------	*/

/*    Product Single									*/

/* ---------------------------------------------------	*/
.product .product-hero {
    height: auto;
    position: relative;
    padding-top: calc(120px + 60px);				/* Logo height */
    padding-bottom: 80px;				/* Logo height */
}

.product .product-hero .column-section {
    width: 1024px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
}

.product .product-info  {
    z-index: 1;
    position: relative;
}

.product .product-video-button .icon {
    background: #fff !important;
}
.product .no-bg .product-video-button .icon {
    background: rgba(0,0,0,0.04) !important;
}

.product .product-info .product_title {
    font-weight: 700;
    margin: 0;
    z-index: 1;
    position: relative;
}

.single-product  .product-hero .onsale,
.single-product  .product-hero .badges > span{
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 13px;
}
/* classic layout */
.single-product  .variation-thumbs + .onsale,
.single-product  .variation-thumbs + .variation-gallery + .onsale,
.single-product  .variation-thumbs + .badges,
.single-product  .variation-thumbs + .variation-gallery + .badges {
    left: 95px;
}
/* modern layout */
.single-product  .product-info .onsale,
.single-product  .product-info .badges {
    top: -40px;
    left: 0;
}

.product .product-info .price {
    margin-top: 10px;
}

.product .product-info .price,
.product .product-info .amount {
    font-size: 1.4em;
    line-height: 1.4em;
    z-index: 2;
    position: relative;
}

.sf-price, .sf-price .amount,
.single-product-container .product .price,
.single-product-container .amount {
    font-size: 1.1em;s
line-height: 1.1em;
}

.product .sizefy-product-rating {
    overflow: hidden;
    margin-top: 20px;
}

.product .sizefy-product-rating a {
    font-size: 0.8em;
}

.product .sizefy-product-details__short-description {
    display: block;
    margin-top: 20px;
}

.product .product_meta {
    color: rgba(0,0,0,0.41);
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
}
.product form + .product_meta {
    margin-top: 30px;
}

.product .product_meta > span {
    display: block;
}

.product .view-more {
    margin-top: 30px;
}

.product .product_meta .sku_wrapper {
    margin: 0;
    width: auto;
    max-width: none;
}


/* Share */
.product .shop-share {
    margin-top: 30px;
    overflow: hidden;
}

.product .shop-share .widget-title {
    float: left;
    margin-right: 20px;
    line-height: 26px;
    font-size: 14px;
}

.product .shop-share .socialmedia-widget {
    float: left;
    margin: 0;
}



/* Variations */
.product form.cart {
    margin-top: 30px;
    position: relative;
}

.product .cart .variations {
    /*overflow: hidden;*/
    font-size: 0;	/* strip inline spacings of children */
    line-height: 0;
}

.product .cart .variations .variation {
    display: block;
    min-height: 40px;
    margin-top: 15px;
}
.product .cart .variations .variation:first-child {
    margin-top: 0;
}

.product .cart .variations .variation > div {
    float: left;
    margin-right: 15px;
    position: relative;
}

.product .variations .variation .value::before {
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.product .no-bg .cart .variations .variation .value::before {
    background: rgba(0,0,0,0.04);
}

.product .cart .variations label {
    display: inline-block;
    min-width: 80px;
    line-height: 40px;
}

.product .cart .variations select {
    width: auto;
    padding: 0 30px 0 15px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    position: relative;
    z-index: 1;
    background-position: right 15px center;
}
.product .no-bg .cart .variations select {
    background-color: rgba(0,0,0,0.04);
}

.product .cart .reset_variations,
.product .cart .sizefy-variation-price,
.product .cart .sizefy-variation-description {
    display: none !important;
}

.product .cart .sizefy-variation {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.product .cart .sizefy-variation .sizefy-variation-availability,
.stock {
    font-size: 14px;
    font-weight: 400;
}

.out-of-stock,
.available-on-backorder {
    color: #d83e49;
}

.in-stock {
    color: #0ec884;
}

/* swatch variations (plugin) */
.product .cart .variations .variation .variable-items-wrapper {
    list-style: none;
    margin: 0;
    padding: 0 4px;
}

.product .cart .variations .variation .variable-items-wrapper li {
    float: left;
    height: auto;
    margin: 9px 5px;
    border-radius: 20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position: relative;
}

.product .cart .variations .variation .variable-items-wrapper li.disabled {
    opacity: 0.3;
}

.product .cart .variations .variation .variable-items-wrapper li > span {
    position: relative;
    min-width: 18px;
    padding: 0 2px;
    height: 22px;
    line-height: 22px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}

.product .cart .variations .variation .variable-items-wrapper li span::before,
.product .cart .variations .variation .variable-items-wrapper.image-variable-wrapper li::before{
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 20px;
    border: 1px solid #000;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.product .cart .variations .variation .variable-items-wrapper li.selected span::before,
.product .cart .variations .variation .variable-items-wrapper.image-variable-wrapper li.selected::before {
    opacity: 1;
}

.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li {
    margin: 12px 8px;
}
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li > span {
    min-width: 12px;
    height: 16px;
}
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li > span[style="background-color:#fff;"],
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li > span[style="background-color:#fcfcfc;"],
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li > span[style="background-color:#f8f8f8;"],
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li > span[style="background-color:#f7f7f7;"] {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li span::before {
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}

.product .cart .variations .variation .variable-items-wrapper.image-variable-wrapper li {
    margin: 8px 6px;
    cursor: pointer;
}
.product .cart .variations .variation .variable-items-wrapper.image-variable-wrapper li > img {
    width: 24px;
    height: 24px;
    border-radius: 20px;
}

/* group item */
.product form.cart table.group_table tr {
    border: none;
}

.product form.cart table.group_table .sizefy-grouped-product-list-item__quantity {
    width: 90px;
}

.product form.cart table.group_table .quantity input[type="number"] {
    background: rgba(0,0,0,0.04);
    padding: 0 15px;
    height: 30px;
}

.product form.cart table.group_table tbody td {
    padding: 0 0 20px 0;
}

.product form.cart table.group_table ~ .pseudo-add-to-cart,
.product p.cart > .pseudo-add-to-cart:first-child {
    margin-top: 20px;
    padding-left: 0;
}


/* Add to cart */
.product .cart .product-add-to-cart {
    margin-top: 30px;
    font-size: 0;	/* strip inline spacings of children */
    line-height: 0;
}
.product .cart .product-add-to-cart:first-child {
    margin-top: 0;
}

.product .cart .quantity {
    float: left;
    margin-right: 20px;
}
.product .no-bg .cart .quantity input[type="number"] {
    background: rgba(0,0,0,0.04);
}

.product .cart .pseudo-add-to-cart {
    margin: 0;
}
.product .cart .quantity + .pseudo-add-to-cart.text-trans {
    margin: 0 0 0 20px;
}

.product .cart .pseudo-add-to-cart + button {
    display: none;
}


/* product fixed bar */
.product #fixed-product-add {
    position: fixed;
    top: -81px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 80px;
    z-index: 1500;
    /*-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.07);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.07);*/
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}
.scrolled-prodhero .product #fixed-product-add {
    top: 0px;
}
.scrolled-prodhero header.sticky + #hero-and-body .product #fixed-product-add {
    top: 90px;
}

.product #fixed-product-add .fixed-product-add-inner {
    width: calc(100% - 120px);
    height: calc(100% - 20px);
    margin: 10px auto 0 auto;
}

.product #fixed-product-add .thumbnail {
    height: 50px;
    width: 50px;
    margin-top: 5px;
    margin-right: 20px;
    float: left;
}

.product #fixed-product-add .product-name {
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    float: left;
}

.product #fixed-product-add .price {
    float: left;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
}

.product #fixed-product-add .variations {
    float: left;
    /* height = 34px */
    margin-top: 13px;
    margin-left: 40px;
}

.product #fixed-product-add .product-add-to-cart {
    float: right;
    margin-top: 10px;
}

.product #fixed-product-add .variation {
    float: left;
    margin-top: 0px;
    margin-right: 20px;
}

.product #fixed-product-add .variation > div {
    margin: 0;
}

.product #fixed-product-add .variation .name {
    display: none;
}

.product #fixed-product-add .quantity { margin-top: 3.5px; }
.product #fixed-product-add .quantity input[type="number"] { background: rgba(0,0,0,0.04); padding: 0 13px; height: 34px; }
.product #fixed-product-add .quantity.quantity span { width: 8px; height: 8px; bottom: calc(50% - 4px); left: calc(50% - 21px); }
.product #fixed-product-add .quantity.quantity span.plus {  left: calc(50% + 13px); }


/* Gallery */
.product .three-fifth {
    position: relative;
}

.product div .product-gallery ~ .product-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product .variation-gallery {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    transition: all 0.4s ease 0.2s;
}
.product .variation-gallery.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: 0.6s;
}
.product .variation-gallery.gallery-thumb {
    width: calc(100% - 80px) !important;
    margin-left: 80px;
}

.product .product-gallery .product-image .zoomF {
    display:inline-block;
    position: relative;
}

.product .product-gallery .product-image img {
    max-height: 100%;
    width: auto;
    vertical-align: middle;
}

.product .product-gallery .flickity-prev-next-button {
    left: -60px;
    background: #fff;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.product .no-bg .product-gallery .flickity-prev-next-button {
    background-color: rgba(0,0,0,0.04);
}
.product .product-gallery.active .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease 1s;
}
.product .product-gallery .flickity-prev-next-button.previous {
    margin-top: 50px;
}
.product .product-gallery.gallery-thumb .flickity-prev-next-button,
.product .product-gallery:not(.is-draggable) .flickity-prev-next-button {
    display: none;
}

.product .product-gallery .flickity-prev-next-button svg {
    position: absolute;
    width: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
}

.product .product-gallery.flickity-enabled.is-draggable .flickity-viewport {
    cursor: default;
}

.product .product-gallery.flickity-enabled.is-draggable .flickity-viewport .product-image {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.product .product-gallery.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.product .product-nav {
    z-index: 20000;
    position: absolute;
    top: 0;
    left: -10px;
    max-height: 270px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0.2s;

    width: 60px;
    overflow: hidden;
}
.product .product-nav.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
    transition-duration: 0.4s;
    left: 0;
}
@media only screen and (min-width: 769px) {
    .product .product-nav:hover {
        /* overflow: visible;		 to show the scrollbar on hover */
    }
}

.product .product-nav .productnav-inner {
    width: 100%;
    padding-right: 20px;
    max-height: 270px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-nav .nav-thumb {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.35;
    transition: 0.2s ease;
}
.product-nav .nav-thumb:last-child {
    margin: 0;
}

.product-nav .nav-thumb:before {
    font-size: 50px;
    line-height: 80px;
}

.product-nav .nav-thumb.is-nav-selected {
    opacity: 1;
}




/* MODERN LAYOUT */
@media only screen and (min-width: 769px) {
    .product .product-hero.product-layout-modern  {
        padding: 0;
    }

    .product .product-layout-modern .column-section {
        width: 1024px;
    }

    .product .product-layout-modern .column-section .column {
        float: right;
        margin: 0;
        height: 100vh;
    }

    .product .product-layout-modern .column-section .column:nth-child(2) {
        float: left;
        height: auto;
    }

    .product .product-layout-modern .product-info {
        margin: 120px 0;
    }

    .product .product-layout-modern .out-of-stock,
    .product .product-layout-modern .available-on-backorder {
        position: absolute;
        bottom: 40px;
        left: 60px;
        width: calc(100% - 120px);
    }
    .product-type-simple .product-layout-modern .out-of-stock,
    .product-type-simple .product-layout-modern .available-on-backorder {
        text-align: right;
    }

    .product .product-layout-modern .cart .product-add-to-cart {
        float: right;
        margin: 0;
    }

    .product .product-layout-modern .cart .variations {
        float: left;
        margin-top: 0;
    }

    .product .product-layout-modern .cart .variations .variation {
        display: inline-block;
        margin-right: 25px;
        margin-top: 0;
    }

    .product .product-layout-modern .cart .variations label {
        width: auto;
        min-width: auto;
    }

    .product .product-layout-modern .cart .sizefy-variation {
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        overflow: hidden;
        text-align: right;
    }

    .product .product-layout-modern .cart {
        margin: 0;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100% - 120px);
        width: 1440px;
    }
    .product .product-layout-modern .cart > .pseudo-add-to-cart {
        float:right;
    }

    .product .product-layout-modern .three-fifth {
        position: inherit;
    }

    .product .product-layout-modern .product-gallery {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
        margin-left: 0;
    }

    .product .product-layout-modern .product-gallery .carousel-item {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .product .product-layout-modern .product-gallery .product-image {
        width: calc(50% - 35px);
        height: calc(100% - 160px);					/* LOGO HEIGHT */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-75px) translateY(calc(-50%));
        -moz-transform: translateX(-75px) translateY(calc(-50%));
        transform: translateX(-75px) translateY(calc(-50%));
        text-align: center;
    }

    /* full height option */
    .product .product-layout-modern .product-gallery .product-image.fullheight {
        height: 100%;
        width: 80%;
        -webkit-transform: translateX(-15px) translateY(calc(-50%));
        -moz-transform: translateX(-15px) translateY(calc(-50%));
        transform: translateX(-15px) translateY(calc(-50%));
        text-align: left;
    }
    .product .product-layout-modern .product-gallery .product-image.fullheight img {
        width: auto;
    }


    .product .product-layout-modern .product-gallery .product-image::before {		/* Helper to center image */
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0;
        margin-right: -10px;
    }


    .product .product-layout-modern .product-gallery .flickity-prev-next-button {
        left: auto;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .product .product-layout-modern .product-gallery .flickity-prev-next-button.next {
        margin-top: -25px;
    }
    .product .product-layout-modern .product-gallery .flickity-prev-next-button.previous {
        margin-top: 25px;
    }

    .product .product-layout-modern .product-nav {
        top: 50%;
        right: calc(50px - 15px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: auto;
    }
    .product .product-layout-modern .product-nav.active {
        right: calc(60px - 15px);
    }
} /* END min-width mquerrie */

/* START ANIMATION */
.product .start-animation .cart .variations .name {
    opacity: 0;
    transition: all 0.4s ease;
}
.loading-end .product .start-animation .cart .variations .name {
    opacity: 1;
}

.product .start-animation .cart .variations .variation .value::before,
.product .start-animation .cart .quantity::before {
    width: 0;
    transition: width 0.4s cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
}
.loading-end .product .start-animation .cart .variations .variation .value::before,
.loading-end .product .start-animation .cart .quantity::before {
    width: 100%;
}

.product .start-animation .cart .variations select,
.product .start-animation .cart .variations .variation .variable-items-wrapper,
.product .start-animation .cart .quantity * {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease 0.4s;
}
.loading-end .product .start-animation .cart .variations select,
.loading-end .product .start-animation .cart .variations .variation .variable-items-wrapper,
.loading-end .product .start-animation .cart .quantity * {
    opacity: 1;
}

.product .start-animation .cart .sf-button.withicon .text span {
    transform: translateY(100%);
    transition: all 0.3s ease;
}
.loading-end .product .start-animation .cart .sf-button.withicon .text span {
    transform: translateY(0%);
}

.product .start-animation .cart .sf-button.withicon .icon {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.4s ease;
}
.loading-end .product .start-animation .cart .sf-button.withicon .icon {
    opacity: 1;
    transform: scale(1);
}

.product .start-animation .cart .sf-button.withicon .icon .arrow {
    opacity: 0;
    transition: all 0.2s ease 0.2s;
}
.loading-end .product .start-animation .cart .sf-button.withicon .icon .arrow {
    opacity: 1;
}

.product .start-animation .product-info {
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0.4, 0.000, 1.0) 0s;
}
.loading-end .product .start-animation .product-info {
    opacity: 1;
    transform: scale(1);
}

.product .start-animation .product_meta,
.product .start-animation #single-share {
    opacity: 0;
    transition: all 0.6s ease;
}
.loading-end .product .start-animation .product_meta,
.loading-end .product .start-animation #single-share {
    opacity: 1;
}


/* Tabs + Content*/
.product-hero + .sizefy-tabs {
    margin-top: 80px;
}
.product-hero.no-bg + .sizefy-tabs {
    margin-top: 0;
}

.sizefy-tabs .tab-nav {
    width: 1024px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
}

.sizefy-tabs .tab-container {
    margin-top: 40px;
}


/* comments / reviews */
.sizefy #reviews .sizefy-Reviews-title {
    display:none;
}

.sizefy #reviews .comments .comment-list {
    margin-top: 0;
}

.sizefy #reviews .comment-notes {
    display: none;
}

.sizefy #reviews .comment-list li .comment-head {
    position: relative;
    padding-bottom: 18px;
}

.sizefy #reviews .comment-list li .comment-head .name {
    display: inline-block;
    margin-right: 20px;
}

.sizefy #reviews .comment-list li .comment-head .star-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
}

.sizefy #reviews .leavecomment {
    margin-bottom: 0;
}

.sizefy #reviews .leavecomment .comment-form-rating {
    overflow: hidden;
}

.sizefy #reviews .leavecomment .comment-form-rating label {
    width: auto;
    margin-right: 25px;
    float: left;
}

.sizefy #reviews .leavecomment .comment-form-rating .stars {
    margin: 0;
    float: left;
}

p.stars span {
    display: block;
    height: 20px;
    overflow: hidden;
}

p.stars a {
    letter-spacing: 0;
    font-size: 16px;
    padding: 0;
    width: 1em;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    padding-right: 1px;
}

p.stars a::before {
    content: "\f3ae";
    display: block;
    text-indent: 0;
    font-family: "Ionicons";
    color: rgba(0,0,0,0.2);
}

p.stars span:hover a:hover ~ a::before,
p.stars.selected span:hover a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
    content: "\f3ae";
    color: rgba(0,0,0,0.2);
}

p.stars span:hover a::before,
p.stars.selected span:hover a::before,
p.stars.selected a::before {
    content: "\f2fc";
    color: #000;
}

.sizefy-noreviews {
    margin-top: 0;
    color: rgba(0,0,0,0.41);
}


/* Related Products / Up-Sells */
.sizefy .related.products,
.sizefy .upsells.products {
    position: relative;
    margin-top: 80px;
}
.sizefy .product-hero + .related.products,
.product-hero + .sizefy .upsells.products {
    margin-top: 0;
}
.sizefy .related.products + div[class*='spacer-'],
.sizefy .upsells.products + div[class*='spacer-'] {
    height: 20px;
}

.sizefy .related.products .section-title.position-left-vertical,
.sizefy .upsells.products .section-title.position-left-vertical {
    transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    transform-origin: top left;
    position: absolute;
    top: 3px;
    left: -20px;
}

.sizefy .related.products .section-title.position-left-horizontal,
.sizefy .upsells.products .section-title.position-left-horizontal {
    width: 25%;
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    transform: translateY(-50%);
}

.sizefy .related.products .section-title.position-left-horizontal + .shop-container,
.sizefy .upsells.products .section-title.position-left-horizontal + .shop-container {
    width: 75%;
    float: right;
}

.sizefy .related.products .section-title[class*='position-left'] + .shop-container,
.sizefy .upsells.products .section-title[class*='position-left'] + .shop-container{
    margin-top: 0;
}


/*  ---------------------------------------------------	*/

/*    CART + SHOP TABLE						 	*/

/* ---------------------------------------------------	*/
.shop_table td {
    vertical-align: middle;
}

.shop_table tr {
    border: none;
}

.shop_table.cart-page tbody tr {
    border-top: 1px solid rgba(0,0,0,0.12);
}

.shop_table tbody td,
.shop_table tbody th,
.shop_table tfoot td {
    padding: 25px 0 ;
}
.shop_table table tbody tr:first-child td,
.shop_table tbody tr:first-child th {
    padding-top: 0;
}
.shop_table thead + tbody tr:first-child td {
    padding-top: 25px;
}
.shop_table thead th {
    padding-bottom: 25px;
}

.shop_table .product-name .product-image,
.lookbook-list .product-name .product-image {
    max-width: 65px;
    height: auto;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.shop_table .product-name .product-info,
.lookbook-list .product-name .product-info {
    width: calc(100% - 100px);
    margin-left: 30px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.shop_table .product-name .product-title,
.lookbook-list .product-name .product-title {
    font-weight: 500;
}

.shop_table .product-name .product-title .product-quantity {
    background: rgba(0,0,0,0.04);
    min-width: 24px;
    max-width: 38px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
}

.shop_table .product-quantity  {
    width: 100px;
    position: relative;
}
.shop_table.cart-page .product-quantity  {
    width: 190px;
    text-align: center;
}

.shop_table .product-quantity .amount  {
    display: none;
}

.shop_table .product-price,
.shop_table .product-subtotal {
    width: 90px;
    position: relative;
}

.shop_table .product-subtotal .amount  {
    display: block;
}

.shop_table .product-name .variation,
.shop_table .product-name .sy-item-meta {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 0 0;
    list-style: none;
    padding: 0;
}

.shop_table .product-name .variation > span,
.shop_table .product-name .sy-item-meta li {
    display: block;
    margin: 0;
}

.shop_table .product-name .variation dt,
.shop_table .product-name .sy-item-meta li > strong {
    color: rgba(0,0,0,0.41);
    display: inline-block;
    min-width: 60px;
}

.shop_table .product-name .variation dd,
.shop_table .product-name .sy-item-meta li > p {
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.shop_table .product-name .backorder_notification {
    color: #d83e49;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
}

.shop_table .product-quantity .quantity input[type="number"] {
    background: rgba(0,0,0,0.04);
    padding: 0 15px;
    height: 30px;
}

.shop_table .remove,
.sizefy-remove-coupon {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px solid #d83e49;
    color: #d83e49 !important;
    text-transform: lowercase;
}

.sizefy-remove-coupon {
    opacity: 1;
    visibility: visible;
    margin-left: 3px;
}

.shop_table .remove {
    position: absolute;
    top: calc(50% + 10px);
    right: 0;
}
.shop_table tr:first-child .remove {
    margin-top: -12px; 	/* because the first row has no top padding (25px) */
}
.shop_table thead + tbody tr:first-child td .remove {
    margin-top: 0;
}

.shop_table tr:hover .remove {
    opacity: 1;
    visibility: visible;
}

/* remove for mobiles */
.shop_table .product-quantity .remove {
    opacity: 1;
    visibility: visible;
    border: none;
    position: relative;
    top: auto;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-left: 10px;
    display: none;
}

.shop_table .product-quantity .remove::after {
    content: "\f2d7";
    font-family:'Ionicons';
}


.shop_table td.actions .sf-coupon {
    float: right;
    width: 370px;
    max-width: 100%;
}

.shop_table td.actions .sf-coupon input[type="text"] {
    border-color: #000;
    float: right;
    width: 370px;
    max-width: 100%;
}

.shop_table td.actions .button {
    display: none;
}

.cart-collaterals {
    margin-top: 20px;
    width: 370px;
    float: right;
}

.cart-collaterals .shop_table tbody td,
.cart-collaterals .shop_table tbody th {
    padding-top: 0;
    padding-bottom: 15px;
}

.sizefy .sf-checkout-order .shop_table tfoot td,
.sizefy .sizefy-order .shop_table tfoot td {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td .amount,
.sizefy .sf-checkout-order .shop_table tfoot .order-total th,
.sizefy .sf-checkout-order .shop_table tfoot .order-total .amount,
.sizefy .sizefy-order .shop_table tfoot tr:last-child th,
.sizefy .sizefy-order .shop_table tfoot tr:last-child .amount {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
}

.cart-collaterals .sy-proceed-to-checkout {
    margin-top: 25px;
    text-align: center;
}

.cart-collaterals .sy-proceed-to-checkout a {
    width: calc(100% - 80px);
    max-width: 320px;
}


/*  ---------------------------------------------------	*/

/*    CHECKOUT						 	*/

/* ---------------------------------------------------	*/
.sizefy-checkout .sizefy > .sizefy-message {
    display: none;
}

.sizefy .sf-checkout-details {
    position: relative;
}

.sizefy .sf-checkout-details .before-checkout > .sizefy-info {
    position: absolute;
    top: 0;
    right: 0;
}

.sizefy .sf-checkout-details .sf-coupon {
    margin-bottom: 40px;
}

.sizefy .sf-coupon form.checkout_coupon {
    margin-top: 0;
    max-width: calc(50% - 40px);
}

.sizefy .sf-coupon .form-row.deplace {
    margin-top: 34px;
}

.sizefy .sf-coupon button[type="submit"] {
    background: transparent !important;
    color: #000 !important;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    width: 14px;
    display: block!important;
}

.sizefy .sf-checkout-details .before-checkout > .sizefy-form-login {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sizefy .sf-checkout-details .before-checkout > .sizefy-form-login > p:first-child {
    margin: 0;
    width: calc(100% - 150px);
}

.sizefy .sf-checkout-details form.sizefy-checkout {
    margin: 0;
}

.sizefy .sf-checkout-details form .sizefy-billing-fields__field-wrapper,
.sizefy .sf-checkout-details form .sizefy-shipping-fields__field-wrapper,
.sizefy .sf-checkout-details form .create-account,
.sizefy .sf-checkout-details .before-checkout .field-wrapper {
    width: calc(100% + 40px);
}

.sizefy .sf-checkout-details form .sizefy-billing-fields__field-wrapper .form-row,
.sizefy .sf-checkout-details form .sizefy-shipping-fields__field-wrapper .form-row,
.sizefy .sf-checkout-details form .create-account .form-row,
.sizefy .sf-checkout-details .before-checkout .field-wrapper .form-row,
.sizefy .sizefy-address-fields .form-row,
.sizefy .edit-account > .form-row,
.sizefy .edit-account fieldset > .form-row {
    float: left;
    width: calc(50% - 40px);
    margin-right: 40px;
}

.sizefy .sf-checkout-details .sizefy-additional-fields > h3 {
    display: none;
}

.sizefy .sf-checkout-details .form-row select {
    width: 100%;
}

#billing_address_2_field,
#shipping_address_2_field {
    display: none !important;
}

.sizefy .sf-checkout-details .sizefy-account-fields {
    margin-top: 60px;
}

.sizefy .sf-checkout-details form .create-account .form-row {
    margin-top: 35px;
}

.sizefy .sf-checkout-details #customer_details .col-2 {
    margin-top: 30px;
}

/* payment */
.sizefy .sf-checkout-order #payment {
    margin-top: 80px;
}

.sizefy .sf-checkout-order #payment ul {
    list-style: none;
    margin-left: 0;
}

.sizefy .sf-checkout-order #payment ul li {
    margin-top: 10px;
}
.sizefy .sf-checkout-order #payment ul li:first-child {
    margin-top: 0;
}

.sizefy .sf-checkout-order #payment ul li .payment_box {
    margin-left: 25px;
    margin-bottom: 30px;
    color: rgba(0,0,0,0.41);
    font-size: 0.85em;
}

.sizefy .sf-checkout-order #payment ul li label img {
    display: none;
}

.sizefy .sf-checkout-order #payment ul li label a {
    border-bottom: 1px solid #000;
    color: rgba(0,0,0,0.6);
    margin-left: 20px;
    display: inline-block;
    line-height: 16px;
}

.sizefy .sf-checkout-order .sizefy-terms-and-conditions-wrapper {
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.sizefy .sf-checkout-order .sizefy-terms-and-conditions-wrapper .sizefy-privacy-policy-text {
    max-width: 500px;
}

.sizefy .sf-checkout-order .sizefy-terms-and-conditions-wrapper .sizefy-terms-and-conditions {
    background: rgba(0,0,0,0.04);
    padding: 20px;
    margin-top: 40px;
}

/* checkout & thank you table */
.sizefy .sf-checkout-order {
    margin-top: 80px;
}

.sizefy .sf-checkout-order .shop_table thead {
    display: none;
}

.sizefy .sf-checkout-order .shop_table tbody tr:first-child td,
.sizefy .sizefy-order .shop_table tbody tr:first-child td {
    padding-top: 0;
}

.sizefy .sf-checkout-order .shop_table td,
.sizefy .sf-checkout-order .shop_table th,
.sizefy .sizefy-order .shop_table td,
.sizefy .sizefy-order .shop_table th {
    padding: 25px 0 0 0;
}

.sizefy .sf-checkout-order .shop_table tbody tr:last-child td,
.sizefy .sizefy-order .shop_table tbody tr:last-child td {
    padding-bottom: 25px;
}

.sizefy .sf-checkout-order .shop_table tfoot tr:first-child  td,
.sizefy .sf-checkout-order .shop_table tfoot tr:first-child  th,
.sizefy .sf-checkout-order .shop_table tfoot tr:last-child  td,
.sizefy .sf-checkout-order .shop_table tfoot tr:last-child  th,
.sizefy .sizefy-order .shop_table tfoot tr:first-child  td,
.sizefy .sizefy-order .shop_table tfoot tr:first-child  th,
.sizefy .sizefy-order .shop_table tfoot tr:last-child  td,
.sizefy .sizefy-order .shop_table tfoot tr:last-child  th {
    padding-top: 25px;
}

.sizefy .sf-checkout-order .shop_table tfoot  {
    vertical-align: top;
}

.sizefy .sf-checkout-order .shop_table tfoot .shipping ul  {
    list-style: none;
    margin: 0;
}

.sizefy .sf-checkout-order .shop_table tfoot .shipping ul li  {
    margin: 0;
}

.sizefy .sf-checkout-order .shop_table tfoot .shipping label  {
    font-weight: 300;
}


/*  ---------------------------------------------------	*/

/*    SEARCH HEADER										*/

/* ---------------------------------------------------	*/
.menu-search a {
    width: 16px;
    display: inline-block;
    position: relative;
}

.menu-search a svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    transition: fill 0.2s ease;
}

.menu-search a:hover svg path {
    fill: rgba(0,0,0,0.41);
}

#header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1510;
    overflow: hidden;
}

#header-search .search-inner  {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

#header-search .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
#header-search.is-searching .search-form {
    top: 30px;
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

#header-search form input[type="search"]  {
    border: none;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
}

#header-search form input[type="search"]::-webkit-input-placeholder { opacity: 1; }
#header-search form input[type="search"]:-moz-placeholder { opacity: 1; }
#header-search form input[type="search"]::-moz-placeholder { opacity: 1; }
#header-search form input[type="search"]:-ms-input-placeholder { opacity: 1; }

#header-search form button[type="submit"] {
    display: none;
}

#header-search .search-subline {
    margin-top: 10px;
    /*text-align: center;*/
}

#header-search .search-results {
    height:auto;
    width: 100%;
    margin-top: 200px;
}
#header-search div[class*='wrapper'] { max-width: calc(100% - 120px) !important; }

#header-search .search-results .search-noresult {
    text-align: center;
    color: rgba(0,0,0,0.41);
    width:780px;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s cubic-bezier(.19,1,.22,1);
    opacity: 0;
    visibility: hidden;
}
#header-search.no-results .search-results .search-noresult {
    opacity: 1;
    visibility: visible;
}

#header-search .search-results .search-noresult .notfound-icon,
#header-search .search-results .search-noresult .ooops,
#header-search .search-results .search-noresult .title-alt {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    opacity: 0;
    visibility: hidden;
}
#header-search .search-results .search-noresult .ooops {
    transition-duration: 0.65s;
    transform: translateY(40px);
}
#header-search .search-results .search-noresult .title-alt {
    transition-duration: 0.6s;
    transform: translateY(50px);
}
#header-search.no-results .search-results .search-noresult .notfound-icon,
#header-search.no-results .search-results .search-noresult .ooops,
#header-search.no-results .search-results .search-noresult .title-alt {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
#header-search.no-results .search-results .search-noresult .ooops {
    transition-delay: 0.05s;
}
#header-search.no-results .search-results .search-noresult .title-alt {
    transition-delay: 0.1s;
}

.ooops {
    color: #000;
}


/* Animation */
#header-search {
    height: 40%;
    opacity: 0;
    top: -15%;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0), height 0.01s ease 0.7s;
    -moz-transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0), height 0.01s ease 0.7s;
    transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0), height 0.01s ease 0.7s;
}
.search-is-open #header-search {
    height: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0), height 0.01s ease;
    -moz-transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0), height 0.01s ease;
    transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0), height 0.01s ease;
}

#header-search form .search-field,
#header-search .search-subline {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 0.7s cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
#header-search .search-subline {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
}
.search-is-open #header-search form .search-field,
.search-is-open #header-search .search-subline {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    transition-delay: 0.2s;
}

#header-search .search-results > .sf-loader-icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header-search.is-searching:not(.is-searched):not(.no-results) .search-results > .sf-loader-icon  {
    visibility: visible;
    opacity: 1;
    transition-delay: 1s;
}

#header-search .search-results .isotope-grid > .isotope-item .item-inner {
    transition: all 0.8s cubic-bezier(.19,1,.22,1);
    opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
#header-search.is-searched .search-results .isotope-grid > .isotope-item .item-inner {
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(2) .item-inner { transition-delay: 0.06s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(3) .item-inner { transition-delay: 0.12s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(4) .item-inner { transition-delay: 0.18s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(5) .item-inner { transition-delay: 0.24s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(6) .item-inner { transition-delay: 0.3s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(7) .item-inner { transition-delay: 0.36s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(8) .item-inner { transition-delay: 0.42s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(9) .item-inner { transition-delay: 0.48s; }
#header-search.is-searched .search-results .isotope-grid > .isotope-item:nth-child(10) .item-inner { transition-delay: 0.54s; }


/*  ---------------------------------------------------	*/

/*    MY ACCOUNT										*/

/* ---------------------------------------------------	*/
.login-register {
    position: relative;
    width: 840px;				/* wrapper-mini x 2 */
    overflow: hidden;
    margin:  0 auto;
}

.login-register form {
    margin: 0;
}

.login-register .login-container,
.login-register .register-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 50%;
    float: left;
}
.login-register .login-container {
    transform: translateX(50%);
}
.login-register .register-container {
    transform: translateX(-50%);
}

.login-register .login-container > h3,
.login-register .register-container > h3 {
    overflow: hidden;
}

.login-register .login-container > h3 > a,
.login-register .register-container > h3 > a {
    vertical-align: middle;
}

.login-register .login-container > h3 > span,
.login-register .register-container > h3 > span{
    margin-right: 30px;
}

.sizefy-form-login .remember_and_lost {
    margin-top: 10px;
    overflow: hidden;
}

.sizefy-form-login .remember_and_lost label {
    float: left;
    width: 50%;
}

.sizefy-form-login .remember_and_lost .lost_password {
    float: right;
    margin-top: 4px;
}

.sizefy-form-login .remember_and_lost label {
    float: left;
    width: 50%;
}

.login-register .create-account,
.login-register .submit-form {
    margin-top: 40px;
}

.login-register .register-container .sizefy-privacy-policy-text {
    font-size: 0.85em;
    line-height: 1.5em;
    margin-top: 30px;
    max-width: 500px;
}

/* animation */
.login-register .login-container,
.login-register .register-container {
    transition: all 0.5s ease 0.2s;
}

.login-register.register-is-visible .login-container {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    transform: translateX(40%);
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}


.login-register .register-container {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.login-register.register-is-visible .register-container {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}

/* inner account pages */
.sizefy-MyAccount-navigation {
    width: 260px;
    float: left;
}

.sizefy-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sizefy-MyAccount-navigation ul li a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    color: #000;
}
.sizefy-MyAccount-navigation ul li a:hover,
.sizefy-MyAccount-navigation ul li.is-active a {
    color: rgba(0,0,0,0.41);
}
.sizefy-MyAccount-navigation ul li.sizefy-MyAccount-navigation-link--customer-logout a {
    color: #d83e49 !important;
    font-size: 14px;
    margin-top: 15px;
    line-height: 18px;
}
.sizefy-MyAccount-navigation ul li.sizefy-MyAccount-navigation-link--customer-logout a:hover {
    border-bottom: 1px solid #d83e49;
}

.sizefy-MyAccount-content {
    width: calc(100% - 320px);
    float: right;
}

.sizefy .addresses {
    margin-top: 40px;
    overflow: hidden;
}

.sizefy .addresses .col-1,
.sizefy .addresses .col-2 {
    float: left;
    width: calc(50% - 30px);
}
.sizefy .addresses .col-2 {
    float: right;
}

.sizefy-MyAccount-content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
}

.sizefy .addresses header a.edit {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px !important;
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px solid #000;
    margin-left: 15px;
}

.sizefy .addresses address {
    width: calc(100% - 42px);
}

.sizefy .sizefy-address-fields .form-row.deplace  {
    margin-top: 54px;
}

.sizefy-address-fields__field-wrapper::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.sizefy-address-fields__field-wrapper {
    margin-bottom: 40px;
}

.sizefy .edit-account > .form-row:first-child,
.sizefy .edit-account > .form-row:nth-child(2) {
    margin-top: 24px;
}

.sizefy .edit-account fieldset > .form-row {
    float: none;
}

.sizefy .edit-account fieldset {
    margin-bottom: 40px;
}




/*  ---------------------------------------------------	*/

/*    ORDER												*/

/* ---------------------------------------------------	*/
.sizefy-order .sizefy-order-overview {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    overflow: hidden;
    width: calc(100% + 20px);
}

.sizefy-order .sizefy-order-overview li {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid rgba(0,0,0,0.12);
    width: calc(25% - 26.66px);
    padding: 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.sizefy-order .sizefy-order-overview li > span {
    font-size: 13px;
    line-height: 1.4em;
    color: rgba(0,0,0,0.41);
    display: block;
}

.sizefy-order .sizefy-order-overview li > strong,
.sizefy-order .sizefy-order-overview li .amount {
    font-size: 15px;
    line-height: 1.4em;
    color: #000;
    font-weight: 600;
}

.sizefy-table--order-details .product-total {
    width: 140px;
}

.sizefy-order .sizefy-customer-details address {
    margin-top: 40px;
    width: calc(100% - 42px);
}

/* bankdetails */
.sizefy-order .sizefy-bacs-bank-details {
    border: 1px solid rgba(0,0,0,0.12);
    max-width: 545px;
    margin-top: 30px;
    padding: 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.sizefy-order .sizefy-bacs-bank-details .sy-bacs-bank-details-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.sizefy-order .sizefy-bacs-bank-details .sy-bacs-bank-details-account-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.sizefy-order .sizefy-bacs-bank-details ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.sizefy-order .sizefy-bacs-bank-details ul li,
.sizefy-order .sizefy-bacs-bank-details ul li strong {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    color: rgba(0,0,0,0.41);
    margin-top: 4px;
}
.sizefy-order .sizefy-bacs-bank-details ul li strong {
    color: #000;
    margin-top: 0;
}




/*  ---------------------------------------------------	*/

/*    LOOKBOOK MODAL									*/

/* ---------------------------------------------------	*/
.sf-lookbook-item.is-active {
    z-index: 5;
}

div:not(.isotope-grid) .sf-lookbook-item {
    display: inline-block;
}

.shopthelook {
    width: 400px;
    height: auto;
    position: absolute;
    top: calc(6% - 20px);
    right: calc(10% - 20px);
    padding: 30px 0 0 0;
    z-index: 1510;
    opacity: 0;
    visibility: hidden;
    transition: all 0.01s ease 0.7s;
}
.is-active .shopthelook {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.shopthelook::before {
    content: "";
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: height 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
    z-index: 0;
    -webkit-box-shadow: 0px 0 30px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0 30px 0 rgba(0,0,0,0.10);
    box-shadow: 0px 0 30px 0 rgba(0,0,0,0.10);
}
.is-active .shopthelook::before {
    height: 100%;
}

.shopthelook .lookbook-header {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: translateY(-10px);
}
.is-active .shopthelook .lookbook-header {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.shopthelook .lookbook-close {
    top: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.is-active .shopthelook .lookbook-close {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

.shopthelook .lookbook-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    position: relative;
}

.shopthelook .lookbook-list li {
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.12);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    transform: translateY(-10px);
}
.is-active .shopthelook .lookbook-list li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-duration: 0.4s;
    transition-delay: 0.3s;
}
.is-active .shopthelook .lookbook-list li:nth-child(1) { transition-delay: 0.35s; }
.is-active .shopthelook .lookbook-list li:nth-child(2) { transition-delay: 0.4s; }
.is-active .shopthelook .lookbook-list li:nth-child(3) { transition-delay: 0.45s; }
.is-active .shopthelook .lookbook-list li:nth-child(4) { transition-delay: 0.5s; }

.shopthelook .lookbook-list li > a {
    display: block;
    padding: 20px;
    overflow: hidden;
    transition: background 0.2s ease;
}
.shopthelook .lookbook-list li > a:hover {
    background: rgba(0,0,0,0.02);
}

.lookbook-list .product-name .product-image {
    max-width: 60px;
}

.lookbook-list .product-name .product-info {
    margin-left: 15px;
    width: calc(100% - 80px);
}

.lookbook-list .product-name .product-info .product-title {
    float: left;
}

.lookbook-list .product-name .product-info .price {
    float: right;
}

.lookbook-list .product-name .product-info .price .amount {
    font-size: inherit;
    line-height: inherit;
}

/* lookbook grid item */
.sf-lookbook-item .item-inner {
    position: relative;
}

.sf-lookbook-item .shopthelook {
    /*display: none;*/
}

.shoplook-open {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 6%;
    right: 10%;
    color: #fff;
    z-index: 1510;
}

.shoplook-open::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    transition: all 0.3s ease;
}
.shoplook-open:hover::before {
    transform: scale(0.85);
}

.shoplook-open svg {
    position: absolute;
    left: 50%;
    top: 50%;
    fill: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 11px;
}



/*  ---------------------------------------------------	*/

/*    WISHLIST (sizefy Wishlist Plugin)			*/

/* ---------------------------------------------------	*/
.shop-container .shop-item .shop-item-inner .tinv-wishlist {
    position: absolute;
    right: 0;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.shop-container .shop-item:hover .tinv-wishlist {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.tinvwl_add_to_wishlist_button {
    margin: 0 !important;
    width: 26px !important;
    height: 26px !important;
    line-height: 0 !important;
    font-size: 0 !important;
    display: block;
    background: rgba(0,0,0,0.04);
    border-radius: 15px;
    transition: all 0.35s ease;
}
.tinvwl_add_to_wishlist_button.ftinvwl-pulse {
    -webkit-animation: update_amount 0.7s ease ;
    -moz-animation: update_amount 0.7s ease ;
    animation: update_amount 0.7s ease ;
}
.ftinvwl-pulse::before {
    -webkit-animation: none !important;
    animation: none !important;
}

.tinvwl_add_to_wishlist_button::before {
    display: none;
    font-size: 14px !important;
    text-align: center;
    line-height: 26px !important;
    width: 26px;
    vertical-align: middle !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    left: 0px !important;
}


.tinvwl_add_to_wishlist_button span {
    display: none;

}

.tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    background: #000;
}

.tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
    color: #fff;
}


/* single product view */
.product form.cart .tinv-wishlist {
    position: absolute;
    bottom: 8px;
    right: 0px;
}
.mfp-hide + .product form.cart .tinv-wishlist {		/* if size guide after add to cart in normal layout */
    bottom: 32px;
}
.mfp-hide + .product form.cart .open-popup-link.sf-button-text ~ .tinv-wishlist {		/* if size guide after add to cart in normal layout */
    bottom: 8px;
}

.product .start-animation form.cart .tinv-wishlist {
    opacity: 0;
    transition: all 0.4s ease;
}
.loading-end .product .start-animation form.cart .tinv-wishlist {
    opacity: 1;
}

.product form.cart .tinvwl_add_to_wishlist_button {
    background: #fff;
}
.product .no-bg form.cart .tinvwl_add_to_wishlist_button {
    background: rgba(0,0,0,0.04);
}
.product form.cart .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
    display: none;
}

@media only screen and (min-width: 769px) {
    .product .product-hero.product-layout-modern form.cart .tinv-wishlist  {
        bottom: 55px;
        right: 8px;
    }
}


/* header wishlist */
.header-wishlist a:hover {
    color: rgba(0,0,0,0.41);
}

.header-wishlist a {
    position: relative;
}

.header-wishlist .wishlist_products_counter::before {
    content: '\e909' !important;
    font-size: 24px !important;
    margin: 7px 0 0 0 !important;
    transition: all 0.3s ease;
}
body.scrolled #header.sticky .header-wishlist .wishlist_products_counter::before {
    margin-top: 2px !important;
}

.header-wishlist .wishlist_products_counter_text {
    display: none;
}

.header-wishlist .wishlist_products_counter_number {
    font-family: 'Arial','Helvetica';
    font-weight: 400;
    background: #000;
    position: absolute;
    top: calc(50% - 18px);
    left: 14px;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 9.5px;
    display: inline-block;
    transition: all 0.3s ease;
    opacity: 0;
}
header.header-light:not(.mega-hover) .header-wishlist .wishlist_products_counter_number {
    background: #fff;
    color: #000;
}
body.scrolled header.sticky.header-light .header-wishlist .wishlist_products_counter_number {
    background: #000;
    color: #fff;
}
.header-wishlist .wishlist-counter-with-products .wishlist_products_counter_number {
    opacity: 1;
}


/* wishlist table */
.tinv-wishlist table.tinvwl-table-manage-list {
    margin-bottom: 40px !important;
}

.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 25px 0 !important;
}

.tinv-wishlist table thead,
.tinv-wishlist table tfoot {
    display: none;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
    width: 40px !important;
}

.tinv-wishlist .product-remove button {
    background: none !important;
    color: #d83e49 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 10px !important;
    height: auto !important;
    font-size: 18px !important;
}

.tinv-wishlist .product-thumbnail {
    min-width: 80px !important;
    width: 80px !important;
}

.tinv-wishlist .product-name {
    padding-left: 40px !important;
}

.tinv-wishlist .product-name .variation {
    font-size: 13px;
    line-height: 20px;
}

.tinv-wishlist .product-name .variation span:first-child,
.tinv-wishlist .product-name .variation br + span {
    font-weight: 600;
    color: rgba(0,0,0,0.41);
}

.tinv-wishlist .product-stock {
    font-size: 0.85em;
}

.tinv-wishlist .product-stock i {
    display: none;
}

.tinv-wishlist .product-action {
    width: 180px !important;
}

.tinv-wishlist .product-action .sf-button {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: 200px;
    width: 100%;
}

.tinv-wishlist .product-action .sf-button + .sf-button {
    display: none;
}

.tinv-wishlist .product-action > .button > i {
    display: none !important;
}

.tinv-wishlist .product-action > .button > span {
    display: block !important;
}

.tinv-wishlist .social-buttons > span {
    color: rgba(0,0,0,0.41);
}

.tinv-wishlist .social-buttons li {
    margin: 0 !important;
}

.tinv-wishlist .social-buttons li a {
    font-size: 16px !important;
    width: auto !important;
    padding: 0 7px 0 7px;
}
.tinv-wishlist .social-buttons li:first-child a {
    padding-left: 0;
}
.tinv-wishlist .social-buttons li:last-child a {
    padding-right: 0;
}



/*  ---------------------------------------------------	*/

/*    SIZE GUIDE (Plugin)								*/

/* ---------------------------------------------------	*/
body .mfp-bg {
    opacity: 0.4;
}

body .mfp-wrap,
body .mfp-bg {
    z-index: 1542;
}

.ct-size-guide > hr {
    display: none;
}

.ct_table_container,
.sg_content {
    margin-top: 40px;
}

body h2.sg_title {
    font-size: 22px;
    font-weight: 600;
}

body .ct-size-guide div {
    max-width: 100% !important;
}

.ct_table_container table {
    border: 1px solid rgba(0,0,0,0.12);
}

body div.sg table tr td,
body div.sg table tr th,
body div.sg table tr:first-child th {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    border-right: none;
    text-align: left;
    line-height: 1.4em;
}
body div.sg table tr td:first-child,
body div.sg table tr th:first-child,
body div.sg table tr:first-child th:first-child {
    border-right: 1px solid rgba(0,0,0,0.12);
}

.ct_table_container table tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}

body div.sg table td,
body div.sg table th {
    padding: 8px 7px;
}

body .mfp-close-btn-in .mfp-close {
    color: #000 !important;
    background: transparent !important;
}

body .ct_table_container {
    overflow-x: auto;
}

body .ct_table_container table.ct-size-guide--NonResponsive {
    min-width: 500px;
}


/* single product */
.open-popup-link.sf-button-text {
    float: none !important;
}

.open-popup-link.sf-button-text + br,
.open-popup-link.sf-button-text + .clear,
.open-popup-link.sf-button-text + .clear + br {
    display: none;
}

.open-popup-link.sf-button-text {
    margin-top: 20px;
}
form.cart > .open-popup-link.sf-button-text:last-child {
    margin-top: 10px;
}
.product-info .open-popup-link.sf-button-text:first-child {
    margin-top: 0px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
    .product-hero.product-layout-modern form.cart .open-popup-link.sf-button-text {
        position: absolute;
        top: 5px;
        left: 0;
        margin-top: 0px;
    }
    .product-hero.product-layout-modern form.cart .variations + .open-popup-link.sf-button-text {
        top: -35px;
    }
    .product-hero.product-layout-modern form.cart .open-popup-link.sf-button-text:last-child {
        bottom: -25px;
        top: auto;
        left: auto;
        right: 2px;
    }

    .product-hero.product-layout-modern form.cart ~ .open-popup-link.sf-button-text {
        position: absolute;
        bottom: 15px;
        left: 60px;
        margin-top: 0px;
    }
}

#tab-size_guide .tab-wrapper {
    width: 780px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}


/* sizefy germanized */
.menu-cart-content .cart-bottom .sy-gzd-total-mini-cart,
.menu-cart-content .cart-bottom .sy-gzd-total-mini-cart .amount {
    font-size: 13px;
    line-height: 17px;
}

/* stripe */
.product .cart .sy-stripe-payment-request-wrapper {
    clear: none;
}

.product .product-hero.product-layout-modern .cart .sy-stripe-payment-request-wrapper {
    float: left;
}
/* -----------------------------------
	CHILD CSS
------------------------------------- */


/* modern */
.product .product-layout-modern .product_meta { display: none; }

/* classic */
.product .product-hero:not(.product-layout-modern) .product_title {
    font-size: 36px;
    line-height: 44px;
}

.product .product-hero:not(.product-layout-modern) .product-info .amount,
.product .product-hero:not(.product-layout-modern) .product-info .price {
    font-size: 19px;
    line-height: 23px;
}

/* hide sorting */
#main > .sizefy-ordering {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
}

/* hide size swatches on archive page (1.5) */
.isotope-grid .post-110 form.cart,
.isotope-grid .post-109 form.cart,
.isotope-grid .post-209 form.cart {
    display: none;
}


/* hide double bg for select (black beauty) */
#product-209 .variations .value::before {
    background: none;
}

header #logo .text-logo { line-height: 40px; }
#header #logo img { height: 100px; }
#header #logo .text-logo { line-height: 40px; }
#menu nav#main-nav > ul { height: 40px; }
#menu nav#main-nav > ul > li { top: 10px; }
#menu nav#main-nav > ul > li > .sub-menu { padding-top: calc(30px + 10px); }
#menu nav#main-nav > ul > li > .sub-menu::before { height: calc(100% - (30px + 10px) + 20px + 20px); }
.menu-actions > div { height: 40px; }
.menu-actions > div > a { height: 40px; line-height: 40px; }
.menu-actions > div > a.login-open { height: 20px; line-height: 20px; top: 10px; }

#hero.hero-boxedauto, #hero.hero-boxedfull { margin-top:  calc(40px + 80px); }
#hero.hero-boxedfull { min-height:  calc(100vh - 40px - 80px); }
#hero.hero-fullwidth.no-bg #page-title, #hero.hero-fullscreen.no-bg #page-title { padding-top: calc(40px + 80px + 40px); }
#hero.hero-fullwidth #page-title, #hero.hero-fullscreen #page-title { padding-top: calc(40px + 80px + 20px); padding-bottom: calc(40px + 80px + 0px); }

.product .product-hero { padding-top:  calc(40px + 80px + 60px); }

body:not(.single-product) #header + #hero-and-body #page-body:first-child { margin-top:  calc(40px + 80px + 60px); }

.header-wishlist .wishlist_products_counter::before { margin-top: 7px !important; }

@media only screen and (max-width: 1200px) {
    body #header:not(.break-1024) #logo img { height: 80px !important; }
    body #header:not(.break-1024) #logo .text-logo { line-height: 30px; }
    body #header:not(.break-1024) .menu-actions > div { height: 30px; }
    body #header:not(.break-1024) .menu-actions > div > a { height: 30px; line-height: 30px; }
    body #header:not(.break-1024) .menu-toggle { height: 30px; }

    body #header:not(.break-1024) + #hero-and-body .product .product-hero { padding-top: calc(30px + 40px + 30px); }
    body #header:not(.break-1024) .menu-is-open #menu #menu-inner { padding-top: calc(30px + 40px + 10px) }
    body #header:not(.break-1024) #menu .menu-login + nav#main-nav { max-height: calc(100vh - 30px - 40px - 10px - 105px); }
}

@media only screen and (max-width: 1024px) {
    body #header.break-1024 #logo img { height: 30px !important; }
    body #header.break-1024 #logo .text-logo { line-height: 30px; }
    body #header.break-1024 .menu-actions > div { height: 30px; }
    body #header.break-1024 .menu-actions > div > a { height: 30px; line-height: 30px; }
    body #header.break-1024 .menu-toggle { height: 30px; }

    body #header.break-1024 + #hero-and-body .product .product-hero { padding-top: calc(30px + 40px + 30px); }
    body #header.break-1024 .menu-is-open #menu #menu-inner { padding-top: calc(30px + 40px + 10px) }
    body #header.break-1024 #menu .menu-login + nav#main-nav { max-height: calc(100vh - 30px - 40px - 10px - 105px); }
}

@media only screen and (max-width: 1024px) {
    body .product .product-hero { padding-top: calc(30px + 40px + 40px); }
}

@media only screen and (max-width: 768px) {
    body .product .product-hero { padding-top: calc(30px + 40px + 0px) !important; }
    body .product .product-hero:not(.no-bg) { padding-top: 0 !important; margin-top: calc(30px + 40px + 0px) !important; }
}

@media only screen and (max-width: 640px) {
    body .menu-search, body .header-wishlist { top: calc(30px + 40px + 7px); }
}
body{font-family: "proxima-nova";font-weight: 300;font-size: 16px;line-height: 27px;}body strong,body b, dt, .tinv-wishlist .product-name .variation span:first-child, .tinv-wishlist .product-name .variation br + span{ font-weight: 500; }blockquote, blockquote cite, cite, mark, address, code,
                                                                                                                                                                                                                                             .comments .comment-reply-link, .comments #cancel-comment-reply-link,
                                                                                                                                                                                                                                             .widget ul:not(.socialmedia-widget) li a,
                                                                                                                                                                                                                                             body #cookie-notice .cookie-notice-container #cn-accept-cookie,
                                                                                                                                                                                                                                             body #cookie-notice .cookie-notice-container #cn-refuse-cookie,
                                                                                                                                                                                                                                             .sizefy-message, .sizefy-error,
                                                                                                                                                                                                                                             .product .cart .variations .variation .variable-items-wrapper li > span,
                                                                                                                                                                                                                                             .shop_table .product-name .product-title .product-quantity,
                                                                                                                                                                                                                                             .empty-cart .empty-icon,
                                                                                                                                                                                                                                             .menu-language a,
                                                                                                                                                                                                                                             header .wcml_currency_switcher a
                                                                                                                                                                                                                                             { font-weight: 500; }h1, .h1{font-family: "proxima-nova";font-weight: 400;font-size: 64px;line-height: 72px;text-transform: none;}h1 strong,h1 b, .h1 strong,.h1 b{ font-weight: 600; }div h1:first-child, div.h1:first-child { margin-top: -0.06em; }div h1:last-child, div.h1:last-child { margin-bottom: -0.06em; }h2, .h2{font-family: "proxima-nova";font-weight: 400;font-size: 40px;line-height: 48px;text-transform: none;}h2 strong,h2 b, .h2 strong,.h2 b{ font-weight: 600; }div h2:first-child, div.h2:first-child { margin-top: -0.09em; }div h2:last-child, div.h2:last-child { margin-bottom: -0.09em; }h3, .h3{font-family: "proxima-nova";font-weight: 400;font-size: 32px;line-height: 40px;text-transform: none;}h3 strong,h3 b, .h3 strong,.h3 b{ font-weight: 600; }div h3:first-child, div.h3:first-child { margin-top: -0.11em; }div h3:last-child, div.h3:last-child { margin-bottom: -0.11em; }#header-search form input[type=search], body h2.sg_title {font-family: "proxima-nova";font-weight: 600;font-size: 32px; line-height: 40px; height: 40px;text-transform: none;}h4, .h4{font-family: "proxima-nova";font-weight: 400;font-size: 22px;line-height: 30px;text-transform: none;}h4 strong,h4 b, .h4 strong,.h4 b{ font-weight: 600; }div h4:first-child, div.h4:first-child { margin-top: -0.16em; }div h4:last-child, div.h4:last-child { margin-bottom: -0.16em; }.sizefy-MyAccount-content h3, #reply-title {font-family: "proxima-nova";font-weight: 600;font-size: 22px; line-height: 30px; height: 30px;text-transform: none;}h5, .h5{font-family: "proxima-nova";font-weight: 400;font-size: 18px;line-height: 25px;text-transform: none;}h5 strong,h5 b, .h5 strong,.h5 b{ font-weight: 600; }div h5:first-child, div.h5:first-child { margin-top: -0.18em; }div h5:last-child, div.h5:last-child { margin-bottom: -0.18em; }#single-pagination .pagination li .post-title { font-size: 18px;line-height: 25px; }.content-pagination .pages, .content-pagination .pages a,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cart-collaterals .shop_table .order-total th,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cart-collaterals .shop_table .order-total td .amount,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sizefy .sf-checkout-order .shop_table tfoot .order-total th,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sizefy .sf-checkout-order .shop_table tfoot .order-total .amount,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sizefy .sizefy-order .shop_table tfoot tr:last-child th,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sizefy .sizefy-order .shop_table tfoot tr:last-child .amount,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sizefy-order .sizefy-order-overview li > strong,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sizefy-order .sizefy-order-overview li .amount {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-family: "proxima-nova";
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-weight: 600;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }h6, .h6{font-family: "proxima-nova";font-weight: 400;font-size: 16px;line-height: 22px;text-transform: none;}h6 strong,h6 b, .h6 strong,.h6 b{ font-weight: 600; }div h6:first-child, div.h6:first-child { margin-top: -0.17em; }div h6:last-child, div.h6:last-child { margin-bottom: -0.17em; }@media only screen and (max-width: 1024px) { body{ font-size: 15px;line-height: 23px;}h1, .h1{ font-size: 58px;line-height: 68px;}h2, .h2{ font-size: 36px;line-height: 44px;}h3, .h3{ font-size: 28px;line-height: 35px;}h4, .h4{ font-size: 20px;line-height: 27px;}h5, .h5{ font-size: 16px;line-height: 23px;}h6, .h6{ font-size: 15px;line-height: 21px;} }@media only screen and (max-width: 768px) { body{ font-size: 14px;line-height: 22px;}h1, .h1{ font-size: 48px;line-height: 56px;}h2, .h2{ font-size: 34px;line-height: 42px;}h3, .h3{ font-size: 25px;line-height: 32px;}h4, .h4{ font-size: 19px;line-height: 26px;}h5, .h5{ font-size: 16px;line-height: 23px;}h6, .h6{ font-size: 14px;line-height: 20px;} }@media only screen and (max-width: 480px) { body{ font-size: 14px;line-height: 22px;}h1, .h1{ font-size: 38px;line-height: 44px;}h2, .h2{ font-size: 29px;line-height: 36px;}h3, .h3{ font-size: 24px;line-height: 31px;}h4, .h4{ font-size: 19px;line-height: 26px;}h5, .h5{ font-size: 16px;line-height: 23px;}h6, .h6{ font-size: 14px;line-height: 20px;} }.title-alt {font-family: proxima-nova;font-weight: 400;text-transform: none;}.title-alt b, .title-alt strong, strong .title-alt { font-weight: 500; }#menu nav#main-nav ul > li a, .menu-actions > div > a, #menu .menu-login a {font-family: proxima-nova;font-weight: 500;font-size: 15px;text-transform: none;}.widget .syapf-layered-nav ul li a, .widget .syapf-active-filters a, .sizefy-MyAccount-navigation ul li a, .grid-filter li a {font-family: proxima-nova;font-weight: 500;text-transform: none;}@media only screen and (min-width: 1199px) { #menu nav#main-nav > ul > li .sub-menu li.image-item a {font-family: proxima-nova;font-weight: 500;} }#menu nav#main-nav > ul > li .sub-menu li a, .sify-tabs .tp-tab .tp-tab-title {font-family: proxima-nova;font-weight: 400;font-size: 14px;line-height: 18px;}.widget ul:not(.socialmedia-widget) li a {font-family: proxima-nova;font-weight: 400;font-size: 14px;}#footer .footer-bottom > a {font-family: proxima-nova;font-weight: 400;}.portfolio-container .portfolio-name {font-family: proxima-nova;font-weight: 600;text-transform: none;}.portfolio-category {font-family: Roboto;font-weight: 300;font-size: 15px; line-height: 18px;letter-spacing: 0em;text-transform: none;}.blog-item .blog-info .post-name,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                #single-pagination .pagination li a[data-title]::after {font-family: proxima-nova;font-weight: 600;text-transform: none;}#page-title .post-name {font-family: proxima-nova;font-weight: 700;text-transform: none;}.shop-container .product-name, .shop_table .product-name .product-title, .tinv-wishlist table .product-name {font-family: proxima-nova;font-weight: 500;text-transform: none;}.product .product-info .product_title, #fixed-product-add .product-name {font-family: proxima-nova;font-weight: 700;text-transform: none;}.price, .amount, .sizefy .sf-checkout-order .shop_table tfoot td, .sizefy .sizefy-order .shop_table tfoot td {font-family: proxima-nova;font-weight: 400;text-transform: none;}.comments .time,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span, .widget .slider-values p span,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        body #cookie-notice .cookie-notice-container a,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .header-cart .cart-amount,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        span.onsale,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        span.new-badge,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .sizefy-breadcrumb,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .product .product_meta,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .product .cart .sizefy-variation .sizefy-variation-availability,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .stock,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .shop_table .product-name .variation dd,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .shop_table .product-name .sy-item-meta li > p,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .shop_table .product-name .backorder_notification,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .shop_table .remove,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .sizefy-remove-coupon,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .post-date, .post-cat, .meta-author,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        #single-pagination .pagination li a .text {font-family: proxima-nova;font-weight: 400;text-transform: none;}.product .product-info .price, .product .product-info .amount { font-size: 28px; line-height: 32px; }.sf-button, .sf-button-text, input[type=submit], input[type=button], .button, button, .sizefy .addresses header a.edit, .comments .comment-list .pingback .edit-link a {font-family: proxima-nova;font-weight: 500;text-transform: none;}.sf-button strong, .sf-button b { font-weight: 500; }.pagination li a,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            #page-pagination .pagination li.page span, #page-pagination .pagination li.page a { font-weight: 500; }.widget-title, .widget-title.title-alt,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   #menu nav#main-nav.with-title > ul > li[class*="megamenu"] > .sub-menu > li > a,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   table th,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .tinv-wishlist .social-buttons > span {font-family: proxima-nova;font-weight: 500;font-size: 15px;text-transform: none;}label, form label, .form-row.deplace > label, label input + span, input[type="radio"] + label, input[type="checkbox"] + label {font-family: proxima-nova;font-weight: 400;font-size: 16px;text-transform: none;}@media only screen and (max-width: 768px) {
    label, form label, .form-row.deplace > label, label input + span, input[type="radio"] + label, input[type="checkbox"] + label {
        size: 13px;
    }
}input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], input[type="search"], textarea, select, .select2-container .select2-selection--single .select2-selection__rendered {font-family: proxima-nova;font-weight: 500;font-size: 16px;text-transform: none;}@media only screen and (max-width: 768px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], input[type="search"], textarea, select, .select2-container .select2-selection--single .select2-selection__rendered {
        size: 13px;
    }
}
.colored { color: #5b6f56; }

#menu nav#main-nav > ul > li .sub-menu li a:hover,
#menu nav#main-nav > ul > li .sub-menu li.current-menu-item > a,
a:hover,
p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link):hover,
.widget ul:not(.socialmedia-widget) li a:hover,
.product .star-rating span,
.widget .syapf-layered-nav ul li > a:hover,
.pagination li a:hover,
#page-pagination .pagination li.page a:hover,
.content-pagination .pages a:hover,
.sizefy-MyAccount-navigation ul li a:hover,
.sizefy-MyAccount-navigation ul li.is-active a,
.header-wishlist a:hover,
.grid-filter li > a:hover
{ color: #5b6f56; opacity: 1; }

input[type=submit]:hover, input[type=button]:hover, .button:hover, button:not(.sf-button):hover,
.empty-cart .empty-icon,
.notfound-icon,
.sf-button.custom.withicon .icon,
.sf-button.custom:not(.text-trans)
{ background: #5b6f56; }

.header-cart:hover .cart-amount::before,
a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
.header-wishlist a:hover .wishlist_products_counter_number,
#menu nav#main-nav ul > li.cta a:hover,
.header-cart.cart-withicon .cart-amount span.minicart-count,
.header-wishlist .wishlist_products_counter_number
{ background: #5b6f56 !important; }

.empty-cart .empty-icon,
.header-cart:hover .cart-amount,
#menu nav#main-nav ul > li.cta a:hover,
.header-cart.cart-withicon .cart-amount span.minicart-count,
.header-wishlist .wishlist_products_counter_number
{ color: #ffffff !important; }

.menu-search a:hover svg path,
.header-cart .cart-amount:hover span.icon svg path
{ fill: #5b6f56 !important; }

span.onsale { background: #5b6f56 !important; }span.hot-badge { background: #ea3a57 !important; }
/* ---------------------

Small screens (1200px max)

------------------------ */
@media only screen and (max-width: 1200px) {

    #page-content { min-width: 1024px; }


    /* ----------------------------	*/
    /*  	RESPONSIVE MENU 		*/
    /* ----------------------------	*/
    #header:not(.break-1024) .menu-toggle { display: block; }

    /* important for the menu-inner overlay */
    #header.logo-left-menu-center:not(.break-1024) #menu { -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; margin-top: -15px; margin-left: -11px; }
    #header.logo-menu-left:not(.break-1024) #menu { margin-left: 30px; }

    #header:not(.break-1024) #menu #menu-inner{overflow:hidden;position:fixed;top:0;left:0;width:calc(50% - 100px);height:0;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0;opacity:0;-webkit-transition:opacity .4s ease,height 10ms ease .7s,padding 10ms ease .7s;-moz-transition:opacity .4s ease,height 10ms ease .7s,padding 10ms ease .7s;transition:opacity .4s ease,height 10ms ease .7s,padding 10ms ease .7s}
    #header:not(.break-1024).menu-is-open #menu #menu-inner{padding:90px 0 40px;height:100%;opacity:1;-webkit-transition:opacity .4s ease,height 10ms ease,padding 10ms ease;-moz-transition:opacity .4s ease,height 10ms ease,padding 10ms ease;transition:opacity .4s ease,height 10ms ease,padding 10ms ease}
    #header:not(.break-1024) .admin-bar .menu-is-open #menu #menu-inner { padding-top: 120px; }

    #header:not(.break-1024) #menu nav#main-nav { overflow-y: auto; max-height: calc(100vh - 90px - 50px); padding: 0px 60px;  }
    #header:not(.break-1024) #menu .menu-login + nav#main-nav { max-height: calc(100vh - 90px - 105px);  }
    #header:not(.break-1024) #menu nav#main-nav > ul { height: auto; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li { margin: 10px 0 0 0; display: block; top: 0px; height: auto; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li:first-child { margin-top: 0; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li > a { color: #000000 !important; display: inline-block; }
    #header:not(.break-1024) #menu nav#main-nav ul > li.cta a { background: #000 !important; color: #fff !important; }

    #header:not(.break-1024) #menu nav#main-nav>ul>li .sub-menu{margin:0px!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0 0 0 15px;position:static;top:auto;left:auto;opacity:1;visibility:visible;display:none; transition: none;}
    #header:not(.break-1024) #menu nav#main-nav > ul > li .sub-menu { opacity: 1 !important; visibility: visible !important; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li .sub-menu::before { display: none; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li .sub-menu li { width: auto !important; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li .sub-menu > li:last-child { padding-bottom: 20px; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li .sub-menu .sub-menu { padding-top: 5px; }

    #header:not(.break-1024) #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu { width: 100%; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu::before { display: none; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li { float: none; margin-right: 0px; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu { display: block; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu > li:first-child { padding-top: 5px; }
    #header:not(.break-1024) #menu nav#main-nav > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu > li:last-child { padding-bottom: 0px; }
    #header:not(.break-1024) #menu nav#main-nav.with-title > ul > li[class*="megamenu"] > .sub-menu > li > a { margin-bottom: 0px; }
    #header:not(.break-1024) #menu nav#main-nav.with-title > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu { padding-left: 10px; }

    #header:not(.break-1024) #menu nav#main-nav > ul > li .sub-menu .item-thumb { margin-top: 0px; margin-bottom: 0px; display: none; }

    /* my account link */
    #header:not(.break-1024) #menu .menu-login { display: block; position: absolute; bottom: 20px; left: 60px; }

    /* header appearance */
    #header:not(.break-1024) .header-inner { padding: 20px 0 !important; }
    #header:not(.break-1024) #logo img { height: 80px !important; }
    #header:not(.break-1024) #logo .text-logo { line-height: 30px; }
    #header:not(.break-1024) .menu-actions > div { height: 30px; margin-left: 15px; }
    #header:not(.break-1024) .menu-actions > div > a { height: 30px; line-height: 30px; }
    #header:not(.break-1024) .menu-actions > .menu-login { display: none; }
    #header:not(.break-1024) .header-inner > .menu-language { display: none; }
    #header:not(.break-1024) #menu-inner > .menu-language { display: block; }
    #header:not(.break-1024) .header-inner > .wcml_currency_switcher { display: none; }
    #header:not(.break-1024) #menu-inner > .wcml_currency_switcher { display: block; }
    header.header-light:not(.mega-hover):not(.break-1024) .menu-language > a,
    header.header-light:not(.mega-hover):not(.break-1024) .wcml_currency_switcher a.wcml-cs-item-toggle { color: #000 !important; }

    #header:not(.break-1024) + #hero-and-body #hero.hero-boxedauto, #header:not(.break-1024) + #hero-and-body #hero.hero-boxedfull { margin-top:  calc(30px + 40px); }
    #header:not(.break-1024) + #hero-and-body #hero.hero-boxedfull { min-height:  calc(100vh - 30px - 20px); }
    #header:not(.break-1024) + #hero-and-body #hero.hero-fullwidth.no-bg #page-title, #header:not(.break-1024) + #hero-and-body #hero.hero-fullscreen.no-bg #page-title { padding-top: calc(30px + 20px + 40px); }
    #header:not(.break-1024) + #hero-and-body #hero.hero-fullwidth #page-title, #header:not(.break-1024) + #hero-and-body #hero.hero-fullscreen #page-title { padding-top: calc(30px + 20px + 20px); padding-bottom: calc(30px + 60px + 0px); }
    body:not(.single-product) #header:not(.break-1024) + #hero-and-body  #page-body:first-child { margin-top:  calc(30px + 20px + 60px); }

    header.header-light.menu-is-open.logo-left-menu-right #logo img#dark-logo,
    header.header-light.menu-is-open.logo-left-menu-center #logo img#dark-logo,
    header.header-light.menu-is-open.logo-menu-left #logo img#dark-logo { opacity: 1; visibility: visible; }
    header.header-light.menu-is-open.logo-left-menu-right #logo img#dark-logo + img#light-logo,
    header.header-light.menu-is-open.logo-left-menu-center #logo img#dark-logo + img#light-logo,
    header.header-light.menu-is-open.logo-menu-left #logo img#dark-logo + img#light-logo { opacity: 0; visibility: hidden; }
    header.header-light.menu-is-open.logo-menu-left .menu-toggle span.hamburger,
    header.header-light.menu-is-open.logo-menu-left .menu-toggle span.hamburger::after,
    header.header-light.menu-is-open.logo-menu-left .menu-toggle span.hamburger::before,
    header.header-light.menu-is-open.logo-center-menu-left .menu-toggle span.hamburger,
    header.header-light.menu-is-open.logo-center-menu-left .menu-toggle span.hamburger::after,
    header.header-light.menu-is-open.logo-center-menu-left .menu-toggle span.hamburger::before { background: #000000; }

    /* wishlist */
    #header:not(.break-1024) .header-wishlist .wishlist_products_counter::before { margin: 2px 0 0 0 !important; }
    /* ----------------------------	*/
    /*  	RESPONSIVE MENU 		*/
    /* ----------------------------	*/


    /* spacings */
    #mini-cart .cart-close, #header-search .search-close { top: 20px; }
    #mini-cart .cart-title { top: 20px; }
    #mini-cart .menu-cart-content { margin-top: 100px; height: calc(100vh - 100px); }
    #mini-cart .menu-cart-content .cart-list { max-height: calc(100vh - 100px - 120px); }

    .imagebutton-media .imagebutton-title { top: 30px; left: 30px; }
    .imagebutton-media.top-right .imagebutton-title { left: auto; right: 30px; text-align: right; }
    .imagebutton-media.bottom-left .imagebutton-title { top: auto; bottom: 30px; }
    .imagebutton-media.bottom-right .imagebutton-title { top: auto; bottom: 30px; left: auto; right: 30px; text-align: right; }

    .main-content, .sizefy-MyAccount-content { width: calc(100% - 240px); }
    aside.sidebar, .sizefy-MyAccount-navigation { width: 200px; }

    .product .product-hero { padding-top: calc(70px + 60px); }

}


/* ---------------------

Tablets (1024px max)

------------------------ */
@media only screen and (max-width: 1024px) {


    /* ----------------------------	*/
    /*  	RESPONSIVE MENU 		*/
    /* ----------------------------	*/
    #header.break-1024 .menu-toggle { display: block; }

    /* important for the menu-inner overlay */
    #header.logo-left-menu-center.break-1024 #menu { -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; margin-top: -15px; margin-left: -11px; }
    #header.logo-menu-left.break-1024 #menu { margin-left: 30px; }

    #header.break-1024 #menu #menu-inner{overflow:hidden;position:fixed;top:0;left:0;width:calc(50% - 100px);height:0;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0;opacity:0;-webkit-transition:opacity .4s ease,height 10ms ease .7s,padding 10ms ease .7s;-moz-transition:opacity .4s ease,height 10ms ease .7s,padding 10ms ease .7s;transition:opacity .4s ease,height 10ms ease .7s,padding 10ms ease .7s}
    #header.break-1024.menu-is-open #menu #menu-inner{padding:90px 0 40px;height:100%;opacity:1;-webkit-transition:opacity .4s ease,height 10ms ease,padding 10ms ease;-moz-transition:opacity .4s ease,height 10ms ease,padding 10ms ease;transition:opacity .4s ease,height 10ms ease,padding 10ms ease}
    #header.break-1024 .admin-bar .menu-is-open #menu #menu-inner { padding-top: 120px; }

    #header.break-1024 #menu nav#main-nav { overflow-y: auto; max-height: calc(100vh - 90px - 50px); padding: 0px 60px;  }
    #header.break-1024 #menu .menu-login + nav#main-nav { max-height: calc(100vh - 90px - 105px);  }
    #header.break-1024 #menu nav#main-nav > ul { height: auto; }
    #header.break-1024 #menu nav#main-nav > ul > li { margin: 10px 0 0 0; display: block; top: 0px; height: auto; }
    #header.break-1024 #menu nav#main-nav > ul > li:first-child { margin-top: 0; }
    #header.break-1024 #menu nav#main-nav > ul > li > a { color: #000000 !important; display: inline-block; }
    #header.break-1024 #menu nav#main-nav ul > li.cta a { background: #000 !important; color: #fff !important; }

    #header.break-1024 #menu nav#main-nav>ul>li .sub-menu{margin:0px!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0 0 0 15px;position:static;top:auto;left:auto;opacity:1;visibility:visible;display:none; transition: none;}
    #header.break-1024 #menu nav#main-nav > ul > li .sub-menu { opacity: 1 !important; visibility: visible !important; }
    #header.break-1024 #menu nav#main-nav > ul > li .sub-menu::before { display: none; }
    #header.break-1024 #menu nav#main-nav > ul > li .sub-menu li { width: auto !important; }
    #header.break-1024 #menu nav#main-nav > ul > li .sub-menu > li:last-child { padding-bottom: 20px; }
    #header.break-1024 #menu nav#main-nav > ul > li .sub-menu .sub-menu { padding-top: 5px; }

    #header.break-1024 #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu { width: 100%; }
    #header.break-1024 #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu::before { display: none; }
    #header.break-1024 #menu nav#main-nav > ul > li[class*='megamenu'] > .sub-menu > li { float: none; margin-right: 0px; }
    #header.break-1024 #menu nav#main-nav > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu { display: block; }
    #header.break-1024 #menu nav#main-nav > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu > li:first-child { padding-top: 5px; }
    #header.break-1024 #menu nav#main-nav > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu > li:last-child { padding-bottom: 0px; }
    #header.break-1024 #menu nav#main-nav.with-title > ul > li[class*="megamenu"] > .sub-menu > li > a { margin-bottom: 0px; }
    #header.break-1024 #menu nav#main-nav.with-title > ul > li[class*="megamenu"] > .sub-menu > li > .sub-menu { padding-left: 10px; }

    #header.break-1024 #menu nav#main-nav > ul > li .sub-menu .item-thumb { margin-top: 0px; margin-bottom: 0px; display: none; }

    /* my account link */
    #header.break-1024 #menu .menu-login { display: block; position: absolute; bottom: 20px; left: 60px; }

    /* header appearance */
    #header.break-1024 .header-inner { padding: 20px 0 !important; }
    #header.break-1024 #logo img { height: 30px !important; }
    #header.break-1024 #logo .text-logo { line-height: 30px; }
    #header.break-1024 .menu-actions > div { height: 30px; margin-left: 15px; }
    #header.break-1024 .menu-actions > div > a { height: 30px; line-height: 30px; }
    #header.break-1024 .menu-actions > .menu-login { display: none; }
    #header.break-1024 .header-inner > .menu-language { display: none; }
    #header.break-1024 #menu-inner > .menu-language { display: block; }
    #header.break-1024 .header-inner > .wcml_currency_switcher { display: none; }
    #header.break-1024 #menu-inner > .wcml_currency_switcher { display: block; }
    header.header-light:not(.mega-hover).break-1024 .menu-language > a,
    header.header-light:not(.mega-hover).break-1024 .wcml_currency_switcher a.wcml-cs-item-toggle { color: #000 !important; }

    #header.break-1024 + #hero-and-body #hero.hero-boxedauto, #header.break-1024 + #hero-and-body #hero.hero-boxedfull { margin-top:  calc(30px + 40px); }
    #header.break-1024 + #hero-and-body #hero.hero-boxedfull { min-height:  calc(100vh - 30px - 20px); }
    #header.break-1024 + #hero-and-body #hero.hero-fullwidth.no-bg #page-title, #header.break-1024 + #hero-and-body #hero.hero-fullscreen.no-bg #page-title { padding-top: calc(30px + 20px + 40px); }
    #header.break-1024 + #hero-and-body #hero.hero-fullwidth #page-title, #header.break-1024 + #hero-and-body #hero.hero-fullscreen #page-title { padding-top: calc(30px + 20px + 20px); padding-bottom: calc(30px + 60px + 0px); }
    body:not(.single-product) #header.break-1024 + #hero-and-body  #page-body:first-child { margin-top:  calc(30px + 20px + 60px); }

    /* wishlist */
    #header.break-1024 .header-wishlist .wishlist_products_counter::before { margin: 2px 0 0 0 !important; }
    /* ----------------------------	*/
    /*  	RESPONSIVE MENU 		*/
    /* ----------------------------	*/



    #page-content { min-width: auto; }

    /* hidden */
    .hidden-1024 { display: none !important; }

    .shop_table .remove, .sizefy-remove-coupon { font-size: 12px; }
    .shop_table .product-quantity .remove { display: inline-block;	}
    .shop_table .product-subtotal .remove { display: none;	}

    /* spacings */
    .wrapper, .wrapper-small, .wrapper-medium, .wrapper-mini { max-width: calc(100% - 60px); }
    .product .product-hero .column-section { width: auto; max-width: calc(100% - 60px); }
    .product .product-hero { padding-top: calc(70px + 40px); }
    #hero { max-width: calc(100% - 60px); }
    #hero:not(.no-bg) #page-title.no-wrapper { width: calc(100% - 60px); }
    #hero.hero-boxedfull #page-title.title-bottom, #hero.hero-fullscreen #page-title.title-bottom { padding-bottom: 20px; }
    #header-search div[class*='wrapper'] { max-width: calc(100% - 60px) !important; }
    #backtotop { right: 30px; }

    .spacer-mini { height: 20px; }
    .spacer-small { height: 35px; }
    .spacer-medium { height: 50px; }
    .spacer-big { height: 65px; }

    #hero #page-title { padding-bottom: 60px; }
    #blog-comments { margin-top: 60px; }
    #single-pagination + .leavecomment { margin-top: 60px; }
    #single-pagination { padding: 60px 0px; }
    .sizefy-no-products { margin-bottom: 60px; }
    .sizefy .filter-container { padding-top: 60px; }
    .product-hero + .sizefy-tabs { margin-top: 60px; }
    .sizefy .related.products, .sizefy .upsells.products { margin-top: 60px; }
    .sizefy .sf-checkout-details .before-checkout > .sizefy-form-login { margin-top: 60px; margin-bottom: 60px; }
    .sizefy .sf-checkout-order #payment { margin-top: 60px; }
    .sizefy .sf-checkout-order { margin-top: 60px; }

    #mini-cart .cart-close, #header-search .search-close { right: 30px; }
    #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close { right: 30px; top: 20px; width: 34px; height: 34px; }
    #lightcase-nav a.lightcase-icon-close::after { top: 12px; left: 12px; }
    #menu .menu-login { left: 30px !important; }
    #menu-inner .menu-language { right: 30px !important; }
    #menu-inner .wcml_currency_switcher { right: 30px !important; }
    #menu-inner .menu-language + .wcml_currency_switcher { right: 80px !important; }
    #menu nav#main-nav { padding: 0px 30px !important;  }

    #header-search.is-searching .search-form { top: 15px; }
    #header-search .search-subline { margin-top: 0px; }
    #header-search .search-results { margin-top: 140px; }

    #menu #menu-inner { width: 100% !important; }

    #mini-cart .cart-close, #header-search .search-close { right: 30px; }
    #mini-cart .cart-title { left: 30px; }
    #mini-cart .menu-cart-content .cart-list { max-height: calc(100vh - 100px - 120px); padding: 0 30px; }
    #mini-cart .menu-cart-content .cart-bottom { padding: 20px 30px 40px 30px; }
    .menu-cart-content .cart-bottom .buttons { right: 30px; }
    .shop_table tbody td, .shop_table tbody th, .shop_table tfoot td { padding: 10px 0 ; }
    .shop_table table tbody tr:first-child td, .shop_table tbody tr:first-child th { padding-top: 0px; }
    .shop_table thead + tbody tr:first-child td { padding-top: 10px; }
    .shop_table thead th { padding-bottom: 10px; }
    .shop_table .product-name .product-info { margin-left: 20px; }
    .shop_table .remove { top: calc(50% + 12px); }
    .shop_table tr:first-child .remove { margin-top: -5px; } /* because the first row has no top padding (25px) */
    .shop_table thead + tbody tr:first-child td .remove { margin-top: 0px; }


    /* colors when menu is open */
    header.header-light.menu-is-open .menu-actions > div > a,
    header.header-light.menu-is-open .menu-actions > div > a svg path { fill: #000000; color: #000000; }
    header.header-light.menu-is-open .menu-actions > div > a.login-open::after { background-color: #000000; }
    header.header-light.menu-is-open .menu-toggle span.hamburger,
    header.header-light.menu-is-open .menu-toggle span.hamburger::after,
    header.header-light.menu-is-open .menu-toggle span.hamburger::before { background: #000000; }
    header.header-light.menu-is-open #logo img#dark-logo { opacity: 1; visibility: visible; }
    header.header-light.menu-is-open #logo img#dark-logo + img#light-logo { opacity: 0; visibility: hidden; }
    header.header-light.menu-is-open .header-cart .cart-amount { color: #ffffff; }
    header.header-light.menu-is-open .header-cart .cart-amount::before { background: #000000; }

    /* cart amount size */
    .header-cart .cart-amount{font-size:13px;text-align:center;width:34px!important;height:34px!important;line-height:34px!important;top:calc(50% - 17px)}
    #header-search .search-close,#mini-cart .cart-close, .shopthelook .lookbook-close, .shoplook-open {width:34px;height:34px;line-height:34px}


    /* ISOTOPE spacing huge */
    .isotope-grid[class*='isotope-spaced-huge'] { width: calc(100% + 60px); margin-bottom: -60px; }

    .isotope-grid[class*='isotope-spaced-huge'] .isotope-item { margin-bottom: 60px; margin-right: 60px; }

    .isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 60px); }
    .isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 60px); }

    .isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 60px); }
    .isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 60px); }

    /* normal offset */
    .isotope-grid.offset-ultra:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) { margin-top: 80px; }
    .isotope-grid.offset-ultra:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) { margin-top: 80px; }
    .isotope-grid.offset-ultra:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) { margin-top: 160px; }
    .isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) { margin-top: 80px; }
    .isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) { margin-top: 160px; }
    .isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) { margin-top: 240px; }

    /* COLUMNS spacing */
    .spaced-huge .column { margin-right: 50px; }
    .spaced-huge .one-half { width: calc(50% - 25px); }
    .spaced-huge .one-third { width: calc(33.33% - 33.33px); }
    .spaced-huge .two-third { width: calc(66.6% - 16.66px); }
    .spaced-huge .one-fourth { width: calc(25% - 37.5px); }
    .spaced-huge .two-fourth { width: calc(50% - 25px); }
    .spaced-huge .one-fifth { width: calc(20% - 40px); }
    .spaced-huge .two-fifth { width: calc(40% - 30px); }
    .spaced-huge .three-fifth { width: calc(60% - 20px); }

    /* flickity carousel */
    .flickity-carousel[class*='flickity-spaced-huge'] .isotope-item { margin-right: 60px; }
    .flickity-carousel.style-column-2[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% - 60px)/2); }
    .flickity-carousel.style-column-3[class*='flickity-spaced-huge'] .isotope-item  { wwidth: calc((100% - 120px)/3); }
    .flickity-carousel.style-column-4[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% -180px)/4); }
    .flickity-carousel.style-column-5[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% - 240px)/5); }

    /* single product */
    .product .product-layout-modern .product-gallery .product-image { width: calc(50% + 30px); -webkit-transform: translateX(-95px) translateY(-50%); -moz-transform: translateX(-95px) translateY(-50%); transform: translateX(-95px) translateY(-50%); }
    .product .product-layout-modern .product-nav.active { right: calc(30px - 15px); }
    .product .product-layout-modern .cart { max-width: calc(100% - 60px); }
    .product .product-layout-modern .product-gallery .flickity-prev-next-button { right: 30px; }

    /* thank you */
    .sizefy-order .sizefy-order-overview li { width: calc(50% - 20px);}

    /* lookbook */
    .shopthelook { width: 300px; }
    .lookbook-list .product-name .product-info .product-title { float: none; }
    .lookbook-list .product-name .product-info .price { float: none; margin-top: 5px; }

    /* wishlist */
    .tinv-wishlist table td, .tinv-wishlist table th { padding: 15px 0 !important; }
    .tinv-wishlist .tinvwl-table-manage-list .product-remove { width: 30px !important; }
    .tinv-wishlist .product-thumbnail { min-width: 65px !important; width: 65px !important; }
    .tinv-wishlist .product-name { padding-left: 20px !important; }

    /* size guide */
    .product-hero.product-layout-modern form.cart ~ .open-popup-link.sf-button-text { left: 30px; }

    /* fixed product add */
    .product #fixed-product-add .fixed-product-add-inner { width: calc(100% - 60px); }
    .scrolled-prodhero header.sticky + #hero-and-body .product #fixed-product-add { top: 70px; 	}
    .product #fixed-product-add { height: 70px; }
    .product #fixed-product-add .fixed-product-add-inner { height: calc(100% - 20px); }
    .product #fixed-product-add .thumbnail { margin-top: 0px; }
    .product #fixed-product-add .product-name { margin-top: 5px; }
    .product #fixed-product-add .price { margin-top: 5px; }
    .product #fixed-product-add .variations { margin-top: 8px;}
    .product #fixed-product-add .product-add-to-cart { margin-top: 5px; }

    .product #fixed-product-add .sf-button {line-height:34px;height:34px;  margin-top: 3.5px;}
    .product #fixed-product-add .sf-button .text{margin-top: 7px; }
    .product #fixed-product-add .sf-button.withicon .icon {width:34px;height:34px;margin-right:4px}
    .product #fixed-product-add .sf-button.withicon svg{width:11px}



}



/* ---------------------

Smartphones (768px max)

------------------------ */
@media only screen and (max-width: 768px) {

    /* hidden */
    .hidden-768 { display: none !important; }

    /* heading spacing */
    div h1, div h2, div h3, div h4, div h5, div h6 { margin-top: 20px; }
    i + h1, i + h2, i + h3, i + h4, i + h5, i + h6 { margin-top: 10px; }

    /* font sizes */
    #header-search form input[type=search] { font-size: 22px; line-height: 30px; height: 30px; }

    /* spacings */
    .wrapper, .wrapper-small, .wrapper-medium, .wrapper-mini { max-width: calc(100% - 30px); }
    .product .product-hero .column-section { max-width: calc(100% - 30px); }
    #hero { max-width: calc(100% - 30px); }
    #hero:not(.no-bg) #page-title.no-wrapper { width: calc(100% - 30px); }
    #header-search .search-form { max-width: calc(100% - 30px); }
    #header-search div[class*='wrapper'] { max-width: calc(100% - 30px) !important; }
    #footer .footer-inner .column-section { margin: 0 0 20px 0; }
    #backtotop { right: 15px; bottom: 20px; width: 30px; height: 30px; }
    #backtotop svg { width: 11px; }

    .main-content { width: 100%; float: none; }
    .sizefy-MyAccount-content { width: 100%; float: none; margin-top: 60px; }
    aside.sidebar { width: 100%; float: none; margin-top: 60px; }
    .sizefy-MyAccount-navigation { width: 100%; float: none; }

    .spacer-mini { height: 15px; }
    .spacer-small { height: 30px; }
    .spacer-medium { height: 40px; }
    .spacer-big { height: 50px; }

    #hero #page-title { padding-bottom: 50px; }
    #blog-comments { margin-top: 50px; }
    #single-pagination + .leavecomment { margin-top: 50px; }
    #single-pagination { padding: 50px 0px; }
    .sizefy-no-products { margin-bottom: 50px; }
    .sizefy .filter-container { padding-top: 50px; }
    .product-hero + .sizefy-tabs { margin-top: 50px; }
    .sizefy .related.products, .sizefy .upsells.products { margin-top: 50px; }
    .sizefy .sf-checkout-details .before-checkout > .sizefy-form-login { margin-top: 50px; margin-bottom: 50px; }
    .sizefy .sf-checkout-order #payment { margin-top: 50px; }
    .sizefy .sf-checkout-order { margin-top: 50px; }

    #mini-cart .cart-close, #header-search .search-close { right: 15px; }
    #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close { right: 15px; }
    #menu .menu-login { left: 15px !important; }
    #menu-inner .menu-language { right: 15px !important; }
    #menu-inner .wcml_currency_switcher { right: 15px !important; }
    #menu-inner .menu-language + .wcml_currency_switcher { right: 75px !important; }
    #menu nav#main-nav { padding: 0px 15px !important;  }

    #header-search .search-results { margin-top: 125px; }

    .phatvideo-bg .phatlightcase-play { right: 15px !important; }

    /* columns */
    .column:not(.one-fourth):not(.one-half) { float: none !important; margin-right: 0px !important; width: 100% !important; margin-top: 50px; display: block; }
    .spaced-none .column:not(.one-fourth):not(.one-half) { margin-top: 0px;}
    div .column:first-child, .column.empty-content, .column.empty-content + .column { margin-top: 0px !important; }
    .column.hasbg.empty-content { min-height: 300px !important; }

    .one-fourth { width: calc(50% - 10px); }
    .spaced-big .one-fourth { width: calc(50% - 20px); }
    .spaced-huge .one-fourth { width: calc(50% - 25px); }
    .one-fourth + .one-fourth:nth-child(2) { margin-right: 0px; }
    .two-fourth:first-child { margin-bottom: 50px; }
    .two-fourth:last-child, .one-fourth + .one-fourth:nth-child(3), .one-fourth + .one-fourth:nth-child(4) { margin-top: 50px; }


    /* ISOTOPE */
    .isotope-grid:not(.mobile-col-2) { width: 100%; margin-bottom: -15px; }
    .isotope-grid[class*='isotope-spaced']:not(.mobile-col-2) {margin-bottom: -15px; }
    .isotope-grid[class*='isotope-spaced-big']:not(.mobile-col-2) { margin-bottom: -20px; }
    .isotope-grid[class*='isotope-spaced-huge']:not(.mobile-col-2) { margin-bottom: -30px; }

    .isotope-grid:not(.mobile-col-2) .isotope-item { width: 100% !important; margin-right: 0 !important; margin-bottom: 0px; }
    .isotope-grid[class*='isotope-spaced']:not(.mobile-col-2) .isotope-item { margin-bottom: 5px; }
    .isotope-grid[class*='isotope-spaced-big']:not(.mobile-col-2) .isotope-item { margin-bottom: 10px; }
    .isotope-grid[class*='isotope-spaced-huge']:not(.mobile-col-2) .isotope-item { margin-bottom: 20px; }
    .isotope-grid:not(.mobile-col-2) .isotope-item.double-width { width: 100% !important; }

    .isotope-grid.mobile-col-2[class*='isotope-spaced'] { width: calc(100% + 15px); margin-bottom: -15px; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced-big'] { width: calc(100% + 20px); margin-bottom: -20px; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced-huge'] { width: calc(100% + 30px); margin-bottom: -30px; }

    .isotope-grid.mobile-col-2[class*='isotope-spaced'] .isotope-item { margin-bottom: 15px; margin-right: 15px !important; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced-big'] .isotope-item { margin-bottom: 20px; margin-right: 20px !important; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced-huge'] .isotope-item { margin-bottom: 30px; margin-right: 30px !important; }

    .isotope-grid.mobile-col-2 .isotope-item { width: 50% !important; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 15px) !important; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 20px) !important; }
    .isotope-grid.mobile-col-2[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 30px) !important; }

    /* normal offset */
    .isotope-grid.offset-big:not(.offset-crazy) .isotope-item { margin-top: 0px !important; }
    .isotope-grid.offset-huge:not(.offset-crazy) .isotope-item { margin-top: 0px !important; }
    .isotope-grid.offset-ultra:not(.offset-crazy) .isotope-item { margin-top: 0px !important; }

    /* crazy offset */
    .isotope-grid.offset-crazy .isotope-item { margin-bottom: 40px !important; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(1n) { padding: 0% 4% 0% 7%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(2n) { padding: 0% 2% 1% 0%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(3n) { padding: 0% 0% 0% 6%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(4n) { padding: 0% 5% 0% 2%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(5n) { padding: 0% 7% 0% 1%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(6n) { padding: 0% 3% 0% 4%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(7n) { padding: 0% 2% 0% 5%; }
    .isotope-grid.offset-crazy .isotope-item:nth-child(8n) { padding: 0% 4% 0% 2%; }

    .load-isotope { height: 34px; margin: 20px 0; }


    /* flickity carousel */
    .flickity-carousel[class*='flickity-spaced'] .isotope-item { margin-right: 15px; }
    .flickity-carousel[class*='flickity-spaced-big'] .isotope-item { margin-right: 20px; }
    .flickity-carousel[class*='flickity-spaced-huge'] .isotope-item { margin-right: 30px; }
    .flickity-carousel .isotope-item { width: 50% !important; }
    .flickity-carousel[class*='flickity-spaced'] .isotope-item { width: calc((100% - 15px)/2) !important; }		/* css to make the items align left/right */
    .flickity-carousel[class*='flickity-spaced-big'] .isotope-item  { width: calc((100% - 20px)/2) !important; }
    .flickity-carousel[class*='flickity-spaced-huge'] .isotope-item  { width: calc((100% - 30px)/2) !important; }

    .flickity-carousel .flickity-prev-next-button { width: 34px; height: 34px; top: -44px; }
    .flickity-carousel .flickity-prev-next-button svg { width: 11px; }
    .flickity-carousel .flickity-prev-next-button.previous { right: 40px; }
    .flickity-carousel.image-gallery .flickity-prev-next-button { bottom: 8px;  }
    .flickity-carousel.image-gallery  .flickity-prev-next-button.previous { right: 55px; }
    .flickity-carousel.image-gallery  .flickity-prev-next-button.next { right: 12px; }


    /* instagram widget */
    .widget.sify-instagram-feed ul.instagram-col-2 li { width: 50%; }
    .widget.sify-instagram-feed ul.instagram-col-3 li { width: 33.33%; }
    .widget.sify-instagram-feed ul.instagram-col-4 li { width: 50%; }
    .widget.sify-instagram-feed ul.instagram-col-5 li { width: 33.33%; }
    .widget.sify-instagram-feed ul.instagram-col-6 li { width: 33.33%; }
    .widget.sify-instagram-feed ul.instagram-col-7 li { width: 33.33%; }
    .widget.sify-instagram-feed ul.instagram-col-8 li { width: 25%; }
    .widget.sify-instagram-feed ul.instagram-col-9 li { width: 33.33%; }
    .widget.sify-instagram-feed ul.instagram-col-10 li { width: 33.33%; }

    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-2 li { width: calc(50% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-3 li { width: calc(33.33% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-4 li { width: calc(50% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-5 li { width: calc(33.33% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-6 li { width: calc(33.33% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-7 li { width: calc(33.33% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-8 li { width: calc(25% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-9 li { width: calc(33.33% - 2px); }
    .widget.sify-instagram-feed ul.instagram-spaced-mini.instagram-col-10 li { width: calc(33.33% - 2px); }

    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-2 li { width: calc(50% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-3 li { width: calc(33.33% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-4 li { width: calc(50% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-5 li { width: calc(33.33% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-6 li { width: calc(33.33% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-7 li { width: calc(33.33% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-8 li { width: calc(25% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-9 li { width: calc(33.33% - 10px); }
    .widget.sify-instagram-feed ul.instagram-spaced-small.instagram-col-10 li { width: calc(33.33% - 10px); }

    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-2 li { width: calc(50% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-3 li { width: calc(33.33% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-4 li { width: calc(50% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-5 li { width: calc(33.33% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-6 li { width: calc(33.33% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-7 li { width: calc(33.33% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-8 li { width: calc(25% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-9 li { width: calc(33.33% - 20px); }
    .widget.sify-instagram-feed ul.instagram-spaced-medium.instagram-col-10 li { width: calc(33.33% - 20px); }

    /* single product */
    .product .product-hero .column-section .column { float: none !important; margin-right: 0px !important; width: 100% !important; margin-top: 80px; }
    .product .product-hero .column-section .column:first-child { margin-top: 0px; }
    .product .variation-gallery, .product .variation-gallery.gallery-thumb { width: 100% !important; margin-left: 0px !important; }
    .product .variation-gallery .product-image { width: 100% !important; text-align: center; -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; padding-top: 20px; }
    .product .no-bg .variation-gallery .product-image { padding-top: 0px; }
    .product .product-layout-modern .product-gallery .product-image.fullheight { padding-top: 0px; }
    .product .product-nav { position: inherit; top: 0; left: 0; padding: 0; width: calc(100% + 11px); margin-top: 10px; margin-bottom: -10px; max-height: none; }
    .product .product-nav .productnav-inner { padding-right: 0; max-height: none; overflow-y: visible; }
    .product .product-nav .nav-thumb { float: left; margin-right: 10px; max-width: 80px; width: calc(25% - 10px); height: auto; }
    .product .product-nav { display: none; }
    .product .product-nav.active { display: block; }
    .single-product  .variation-thumbs + .onsale,
    .single-product  .variation-thumbs + .variation-gallery + .onsale,
    .single-product  .variation-thumbs + .badges,
    .single-product  .variation-thumbs + .variation-gallery + .badges { left: 15px; }
    .single-product .product-info .onsale,
    .single-product .product-info .badges { top: auto; left: auto; position: static; margin-bottom: 10px; }
    .single-product .product-info .badges { display: block; }
    .product .product-gallery .product-image img { max-height: inherit; /*vertical-align: inherit;*/ }

    .product .product-layout-modern .product-gallery .product-image { height: 110vw; display : flex;  align-items : center; justify-content:center; }
    .product .product-layout-modern .product-gallery .product-image img { max-height: 100%; }

    .product .product-hero { padding-top: calc(70px + 0px); }
    .product .product-hero:not(.no-bg) { padding-top: 0; margin-top: calc(70px + 0px); }

    .product .product-gallery .flickity-prev-next-button { left: auto; right: 0 !important; top: auto; bottom: 0px; }
    .product .product-gallery .flickity-prev-next-button.previous { margin-top: 0px; left: 0; right: auto !important; }

    .product .no-bg .product-gallery .flickity-prev-next-button { bottom: -45px; }
    .product .no-bg .product-gallery .flickity-prev-next-button.previous { margin-right: 45px; left: auto; right: 0; }

    .quantity input[type="number"] { padding: 0 13px; height: 34px; }
    .quantity span { width: 8px; height: 8px; bottom: calc(50% - 4px); left: calc(50% - 21px); }
    .quantity span.plus {  left: calc(50% + 13px); }

    .product .cart .quantity { margin-right: 30px; }
    .product form.cart table.group_table .sizefy-grouped-product-list-item__quantity { width: 80px; }
    .product form.cart table.group_table .sizefy-grouped-product-list-item__quantity .quantity  { margin: 0; }

    .product .product-hero .column-section .column { margin-top: 50px; }
    .product .product-hero { padding-bottom: 50px; }

    .product .product-layout-modern .cart { max-width: inherit; }
    .product .cart .variations .variation { margin-top: 7px; }
    .product .cart .product-add-to-cart { margin-top: 20px; }
    .product .cart .variations label { min-width: 60px; }
    .product .cart .variations .variation .variable-items-wrapper li { margin: 8px 5px; }
    .product .cart .variations .variation .variable-items-wrapper li > span { min-width: 14px; padding: 0 2px; height: 18px; line-height: 18px; font-size: 12px; }
    .product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li  { margin: 10px 8px; }
    .product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li > span { min-width: 10px; height: 14px; }

    /* thank you */
    .sizefy-order .sizefy-order-overview { width: 100%; }
    .sizefy-order .sizefy-order-overview li { width: 100%; margin-right: 0; float:none; }

    /* my account page */
    .login-register { width: 200%; }
    .login-register .login-container { transform: translateX(0%); }
    .login-register.register-is-visible .register-container {-webkit-transform:translateX(-100%); -moz-transform:translateX(-100%); transform: translateX(-100%); }

    /* Buttons */
    .sf-button{line-height:34px;height:34px;padding:0 17px}
    .sf-button .text{margin-top: 7px; }
    .sf-button.withicon .icon {width:34px;height:34px;margin-right:4px}
    .sf-button.withicon svg{width:11px}
    .sf-button.withicon i { font-size: 11px !important; }

    .sf-button-text, .sizefy .addresses header a.edit { font-size: 12px !important; }
    .sf-button, .sf-button .text, .sf-button .text span { line-height: 34px !important; }
    .sf-button .text, .sf-button .text span { line-height: 20px !important; height: 20px !important; }

    .sf-button.style-4.withicon .icon { margin-left: 6px; }
    .sf-button.style-4.withicon .icon:first-child { margin-right: 6px !important;}

    .sf-button .icon, .sf-button .icon i { line-height: 34px !important; }

    .sizefy .sf-filteropen { line-height: 33px !important; height: 34px !important; margin-right: 0 !important; }

    body #cookie-notice{min-width:inherit;width:calc(100% - 60px);font-size:12px;line-height:18px;left:10px;bottom:10px;}

    /* tabs */
    .sf-tabs .tab-nav li { display: block; margin: 10px 0px 0 0; }
    .sf-tabs .tab-nav li:first-child { margin: 0; }

    /* blog */
    #page-title .post-date { display: block; }
    #page-title .post-cat { margin-left: 0px; }

    /* pagination */
    #single-pagination .pagination li,
    #single-pagination .pagination li.next{ width: 100%; float: none; text-align: center; margin: 20px 0 0 0; }
    #single-pagination .pagination li:first-child {margin:0; }
    #comment-pagination { margin-left: 0px; }

    /* comments */
    .comments .comment .children {  margin-left: 15px;  }
    .leavecomment .comment-form .one-third { float: none; width: 100%; margin-right: 0px; }

    /* fixed product add */
    .product #fixed-product-add { display: none; }


    /* newsletter */
    .newsletter-signup input[type="email"] { font-size: 13px; line-height: 34px; height: 34px; padding: 0 15px; width: calc(100% - 30px - 110px); }
    .newsletter-signup input[type="submit"] { padding-top: 10px; padding-bottom: 10px; font-size: 13px; width: 105px; }
    div.sizef7 .newsletter-signup .ajax-loader { top: 10px; right: 118px; }

}


/* ---------------------

Small Screens (680px max)

------------------------ */
@media only screen and (max-width: 640px) {

    /* search header */
    #header-search .search-form { top: 15px !important; -webkit-transform: translateX(-50%) translateY(0%); -moz-transform: translateX(-50%) translateY(0%); transform: translateX(-50%) translateY(0%); }

    /* columns */
    .column { float: none !important; margin-right: 0px !important; width: 100% !important; margin-top: 50px; display: block; }
    .spaced-none .column { margin-top: 0px; }

    /* menu-search */
    body #header .menu-actions > .menu-search,
    body #header .menu-actions > .header-wishlist { height: 30px !important; }
    body #header .menu-actions > .menu-search > a,
    body #header .menu-actions > .header-wishlist > a { height: 30px !important; line-height: 30px !important; }
    .menu-search { position: fixed !important; top: 80px; right: 15px; margin: 0; opacity: 0; visibility: hidden; }
    .menu-is-open .menu-search { opacity: 1; visibility: visible; }


    /* wishlist */
    .header-wishlist { position: fixed !important; top: 80px; right: 15px; margin: 0; opacity: 0; visibility: hidden; }
    .menu-search + .header-wishlist { right: 55px; }
    .menu-is-open .header-wishlist { opacity: 1; visibility: visible; }

    /* cart & mini cart */
    #mini-cart { width: 100%; min-width: inherit; }
    #mini-cart .cart-title { text-align: center; width: calc(100% - 60px); }
    #mini-cart .cart-title strong { display: block; }
    #mini-cart .cart-title .sf-button { display: inline-block; vertical-align: inherit; margin: 0; }
    #mini-cart .menu-cart-content { margin-top: 120px; height: calc(100vh - 120px); overflow-y: auto; }
    .shop_table thead  { display: none; }
    .shop_table.cart-page tbody tr { border: none; }
    .shop_table td, .shop_table th { display: block; width: 100% !important; text-align: center !important; }
    .shop_table thead tr th:last-child, .shop_table tbody tr td:last-child, .shop_table tfoot tr td:last-child { padding-top: 4px !important; }
    .shop_table .product-name { text-align: center; }
    .shop_table .product-name .product-info { width: 100%; margin-left: 0px; margin-top: 15px; }
    .shop_table .product-name .variation dt { min-width: auto; }
    .shop_table .product-quantity  { text-align: center; }
    .shop_table .product-quantity .amount  { display: inline-block; margin-right: 10px; }
    .shop_table .product-subtotal, .shop_table .product-price  { display: none; }
    .shop_table tbody td.product-name { padding-top: 40px !important; padding-bottom: 0px !important; }
    .shop_table tbody tr:first-child td.product-name { padding-top: 0px !important;  }
    #mini-cart .menu-cart-content .cart-list { max-height: inherit; overflow-y: inherit; }
    #mini-cart .menu-cart-content .cart-bottom { position: static; bottom: auto; left: auto; width: 100%; text-align: center; margin-top: 40px; }
    .menu-cart-content .cart-bottom .total { width: 100%; margin-bottom: 10px; }
    .menu-cart-content .cart-bottom .buttons { position: static; top: auto; right: auto; }
    .cart-collaterals { float: none; width: 100%; }
    .shop_table td.actions .sf-coupon { float: none; width: 300px; margin: 0 auto; }
    .cart-collaterals .shop_table tbody td, .cart-collaterals .shop_table tbody th { padding-top: 0; padding-bottom: 0px; }
    .cart-collaterals .shop_table tbody tr th { padding-top: 20px; color: rgba(0,0,0,0.41); }
    .cart-collaterals .shop_table tbody tr td:last-child { padding-top: 0 !important; }

    .imagebutton-media .imagebutton-title { top: 20px; left: 20px; }
    .imagebutton-media.top-right .imagebutton-title { left: auto; right: 20px; text-align: right; }
    .imagebutton-media.bottom-left .imagebutton-title { top: auto; bottom: 20px; }
    .imagebutton-media.bottom-right .imagebutton-title { top: auto; bottom: 20px; left: auto; right: 20px; text-align: right; }

    span.onsale, span.badges span { font-size: 12px !important; height: 20px !important; top: 10px; left: 10px; line-height: 20px !important; padding: 0 10px !important; }
    span.badges .onsale, span.badges span { position: relative; top: auto; left: auto; }
    span.badges { top: 10px; left: 10px; width: calc(100% - 20px); }
    .shop-container .shop-item .grid-button { display: none; }

    .sizefy .filter-buttons { position: static; top: auto; right: auto; }
    .sizefy .sizefy-ordering { float: left; }
    .sizefy .sizefy-result-count { float: none; }
    .sizefy .filter-container { padding-top: 40px; padding-bottom: 30px; }
    .sizefy .filter-option { margin-top: 10px; }
    .term-description ~ .filter-option { margin-top: 30px; }
    .term-description ~ .filter-option ~ .syapf-before-products > .grid-options { margin-top: 0px; }
    .term-description { width: auto; max-width: 100%; }
    .sizefy select.orderby { font-size: 12px !important; line-height: 34px; height: 34px; padding: 0px 10px 0 0px; background-position: right 2px center; margin-left: 0; border-top: none !important; border-right: none !important; border-left: none !important; border-radius: 0; }

    .sizefy .sf-checkout-details form .sizefy-billing-fields__field-wrapper,
    .sizefy .sf-checkout-details form .sizefy-shipping-fields__field-wrapper,
    .sizefy .sf-checkout-details form .create-account,
    .sizefy .sf-checkout-details .before-checkout .field-wrapper { width: 100%; }
    .sizefy .sf-checkout-details form .sizefy-billing-fields__field-wrapper .form-row,
    .sizefy .sf-checkout-details form .sizefy-shipping-fields__field-wrapper .form-row,
    .sizefy .sf-checkout-details form .create-account .form-row,
    .sizefy .sf-checkout-details .before-checkout .field-wrapper .form-row,
    .sizefy .sizefy-address-fields .form-row,
    .sizefy .edit-account > .form-row,
    .sizefy .edit-account fieldset > .form-row { float: none; width: 100%; margin-right: 0px; }
    .sizefy .sf-coupon form.checkout_coupon { max-width: 100%; }
    .sizefy-order .sizefy-bacs-bank-details { padding: 15px; }

    /* lookbook */
    .shopthelook { width: 270px; padding: 20px 0 0 0; top: calc(6% - 10px); right: calc(10% - 15px); }
    .shopthelook .lookbook-header { padding: 0 15px; }
    .shopthelook .lookbook-close { top: 10px; right: 15px; }
    .shopthelook .lookbook-list { margin: 20px 0 0 0; }
    .shopthelook .lookbook-list li > a { padding: 10px 15px; }
    .lookbook-list .product-name .product-image { max-width: 50px; }
    .lookbook-list .product-name .product-info { margin-left: 10px; width: calc(100% - 70px); }
    .lookbook-list .product-name .product-info .product-title { float: none; }
    .lookbook-list .product-name .product-info .price { float: none; margin-top: 5px; }

    /* wishlist */
    .tinv-wishlist table td, .tinv-wishlist table th { padding: 15px 0 0 0 !important; }
    .tinv-wishlist .tinvwl-table-manage-list .product-remove { width: 100% !important; text-align: center !important; padding-top: 25px !important; }
    .tinv-wishlist .tinvwl-table-manage-list .product-remove button { display: inline-block;}
    .tinv-wishlist .product-thumbnail { min-width: 65px !important; width: 65px !important; padding-top: 10px !important; }
    .tinv-wishlist .product-name { padding-left: 0 !important; padding-top: 15px !important; }
    .tinv-wishlist .product-price { padding-top: 0px !important; }
    .tinv-wishlist table td:last-child { padding-bottom: 25px !important; }
    .tinv-wishlist table tr:first-child td:first-child { padding-top: 0px !important; }


}
.si-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.si-block-audio audio{width:100%;min-width:300px}.editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;position:relative;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;z-index:7}.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .reusable-block-indicator{background:#fff;border-left:1px dashed #e2e4e7;color:#555d66;border-bottom:1px dashed #e2e4e7;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.si-block-button{color:#fff;margin-bottom:1.5em}.si-block-button.aligncenter{text-align:center}.si-block-button.alignright{text-align:right}.si-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:break-word}.si-block-button__link:active,.si-block-button__link:focus,.si-block-button__link:hover{color:inherit}.is-style-squared .si-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .si-block-button__link{background:0 0;border:2px solid currentcolor}.si-block-categories.alignleft{margin-right:2em}.si-block-categories.alignright{margin-left:2em}.si-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.si-block-columns{flex-wrap:nowrap}}.si-block-column{flex:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.si-block-column{flex-basis:50%;flex-grow:0}}@media (min-width:600px){.si-block-column:nth-child(odd){margin-right:32px}.si-block-column:nth-child(even){margin-left:32px}.si-block-column:not(:first-child){margin-left:32px}.si-block-column:not(:last-child){margin-right:32px}}.si-block-cover,.si-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:center center;min-height:430px;width:100%;margin:0 0 1.5em 0;display:flex;justify-content:center;align-items:center;overflow:hidden}.si-block-cover-image.has-left-content,.si-block-cover.has-left-content{justify-content:flex-start}.si-block-cover-image.has-left-content .si-block-cover-image-text,.si-block-cover-image.has-left-content .si-block-cover-text,.si-block-cover-image.has-left-content h2,.si-block-cover.has-left-content .si-block-cover-image-text,.si-block-cover.has-left-content .si-block-cover-text,.si-block-cover.has-left-content h2{margin-left:0;text-align:left}.si-block-cover-image.has-right-content,.si-block-cover.has-right-content{justify-content:flex-end}.si-block-cover-image.has-right-content .si-block-cover-image-text,.si-block-cover-image.has-right-content .si-block-cover-text,.si-block-cover-image.has-right-content h2,.si-block-cover.has-right-content .si-block-cover-image-text,.si-block-cover.has-right-content .si-block-cover-text,.si-block-cover.has-right-content h2{margin-right:0;text-align:right}.si-block-cover .si-block-cover-image-text,.si-block-cover .si-block-cover-text,.si-block-cover h2,.si-block-cover-image .si-block-cover-image-text,.si-block-cover-image .si-block-cover-text,.si-block-cover-image h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.si-block-cover .si-block-cover-image-text a,.si-block-cover .si-block-cover-image-text a:active,.si-block-cover .si-block-cover-image-text a:focus,.si-block-cover .si-block-cover-image-text a:hover,.si-block-cover .si-block-cover-text a,.si-block-cover .si-block-cover-text a:active,.si-block-cover .si-block-cover-text a:focus,.si-block-cover .si-block-cover-text a:hover,.si-block-cover h2 a,.si-block-cover h2 a:active,.si-block-cover h2 a:focus,.si-block-cover h2 a:hover,.si-block-cover-image .si-block-cover-image-text a,.si-block-cover-image .si-block-cover-image-text a:active,.si-block-cover-image .si-block-cover-image-text a:focus,.si-block-cover-image .si-block-cover-image-text a:hover,.si-block-cover-image .si-block-cover-text a,.si-block-cover-image .si-block-cover-text a:active,.si-block-cover-image .si-block-cover-text a:focus,.si-block-cover-image .si-block-cover-text a:hover,.si-block-cover-image h2 a,.si-block-cover-image h2 a:active,.si-block-cover-image h2 a:focus,.si-block-cover-image h2 a:hover{color:#fff}.si-block-cover-image.has-parallax,.si-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.si-block-cover-image.has-parallax,.si-block-cover.has-parallax{background-attachment:scroll}}.si-block-cover-image.has-background-dim::before,.si-block-cover.has-background-dim::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.si-block-cover-image.has-background-dim.has-background-dim-10::before,.si-block-cover.has-background-dim.has-background-dim-10::before{opacity:.1}.si-block-cover-image.has-background-dim.has-background-dim-20::before,.si-block-cover.has-background-dim.has-background-dim-20::before{opacity:.2}.si-block-cover-image.has-background-dim.has-background-dim-30::before,.si-block-cover.has-background-dim.has-background-dim-30::before{opacity:.3}.si-block-cover-image.has-background-dim.has-background-dim-40::before,.si-block-cover.has-background-dim.has-background-dim-40::before{opacity:.4}.si-block-cover-image.has-background-dim.has-background-dim-50::before,.si-block-cover.has-background-dim.has-background-dim-50::before{opacity:.5}.si-block-cover-image.has-background-dim.has-background-dim-60::before,.si-block-cover.has-background-dim.has-background-dim-60::before{opacity:.6}.si-block-cover-image.has-background-dim.has-background-dim-70::before,.si-block-cover.has-background-dim.has-background-dim-70::before{opacity:.7}.si-block-cover-image.has-background-dim.has-background-dim-80::before,.si-block-cover.has-background-dim.has-background-dim-80::before{opacity:.8}.si-block-cover-image.has-background-dim.has-background-dim-90::before,.si-block-cover.has-background-dim.has-background-dim-90::before{opacity:.9}.si-block-cover-image.has-background-dim.has-background-dim-100::before,.si-block-cover.has-background-dim.has-background-dim-100::before{opacity:1}.si-block-cover-image.alignleft,.si-block-cover-image.alignright,.si-block-cover.alignleft,.si-block-cover.alignright{max-width:305px;width:100%}.si-block-cover-image::after,.si-block-cover::after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.si-block-cover-image::after,.si-block-cover::after{content:none}}.si-block-cover-image.aligncenter,.si-block-cover-image.alignleft,.si-block-cover-image.alignright,.si-block-cover.aligncenter,.si-block-cover.alignleft,.si-block-cover.alignright{display:flex}.si-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,.si-block-embed.alignleft,.si-block-embed.alignright{max-width:360px;width:100%}.si-block-embed{margin-bottom:1em}.si-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.si-embed-responsive .si-block-embed.si-embed-aspect-1-1 .si-block-embed__wrapper,.si-embed-responsive .si-block-embed.si-embed-aspect-1-2 .si-block-embed__wrapper,.si-embed-responsive .si-block-embed.si-embed-aspect-16-9 .si-block-embed__wrapper,.si-embed-responsive .si-block-embed.si-embed-aspect-18-9 .si-block-embed__wrapper,.si-embed-responsive .si-block-embed.si-embed-aspect-21-9 .si-block-embed__wrapper,.si-embed-responsive .si-block-embed.si-embed-aspect-4-3 .si-block-embed__wrapper,.si-embed-responsive .si-block-embed.si-embed-aspect-9-16 .si-block-embed__wrapper{position:relative}.si-embed-responsive .si-block-embed.si-embed-aspect-1-1 .si-block-embed__wrapper::before,.si-embed-responsive .si-block-embed.si-embed-aspect-1-2 .si-block-embed__wrapper::before,.si-embed-responsive .si-block-embed.si-embed-aspect-16-9 .si-block-embed__wrapper::before,.si-embed-responsive .si-block-embed.si-embed-aspect-18-9 .si-block-embed__wrapper::before,.si-embed-responsive .si-block-embed.si-embed-aspect-21-9 .si-block-embed__wrapper::before,.si-embed-responsive .si-block-embed.si-embed-aspect-4-3 .si-block-embed__wrapper::before,.si-embed-responsive .si-block-embed.si-embed-aspect-9-16 .si-block-embed__wrapper::before{content:"";display:block;padding-top:50%}.si-embed-responsive .si-block-embed.si-embed-aspect-1-1 .si-block-embed__wrapper iframe,.si-embed-responsive .si-block-embed.si-embed-aspect-1-2 .si-block-embed__wrapper iframe,.si-embed-responsive .si-block-embed.si-embed-aspect-16-9 .si-block-embed__wrapper iframe,.si-embed-responsive .si-block-embed.si-embed-aspect-18-9 .si-block-embed__wrapper iframe,.si-embed-responsive .si-block-embed.si-embed-aspect-21-9 .si-block-embed__wrapper iframe,.si-embed-responsive .si-block-embed.si-embed-aspect-4-3 .si-block-embed__wrapper iframe,.si-embed-responsive .si-block-embed.si-embed-aspect-9-16 .si-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.si-embed-responsive .si-block-embed.si-embed-aspect-21-9 .si-block-embed__wrapper::before{padding-top:42.85%}.si-embed-responsive .si-block-embed.si-embed-aspect-18-9 .si-block-embed__wrapper::before{padding-top:50%}.si-embed-responsive .si-block-embed.si-embed-aspect-16-9 .si-block-embed__wrapper::before{padding-top:56.25%}.si-embed-responsive .si-block-embed.si-embed-aspect-4-3 .si-block-embed__wrapper::before{padding-top:75%}.si-embed-responsive .si-block-embed.si-embed-aspect-1-1 .si-block-embed__wrapper::before{padding-top:100%}.si-embed-responsive .si-block-embed.si-embed-aspect-9-6 .si-block-embed__wrapper::before{padding-top:66.66%}.si-embed-responsive .si-block-embed.si-embed-aspect-1-2 .si-block-embed__wrapper::before{padding-top:200%}.si-block-file{margin-bottom:1.5em}.si-block-file.aligncenter{text-align:center}.si-block-file.alignright{text-align:right}.si-block-file .si-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.si-block-file a.si-block-file__button{text-decoration:none}.si-block-file a.si-block-file__button:active,.si-block-file a.si-block-file__button:focus,.si-block-file a.si-block-file__button:hover,.si-block-file a.si-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.si-block-file *+.si-block-file__button{margin-left:.75em}.si-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.si-block-gallery .blocks-gallery-image,.si-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.si-block-gallery .blocks-gallery-image figure,.si-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.si-block-gallery .blocks-gallery-image figure,.si-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.si-block-gallery .blocks-gallery-image img,.si-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto}.si-block-gallery .blocks-gallery-image img,.si-block-gallery .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.si-block-gallery .blocks-gallery-image img,.si-block-gallery .blocks-gallery-item img{width:auto}}.si-block-gallery .blocks-gallery-image figcaption,.si-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 5px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 60%,transparent)}.si-block-gallery .blocks-gallery-image figcaption img,.si-block-gallery .blocks-gallery-item figcaption img{display:inline}.si-block-gallery.is-cropped .blocks-gallery-image a,.si-block-gallery.is-cropped .blocks-gallery-image img,.si-block-gallery.is-cropped .blocks-gallery-item a,.si-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.si-block-gallery.is-cropped .blocks-gallery-image a,.si-block-gallery.is-cropped .blocks-gallery-image img,.si-block-gallery.is-cropped .blocks-gallery-item a,.si-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.si-block-gallery .blocks-gallery-image,.si-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/ 2)}.si-block-gallery .blocks-gallery-image:nth-of-type(even),.si-block-gallery .blocks-gallery-item:nth-of-type(even){margin-right:0}.si-block-gallery.columns-1 .blocks-gallery-image,.si-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.si-block-gallery.columns-3 .blocks-gallery-image,.si-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 16px * 2)/ 3);margin-right:16px}.si-block-gallery.columns-4 .blocks-gallery-image,.si-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 16px * 3)/ 4);margin-right:16px}.si-block-gallery.columns-5 .blocks-gallery-image,.si-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 16px * 4)/ 5);margin-right:16px}.si-block-gallery.columns-6 .blocks-gallery-image,.si-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 16px * 5)/ 6);margin-right:16px}.si-block-gallery.columns-7 .blocks-gallery-image,.si-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 16px * 6)/ 7);margin-right:16px}.si-block-gallery.columns-8 .blocks-gallery-image,.si-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 16px * 7)/ 8);margin-right:16px}.si-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.si-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.si-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.si-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.si-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.si-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.si-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.si-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.si-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.si-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.si-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.si-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.si-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.si-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.si-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.si-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.si-block-gallery .blocks-gallery-image:last-child,.si-block-gallery .blocks-gallery-item:last-child{margin-right:0}.si-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.si-block-gallery.alignleft,.si-block-gallery.alignright{max-width:305px;width:100%}.si-block-gallery.aligncenter,.si-block-gallery.alignleft,.si-block-gallery.alignright{display:flex}.si-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.si-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.si-block-image img{max-width:100%}.si-block-image.aligncenter{text-align:center}.si-block-image.alignfull img,.si-block-image.alignwide img{width:100%}.si-block-image .aligncenter,.si-block-image .alignleft,.si-block-image .alignright,.si-block-image.is-resized{display:table;margin-left:0;margin-right:0}.si-block-image .aligncenter>figcaption,.si-block-image .alignleft>figcaption,.si-block-image .alignright>figcaption,.si-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.si-block-image .alignleft{float:left;margin-right:1em}.si-block-image .alignright{float:right;margin-left:1em}.si-block-image .aligncenter{margin-left:auto;margin-right:auto}.si-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.si-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .si-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .si-block-latest-comments__comment .si-block-latest-comments__comment-excerpt,.has-avatars .si-block-latest-comments__comment .si-block-latest-comments__comment-meta{margin-left:52px}.has-dates .si-block-latest-comments__comment,.has-excerpts .si-block-latest-comments__comment{line-height:1.5}.si-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.si-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.si-block-latest-comments .avatar,.si-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.si-block-latest-posts.alignleft{margin-right:2em}.si-block-latest-posts.alignright{margin-left:2em}.si-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.si-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.si-block-latest-posts.columns-2 li{width:calc((100% / 2) - 16px)}.si-block-latest-posts.columns-3 li{width:calc((100% / 3) - 16px)}.si-block-latest-posts.columns-4 li{width:calc((100% / 4) - 16px)}.si-block-latest-posts.columns-5 li{width:calc((100% / 5) - 16px)}.si-block-latest-posts.columns-6 li{width:calc((100% / 6) - 16px)}}.si-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.si-block-media-text{display:grid}.si-block-media-text{grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.si-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.si-block-media-text .si-block-media-text__media{grid-area:media-text-media;margin:0}.si-block-media-text .si-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8% 0 8%}.si-block-media-text>figure>img,.si-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.si-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.si-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}p.is-small-text{font-size:14px}p.is-regular-text{font-size:16px}p.is-large-text{font-size:36px}p.is-larger-text{font-size:48px}p.has-drop-cap:not(:focus)::first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap:not(:focus)::after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.si-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.si-block-pullquote.alignleft,.si-block-pullquote.alignright{max-width:305px}.si-block-pullquote.alignleft p,.si-block-pullquote.alignright p{font-size:20px}.si-block-pullquote p{font-size:28px;line-height:1.6}.si-block-pullquote cite,.si-block-pullquote footer{position:relative}.si-block-pullquote .has-text-color a{color:inherit}.si-block-pullquote:not(.is-style-solid-color){background:0 0}.si-block-pullquote.is-style-solid-color{border:none}.si-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.si-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.si-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.si-block-pullquote cite{color:inherit}.si-block-quote.is-large,.si-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.si-block-quote.is-large p,.si-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.si-block-quote.is-large cite,.si-block-quote.is-large footer,.si-block-quote.is-style-large cite,.si-block-quote.is-style-large footer{font-size:18px;text-align:right}.si-block-separator.is-style-wide{border-bottom-width:1px}.si-block-separator.is-style-dots{background:0 0;border:none;text-align:center;max-width:none;line-height:1;height:auto}.si-block-separator.is-style-dots::before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.si-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.si-block-table.has-fixed-layout{table-layout:fixed;width:100%}.si-block-table.aligncenter,.si-block-table.alignleft,.si-block-table.alignright{display:table;width:auto}.si-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;border-bottom:1px solid #f3f4f5}.si-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.si-block-table.is-style-stripes td{border-color:transparent}.si-block-text-columns{display:flex}.si-block-text-columns.aligncenter{display:flex}.si-block-text-columns .si-block-column{margin:0 16px;padding:0}.si-block-text-columns .si-block-column:first-child{margin-left:0}.si-block-text-columns .si-block-column:last-child{margin-right:0}.si-block-text-columns.columns-2 .si-block-column{width:calc(100% / 2)}.si-block-text-columns.columns-3 .si-block-column{width:calc(100% / 3)}.si-block-text-columns.columns-4 .si-block-column{width:calc(100% / 4)}pre.si-block-verse{white-space:nowrap;overflow:auto}.si-block-video{margin-left:0;margin-right:0}.si-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.si-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.si-block-video.aligncenter{text-align:center}.si-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}
div.sizef7 {
    margin: 0;
    padding: 0;
}

div.sizef7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.sizef7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.sizef7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.sizef7-mail-sent-ng,
div.sizef7-aborted {
    border: 2px solid #ff0000;
}

div.sizef7-spam-blocked {
    border: 2px solid #ffa500;
}

div.sizef7-validation-errors,
div.sizef7-acceptance-missing {
    border: 2px solid #f7e700;
}

.sizef7-form-control-wrap {
    position: relative;
}

span.sizef7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.sizef7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.sizef7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.sizef7-list-item-label::before,
span.sizef7-list-item-label::after {
    content: " ";
}

.sizef7-display-none {
    display: none;
}

div.sizef7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(assets/img/loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.sizef7 .ajax-loader.is-active {
    visibility: visible;
}

div.sizef7 div.ajax-error {
    display: none;
}

div.sizef7 .placeheld {
    color: #888;
}

div.sizef7 input[type="file"] {
    cursor: pointer;
}

div.sizef7 input[type="file"]:disabled {
    cursor: default;
}

div.sizef7 .sizef7-submit:disabled {
    cursor: not-allowed;
}

.ct-size-guide {
    padding: 40px;
    background: white;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.ct-size-guide div {
    max-width: 520px !important;
}

.ct-size-guide.ct_sg_tabbed {
    padding: 0px;
    max-width: 100%;
}

.ct-size-guide table {
    width: 100%;
}

.ct-size-guide table td{
    color: #000000;
}

.ct-size-guide table tr:nth-child(1n+1) {
    color: #000000;
}

.ct_sg_tabbed .sg_content {
    max-width: 100%;
}

.ct_table_caption {
    font-size: small;
    color: #808080;
    font-style: italic;
    margin: 0;
}

button.mfp-close {
    position: absolute;
}

h2.sg_title {
    font-weight: 400;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.sg_content h4 {
    clear: none;
}

.ct_table_container .ct-table-hover{
    background: #999999;
}

.ct_table_container .ct-table-cursor{
    background: #2C72AD;
    color: #FFFFFF;
}

/*responsive tables */

@media only screen and (max-width: 800px) {

    .ct-size-guide .ct_table_container {
        overflow-x: auto;
    }

    .ct-size-guide .ct-size-guide--Responsive .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .ct-size-guide * html .cf {
        zoom: 1;
    }

    .ct-size-guide .ct-size-guide--Responsive *:first-child + html .cf {
        zoom: 1;
    }

    .ct-size-guide .ct-size-guide--Responsive table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .ct-size-guide .ct-size-guide--Responsive th,
    .ct-size-guide .ct-size-guide--Responsive td {
        margin: 0;
        vertical-align: top;
    }

    .ct-size-guide .ct-size-guide--Responsive table {
        display: block;
        position: relative;
        width: 100%;
    }

    .ct-size-guide .ct-size-guide--Responsive thead {
        display: block;
        float: left;
    }

    .ct-size-guide .ct-size-guide--Responsive tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .ct-size-guide .ct-size-guide--Responsive thead tr {
        display: block;
    }

    .ct-size-guide .ct-size-guide--Responsive th {
        display: block;
    }

    .ct-size-guide .ct-size-guide--Responsive tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .ct-size-guide .ct-size-guide--Responsive td {
        display: block;
        min-height: 1.25em;
    }

    /* sort out borders */
    .ct-size-guide .ct-size-guide--Responsive th {
        border: 0;
    }

    .ct-size-guide .ct-size-guide--Responsive td {
        border: 0;
    }

    .ct-size-guide .ct-size-guide--Responsive tbody tr {
        border: 0;
    }

    .ct-size-guide .ct-size-guide--Responsive th:last-child,
    .ct-size-guide .ct-size-guide--Responsive td:last-child {
        border: 0;
    }

    .ct-size-guide .ct-size-guide--Responsive{
        position: relative;
    }
    .ct-size-guide .ct-size-guide--Responsive:after {
        position: absolute;
        bottom: -25px;
        left: 5px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e120";
    }

    .ct_table_container .ct-size-guide--Responsive td{
        padding: 5px;
    }

    .ct_table_container .ct-size-guide--Responsive + hr{
        display: none;
    }


}

.single_variation_wrap .open-popup-link
{
    display: none;
}
/*SKIN 1*/

div.sg table tr td, div.sg table tr th{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

div.sg table tr td:last-child{
    border-right: none;
}

div.sg table tr:first-child th{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

div.sg table tr:first-child th:last-child{
    border-right: none;
}

div.sg table, div.sg table th{
    text-align: center;
    vertical-align: middle;
}

div.sg table td, div.sg table th{
    padding: 5px 0;
}

div.sg .ct_table_title {
    font-weight: bold;
    font-size: large;
}

a.button_sg{
    font-weight: normal;
    text-decoration: none;
    padding: 10px 15px;
    color: #1a1a1a;
    background: white;
    border: 1px solid #e5e5e5;
}

.ct_table_container .ct-size-guide--Responsive{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #cccccc; }
.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
@font-face {
    font-family: 'icomoon';
    src:url();
    src:url() format('embedded-opentype'),
    url() format('woff'),
    url() format('truetype'),
    url() format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon2';
    src:  url();
    src:  url() format('embedded-opentype'),
    url() format('truetype'),
    url() format('woff'),
    url() format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url();
    src: url() format('embedded-opentype'),
    url() format('woff'),
    url() format('truetype'),
    url() format('svg');
}
.ct_single_size_table [class^="icon-"], .ct_single_size_table [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li#menu-posts-ct_size_guide .dashicons-admin-post:before, .dashicons-format-standard:before, #adminmenu #menu-posts-ct_size_guide div.si-menu-image:before {
    font-family: 'icomoon' !important;
    content: '\f000' !important;
    font-size: 15px;
    padding-top: 9px;
}

.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}
.icon-tab:before {
    content: "\ea45";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(../font/fontawesome-webfont.eot);src:url(../font/fontawesome-webfont.eot) format('embedded-opentype'),url(../font/fontawesome-webfont.woff2) format('woff2'),url(../font/fontawesome-webfont.woff) format('woff'),url(../font/fontawesome-webfont.ttf) format('truetype'),url(../font/fontawesome-webfont.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sf-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sf-only-focusable:active,.sf-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

#sy_size_guide_button_icon {
    display: none;
}

.open-popup-link {
    display: table;
    line-height: normal;
}

.open-popup-link:hover .fa {
    color: inherit;
}

.open-popup-link .fa {
    color: inherit;
    display: table-cell;
    font-size: 13px;
    line-height: normal;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

[data-value*=fa-blank] {
    box-sizing: border-box;
    height: 38px;
    line-height: normal;
    width: 39px;
}

.sg-fw-option-type-icon .sg-option-type-icon-list {
    margin-top: 1em;
    padding-left: 1px;
    padding-bottom: 1px;
    overflow: auto;
    max-height: 10.1em;
}

.sg-fw-option-type-icon .sg-option-type-icon-list:first-child {
    margin-top: 0;
}

.sg-fw-option-type-icon .sg-option-type-icon-list:after {
    content: '';
    display: block;
    clear: both;
}

.sg-fw-option-type-icon .sg-option-type-icon-list i {
    float: left;
    border: 1px solid #e1e1e1;
    margin: 0 0 -1px -1px;
    padding: 0.5em 0;
    background-color: #ffffff;
    text-align: center;
    min-width: 2em;
}

body.rtl .sg-fw-option-type-icon .sg-option-type-icon-list i {
    float: right;
}

.sg-fw-option-type-icon .sg-option-type-icon-list i:before {
    display: inline-block;
}

.sg-fw-option-type-icon .sg-option-type-icon-list i:hover {
    background: #0074a2;
    color: #fff;
    cursor: pointer;
}
.sg-fw-option-type-icon .sg-option-type-icon-list i.active:hover,
.sg-fw-option-type-icon .sg-option-type-icon-list i.active{
    background: #64bd1f;
    color: #fff;
}

.sg-fw-option-type-icon .sg-fw-backend-option {
    border-bottom: none;
    padding-bottom: 0;
}

.sg-fw-option-type-icon .fw-options-tabs-wrapper .fw-options-tabs-contents {
    margin-top: 0 !important;
}


/* Let's get this party started */

.sg-fw-option-type-icon .sg-option-type-icon-list::-webkit-scrollbar {
    width: 5px;
}


/* Handle */

.sg-fw-option-type-icon .sg-option-type-icon-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(92,92,92,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.sg-fw-option-type-icon .sg-option-type-icon-list::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(92,92,92,0.4);
}

.button_sg .fa {
    font-family: FontAwesome !important;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls {
    z-index:100000;
    position:fixed;
    bottom:0px; width:100%;
    height:auto;
    background:rgba(0,0,0,0.6);
    padding:10px;
    box-sizing: border-box;
}

.debugtimeline {
    width:100%;
    height:10px;
    position:relative;
    display:block;
    margin-bottom:3px;
    display:none;
    white-space: nowrap;
    box-sizing: border-box;
}

.debugtimeline:hover {
    height:15px;

}

.the_timeline_tester {
    background:#e74c3c;
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:0;
}

.rs-go-fullscreen {
    position:fixed !important;
    width:100% !important;
    height:100% !important;
    top:0px !important;
    left:0px !important;
    z-index:9999999 !important;
    background:#ffffff !important;
}


.debugtimeline.tl_slide .the_timeline_tester {
    background:#f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
    background:#3498db;
}

.debugtimline_txt {
    color:#fff;
    font-weight: 400;
    font-size:7px;
    position:absolute;
    left:10px;
    top:0px;
    white-space: nowrap;
    line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
    font-family: 'revicons';
    src: url();
    src: url() format('embedded-opentype'),
    url() format('woff'),
    url() format('truetype'),
    url() format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î ' */
.revicon-trash:before { content: '\e801'; } /* 'î ' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î ' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ž' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */



/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
    position:relative;
    z-index: 0;
    width:100%;
}

.rev_slider{
    position:relative;
    overflow:visible;
}

.entry-content .rev_slider a,
.rev_slider a { box-shadow: none; }

.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}

.tp-simpleresponsive img,
.rev_slider img{
    max-width:none !important;
    transition: none;
    margin:0px;
    padding:0px;
    border:none;
}

.rev_slider .no-slides-text{
    font-weight:bold;
    text-align:center;
    padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
    list-style:none !important;
    position:absolute;
    margin:0px !important;
    padding:0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image:none;
    background-position:0px 0px;
    text-indent: 0em;
    top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li {
    visibility:hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{
    padding:0 !important;
    margin:0 !important;
    list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{
    position:relative;
    visibility:hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index:1;
}

.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
    margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}


/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
    cursor:url(), move;
}
.tp-carousel-wrapper.dragged {
    cursor:url(), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
    box-sizing:border-box;
    max-height:none !important;
}


.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {
    visibility:hidden !important;
    display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
    max-width: none !important
}

.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

.tp-parallax-wrap { transform-style: preserve-3d }

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}

.rev_column .tp-parallax-wrap  { vertical-align: top }

.rev_slider .tp-caption.rev_row 	{
    display:table;
    position:relative;
    width:100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height:auto !important;
    font-size:0px;
}

.rev_column {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size:0px;
}

.rev_column_inner {
    box-sizing: border-box;
    display: block;
    position: relative;
    width:100% !important;
    height:auto !important;
    white-space: normal !important;
}

.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent;
}



.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}


.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; }


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/


.fullscreen-container {
    position:relative;
    padding:0;
}


.fullwidthbanner-container{
    position:relative;
    padding:0;
    overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
    width:100%;
    position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{
    position:absolute; z-index:101; top:0px;left:0px;
    /*pointer-events:none;*/

}

/* new static layers position option */
.tp-static-layers-back {
    z-index:0;
}


.tp-caption .frontcorner		{
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
    width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
    filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{
    background:#000;
    background:rgba(0,0,0,0.3);
    border-radius:5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height:50px;
    box-sizing: border-box;

    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition:opacity 300ms ease-out !important;
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}
.tp-caption:hover .tp-video-play-button	{	opacity: 1; display:block;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    display:table;max-width:100%; overflow:hidden;box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    border-radius: 3px;
    cursor:pointer;
    line-height:12px;
    font-size:12px;
    color:#fff;
    padding:0px;
    margin:0px;
    outline: none;
}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}


.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

/******************************
	-	SHADOWS		-
******************************/

.tp-shadosyover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width:300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0,0,0,0.8);

    transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tp-shadow5
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
    content:"";
    position:absolute;
    z-index:-2;
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
    padding:6px 13px 5px;
    border-radius: 3px;
    height:30px;
    cursor:pointer;
    color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
    font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
    text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700;box-shadow:0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555;box-shadow:0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888;box-shadow:0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important;  opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	border-radius: 30px; }
.rev-minround 							{ 	border-radius: 3px; }


/* BURGER BUTTON */
.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51,51,51,0.25);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
    margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);

}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);

    opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
    border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
    background: #fff;
}
.rev-burger.revb-whitenoborder {
    border: 0;
}
.rev-burger.revb-whitenoborder span {
    background: #fff;
}
.rev-burger.revb-darknoborder {
    border: 0;
}
.rev-burger.revb-darknoborder span {
    background: #333;
}

.rev-burger.revb-whitefull {
    background: #fff;
    border:none;
}

.rev-burger.revb-whitefull span {
    background:#333;
}

.rev-burger.revb-darkfull {
    background: #333;
    border:none;
}

.rev-burger.revb-darkfull span {
    background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width:35px;
    height:55px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
    color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
    opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
    background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}

.rev-scroll-btn.revs-fulldark  {
    background:#333;
    border:none;
}

.rev-scroll-btn.revs-fulldark  span {
    background: #fff;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
    border-color:#333;
}
.rev-scroll-btn.revs-dark span {
    background: #333;
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width:60px;
    height:60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr	{
    border-radius: 3px;
}

.rev-cbutton-light	{
    color: #333;
    background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
    color: #333;
    border-radius: 3px;
    background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
    line-height: 37px;
    width:37px;
    height:37px;
}

.rev-sbutton-blue	{
    background-color: #3B5998
}
.rev-sbutton-lightblue	{
    background-color: #00A0D1;
}
.rev-sbutton-red	{
    background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom:1;
}

.tp-caption img {  }

/*********************************************
-	sizefy STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}


.tp-caption .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important;
}

.tp-caption  .rs-starring .star-rating:before,
.tp-caption  .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
    top:50%; left:50%;
    z-index:10000;
    position:absolute;
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image:url(assets/img/loader.gif);
    background-repeat:no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-top:-20px;
    margin-left:-20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
}


.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-top:-20px;
    margin-left:-20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
}



.tp-loader.spinner5 	{
    background-image:url(assets/img/loader.gif);
    background-repeat:no-repeat;
    background-position:10px 10px;
    background-color:#fff;
    margin:-22px -22px;
    width:44px;height:44px;
    border-radius: 3px;
}


@keyframes tp-rotateplane {
    0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
    50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
    100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top:-20px;margin-left:-20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
    0% {transform: scale(0.0);}
    100% {transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
    animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
    animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
    0%, 80%, 100% {transform: scale(0.0);}
    40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
    0%, 100% {transform: scale(0.0);}
    50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}


.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {height:500%;width:500%}


#rs-demo-id {}

@font-face{font-family:tinvwl-webfont;src:url(../font/tinvwl-webfont.eot);src:url(../font/tinvwl-webfont.eot) format("embedded-opentype"),url(../font/tinvwl-webfont.ttf) format("truetype"),url(../font/tinvwl-webfont.woff) format("woff"),url(../font/tinvwl-webfont.svg) format("svg");font-weight:400;font-style:normal}.ftinvwl{font-family:tinvwl-webfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ftinvwl-twitter:before{content:"\f099"}.ftinvwl-facebook:before{content:"\f09a"}.ftinvwl-facebook-f:before{content:"\f09a"}.ftinvwl-google:before{content:"\f0d5"}.ftinvwl-email:before{content:"\f0e0"}.ftinvwl-pinterest:before{content:"\f231"}.ftinvwl-whatsapp:before{content:"\f232"}.ftinvwl-clipboard:before{content:"\e911"}.ftinvwl-star:before{content:"\e912"}.ftinvwl-shopping-cart:before{content:"\e913"}.ftinvwl-magic:before{content:"\e914"}.ftinvwl-info:before{content:"\e915"}.ftinvwl-graduation-cap:before{content:"\e918"}.ftinvwl-floppy-o:before{content:"\e919"}.ftinvwl-eyedropper:before{content:"\e91a"}.ftinvwl-exclamation-triangle:before{content:"\e91b"}.ftinvwl-check:before{content:"\e91e"}.ftinvwl-arrow-left:before{content:"\e91f"}.ftinvwl-wrench:before{content:"\e920"}.ftinvwl-chevron-down:before{content:"\e900"}.ftinvwl-chevron-right:before{content:"\e901"}.ftinvwl-chevron-left:before{content:"\e902"}.ftinvwl-chevron-up:before{content:"\e903"}.ftinvwl-cancel:before{content:"\e904"}.ftinvwl-times:before{content:"\e905"}.ftinvwl-heart-plus:before{content:"\e906"}.ftinvwl-heart-mark-right:before{content:"\e907"}.ftinvwl-heart2:before{content:"\e908"}.ftinvwl-heart-o:before{content:"\e909"}.ftinvwl-heart-mark-left:before{content:"\e90a"}.ftinvwl-heart-mail:before{content:"\e90b"}.ftinvwl-heart-tinv:before{content:"\e90c"}.ftinvwl-key:before{content:"\e90d"}.ftinvwl-lock:before{content:"\e90e"}.ftinvwl-hearts:before{content:"\e90f"}.ftinvwl-user:before{content:"\e910"}@-webkit-keyframes ftinvwl-pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ftinvwl-pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.ftinvwl-pulse.ftinvwl-animated::before{-webkit-animation:ftinvwl-pulse 2s linear infinite;animation:ftinvwl-pulse 2s linear infinite}.tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}.tinv-wishlist *{box-sizing:border-box}.tinvwl-wishlist :after,.tinvwl-wishlist :before{box-sizing:border-box}.tinv-wishlist select{width:140px}.tinv-wishlist ul{list-style:none;margin:0;padding:0}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-left:-10px}.sizefy.tinv-wishlist #respond input#submit.alt,.sizefy.tinv-wishlist a.button.alt,.sizefy.tinv-wishlist button.button.alt,.sizefy.tinv-wishlist input.button.alt{text-align:center}.tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-right:6px}.tinv-wishlist input[type=button] i,.tinv-wishlist input[type=reset] i,.tinv-wishlist input[type=submit] i{margin-right:6px}.tinv-wishlist a.tinv-close-modal i{margin-right:0}a.wishlist_products_counter{text-decoration:none}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.sizefy ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.sizefy-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before{content:'\e909';display:inline-block;font-family:tinvwl-webfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.sizefy ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.sizefy-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before{content:'\e906';display:inline-block;font-family:tinvwl-webfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;left:50%;margin-right:0}.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-left:1em;vertical-align:bottom}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:'\e908'}.sizefy ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.sizefy-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:'\e908'}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.sizefy ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.sizefy-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:'\e907'}.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#fff}.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:15px}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt{padding:10px 11px;line-height:1}a.wishlist_products_counter.top_wishlist-custom.no-txt,span.wishlist_products_counter.top_wishlist-custom.no-txt{padding:10px 11px;line-height:1}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,a.wishlist_products_counter.top_wishlist-custom img,span.wishlist_products_counter.top_wishlist-custom img{display:inline-block!important;vertical-align:baseline;width:auto!important;max-width:16px;max-height:16px;margin-bottom:0;margin:0 6px 0 0!important}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,a.wishlist_products_counter.top_wishlist-custom.no-txt img,span.wishlist_products_counter.top_wishlist-custom.no-txt img{margin-right:0!important}.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,div.product form.cart .tinvwl_add_to_wishlist_button{float:none}ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}.tinvwl_add_to_wishlist_button{display:inline-block;cursor:pointer}.tinv-wishlist.sizefy .stock.in-stock:before{content:none}.tinv-wraper.tinv-wishlist{font-size:100%}.tinv-create-list li input[type=radio]{margin-right:10px}.tinv-create-list li+li{margin-top:15px}.tinv-create-list .tinvwl-input-group+ul{margin-top:25px}.tinv-search-list{margin-bottom:36px}.tinv-wishlist .tinv-header{margin-bottom:30px}.tinv-wishlist table{position:relative;table-layout:auto;margin-bottom:30px;z-index:2}.tinv-overlay{top:0;left:0;position:fixed;transition:opacity .3s ease,visibility .3s ease}.tinv-wishlist .tinv-modal{top:0;left:0;position:fixed;transition:opacity .3s ease,visibility .3s ease}.tinv-wishlist table.tinvwl-table-manage-list{margin-bottom:27px;width:100%}.tinv-wishlist table input[type=checkbox]{margin-right:0}.tinv-wishlist table td,.tinv-wishlist table th{padding:1em;vertical-align:middle}.tinv-wishlist .tinvwl-table-manage-list .product-cb{width:35px;text-align:center}.tinv-wishlist .tinvwl-table-manage-list .product-remove{width:46px;text-align:center}.tinv-wishlist .product-remove button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;margin:0 auto;width:27px;height:27px;border-radius:50%;padding:0;box-shadow:none;border:none;background-color:#f7f7f7;color:#000;font-size:20px;padding-left:3px}.tinv-wishlist .product-thumbnail{min-width:100px;width:100px}.tinv-wishlist .product-thumbnail .si-post-image{margin-bottom:0}.tinv-wishlist td.product-name a+.variation{margin-top:2px}.tinv-wishlist .product-stock i{margin-right:15px}.tinv-wishlist .product-stock p{display:table}.tinv-wishlist .product-stock span{display:table-cell;vertical-align:middle}.tinv-wishlist .product-action>.button>i,.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove],.tinv-wishlist table thead th .tinvwl-mobile{display:none}.tinv-wishlist.sizefy .product-quantity{width:80px;text-align:center}.tinv-wishlist.sizefy table .quantity .qty{max-width:100%;width:62px;text-align:left}.tinv-wishlist .product-action{width:135px;text-align:center}.tinv-wishlist .product-action .button{width:100%}.tinv-wishlist .product-action .tinvwl_move_product_button{margin-top:5px}.tinv-wishlist .tinvwl-table-manage-list .product-action>button[name=tinvwl-remove]>i{margin-right:0}.tinv-wishlist .wishlist-cb{width:33px;text-align:center}.tinv-wishlist .wishlist-name .tinvwl-rename-input input{width:100%}.tinv-wishlist .wishlist-name .tinvwl-rename-button{float:right}.tinv-wishlist .wishlist-name .tinvwl-rename-button>i{margin-right:10px}.tinv-wishlist .wishlist-privacy,.tinv-wishlist table:not(.tinvwl-public) .wishlist-date{width:18%}.tinv-wishlist .wishlist-privacy select{width:100%}.tinv-wishlist .wishlist-name{width:45%}.tinv-wishlist .wishlist-action{width:120px;text-align:center}.tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:none;margin-right:0}.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:inline-block;vertical-align:middle}.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list>a.button{margin-right:0}.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:-10px}.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){float:left;width:35%;margin-right:2%}.tinv-wishlist tfoot .tinvwl-to-right{float:left;width:63%;text-align:right}.tinv-wishlist tfoot .tinvwl-to-right>*{margin:10px 0 0;vertical-align:middle}.tinv-wishlist tfoot .tinvwl-to-right>*+*{margin-left:10px}.tinv-wishlist tfoot .tinvwl-to-left:empty+.tinvwl-to-right{width:100%}.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button{margin-top:16px}.tinv-wishlist .navigation-button{margin-top:-10px}.tinv-wishlist .navigation-button>li{float:left}.tinv-wishlist .navigation-button>li>.tinv-create-list>a,.tinv-wishlist .navigation-button>li>a{margin-right:30px;margin-top:10px;display:inline-block}.tinv-wishlist .navigation-button>li>.tinv-create-list>a.button,.tinv-wishlist .navigation-button>li>a.button{margin-right:10px}.tinv-wishlist .navigation-button>li:last-child>.tinv-create-list>a,.tinv-wishlist .navigation-button>li:last-child>a{margin-right:0}.tinv-wishlist .social-buttons{float:right}.tinv-wishlist .social-buttons>span,.tinv-wishlist .social-buttons>ul{display:inline-block;vertical-align:middle}.tinv-wishlist .social-buttons>span{margin-right:27px}.tinv-wishlist .social-buttons li{float:left;margin-right:5px;list-style:none}.tinv-wishlist .social-buttons li:last-child{margin-right:0}.tinv-wishlist .social-buttons li a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;border-radius:50%;text-align:center;box-shadow:none;border:0;font-size:20px}.tinv-wishlist .social-buttons li a.white{color:#fff}.tinv-wishlist .social-buttons li a.dark{color:#000}.tinv-wishlist .social-buttons li a i{line-height:2em}.tinv-wishlist .navigation-button .tinv-create-list>a.tinvwl-no-icon>i,.tinv-wishlist .navigation-button li>a.tinvwl-no-icon>i{display:none}.tinv-wishlist .tinv-lists-nav{margin-bottom:35px}.tinv-wishlist .tinv-next{display:inline-block;float:left}.tinv-wishlist .tinv-prev{display:inline-block;float:left;margin-right:35px!important}.tinv-wishlist .tinv-prev i{margin-left:0;margin-right:18px}.tinv-wishlist .tinv-next i{margin-left:18px;margin-right:0}@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}.tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove]{display:inline-block;margin-top:5px}.tinv-wishlist .product-action{width:60px}}@media only screen and (max-width:1024px) and (min-width:641px){.tinv-wishlist .tinvwl-table-manage-list td.product-stock p{display:block;text-align:center}.tinv-wishlist .product-stock span{display:block}.tinv-wishlist .tinvwl-table-manage-list td.product-stock i{margin-right:0}.tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt{display:none}.tinv-wishlist .product-thumbnail{max-width:76px;width:76px}.tinv-wishlist .product-action .button>i{display:inline-block;margin-right:0}.tinv-wishlist .product-action .button .tinvwl-txt{display:none}}@media only screen and (max-width:640px){.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,.tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name){display:none}.tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name){display:none}.tinv-wishlist thead th .tinvwl-full{display:none}.tinv-wishlist table.tinvwl-table-manage-list thead th.product-name,.tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name{display:block;width:100%;text-align:center}.tinv-wishlist table thead th .tinvwl-mobile{display:block}.tinv-wishlist table.tinvwl-table-manage-list tbody td{display:block;width:100%!important;text-align:center}.tinv-wishlist table.tinvwl-table-manage-lists tbody td,.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td{display:block;width:100%!important;text-align:center}.tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child){border-bottom:0}.tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child),.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child){border-bottom:0}.tinv-wishlist .product-stock p{margin:0 auto}.tinv-wishlist .product-thumbnail img{margin:0 auto;max-width:80px}.tinv-wishlist.sizefy table .quantity .qty{text-align:center;width:100%}.tinv-wishlist .product-action .tinvwl_move_product_button{margin-top:10px}.tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}}@media only screen and (max-width:1024px){.tinv-wishlist .wishlist-name .tinvwl-rename-button>i,.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){margin-right:0}.tinv-wishlist .wishlist-name .tinvwl-rename-button span{display:none}.tinv-wishlist .wishlist-action{width:60px}.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){float:none;width:auto}.tinv-wishlist tfoot .tinvwl-to-right{float:none;width:auto;text-align:left}}@media only screen and (max-width:1024px) and (min-width:641px){.tinv-wishlist .wishlist-action button[value=manage_remove] span{display:none}.tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:inline-block}.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}}@media only screen and (max-width:640px){.tinv-wishlist button[value=manage_apply] .tinvwl-mobile,.tinv-wishlist button[value=product_apply] .tinvwl-mobile{display:none}.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}.tinv-wishlist tfoot .tinvwl-to-right>*{margin:10px 0 0}.tinv-wishlist tfoot .tinvwl-to-right .button:first-child,.tinv-wishlist tfoot .tinvwl-to-right button:first-child{margin-top:0!important}.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:20px}}@media only screen and (max-width:1024px){.tinv-wishlist .social-buttons{float:none;width:auto;text-align:left;margin-top:20px}.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button{margin-top:30px}.tinv-wishlist .tinv-login form input[name=login]{min-width:auto}}@media only screen and (max-width:640px){.tinv-wishlist .social-buttons{text-align:center}.tinv-wishlist .navigation-button>li{width:20%;text-align:center}.tinv-wishlist .navigation-button.tinvwl-btns-count-1>li{width:100%}.tinv-wishlist .navigation-button.tinvwl-btns-count-2>li{width:50%}.tinv-wishlist .navigation-button.tinvwl-btns-count-3>li{width:33%}.tinv-wishlist .navigation-button.tinvwl-btns-count-4>li{width:25%}.tinv-wishlist .navigation-button>li+li{width:20%}.tinv-wishlist .navigation-button.tinvwl-btns-count-1>li+li{width:100%}.tinv-wishlist .navigation-button.tinvwl-btns-count-2>li+li{width:50%}.tinv-wishlist .navigation-button.tinvwl-btns-count-3>li+li{width:33%}.tinv-wishlist .navigation-button.tinvwl-btns-count-4>li+li{width:25%}.tinv-wishlist .navigation-button>li>.tinv-create-list>a,.tinv-wishlist .navigation-button>li>a{width:calc(100% - 10px);margin-right:0}.tinv-wishlist .navigation-button .tinv-create-list>a .tinvwl-txt,.tinv-wishlist .navigation-button li>a .tinvwl-txt{display:none}.tinv-wishlist .navigation-button .tinv-create-list>a>i,.tinv-wishlist .navigation-button li>a>i{display:inline-block!important;margin-right:0}.tinv-wishlist .social-buttons>span{display:block;margin-top:0;margin-right:0;margin-bottom:5px}}@media only screen and (max-width:667px){.tinv-wishlist.sizefy .tinv-login form .form-row-first,.tinv-wishlist.sizefy .tinv-login form .form-row-last{float:none;width:100%}.tinv-wishlist.sizefy .tinv-login form .form-row-first{padding:0}.tinv-wishlist.sizefy .tinv-login form .form-row-last{padding:0;margin-top:10px}.tinv-wishlist.sizefy .tinv-login form .tinvwl-input-group-btn{display:block;padding:0;width:auto;margin-top:10px}}.tinv-overlay{width:100%;height:100%;visibility:hidden;opacity:0;background:#191919}.tinv-modal.tinv-modal-open .tinv-overlay{visibility:visible;opacity:.5}.admin-bar .tinv-wishlist .tinv-modal{padding-top:32px!important}.tinv-wishlist .tinv-modal{overflow-y:auto;overflow-x:hidden;width:0;height:0;z-index:9999;outline:0!important;-webkit-backface-visibility:hidden;visibility:hidden;opacity:0;text-align:left}.tinv-wishlist .tinv-modal .tinv-modal-inner{position:relative;margin:0 auto;background-color:#fff;max-width:360px;padding:40px}.tinv-wishlist .tinv-modal.tinv-modal-open{visibility:visible;opacity:1;width:100%;height:100%}.tinv-wishlist .tinv-modal .tinv-close-modal{display:inline-block;position:absolute;top:17px;right:14px;width:26px;height:26px;line-height:26px;font-size:12px;text-align:center;border-radius:50%;border-bottom:0;box-shadow:none!important;background-color:#ebe9eb}.tinv-wishlist .tinv-modal .icon_big_heart_check,.tinv-wishlist .tinv-modal .icon_big_times,.tinv-wishlist .tinv-modal img{display:block;margin:0 auto;margin-bottom:25px;opacity:1!important}.tinv-wishlist .tinv-modal ul{overflow:visible;list-style:disc;margin:10px 0 0 20px}.tinv-wishlist .tinv-modal li{list-style:disc!important}.tinv-wishlist .tinv-create-list .tinv-modal ul,.tinv-wishlist.tinv-create-list form ul{list-style:none!important;margin:25px 0 0}.tinv-wishlist .tinv-create-list .tinv-modal li,.tinv-wishlist.tinv-create-list form li{list-style:none!important}.tinv-wishlist .tinv-modal .already-in{margin-bottom:35px}.tinv-wishlist .tinv-modal .delete-notification{margin-bottom:25px}.tinv-wishlist .tinv-modal .already-in ul{overflow:visible;margin:12px 0 27px 17px}.tinv-wishlist .tinv-modal select{width:100%}.tinv-wishlist .tinv-modal button+.button,.tinv-wishlist .tinv-modal button+button{margin-top:12px;width:100%}.tinv-wishlist .tinv-modal input+button{margin-top:12px;width:100%}.tinv-wishlist .tinv-modal label+button,.tinv-wishlist .tinv-modal label+input{margin-top:12px;width:100%}.tinv-wishlist .tinv-modal select+button,.tinv-wishlist .tinv-modal select+input{margin-top:12px;width:100%}@media screen and (max-width:782px){.admin-bar .tinv-wishlist .tinv-modal{padding-top:46px!important}}@media screen and (max-width:600px){.admin-bar .tinv-wishlist .tinv-modal{padding-top:0!important}.tinv-wishlist .tinv-modal .tinv-close-modal{position:static;display:block;margin:0 auto 20px}}.tinv-wishlist .tinv-modal .already-in+label{display:block;margin-top:6px}.tinv-wishlist .tinv-modal label select{margin-top:8px}.tinv-wishlist .tinv-modal .delete-notification+button{width:100%}.tinv-wishlist .tinvwl_added_to_wishlist,.tinv-wishlist .tinvwl_created_wishlist{text-align:center}.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt{margin-bottom:25px}.tinv-wishlist .tinvwl_created_wishlist .tinv-txt{margin-bottom:25px}.tinv-wishlist .tinvwl_created_wishlist button{margin-top:0;margin-bottom:10px}.sizefy .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button{margin-top:0;margin-bottom:10px}.tinv-wishlist .tinv-modal .tinvwl-buttons-group{margin-top:20px}.tinv-wishlist .tinvwl-buttons-group button{width:100%}.tinv-wishlist .tinvwl-buttons-group button+button{margin-top:7px}.tinv-wishlist .tinvwl-buttons-group button i{position:relative}.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times{font-size:20px}.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before{position:relative;top:3px}.tinv-wishlist .tinvwl-buttons-group+button{width:100%;margin-top:7px}.tinv-wishlist .tinv-modal h2{text-align:center;margin:0 0 35px}.tinv-wishlist .tinv-create-list .tinv-modal-inner{max-width:778px;padding:30px}.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group),.tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control{border:2px solid red}.tinv-wishlist .tinvwl-has-error+.tinvwl-error{padding:5px 0 0 5px;color:red}@media only screen and (max-width:640px){.navigation-button,.social-buttons,.tinv-lists-nav{margin-left:12px;margin-right:12px}}.tinvwl-tooltip{display:none}.tinvwl-input-group{position:relative;display:table;border-collapse:separate}.tinvwl-input-group .form-control{position:relative;z-index:1;float:left;height:38px;width:100%;margin-bottom:0}.tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:15px}.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:10px}.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:9px}.tinvwl-input-group .form-control,.tinvwl-input-group-addon,.tinvwl-input-group-btn{display:table-cell}.tinvwl-input-group-addon,.tinvwl-input-group-btn{width:1%;white-space:nowrap;vertical-align:top}@media only screen and (max-width:640px){.tinvwl-input-group{width:100%}}@media only screen and (max-width:667px){.tinvwl-input-group:not(.tinvwl-no-full){display:block}.tinvwl-input-group:not(.tinvwl-no-full) .form-control,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn{display:block}.tinvwl-input-group:not(.tinvwl-no-full) .form-control{float:none}.tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn{padding-top:10px;padding-left:0}.tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn{padding-top:10px;padding-left:0}.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon{width:100%}.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>button,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>input{width:100%}.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn{width:100%}.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>button,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>input{width:100%}}.tinv-table{display:table;width:100%;height:100%}.tinv-cell{display:table-cell;vertical-align:middle}.tinv-wishlist-clear:after,.tinv-wishlist-clear:before{content:" ";display:table}.tinv-wishlist .tinv-wishlist-clear{visibility:visible;width:auto;height:auto}.tinv-wishlist-clear:after{clear:both}.icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}.icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}.icon_big_times::before{content:"\e904";top:-7px;left:-7px;position:relative}.icon_big_heart_check::before{content:"\e90a";top:-7px;left:-7px;position:relative}.tinvwl_add_to_wishlist_button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist{opacity:.5!important;cursor:not-allowed}.empty-name-wishlist{border-color:red!important}.tinvwl_remove_from_wishlist-text{display:none}.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text{display:inline}.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text{display:none}@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-list .product-remove{display:table-cell}}@media only screen and (max-width:640px){.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove{display:block}}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#1b1f23;border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}@-webkit-keyframes tooltip-appear{from{opacity:0}to{opacity:1}}@keyframes tooltip-appear{from{opacity:0}to{opacity:1}}.tooltipped:active::after,.tooltipped:active::before,.tooltipped:focus::after,.tooltipped:focus::before,.tooltipped:hover::after,.tooltipped:hover::before{display:inline-block;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:.4s;animation-delay:.4s}.tooltipped-no-delay:active::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:focus::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:hover::before{-webkit-animation-delay:0s;animation-delay:0s}.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after,.tooltipped-multiline:hover::after{display:table-cell}.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:6px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}.tooltipped-sw::after{margin-right:-16px}.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}.tooltipped-nw::after{margin-right:-16px}.tooltipped-n::after,.tooltipped-s::after{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}.tooltipped-align-right-1::before{right:10px}.tooltipped-align-right-2::before{right:15px}.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}.tooltipped-align-left-1::before{left:5px}.tooltipped-align-left-2::before{left:10px}.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-n::after,.tooltipped-multiline.tooltipped-s::after{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-e::after,.tooltipped-multiline.tooltipped-w::after{right:100%}@media screen and (min-width:0\0){.tooltipped-multiline::after{width:250px}}.tooltipped-sticky::after,.tooltipped-sticky::before{display:inline-block}.tooltipped-sticky.tooltipped-multiline::after{display:table-cell}