@font-face {
    font-family: "Quentin Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Quentin Regular"), url("../fonts/Quentin.woff") format("woff");
}

@font-face {
    font-family: "Audrey Medium";
    src: url('../fonts/Audrey-Medium.ttf.woff') format('woff'), url('../fonts/Audrey-Medium.ttf.svg#Audrey-Medium') format('svg'), url('../fonts/Audrey-Medium.ttf.eot'), url('../fonts/Audrey-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Audrey Bold";
    src: url('../fonts/Audrey-Bold.ttf.woff') format('woff'), url('../fonts/Audrey-Bold.ttf.svg#Audrey-Medium') format('svg'), url('../fonts/Audrey-Bold.ttf.eot'), url('../fonts/Audrey-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::-moz-selection {
    background: #ed1c29;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #ed1c29;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #ed1c29;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #ed1c29;
    color: #FFF;
    text-shadow: none;
}

body {
    line-height: 1.5;
    color: #555;
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none !important;
    color: #ed1c29;
}

a:hover { color: #222; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: "Raleway", sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #ed1c29; }

p,
pre,
ul,
dd,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: "Lato", sans-serif; }

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #eaece0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .17;
    /*   background-image: url("../img/paper.jpg"); */
    background-size: cover;
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #ed1c29 !important; }

.color { color: #ed1c29 !important; }

.border-color { border-color: #ed1c29 !important; }

.nobg { background: none !important; }

@-webkit-keyframes BgAnimated {
    from { background-position: 0 0; }

    to { background-position: 0 400px; }
}

@keyframes BgAnimated {
    from { background-position: 0 0; }

    to { background-position: 0 400px; }
}

.vertical-middle {
    height: auto !important;
    left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #fff;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.sidebar { width: 240px; }

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}


.sidebar {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}


.sidebar { margin-right: 40px; }

#top-bar {
    position: relative;
    z-index: 9999;
    height: 30px;
    background-color: transparent;
}

#top-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

#top-bar ul li {
    position: relative;
    display: inline-block;
}

#top-bar ul li::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 1.5px;
    top: 1px;
    right: -10.5px;
    bottom: 0;
    display: block;
    margin: auto;
    background-color: #fff;
    pointer-events: none;
}

#top-bar ul li:last-child::after { display: none; }

#top-bar ul li a {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    margin-left: 1rem;
    font-size: .75rem;
}

#top-bar ul li.active a { text-decoration: underline !important; }

.top-links {
    position: relative;
    float: left;
}

.top-links ul {
    margin: 0;
    list-style: none;
}

.top-links ul li {
    float: left;
    position: relative;
    height: 44px;
    border-left: 1px solid #EEE;
}

.top-links ul li:first-child,
.top-links ul ul li { border-left: 0 !important; }

.top-links li > a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}

.top-links li i { vertical-align: top; }

.top-links li i.icon-angle-down { margin: 0 0 0 5px !important; }

.top-links li i:first-child { margin-right: 3px; }

.top-links li:hover { background-color: #EEE; }

.top-links ul ul,
.top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
    line-height: 1.5;
    background: #FFF;
    border: 0;
    top: 44px;
    left: 0;
    width: 140px;
    margin: 0;
    border-top: 1px solid #ed1c29;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section { pointer-events: auto; }

.top-links ul ul li {
    float: none;
    height: 36px;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #EEE;
}

.top-links ul ul li:hover {
    background-color: #F9F9F9;
}

.top-links ul ul li:first-child {
    border-top: none !important;
    border-left: 1px solid #EEE;
}

.top-links ul ul a {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.top-links ul ul img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.top-links ul div.top-link-section {
    padding: 25px;
    left: 0;
    width: 280px;
}

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

#header .container { position: relative; }

#header.transparent-header {
    background: transparent;
    border-bottom: none;
    z-index: 199;
}

#header.semi-transparent { background-color: rgba(255, 255, 255, 0.8); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
    width: 1220px;
    background-color: #FFF;
    padding: 0 40px;
    border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
    width: 1170px;
    padding: 0 15px;
}

#header.transparent-header + #slider,
#slider + #header.transparent-header {
    top: -130px;
    margin-bottom: -130px;
}

#header.transparent-header.floating-header + #slider {
    top: -160px;
    margin-bottom: -160px;
}

#header.full-header { border-bottom-color: #EEE; }

body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#slider + #header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

#logo { position: relative; }

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #logo { border-right-color: rgba(0, 0, 0, 0.1); }

#logo a {
    display: block;
    color: #000;
}

#logo img {
    display: block;
    max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

#primary-menu {
    width: 100%;
    /*
    border-bottom: 1.5px solid #3f3c2e;
    */
}

#primary-menu ul.mobile-primary-menu { display: none; }

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0, 0, 0, 0.1); }

#primary-menu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#primary-menu ul {
    list-style: none;
    margin: 0;
}

#primary-menu > ul { float: left; }

#primary-menu ul li { position: relative; }

#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul > li {
    float: left;
    padding: 0 2.5rem;
}

#primary-menu ul > li::before {
    content: "";
    height: 30px;
    display: block;
    background-color: #fff;
    width: 1.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#primary-menu ul > li:last-child::before { display: none; }

#primary-menu > ul > li:first-child { margin-left: 0; }

#primary-menu ul li > a {
    font-family: "Audrey Bold", sans-serif;
    font-weight: 500;
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 1rem 0;
    color: #fff !important;
    font-size: 1.125rem;
    -webkit-transition: margin .4s ease, padding .4s ease, color .4s ease;
    -o-transition: margin .4s ease, padding .4s ease, color .4s ease;
    transition: margin .4s ease, padding .4s ease, color .4s ease;
}

#primary-menu ul li.current > a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #716b60;
}

#primary-menu ul li > a span { display: none; }

#primary-menu ul li > a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}

#primary-menu ul li > a i.icon-angle-down:last-child {
    font-size: 12px;
    margin: 0 0 0 5px;
}

body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #ed1c29;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px !important;
    left: 218px;
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
    float: none;
    margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul li > a {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: "Lato", sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#primary-menu ul ul li > a i { vertical-align: middle; }

#primary-menu ul ul li:hover > a {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #ed1c29;
}

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
    background-image: url("../img/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#primary-menu ul li .mega-menu-content {
    width: 720px;
    max-width: 400px;
}

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 15px;
    width: 1140px;
    max-width: none;
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0;
    width: 1220px;
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; }

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 20%; }

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; }

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left: 1px solid #F2F2F2; }

#primary-menu.sub-title > ul > li {
    background: url("../img/icons/menu-divider.png") no-repeat right center;
    margin-left: 1px;
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent;
}

#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize;
}

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
    background-color: #ed1c29;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.1);
}

#primary-menu.sub-title > ul > li:hover > a span,
#primary-menu.sub-title > ul > li.current > a span { color: #EEE; }

@media (min-width: 992px) {
    .overlay-menu:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        left: auto;
        right: 75px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
    }

    .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; }

    .overlay-menu #primary-menu > ul {
        opacity: 0 !important;
        pointer-events: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        z-index: 299;
        background: rgba(255, 255, 255, 0.95);
        -webkit-transition: opacity .7s ease;
        -o-transition: opacity .7s ease;
        transition: opacity .7s ease;
    }

    .overlay-menu #primary-menu > ul.show {
        opacity: 1 !important;
        display: inherit !important;
        pointer-events: auto;
    }

    .overlay-menu #primary-menu > ul > li {
        float: none;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .overlay-menu #primary-menu > ul > li > a {
        font-size: 24px;
        padding-top: 19px;
        padding-bottom: 19px;
        letter-spacing: 2px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        -webkit-transition: opacity .7s .15s ease, color .2s linear, -webkit-transform .45s .15s ease;
        transition: opacity .7s .15s ease, color .2s linear, -webkit-transform .45s .15s ease;
        transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear, -webkit-transform .45s .15s ease;
    }

    .overlay-menu #primary-menu > ul.show > li > a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#login {
    float: none;
    min-height: 58px;
    display: block;
    background-color: #3f3c2e;
}

#login > a {
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: .8125rem;
    line-height: 58px;
    padding: 0 1rem;
}

#login > a:after {
    content: "";
    display: block;
    width: 1.5px;
    height: 25px;
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

#top-cart {
    position: relative;
    float: none;
    min-height: 58px;
    display: block;
    background-color: #3f3c2e;
}

#top-cart > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: .8125rem;
    line-height: 58px;
    padding: 0 1rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#top-cart > a img.cart--desktop {
    display: inline-block;
    height: 28px;
    margin-left: .5rem;
}

#top-cart > a img.cart--mobile { display: none; }


#side-panel-trigger {
    float: right;
    margin: 40px 0 40px 15px;
}


#side-panel-trigger a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross {
    opacity: 0;
}

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px;
}

#top-cart > a > span {
    display: block;
    position: absolute;
    top: 18px;
    left: auto;
    right: 16px;
    font-size: .625rem;
    color: #FFF;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #ed1c29;
    border-radius: 50%;
}

#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 290px;
    top: 59px;
    right: 0;
    margin-top: 10px;
    left: auto;
    background-color: #f7f4e9;
    pointer-events: none;
    -webkit-transition: opacity .5s ease, margin-top .4s ease;
    -o-transition: opacity .5s ease, margin-top .4s ease;
    transition: opacity .5s ease, margin-top .4s ease;
}

#top-cart:hover .top-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: 0;
    pointer-events: all;
}

.top-cart-items {
    position: relative;
    padding: 1.5rem;
}

.top-cart-items .top-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.top-cart-items .top-cart-item:first-child { margin-top: 0; }

.top-cart-items .top-cart-item .top-cart-title {
    min-width: 75px;
    display: block;
}

.top-cart-items .top-cart-item .top-cart-title .product-title {
    margin-bottom: 0;
    font-size: .875rem;
    display: block;
    font-family: "Georgia", sans-serif;
    color: #262626;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-cart-items .top-cart-item .top-cart-title .product-remove {
    display: block;
    font-size: .75rem;
}

.top-cart-items .top-cart-item .top-cart-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 70px;
}

.top-cart-items .top-cart-item .top-cart-qty .qty--minus {
    width: 20px;
    height: 30px;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0;
    line-height: 20px;
}

.top-cart-items .top-cart-item .top-cart-qty .qty {
    max-width: 30px;
    height: 30px;
    text-align: center;
    font-size: .875rem;
    width: 30px;
    background-color: transparent;
    border: none;
}

.top-cart-items .top-cart-item .top-cart-qty .qty--plus {
    width: 20px;
    height: 30px;
    background-color: transparent;
    border: none;
    text-align: center;
    line-height: 20px;
    padding: 0;
}

.top-cart-items .top-cart-item .top-cart-price {
    width: 100%;
    font-size: .8125rem;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 700;
    padding-top:7px;
}

.top-cart-total {
    margin: 0 .75rem;
    border-top: 1px solid #262626;
    padding: .625rem .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-cart-total span {
    font-size: .8125rem;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 700;
}

.top-cart-total span b {
    font-family: "Georgia", serif;
    font-size: .875rem;
}

.top-cart-action {
    padding: 0 .75rem .75rem;
    margin: 0;
}

.top-cart-action a {
    font-size: 1rem;
    text-transform: none;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #262626;
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: "Georgia", serif;
    height: 45px;
    line-height: 45px;
}

.top-cart-action a img {
    height: 16px;
    margin-right: .375rem;
}

.top-cart-action a:hover { background-color: #ed1c29; }

#float-cart {
    display: none;
    position: fixed;
    top: 60px;
    right: 80px;
    width: 80px;
    height: 80px;
    z-index: 10;
    background-color: transparent;
}

#float-cart > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background-color: #ed1c29;
    text-transform: uppercase;
    font-size: .8125rem;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#float-cart > a img {
    display: inline-block;
    height: 36px;
}

#float-cart > a > span {
    display: block;
    position: absolute;
    top: 26px;
    left: auto;
    right: 16px;
    font-size: .625rem;
    color: #FFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #3f3c2e;
    border-radius: 50%;
}

#float-cart .float-cart-content {
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 310px;
    top: 90px;
    right: 0;
    left: auto;
    margin-top: 10px;
    background-color: #f7f4e9;
    -webkit-box-shadow: 2px 2px 10px #00000029;
    box-shadow: 2px 2px 10px #00000029;
    -webkit-transition: opacity .5s ease, margin-top .4s ease;
    -o-transition: opacity .5s ease, margin-top .4s ease;
    transition: opacity .5s ease, margin-top .4s ease;
}

.float-cart-content {
    display:none;
}

#float-cart.float-cart-open .float-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: 0;
}

.float-cart-items {
    position: relative;
    padding: 1.5rem;
}

.float-cart-items .float-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.float-cart-items .float-cart-item:first-child { margin-top: 0; }

.float-cart-items .float-cart-item .float-cart-title {
    min-width: 90px;
    display: block;
}

.float-cart-items .float-cart-item .float-cart-title .product-title {
    margin-bottom: 0;
    font-size: 1rem;
    display: block;
    font-family: "Georgia", sans-serif;
    color: #262626;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.float-cart-items .float-cart-item .float-cart-title .product-remove {
    display: block;
    font-size: .75rem;
}

.float-cart-items .float-cart-item .float-cart-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 70px;
}

.float-cart-items .float-cart-item .float-cart-qty .qty--minus {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0;
    line-height: 20px;
}

.float-cart-items .float-cart-item .float-cart-qty .qty {
    max-width: 30px;
    height: 20px;
    text-align: center;
    font-size: .875rem;
    width: 30px;
    background-color: transparent;
    border: none;
}

.float-cart-items .float-cart-item .float-cart-qty .qty--plus {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    text-align: center;
    line-height: 20px;
    padding: 0;
}

.float-cart-items .float-cart-item .float-cart-price {
    width: 100%;
    font-size: .8125rem;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 700;
}

.float-cart-total {
    margin: 0 .75rem;
    border-top: 1px solid #262626;
    padding: .625rem .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.float-cart-total span {
    font-size: .8125rem;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 700;
}

.float-cart-total span b {
    font-family: "Georgia", serif;
    font-size: .875rem;
}

.float-cart-action {
    padding: 0 .75rem .75rem;
    margin: 0;
}

.float-cart-action button {
    font-size: 1rem;
    text-transform: none;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #262626;
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: "Georgia", serif;
    height: 45px;
    line-height: 45px;
}

.float-cart-action button img {
    height: 16px;
    margin-right: .375rem;
}

#header,
#header-wrap,
#logo img {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

#header.sticky-style-2 { height: 161px; }

#header.sticky-style-3 { height: 181px; }

#header.sticky-style-2 #header-wrap { height: 60px; }

#header.sticky-style-3 #header-wrap { height: 80px; }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
}


#top-cart,
#float-cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #float-cart,
body.top-search-open #side-panel-trigger { opacity: 0; }

#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255, 255, 255, 0.8) }

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }


#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 60px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li {
    background: none !important;
    margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child {
    margin-left: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
    line-height: 22px;
    padding: 19px 15px;
    text-transform: none;
    font-size: 14px;
    border-top: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }

#page-menu nav li a .icon-angle-down {
    margin-left: 5px;
}

.one-page-arrow {
    font-family: "Georgia", serif;
    font-size: 1.5rem;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 100%;
    max-width: 200px;
    display: block;
    text-align: center;
    color: #fff !important;
}

.one-page-arrow span { display: block; }

@media (min-width: 992px) {
    .side-header #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 260px;
        height: 100%;
        height: calc(100vh);
        background-color: #FFF;
        border: none;
        border-right: 1px solid #EEE;
        overflow: hidden;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
    }

    .side-header #header-wrap {
        width: 300px;
        height: 100%;
        overflow: auto;
        padding-right: 40px;
    }

    .side-header #header .container {
        width: 260px !important;
        padding: 0 30px !important;
        margin: 0 !important;
    }

    .side-header #logo {
        float: none;
        margin: 60px 0 40px;
    }

    .side-header #logo img {
        height: auto !important;
    }

    .side-header #logo:not(.nobottomborder):after,
    .side-header #primary-menu:not(.nobottomborder):after {
        display: block;
        content: "";
        width: 20%;
        border-bottom: 1px solid #E5E5E5;
    }

    .side-header .center #logo:after { margin: 0 auto; }

    .side-header #primary-menu { margin-bottom: 30px; }

    .side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; }

    .side-header #primary-menu,
    .side-header #primary-menu ul {
        float: none;
        height: auto;
    }

    .side-header #primary-menu ul li {
        float: none;
        margin: 15px 0 0;
    }

    .side-header #primary-menu ul li:first-child { margin-top: 0; }

    .side-header #primary-menu ul li a {
        height: 25px;
        line-height: 25px;
        padding: 0;
        text-transform: uppercase;
    }

    .side-header #primary-menu ul li i { line-height: 24px; }

    .side-header #primary-menu ul ul {
        position: relative;
        width: 100%;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 5px 0;
        padding-left: 12px;
    }

    .side-header #primary-menu ul ul ul {
        top: 0 !important;
        left: 0;
    }

    .side-header #primary-menu ul ul.menu-pos-invert {
        left: 0;
        right: auto;
    }

    .side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; }

    .side-header #primary-menu ul ul li {
        margin: 0;
        border: 0;
    }

    .side-header #primary-menu ul ul li:first-child { border-top: 0; }

    .side-header #primary-menu ul ul a {
        font-size: 12px;
        height: auto !important;
        line-height: 24px !important;
        padding: 2px 0 !important;
    }

    .side-header #primary-menu ul ul li:hover > a {
        background-color: transparent !important;
        color: #262626 !important;
    }

    .side-header #primary-menu ul > li.sub-menu > a,
    .side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; }

    .side-header #primary-menu ul > li.sub-menu > a:after {
        position: absolute;
        content: '\e7a5';
        top: 1px;
        right: 0;
        -webkit-transition: transform .2s linear;
        -o-transition: transform .2s linear;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }

    .side-header #primary-menu ul > li.sub-menu:hover > a:after {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .side-header:not(.open-header) #wrapper {
        margin: 0 0 0 260px !important;
        width: auto !important;
    }

    .side-header:not(.open-header) #wrapper .container {
        width: auto;
        margin: 0 40px;
    }

    .side-header.open-header #header { left: -260px; }

    .side-header.open-header.side-header-open #header { left: 0; }

    .side-header.open-header #wrapper { left: 0; }

    .side-header.open-header #header {
        -webkit-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease;
    }
}

body.side-push-panel { overflow-x: hidden; }

#side-panel {
    position: fixed;
    top: 0;
    right: -360px;
    z-index: 399;
    width: 300px;
    height: 100%;
    background-color: #ed1c29;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.side-panel-left #side-panel {
    left: -800px;
    right: auto;
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container { right: 0; }

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
    left: 0;
    right: auto;
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; }

#side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 220px;
    border-top: 1px solid #E5E5E5;
}

#side-panel .widget:first-child {
    padding-top: 0;
    border-top: 0;
    margin: 0;
}

body.side-panel-open { overflow: hidden; }

body.side-panel-open #side-panel { right: 0; }

body.side-panel-left.side-panel-open #side-panel {
    left: 0;
    right: auto;
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; }

body.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: -300px; }

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
    left: 300px;
    right: auto;
}

#side-panel-trigger {
    display: block;
    cursor: pointer;
    z-index: 11;
    margin-right: 5px;
}

#side-panel-trigger-close a { display: none; }

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.side-panel-open .body-overlay {
    opacity: 1;
    z-index: 298;
    pointer-events: auto;
}

body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url("../img/icons/close.png") 15 15, default; }

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-parallax { position: relative; }

.slider-parallax,
.slider-parallax .swiper-container {
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
    position: fixed;
    width: 100%;
    height: 100%;
}

.device-touch .slider-parallax .slider-parallax-inner { position: relative; }

body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }

body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }

#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    -webkit-transition: -webkit-transform 0s linear;
    transition: -webkit-transform 0s linear;
    -o-transition: transform 0s linear;
    transition: transform 0s linear;
    transition: transform 0s linear, -webkit-transform 0s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper_wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url("../img/pattern2.png") repeat;
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

#slider .container {
    position: relative;
    height: 100%;
}

#slider.canvas-slider .swiper-slide img { width: 100%; }

.swiper-pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 180px !important;
    text-align: left;
    line-height: 1;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.swiper-pagination span {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 3px;
    margin: 0 1rem 0 0 !important;
    opacity: 1;
    background-color: #ffffff91;
    border: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #FFF !important;
}

.swiper-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

.swiper-divider img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #0000004d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-social {
    padding: 0;
    position: absolute;
    bottom: 172px;
    z-index: 2;
    list-style: none;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: right;
}

.swiper-social li {
    display: inline-block;
    margin-left: .625rem;
}

.swiper-social li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.swiper-social li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-social li a img { height: 24px; }

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
}

.video-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url("../img/grid.png") repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important;
}

.slider-caption {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    padding-bottom: 6rem;
    color: #EEE;
    font-size: 22px;
    font-weight: 300;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.slider-caption h2 {
    font-family: "Audrey Medium", sans-serif;
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 1.25rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
}

.slider-caption p {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.2;
}

.slider-caption.slider-caption-right {
    left: auto;
    right: 15px;
}

.slider-caption.slider-caption-center {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slider-caption-bg {
    padding: 5px 12px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    top: auto;
    bottom: 50px;
    left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: 400;
    text-shadow: none;
}

.slider-caption-top-left {
    top: 50px;
    bottom: auto;
}

.slider-caption-top-right {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 50px;
}

.slider-caption-bottom-right {
    left: auto;
    right: 50px;
}

#slider .owl-carousel { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
#slider .owl-prev,
#slider .owl-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px;
}

#slider .owl-prev,
#slider .owl-next {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
#slider .owl-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
#slider .owl-prev i,
#slider .owl-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #DDD;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px;
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    color: rgba(255, 255, 255, 1);
}

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i { margin-left: 10px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#slider .owl-nav div,
#slider:hover .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#slider:hover #slide-number { opacity: 1; }

#slide-number-current,
#slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
}

#slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0;
}

#slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

#slider .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px;
}

#slider .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }

#content {
    position: relative;
    overflow: hidden;
    background-color: #eaece0;
}

#content p { line-height: 1.4; }

.content-wrap {
    position: relative;
    padding: 0;
    z-index: 2;
}

#content .container { position: relative; }

.grid-container {
    position: relative;
    overflow: hidden;
}

body:not(.device-touch) .grid-container {
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}

.portfolio-shuffle {
    float: right;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 14px;
    text-align: center;
    line-height: 41px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.portfolio-shuffle:hover {
    background-color: #ed1c29;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.portfolio {
    position: relative;
    margin: 0 -12px -12px 0;
}

body:not(.device-touch) .portfolio {
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear;
}

.portfolio-item {
    float: left;
    position: relative;
    width: 25%;
    height: auto;
    padding: 0 12px 12px 0;
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-desc {
    z-index: 3;
    padding: 15px 5px 10px;
}

.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 19px;
}

.portfolio-desc h3 a { color: #222; }

.portfolio-desc h3 a:hover { color: #ed1c29; }

.portfolio-desc span {
    display: block;
    margin-top: 3px;
    color: #888;
}

.portfolio-desc span a { color: #888; }

.portfolio-desc span a:hover { color: #000; }


.portfolio.portfolio-full { margin: 0 !important; }


.portfolio-full .portfolio-item { padding: 0 !important; }

.portfolio.portfolio-full {
    margin: 0 !important;
    width: 100.4%;
}

.portfolio-full .portfolio-item { overflow: hidden !important; }

.portfolio-full .portfolio-desc { padding: 15px; }

.portfolio.portfolio-3 { margin: 0 -15px -15px 0; }

.portfolio-3 .portfolio-item {
    width: 33.33333333%;
    padding: 0 15px 15px 0;
}

.portfolio.portfolio-5 { margin: 0 -10px -10px 0; }

.portfolio-5 .portfolio-item {
    width: 20%;
    padding: 0 10px 10px 0;
}

.portfolio-5 .portfolio-desc h3 { font-size: 17px; }

.portfolio.portfolio-6 { margin: 0 -6px -6px 0; }

.portfolio-6 .portfolio-item {
    width: 16.66666667%;
    padding: 0 6px 6px 0;
}

.portfolio-6 .portfolio-desc h3 { font-size: 15px; }

.portfolio-6 .portfolio-desc span { font-size: 12px; }

.portfolio.portfolio-parallax { margin: 0 !important; }

.portfolio.portfolio-parallax .portfolio-item {
    float: none;
    width: 100% !important;
    height: 500px !important;
    margin: 0 !important;
}

.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
    width: 100% !important;
    height: 500px !important;
    background-attachment: fixed;
}

.portfolio.portfolio-parallax .portfolio-desc {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -57px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 0;
    opacity: 0;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; }

.portfolio.portfolio-parallax .portfolio-desc h3 {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -1px;
}

.portfolio.portfolio-parallax .portfolio-desc h3 a { color: #FFF; }

.portfolio.portfolio-parallax .portfolio-desc h3 a:hover { color: #DDD; }

.portfolio.portfolio-parallax .portfolio-desc span {
    margin-top: 12px;
    font-size: 16px;
    color: #CCC;
}

.portfolio.portfolio-parallax .portfolio-desc span a { color: #DDD; }

.portfolio.portfolio-parallax .portfolio-desc span a:hover { color: #BBB; }

.portfolio.portfolio-parallax .portfolio-overlay { background-color: rgba(0, 0, 0, 0.4); }

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay { opacity: 1; }

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #262626;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
    -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px;
}

.portfolio-overlay a.center-icon {
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0;
}

.portfolio-item:hover a.center-icon { opacity: 1; }

.portfolio-overlay a:hover {
    color: #ed1c29;
    background-color: #EEE;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon { margin-top: -18px; }

.portfolio-overlay a i.icon-line-play {
    position: relative;
    left: 2px;
}

.portfolio-overlay .portfolio-desc {
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center;
}

.portfolio-overlay .portfolio-desc a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: inherit;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.portfolio-overlay .portfolio-desc h3 {
    font-weight: 600;
    color: #F5F5F5 !important;
    line-height: 1;
}

.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; }

.portfolio-overlay .portfolio-desc span {
    margin-top: 7px;
    color: #DDD !important;
}

.portfolio-overlay .portfolio-desc span a {
    color: #DDD !important;
    font-size: inherit;
}

.portfolio-overlay .portfolio-desc ~ a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0 !important;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
    -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
    left: 0;
    right: 0;
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover { background: transparent; }

.portfolio-single-image-full .swiper-container {
    width: 100%;
    height: 600px;
    background-color: #333;
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 { width: 100%; }

.portfolio-single-image-full .swiper-slide { overflow: hidden; }

.portfolio-single-image-full .swiper-slide img {
    width: 100%;
    height: auto;
}

.masonry-thumbs { position: relative; }

.masonry-thumbs a {
    position: relative;
    float: left;
    width: 25%;
    max-width: 100% !important;
    overflow: hidden;
}

.masonry-thumbs.col-2 a { width: 50%; }

.masonry-thumbs.col-3 a { width: 33.30%; }

.masonry-thumbs.col-4 a { width: 25%; }

.masonry-thumbs.col-5 a { width: 20%; }

.masonry-thumbs.col-6 a { width: 16.60%; }

.masonry-thumbs a,
.masonry-thumbs img {
    display: block;
    height: auto !important;
}

.masonry-thumbs img {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }

.modal-padding { padding: 40px; }

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
    font-size: 32px;
    top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

.entry {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 2px solid #F5F5F5;
}

.post-timeline { margin-right: -140px !important; }

.post-timeline .entry {
    width: 500px !important;
    margin-right: 140px !important;
}

.entry.entry-date-section {
    width: 100% !important;
    margin: 50px -70px 80px;
    padding: 0;
    border: 0;
    text-align: center;
}

.entry.entry-date-section span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFF;
    border: 2px solid #EEE;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.post-timeline .entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #CCC;
    background-color: #FFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -76px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    color: #AAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-timeline .alt .entry-timeline {
    right: auto;
    left: -77px;
}

.post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
}

.post-timeline .entry:hover .entry-timeline {
    border-color: #ed1c29;
    color: #ed1c29;
}

.shop {
    position: relative;
    margin: 0 -20px -20px 0;
}

.product { position: relative; }

.shop .product {
    float: left;
    padding: 0 20px 20px 0;
    width: 25%;
}

.product-title { margin-bottom: 7px; }

.product-title h3 {
    margin: 0;
    font-size: 20px;
}

.product-title h3 a { color: #333; }

.product-title h3 a:hover { color: #ed1c29; }

.product-price {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 4px;
}

.quantity {
    float: left;
    margin-right: 30px;
}

.quantity .qty {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background-color: #EEE;
    text-align: center;
    margin-bottom: 0;
}

.quantity .plus,
.quantity .minus {
    display: block;
    float: left;
    cursor: pointer;
    border: 0px transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EEE;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.quantity .plus:hover,
.quantity .minus:hover { background-color: #DDD; }

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.cart .remove {
    font-size: 14px;
    color: #FF0000;
}

.cart .remove:hover { color: #000; }

.cart th {
    padding: 12px 15px !important;
    font-size: 14px;
    color: #555;
}

.cart td {
    padding: 12px 15px !important;
    vertical-align: middle !important;
    border-color: #E5E5E5 !important;
}


.product-name a {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}


.product-name a:hover { color: #666; }

td.actions {
    padding: 20px 15px !important;
    vertical-align: top !important;
    background-color: #F5F5F5;
}

.events .entry {
    padding: 20px;
    background-color: #F9F9F9;
    border-bottom: 3px solid #EEE;
}

.parallax .countdown { top: 0; }

.countdown { display: block; }

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ed1c29;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button:hover {
    background-color: #262626;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.promo {
    position: relative;
    padding: 30px 200px 30px 0;
}

.promo h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.promo > span,
.promo > .container > span {
    display: block;
    color: #262626;
    font-weight: 300;
    font-size: 16px;
    margin-top: 6px;
}

.promo a.button {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -18px;
    left: auto;
    right: 0;
}

.promo.parallax { padding: 80px 0 !important; }

.style-msg {
    position: relative;
    display: block;
    color: #262626;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.alert i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}

.style-msg .close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    cursor: pointer;
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.toggle .toggleta { font-weight: bold; }

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
}

.accordion { margin-bottom: 20px; }

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #262626;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #262626;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}

.tabs.tabs-bb ul.tab-nav li {
    border: 0;
    margin: 0;
}

.tabs.tabs-bb ul.tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #ed1c29;
    top: -2px;
    height: 44px;
    line-height: 44px;
}

ul.tab-nav.tab-nav2 { border-bottom: 0; }

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
    background-color: #F5F5F5;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #ed1c29;
    color: #FFF;
}

ul.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

ul.tab-nav-lg li {
    float: left;
    position: relative;
    text-align: center;
    padding: 15px;
}

ul.tab-nav-lg li a {
    display: inline-block;
    color: #262626;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

ul.tab-nav-lg li.ui-tabs-active a { color: #ed1c29; }

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -50px;
    border: solid transparent;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

ul.tab-nav li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}

.sidenav .icon-chevron-right {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: auto;
    right: 6px;
    margin-top: -8px;
    margin-right: 0;
    opacity: .4;
    font-size: 12px !important;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }


.testimonials-grid {
    list-style: none;
    overflow: hidden;
}


.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.testimonials-grid li:before,
.testimonials-grid li:after {
    content: "";
    position: absolute;
}


.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD;
}


.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD;
}

.testimonials-grid li {
    width: 50%;
    padding: 25px;
}

.testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.section > .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto;
}

.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.counter + h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.widget .counter + h5 { opacity: 0.7; }

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }

    100% { opacity: 0; }
}

@keyframes fadeOut {
    0% { opacity: 1; }

    100% { opacity: 0; }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
    display: block;
    min-height: 100px;
    background: url("../img/preloader.gif") no-repeat center center;
}

.owl-carousel .owl-refresh .owl-item { display: none; }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#slider .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden { opacity: 0; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #111;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url("../img/icons/play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #ed1c29 !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 30px;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #ed1c29;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span { opacity: 1; }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control { border-radius: 3px; }

.form-control:active,
.form-control:focus {
    border-color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

label.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
}

label.error { display: none !important; }

input[type=checkbox]:not(:checked) + label.error { display: block !important; }

.form-control.error { border-color: #E42C3E; }

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}

.divider:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE;
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}

.divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.divider a:hover { color: #888; }

#gotoTop {
    display: block !important;
    z-index: 299;
    position: absolute;
    width: 60px;
    height: auto;
    background-color: #000;
    font-size: .5rem;
    line-height: 1.2;
    text-align: center;
    color: #FFF;
    top: 20px;
    right: -10px;
    bottom: auto !important;
    cursor: pointer;
    border-radius: 2px;
    padding: .75rem 0;
}

#gotoTop:hover { background-color: #262626; }

#gotoTop img {
    width: 36px;
    height: 12px;
    display: block;
    margin: 0 auto .625rem;
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.7);
}

.toast-title { font-weight: bold; }

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a,
.toast-message label { color: #FFFFFF; }

.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}

#toast-container > div:hover {
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4 + b2ckmwVjJSpKkQ6wAi4gwhT + z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER + nn2KkO + Bb + UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR + EVrx2Ygfdsq6eu55BHYR8hlcki + n + kERUFG8BrA0BwjeAv2M8WLQBtcy + SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU + dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT + 00T + hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED + AAKeQQLG8HWztLCImBrYadgIdY + gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr + I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10 + 8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8 + J4C7yAoRTWI3w/4klGRgR4lO7Rpn9 + gvMyWp + uxFh8 + H + ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO + mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB + oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg + RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8 + /evAIgvA/FsIF + BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB + jawzgs + Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy + 9rTsldd8sKu1M0 + dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID + GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV + LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA + RWnYhskLBv2vmE + hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0 + 5bpcV1CZ8NMej4pjy0U + doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict + HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

.toast { background-color: #030303; }

.toast-success { background-color: #51A351; }

.toast-error { background-color: #BD362F; }

.toast-info { background-color: #2F96B4; }

.toast-warning { background-color: #F89406; }

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container > div.rtl { padding: 8px 50px 8px 8px; }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container > div.rtl { padding: 8px 50px 8px 8px; }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

    #toast-container > div.rtl { padding: 15px 50px 15px 15px; }
}

#footer {
    position: relative;
    background-color: #fff;
    width: 100%;
}

#footer .footer__box {
    position: relative;
    z-index: 2;
    display: block;
    background-color: #ee1c29;
    padding: 3rem;
}

#footer .footer__box .footer__logo {
    display: block;
    position: relative;
}

#footer .footer__box .footer__logo img {
    max-width: 100%;
    display: block;
    height: auto;
}

#footer .footer__box .footer__desc {
    padding: 0;
    margin: 0;
}

#footer .footer__box .footer__desc .footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .footer__box .footer__desc .footer__links li {
    display: inline-block;
    margin-right: .625rem;
}

#footer .footer__box .footer__desc .footer__links li a {
    font-family: "Georgia", sans-serif;
    display: block;
    color: #fff;
    font-size: .875rem;
    text-decoration: none !important;
}

#footer .footer__box .footer__desc .footer__links li a:hover { text-decoration: underline !important; }

#footer .footer__box .footer__desc .footer__social {
    margin: 0 .75rem 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: right;
}

#footer .footer__box .footer__desc .footer__social li {
    display: inline-block;
    margin-left: 1.5rem;
}

#footer .footer__box .footer__desc .footer__social li a {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#footer .footer__box .footer__desc .footer__social li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#footer .footer__box .footer__desc .footer__social li a img { height: 24px; }

#footer .footer__box .copyrights {
    margin-bottom: 0;
    margin-top: 1.25rem;
    text-align: center;
    font-family: "Georgia", serif;
    display: none;
    color: #fff;
    font-size: 1rem;
}

.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar { z-index: 299; }

.device-lg.sticky-footer #header,
.device-md.sticky-footer #header { z-index: 199; }

.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #content { z-index: 2; }

.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer {
    left: 50%;
    margin-left: -610px;
    width: 1220px;
}

.device-md.sticky-footer:not(.stretched) #footer {
    margin-left: -500px;
    width: 1000px;
}

.widget {
    position: relative;
    margin-top: 50px;
}

.widget p { line-height: 1.7; }

.widget:first-child { margin-top: 0; }

.widget > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget p:not(.lead) { font-size: 14px; }

.widget .testimonial p { font-size: 14px; }

.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; }

.nav-tree {
    position: relative;
    margin-bottom: 40px;
}

.nav-tree ul {
    margin-bottom: 0;
    list-style: none;
}

.nav-tree > ul { margin: -8px 0; }

.nav-tree li { position: relative; }

.nav-tree li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif;
}

.nav-tree li i {
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.nav-tree li i:not(.icon-angle-down) {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.nav-tree li a i.icon-angle-down {
    width: auto;
    font-size: 12px;
    margin-left: 2px;
}

.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a { color: #ed1c29 !important; }

.nav-tree ul ul { display: none; }

.nav-tree li.current > ul { display: block; }

.nav-tree ul ul a {
    font-size: 12px;
    padding: 6px 0;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
}

.nav-tree ul ul a i.icon-angle-down { font-size: 12px; }

.nav-tree ul ul a { padding-left: 20px; }

.nav-tree ul ul ul a { padding-left: 40px; }

.nav-tree ul ul ul ul a { padding-left: 60px; }

.nav-tree ul ul ul ul ul a { padding-left: 80px; }

.mobile-menu {
    padding: 3rem;
    margin: 0;
    list-style: none;
}

.mobile-menu li {
    display: block;
    margin-bottom: 3rem;
}

.mobile-menu li:last-child { margin-bottom: 0; }

.mobile-menu li a {
    color: #fff;
    font-family: "Audrey Medium", sans-serif;
    font-size: 1.5rem;
    display: inline-block;
    text-decoration: none !important;
}

.mobile-menu li a:hover,
.mobile-menu li.current a { text-decoration: underline !important; }

.mobile-social {
    padding: 3rem;
    margin: 0;
    list-style: none;
}

.mobile-social li {
    display: inline-block;
    margin-right: 1.75rem;
}

.mobile-social li a {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-social li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mobile-social li a img { height: 36px; }

.mobile-lang {
    margin: 0;
    list-style: none;
    background-color: #262626;
    padding: 1rem 3rem;
}

.mobile-lang li {
    position: relative;
    display: inline-block;
    margin-right: 3rem;
}

.mobile-lang li::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1.5px;
    top: 1px;
    right: -27px;
    bottom: 0;
    display: block;
    margin: auto;
    background-color: #fff;
    pointer-events: none;
}

.mobile-lang li:last-child::after { display: none; }

.mobile-lang li a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.125rem;
    text-decoration: none !important;
}

.mobile-lang li a:hover,
.mobile-lang li.active a { text-decoration: underline !important; }

.bg-pattern::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .17;
    /*    background-image: url("../img/paper.jpg");  */
    background-size: cover;
}

.landing-product {
    width: 100%;
    position: relative;
}

.landing-product .product__box {
    position: relative;
    border: 1px solid #9a8f78;
    border-top: 1px solid transparent;
    padding: 5rem 4rem 4rem;
    margin-top: 0;
}

.landing-product .product__box::before {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 40%;
    left: -1px;
    background-color: #9a8f78;
}

.landing-product .product__box::after {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 40%;
    right: -1px;
    background-color: #9a8f78;
}

.landing-product h2 {
    font-family: "Georgia", serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.875rem;
    display: block;
    color: #262626;
}

.landing-product .product__block { margin-bottom: 3rem; }

.landing-product .product__block:last-child { margin-bottom: 0; }

.heading {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.heading h3 {
    font-family: "Georgia", serif;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 4;
    color: #262626;
    margin-bottom: 0;
}

.heading h3 span {
    display: block;
    font-size: 2.5rem;
    color: #262626;
    font-weight: 700;
}

.products {
    position: relative;
    width: 100%;
    padding: 0;
}

.products .product__item {
    display: block;
    margin-bottom: 3rem !important;
}

.products .product__item .link__image {
    display: block;
    text-decoration: none;
}

.products .product__item .link__image .product__image {
    /*
    width: 225px;
    */
    height: 225px;
    background-size: cover;
    border-radius: .5rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.products .product__item .link__image .product__image img{
    text-align: center;
    display:block;
    /*
    margin:auto;
    */
}


.products .product__item .product__desc {
    text-align: center;
    /*
    margin-top: -30px;
    */
    /*
    padding: 1rem;
    */
}

.products .product__item .product__desc h5 {
    font-family: "Nunito Sans", sans-serif;
    color: #819063;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.products .product__item .product__desc h3 {
    position: relative;
    margin-bottom: .625rem;
    display: inline-block;
}

.products .product__item .product__desc h3:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    background-color: #bfcf9d;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products .product__item .product__desc h3:hover:before { height: 20px; }

.products .product__item .product__desc h3 a {
    display: block;
    font-family: "Georgia", sans-serif;
    color: #262626;
    font-size: 1.4375rem;
    line-height: 1.2;
}

.products .product__item .product__desc h6 { margin-bottom: 0; }

.products .product__item .product__desc h6 a {
    display: inline-block;
    color: #819063;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.products .product__item .product__desc .product__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #716b60;
    padding: .375rem 0;
    width: 120px;
    margin: 0 auto;
}

.products .product__item .product__desc .product__qty .qty--minus {
    width: 30px;
    height: 25px;
    background-color: #716b60;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    border-right: 1px solid #ffffff70;
}

.products .product__item .product__desc .product__qty .qty {
    width: 100%;
    background-color: #716b60;
    color: #fff;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    max-width: 60px;
    height: 25px;
}

.products .product__item .product__desc .product__qty .qty--plus {
    width: 30px;
    height: 25px;
    background-color: #716b60;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    border-left: 1px solid #ffffff70;
}

.landing-story {
    position: relative;
    width: 100%;
}

.landing-story .story__image {
    padding: 1.5rem;
    background-color: #716b60;
    background-image: url("../img/patterns/1.jpg");
    background-repeat: repeat;
    position: relative;
    display: inline-block;
    margin-bottom: 8rem;
    margin-top: 1.5rem;
}


.landing-story .story__image .main__image {
    max-width: 100%;
    height: auto;
    display: block;
}

.landing-story .story__desc {
    position: relative;
    display: block;
}

.landing-story .story__desc h3 {
    position: relative;
    font-family: "Georgia", sans-serif;
    font-size: 2.375rem;
    max-width: 300px;
    display: block;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 2rem;
}

.landing-story .story__desc h3::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -80px;
    background-color: #3e3c2d;
    width: 40px;
    height: 3px;
    margin: auto;
}

.landing-story .story__desc h3 span {
    font-family: "Quentin Regular", serif;
    font-size: 4.5rem;
    display: block;
    font-weight: normal;
    color: #9d8b6b;
    line-height: .6;
    margin-left: -1rem;
}

.landing-story .story__desc p {
    font-family: "Nunito Sans", sans-serif;
    color: #222222;
    max-width: 300px;
    font-size: .875rem;
}

.landing-story .story__desc a {
    display: inline-block;
    background-color: #716b60;
    padding: .625rem 2.5rem;
    color: #fff;
    font-size: 1.125rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.landing-story .story__desc a:hover { background-color: #ed1c29; }

.connect-with-us {
    width: 100%;
    position: relative;
}

.connect-with-us .heading__connect {
    margin-bottom: 2rem;
    display: block;
}

.connect-with-us .heading__connect .social__connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.connect-with-us .heading__connect .social__connect h3 {
    font-size: 1.75rem;
    font-family: "Georgia", serif;
    margin-bottom: 0;
    margin-right: 2rem;
    font-weight: 400;
    color: #1b1b1b;
}

.connect-with-us .heading__connect .social__connect ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.connect-with-us .heading__connect .social__connect ul li {
    display: inline-block;
    margin-right: .625rem;
}

.connect-with-us .heading__connect .social__connect ul li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.connect-with-us .heading__connect .social__connect ul li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.connect-with-us .heading__connect .social__connect ul li a img { height: 24px; }

.connect-with-us .heading__connect .hashtags__connect {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.connect-with-us .heading__connect .hashtags__connect li {
    display: inline-block;
    margin-left: .625rem;
}

.connect-with-us .heading__connect .hashtags__connect li:first-child { margin-left: 0; }

.connect-with-us .heading__connect .hashtags__connect li a {
    display: block;
    color: #1b1b1b;
    font-size: 1.25rem;
    font-family: "Georgia", serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.connect-with-us .heading__connect .hashtags__connect li a:hover { color: #ed1c29; }

.connect-with-us .connect-carousel {
    position: relative;
    width: 100%;
}

.connect-with-us .connect-carousel .oc-item a {
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.connect-with-us .connect-carousel .oc-item a:hover { opacity: .75; }

.connect-with-us .connect-carousel .owl-dots {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
}

.connect-with-us .connect-carousel .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    margin-top: 0;
}

.connect-with-us .connect-carousel .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 .25rem;
    opacity: 1;
    border: 1px solid #262626;
    background-color: #26262600;
}

.connect-with-us .connect-carousel .owl-dots .owl-dot.active span,
.connect-with-us .connect-carousel .owl-dots .owl-dot:hover span { background-color: #262626; }

.favourite {
    width: 100%;
    position: relative;
}

.favourite .favourite__desc {
    max-width: 590px;
    margin: 0 auto;
    display: block;
}

.favourite .favourite__desc h3 {
    position: relative;
    font-family: "Georgia", sans-serif;
    font-size: 2.375rem;
    display: block;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 1rem;
    text-align: center;
    color: #262626;
}

.favourite .favourite__desc h3 span {
    font-family: "Quentin Regular", serif;
    font-size: 6.5rem;
    display: block;
    font-weight: normal;
    color: #9d8b6b;
    line-height: .6;
    margin-left: -1rem;
}

.favourite p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: .9375rem;
    color: #222;
    text-align: center;
}

.favourite .vertical-line {
    width: 2px;
    height: 50px;
    background-color: #262626;
    display: block;
    margin: 4rem auto;
}

.favourite h5 {
    font-family: "Georgia", serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
}

.our-story {
    width: 100%;
    position: relative;
    height: 720px;
}

.our-story .vertical-middle {
    left: 0;
    right: 0;
}

.our-story .our__story__box {
    display: block;
    text-align: center;
}

.our-story .our__story__box h3 {
    font-family: "Georgia", serif;
    font-size: 3rem;
    color: #efede3;
    margin-bottom: 0;
}

.our-story .our__story__box > a {
    display: inline-block;
    text-decoration: none;
}

.our-story .our__story__box > a img { height: 60px; }

.our-story .our__story__box h5 {
    margin-bottom: 0;
    display: block;
}

.our-story .our__story__box h5 a {
    display: inline-block;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1rem;
    display: block;
}

.our-story .our__social__story {
    padding: 0;
    position: absolute;
    bottom: 80px;
    z-index: 2;
    list-style: none;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: right;
}

.our-story .our__social__story li {
    display: inline-block;
    margin-left: .625rem;
}

.our-story .our__social__story li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.our-story .our__social__story li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.our-story .our__social__story li a img { height: 24px; }

.mobile-social-story {
    display: none;
    margin: 0 0 1.875rem;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mobile-social-story li {
    display: inline-block;
    margin-left: .625rem;
}

.mobile-social-story li:first-child { margin-left: 0; }

.mobile-social-story li a {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-social-story li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mobile-social-story li a img { height: 36px; }

.full-story {
    position: relative;
    width: 100%;
    margin: 180px 0 0;
}

.full-story .story__image {
    padding: 1.5rem;
    background-color: #716b60;
    background-image: url("../img/patterns/1.jpg");
    background-repeat: repeat;
    position: relative;
    display: inline-block;
    margin-bottom: 8rem;
}



.full-story .story__image .main__image {
    max-width: 100%;
    height: auto;
    display: block;
}

.full-story .story__desc {
    position: relative;
    display: block;
    max-width: 390px;
    margin-top: 1.5rem;
}

.full-story .story__desc::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    background-color: #3e3c2d;
    width: 40px;
    height: 3px;
    margin: auto;
}

.full-story .story__desc p {
    font-family: "Nunito Sans", sans-serif;
    color: #222222;
    line-height: 1.4 !important;
    font-size: .9375rem;
}

.order-information {
    width: 100%;
    position: relative;
}

.order-information .tabs {
    position: relative;
    margin: 0 auto;
    max-width: 980px;
}

.order-information .tabs .tab-container { padding: 0; }

.order-information .tabs ul.tab-nav.tab-nav2 { margin-bottom: 2rem; }

.order-information .tabs ul.tab-nav.tab-nav2 li {
    position: relative;
    border: 0;
    margin-left: 3rem;
}

.order-information .tabs ul.tab-nav.tab-nav2 li:first-child { margin-left: 0; }

.order-information .tabs ul.tab-nav.tab-nav2 li::before {
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #b0b0a8;
    width: 1.5px;
    height: 60%;
}

.order-information .tabs ul.tab-nav.tab-nav2 li:first-child::before { display: none; }

.order-information .tabs ul.tab-nav.tab-nav2 li a {
    padding: 0;
    background-color: transparent;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.125rem;
    font-family: "Georgia", serif;
    font-weight: 700;
    color: #b0b0a8;
}

.order-information .tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: transparent;
    color: #262626;
}

.order-information .how-to-order {
    position: relative;
    padding: 0;
}

.order-information .how-to-order .how__to__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

.order-information .how-to-order .how__to__item .how__to__image {
    max-width: 120px;
    margin-right: 1rem;
    padding-top: 20px;
}

.order-information .how-to-order .how__to__item .how__to__image img {
    width: 100%;
    height: auto;
    display: block;
}

.order-information .how-to-order .how__to__item .how__to__desc {
    position: relative;
    width: 100%;
}

.order-information .how-to-order .how__to__item .how__to__desc span {
    width: 20px;
    height: 20px;
    background-color: #ed1c29;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: .75rem;
    line-height: 20px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-bottom: .5rem;
}

.order-information .how-to-order .how__to__item .how__to__desc p {
    font-family: "Nunito", sans-serif;
    font-size: .875rem;
    font-weight: 600;
    color: #262626;
    max-width: 170px;
    margin-bottom: 0;
}

.order-information .how-to-order .order__info {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
}

.order-information .how-to-order .order__info h3 {
    font-family: "Georgia", serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.order-information .how-to-order .order__info ul {
    margin: 0;
    padding-left: 22px;
}

.order-information .how-to-order .order__info ul li {
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 600;
    font-size: .875rem;
}

.order-information .payment {
    position: relative;
    width: 100%;
    display: block;
    max-width: 600px;
}

.order-information .payment h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1rem;
}

.order-information .payment p {
    font-size: .875rem;
    margin-bottom: 1.5rem;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 600;
}

.order-information .delivery {
    position: relative;
    width: 100%;
    display: block;
    max-width: 600px;
}

.order-information .delivery h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.125rem;
}

.order-information .delivery p {
    font-size: .875rem;
    margin-bottom: 1.5rem;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 600;
}

.order-information .faq {
    position: relative;
    width: 100%;
    display: block;
    max-width: 600px;
}

.order-information .faq .faq__block {
    display: block;
    /*margin-bottom: 1.5rem;*/
    cursor: pointer;
    text-decoration: underline;
}

.order-information .faq .faq__block:last-child { margin-bottom: 0; }

.order-information .faq .faq__block h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin-bottom: .625rem;
    font-size: 1rem;
}

.order-information .faq .faq__block p {
    font-size: .875rem;
    margin-bottom: 1rem;
    font-family: "Nunito Sans", sans-serif;
    color: #262626;
    font-weight: 600;
}

.order-information .faq .faq__block p:last-child { margin-bottom: 0; }

.contact-us {
    width: 100%;
    position: relative;
}

.contact-us .contact__us__box {
    position: relative;
    max-width: 780px;
    display: block;
    margin: 0 auto;
}

.contact-us .contact__us__box .heading__contact {
    display: block;
    margin-bottom: 1rem;
}

.contact-us .contact__us__box .heading__contact h2 {
    font-family: "Georgia", serif;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: .625rem;
}

.contact-us .contact__us__box .heading__contact h2 span {
    font-family: "Quentin Regular", serif;
    font-weight: 400;
    font-size: 7rem;
    margin-bottom: 0;
    color: #9d8b6b;
    margin-left: -2.5rem;
    position: relative;
    z-index: -1;
    line-height: 1;
}

.contact-us .contact__us__box .heading__contact h2 span.find--us {
    display: block;
    margin-left: 0;
    margin-top: -3rem;
}

.contact-us .contact__us__box .heading__contact .contact-social {
    padding: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
    list-style: none;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    text-align: right;
}

.contact-us .contact__us__box .heading__contact .contact-social li {
    display: inline-block;
    margin-left: .625rem;
}

.contact-us .contact__us__box .heading__contact .contact-social li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-us .contact__us__box .heading__contact .contact-social li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.contact-us .contact__us__box .heading__contact .contact-social li a img { height: 24px; }

.contact-us .contact__us__box .heading__contact p {
    font-family: "Nunito Sans", sans-serif;
    font-size: .875rem;
    max-width: 730px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-us .contact__us__box form {
    width: 100%;
    margin: 3rem 0 5rem;
}

.contact-us .contact__us__box form .form-group { margin-bottom: 2rem; }

.contact-us .contact__us__box form .form-group.contact-option {
    max-width: 540px;
    display: block;
}

.contact-us .contact__us__box form .form-group.contact-option .custom-control { margin-bottom: 1rem; }

.contact-us .contact__us__box form .form-group.contact-option .custom-control label {
    width: 100%;
    display: block;
    padding: 0 .625rem;
    border-radius: .625rem;
    font-size: 1rem;
    font-family: "Georgia", sans-serif;
    color: #262626;
    text-transform: none;
    letter-spacing: normal;
}

.contact-us .contact__us__box form .form-group.contact-option .custom-control-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.contact-us .contact__us__box form .form-group.contact-option .custom-control-label::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: 1px solid #262626;
}

.contact-us .contact__us__box form .form-group.contact-option .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff545e;
    border-color: #ff545e;
}

.contact-us .contact__us__box form .form-group.contact-option .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 28, 41, 0.25098039215686274);
    box-shadow: 0 0 0 0.2rem rgba(238, 28, 41, 0.25098039215686274);
}

.contact-us .contact__us__box form .form-group.contact-option .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ee1c29;
    background-color: #ee1c29;
}

.contact-us .contact__us__box form .form-group > label {
    text-transform: none;
    font-family: "Georgia", sans-serif;
    font-weight: 400;
    color: #262626;
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: normal;
}

.contact-us .contact__us__box form .form-group input {
    font-family: "Georgia", sans-serif;
    background-color: transparent;
    border: none;
    border-bottom: 2px dotted #656565;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #262626;
}

.contact-us .contact__us__box form .form-group textarea {
    font-family: "Georgia", sans-serif;
    border: 1px solid #a6a6a6;
    background-color: transparent;
    margin-top: .625rem;
    width: 100%;
    padding: .75rem;
    color: #262626;
}

.contact-us .contact__us__box form .form-group button {
    background-color: #716b60;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 150px;
    padding: .5rem 0;
    text-transform: uppercase;
    font-size: .875rem;
    color: #fff;
    margin-top: -.375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-us .contact__us__box form .form-group button:hover { background-color: #ed1c29; }

.contact-us .contact__us__box .listing__location {
    width: 100%;
    margin-top: 3rem;
}

.contact-us .contact__us__box .listing__location .location__item {
    margin-bottom: 2rem;
    position: relative;
}

.contact-us .contact__us__box .listing__location .location__item h4 {
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    background-color: #716b60b8;
    padding: .625rem 1.25rem;
    font-size: .875rem;
    color: #fff;
}

.contact-us .contact__us__box .listing__location .location__item p {
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-size: .875rem;
    color: #262626;
}

.contact-us .contact__us__box .listing__location .location__item a {
    font-family: "Georgia", serif;
    display: inline-block;
    color: #262626;
    font-size: .875rem;
    text-decoration: underline !important;
}

.contact-us .contact__us__box .listing__location .location__item a:hover {
    color: #ed1c29;
    text-decoration: none !important;
}

.checkout-product {
    width: 100%;
    position: relative;
}

#checkoutSteps {
    padding: 0;
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

#checkoutSteps .steps { display: block; }

#checkoutSteps .steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

#checkoutSteps .steps ul li {
    position: relative;
    border: 0;
    margin-left: 3rem;
}

#checkoutSteps .steps ul li:first-child { margin-left: 0; }

#checkoutSteps .steps ul li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1.5px solid #b0b0a8;
    border-top: 1.5px solid #b0b0a8;
    display: block;
}

#checkoutSteps .steps ul li:first-child::before { display: none; }

#checkoutSteps .steps ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.125rem;
    font-family: "Georgia", serif;
    font-weight: 700;
    color: #b0b0a8;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#checkoutSteps .steps ul li.current a,
#checkoutSteps .steps ul li a:hover { color: #262626; }

#checkoutSteps .steps ul li.disabled a {
    pointer-events: none;
    cursor: default;
}

#checkoutSteps .steps ul li a .current-info,
#checkoutSteps .steps ul li a .number,
#checkoutSteps .content > h6 { display: none; }

.checkout-cart {
    width: 100%;
    position: relative;
}

.checkout-cart .info__cart {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    color: #ee1c29;
    font-size: .75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.checkout-cart .table__cart {
    display: block;
    border: 1px solid #a6a6a6;
    padding: 1rem;
    position: relative;
}

.checkout-cart .table__cart .table {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    width: 100%;
}

.checkout-cart .table__cart .table tr th {
    border-bottom: 1px solid #a29989;
    vertical-align: middle;
    border-top: 0;
    padding: 1rem .3rem;
    color: #262626;
    font-size: .875rem;
}

.checkout-cart .table__cart .table tr td {
    vertical-align: middle;
    font-size: .875rem;
    padding: 1rem .3rem;
    border: none;
}

.checkout-cart .table__cart .table tr td .cart__image {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: .625rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-cart .table__cart .table tr td .cart__title {
    position: relative;
    display: block;
}

.checkout-cart .table__cart .table tr td .cart__title h4 {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-family: "Georgia", serif;
    line-height: 1.1;
}

.checkout-cart .table__cart .table tr td .cart__title a {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none !important;
}

.checkout-cart .table__cart .table tr td .cart__title a:hover { text-decoration: underline !important; }

.checkout-cart .table__cart .table tr td .cart__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #716b60;
    padding: .25rem 0;
    width: 100px;
}

.checkout-cart .table__cart .table tr td .cart__qty .qty--minus {
    width: 30px;
    height: 20px;
    background-color: #716b60;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    border-right: 1px solid #ffffff70;
}

.checkout-cart .table__cart .table tr td .cart__qty .qty {
    width: 100%;
    background-color: #716b60;
    color: #fff;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    max-width: 40px;
    height: 20px;
    font-size: .875rem;
}

.checkout-cart .table__cart .table tr td .cart__qty .qty--plus {
    width: 30px;
    height: 20px;
    background-color: #716b60;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    border-left: 1px solid #ffffff70;
}

.checkout-cart .table__cart .table tr td .add__item {
    display: inline-block;
    background-color: #ed1c29;
    color: #fff;
    text-transform: uppercase;
    padding: .375rem 1rem;
    font-size: .75rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.checkout-cart .table__cart .table tr td .add__item:hover { background-color: #262626; }

.checkout-total {
    background-color: #f7f4e9;
    position: relative;
    width: 100%;
    padding: .625rem;
    margin-top: 48px;
}

.checkout-total table {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    margin-bottom: 0;
}

.checkout-total table tr td {
    font-size: .875rem;
    padding: 1rem;
    border: none;
    color: #262626;
}

.checkout-total table tfoot tr td { border-top: 1px solid #262626; }

.checkout-total .checkout-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #262626;
    padding: .625rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.checkout-total .checkout-btn:hover { background-color: #ed1c29; }

.checkout-total .checkout-btn img {
    height: 16px;
    margin-right: .375rem;
}

.mobile-table-cart {
    display: none;
    border: 1px solid #a6a6a6;
    padding: .625rem;
    position: relative;
}

.mobile-table-cart .table {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    width: 100%;
}

.mobile-table-cart .table tr th {
    border-bottom: 1px solid #a29989;
    vertical-align: middle;
    border-top: 0;
    padding: 1rem .3rem;
    color: #262626;
    font-size: .875rem;
}

.mobile-table-cart .table tr td {
    vertical-align: middle;
    font-size: .875rem;
    padding: 1rem .3rem;
    border: none;
}

.mobile-table-cart .table tr td .cart__image {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: .625rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-table-cart .table tr td h4 {
    margin-bottom: .25rem;
    font-size: 1rem;
    font-family: "Georgia", serif;
    line-height: 1.1;
}

.mobile-table-cart .table tr td .cart__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #716b60;
    padding: .25rem 0;
    width: 100px;
    margin-top: .25rem;
}

.mobile-table-cart .table tr td .cart__qty .qty--minus {
    width: 30px;
    height: 20px;
    background-color: #716b60;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    border-right: 1px solid #ffffff70;
}

.mobile-table-cart .table tr td .cart__qty .qty {
    width: 100%;
    background-color: #716b60;
    color: #fff;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    max-width: 40px;
    height: 20px;
    font-size: .875rem;
}

.mobile-table-cart .table tr td .cart__qty .qty--plus {
    width: 30px;
    height: 20px;
    background-color: #716b60;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    border-left: 1px solid #ffffff70;
}

.mobile-table-cart .table tr td .add__item {
    display: inline-block;
    background-color: #ed1c29;
    color: #fff;
    text-transform: uppercase;
    padding: .625rem 2rem;
    font-size: .875rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-table-cart .table tr td .add__item:hover { background-color: #262626; }

.mobile-table-cart .table tr td span {
    display: block;
    margin-top: 1.5rem;
}

.promo-code {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.promo-code input {
    border: none;
    border-radius: 0;
    font-size: .875rem;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
}

.checkout-grand-total {
    background-color: #262626;
    position: relative;
    width: 100%;
    padding: 0 .625rem;
}

.checkout-grand-total table {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    margin-bottom: 0;
}

.checkout-grand-total table tr td {
    font-size: .875rem;
    padding: 1rem;
    border: none;
    color: #fff;
}

.checkout-grand-total table tfoot tr td { border-top: 1px solid #262626; }

.checkout-delivery {
    width: 100%;
    position: relative;
}

.checkout-delivery .delivery__heading {
    position: relative;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.checkout-delivery .delivery__heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #646464;
}

.checkout-delivery .delivery__heading h3 {
    position: relative;
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 1rem;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: #eaece0;
    padding-right: 1.5rem;
}

.checkout-delivery h4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color: #646464;
}

.checkout-delivery form {
    position: relative;
    margin: 0;
    padding: 0;
}

.checkout-delivery form .form-group { margin-bottom: 1rem; }

.checkout-delivery form .form-group label {
    width: 100%;
    font-size: .875rem;
    text-transform: none;
    font-family: "Georgia", serif;
    font-weight: 400;
    color: #3f3f3f;
}

.checkout-delivery form .form-group label .required { color: #0e9c49; }

.checkout-delivery form .form-group .form__date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00000014;
    border-radius: .625rem;
    overflow: hidden;
    padding: .422rem .375rem;
}

.checkout-delivery form .form-group .form__date .custom-select {
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    background-color: transparent;
    border: none;
    font-size: .875rem;
    color: #141414;
    border-right: 1px solid #000;
    border-radius: 0;
    height: calc(.75em + .75rem + 2px);
    padding: 0 1.75rem 0 .75rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-delivery form .form-group .form__date .custom-select:last-child { border-right: 0 solid #000; }

.checkout-delivery form .form-group > .custom-select,
.checkout-delivery form .form-group .fullname-select {
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    font-style: italic;
    background-color: #00000014;
    font-size: .875rem;
    border-radius: .625rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: calc(1.5em + .75rem + 5px);
}

.checkout-delivery form .form-group .form-control {
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    background-color: #00000014;
    font-size: .875rem;
    border-radius: .625rem;
    height: calc(1.5em + .75rem + 5px);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #262626;
}

.checkout-delivery form .form-group .form-control[type="number"] { -moz-appearance: textfield; }

.checkout-delivery form .form-group .form-control[type="number"]::-webkit-outer-spin-button,
.checkout-delivery form .form-group .form-control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout-delivery form .form-group textarea {
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    padding: .375rem .75rem;
    width: 100%;
    background-color: #00000014;
    font-size: .875rem;
    border-radius: .625rem;
    margin-bottom: .375rem;
    border: none;
}

.checkout-delivery form .form-group #deliveryInstructions { font-style: italic; }

.checkout-delivery form .delivery-option {
    max-width: 540px;
    display: block;
}

.checkout-delivery form .delivery-option .custom-control { margin-bottom: 1rem; }

.checkout-delivery form .delivery-option .custom-control label span {
    height: 38px;
    width: 100%;
    display: block;
    /*
    line-height: 38px;
    */
    background-color: #00000014;
    /*
    padding: 0 .75rem;
    */

    border-radius: .625rem;
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    font-size: .7rem;
    font-style: italic;
    padding: .7rem .7rem 0 .7rem ;
    /*
    padding-top:10px;
    */
}

.checkout-delivery form .delivery-option .custom-control label .custom-select {
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    font-style: italic;
    background-color: #00000014;
    font-size: .875rem;
    border-radius: .625rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: calc(1.5em + .75rem + 5px);
}

.checkout-delivery form .delivery-option .custom-control-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.checkout-delivery form .delivery-option .custom-control-label::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: 2px solid #303030;
}

.checkout-delivery form .delivery-option .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff545e;
    border-color: #ff545e;
}

.checkout-delivery form .delivery-option .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 28, 41, 0.25098039215686274);
    box-shadow: 0 0 0 0.2rem rgba(238, 28, 41, 0.25098039215686274);
}

.checkout-delivery form .delivery-option .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ee1c29;
    background-color: #ee1c29;
}

.checkout-delivery form .confirm-btn {
    background-color: #262626;
    color: #fff;
    max-width: 200px;
    width: 100%;
    margin-top: 1rem;
    height: 40px;
    line-height: 38px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.checkout-delivery form .confirm-btn:hover { background-color: #ee1c29; }

.checkout-payment {
    display: block;
    width: 100%;
}

.checkout-payment .payment__heading {
    position: relative;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.checkout-payment .payment__heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #646464;
}

.checkout-payment .payment__heading h3 {
    position: relative;
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 1rem;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: #eaece0;
    padding-right: 1.5rem;
}

.checkout-payment .payment__desc {
    position: relative;
    display: block;
}

.checkout-payment .payment__desc h4 {
    font-family: "Georgia", serif;
    margin-bottom: .375rem;
    font-size: 1rem;
    color: #262626;
}

.checkout-payment .payment__desc .payment__credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.checkout-payment .payment__desc .payment__credit span {
    display: block;
    color: #262626;
}

.checkout-payment .payment__desc .payment__credit span b {
    color: #08a147;
    display: inline-block;
    margin-left: 1rem;
}

.checkout-payment .payment__desc > p {
    color: #262626;
    display: block;
}

.checkout-payment .payment__desc > p b {
    color: #08a147;
    font-weight: 400;
}

.checkout-payment .payment__desc .payment__block {
    display: block;
    margin-bottom: 1rem;
}

.checkout-payment .payment__desc .payment__block p {
    color: #262626;
    margin-bottom: 0;
    font-size: .875rem;
}

.checkout-payment .back-to-home {
    width: 100%;
    max-width: 250px;
    background-color: #262626;
    color: #fff;
    border-radius: 0;
    margin-top: 2rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.checkout-payment .back-to-home:hover { background-color: #ee1c29; }

.product-modal {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.product-modal .close__modal {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 1.5rem;
    padding: 0;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #262626;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.product-modal .close__modal:hover { background-color: #ed1c29; }

.product-modal .modal__wrap {
    background-color: #726c60;
    max-width: 600px;
    padding: 2rem;
}

.product-modal .modal__wrap .modal__box {
    position: relative;
    border: 1px solid #fff;
}

.product-modal .modal__wrap .modal__box h3 {
    font-family: "Georgia", serif;
    text-align: right;
    padding: 1.5rem 1.5rem 0;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.product-modal .modal__wrap .modal__box p {
    font-family: "Nunito Sans", sans-serif;
    padding: 0 1.5rem 1.5rem;
    text-align: right;
    color: #fff;
    font-size: .875rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.product-modal .modal__wrap .modal__box .product__ingredients {
    font-family: "Nunito Sans", sans-serif;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 1.5rem;
    text-align: right;
    color: #fff;
    font-size: .875rem;
    line-height: 1.4;
}

.product-modal .modal__wrap .modal__box .product__info {
    margin: 0;
    list-style: none;
    text-align: right;
    border-bottom: 1px solid #fff;
}

.product-modal .modal__wrap .modal__box .product__info li {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.25rem;
    padding: 1.5rem;
    border-left: 1px solid #fff;
}

.product-modal .modal__wrap .modal__box .product__info li:first-child { border-left: 0 solid #fff; }

.product-modal .modal__wrap .modal__box .product__additional {
    font-family: "Nunito Sans", sans-serif;
    border-bottom: 1px solid #fff;
    padding: 1rem 1.5rem;
    text-align: right;
    color: #fff;
    font-size: .875rem;
    line-height: 1.4;
}

.product-modal .modal__wrap .modal__box .product__check {
    margin: 0;
    list-style: none;
    text-align: right;
    padding: 1.5rem;
    border-bottom: 1px solid #fff;
}

.product-modal .modal__wrap .modal__box .product__check li {
    font-family: "Nunito Sans", sans-serif;
    display: inline-block;
    text-align: right;
    color: #fff;
    font-size: .875rem;
    line-height: 1.4;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.product-modal .modal__wrap .modal__box .product__check li::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url("../img/icons/checklist.png");
    background-size: cover;
    width: 18px;
    height: 17px;
}

.product-modal .modal__wrap .modal__box .product__level {
    position: relative;
    width: 100%;
}

.product-modal .modal__wrap .modal__box .product__level ul {
    padding: 0 0 .5rem;
    margin: 2rem 2rem 1.5rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
}

.product-modal .modal__wrap .modal__box .product__level ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    position: relative;
    font-size: .8125rem;
}

.product-modal .modal__wrap .modal__box .product__level ul li::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.product-modal .modal__wrap .modal__box .product__level ul li::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.product-modal .modal__wrap .modal__box .days {
    margin: 1.5rem 1.625rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-modal .modal__wrap .modal__box .days span {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    font-size: .75rem;
    font-weight: 300;
}

.login-modal {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.login-modal .close__modal {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 2rem;
    padding: 0;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.login-modal .close__modal:hover { color: #262626; }

.login-modal .modal__wrap {
    background-color: #ed1c29;
    max-width: 100%;
    padding: 2rem;
}

.login-modal .modal__wrap::before {
    content: "";
    background-image: url("../img/bg-login.jpg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.login-modal .modal__wrap .modal__box {
    position: relative;
    border: 1px solid #fff;
    padding: 1.5rem;
}

.login-modal .modal__wrap .modal__box h3 {
    font-family: "Audrey Medium", sans-serif;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.login-modal .modal__wrap .modal__box h3 span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    display: block;
    margin-top: .75rem;
    color: #fff;
    font-weight: 300;
}

.login-modal .modal__wrap .modal__box form {
    position: relative;
    margin: 0;
}

.login-modal .modal__wrap .modal__box form .form-group { margin-bottom: .5rem; }

.login-modal .modal__wrap .modal__box form .form-group .input-group .input-group-text {
    font-family: "Georgia", serif;
    background-color: #fff;
    border-radius: 0;
    border: none;
    font-size: 1.125rem;
    padding: 0 1rem;
    border-bottom: 1.5px solid #fff;
}

.login-modal .modal__wrap .modal__box form .form-group .input-group .form-control {
    font-family: "Georgia", serif;
    border-radius: 0;
    border: none;
    height: 50px;
    font-size: 1.125rem;
    background-color: #ed1c29;
    color: #fff;
    padding: 0 1rem;
    border-bottom: 1.5px solid #fff;
}

.login-modal .modal__wrap .modal__box form .form-group .input-group .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.637); }

.login-modal .modal__wrap .modal__box form .form-group .input-group .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.637); }

.login-modal .modal__wrap .modal__box form .form-group .input-group .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.637); }

.login-modal .modal__wrap .modal__box form .form-group .input-group .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.637); }

.login-modal .modal__wrap .modal__box form .form-group .input-group .form-control:placeholder-shown { color: rgba(255, 255, 255, 0.637); }

.login-modal .modal__wrap .modal__box form .form-group .otp__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -.25rem;
    margin-right: -.25rem;
}

.login-modal .modal__wrap .modal__box form .form-group .otp__links a {
    background-color: #262626;
    color: #c7c7c7;
    font-family: "Georgia", serif;
    width: 100%;
    padding: .625rem 0;
    margin: 0 .25rem;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.login-modal .modal__wrap .modal__box form .form-group .otp__links a:hover { background-color: #000; }

.login-modal .modal__wrap .modal__box form .form-group .receive-confirm {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: .875rem;
    margin-bottom: .625rem;
    margin-top: .625rem;
}

.login-modal .modal__wrap .modal__box form .form-group .receive-confirm a {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    display: inline-block;
    text-decoration: underline !important;
}

.login-modal .modal__wrap .modal__box form .form-group .receive-confirm a:hover { text-decoration: none !important; }

.login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"] {
    font-family: "Georgia", serif;
    border-radius: 0;
    border: none;
    height: 50px;
    font-size: 1.125rem;
    color: #262626;
    padding: 0 1rem;
}

.login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"]::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.212); }

.login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"]::-moz-placeholder { color: rgba(0, 0, 0, 0.212); }

.login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"]:-ms-input-placeholder { color: rgba(0, 0, 0, 0.212); }

.login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"]:-moz-placeholder { color: rgba(0, 0, 0, 0.212); }

.login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"]:placeholder-shown { color: rgba(0, 0, 0, 0.212); }

.login-modal .modal__wrap .modal__box form .form-group .login-btn {
    background-color: #262626;
    color: #c7c7c7;
    font-family: "Georgia", serif;
    width: 100%;
    padding: .625rem 0;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.login-modal .modal__wrap .modal__box form .form-group .login-btn:hover { background-color: #000; }

.profile-modal {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.profile-modal .close__modal {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 2rem;
    padding: 0;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile-modal .close__modal:hover { color: #262626; }

.profile-modal .modal__wrap {
    background-color: #ed1c29;
    max-width: 100%;
    padding: 2rem;
}

.profile-modal .modal__wrap::before {
    content: "";
    background-image: url("../img/bg-login.jpg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.profile-modal .modal__wrap .modal__box {
    position: relative;
    border: 1px solid #fff;
    padding: 1.5rem;
}

.profile-modal .modal__wrap .modal__box h3 {
    font-family: "Audrey Medium", sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    margin-bottom: 2rem;
}

.profile-modal .modal__wrap .modal__box form {
    position: relative;
    margin: 0;
}

.profile-modal .modal__wrap .modal__box form .form-group { margin-bottom: .625rem; }

.profile-modal .modal__wrap .modal__box form .form-group label {
    text-transform: none;
    font-family: "Georgia", serif;
    font-weight: 400;
    color: #fff;
}

.profile-modal .modal__wrap .modal__box form .form-group input {
    border: none;
    border-radius: 0;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile-modal .modal__wrap .modal__box form .form-group input:focus {
    background-color: #1a1a1a;
    color: #fff;
}

.profile-modal .modal__wrap .modal__box form .form-group button {
    background-color: #262626;
    color: #c7c7c7;
    font-family: "Georgia", serif;
    width: 100%;
    padding: .625rem 0;
    border-radius: 0;
    display: block;
    margin: 0;
    max-width: 150px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile-modal .modal__wrap .modal__box form .form-group button:hover { background-color: #000; }

.element--1,
.element--2,
.element--3,
.element--4,
.element--5,
.element--6 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.element--1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 230px;
}

.element--2 {
    position: absolute;
    left: 30px;
    bottom: -90px;
    max-width: 180px;
    opacity: .4;
}

.element--3 {
    position: absolute;
    right: -100px;
    bottom: -150px;
    max-width: 220px;
}

.element--4 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    max-width: 300px;
    margin: auto;
    opacity: .6;
}

.element--5 {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: auto;
    margin: auto;
    max-width: 250px;
    opacity: .5;
}

.element--6 {
    position: absolute;
    left: -200px;
    top: 100px;
    bottom: auto;
    margin: auto;
    max-width: 300px;
    opacity: .5;
    -webkit-transform: rotate(190deg) scaleX(-1);
    -ms-transform: rotate(190deg) scaleX(-1);
    transform: rotate(190deg) scaleX(-1);
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #DDD;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% { -webkit-transform: scale(0.0); }

    40% { -webkit-transform: scale(1.0); }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.css3-spinner > .css3-spinner-flipper {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 0;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px); }

    50% { -webkit-transform: perspective(120px) rotateY(180deg); }

    100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    opacity: 0.6;
    -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
    animation: cssspinnerbounce 2.0s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes cssspinnerbounce {
    0%,
    100% { -webkit-transform: scale(0.0); }

    50% { -webkit-transform: scale(1.0); }
}

@keyframes cssspinnerbounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
    height: 30px;
    width: 6px;
    margin-top: -15px;
    margin-left: -21px;
    border-radius: 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-rect2 {
    margin-left: -12px;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.css3-spinner > .css3-spinner-rect3 {
    margin-left: -3px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.css3-spinner > .css3-spinner-rect4 {
    margin-left: 6px;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.css3-spinner > .css3-spinner-rect5 {
    margin-left: 15px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% { -webkit-transform: scaleY(0.4); }

    20% { -webkit-transform: scaleY(1.0); }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

    100% { -webkit-transform: rotate(-360deg); }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.css3-spinner > .css3-spinner-scaler {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% { -webkit-transform: scale(0.0); }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.css3-spinner > .css3-spinner-grid-pulse {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-grid-pulse > div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.css3-spinner-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s;
}

.css3-spinner-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s;
}

.css3-spinner-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s;
}

.css3-spinner-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s;
}

.css3-spinner-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s;
}

.css3-spinner-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s;
}

.css3-spinner-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.css3-spinner > .css3-spinner-clip-rotate {
    width: 33px;
    height: 33px;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-clip-rotate > div {
    border-radius: 100%;
    border: 2px solid #DDD;
    border-bottom-color: transparent !important;
    height: 33px;
    width: 33px;
    background: transparent !important;
    -webkit-animation: rotate 1s 0s linear infinite;
    animation: rotate 1s 0s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.css3-spinner > .css3-spinner-ball-rotate {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-color: transparent !important;
    -webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.css3-spinner-ball-rotate > div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative;
}

.css3-spinner-ball-rotate > div:nth-child(1),
.css3-spinner-ball-rotate > div:nth-child(3) {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: "";
    position: absolute;
    opacity: 0.7;
}

.css3-spinner-ball-rotate > div:nth-child(1) {
    top: 0px;
    left: -22px;
}

.css3-spinner-ball-rotate > div:nth-child(3) {
    top: 0px;
    left: 22px;
}

@-webkit-keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.css3-spinner > .css3-spinner-zig-zag {
    background-color: transparent !important;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-zig-zag > div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner-zig-zag > div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.css3-spinner-zig-zag > div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.css3-spinner > .css3-spinner-ball-scale-multiple {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-ball-scale-multiple > div {
    background-color: #DDD;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
    animation: ball-scale-multiple 1.25s 0s linear infinite;
}

.css3-spinner-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.css3-spinner-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% { opacity: 1; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% { opacity: 1; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.css3-spinner > .css3-spinner-triangle-path {
    background-color: transparent !important;
    -webkit-transform: translate(-29.994px, -37.50938px);
    -ms-transform: translate(-29.994px, -37.50938px);
    transform: translate(-29.994px, -37.50938px);
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-triangle-path > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DDD;
}

.css3-spinner-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; }

.css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; }

.css3-spinner-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.css3-spinner > .css3-spinner-ball-pulse-sync {
    width: 70px;
    height: 34px;
    margin-left: -35px;
    margin-top: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-ball-pulse-sync > div {
    display: inline-block;
    background-color: #DDD;
    width: 14px;
    height: 14px;
    margin: 10px 3px 0;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner-ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.85;
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.85;
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.css3-spinner > .css3-spinner-scale-ripple {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
}

.css3-spinner-scale-ripple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #DDD;
    -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.css3-spinner-scale-ripple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.css3-spinner-scale-ripple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.css3-spinner-scale-ripple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.css3-spinner-scale-ripple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% { opacity: 0.0; }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% { opacity: 0.0; }
}

.mbYTP_wrapper iframe { max-width: 4000px !important; }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    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;
    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: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-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;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url('../img/preloader-dark.gif') center center no-repeat;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px;
}

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.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: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before { 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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #262626;
}

.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) {
    .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;
        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);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.75; }

.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

@media (max-width: 1199px) {
    canvas {
        max-width: 100%;
        height: auto !important;
    }

    .promo h3 { font-size: 20px; }

    .promo > span,
    .promo > .container > span { font-size: 15px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #wrapper { width: 1000px; }

    #header.transparent-header.floating-header .container {
        width: 1030px;
        padding: 0 30px;
    }

    #header.transparent-header.floating-header.sticky-header .container {
        width: 970px;
        padding: 0 15px;
    }

    #primary-menu ul > li { padding: 0 1rem; }

    #primary-menu.sub-title ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { width: 940px; }

    .floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: 1030px; }

    .products .product__item .link__image .product__image {
        width: 100%;
        height: 200px;
    }

    .swiper-pagination {
        padding-left: 50px;
        padding-right: 50px;
    }

    .landing-product .product__box::before,
    .landing-product .product__box::after { width: 38%; }

    .products .product__item .product__desc { padding: 1rem 0; }

    .products .product__item .product__desc h3 a { font-size: 1.125rem; }

    .sidebar { width: 210px; }

    .sidebar .widget iframe { width: 210px !important; }

    .post-timeline .entry { width: 400px !important; }

    .post-timeline .entry.entry-date-section { width: 100% !important; }

    .product-title h3 { font-size: 18px; }

    
    .portfolio-single-image-full .swiper-container { height: 400px; }
}

@media (max-width: 991px) {
    #wrapper {
        width: 100%;
        margin: 0;
        padding-top: 60px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #header.full-header .container,
    .container-fullwidth {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 750px !important;
    }

    .container.vertical-middle { width: 100% !important; }

    .vertical-middle + .video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    
    .sidebar {
        width: 100%;
        margin-right: 0;
        float: none !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
        border-bottom: 1px solid #EEE;
    }

    #header,
    #header-wrap,
    #header.sticky-style-2,
    #header.sticky-style-3,
    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3 #header-wrap { height: auto !important; }

    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3 #header-wrap { min-height: 60px; }

    #header.sticky-header #header-wrap { position: relative; }

    #header.transparent-header,
    #header.semi-transparent {
        background: #FFF;
        border-bottom: 0 solid #F5F5F5;
        z-index: 10;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

    #header.dark.transparent-header,
    #header.dark.semi-transparent {
        background-color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header.transparent-header.floating-header { margin-top: 0; }

    #header.transparent-header.floating-header .container {
        width: 750px;
        padding: 0 15px;
        border-radius: 0;
    }

    #header.transparent-header + #slider,
    #slider + #header.transparent-header,
    #header.transparent-header.floating-header + #slider {
        top: 0;
        margin-bottom: 0;
    }

    .slider-parallax .slider-parallax-inner { position: relative; }

    #logo {
        display: block;
        height: 60px;
        float: none;
        margin: 0 auto 0 !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important;
    }

    #logo a.standard-logo { display: inline-block; }

    #primary-menu {
        display: block;
        float: none;
    }

    #primary-menu-trigger {
        position: relative;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        margin-top: 0;
        left: 0;
        z-index: 1;
        height: 60px;
        background-color: #262626;
        color: #fff;
        line-height: 60px;
        font-size: 1.125rem;
        width: 60px;
    }

    #primary-menu .container #primary-menu-trigger {
        top: 5px;
        left: 0;
    }

    #primary-menu > ul,
    #primary-menu > div > ul {
        display: none;
        float: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    #primary-menu > div > ul { margin-top: 60px !important; }

    body:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        -webkit-transition: opacity .2s .2s ease, top .4s ease;
        -o-transition: opacity .2s .2s ease, top .4s ease;
        transition: opacity .2s .2s ease, top .4s ease;
    }

    body.top-search-open #primary-menu-trigger { opacity: 0; }

    body.side-push-panel #side-panel-trigger-close a {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #262626;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 0 0 0 2px;
    }

    body #side-panel-trigger-close {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: -60px;
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
        line-height: 60px;
        color: #fff;
        text-align: center;
        background-color: #262626;
        border-radius: 0;
    }

    #primary-menu ul li {
        float: none;
        margin: 0 !important;
        text-align: left !important;
        border-top: 1px solid #EEE;
    }

    #primary-menu ul li:first-child { border-top: 0; }

    #primary-menu ul > li > a {
        padding: 14px 5px !important;
        border: none !important;
        margin: 0 !important;
    }

    #primary-menu.sub-title > ul > li {
        background: none !important;
        margin-left: 0;
    }

    #primary-menu.sub-title > ul > li > a,
    #primary-menu.sub-title > div > ul > li > a {
        line-height: 22px;
        font-size: 13px;
        border-top: none;
    }

    #primary-menu.sub-title ul li > a span { display: none !important; }

    #primary-menu.sub-title ul li:hover > a,
    #primary-menu.sub-title ul li.current > a,
    #primary-menu.sub-title div ul > li:hover > a,
    #primary-menu.sub-title div ul > li.current > a {
        background-color: transparent !important;
        color: #262626;
        text-shadow: none;
    }

    #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child { display: none; }

    #primary-menu > ul > li.sub-menu > a,
    #primary-menu > .container > ul > li.sub-menu > a {
        background-image: url("../img/icons/submenu.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

    #primary-menu ul li.mega-menu { position: relative; }

    #primary-menu ul ul:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content {
        position: relative;
        width: auto;
        max-width: none;
        background: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #EEE;
        z-index: 1;
        top: 0;
        padding-left: 15px;
    }

    #primary-menu ul li .mega-menu-content { padding-left: 0; }

    #primary-menu ul ul:not(.mega-menu-column) ul {
        top: 0 !important;
        left: 0;
    }

    #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content.menu-pos-invert {
        left: 0;
        right: 0;
    }

    #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 0; }

    #primary-menu ul ul li {
        float: none;
        margin: 0;
        border-top: 1px solid #EEE;
    }

    #primary-menu ul ul li > a {
        padding: 11px 5px !important;
        font-size: 13px;
        text-transform: none;
        font-weight: 400;
    }

    #primary-menu ul ul li:hover > a {
        background-color: transparent !important;
        font-weight: 600;
        padding-left: 5px;
        color: #ed1c29;
    }

    #primary-menu ul li .mega-menu-content,
    #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto;
        margin: 0;
        top: 0;
    }

    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
    #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto !important;
        margin: 0 !important;
    }

    #primary-menu ul li .mega-menu-content ul {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        top: 0;
        left: 0;
        min-width: inherit;
    }

    #primary-menu ul li .mega-menu-content ul ul { border-top: 1px solid #EEE; }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column {
        float: none;
        width: auto;
        margin: 0;
        border-left: 0 !important;
        padding-left: 15px;
        border-top: 1px solid #EEE;
    }

    #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child { border: 0; }

    #primary-menu ul li .mega-menu-content ul { width: 100% !important; }

    .mega-menu-column .widget {
        padding: 30px 0;
        margin: 0 !important;
    }

    
    #side-panel-trigger {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        margin: 40px 0;
        -webkit-transition: margin .4s ease;
        -o-transition: margin .4s ease;
        transition: margin .4s ease;
    }

    
    #primary-menu > div > #side-panel-trigger { margin: 20px 0 !important; }

    #primary-menu ul.windows-mobile-menu li.sub-menu { position: relative; }

    #primary-menu ul.windows-mobile-menu li.sub-menu a { background-image: none !important; }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
        position: absolute;
        cursor: pointer;
        width: 32px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 !important;
        text-align: center !important;
    }

    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger { display: none; }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i { margin: 0 !important; }

    #side-panel-trigger { right: 71px; }

    .sticky-responsive-menu #header {
        min-height: 100px;
        -webkit-transition: min-height .4s ease;
        -o-transition: min-height .4s ease;
        transition: min-height .4s ease;
    }

    .sticky-responsive-menu #header-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sticky-responsive-menu #header.sticky-style-2,
    .sticky-responsive-menu #header.sticky-style-3 { min-height: 160px; }

    .sticky-responsive-menu.device-touch #header,
    .sticky-responsive-menu.device-touch #header-wrap,
    .sticky-responsive-menu.device-touch #logo,
    .sticky-responsive-menu.device-touch #logo img,
    .sticky-responsive-menu.device-touch #primary-menu-trigger,
    .sticky-responsive-menu.device-touch #top-cart,
    .sticky-responsive-menu.device-touch #float-cart,
    .sticky-responsive-menu.device-touch #side-panel-trigger {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) { min-height: 60px; }

    .responsive-sticky-header #header-wrap {
        z-index: 199;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #FFF;
        border-bottom: 1px solid #EEE;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .responsive-sticky-header:not(.static-sticky) #logo,
    .responsive-sticky-header:not(.static-sticky) #logo img { height: 60px; }

    .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger { top: 5px; }

    .responsive-sticky-header #primary-menu > ul,
    .responsive-sticky-header #primary-menu > .container > ul {
        max-height: 300px;
        overflow-y: scroll;
    }

    .responsive-sticky-header #primary-menu > ul,
    .responsive-sticky-header #primary-menu > .container > ul { margin-bottom: 20px !important; }

    
    .responsive-sticky-header:not(.static-sticky) #top-cart,
    .responsive-sticky-header:not(.static-sticky) #side-panel-trigger { margin: 20px 0; }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
        position: fixed;
        display: block;
        z-index: 499;
        width: 280px;
        height: 100%;
        height: calc(100vh);
        max-height: none !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 35px 25px 60px !important;
        background-color: #FFF;
        border-right: 1px solid #EEE !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
        -webkit-transition: opacity .2s ease, -webkit-transform .3s ease-in-out !important;
        transition: opacity .2s ease, -webkit-transform .3s ease-in-out !important;
        -o-transition: transform .3s ease-in-out, opacity .2s ease !important;
        transition: transform .3s ease-in-out, opacity .2s ease !important;
        transition: transform .3s ease-in-out, opacity .2s ease, -webkit-transform .3s ease-in-out !important;
    }

    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.show,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .portfolio .portfolio-item { width: 33.33333333%; }

    .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
    .device-touch .portfolio-parallax .portfolio-overlay { opacity: 1; }

    .post-timeline .entry { width: 290px !important; }

    .post-timeline .entry.entry-date-section { width: 100% !important; }

    .product { width: 33.33333333%; }

    .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 18px; }

    .section > .testimonial {
        padding: 0 40px !important;
        max-width: none;
    }

    .promo:not(.promo-full) { padding: 30px 20px !important; }

    .promo a.button {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0;
    }

    .no-gutters {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    #content { margin: 0 !important; }

    .section { padding: 30px 0; }

    #header .container {
        padding-left: 0;
        padding-right: 0;
    }

    #side-panel { width: calc(100% - 60px); }

    #logo img { height: 90px; }

    #primary-menu { border-bottom: none; }

    .secondary-menu { background-color: #fff; }

    #login > a:after { background-color: #a6a6a6; }

    #login,
    #top-cart { background-color: transparent; }

    #login > a,
    #top-cart > a {
        color: #262626;
        font-weight: 700;
    }

    #top-cart,
    .col-9.col-sm-10 { position: static; }

    #top-cart > a img.cart--mobile {
        display: inline-block;
        height: 28px;
        margin-left: .5rem;
    }

    #top-cart .top-cart-content {
        width: 100%;
        top: 60px;
        padding-top: 2rem;
    }

    .top-cart-items .top-cart-item .top-cart-title {
        min-width: auto;
        display: block;
        width: 100%;
    }

    .top-cart-items .top-cart-item .top-cart-title .product-title { font-weight: 700; }

    #top-cart:hover .top-cart-content { z-index: -1; }

    .one-page-arrow { bottom: 60px; }

    .landing-product { padding-top: 30px !important; }

    .landing-product h2 { font-size: 1.125rem; }

    .landing-product .product__box {
        border: none;
        padding: 0;
    }

    .landing-product .product__block{ margin-bottom: 2rem; }

    .heading h3 { font-size: 1.5rem; }

    .heading h3 span { font-size: 2rem; }

    .products .product__item { margin-bottom: 1rem; }

    .products .product__item .link__image .product__image {
        width: 100%;
        height: 145px;
    }


    .products .product__item .product__desc { padding: .625rem; }

    .products .product__item .product__desc h3 a {
        font-size: 1.1rem;
        max-width: 155px;
    }

    .landing-story { overflow: visible; }

    .landing-story .story__image {
        padding: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        max-width: 557px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .landing-story .story__desc { text-align: center; }

    .landing-story .story__desc h3 {
        font-size: 1.75rem;
        max-width: 100%;
        line-height: 1;
        margin-bottom: 2rem;
        text-align: center;
        font-weight: 700;
    }

    .landing-story .story__desc p {
        max-width: 290px;
        font-size: .875rem;
        margin: 0 auto 1.5rem;
        text-align: center;
    }

    .landing-story .story__desc a {
        padding: 1rem 4rem;
        font-size: 1.25rem;
    }

    .connect-with-us .heading__connect .social__connect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .connect-with-us .heading__connect .social__connect h3 {
        margin-right: 0;
        margin-bottom: .625rem;
    }

    .connect-with-us .heading__connect .hashtags__connect {
        text-align: center;
        /*  position: absolute;
          bottom: -400px;*/
        width: 100%;
        left: 0;
        right: 0;
    }

    .connect-with-us .heading__connect .social__connect ul li a {
        width: 36px;
        height: 36px;
    }

    .connect-with-us .heading__connect .social__connect ul li a img { height: 36px; }

    .connect-with-us .connect-carousel .owl-dots {
        position: relative;
        top: 0;
        margin-top: 3rem;
    }

    .connect-with-us .connect-carousel .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 .25rem;
    }

    .swiper-pagination {
        padding-left: 40px;
        padding-right: 40px;
    }

    .favourite { padding: 60px 0; }

    .favourite .favourite__desc h3 {
        font-size: 1.5rem;
        line-height: 1.2;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .favourite .favourite__desc h3 span {
        font-size: 3.5rem;
        line-height: .75;
    }

    .favourite p {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        font-size: .9375rem;
        color: #222;
        text-align: center;
        max-width: 240px;
        margin: 0 auto;
    }

    .favourite .vertical-line {
        height: 30px;
        margin: 2rem auto;
    }

    .element--2 {
        left: -140px;
        bottom: -20px;
        max-width: 200px;
    }

    .element--3 {
        position: absolute;
        right: -100px;
        bottom: -520px;
        max-width: 150px;
    }

    #top-bar,
    #top-cart > a img.cart--desktop,
    #float-cart,
    .swiper-social,
    .landing-product .product__box::before,
    .landing-product .product__box::after,
    #gotoTop,
    .element--1,
    .element--6 { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; }

    #header .container { max-width: 100%; }
}

@media (max-width: 767px) {
    body { padding: 0 !important; }

    #wrapper { width: 100% !important; }

    .container-fullwidth {
        margin: 0 auto;
        padding: 0 15px !important;
    }

    h1 { font-size: 28px; }

    h2 { font-size: 24px; }

    h3 { font-size: 20px; }

    h4 { font-size: 16px; }

    #top-bar { height: auto; }

    .top-links,
    .top-links > ul > li { float: none !important; }

    .top-links > ul { text-align: center; }

    .top-links > ul > li { display: inline-block; }

    .top-links > ul > li { margin-right: -4px; }

    .top-links ul ul,
    .top-links ul div.top-link-section { text-align: left; }

    .top-links ul div.top-link-section {
        left: auto;
        right: 0;
        padding: 20px 15px;
    }

    
    #slider:not(.swiper_wrapper) .slider-caption,
    .slider-caption .button,
    .slider-arrow-top-sm,
    .slider-arrow-bottom-sm { display: none !important; }

    .slider-caption p {
        max-width: 240px;
        margin: 1rem auto 0;
        display: block;
    }

    .slider-caption h2 { margin-bottom: 0 !important; }

    
    .sidebar {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important;
    }

    .portfolio-shuffle { display: none; }

    .post-timeline .entry.entry-date-section { margin-left: 0; }

    
    .post-timeline .entry-timeline { display: none !important; }

    table.cart .quantity { display: block; }

    table.cart .quantity .qty,
    table.cart .quantity .plus,
    table.cart .quantity .minus {
        float: none;
        width: 100%;
    }

    table.cart .quantity .qty {
        border: 0;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

    .tabs-responsive .tab-container { padding: 0 !important; }

    .tabs-responsive .tab-container:not(.accordion-border) { border: 0; }

    .testimonials-grid li {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .container,
    #header.full-header .container,
    .container-fullwidth { width: 470px !important; }

    .container.vertical-middle { width: 100% !important; }

    .full-screen:not(.force-full-screen) .container.vertical-middle { width: 470px !important; }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 300px !important; }

    .swiper_wrapper .slider-caption h2 { font-size: 36px; }

    #header.transparent-header.floating-header .container {
        width: 470px;
        padding: 0 15px;
    }

    .portfolio:not(.portfolio-1) { margin: 0 -6px -6px 0; }

    .portfolio:not(.portfolio-1) .portfolio-item { padding: 0 6px 6px 0; }

    .portfolio:not(.portfolio-1) .portfolio-item { width: 50%; }

    .portfolio:not(.portfolio-1) .portfolio-desc { padding: 15px 5px 10px; }

    .portfolio:not(.portfolio-1) .portfolio-desc h3 { font-size: 16px; }

    .portfolio:not(.portfolio-1) .portfolio-desc span { font-size: 14px; }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a { margin: 20px 0 0 !important; }

    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
        margin-left: 5px !important;
        margin-right: 0 !important;
    }

    
    .portfolio.portfolio-full { margin: 0 !important; }

    .shop:not(.product-1) { margin: 0 -12px -12px 0; }

    .shop:not(.product-1) .product {
        padding: 0 12px 12px 0;
        width: 50%;
    }

    .shop:not(.product-1) .product-title h3 { font-size: 17px; }
}

@media (max-width: 479px) {
    .container,
    #header.full-header .container,
    .container-fullwidth { width: 100% !important; }

    .container.vertical-middle { width: 100% !important; }

    .full-screen:not(.force-full-screen) .container.vertical-middle { width: 310px !important; }

    #side-panel-trigger { right: 43px; }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: calc(100vh - 60px) !important; }

    .slider-caption {
        top: 80px !important;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        padding-bottom: 0;
        text-align: center;
    }

    .swiper_wrapper .slider-caption h2 {
        font-size: 2.5rem;
        letter-spacing: -2px;
        line-height: .9;
    }

    #header.transparent-header.floating-header .container {
        width: 310px;
        padding: 0 15px;
    }

    .portfolio:not(.portfolio-1) { margin: 0; }

    .portfolio .portfolio-item { width: 100%; }

    .shop:not(.product-1) { margin: 0 !important; }

    .shop:not(.product-1) .product {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
    }

    .shop:not(.product-1) .product-title h3 { font-size: 19px; }

    .swiper-pagination {
        /*  top: 0;
    bottom: auto !important;*/
        text-align: right;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }

    .swiper-divider img {
        width: 1250px;
        max-width: none;
        -webkit-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
        transform: translateX(-420px);
    }

    .full-story {
        margin: 0;
        padding-bottom: 0;
    }

    .full-story .story__image {
        padding: 1rem;
        margin-bottom: 0;
    }

    .full-story .story__desc p {
        text-align: center;
        max-width: 260px;
        margin: 0 auto 1rem;
    }

    .our-story { height: 250px; }

    .our-story .our__story__box h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .our-story .our__story__box > a img { height: 42px; }

    .checkout-product { padding-top: 60px; }

    #checkoutSteps .steps ul li { margin-left: 1.5rem; }

    #checkoutSteps .steps ul li a { font-size: .875rem; }

    #checkoutSteps .steps ul li::before {
        left: -16px;
        width: 6px;
        height: 6px;
    }

    .checkout-cart .info__cart {
        margin-top: .625rem;
        margin-bottom: .625rem;
    }

    .checkout-total { margin-top: 2rem; }

    .promo-code { margin-top: 1rem; }

    .checkout-delivery form .form-group .fullname-select { margin-bottom: 1rem; }

    .checkout-delivery form .delivery-option .custom-control label span {
        height: auto;
        line-height: normal;
        padding: .625rem .75rem;
    }

    .checkout-delivery form .confirm-btn,
    .checkout-payment .back-to-home {
        max-width: 100%;
        height: 45px;
        line-height: 38px;
    }

    .checkout-payment .payment__desc .payment__credit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .checkout-payment .payment__desc .payment__credit span b { margin-top: 1rem; }

    .checkout-payment .payment__desc > p {
        max-width: 180px;
        margin-bottom: 1rem;
    }

    .contact-us .contact__us__box { padding: 2rem 2rem 0; }

    .contact-us .contact__us__box .heading__contact h2 { margin-bottom: 0; }

    .contact-us .contact__us__box .heading__contact h2 { font-size: 2rem; }

    .contact-us .contact__us__box .heading__contact h2 span { font-size: 5rem; }

    .contact-us .contact__us__box .heading__contact p {
        font-size: .9375rem;
        max-width: 250px;
    }

    .contact-us .contact__us__box form { margin: 2rem 0 4rem; }

    .contact-us .contact__us__box form .form-group input {
        height: 35px;
        line-height: 35px;
    }

    .order-information { padding-top: 60px !important; }

    .order-information .tabs ul.tab-nav.tab-nav2 li { margin-left: 1rem; }

    .order-information .tabs ul.tab-nav.tab-nav2 li::before {
        left: -8px;
        width: 1px;
        height: 30%;
    }

    .order-information .tabs ul.tab-nav.tab-nav2 li a { font-size: .75rem; }

    .order-information .how-to-order .how__to__item,
    .order-information .tabs ul.tab-nav.tab-nav2 { margin-bottom: 1rem; }

    .order-information .how-to-order .order__info h3 { font-size: 1rem; }

    .order-information .how-to-order .order__info ul li,
    .order-information .payment p { font-size: .8125rem; }

    #footer .container {
        padding-left: 0;
        padding-right: 0;
    }

    #footer .footer__box { padding: 2rem; }

    #footer .footer__box .footer__desc .footer__social {
        margin: 0 auto;
        width: 200px;
        text-align: center;
    }

    #footer .footer__box .footer__desc .footer__social li:first-child { margin-left: 0; }

    #footer .footer__box .footer__desc .footer__social li a img { height: 32px; }

    #footer .footer__box .copyrights { display: block; }

    .login-modal,
    .profile-modal { margin: 35px auto 0; }

    .login-modal .close__modal,
    .profile-modal .close__modal {
        top: -50px;
        right: 0;
    }

    .login-modal .modal__wrap,
    .profile-modal .modal__wrap { padding: .625rem; }

    .login-modal .modal__wrap::before {
        width: 130px;
        height: 153px
    }

    .login-modal .modal__wrap .modal__box,
    .profile-modal .modal__wrap .modal__box { padding: 1.75rem .875rem; }

    .profile-modal .modal__wrap .modal__box h3 { margin-bottom: 1rem; }

    .login-modal .modal__wrap .modal__box h3 span { margin-top: .25rem; }

    .login-modal .modal__wrap .modal__box form .form-group .otp__links a {
        font-size: .75rem;
        padding: .625rem 0;
    }

    .login-modal .modal__wrap .modal__box form .form-group .input-group .input-group-text { font-size: 1rem; }

    .login-modal .modal__wrap .modal__box form .form-group .form-control[type="text"],
    .login-modal .modal__wrap .modal__box form .form-group .input-group .form-control,
    .profile-modal .modal__wrap .modal__box form .form-group input {
        height: 35px;
        font-size: 1rem;
    }

    .login-modal .modal__wrap .modal__box form .form-group .login-btn,
    .profile-modal .modal__wrap .modal__box form .form-group button {
        padding: .375rem 0;
        max-width: 150px;
        font-size: .875rem;
    }

    .product-modal .close__modal { top: -20px; }

    .product-modal .modal__wrap {
        padding: 0;
        margin-top: 20px;
    }

    .product-modal .modal__wrap .modal__box { border: none; }

    .product-modal .modal__wrap .modal__box h3 {
        padding: 1.5rem 1rem 0;
        margin-bottom: 0;
    }

    .product-modal .modal__wrap .modal__box p {
        padding: 0 1rem 1rem;
        font-size: .8125rem;
        margin-bottom: 0;
    }

    .product-modal .modal__wrap .modal__box .product__ingredients {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 1rem;
        font-size: .8125rem;
    }

    .product-modal .modal__wrap .modal__box .product__info li {
        font-size: 1rem;
        padding: 1rem;
    }

    .product-modal .modal__wrap .modal__box .product__additional {
        padding: 1rem;
        font-size: .8125rem;
    }

    .product-modal .modal__wrap .modal__box .product__check {
        margin: 0;
        padding: 1rem;
    }

    .product-modal .modal__wrap .modal__box .product__check li {
        font-size: .8125rem;
        margin-left: 1rem;
        padding-left: 1.25rem;
    }

    .product-modal .modal__wrap .modal__box .product__level { padding-bottom: 1.5rem; }

    .product-modal .modal__wrap .modal__box .product__level ul {
        padding: 0 0 .5rem;
        margin: 2rem 1rem 1.5rem;
    }

    .product-modal .modal__wrap .modal__box .product__level ul li { font-size: .8125rem; }

    .product-modal .modal__wrap .modal__box .days {
        margin: 0;
        border-bottom: 1px solid #fff;
        padding: 0 1rem 1rem;
    }

    .product-modal .modal__wrap .modal__box .days span { font-size: .625rem; }

    .element--4 {
        left: -80px;
        bottom: 30px;
        top: auto;
        max-width: 180px;
    }

    .element--5 {
        top: 10px;
        max-width: 120px;
    }

    #logo a.standard-logo,
    .mobile-social-story,
    .mobile-table-cart { display: block; }

    .one-page-arrow i,
    .our__social__story,
    .full-story .story__image span,
    .full-story .story__desc::before,
    .table__cart,
    .checkout-payment .payment__desc > p br,
    .contact-us .contact__us__box .heading__contact .contact-social li a img,
    #footer .footer__box .footer__logo img,
    #footer .footer__box .footer__desc .footer__links { display: none !important; }
}

@media (max-width: 360px) {
    .swiper-divider img {
        width: 1200px;
        max-width: none;
        -webkit-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
        transform: translateX(-420px);
    }
}

@media (max-width: 320px) {
    .mobile-menu { padding: 2rem; }

    .mobile-menu li a { font-size: 1.25rem; }

    #top-cart > a { padding: 0 1rem; }

    #top-cart > a > span { right: 10px; }

    .mobile-social li { margin-right: 1rem; }

    .contact-us .contact__us__box { padding: 2rem 1rem 0; }

    .order-information .tabs ul.tab-nav.tab-nav2 li a span { display: none; }

    .connect-with-us .heading__connect .hashtags__connect { bottom: -360px; }

    .connect-with-us .heading__connect .hashtags__connect li a { font-size: 1.125rem; }

    .swiper-divider img {
        width: 1150px;
        max-width: none;
        -webkit-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
        transform: translateX(-420px);
    }

    #footer .footer__box .copyrights { font-size: .875rem; }
}

.text-vertical {
    /*  position: absolute;
  font-family: "Georgia", serif;
  font-size: 1.25rem;
  left: -175px;
  top: calc(50% - 10px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);*/
    position: absolute;
    font-family: "Georgia", serif;
    font-size: 1rem;
    left: -1px;
    white-space: nowrap;
    /*
  height: 100%;
  */
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}
.float-cart-content {
    max-height:360px;
    overflow-y: scroll;
}
.top-cart-content {
    max-height:360px;
    overflow-y: scroll;
}

@media (max-width: 540px) {
    .heading {
        margin-bottom: 4rem;
    }
    .products .product__item .product__desc .product__qty {
        margin-bottom: 1rem;
    }
}

/* !important is needed sometimes */
::-webkit-scrollbar {
    width: 12px !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #41617D !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;

}
::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield !important; /* Firefox */
}