.btn: hover;

@charset "UTF-8";

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

	Theme Name: Seiko HTML5 eCommerce Template
	Author: BigSteps
	Author URI: http://themeforest.net/user/bigsteps
	Version: 1.2.0

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

[Table of contents]

1. Main Structure
	1.1 Layout
	1.2 Header
	1.3 Footer
	1.4 SideBar
2. Slider
3. Page Elements
	3.1 Preloader
	3.2 Mobilemenu
	3.3 Minicart
	3.4 Product
		3.4.1 Product variants
		3.4.2 Product Inside Clider
		3.4.3 Product Page
		3.4.4 Product Stack
		3.4.5 Product Quick View
		3.4.6 Product Countdown
	3.5 Category
	3.6 Blog
	3.7 Testimonials
	3.8 Brand
	3.9 Newsletter block
	3.10 Search
	3.11 Banners
	3.12 Instagram
	3.13 Persons block
	3.14 Shopping cart page
	3.15 404 & empty cart page
	3.16 Gallery
	3.17 Coming soon page
	3.18 News block
4 Typography
	4.1 Typography main
	4.2 Buttons
	4.3 Tabs
	4.4 Paginatiaon
	4.5 List (contact)
	4.6 List (services)
	4.7 Forms style
5 Components & Helpers
	5.1 Dropdowns
	5.2 Collapsed mobile block
	5.3 Modal Popup
	5.4 Stripped effect
	5.5 Hovers effect
	5.6 Sharing buttons with strechy effect
	5.7 Breadcrumbs
	5.8 Colors name
	5.9 Promo boxes
	5.10 Rounded style
6 Other layouts
	6.1 Journal
	6.2 Lookbook
	6.3 Advanced (white background special styles)
7 Vendors

---------------------------------------*/
/* Bootstrap & Mixins
-----------------------------------------------------------------*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.form-horizontal .form-group-sm .form-control {
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.form-horizontal .form-group-lg .form-control {
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
body.boxed .page-wrapper:before,
body.boxed .page-wrapper:after,
body.boxed .block.fullboxed .container:before,
body.boxed .block.fullboxed .container:after,
body.boxed .page-header:before,
body.boxed .page-header:after,
body.boxed .page-header.fullboxed .container:before,
body.boxed .page-header.fullboxed .container:after,
body.boxed .page-footer.fullboxed .container:before,
body.boxed .page-footer.fullboxed .container:after,
body.fullwidth .block.boxed:before,
body.fullwidth .block.boxed:after,
body.fullwidth .block.fullboxed .container:before,
body.fullwidth .block.fullboxed .container:after,
body.fullwidth .page-header.boxed:before,
body.fullwidth .page-header.boxed:after,
body.fullwidth .page-header.fullboxed .container:before,
body.fullwidth .page-header.fullboxed .container:after,
body.fullwidth .page-footer.boxed:before,
body.fullwidth .page-footer.boxed:after,
body.fullwidth .page-footer.fullboxed > .container:before,
body.fullwidth .page-footer.fullboxed > .container:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
body.boxed .page-wrapper:after,
body.boxed .block.fullboxed .container:after,
body.boxed .page-header:after,
body.boxed .page-header.fullboxed .container:after,
body.boxed .page-footer.fullboxed .container:after,
body.fullwidth .block.boxed:after,
body.fullwidth .block.fullboxed .container:after,
body.fullwidth .page-header.boxed:after,
body.fullwidth .page-header.fullboxed .container:after,
body.fullwidth .page-footer.boxed:after,
body.fullwidth .page-footer.fullboxed > .container:after {
    clear: both;
}

.vertical-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vert-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.vert {
    display: table-cell;
    vertical-align: middle;
}

/* 1. Main Structure
-----------------------------------------------------------------*/
/* 1.1 Layout
-----------------------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    overflow-x: hidden;
}

html {
    margin-right: 0 !important;
}

body.fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.disable-hover {
    pointer-events: none;
}

.block,
.page-header,
.page-footer {
    position: relative;
}

@media (min-width: 992px) {
    body.open-panel.boxed .page-wrapper,
    body.open-panel.boxed .block.fullboxed .container,
    body.open-panel.boxed .page-footer.fullboxed .container,
    body.open-panel.fullwidth .block.boxed .container,
    body.open-panel.fullwidth .block.fullboxed .container,
    body.open-panel.fullwidth .page-footer.boxed,
    body.open-panel.fullwidth .page-footer.fullboxed .container {
        width: 845px;
    }
}

@media (min-width: 1200px) {
    body.open-panel.boxed .page-wrapper,
    body.open-panel.boxed .block.fullboxed .container,
    body.open-panel.boxed .page-footer.fullboxed .container,
    body.open-panel.fullwidth .block.boxed .container,
    body.open-panel.fullwidth .block.fullboxed .container,
    body.open-panel.fullwidth .page-footer.boxed,
    body.open-panel.fullwidth .page-footer.fullboxed .container {
        width: 1045px;
    }
}

@media (min-width: 1400px) {
    body.open-panel.boxed .page-wrapper,
    body.open-panel.boxed .block.fullboxed .container,
    body.open-panel.boxed .page-footer.fullboxed .container,
    body.open-panel.fullwidth .block.boxed .container,
    body.open-panel.fullwidth .block.fullboxed .container,
    body.open-panel.fullwidth .page-footer.boxed,
    body.open-panel.fullwidth .page-footer.fullboxed .container {
        width: 1245px;
    }
}

@media (min-width: 992px) {
    body.open-panel.boxed .page-header,
    body.open-panel.boxed .page-header.fullboxed .container,
    body.open-panel.fullwidth .page-header.boxed,
    body.open-panel.fullwidth .page-header.fullboxed .container {
        width: 845px;
    }
}

@media (min-width: 1200px) {
    body.open-panel.boxed .page-header,
    body.open-panel.boxed .page-header.fullboxed .container,
    body.open-panel.fullwidth .page-header.boxed,
    body.open-panel.fullwidth .page-header.fullboxed .container {
        width: 1045px;
    }
}

@media (min-width: 1400px) {
    body.open-panel.boxed .page-header,
    body.open-panel.boxed .page-header.fullboxed .container,
    body.open-panel.fullwidth .page-header.boxed,
    body.open-panel.fullwidth .page-header.fullboxed .container {
        width: 1245px;
    }
}

body.boxed .page-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}

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

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

@media (min-width: 1200px) {
    body.boxed .page-wrapper {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.boxed .page-wrapper {
        width: 1370px;
    }
}

body.boxed .page-wrapper > .navbar-header,
body.boxed .page-wrapper > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.boxed .page-wrapper > .navbar-header,
    body.boxed .page-wrapper > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.boxed .page-wrapper .container {
    width: 100%;
}

body.boxed .block.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

body.boxed .block.fullboxed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

body.boxed .block.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

@media (min-width: 1400px) {
    body.boxed .block.fullboxed .container {
        width: 1370px;
    }
}

body.boxed .block.fullboxed .container > .navbar-header,
body.boxed .block.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.boxed .block.fullboxed .container > .navbar-header,
    body.boxed .block.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.boxed .page-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

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

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

@media (min-width: 1200px) {
    body.boxed .page-header {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.boxed .page-header {
        width: 1370px;
    }
}

body.boxed .page-header > .navbar-header,
body.boxed .page-header > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.boxed .page-header > .navbar-header,
    body.boxed .page-header > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.boxed .page-header .container {
    width: 100%;
}

body.boxed .page-header.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

body.boxed .page-header.fullboxed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

body.boxed .page-header.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

@media (min-width: 1200px) {
    body.boxed .page-header.fullboxed .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.boxed .page-header.fullboxed .container {
        width: 1370px;
    }
}

body.boxed .page-header.fullboxed .container > .navbar-header,
body.boxed .page-header.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.boxed .page-header.fullboxed .container > .navbar-header,
    body.boxed .page-header.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.boxed .page-footer.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

body.boxed .page-footer.fullboxed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 35px;
}

body.boxed .page-footer.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    body.boxed .page-footer.fullboxed .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.boxed .page-footer.fullboxed .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body.boxed .page-footer.fullboxed .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.boxed .page-footer.fullboxed .container {
        width: 1370px;
    }
}

body.boxed .page-footer.fullboxed .container > .navbar-header,
body.boxed .page-footer.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.boxed .page-footer.fullboxed .container > .navbar-header,
    body.boxed .page-footer.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .page-wrapper .container {
    width: 100%;
}

body.fullwidth .block.boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

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

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

@media (min-width: 1200px) {
    body.fullwidth .block.boxed {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.fullwidth .block.boxed {
        width: 1370px;
    }
}

body.fullwidth .block.boxed > .navbar-header,
body.fullwidth .block.boxed > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .block.boxed > .navbar-header,
    body.fullwidth .block.boxed > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .block.boxed .container {
    width: 100%;
}

body.fullwidth .block.fullwidth {
    width: 100%;
    margin-left: 0;
}

body.fullwidth .block.fullwidth .container {
    width: 100%;
}

body.fullwidth .block.fullboxed {
    width: 100%;
    margin-left: 0;
}

body.fullwidth .block.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

@media (min-width: 1200px) {
    body.fullwidth .block.fullboxed .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.fullwidth .block.fullboxed .container {
        width: 1370px;
    }
}

body.fullwidth .block.fullboxed .container > .navbar-header,
body.fullwidth .block.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .block.fullboxed .container > .navbar-header,
    body.fullwidth .block.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .page-header.boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    body.fullwidth .page-header.boxed {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.fullwidth .page-header.boxed {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body.fullwidth .page-header.boxed {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.fullwidth .page-header.boxed {
        width: 1370px;
    }
}

body.fullwidth .page-header.boxed > .navbar-header,
body.fullwidth .page-header.boxed > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .page-header.boxed > .navbar-header,
    body.fullwidth .page-header.boxed > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .page-header.boxed .container {
    width: 100%;
}

body.fullwidth .page-header.fullwidth {
    width: 100%;
    margin-left: 0;
}

body.fullwidth .page-header.fullboxed {
    width: 100%;
    margin-left: 0;
}

body.fullwidth .page-header.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 1370px;
    }
}

body.fullwidth .page-header.fullboxed .container > .navbar-header,
body.fullwidth .page-header.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .page-header.fullboxed .container > .navbar-header,
    body.fullwidth .page-header.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .page-footer.boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    body.fullwidth .page-footer.boxed {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.fullwidth .page-footer.boxed {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body.fullwidth .page-footer.boxed {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.fullwidth .page-footer.boxed {
        width: 1370px;
    }
}

body.fullwidth .page-footer.boxed > .navbar-header,
body.fullwidth .page-footer.boxed > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .page-footer.boxed > .navbar-header,
    body.fullwidth .page-footer.boxed > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .page-footer.boxed .container {
    width: 100%;
}

body.fullwidth .page-footer.fullwidth {
    width: 100%;
    margin-left: 0;
}

body.fullwidth .page-footer.fullboxed {
    width: 100%;
    margin-left: 0;
}

body.fullwidth .page-footer.fullboxed > .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 1370px;
    }
}

body.fullwidth .page-footer.fullboxed > .container > .navbar-header,
body.fullwidth .page-footer.fullboxed > .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .page-footer.fullboxed > .container > .navbar-header,
    body.fullwidth .page-footer.fullboxed > .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .page-footer.fullboxed.variant1 .container {
    padding-left: 0;
    padding-right: 0;
}

.full-nopad > .container {
    padding-left: 0;
    padding-right: 0;
}

.full-nopad .row {
    margin-left: 0;
    margin-right: 0;
}

.full-nopad div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.block.fullboxed:not(.parallax) {
    background: #ebebec;
}

.fullboxed > .container {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .fullboxed > .container {
        padding-top: 30px;
    }
}

.block.fullheight {
    height: 100%;
}

.block.fullheight .container {
    height: 100%;
}

.block.bg {
    padding-top: 50px;
    margin-bottom: 50px;
}

.block.bg > .container {
    padding-top: 0;
}

.block.bg.white {
    background: #fff;
}

.block.parallax {
    padding-top: 85px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .block.bg {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .block.parallax {
        padding-top: 45px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .block.parallax {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

/* ------------------------*/
/*   Page Wrapper Styles   */
/* ------------------------*/
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.open-panel #wrapper:before {
        content: '';
        background: #333745;
        position: absolute;
        left: 0;
        height: 100%;
        width: 125px;
    }
}

.page-wrapper {
    position: relative;
}

#wrapper {
    padding-left: 0;
    min-height: 100%;
    position: relative;

    /*	-webkit-overflow-scrolling: touch;*/
}

body.touch #wrapper {
    overflow-x: hidden;
}

#wrapper:after {
    content: '';
    position: absolute;
    z-index: -999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    visibility: hidden;
    -webkit-transition: background-color 0.3s ease 0s, z-index 0s ease 0.5s, visibility 0s ease 0.5s;
    -o-transition: background-color 0.3s ease 0s, z-index 0s ease 0.5s, visibility 0s ease 0.5s;
    transition: background-color 0.3s ease 0s, z-index 0s ease 0.5s, visibility 0s ease 0.5s;
}

#wrapper.overlay:after {
    z-index: 1004;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.3s ease 0.2s;
    -o-transition: background-color 0.3s ease 0.2s;
    transition: background-color 0.3s ease 0.2s;
}

/* Desktop styles */
@media screen and (min-width: 992px) {
    #wrapper {
        padding-left: 125px;
    }

    body.open-panel #wrapper {
        padding-left: 125px;
    }

    body.open-panel #wrapper .sidebar-wrapper {
        width: 125px;
    }

    body:not(.open-panel) #wrapper {
        padding-left: 0;
    }

    body:not(.open-panel) #wrapper .sidebar-wrapper {
        width: 0;
    }

    body:not(.open-panel) #wrapper #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .sidebar-wrapper {
        width: 125px;
    }

    #page-content-wrapper {
        padding: 20px 0;
        position: relative;
    }
}

/* Mobile header styles */
@media screen and (max-width: 991px) {
    .page-header .container {
        width: 100% !important;
    }
}

.bottom-space {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .bottom-space {
        margin-bottom: 30px;
    }
}

.top-null,
.page-main > .block.top-null:first-child {
    padding-top: 0;
}

.bot-null,
.block.bg.bot-null {
    margin-bottom: 0;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media screen and (min-width: 768px) {
    body:not(.touch) .row.row-eq-height {
        display: flex;
        flex-wrap: wrap;
    }

    body:not(.touch) .row.row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    body:not(.touch) .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body:not(.touch) .row.row-eq-height > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-main > .block:first-child,
.page-main > div.container:first-child {
    padding-top: 50px;
}

@media screen and (max-width: 991px) {
    .page-main > .block:first-child,
    .page-main > div.container:first-child {
        padding-top: 30px;
    }
}

.page-main > .block:first-child > .container > .category-slider:only-child,
.page-main > .block:first-child > .container > .mainSlider:only-child {
    margin-top: -50px;
}

@media screen and (max-width: 991px) {
    .page-main > .block:first-child > .container > .category-slider:only-child,
    .page-main > .block:first-child > .container > .mainSlider:only-child {
        margin-top: -30px;
    }
}

@media screen and (min-width: 768px) {
    .block.top-negative > .container > .title {
        margin-left: -15px;
        width: calc(100% + 15px);
    }

    .block.top-negative {
        margin-top: -42px;
        z-index: 10;
    }
}

.block-custom-text {
    margin-bottom: 50px;
    padding: 0 15px;
}

@media screen and (max-width: 991px) {
    .block-custom-text {
        margin-bottom: 30px;
    }
}

/* 1.2 Header
-----------------------------------------------------------------*/
/* ------------------------*/
/*       Page Header       */
/* ------------------------*/
.page-header {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Common Header */
.header-link {
    position: relative;
    float: left;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1.2em;
    color: #333745;
}

.header-link.header-select > a:after {
    font-family: 'icomoon-reg';
    content: "\e920";
    text-decoration: none;
    padding-left: 4px;
}

.header-link > a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 5px;
    color: #333745;
    text-decoration: none;
    cursor: pointer;
}

.header-link > a span {
    text-decoration: none;
}

.header-link > a:hover {
    text-decoration: none;
}

.header-link > a:hover i.icon {
    color: #f82e56;
}

.header-link > a:hover span {
    color: #f82e56;
}

.header-link > a i.icon {
    font-size: 18px;
    color: #333745;
    padding-right: 6px;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header-link > a i.icon:only-child {
    padding-right: 0;
}

.header-link > a .badge {
    position: relative;
    left: -15px;
    top: -14px;
    width: 17px;
    height: 17px;
    margin-right: -20px;
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    background-color: #f82e56;
    color: #ffffff;
}

.header-link > a:hover .badge {
    color: #ffffff;
    text-decoration: none;
}

.header-link > a i.icon {
    font-size: 19px;
    line-height: 1.6em;
}

.header-logo {
    height: 72px;
    line-height: 72px;
}

.header-logo svg {
    fill: #f82e56;
    max-width: 300px;
    max-height: 100%;
}

.page-header.is-sticky .hide-sticky {
    display: none;
}

.page-header.is-sticky .header-logo img,
.page-header.is-sticky .header-logo svg {
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .page-header.is-sticky .header-logo img {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .page-header:not(.stickydark).is-sticky .navbar {
        background-color: rgba(255, 255, 255, 1);
    }
}

/* Desktop Header */
@media screen and (min-width: 992px) {
    .page-header {
        position: relative;
        z-index: 1005;
    }

    .navbar {
        z-index: 100;
        background-color: #ffffff;
        border: 0;
        text-align: center;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    }

    .navbar.disabled {
        overflow: hidden;
    }

    .nav {
        text-align: left;
        float: none;
    }

    .nav li a:focus {
        background: transparent;
    }

    .nav > li {
        position: inherit;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }

    .nav > li > a,
    .nav > li > a:focus {
        position: relative;
        z-index: 100;
        line-height: 72px;
        font-size: 14px;
        padding: 0 15px;
        color: #191919;
    }

    .nav > li:hover > a {
        margin: -2px 0;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #ffffff;
        color: #191919;
        -webkit-box-shadow: 10px 0 13px -10px rgba(0, 0, 0, 0.05), -10px 0 7px -10px rgba(0, 0, 0, 0.05);
        box-shadow: 10px 0 13px -10px rgba(0, 0, 0, 0.05), -10px 0 7px -10px rgba(0, 0, 0, 0.05);
    }

    .nav > li.active > a {
        color: #f82e56;
    }

    .header-mobile {
        display: none;
    }

    .page-header.variant-1 {
        position: absolute;
        width: 100%;
    }

    .page-header.variant-1 .navbar {
        margin: 22px 0 0 0;
    }

    .header-logo {
        float: left;
        margin-right: 30px;
        position: relative;
    }

    .header-logo img {
        max-width: 100%;
        max-height: 100%;
    }

    .header-links {
        display: inline-block;
        float: right;
        margin: 15px 0 0 5px;
    }

    .header-link.header-cart,
    .header-link.header-search {
        display: inline-block;
        float: right;
        margin: 15px 0 0 0;
    }

    .mobilemenu {
        display: none;
    }

    .menu-toggle {
        display: none;
    }

    /* Sticky Header */
    .page-header.variant-1 + .fix-space {
        height: 0 !important;
    }

    .page-header.sticky .navbar {
        position: static;
    }

    .page-header.variant-1.sticky {
        margin-top: 0;
        -webkit-transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        transition: margin 0.3s ease;
    }

    .page-header.variant-1.sticky.is-sticky {
        margin-top: -22px;
    }

    .page-header.sticky.is-sticky .navbar {
        position: relative;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    }
}

@media screen and (min-width: 992px) and screen and (max-width: 1399px) {
    .header-logo {
        margin-right: 15px;
    }
}

.page-header.sticky.is-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-header.animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.page-header.is-sticky.st-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Desktop Header Sticky */
@media screen and (min-width: 992px) {
    body.open-panel .page-header.sticky.is-sticky,
    body.fullwidth.open-panel .page-header.fullwidth.sticky.is-sticky,
    body.fullwidth.open-panel .page-header.fullboxed.sticky.is-sticky {
        left: 125px;
        width: inherit;
    }

    body.open-panel .page-header.fullwidth.is-sticky,
    body.open-panel .page-header.fullboxed.is-sticky {
        left: 50%;
    }

    .page-header.sticky {
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
    }

    .page-header.sticky.animated.fadeIn {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

    @-webkit-keyframes slideInDownSidebar {
        from {
            -webkit-transform: translate3d(62px, -100%, 0);
            transform: translate3d(62px, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(62px, 0, 0);
            transform: translate3d(62px, 0, 0);
        }
    }

    @keyframes slideInDownSidebar {
        from {
            -webkit-transform: translate3d(62px, -100%, 0);
            transform: translate3d(62px, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(62px, 0, 0);
            transform: translate3d(62px, 0, 0);
        }
    }

    @-webkit-keyframes slideOutUpSidebar {
        from {
            -webkit-transform: translate3d(62px, 0, 0);
            transform: translate3d(62px, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(62px, -100%, 0);
            transform: translate3d(62px, -100%, 0);
        }
    }

    @keyframes slideOutUpSidebar {
        from {
            -webkit-transform: translate3d(62px, 0, 0);
            transform: translate3d(62px, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(62px, -100%, 0);
            transform: translate3d(62px, -100%, 0);
        }
    }

    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky.slideOutUp,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky.slideOutUp {
        -webkit-animation-name: slideOutUpSidebar;
        animation-name: slideOutUpSidebar;
    }

    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky.slideInDown,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky.slideInDown {
        -webkit-animation-name: slideInDownSidebar;
        animation-name: slideInDownSidebar;
    }

    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky {
        -webkit-transform: translateX(62px);
        -ms-transform: translateX(62px);
        transform: translateX(62px);
    }

    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky.st-hidden,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky.st-hidden {
        -webkit-transform: translate3d(62px, -100%, 0);
        -ms-transform: translate3d(62px, -100%, 0);
        transform: translate3d(62px, -100%, 0);
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .megamenu {
        display: none;
    }

    .navbar {
        margin: 0;
        border: 0;
        height: auto;
    }

    .navbar:after {
        content: '';
        height: 45px;
        width: 100%;
        background-color: #f82e56;
    }

    .header-logo {
        float: left;
        max-width: calc(100% - 60px);
        height: auto;
        line-height: auto;
    }

    .header-logo img,
    .header-logo svg {
        max-height: 100%;
        max-width: 100%;
    }

    .header-links {
        display: inline-block;
        float: left;
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
        background: #333745;
        min-height: 45px;
    }

    .header-links .header-link {
        position: relative;
        float: right;
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 1.2em;
        color: #fff;
    }

    .header-links .header-link > a i.icon,
    .header-links .header-link i.icon {
        font-size: 24px;
        color: #80838f;
    }

    .header-links .header-link > a {
        display: inline-block;
        line-height: 38px;
        padding: 3px 0;
        color: #fff;
    }

    .header-links .header-link > a span {
        display: none;
    }

    .header-links .header-link > a:hover {
        text-decoration: none;
    }

    .header-links .header-link > a:hover span {
        text-decoration: none;
    }

    .header-links .header-link > a img {
        display: inline-block;
        vertical-align: baseline;
    }

    .header-link.header-currency,
    .header-link.header-language {
        float: left;
        padding: 0 10px 0 0;
    }

    .header-link.header-cart {
        position: static;
        width: 100%;
    }

    .header-link.header-cart > a {
        position: absolute;
        margin: 0;
        right: 5px;
        bottom: 48px;
        display: inline-block;
        line-height: 30px;
        padding: 5px 5px;
    }

    .header-link.header-cart > a i.icon {
        color: #282828;
        font-size: 35px;
    }

    .header-link.header-cart > a:hover i.icon {
        color: #f82e56;
    }

    .header-link > a .badge {
        display: inline-block;
        top: -20px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .header-link.header-search {
        position: absolute;
        bottom: 42px;
        right: 5px;
        width: 100%;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        bottom: 2px;
        left: 10px;
    }

    .menu-toggle i.icon {
        color: #ffffff;
        font-size: 36px;
    }

    /* Sticky Header */
    .fix-space {
        height: 0;
    }

    .page-header.sticky.is-sticky .navbar {
        margin-top: 0;
        top: 0;
        position: relative;
        height: 52px;
        min-height: 0;
        background: #ffffff;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .page-header.sticky.is-sticky .navbar:before {
        display: none;
    }

    .page-header.sticky.is-sticky .navbar:after {
        display: none;
    }

    .page-header.sticky.is-sticky .navbar .header-link.header-cart > a {
        bottom: 0;
    }

    .page-header.sticky.is-sticky .navbar .header-link.header-cart > a i.icon {
        color: #333745;
        font-size: 28px;
    }

    .page-header.sticky.is-sticky .navbar .header-link > a .badge {
        top: -10px;
    }

    .page-header.sticky.is-sticky .navbar .header-cart.variant-2 .dropdown-container {
        margin-top: 0;
    }

    .page-header.sticky.is-sticky .navbar .header-logo {
        position: absolute;
        top: 0;
        left: 55px;
        max-width: calc(100% - 120px);
        height: 100%;
        line-height: 52px;
        float: left;
        margin-left: 0;
    }

    .page-header.sticky.is-sticky .navbar .header-logo img,
    .page-header.sticky.is-sticky .navbar .header-logo svg {
        max-height: 50px;
    }

    .page-header.sticky.is-sticky .navbar .header-link.header-search {
        display: none;
    }

    .page-header.sticky.is-sticky .navbar .header-links {
        display: none;
        position: absolute;
        top: 4px;
        left: auto;
        right: 50px;
        width: auto;
        padding: 0;
    }

    .page-header.sticky.is-sticky .navbar .header-link.header-account {
        float: left;
        padding: 0 10px 0 0;
    }

    .page-header.sticky.is-sticky .navbar .menu-toggle {
        position: absolute;
        top: 7px;
        bottom: auto;
        left: 10px;
    }

    .page-header.sticky.is-sticky .navbar .menu-toggle i.icon {
        color: #333745;
    }
}

@media screen and (max-width: 767px) {
    .header-links {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }
}

.header-custom-text {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: #333745;
}

.header-custom-text span {
    margin-right: 10px;
    white-space: nowrap;
}

.header-custom-text > ul,
.header-custom-text ul.social-list-simple {
    margin-right: 20px;
    display: inline-block;
}

.header-custom-text i.icon {
    font-size: 18px;
    line-height: 35px;
    padding: 0 3px 0 0;
    color: #f82e56;
    vertical-align: bottom;
}

.header-custom-link a {
    color: #333745;
    text-decoration: none;
    padding: 0 12px;
}

.header-custom-link a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1199px) {
    .header-custom-link a {
        padding: 0 6px;
        font-size: 14px;
    }
}

.page-header .header-ads {
    white-space: nowrap;
    margin-top: 5px;
}

.page-header .box-left-icon {
    display: inline-block;
    width: auto;
    margin: 0 10px 5px;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-header .box-left-icon .box-icon {
    width: 60px;
}

.page-header .box-left-icon .box-icon i.icon {
    background: #f6f6f6;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 58px;
}

.page-header .box-left-icon:hover .box-text {
    color: #f82e56;
}

.page-header .box-left-icon:hover .box-icon i.icon {
    background: #f82e56;
    color: #f6f6f6;
}

/*body.open-panel.boxed .page-header:not(.fullwidth), body.open-panel .page-header.boxed, body.open-panel .page-header.fullboxed,  {
	.box-left-icon {
		max-width: 120px;
		.box-text {
			font-size: 12px;
		}
		.box-icon {
			width: 40px;
		}
		i.icon {
			width: 40px;
			height: 40px;
			font-size: 18px;
			line-height: 38px;
		}
	}
}*/
/*@media screen and (max-width: @screen-lg-max) and (min-width: @mobile-menu-breikpoint) {
	.page-header {
		.box-left-icon {
			margin: 0 5px 5px;
			.box-icon {
				width: 40px;
			}
			i.icon {
				width: 40px;
				height: 40px;
				font-size: 18px;
				line-height: 38px;
			}
		}
	}
}*/
/* Mobile header */
@media screen and (max-width: 991px) {
    .header-custom-text,
    .header-top-row .header-custom-text {
        padding: 0;
        line-height: 30px;
        color: #333745;
    }

    .header-custom-text > div,
    .header-top-row .header-custom-text > div {
        white-space: nowrap;
    }

    .header-custom-text span,
    .header-top-row .header-custom-text span {
        margin-right: 0;
        white-space: normal;
        display: block;
    }

    .header-custom-text i.icon,
    .header-top-row .header-custom-text i.icon {
        font-size: 14px;
        line-height: 30px;
        padding: 0 3px 0 0;
        color: #f82e56;
        vertical-align: bottom;
    }
}

.page-header .header-logo img.sticky-logo {
    display: none;
}

@media screen and (min-width: 992px) {
    .page-header.is-sticky .header-logo img:not(:only-of-type):not(.sticky-logo) {
        display: none;
    }

    .page-header.is-sticky .header-logo img.sticky-logo {
        display: block;
    }
}

.toggleHeader {
    display: block;
    width: 60px;
    height: 46px;
    position: absolute;
    z-index: 1004;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #2b2f3b;
    cursor: pointer;
    text-align: center;
}

.toggleHeader span.open-icon,
.toggleHeader span.close-icon {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.toggleHeader span.close-icon {
    opacity: 0;
}

.toggleHeader.open span.open-icon {
    opacity: 0;
}

.toggleHeader.open span.close-icon {
    opacity: 1;
}

.toggleHeader i.icon {
    font-size: 34px;
    line-height: 46px;
    color: #ffffff;
}

.page-header.variant-3 {
    position: fixed;
    height: 118px;
    padding-bottom: 46px;
    bottom: -118px;
    z-index: 1000;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-header.variant-3 .navbar {
    min-height: 118px;
    text-align: left;
}

.page-header.variant-3 .navbar > .container {
    overflow: visible;
}

.page-header.variant-3.open {
    bottom: 0;
}

.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container {
    top: auto;
    bottom: 40px;
    border-bottom: 0;
    border-top: 2px solid #f82e56;
}

.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:after,
.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:before {
    top: 100%;
    bottom: auto;
}

.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0);
}

.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #efefef;
    border-bottom-color: rgba(255, 255, 255, 0);
}

.page-header.variant-3 .sub-menu {
    top: auto;
    bottom: 100%;
    border-bottom: 0;
    border-top: 2px solid #f82e56;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}

.page-header.variant-3 .simple-dropdown .sub-menu ul.category-links ul {
    bottom: -15px;
    top: auto;
}

.page-header.variant-3 .header-cart.variant-2.dropdown-link .dropdown-container {
    top: auto;
    bottom: 100%;
    border-top-width: 0;
}

.page-header.variant-3 .header-cart.variant-2.dropdown-link:hover .dropdown-container {
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
    border-top-width: 2px;
}

@media screen and (min-width: 991px) {
    .page-header.variant-3 .header-cart.variant-2.dropdown-link .minicart-content-wrapper:after,
    .page-header.variant-3 .header-cart.variant-2.dropdown-link #minicart-content-wrapper:after {
        top: -15px;
        bottom: auto;
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .toggleHeader {
        display: none;
    }

    .page-header.variant-3 {
        position: fixed;
        height: 50px;
        padding-bottom: 0;
        bottom: 0;
    }

    body.fly_to_cart .page-header.variant-3 .navbar .header-links {
        position: static;
        margin-left: 50px;
        margin-top: 4px;
    }

    body.fly_to_cart .page-header.variant-3 .navbar .header-link.header-cart {
        display: none;
    }

    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link {
        position: static;
    }

    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link .dropdown-container.right {
        left: 50%;
        right: auto;
        margin-left: -150px;
        bottom: 50px;
    }

    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link .dropdown-container.right:after,
    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link .dropdown-container.right:before {
        display: none;
    }

    .page-header.variant-3 .navbar {
        margin-top: 0;
        top: 0;
        position: relative;
        height: 52px;
        min-height: 0;
        background: #ffffff;
    }

    .page-header.variant-3 .navbar:before {
        display: none;
    }

    .page-header.variant-3 .navbar:after {
        display: none;
    }

    .page-header.variant-3 .navbar .header-link.header-cart > a {
        margin: 0;
        bottom: 0;
    }

    .page-header.variant-3 .navbar .header-link.header-cart > a i.icon {
        color: #333745;
        font-size: 28px;
    }

    .page-header.variant-3 .navbar .header-link.header-cart > a .badge {
        top: -10px;
    }

    .page-header.variant-3 .navbar .header-logo {
        position: absolute;
        top: 0;
        left: 55px;
        float: left;
        margin-left: 0;
    }

    .page-header.variant-3 .navbar .header-logo svg {
        fill: #f82e56;
        max-height: 50px;
    }

    .page-header.variant-3 .navbar .header-logo img {
        max-height: 50px;
    }

    .page-header.variant-3 .navbar .header-link.header-search {
        display: none;
    }

    .page-header.variant-3 .navbar .header-links {
        position: absolute;
        top: 4px;
        left: auto;
        right: 50px;
        width: auto;
        padding: 0;
    }

    .page-header.variant-3 .navbar .header-links .header-link > a {
        color: #333745;
    }

    .page-header.variant-3 .navbar .header-link.header-account {
        float: left;
        padding: 0 10px 0 0;
    }

    .page-header.variant-3 .navbar .menu-toggle {
        position: absolute;
        top: 7px;
        bottom: auto;
        left: 10px;
    }

    .page-header.variant-3 .navbar .menu-toggle i.icon {
        color: #333745;
    }

    .page-header.dark .navbar {
        background: #333745;
    }

    .page-header.dark .navbar .header-link.header-cart > a i.icon {
        color: #ffffff;
    }

    .page-header.dark .navbar .header-links .header-link > a {
        color: #ffffff;
    }

    .page-header.dark .navbar .menu-toggle i.icon {
        color: #ffffff;
    }
}

.page-header.variant-4:not(.is-sticky) {
    background-color: #ffffff;
}

.page-header.variant-4:not(.is-sticky) .header-top-row {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: transparent;
    min-height: 40px;
    border-bottom: 1px solid #ededed;
    text-align: right;
}

.page-header.variant-4:not(.is-sticky) .header-top-left,
.page-header.variant-4:not(.is-sticky) .header-top-right {
    display: block;
    float: left;
    text-align: left;
    width: 50%;
}

.page-header.variant-4:not(.is-sticky) .header-top-right {
    float: right;
    text-align: right;
}

.page-header.variant-4.is-sticky .header-top-row {
    display: none;
}

.page-header.variant-4.is-sticky .header-middle-center {
    display: none;
}

.page-header.variant-4.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}

.page-header.variant-4.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}

.page-header.variant-4.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.page-header.variant-4 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}

/* Desktop Header */
@media screen and (min-width: 992px) {
    .page-header.variant-4:not(.is-sticky) .nav > li > a,
    .page-header.variant-4:not(.is-sticky) .nav > li > a:focus {
        line-height: 64px;
    }

    .page-header.variant-4:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-4:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }

    .page-header.variant-4:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-4:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }

    .page-header.variant-4:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }

    .page-header.variant-4:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-4:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }

    .page-header.variant-4:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }

    .page-header.variant-4:not(.is-sticky) .header-logo {
        margin: 0;
    }

    .page-header.variant-4:not(.is-sticky) .header-middle-row {
        display: table;
        width: 100%;
        padding: 15px 0;
    }

    .page-header.variant-4:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
    }

    .page-header.variant-4:not(.is-sticky) .header-middle-right {
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
    }

    .page-header.variant-4:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-4:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
    }

    .page-header.variant-4:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
    }

    .page-header.variant-4:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }

    .page-header.variant-4:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }

    .page-header.variant-4:not(.is-sticky) .megamenu.center {
        float: none;
    }

    .page-header.variant-4:not(.is-sticky) .dropdown-link .dropdown-container {
        z-index: 102;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-4:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-4:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-4:not(.is-sticky) .header-link.header-search {
        top: 15px;
        margin: 0;
    }

    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 9px;
    }

    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search {
        height: 64px;
    }

    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f8f8f8;
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .page-header.variant-4:not(.is-sticky) .header-custom-text {
        font-size: 12px;
        line-height: 18px;
    }

    .page-header.variant-4:not(.is-sticky) .navbar {
        padding-top: 45px;
    }

    .page-header.variant-4:not(.is-sticky) .header-top-row {
        padding: 5px 0;
        min-height: 0;
    }

    .page-header.variant-4:not(.is-sticky) .header-middle-center {
        display: none;
    }

    .page-header.variant-4:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .page-header.variant-4.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-header.variant-4:not(.is-sticky) .header-top-left,
    .page-header.variant-4:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .header-logo img {
        float: none;
    }
}

.page-header.variant-5:not(.is-sticky) {
    background-color: #ffffff;
}

.page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #333745;
}

.page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text span {
    margin-right: 7px;
}

.page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text i.icon {
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px 0 0;
    color: #f82e56;
    vertical-align: bottom;
}

.page-header.variant-5.is-sticky .header-middle-left {
    display: none;
}

.page-header.variant-5.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}

.page-header.variant-5.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}

.page-header.variant-5.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.page-header.variant-5 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}

/* Desktop Header */
@media screen and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .nav > li > a,
    .page-header.variant-5:not(.is-sticky) .nav > li > a:focus {
        line-height: 58px;
    }

    .page-header.variant-5:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-5:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }

    .page-header.variant-5:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-5:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }

    .page-header.variant-5:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }

    .page-header.variant-5:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-5:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }

    .page-header.variant-5:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }

    .page-header.variant-5:not(.is-sticky) .header-logo {
        margin: 0;
        float: none;
    }

    .page-header.variant-5:not(.is-sticky) .header-middle-row {
        display: table;
        width: 100%;
        padding: 15px 0;
    }

    .page-header.variant-5:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
    }

    .page-header.variant-5:not(.is-sticky) .header-middle-right {
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
        width: 35%;
    }

    .page-header.variant-5:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-5:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
    }

    .page-header.variant-5:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
        width: 35%;
        text-align: left;
    }

    .page-header.variant-5:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }

    .page-header.variant-5:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }

    .page-header.variant-5:not(.is-sticky) .megamenu.center {
        float: none;
    }

    .page-header.variant-5:not(.is-sticky) .dropdown-link .dropdown-container {
        z-index: 102;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a:focus {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .header-link.header-search {
        top: 15px;
        margin: 0;
    }

    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 9px;
    }

    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search {
        height: 58px;
    }

    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f8f8f8;
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text {
        font-size: 12px;
        line-height: 18px;
    }

    .page-header.variant-5:not(.is-sticky) .navbar {
        padding-top: 45px;
    }

    .page-header.variant-5:not(.is-sticky) .header-middle-left {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-bottom: 1px solid #ededed;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header.variant-5:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .page-header.variant-5.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }
}

.page-header.variant-6:not(.is-sticky) {
    background-color: #ffffff;
}

.page-header.variant-6.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}

.page-header.variant-6.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}

.page-header.variant-6.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.page-header.variant-6 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}

/* Desktop Header */
@media screen and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .nav > li > a,
    .page-header.variant-6:not(.is-sticky) .nav > li > a:focus {
        line-height: 58px;
    }

    .page-header.variant-6:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-6:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }

    .page-header.variant-6:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-6:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }

    .page-header.variant-6:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }

    .page-header.variant-6:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-6:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }

    .page-header.variant-6:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }

    .page-header.variant-6:not(.is-sticky) .header-logo {
        margin: 0;
    }

    .page-header.variant-6:not(.is-sticky) .header-middle-row {
        display: table;
        width: 100%;
        padding: 15px 0;
    }

    .page-header.variant-6:not(.is-sticky) .header-middle-right {
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
    }

    .page-header.variant-6:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-6:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
    }

    .page-header.variant-6:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
    }

    .page-header.variant-6:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }

    .page-header.variant-6:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }

    .page-header.variant-6:not(.is-sticky) .megamenu.center {
        float: none;
    }

    .page-header.variant-6:not(.is-sticky) .dropdown-link .dropdown-container {
        z-index: 102;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .header-link.header-search {
        top: 15px;
        margin: 0;
    }

    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 9px;
    }

    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search {
        height: 58px;
    }

    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f8f8f8;
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .page-header.variant-6:not(.is-sticky) .header-middle-row .header-custom-text {
        font-size: 12px;
        line-height: 18px;
    }

    .page-header.variant-6:not(.is-sticky) .navbar {
        padding-top: 45px;
    }

    .page-header.variant-6:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .page-header.variant-6.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }

    .page-header.variant-6.sticky.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
        top: 52px;
    }
}

.page-header.variant-7:not(.is-sticky) {
    background-color: #ffffff;
}

.page-header.variant-7:not(.is-sticky) .header-top-row {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: transparent;
    min-height: 40px;
    border-bottom: 1px solid #ededed;
    text-align: right;
}

.page-header.variant-7:not(.is-sticky) .header-top-row .header-links {
    margin-top: 0;
}

.page-header.variant-7:not(.is-sticky) .header-top-left,
.page-header.variant-7:not(.is-sticky) .header-top-right {
    display: block;
    float: left;
    text-align: left;
    width: 50%;
}

.page-header.variant-7:not(.is-sticky) .header-top-right {
    float: right;
    text-align: right;
}

.page-header.variant-7 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}

.page-header.variant-7.is-sticky .header-top-row {
    display: none;
}

.page-header.variant-7.is-sticky .header-middle-center {
    display: none !important;
}

.page-header.variant-7.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}

.page-header.variant-7.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.page-header.variant-7.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}

/* Desktop Header */
@media screen and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .nav > li > a,
    .page-header.variant-7:not(.is-sticky) .nav > li > a:focus {
        line-height: 58px;
    }

    .page-header.variant-7:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-7:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }

    .page-header.variant-7:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-7:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }

    .page-header.variant-7:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }

    .page-header.variant-7:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-7:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }

    .page-header.variant-7:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }

    .page-header.variant-7:not(.is-sticky) .header-logo {
        margin: 0;
        min-width: 200px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-row {
        display: table;
        min-width: 100%;
        padding: 15px 0;
        margin: 0;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 10px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
        padding: 0 15px;
        border-left: 1px solid #ededed;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-links .dropdown-container,
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart .dropdown-container {
        top: 60px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart.variant-2 > a {
        position: relative;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart.variant-2 > a .badge {
        right: -8px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart.variant-2 .dropdown-container {
        top: 100%;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart > a i.icon {
        font-size: 34px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart > a .badge {
        position: absolute;
        left: auto;
        right: 10px;
        top: 0;
        width: 30px;
        height: 30px;
        margin: 0;
        font-size: 20px;
        line-height: 30px;
        border-radius: 50%;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
        text-align: left;
        width: 200px;
    }

    .page-header.variant-7:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }

    .page-header.variant-7:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }

    .page-header.variant-7:not(.is-sticky) .megamenu.center {
        float: none;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-row .header-custom-text {
        font-size: 14px;
        line-height: 20px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-row .header-custom-text span {
        margin-right: 7px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-row .header-custom-text i.icon {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header.variant-7:not(.is-sticky) .header-logo {
        min-width: 180px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header.variant-7:not(.is-sticky) .header-logo {
        min-width: 160px;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .header-link.header-search {
        display: block;
        top: 0;
        margin: 0;
        min-width: 300px;
        float: none;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-input {
        height: 50px;
        padding: 0 45px 0 15px;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 0;
        height: 50px;
        line-height: 52px;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-icon-search:before {
        content: '';
        position: absolute;
        display: inline-block;
        left: 0;
        top: 10px;
        width: 1px;
        height: 30px;
        background: #e8e8e8;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-icon-search:hover {
        color: #f82e56;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0;
        top: 0;
        font-size: 15px;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f6f6f6;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-input {
        border: 1px solid #e8e8e8;
        background-color: #f9f9f9;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .header-link.header-search {
        min-width: 300px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .header-link.header-search {
        min-width: 250px;
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .page-header.variant-7:not(.is-sticky) .header-top-row {
        padding: 0;
        padding-top: 45px;
        min-height: 0;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-row {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-center,
    .page-header.variant-7:not(.is-sticky) .header-middle-left {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-left {
        max-width: 300px;
        z-index: 11;
        overflow: visible;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-right {
        position: absolute;
        float: right;
        z-index: 10;
        right: 0;
        width: 100%;
        text-align: right;
        top: 5px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-center {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }

    .page-header.variant-7:not(.is-sticky) .header-middle-center:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #ededed;
    }

    .page-header.variant-7:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .page-header.variant-7:not(.is-sticky) .header-link.header-cart > a {
        position: static;
    }

    .page-header.variant-7:not(.is-sticky) .dropdown-link.header-cart > .dropdown-container {
        margin-top: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-header.variant-7.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }

    .page-header.variant-7.sticky.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
        top: 52px;
    }
}

@media screen and (max-width: 767px) {
    .page-header.variant-7:not(.is-sticky) .header-top-left,
    .page-header.variant-7:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}

body.open-panel.boxed .page-header.variant-7:not(.is-sticky):not(.fullwidth) .header-link.header-search,
body.open-panel .page-header.variant-7:not(.is-sticky).boxed .header-link.header-search,
body.open-panel .page-header.variant-7:not(.is-sticky).fullboxed .header-link.header-search {
    min-width: 250px;
}

body.open-panel.boxed .page-header.variant-7:not(.is-sticky):not(.fullwidth) .header-logo,
body.open-panel .page-header.variant-7:not(.is-sticky).boxed .header-logo,
body.open-panel .page-header.variant-7:not(.is-sticky).fullboxed .header-logo {
    min-width: 160px;
}

body.open-panel.boxed .page-header.variant-7:not(.is-sticky):not(.fullwidth) .header-middle-right .header-link.header-cart,
body.open-panel .page-header.variant-7:not(.is-sticky).boxed .header-middle-right .header-link.header-cart,
body.open-panel .page-header.variant-7:not(.is-sticky).fullboxed .header-middle-right .header-link.header-cart {
    padding: 0 10px;
}

.page-header.variant-8:not(.is-sticky) {
    background-color: #ffffff;
}

.page-header.variant-8:not(.is-sticky) .header-top-row {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: transparent;
    min-height: 40px;
    border-bottom: 1px solid #ededed;
    text-align: right;
}

.page-header.variant-8:not(.is-sticky) .header-top-left,
.page-header.variant-8:not(.is-sticky) .header-top-right {
    display: block;
    float: left;
    text-align: left;
}

.page-header.variant-8:not(.is-sticky) .header-top-left {
    width: 30%;
}

.page-header.variant-8:not(.is-sticky) .header-top-right {
    width: 70%;
}

.page-header.variant-8:not(.is-sticky) .header-custom-text > div {
    display: inline-block;
}

.page-header.variant-8:not(.is-sticky) .header-top-right {
    float: right;
    text-align: right;
}

.page-header.variant-8 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}

.page-header.variant-8.is-sticky .navbar {
    min-height: 42px;
}

.page-header.variant-8.is-sticky .header-top-row {
    display: none;
}

.page-header.variant-8.is-sticky .header-middle-row {
    width: 100%;
    text-align: center;
    position: relative;
}

.page-header.variant-8.is-sticky .header-middle-center,
.page-header.variant-8.is-sticky .header-middle-right {
    display: none !important;
}

/* Desktop Header */
@media screen and (min-width: 992px) {
    .page-header.variant-8 .nav-department {
        margin-left: -15px;
    }

    .page-header.variant-8 .header-links {
        margin: 0 0 0 5px;
    }

    .page-header.variant-8 .header-link.header-cart {
        margin: 0 0 0 5px;
    }

    .page-header.variant-8 .header-link.header-cart > a .badge {
        top: -10px;
    }

    .page-header.variant-8.is-sticky .header-logo {
        float: none;
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
        height: 100%;
        line-height: inherit;
    }

    .page-header.variant-8.is-sticky .header-logo > a {
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    .page-header.variant-8.is-sticky .header-logo img,
    .page-header.variant-8.is-sticky .header-logo svg {
        max-height: 42px;
    }

    .page-header.variant-8.is-sticky .header-bottom-row {
        background: #ffffff;
        min-height: 42px;
    }

    .page-header.variant-8.is-sticky .header-bottom-row > .container {
        display: table;
        position: relative;
    }

    .page-header.variant-8.is-sticky .header-bottom-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .page-header.variant-8.is-sticky .header-bottom-left {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
        text-align: left;
    }

    .page-header.variant-8:not(.is-sticky) .header-logo {
        margin: 0;
        min-width: 200px;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-row {
        display: table;
        min-width: 100%;
        padding: 15px 0;
        margin: 0;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 10px;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 550px;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
        text-align: left;
        width: 250px;
    }

    .page-header.variant-8:not(.is-sticky) .header-bottom-row {
        background: #f8f8f8;
        min-height: 42px;
    }

    .page-header.variant-8:not(.is-sticky) .header-bottom-row > .container {
        display: table;
        position: relative;
    }

    .page-header.variant-8:not(.is-sticky) .header-bottom-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: top;
        text-align: right;
    }

    .page-header.variant-8:not(.is-sticky) .header-bottom-left {
        display: table-cell;
        vertical-align: top;
        padding: 0 15px 0 0;
        text-align: left;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header.variant-8:not(.is-sticky) .header-logo {
        min-width: 180px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header.variant-8:not(.is-sticky) .header-logo {
        min-width: 160px;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .header-link.header-search {
        display: block;
        top: 0;
        margin: 0;
        min-width: 350px;
        float: none;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-input {
        height: 50px;
        padding: 0 45px 0 15px;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 0;
        height: 50px;
        line-height: 52px;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-icon-search:before {
        content: '';
        position: absolute;
        display: inline-block;
        left: 0;
        top: 10px;
        width: 1px;
        height: 30px;
        background: #e8e8e8;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-icon-search:hover {
        color: #f82e56;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0;
        top: 0;
        font-size: 15px;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f6f6f6;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-input {
        border: 1px solid #e8e8e8;
        background-color: #f9f9f9;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .header-link.header-search {
        min-width: 300px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .header-link.header-search {
        min-width: 250px;
    }
}

/* Mobile header */
@media screen and (max-width: 991px) {
    .page-header.variant-8.is-sticky .header-bottom-left {
        display: none;
    }

    .page-header.variant-8:not(.is-sticky) .header-top-row {
        padding: 0;
        padding-top: 45px;
        min-height: 0;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-right,
    .page-header.variant-8:not(.is-sticky) .header-bottom-left {
        display: none;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-left {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .page-header.variant-8:not(.is-sticky) .header-middle-center:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #ededed;
    }

    .page-header.variant-8:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .page-header.variant-8:not(.is-sticky) .header-link.header-cart > a {
        bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .page-header.variant-8:not(.is-sticky) .header-top-left,
    .page-header.variant-8:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .page-header.variant-9:not(.is-sticky) .header-top-row {
        position: relative;
        width: 100%;
        margin-top: 0;
        padding: 0;
        min-height: 35px;
        text-align: right;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-row .header-links {
        margin-top: 0;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-row .header-link > a {
        padding: 0 8px;
        line-height: 35px;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-row .dropdown-link .dropdown-container {
        top: 36px;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-left,
    .page-header.variant-9:not(.is-sticky) .header-top-right {
        display: block;
        float: left;
        text-align: left;
        width: 50%;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-right {
        float: right;
        text-align: right;
    }

    .page-header.variant-9:not(.is-sticky) .header-right-links {
        float: right;
    }

    .page-header.variant-9:not(.is-sticky) .header-logo {
        height: 110px;
        line-height: 110px;
    }

    .page-header.variant-9:not(.is-sticky) .header-logo svg {
        height: 100%;
    }

    .page-header.variant-9:not(.is-sticky) .megamenu {
        margin-top: 20px;
    }

    .page-header.variant-9:not(.is-sticky) .navbar {
        height: 110px;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .collapsed-links-wrapper {
        width: 136px;
        height: 110px;
        float: right;
        border-left: 1px solid #f0f0f0;
        -webkit-transition: width 0.2s ease 0.05s;
        -o-transition: width 0.2s ease 0.05s;
        transition: width 0.2s ease 0.05s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .collapsed-links-wrapper:before {
        content: "\e923";
        font-family: icomoon-reg;
        font-size: 16px;
        line-height: 25px;
        width: 27px;
        height: 27px;
        border: 1px solid #f0f0f0;
        background-color: #f7f7f7;
        border-radius: 50%;
        display: inline-block;
        float: left;
        position: relative;
        top: 50%;
        margin: -14px 0 -50px -12px;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .collapsed-links-wrapper {
        width: auto;
        -webkit-transition: width 0.2s ease 0.1s;
        -o-transition: width 0.2s ease 0.1s;
        transition: width 0.2s ease 0.1s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .collapsed-links {
        width: auto;
        float: right;
        margin-top: 15px;
        white-space: nowrap;
        pointer-events: none;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-links {
        display: inline-block;
        vertical-align: top;
        float: none;
        white-space: nowrap;
        direction: rtl;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-links .header-link {
        opacity: 0;
        direction: ltr;
        -webkit-transition: opacity 0.2s ease 0s, margin 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s, margin 0.2s ease 0s;
        transition: opacity 0.2s ease 0s, margin 0.2s ease 0s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-link > a i.icon {
        padding-right: 0;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-link > a .badge {
        left: -10px;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-link .link-text {
        display: block;
        font-size: 14px;
        line-height: 1em;
        padding-bottom: 10px;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-link {
        pointer-events: auto;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:first-child {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.1s;
        -o-transition: opacity 0.3s ease 0.1s;
        transition: opacity 0.3s ease 0.1s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(2) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.2s;
        -o-transition: opacity 0.3s ease 0.2s;
        transition: opacity 0.3s ease 0.2s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(3) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.3s;
        -o-transition: opacity 0.3s ease 0.3s;
        transition: opacity 0.3s ease 0.3s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(4) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.4s;
        -o-transition: opacity 0.3s ease 0.4s;
        transition: opacity 0.3s ease 0.4s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(5) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -o-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(6) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.6s;
        -o-transition: opacity 0.3s ease 0.6s;
        transition: opacity 0.3s ease 0.6s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(7) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.7s;
        -o-transition: opacity 0.3s ease 0.7s;
        transition: opacity 0.3s ease 0.7s;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-links .header-link {
        display: inline-block;
        float: none;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-cart {
        margin-right: 20px;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-search {
        margin-top: 35px;
        margin-right: 20px;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-cart,
    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-search {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    body:not(.touch) .page-header.variant-9:not(.is-sticky) .header-right-links .dropdown-link:not(.variant-2) > .dropdown-container,
    body:not(.touch) .page-header.variant-9:not(.is-sticky) .header-right-links .dropdown-link:not(.variant-2):hover > .dropdown-container {
        top: 65px;
    }

    .page-header.variant-9 .dropdown-link .dropdown-container:after,
    .page-header.variant-9 .dropdown-link .dropdown-container:before {
        left: 26px;
    }

    .page-header.variant-9 .dropdown-link .dropdown-container.right:after,
    .page-header.variant-9 .dropdown-link .dropdown-container.right:before {
        right: 26px;
        left: auto;
    }

    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        padding-bottom: 0;
    }

    .page-header.variant-9 .navbar .nav > li:hover > a {
        color: #f82e56;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .nav > li > a:after,
    .page-header.variant-9:not(.is-sticky) .navbar .nav > li > a:focus:after {
        content: '';
        display: block;
        height: 18px;
    }

    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-header.variant-9 .navbar .nav > li:hover > a {
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .page-header.variant-9 .container {
        white-space: nowrap;
    }

    .page-header.variant-9 .nav > li > a > .menu-label,
    .page-header.variant-9 .nav > li > a > .menu-label-alt {
        left: auto;
        right: -10px;
        top: 4px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .page-header.variant-9 .header-logo {
        margin-right: 15px;
    }

    .page-header.variant-9 .navbar .header-link .link-text {
        display: none;
    }
}

.page-header.variant-9 .header-top-row {
    background-color: #f5f5f6;
}

.page-header.variant-9.is-sticky .header-top-row {
    display: none;
}

.page-header.variant-9.is-sticky .header-links,
.page-header.variant-9.is-sticky .header-link > a .link-text {
    display: none;
}

.page-header.variant-9.is-sticky .collapsed-links-wrapper {
    width: auto !important;
}

@media screen and (max-width: 767px) {
    .page-header.variant-7:not(.is-sticky) .header-top-left,
    .page-header.variant-7:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .page-header.variant-9 .header-links .header-link {
        float: left;
    }

    .page-header.variant-9 .header-link .link-text {
        display: none;
    }

    .page-header.variant-9 .header-links .header-link > a {
        line-height: 43px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-row {
        padding-bottom: 0;
        padding-top: 45px;
        min-height: 0;
    }

    .page-header.variant-9:not(.is-sticky) .header-top-right .header-links {
        position: absolute;
        top: 0;
    }

    .page-header.variant-9:not(.is-sticky) .navbar,
    .page-header.variant-9:not(.is-sticky) .navbar .container {
        position: static;
    }

    .page-header.variant-9:not(.is-sticky) .navbar .header-links {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        min-height: 40px;
        margin: 0;
    }

    .page-header.variant-9:not(.is-sticky) .dropdown-link .dropdown-container.right {
        right: -14px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .page-header.variant-9:not(.is-sticky) .header-top-left,
    .page-header.variant-9:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .page-header.stickydark.is-sticky .navbar {
        background: #333745;
    }

    .page-header.stickydark.is-sticky .navbar .header-link.header-cart > a i.icon {
        color: #ffffff;
    }

    .page-header.stickydark.is-sticky .navbar .menu-toggle i.icon {
        color: #ffffff;
    }
}

@media screen and (min-width: 992px) {
    .page-header.dark:not(.is-sticky) .navbar,
    .page-header.stickydark.is-sticky .navbar {
        background-color: #333745;
    }

    .page-header.dark:not(.is-sticky) .navbar .header-link > a,
    .page-header.stickydark.is-sticky .navbar .header-link > a {
        color: #ffffff;
    }

    .page-header.dark:not(.is-sticky) .navbar .header-link > a:hover i.icon,
    .page-header.stickydark.is-sticky .navbar .header-link > a:hover i.icon {
        color: #ffffff;
    }

    .page-header.dark:not(.is-sticky) .navbar .header-link > a i.icon,
    .page-header.stickydark.is-sticky .navbar .header-link > a i.icon {
        color: #ffffff;
    }

    .page-header.dark:not(.is-sticky) .navbar .nav li a:focus,
    .page-header.stickydark.is-sticky .navbar .nav li a:focus {
        background: transparent;
    }

    .page-header.dark:not(.is-sticky) .navbar .nav > li > a,
    .page-header.stickydark.is-sticky .navbar .nav > li > a,
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a:focus,
    .page-header.stickydark.is-sticky .navbar .nav > li > a:focus {
        color: #ffffff;
    }

    .page-header.dark:not(.is-sticky) .navbar .nav > li:hover > a,
    .page-header.stickydark.is-sticky .navbar .nav > li:hover > a,
    .page-header.dark:not(.is-sticky) .navbar .nav > li.active > a,
    .page-header.stickydark.is-sticky .navbar .nav > li.active > a {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
        color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .page-header.dark:not(.is-sticky) .navbar .nav > li:hover > a:after,
    .page-header.stickydark.is-sticky .navbar .nav > li:hover > a:after,
    .page-header.dark:not(.is-sticky) .navbar .nav > li.active > a:after,
    .page-header.stickydark.is-sticky .navbar .nav > li.active > a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #f82e56;
    }

    .page-header.dark:not(.is-sticky) .navbar .nav > li > a > .menu-label,
    .page-header.stickydark.is-sticky .navbar .nav > li > a > .menu-label,
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a > .menu-label-alt,
    .page-header.stickydark.is-sticky .navbar .nav > li > a > .menu-label-alt,
    .page-header.dark:not(.is-sticky) .navbar .nav > li:hover > a > .menu-label,
    .page-header.stickydark.is-sticky .navbar .nav > li:hover > a > .menu-label,
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a > .menu-label-alt,
    .page-header.stickydark.is-sticky .navbar .nav > li > a > .menu-label-alt {
        top: 4px;
    }

    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-search-input,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-search-input {
        background: #333745;
        color: #ffffff;
    }

    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open,
    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-search-submit,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-search-submit {
        background: #333745;
    }

    .page-header.dark:not(.is-sticky) .navbar .exp-icon-search,
    .page-header.stickydark.is-sticky .navbar .exp-icon-search {
        color: #ffffff;
    }

    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-search-input,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-search-input {
        border-color: #e8e8e8;
    }

    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-icon-search,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-icon-search,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input::-webkit-input-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input::-webkit-input-placeholder,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input:-moz-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input:-moz-placeholder,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input::-moz-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input::-moz-placeholder,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input:-ms-input-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input:-ms-input-placeholder {
        color: #ffffff;
    }
}

/* 1.3 Footer
-----------------------------------------------------------------*/
.footer-bot {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
}

.footer-top {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
}

@media (min-width: 992px) {
    .footer-bot .row {
        display: table;
        width: calc(100% + 30px);
    }

    .footer-bot .row [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    footer:not(.variant4) .footer-top .row {
        display: table;
        width: calc(100% + 30px);
    }

    footer:not(.variant4) .footer-top .row [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.footer-block {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .footer-block {
        margin-bottom: 30px;
    }
}

.footer-payment-link {
    margin-bottom: 0;
    text-align: right;
}

.footer-logo {
    text-align: left;
    height: 75px;
}

.footer-logo svg {
    fill: #f82e56;
    max-width: 100%;
}

.footer-copyright {
    padding: 17px 0;
    font-size: 14px;
    line-height: 16px;
    color: #333745;
}

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

.footer-social a,
.icons-social a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #f82e56;
}

.footer-social a:hover,
.icons-social a:hover {
    color: #333745;
}

.footer-social a:hover i.icon.icon-circled,
.icons-social a:hover i.icon.icon-circled {
    color: #ffffff;
    background-color: #f82e56;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-social i.icon,
.icons-social i.icon {
    font-size: 20px;
    line-height: 30px;
}

.footer-social i.icon.icon-circled,
.icons-social i.icon.icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #f82e56;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}

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

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
    position: relative;
    color: #333745;
    font-size: 15px;
    line-height: 20px;
}

.footer-nav ul li:after {
    content: '|';
    padding: 0 0 0 20px;
}

.footer-nav ul li a {
    color: #333745;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-nav ul li a:hover {
    color: #f82e56;
}

.footer-nav ul li:last-child:after {
    display: none;
}

/* footer variant 1 */
footer.variant1 .under-footer {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

footer.variant1 .after-footer {
    width: 100%;
    clear: both;
}

footer.variant1 .footer-bot {
    float: left;
    width: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
}

footer.variant1 .footer-logo {
    display: table;
    width: 100%;
}

footer.variant1 .footer-logo > a {
    display: table-cell;
    vertical-align: middle;
}

footer.variant1 .footer-logo img {
    max-width: 100%;
}

@media screen and (min-width: 1400px) {
    body.open-panel.boxed footer.variant1:not(.fullwidth) .footer-bot [class*="col-"],
    body.open-panel footer.variant1.boxed .footer-bot [class*="col-"],
    body.open-panel footer.variant1.fullboxed .footer-bot [class*="col-"] {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
        width: 40%;
    }

    body.open-panel.boxed footer.variant1:not(.fullwidth) .footer-bot [class*="col-"]:first-child,
    body.open-panel footer.variant1.boxed .footer-bot [class*="col-"]:first-child,
    body.open-panel footer.variant1.fullboxed .footer-bot [class*="col-"]:first-child {
        width: 25%;
    }

    body.open-panel.boxed footer.variant1:not(.fullwidth) .footer-bot [class*="col-"]:last-child,
    body.open-panel footer.variant1.boxed .footer-bot [class*="col-"]:last-child,
    body.open-panel footer.variant1.fullboxed .footer-bot [class*="col-"]:last-child {
        width: 35%;
    }
}

@media screen and (max-width: 1399px) {
    footer.variant1 .under-footer {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer.variant1 .footer-bot {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    footer.variant1 .footer-bot .container > .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer.variant1 .footer-bot [class*="col-"] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer.variant1 .footer-logo {
        text-align: center;
        padding: 0;
    }

    footer.variant1 .footer-payment-link {
        text-align: center;
        padding: 0;
    }

    footer.variant1 .footer-copyright {
        text-align: center;
    }

    footer.variant1 .footer-social {
        text-align: center;
        padding: 0;
    }
}

/* footer variant 2 */
footer.variant2,
footer.variant4 {
    background-color: #ffffff;
}

footer.variant2 .footer-top,
footer.variant4 .footer-top {
    padding: 40px 0;
}

footer.variant2 .footer-middle,
footer.variant4 .footer-middle {
    padding: 40px 0 10px;
}

footer.variant2 .footer-bot,
footer.variant4 .footer-bot {
    padding: 40px 0 40px;
    margin: 0;
    border: 0;
    background-color: #f9f9f9;
}

footer.variant2 .footer-payment-link,
footer.variant4 .footer-payment-link {
    text-align: center;
}

footer.variant2 .footer-copyright,
footer.variant4 .footer-copyright {
    padding: 0 0 10px;
}

@media screen and (max-width: 991px) {
    footer.variant2 .footer-top,
    footer.variant4 .footer-top {
        padding: 20px 0;
    }

    footer.variant2 .footer-middle,
    footer.variant4 .footer-middle {
        padding: 20px 0;
    }

    footer.variant2 .footer-bot,
    footer.variant4 .footer-bot {
        padding: 20px 0;
    }

    footer.variant2 .footer-copyright,
    footer.variant4 .footer-copyright {
        padding: 10px 0;
    }
}

footer.variant4 .footer-social {
    text-align: left;
    margin: 10px 0;
}

footer.variant4 .footer-top {
    background-image: url(../images/block-bg-4.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #333745;
    border-bottom: 0;
    color: #fff;
}

footer.variant4 .footer-top h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

footer.variant4 .footer-top h3,
footer.variant4 .footer-top h4,
footer.variant4 .footer-top h5 {
    color: #fff;
}

footer.variant4 .footer-top a,
footer.variant4 .footer-top a.readmore {
    color: #f82e56;
    font-weight: bold;
}

footer.variant4 .footer-top a:hover,
footer.variant4 .footer-top a.readmore:hover {
    color: #fff;
}

footer.variant4 .footer-top .footer-logo svg {
    fill: #fff;
}

footer.variant4 .footer-top input:focus {
    border-color: #fff;
}

/* footer variant 3 */
footer.variant3 {
}

footer.variant3 > .container {
    padding-top: 35px;
}

footer.variant3 .footer-logo {
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
}

footer.variant3 .footer-payment-link {
    text-align: right;
    padding: 5px 0 10px;
    line-height: 40px;
}

footer.variant3 .footer-social {
    text-align: left;
    padding: 5px 0;
}

footer.variant3 .after-footer {
    margin-top: 20px;
    background: #f82e56;
}

footer.variant3 .after-footer,
footer.variant3 .after-footer .footer-copyright,
footer.variant3 .after-footer .footer-copyright a {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    footer.variant3 .footer-payment-link {
        text-align: center;
    }

    footer.variant3 .footer-social {
        text-align: center;
    }
}

/* 1.4 SideBar
-----------------------------------------------------------------*/
/* ------------------------*/
/*      Sidebar Styles     */
/* ------------------------*/
.sidebar-wrapper {
    z-index: 1005;
    position: fixed;
    top: 0;
    left: 125px;
    width: 0;
    height: 100%;
    margin-left: -125px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #333745;
}

.sidebar-wrapper .sidebar-nav {
    position: absolute;
    padding: 20px 0;
    list-style: none;
    width: 125px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-wrapper .sidebar-nav li span,
.sidebar-wrapper .sidebar-nav li a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.sidebar-wrapper .sidebar-nav li span:before,
.sidebar-wrapper .sidebar-nav li a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    background-color: #f82e56;
}

.sidebar-wrapper .sidebar-nav li:hover span:before,
.sidebar-wrapper .sidebar-nav li:hover a:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

.sidebar-wrapper .sidebar-nav li span,
.sidebar-wrapper .sidebar-nav li span:before,
.sidebar-wrapper .sidebar-nav li a,
.sidebar-wrapper .sidebar-nav li a:before {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

.sidebar-wrapper .sidebar-nav li a:before {
    background-color: #494e62;
    left: -4px;
    border-right: 4px solid #f82e56;
}

.sidebar-wrapper .sidebar-nav li:hover a:before {
    width: 100%;
    background-color: #494e62;
    left: 0;
}

.sidebar-wrapper .sidebar-nav a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #979797;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-wrapper .sidebar-nav a:hover,
.sidebar-wrapper .sidebar-nav a.active {
    color: #ffffff;
}

.sidebar-wrapper .sidebar-bot {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 16px;
    text-align: center;
}

.sidebar-wrapper .sidebar-top {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 16px;
    text-align: center;
}

.sidebar-wrapper .share-button {
    width: 30px;
    margin: auto;
}

.sidebar-wrapper .share-button .toggle {
    color: #fff;
}

body.touch .sidebar-wrapper .sidebar-nav li a:before {
    transition: none;
}

body.touch .sidebar-wrapper .sidebar-nav li:hover a:before {
    transition: none;
}

body:not(.open-panel) .sidebar-wrapper {
    overflow-y: hidden;
}

.sidebar-wrapper .sidebar-top a.slidepanel-toggle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    opacity: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-wrapper .sidebar-top a.slidepanel-toggle:hover {
    color: #f82e56;
}

.sidebar-wrapper:hover > .sidebar-top > a.slidepanel-toggle {
    opacity: 1;
}

/* 2. Slider
-----------------------------------------------------------------*/
.mainSlider .sliderLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/loader.gif) center center no-repeat #ffffff;
    z-index: 100;
    padding-top: 100px;
    text-indent: -5000px;
}

.mainSlider video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

.mainSlider .swiper-container {
    width: 100%;
    min-height: 500px;
    opacity: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 1s ease, min-height 1s ease;
    -o-transition: opacity 1s ease, min-height 1s ease;
    transition: opacity 1s ease, min-height 1s ease;

    /* slide 1 */
    /* /slide 1 */
    /* slide 2 */
    /* slide 3 */
    /* /slide 3 */
    /* slide 4 */
    /* /slide 4 */
}

.mainSlider .swiper-container .swiper-slide-duplicate {
    z-index: -1;
}

.mainSlider .swiper-container .swiper-slide-active {
    z-index: 100;
}

.mainSlider .swiper-container .swiper-slide img {
    width: 100%;
}

.mainSlider .swiper-container .animate {
    opacity: 0;
}

.mainSlider .swiper-container .animated {
    opacity: 1;
}

.mainSlider .swiper-container .clip-svg {
    height: 0;
}

.mainSlider .swiper-container .text {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 4.5vw;
    line-height: 1.2em;
    color: #f82e56;
    font-weight: normal;
}

.mainSlider .swiper-container .button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Raleway', sans-serif;
    font-size: calc(10px + 1.4vw);
    line-height: 2.6em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 1.8em;
    background-color: #f82e56;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainSlider .swiper-container .button:hover {
    color: #f82e56;
    background-color: #ffffff;
}

.mainSlider .swiper-container .button.button-sm {
    font-size: calc(10px + 1vw);
    line-height: 2.4em;
    font-weight: 700;
    padding: 0 1.4em;
}

.mainSlider .swiper-container .caption {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 50%;
    text-align: left;
    background: #f82e56;
    padding: 1vw 2vw 2vw;
    transform: translate(0, -50%);
}

.mainSlider .swiper-container .caption .text1 {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    left: 0;
    bottom: 100%;
    font-size: 4.5vw;
    line-height: 0.710em;
    color: #f82e56;
    font-weight: 900;
}

.mainSlider .swiper-container .caption .text2 {
    font-family: 'Raleway', sans-serif;
    font-size: 6.0vw;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 100;
}

.mainSlider .swiper-container .caption .text3 {
    font-family: 'Raleway', sans-serif;
    font-size: 4.0vw;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 100;
}

.mainSlider .swiper-container .caption .cool-btn {
    display: inline-block;
    position: absolute;
    padding: 0.6em 1em;
    background: #333745;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: calc(10px + 1.5vw);
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainSlider .swiper-container .caption .cool-btn:hover {
    color: #f82e56;
    background: #ffffff;
}

.mainSlider .swiper-container .caption .cool-btn .clip-svg {
    height: 0;
    width: 0;
}

.mainSlider .swiper-container .caption .cool-btn {
    bottom: -1.2em;
    right: 1em;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .caption .text1,
.block.boxed .mainSlider .swiper-container .caption .text1,
.block.fullboxed .mainSlider .swiper-container .caption .text1 {
    font-size: 4vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .caption .text2,
.block.boxed .mainSlider .swiper-container .caption .text2,
.block.fullboxed .mainSlider .swiper-container .caption .text2 {
    font-size: 4.3vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .caption .text3,
.block.boxed .mainSlider .swiper-container .caption .text3,
.block.fullboxed .mainSlider .swiper-container .caption .text3 {
    font-size: 2.8vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .caption .cool-btn,
.block.boxed .mainSlider .swiper-container .caption .cool-btn,
.block.fullboxed .mainSlider .swiper-container .caption .cool-btn {
    font-size: calc(10px + 1.2vw);
}

.mainSlider .swiper-container .text2-1 {
    position: absolute;
    top: 29%;
    left: 9%;
    font-family: 'Raleway', sans-serif;
    font-size: 3.8vw;
    line-height: 0.710em;
    color: #f82e56;
    font-weight: 900;
}

.mainSlider .swiper-container .text2-2 {
    position: absolute;
    top: 36%;
    left: 9%;
    font-family: 'Raleway', sans-serif;
    font-size: 6.0vw;
    line-height: 1.2em;
    color: #333745;
    font-weight: 900;
    text-transform: uppercase;
}

.mainSlider .swiper-container .text2-3 {
    position: absolute;
    top: 51.5%;
    left: 13%;
    font-family: 'Raleway', sans-serif;
    font-size: 4.0vw;
    line-height: 1.2em;
    color: #333745;
    font-weight: 100;
    text-transform: uppercase;
}

.mainSlider .swiper-container .text2-4 {
    position: absolute;
    top: 59%;
    left: 25%;
    font-family: 'Roboto', sans-serif;
    font-size: 8.0vw;
    line-height: 1.2em;
    color: #f82e56;
    font-weight: 900;
}

.mainSlider .swiper-container .text2-5 {
    position: absolute;
    top: 62%;
    left: 47%;
    font-family: 'Raleway', sans-serif;
    font-size: 7.0vw;
    line-height: 1.2em;
    color: #f82e56;
    font-weight: 900;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text2-1,
.block.boxed .mainSlider .swiper-container .text2-1,
.block.fullboxed .mainSlider .swiper-container .text2-1 {
    font-size: 3.4vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text2-2,
.block.boxed .mainSlider .swiper-container .text2-2,
.block.fullboxed .mainSlider .swiper-container .text2-2 {
    font-size: 5vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text2-3,
.block.boxed .mainSlider .swiper-container .text2-3,
.block.fullboxed .mainSlider .swiper-container .text2-3 {
    font-size: 3.35vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text2-4,
.block.boxed .mainSlider .swiper-container .text2-4,
.block.fullboxed .mainSlider .swiper-container .text2-4 {
    font-size: 7vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text2-5,
.block.boxed .mainSlider .swiper-container .text2-5,
.block.fullboxed .mainSlider .swiper-container .text2-5 {
    font-size: 6vw;
}

.mainSlider .swiper-container .text3-1,
.mainSlider .swiper-container .text3-2,
.mainSlider .swiper-container .text3-3,
.mainSlider .swiper-container .text3-4,
.mainSlider .swiper-container .text3-5 {
    position: absolute;
    font-family: 'Raleway', sans-serif;
    font-size: 4.6vw;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 900;
    text-transform: none;
}

.mainSlider .swiper-container .text3-1 {
    top: 30%;
    left: 7%;
}

.mainSlider .swiper-container .text3-2 {
    top: 30%;
    left: 25%;
}

.mainSlider .swiper-container .text3-3 {
    top: 30%;
    left: 47%;
}

.mainSlider .swiper-container .text3-4 {
    top: 42%;
    left: 7%;
}

.mainSlider .swiper-container .text3-5 {
    top: 42%;
    left: 25%;
}

.mainSlider .swiper-container .text3-6 {
    display: block;
    position: absolute;
    top: 63%;
    left: 7%;
    font-family: 'Raleway', sans-serif;
    font-size: calc(10px + 1.4vw);
    line-height: 2.6em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 1.8em;
    background-color: #f82e56;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainSlider .swiper-container .text3-6:hover {
    color: #f82e56;
    background-color: #ffffff;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text3-1,
.block.boxed .mainSlider .swiper-container .text3-1,
.block.fullboxed .mainSlider .swiper-container .text3-1,
body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text3-2,
.block.boxed .mainSlider .swiper-container .text3-2,
.block.fullboxed .mainSlider .swiper-container .text3-2,
body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text3-3,
.block.boxed .mainSlider .swiper-container .text3-3,
.block.fullboxed .mainSlider .swiper-container .text3-3,
body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text3-4,
.block.boxed .mainSlider .swiper-container .text3-4,
.block.fullboxed .mainSlider .swiper-container .text3-4,
body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text3-5,
.block.boxed .mainSlider .swiper-container .text3-5,
.block.fullboxed .mainSlider .swiper-container .text3-5 {
    font-size: 4vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text3-6,
.block.boxed .mainSlider .swiper-container .text3-6,
.block.fullboxed .mainSlider .swiper-container .text3-6 {
    line-height: 2.2em;
    padding: 0 1.4em;
}

.mainSlider .swiper-container .text4-1,
.mainSlider .swiper-container .text4-2,
.mainSlider .swiper-container .text4-3,
.mainSlider .swiper-container .text4-4 {
    position: absolute;
}

.mainSlider .swiper-container .text4-1 {
    top: 21%;
    left: 14%;
    font-family: 'Raleway', sans-serif;
    font-size: 4.1vw;
    line-height: 1.2em;
    color: #f82e56;
    font-weight: 900;
}

.mainSlider .swiper-container .text4-2 {
    top: 21%;
    left: 34%;
    font-family: 'Raleway', sans-serif;
    font-size: 4.1vw;
    line-height: 1.2em;
    color: #333745;
    font-weight: 100;
}

.mainSlider .swiper-container .text4-3 {
    top: 38%;
    left: 14%;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4vw;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.mainSlider .swiper-container .text4-4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 14%;
    font-family: 'Raleway', sans-serif;
    font-size: calc(10px + 1vw);
    line-height: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.4em;
    background-color: #f82e56;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainSlider .swiper-container .text4-4:hover {
    color: #f82e56;
    background-color: #ffffff;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text4-1,
.block.boxed .mainSlider .swiper-container .text4-1,
.block.fullboxed .mainSlider .swiper-container .text4-1 {
    font-size: 3.4vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text4-2,
.block.boxed .mainSlider .swiper-container .text4-2,
.block.fullboxed .mainSlider .swiper-container .text4-2 {
    font-size: 3.4vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text4-3,
.block.boxed .mainSlider .swiper-container .text4-3,
.block.fullboxed .mainSlider .swiper-container .text4-3 {
    font-size: 1.3vw;
}

body.boxed .block:not(.fullwidth) .mainSlider .swiper-container .text4-4,
.block.boxed .mainSlider .swiper-container .text4-4,
.block.fullboxed .mainSlider .swiper-container .text4-4 {
    line-height: 2.2em;
    padding: 0 1.2em;
}

@media screen and (max-width: 480px) {
    .mainSlider .swiper-container {
        min-height: 150px;
    }
}

.mainSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: auto;
    right: 25px;
    width: 30px;
    padding: 5px;
}

.mainSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin: 0 0 -1px;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.mainSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #363636;
}

.mainSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
    background-color: #333745;
    opacity: 0.7;
}

.mainSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #363636;
}

.mainSlider .block-animate {
    opacity: 0 !important;
}

.mainSlider .swiper-slide {
    position: relative;
    overflow: hidden !important;
}

.mainSlider .swiper-slide[data-href] {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.mainSlider.fullscreen .swiper-container {
    height: auto;
    min-height: none;
}

.mainSlider.fullscreen .swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
}

.mainSlider.fullscreen .swiper-container .swiper-slide.left {
    background-position: left;
}

.mainSlider.fullscreen .swiper-container .swiper-slide.right {
    background-position: right;
}

.mainSlider.fullscreen .swiper-container .swiper-slide.overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('../images/pixel-screen.png') repeat;
}

.mainSlider.fullscreen .swiper-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: auto !important;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.swiper-pagination-thumbs {
    position: absolute;
    z-index: 1000;
    display: none;
}

@media screen and (max-width: 991px) {
    .swiper-pagination-thumbs {
        display: none !important;
    }
}

body.touch .swiper-pagination-thumbs {
    display: none !important;
}

.swiper-pagination-thumbs .thumbs-wrapper {
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.swiper-pagination-thumbs .thumbs-wrapper .thumbs {
    position: absolute;
    left: 0px;
    top: 0px;
}

.swiper-pagination-thumbs .thumbs-wrapper span {
    display: block;
    position: relative;
}

.swiper-pagination-thumbs .thumbs-wrapper span img {
    display: block;
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainSlider .swiper-slide .vertical-align {
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainSlider .swiper-slide .horisontal-align {
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    margin: 0 auto;
}

/* 3. Page Elements
-----------------------------------------------------------------*/
/* 3.1 Preloader
-----------------------------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background-color: #ffffff;
}

#loader-wrapper.off {
    display: none;
    z-index: -1000;
}

#loader-wrapper {
    -moz-animation: cssHide 0s ease-in 10s forwards;
    -webkit-animation: cssHide 0s ease-in 10s forwards;
    -o-animation: cssHide 0s ease-in 10s forwards;
    animation: cssHide 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssHide {
    to {
        opacity: 0;
        top: -200%;
        z-index: -1000;
    }
}

@-webkit-keyframes cssHide {
    to {
        opacity: 0;
        top: -200%;
        z-index: -1000;
    }
}

.loaded #loader-wrapper {
    opacity: 0;
    top: -300%;
    z-index: -1000;
    transition: opacity 0.3s ease-out;
}

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}

.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}

.cube-folding span::before {
    content: '';
    background-color: #f9476a;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: folding 2.5s infinite linear both;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #f71542;
}

.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #d2072f;
}

.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #eb0835;
}

@-moz-keyframes folding {
    0%,
    10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes folding {
    0%,
    10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.cube-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

/* 3.2 Mobilemenu
-----------------------------------------------------------------*/
/* mobilemenu */
@media screen and (max-width: 991px) {
    .mobilemenu {
        position: fixed;
        z-index: 1009;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: visibility 0s ease 0.6s;
        -o-transition: visibility 0s ease 0.6s;
        transition: visibility 0s ease 0.6s;
    }

    .mobilemenu-content {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 480px;
        line-height: 50px;
        font-weight: bold;
        overflow: auto;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        background: #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }

    .mobilemenu-header {
        position: fixed;
        left: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #f82e56;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2;
        -webkit-transition: top 0.3s ease 0s;
        -o-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }

    .mobilemenu-toggle {
        text-decoration: none;
    }

    .mobilemenu-toggle:hover,
    .mobilemenu-toggle:focus {
        text-decoration: none;
    }

    .mobilemenu .mobilemenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        color: #ffffff;
    }

    .mobilemenu .mobilemenu-toggle:before,
    .mobilemenu .mobilemenu-toggle:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .mobilemenu .mobilemenu-toggle:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobilemenu .mobilemenu-toggle:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobilemenu.active {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        -o-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }

    .mobilemenu.active .mobilemenu-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }

    .mobilemenu.active .mobilemenu-header {
        top: 0;
        -webkit-transition: top 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0.5s;
        transition: top 0.3s ease 0.5s;
    }

    .navbar ul.nav {
        display: block;
        padding-top: 50px;
    }

    .navbar ul.nav li {
        position: relative;
        padding: 0;
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    .navbar ul.nav li a {
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 50px 12px 20px;
        background: transparent;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    .navbar ul.nav li:hover > a,
    .navbar ul.nav li.submenu-open > a {
        background-color: #f8f8f8;
        color: #f82e56;
        text-decoration: none;
    }

    .navbar ul.nav li .arrow {
        position: absolute;
        z-index: 100;
        width: 50px;
        height: 45px;
        top: 0;
        right: 0;
        font-family: 'icomoon-reg' !important;
        font-size: 18px;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .navbar ul.nav li .arrow:before {
        color: #333745;
        content: "\e922";
    }

    .navbar ul.nav li .arrow:hover:before {
        color: #f82e56;
    }

    .navbar ul.nav li.submenu-open > .arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .navbar ul.nav li ul {
        display: none;
        padding: 0;
        margin: 0;
        opacity: 0;
        list-style: none;
        -webkit-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
    }

    .navbar ul.nav li ul a {
        padding-left: 40px;
        color: #181818;
    }

    .navbar ul.nav li ul ul a {
        padding-left: 60px;
    }

    .navbar ul.nav li ul ul ul a {
        padding-left: 80px;
    }

    .navbar ul.nav li ul ul ul ul a {
        padding-left: 100px;
    }

    .navbar ul.nav li ul ul ul ul a {
        padding-left: 120px;
    }

    .navbar ul.nav li.submenu-open > ul {
        opacity: 1;
    }
}

@media screen and (min-width: 481px) {
    .mobilemenu:after {
        /* overlay layer */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 120%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s ease 0.3s;
        -o-transition: background 0.3s ease 0.3s;
        transition: background 0.3s ease 0.3s;
    }

    .mobilemenu.active:after {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease 0;
        -o-transition: background 0.3s ease 0;
        transition: background 0.3s ease 0;
    }
}

/* 3.3 Minicart
-----------------------------------------------------------------*/
/* minicart */
.header-cart.variant-1 .dropdown-container {
    min-width: 430px;
    padding: 20px 20px 10px;
    white-space: normal;
}

.header-cart.variant-1 .dropdown-container .block.block-minicart {
    margin-bottom: 0;
}

.header-cart.variant-1 .dropdown-container .block-title {
    font-size: 16px;
    line-height: 1.2em;
}

.header-cart.variant-1 .dropdown-container .block-content {
    padding: 5px 0 0 0;
    color: #191919;
}

.header-cart.variant-1 .dropdown-container .block-content .items-total,
.header-cart.variant-1 .dropdown-container .block-content .subtitle {
    display: block;
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
}

.header-cart.variant-1 .dropdown-container .block-content .subtitle {
    width: 100%;
    clear: both;
    padding-top: 15px;
    margin-bottom: 15px;
}

.header-cart.variant-1 .dropdown-container .block-content .subtotal {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}

.header-cart.variant-1 .dropdown-container .block-content .subtotal .label {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 10px 0 0;
    font-weight: 500;
}

.header-cart.variant-1 .dropdown-container .block-content .subtotal .price-container {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: #f82e56;
    display: inline-block;
}

.header-cart.variant-1 .dropdown-container .block-content .actions {
    clear: both;
    padding: 10px 0 0;
    text-align: right;
}

.header-cart.variant-1 .dropdown-container .block-content .actions button.checkout,
.header-cart.variant-1 .dropdown-container .block-content .actions .action.viewcart {
    min-width: 170px;
}

.header-cart.variant-1 .dropdown-container .block-content .actions > div {
    display: inline-block;
    margin-bottom: 10px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 41px;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 41px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #f82e56;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus {
    color: #333333;
    text-decoration: none;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.disabled,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart[disabled],
fieldset[disabled] .header-cart.variant-1 .dropdown-container .block-content .action.viewcart {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.pull-right {
    margin-right: 10px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active {
    background-color: #f82e56;
    color: #ffffff;
    border-color: #f82e56;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover {
    background-color: transparent;
    color: #f82e56;
    border-color: #f82e56;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:focus {
    background-color: transparent;
    color: #f82e56;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:hover {
    background-color: #f82e56;
    color: #ffffff;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart i.icon {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-right: 0.4em;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart i.icon:only-child {
    font-size: 1.2em;
    margin-right: 0;
    vertical-align: baseline;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart span {
    position: relative;
    top: 0;
    left: 0;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-sm {
    height: 26px;
    padding: 0 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 26px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-sm i.icon {
    line-height: 1em;
    margin-right: 0.3em;
}

@-moz-document url-prefix() {
    .btn-sm,
    .btn-group-sm > .btn {
        line-height: 25px;
    }
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-lg {
    padding: 4px 25px 3px;
    font-size: 16.5px;
    height: auto;
    border-width: 1px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-xl {
    padding: 15px 40px;
    font-size: 24px;
    height: auto;
    border-width: 2px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-xxl {
    padding: 25px 50px;
    font-size: 28.995px;
    height: auto;
    border-width: 2px;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active {
    background-color: #333745;
    border-color: #333745;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover {
    background-color: transparent;
    color: #333745;
    border-color: #333745;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:focus {
    background-color: transparent;
    color: #333745;
}

.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:hover {
    background-color: #333745;
    color: #ffffff;
}

.header-cart.variant-1 .dropdown-container .btn-minicart-close {
    display: none;
}

.header-cart.variant-1 .dropdown-container .minicart-items {
    margin: 0 0 10px;
    padding: 0;
}

.header-cart.variant-1 .dropdown-container li {
    margin: 0;
    padding: 0;
}

.header-cart.variant-1 .dropdown-container .label {
    display: none;
    color: #191919;
}

.header-cart.variant-1 .dropdown-container .product {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.header-cart.variant-1 .dropdown-container .product-item {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}

.header-cart.variant-1 .dropdown-container .product-item:after {
    content: '';
    display: table;
    clear: both;
}

.header-cart.variant-1 .dropdown-container .product-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}

.header-cart.variant-1 .dropdown-container .product-item-photo,
.header-cart.variant-1 .dropdown-container .product-item-details {
    float: left;
    padding: 0;
}

.header-cart.variant-1 .dropdown-container .product-item-photo {
    width: 60px;
    min-width: 60px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header-cart.variant-1 .dropdown-container .product-item-photo:hover {
    opacity: 0.7;
}

.header-cart.variant-1 .dropdown-container .product-item-photo img {
    width: 100%;
}

.header-cart.variant-1 .dropdown-container .product-item-details {
    width: calc(100% - 90px);
}

.header-cart.variant-1 .dropdown-container .product-item-name,
.header-cart.variant-1 .dropdown-container .product-item-qty,
.header-cart.variant-1 .dropdown-container .product-item-pricing {
    float: left;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}

.header-cart.variant-1 .dropdown-container .product-item-name {
    width: 50%;
    margin-top: 7px;
    overflow: hidden;
    font-weight: normal;
}

.header-cart.variant-1 .dropdown-container .product-item-name a {
    color: #191919;
}

.header-cart.variant-1 .dropdown-container .product-item-name a:hover {
    color: #f82e56;
    text-decoration: none;
}

.header-cart.variant-1 .dropdown-container .product-item-qty {
    width: 20%;
}

.header-cart.variant-1 .dropdown-container .product-item-qty input {
    width: 100%;
    padding: 5px;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}

.header-cart.variant-1 .dropdown-container .product-item-qty .label {
    display: none;
}

.header-cart.variant-1 .dropdown-container .product-item-pricing {
    font-family: 'Roboto', sans-serif;
    width: 30%;
}

.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    color: #f82e56;
    text-align: left;
}

.header-cart.variant-1 .dropdown-container .product.actions {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 28px;
    text-align: right;
}

.header-cart.variant-1 .dropdown-container .product.actions > div {
    display: inline-block;
    margin: 0 5px;
}

.header-cart.variant-1 .dropdown-container .product.actions a {
    display: block;
    color: #191919;
    text-decoration: none;
    margin: 5px 0;
}

.header-cart.variant-1 .dropdown-container .product.actions a:hover,
.header-cart.variant-1 .dropdown-container .product.actions a:hover:after {
    color: #f82e56;
    text-decoration: none;
}

.header-cart.variant-1 .dropdown-container .product.actions .action.edit span,
.header-cart.variant-1 .dropdown-container .product.actions .action.delete span {
    display: none;
}

.header-cart.variant-1 .dropdown-container .product.actions .action.edit:after,
.header-cart.variant-1 .dropdown-container .product.actions .action.delete:after {
    display: block;
    font-family: 'icomoon-reg';
    content: "\e9ac";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.header-cart.variant-1 .dropdown-container .product.actions .action.edit:after {
    content: "\e90e";
}

.header-cart.variant-1 .dropdown-container .total-title,
.header-cart.variant-1 .dropdown-container .total-price {
    width: 50%;
    float: left;
}

.header-cart.variant-1 .dropdown-container .total-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #333745;
}

.header-cart.variant-1 .dropdown-container .total-price {
    text-align: right;
}

.header-cart.variant-1 .dropdown-container button.btn {
    margin: 15px 0 0;
}

/* mobilecart */
@media (min-width: 481px) and (max-width: 991px) {
    .header-cart.variant-1 .dropdown-container:after {
        /* dark overlay layer */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 120%;
        height: 120%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s ease 0.3s;
        -o-transition: background 0.3s ease 0.3s;
        transition: background 0.3s ease 0.3s;
    }

    .header-cart.active .dropdown-container:after {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease 0;
        -o-transition: background 0.3s ease 0;
        transition: background 0.3s ease 0;
    }
}

@media screen and (max-width: 991px) {
    .header-cart.variant-1 .dropdown-container {
        display: block !important;
        opacity: 1;
        position: fixed;
        z-index: 1004;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        background: transparent;
        -webkit-transition: visibility 0s ease 0.6s;
        -o-transition: visibility 0s ease 0.6s;
        transition: visibility 0s ease 0.6s;
    }

    .header-cart.variant-1 .dropdown-container:before {
        display: none;
    }

    .header-cart.variant-1 .dropdown-container .block-content {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        max-width: 480px;
        padding: 65px 15px 10px;
        overflow: auto;
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        background: #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }

    .header-cart.variant-1 .dropdown-container .block-title {
        position: fixed;
        display: block;
        right: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #f82e56;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: top 0.3s ease 0s;
        -o-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }

    .header-cart.variant-1 .dropdown-container .block-title .qty {
        display: none;
    }

    .header-cart.variant-1 .dropdown-container .block-title:before,
    .header-cart.variant-1 .dropdown-container .block-title:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .header-cart.variant-1 .dropdown-container .block-title:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-cart.variant-1 .dropdown-container .block-title:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-cart.variant-1 .dropdown-container .product.actions {
        width: 30px;
    }

    .header-cart.variant-1.active .dropdown-container {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        -o-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }

    .header-cart.variant-1.active .dropdown-container .block-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }

    .header-cart.variant-1.active .dropdown-container .block-title {
        top: 0;
        -webkit-transition: top 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0.5s;
        transition: top 0.3s ease 0.5s;
    }

    .header-cart.variant-1 .close {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 60px;
        color: #ffffff;
        opacity: 1;
    }

    .header-cart.variant-1 .close span {
        display: none;
    }

    .header-cart.variant-1 .close:before,
    .header-cart.variant-1 .close:after {
        content: '';
        position: absolute;
        top: 22px;
        left: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .header-cart.variant-1 .close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-cart.variant-1 .close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-cart.variant-1 .dropdown-container .block-title {
        height: auto;
        line-height: 20px;
        padding: 15px 35px;
    }

    .header-cart.variant-1 .dropdown-container .product-item-photo {
        width: 90px;
        min-width: 90px;
    }

    .header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
        font-size: 15px;
    }
}

@media screen and (max-width: 680px) {
    .header-cart.variant-1 .dropdown-container .product-item-photo {
        width: 60px;
        min-width: 60px;
    }

    .header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
        font-size: 15px;
    }

    .header-cart.variant-1 .dropdown-container .block-content .actions > div {
        display: block;
    }

    .header-cart.variant-1 .dropdown-container .block-content .actions > div {
        margin-bottom: 10px;
    }

    .header-cart.variant-1 .dropdown-container .block-content .actions > div .btn {
        width: 100%;
    }
}

/* minicart */
.header-cart.variant-2 .dropdown-container {
    width: 100%;
    background: #333745;
    color: #8f8f8f;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.header-cart.variant-2 .dropdown-container .block.block-minicart {
    margin-bottom: 0;
}

.header-cart.variant-2 .dropdown-container .btn-minicart-close {
    display: none;
}

.header-cart.variant-2 .dropdown-container .block-title {
    display: block;
    background: #424652;
    padding: 15px 45px 15px 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .block-content {
    padding: 5px 0 0 0;
    color: #191919;
}

.header-cart.variant-2 .dropdown-container .block-content .subtotal {
    display: block;
    width: 50%;
    float: right;
    margin-top: 20px;
    text-align: right;
    font-size: 31px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .block-content .subtotal .label {
    padding: 0 10px 0 0;
    font-size: 100%;
}

.header-cart.variant-2 .dropdown-container .block-content .subtotal .price-container {
    display: inline-block;
    font-size: 31px;
    line-height: 1.2em;
    font-weight: bold;
}

.header-cart.variant-2 .dropdown-container .block-content .actions {
    clear: both;
    padding: 20px 0 20px;
    text-align: right;
}

.header-cart.variant-2 .dropdown-container .block-content .actions > div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.header-cart.variant-2 .dropdown-container .block-content .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .block-content .btn-alt {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #f82e56;
}

.header-cart.variant-2 .dropdown-container .block-content .btn-alt:hover {
    background-color: #f82e56;
    border-color: #f82e56;
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .minicart-items {
    margin: 0 0 10px;
    padding: 0;
}

.header-cart.variant-2 .dropdown-container li {
    margin: 0;
    padding: 0;
}

.header-cart.variant-2 .dropdown-container .label {
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .product {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.header-cart.variant-2 .dropdown-container .product-item {
    display: table;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #3e4352;
}

.header-cart.variant-2 .dropdown-container .product-item-photo,
.header-cart.variant-2 .dropdown-container .product-item-details {
    display: table-cell;
    float: none;
    padding: 0;
}

.header-cart.variant-2 .dropdown-container .product-item-photo {
    width: 90px;
    min-width: 90px;
    vertical-align: middle;
}

.header-cart.variant-2 .dropdown-container .product-item-photo img {
    width: 100%;
}

.header-cart.variant-2 .dropdown-container .product-item-details {
    width: auto;
}

.header-cart.variant-2 .dropdown-container .product-item-name,
.header-cart.variant-2 .dropdown-container .product-item-qty,
.header-cart.variant-2 .dropdown-container .product-item-pricing {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
}

.header-cart.variant-2 .dropdown-container .product-item-name {
    width: 45%;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}

.header-cart.variant-2 .dropdown-container .product-item-name a {
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .product-item-name a:hover {
    color: #f82e56;
    text-decoration: none;
}

.header-cart.variant-2 .dropdown-container .product-item-qty {
    width: 25%;
}

.header-cart.variant-2 .dropdown-container .product-item-qty input {
    width: 65px;
    padding: 15px;
    border: 0;
    background-color: #424652;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
}

.header-cart.variant-2 .dropdown-container .product-item-qty .label {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 25px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .product-item-pricing {
    font-family: 'Roboto', sans-serif;
    width: 30%;
}

.header-cart.variant-2 .dropdown-container .product-item-pricing .price-container {
    float: right;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #f82e56;
    text-align: left;
}

.header-cart.variant-2 .dropdown-container .product.actions {
    text-align: right;
}

.header-cart.variant-2 .dropdown-container .product.actions > div {
    display: inline-block;
    margin-left: 10px;
}

.header-cart.variant-2 .dropdown-container .product.actions a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.header-cart.variant-2 .dropdown-container .product.actions a:hover {
    color: #f82e56;
    text-decoration: none;
}

.header-cart.variant-2 .dropdown-container .product.actions .action.edit:before,
.header-cart.variant-2 .dropdown-container .product.actions .action.delete:before {
    display: inline-block;
    font-family: 'icomoon-reg';
    content: "\e9ac";
    font-size: 16px;
    padding-right: 4px;
}

.header-cart.variant-2 .dropdown-container .product.actions .action.edit:before {
    content: "\e90e";
}

/* desktop */
body:not(.touch) .header-cart.variant-2.dropdown-link .block-minicart {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    max-height: 0;
    width: calc(100% + 30px);
    padding: 15px 30px 15px 15px;
    -webkit-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s;
    -o-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s;
    transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s;
}

@media screen and (min-width: 992px) {
    .header-cart.variant-2.dropdown-link > a:hover {
        padding-bottom: 20px;
    }

    .header-cart.variant-2.dropdown-link .dropdown-container {
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        top: 100%;
        max-height: 0;
        padding: 0;
        z-index: 1;
        border: 0;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s, box-shadow 0.5s ease 0.5s;
        -o-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s, box-shadow 0.5s ease 0.5s;
        transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s, box-shadow 0.5s ease 0.5s;
    }

    .header-cart.variant-2.dropdown-link:hover .dropdown-container {
        top: 100%;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -webkit-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s, box-shadow 0.5s ease 0.5s;
        -o-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s, box-shadow 0.5s ease 0.5s;
        transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s, box-shadow 0.5s ease 0.5s;
    }

    .header-cart.variant-2.dropdown-link .minicart-content-wrapper,
    .header-cart.variant-2.dropdown-link #minicart-content-wrapper {
        position: relative;
    }

    .header-cart.variant-2.dropdown-link .minicart-content-wrapper:after,
    .header-cart.variant-2.dropdown-link #minicart-content-wrapper:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: calc(100% + 30px);
        height: 2px;
        bottom: -15px;
        left: -15px;
        right: -15px;
        background: #f82e56;
    }

    .header-cart.variant-2.dropdown-link .block-minicart {
        position: relative;
        overflow-y: scroll;
        height: 100%;
        max-height: 0;
        width: calc(100% + 30px);
        padding: 15px 30px 15px 15px;
        -webkit-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s;
        -o-transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s;
        transition: max-height 0.5s cubic-bezier(.25,1,.30,1) 0.3s;
    }

    body.touch .header-cart.variant-2.dropdown-link .block-minicart {
        width: 100%;
        padding: 15px;
    }
}

@media screen and (min-width: 992px) {
    .header-cart.variant-2 {
        position: static;
    }
}

@media screen and (min-width: 992px) {
    @supports (-ms-accelerator: true) {
        .header-cart.variant-2.dropdown-link .block-minicart {
            width: 100%;
            padding: 15px;
        }
    }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-cart.variant-2.dropdown-link .block-minicart {
        width: 100%;
        padding: 15px;
    }
}

@media screen and (min-width: 992px) {
    body.mac .header-cart.variant-2.dropdown-link .block-minicart {
        width: 100%;
        padding: 15px;
    }
}

/* mobilecart */
body.touch .header-cart.variant-2 .dropdown-container .btn-minicart-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}

body.touch .header-cart.variant-2 .dropdown-container .btn-minicart-close:hover {
    color: #f82e56;
}

@media screen and (max-width: 991px) {
    .header-cart.variant-2 .dropdown-container {
        left: 0;
        padding: 0;
    }

    .header-cart.variant-2 .dropdown-container .product-item-name {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    .header-cart.variant-2 .dropdown-container .product-item-qty input {
        font-size: 18px;
        line-height: 20px;
        height: 50px;
        width: 50px;
        padding: 15px 10px;
    }

    .header-cart.variant-2 .dropdown-container .product-item-qty .label {
        display: none;
    }

    .header-cart.variant-2 .dropdown-container .product-item-pricing .price-container {
        font-size: 20px;
    }

    .header-cart.variant-2 .dropdown-container .product.actions {
        padding: 5px 0 0;
    }

    .header-cart.variant-2 .dropdown-container .product.actions a span {
        display: none;
    }

    .header-cart.variant-2 .dropdown-container .product-item-photo {
        width: 60px;
        min-width: 60px;
    }

    .header-cart.variant-2 .dropdown-container .block-content {
        padding: 5px 15px;
    }

    .header-cart.variant-2 .dropdown-container .block-content .subtotal {
        width: 100%;
        margin-top: 10px;
        font-size: 20px;
    }

    .header-cart.variant-2 .dropdown-container .block-content .subtotal .price-container {
        font-size: 20px;
    }

    .header-cart.variant-2 .dropdown-container .block-content .actions > div .btn {
        min-width: 200px;
        margin-bottom: 10px;
    }

    body:not(.touch) header.is-sticky .dropdown-link.header-cart.variant-2:hover > .dropdown-container {
        top: calc(100%);
    }

    body:not(.touch) .dropdown-link.header-cart.variant-2:hover > .dropdown-container {
        top: calc(100% - 50px);
    }

    body:not(.touch) .header-cart.variant-2 .dropdown-container .block-content {
        padding-left: 0;
        padding-right: 0;
    }

    body:not(.touch) .header-cart.variant-2.dropdown-link .block-minicart {
        width: calc(100% + 15px);
    }

    body.touch .header-cart.variant-2.header-link .dropdown-container {
        top: 100%;
        z-index: 10000;
        border-bottom-width: 0;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    body.touch .header-cart.variant-2.header-link.active .dropdown-container {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }

    body.touch .header-cart.variant-2 .dropdown-container {
        overflow: scroll;
    }
}

/* 3.4 Product
-----------------------------------------------------------------*/
/* 3.4.1 Product variants
-----------------------------------------------------------------*/
.products-grid {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .products-grid {
        margin-bottom: 0px;
    }
}

.products-grid-wrapper {
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .products-grid-wrapper {
        margin-bottom: 30px;
    }
}

.products-grid-wrapper.isotope-wrapper {
    overflow: visible;
}

.products-grid.products-carousel {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .products-grid.products-carousel {
        margin-bottom: 30px;
    }
}

.product-vertical-carousel {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .product-vertical-carousel {
        margin-bottom: 30px;
    }
}

.product-action-btn,
.product-action-btn:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-action-btn i.icon,
.product-action-btn:focus i.icon {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
}

.product-action-btn:hover {
    color: #fff;
    background-color: #f82e56;
}

.product-item-inside {
    overflow: hidden;
    position: relative;
}

.product-item.large {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 30px 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Raleway', sans-serif;
}

.product-item.large .product-item-info {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
}

.product-item.large .product-item-photo {
    position: static;
    display: table-cell;
    width: 50%;
}

.product-item.large .product-item-photo img {
    width: 100%;
}

.product-item.large .product-item-details {
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    width: 50%;
}

.product-item.large .product-item-details .product-item-actions .actions-primary {
    display: block;
}

.product-item.large .product-item-description {
    display: none;
}

.product-item.large .product-item-name {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-item.large .product-item-name a {
    font-weight: bold;
    color: #2d2d2d;
}

.product-item.large .product-item-actions .actions-primary {
    display: none;
}

.product-item.large .product-item-actions .actions-primary i.icon {
}

.product-item.large .product-item-actions .actions-secondary {
    position: absolute;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.product-item.large .product-item-actions .actions-secondary a,
.product-item.large .product-item-actions .actions-secondary a:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-item.large .product-item-actions .actions-secondary a i.icon,
.product-item.large .product-item-actions .actions-secondary a:focus i.icon {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
}

.product-item.large .product-item-actions .actions-secondary a:hover {
    color: #fff;
    background-color: #f82e56;
}

.product-item.large .product-item-actions .actions-secondary a > span {
    display: none;
}

.product-item-rating {
    font-size: 15px;
    color: #f82e56;
}

.product-item-rating i.icon {
    font-size: 12px;
    margin-right: 2px;
}

.product-item-label {
    display: table;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 38px;
    height: 22px;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
}

.product-item-label span {
    display: table-cell;
    vertical-align: middle;
}

.product-item-label.label-new {
    background-color: #333745;
    color: #ffffff;
    right: 0;
}

.product-item-label.label-sale {
    right: 0;
    background-color: #f82e56;
    color: #ffffff;
}

.product-item-label.label-sale .text {
    display: table-cell;
}

.product-item-label.label-sale .percent {
    display: none;
}

.product-variant-2  .product-item-label.label-new {
    left: auto;
    right: 0;
    top: 4px;
}

.product-variant-2  .product-item-label.label-sale {
    right: auto;
    left: 0;
    top: 4px;
}

@media screen and (max-width: 991px) {
    .product-variant-2  .product-item-label.label-new {
        top: 3px;
    }

    .product-variant-2  .product-item-label.label-sale {
        top: 3px;
    }
}

.price-box {
    margin-bottom: 12px;
}

.price-box .price,
.price-box .special-price {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #f82e56;
}

.price-box .old-price {
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 300;
    color: #333745;
    text-decoration: line-through;
}

.products-grid .product-item.large:hover .countdown-box {
    opacity: 0;
    visibility: hidden;
}

.products-listview .product-item.large .product-item-photo:hover .countdown-box {
    opacity: 0;
    visibility: hidden;
}

.products-carousel .product-item.large {
    margin-bottom: 0;
}

.products-grid.six-in-row .product-item.large {
    width: 16.66557%;
}

.products-grid.five-in-row .product-item.large {
    width: 20%;
}

.products-grid.four-in-row .product-item.large {
    width: 25%;
}

.products-grid.three-in-row .product-item.large {
    width: 33.33333%;
}

.products-grid.two-in-row .product-item.large {
    width: 50%;
}

.products-grid.one-in-row .product-item.large {
    width: 100%;
}

@media screen and (min-width: 1400px) {
    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-info,
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-info {
        display: block;
    }

    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-photo,
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-photo {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-details,
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-details {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    .products-grid.six-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.five-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.four-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.three-in-row .product-item.large {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .products-grid.six-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.five-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.four-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.three-in-row .product-item.large {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.six-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.five-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.four-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.three-in-row .product-item.large {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .products-grid.six-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.five-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.four-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.three-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.two-in-row .product-item.large {
        width: 100%;
    }
}

/* product variant 1 - margin, action bottom */
.products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary {
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 29px;
    padding: 0;
    -webkit-transform: translateY(106%);
    transform: translateY(106%);
}

.products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a {
    display: block;
    float: left;
    width: 44px;
    height: 29px;
}

@media screen and (min-width: 1400px) {
    .products-grid.product-variant-1.five-in-row .product-item.large .product-item-actions .actions-secondary,
    .products-grid.product-variant-1.six-in-row .product-item.large .product-item-actions .actions-secondary {
        z-index: 1;
        bottom: 0;
        right: 0;
        height: auto;
        width: 35px;
        padding: 0;
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
    }

    .products-grid.product-variant-1.five-in-row .product-item.large .product-item-actions .actions-secondary a,
    .products-grid.product-variant-1.six-in-row .product-item.large .product-item-actions .actions-secondary a {
        display: block;
        float: none;
        width: 35px;
        height: 29px;
    }
}

@media screen and (min-width: 992px) {
    .products-grid.product-variant-1 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.product-variant-1 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.five-in-row.product-variant-1 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary,
    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.six-in-row.product-variant-1 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-1 .product-item.large .product-item-photo {
        width: 45%;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-details {
        width: 55%;
        padding-bottom: 40px;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary {
        background: transparent;
        bottom: 10px;
        left: 45%;
        padding: 0 0 0 10px;
        width: auto;
        -webkit-transform: none;
        transform: none;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a {
        color: #333745;
        opacity: 0.5;
        display: inline-block;
        padding: 5px 9px;
        background: transparent;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a:hover {
        color: #f82e56;
        opacity: 1;
        background-color: transparent;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 480px) {
    .products-grid.product-variant-1 .product-item.large .product-item-photo {
        width: 45%;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-details {
        width: 55%;
        padding-bottom: 40px;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary {
        bottom: 5px;
        left: 45%;
        padding: 0 0 0 10px;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a {
        padding: 3px 7px;
    }

    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 20px;
    }
}

/*  multiple row bottom margin */
.slick-slide > div > .product-item.large {
    margin-bottom: 25px;
}

.slick-slide > div:last-child > .product-item.large {
    margin-bottom: 0;
}

.carousel-arrows .slick-prev:before,
.carousel-arrows .slick-next:before {
    font-size: 17px;
    line-height: 16px;
    position: absolute;
    top: 2px;
    left: 8px;
}

.carousel-arrows .slick-prev:before {
    left: 7px;
}

/* product variant 2 - no margin, action bottom, + description */
.products-grid.carousel-negative {
    margin-left: -30px;
    margin-right: -30px;
}

.products-grid.carousel-negative.product-variant-2 {
    margin-left: -15px;
    margin-right: -15px;
}

.products-grid.product-variant-2 .product-item.large {
    display: block;
    float: left;
    margin: 0 -1px 0 0;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #f0f0f0;
}

.products-grid.product-variant-2 .product-item.large .product-item-photo {
    position: static;
}

.products-grid.product-variant-2 .product-item.large .product-item-info {
    overflow: hidden;
}

.products-grid.product-variant-2 .product-item.large .product-item-name {
    position: relative;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 600;
    background-color: #f9f9f9;
    padding: 10px 15px;
    margin: 0 -15px 12px;
    max-height: 70px;
    color: #333745;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.products-grid.product-variant-2 .product-item.large .product-item-name a {
    display: block;
    display: -webkit-box;
    text-decoration: none;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-grid.product-variant-2 .product-item.large .product-item-description {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.products-grid.product-variant-2 .product-item.large .price-box {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.products-grid.product-variant-2 .product-item.large .price-box .price,
.products-grid.product-variant-2 .product-item.large .price-box .special-price {
    font-size: 21px;
}

.products-grid.product-variant-2 .product-item.large .price-box .old-price {
    font-size: 18px;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions {
    position: absolute;
    bottom: 0;
    right: 0;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary {
    display: block;
    position: absolute;
    background-color: #333745;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button {
    width: 44px;
    height: 29px;
    border: 0;
    padding: 0;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button,
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button i.icon,
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:focus i.icon {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:hover {
    color: #fff;
    background-color: #f82e56;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button span {
    display: none;
}

.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button i.icon {
    display: block;
}

.products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary {
    z-index: 1;
    bottom: 0;
    right: 44px;
    height: 29px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a {
    display: block;
    float: left;
    width: 44px;
}

.products-grid.product-variant-2 .product-item.large .product-item-inside {
    padding-top: 4px;
}

.products-grid.product-variant-2 .product-item.large:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% + 2px);
    height: 5px;
    left: -1px;
    top: -1px;
    background-color: #333745;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
    .products-grid.product-variant-2 .product-item.large .product-item-inside:hover .product-item-details .product-item-actions .actions-primary,
    .products-grid.product-variant-2 .product-item.large.hover .product-item-inside .product-item-details .product-item-actions .actions-primary {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .products-grid.product-variant-2 .product-item.large .product-item-inside:hover .product-item-photo .product-item-actions .actions-secondary,
    .products-grid.product-variant-2 .product-item.large.hover .product-item-inside .product-item-photo .product-item-actions .actions-secondary {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .products-grid.product-variant-2 .product-item.large .product-item-inside:hover:after,
    .products-grid.product-variant-2 .product-item.large.hover .product-item-inside:after {
        background-color: #f82e56;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-2 .product-item.large .product-item-inside {
        padding-top: 3px;
    }

    .products-grid.product-variant-2 .product-item.large:after {
        height: 4px;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo {
        width: 45%;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-details {
        width: 55%;
        padding-bottom: 40px;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions {
        display: none;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-name {
        max-height: 60px;
        font-size: 18px;
        line-height: 22px;
        padding: 5px 12px;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-name a {
        max-height: 50px;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary {
        bottom: 8px;
        right: 46px;
        height: auto;
        background-color: transparent;
        -webkit-transform: none;
        transform: none;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a,
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary button {
        color: #333745;
        opacity: 0.5;
        display: inline-block;
        padding: 0;
        width: 46px;
        height: 35px;
        padding: 5px 0;
        background-color: transparent;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a:hover,
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary button:hover {
        color: #f82e56;
        opacity: 1;
        background-color: transparent;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a i.icon,
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary button i.icon {
        font-size: 18px;
        line-height: 25px;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary {
        position: absolute;
        z-index: 1;
        background: transparent;
        left: auto;
        right: 0;
        bottom: 8px;
        display: inline-block;
        padding: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary button {
        color: #333745;
        opacity: 0.5;
        width: 46px;
        height: 35px;
        border: 0;
        background: transparent;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary button > span {
        display: none;
    }

    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary button i.icon {
        display: block;
        font-size: 23px;
        line-height: 25px;
        margin-right: 0;
    }
}

/* product variant 3 */
.products-grid.product-variant-3 .product-item.large .product-item-photo {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.products-grid.product-variant-3 .product-item.large .product-item-photo img {
    width: 100%;
}

.products-grid.product-variant-3 .product-item.large .product-item-details {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 5px 10px 10px;
    overflow: visible;
}

.products-grid.product-variant-3 .product-item.large .product-item-info {
    display: block;
    overflow: hidden;
    padding: 12px;
}

.products-grid.product-variant-3 .product-item.large .product-item-name {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 10px;
}

.products-grid.product-variant-3 .product-item.large .price-box {
    float: left;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.products-grid.product-variant-3 .product-item.large .price-box .price,
.products-grid.product-variant-3 .product-item.large .price-box .special-price {
    font-size: 20px;
}

.products-grid.product-variant-3 .product-item.large .price-box .old-price {
    font-size: 16px;
    color: #8f8f8f;
}

.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary {
    display: block;
    float: right;
    margin-top: -3px;
}

.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary .btn {
    width: 35px;
    height: 28px;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary .btn span {
    display: none;
}

.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary .btn i.icon {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}

.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
    bottom: 0;
    right: 0;
    width: 35px;
    padding: 0;
    -webkit-transform: translateX(106%);
    transform: translateX(106%);
}

.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
    display: block;
}

.products-grid.product-variant-3 .product-item.large .product-item-photo .actions-primary {
    display: none;
}

.products-grid.product-variant-3 .product-item.large .color-swatch {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 5px 10px;
    margin: 0;
}

.products-grid.product-variant-3 .product-item.large .countdown-box {
    font-size: 14px;
}

.products-grid.product-variant-3 .product-item.large .product-item-label {
    height: 35px;
}

.products-grid.product-variant-3 .product-item.large .product-item-label.label-sale {
    top: 12px;
    right: 12px;
}

.products-grid.product-variant-3 .product-item.large .product-item-label.label-new {
    top: 12px;
    left: 12px;
}

@media screen and (min-width: 992px) {
    .six-in-row.products-grid.product-variant-3 .product-item.large .countdown-box {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) {
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:after,
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:before {
        width: 5px;
        opacity: 1;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:after {
        left: 15px;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:before {
        right: 15px;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:after,
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:before {
        height: 5px;
        opacity: 1;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:after {
        top: 0;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:before {
        bottom: 0;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-label.label-sale,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-label.label-sale {
        top: 12px;
        right: 12px;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-label.label-new,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-label.label-new {
        top: 12px;
        left: 12px;
    }
}

@media screen and (max-width: 1399px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 20%;
    }

    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 20%;
    }

    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-3 .product-item.large .product-item-photo {
        position: static;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-info {
        padding: 12px;
        padding-bottom: 45px;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
        width: 100%;
        text-align: right;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: transparent;
        bottom: 5px;
        right: 5px;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
        color: #333745;
        opacity: 0.5;
        display: inline-block;
        padding: 5px 0;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a:hover {
        color: #f82e56;
        opacity: 1;
        background-color: transparent;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 25px;
    }

    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
        display: inline-block;
        padding: 3px 12px;
        background: transparent;
    }
}

/* product small preview */
.product-small-list {
    margin: 15px 0 50px;
}

@media screen and (max-width: 991px) {
    .product-small-list {
        margin-bottom: 30px;
    }
}

.megamenu .product-small-list {
    margin: 15px 0 0;
}

@media screen and (max-width: 991px) {
    .megamenu .product-small-list {
        margin-bottom: 0;
    }
}

.product-small-list .product-item-inside {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.product-item.small {
    margin: 5px 0 15px;
}

.product-item.small:last-child {
    margin-bottom: 0;
}

.product-item.small:only-child {
    margin-bottom: 15px;
    display: block;
}

.product-item.small .product-item-photo {
    display: table-cell;
    width: 32%;
    min-width: 40px;
    position: relative;
    border: 5px solid #ffffff;
}

.product-item.small .product-item-photo img {
    width: calc(100%);
}

.product-item.small .product-item-details {
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 0 0 10px;
}

.product-item.small .product-item-name {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.product-item.small .product-item-name a {
    color: #333745;
}

.product-item.small .divider-line {
    clear: all;
    height: 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid #f0f0f0;
}

.product-item.small .price-box {
    float: left;
    font-size: 17px;
    line-height: 1.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f82e56;
}

.product-item.small .product-item-actions {
    float: right;
}

.product-item.small .product-item-actions .btn i.icon {
    font-size: 15px;
    line-height: 22px;
}

.product-item.small .add_to_wishlist i.icon,
.product-item.small .wishlist i.icon {
    vertical-align: top;
}

/* variant2 + border + moreinfo */
.product-small-list.variant2 .product-item.small .product-item-photo {
    width: 35%;
    min-width: 100px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product-small-list.variant2 .product-item.small .product-item-photo > a {
    display: block;
    overflow: hidden;
}

.product-small-list.variant2 .product-item.small .product-item-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}

.product-small-list.variant2 .product-item.small .product-item-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.product-small-list.variant2 .product-item.small .product-item-details {
    padding: 0 10px 0 10px;
}

.product-small-list.variant2 .product-item.small .product-item-name {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3px;
}

.product-small-list.variant2 .product-item.small .product-item-name a {
    color: #333745;
}

.product-small-list.variant2 .product-item.small .product-item-not-available {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #333745;
}

.product-small-list.variant2 .product-item.small .product-item-not-available span {
    color: #f82e56;
    font-weight: 500;
}

.product-small-list.variant2 .product-item.small .divider-line {
    display: none;
}

.product-small-list.variant2 .product-item.small .price-box {
    float: none;
    margin-bottom: 3px;
}

.product-small-list.variant2 .product-item.small .price-box .price,
.product-small-list.variant2 .product-item.small .price-box .special-price {
    font-size: 17px;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f82e56;
}

.product-small-list.variant2 .product-item.small .price-box .old-price {
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #8b8b8b;
    text-decoration: line-through;
}

.product-small-list.variant2 .product-item.small .product-item-actions {
    float: none;
}

.product-small-list.variant2 .product-item.small .product-item-actions .btn {
    color: #f82e56;
    border: 0;
    background-color: transparent;
}

.product-small-list.variant2 .product-item.small .product-item-actions .btn i.icon {
    font-size: 16px;
    line-height: 22px;
}

.product-small-list.variant2 .product-item.small .product-item-actions .btn:hover,
.product-small-list.variant2 .product-item.small .product-item-actions .btn:focus {
    color: #333745;
    background-color: transparent;
}

.product-small-list.variant2 .product-item.small .product-item-actions .btn.active {
    color: #f82e56;
    background-color: transparent;
}

.product-small-list.variant2 .product-item.small .product-item-actions .btn.active .icon.icon-heart-1:before {
    content: "\e902";
}

/* color swatch */
.color-swatch {
    margin: 12px 0;
    padding: 0;
}

.color-swatch li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    width: 14px;
    -webkit-box-shadow: inset 0 0 1px #888888;
    box-shadow: inset 0 0 1px #888888;
}

.color-swatch li.active {
    border: 2px solid #f82e56;
    width: 18px;
    vertical-align: -5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-swatch li a {
    display: block;
}

.color-swatch img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 992px) {
    .products-listview .color-swatch {
        margin: 15px 0;
    }

    .products-listview .color-swatch li {
        margin: 0 3px 0 0;
        width: 20px;
    }

    .products-listview .color-swatch li.active {
        border: 2px solid #f82e56;
        width: 20px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 991px) {
    .color-swatch {
        margin: 8px 0;
    }
}

.product-item.large .social-list {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 35px;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    background: #ffffff;
}

.product-item.large .social-list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-item.large .social-list a {
    position: relative;
    display: block;
    width: 35px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    text-indent: 120%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-item.large .social-list a:hover {
    opacity: 0.7;
}

.product-item.large .social-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    text-indent: 0;
}

.product-variant-1 .product-item.large .social-list {
    width: auto;
    height: 29px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product-variant-1 .product-item.large .social-list li {
    display: block;
    float: left;
}

.product-variant-1 .product-item.large .social-list a {
    width: 44px;
    height: 35px;
}

.product-variant-1 .product-item.large.sharing .social-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product-variant-2 .product-item.large .social-list {
    width: auto;
    height: 29px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product-variant-2 .product-item.large .social-list li {
    display: block;
    float: left;
}

.product-variant-2 .product-item.large .social-list a {
    width: 44px;
    height: 35px;
}

.product-variant-2 .product-item.large.sharing .social-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-variant-2 .product-item.large.sharing .product-item-photo .product-item-actions .actions-secondary,
.product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-photo .product-item-actions .actions-secondary {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product-variant-2 .product-item.large.sharing .product-item-details .product-item-actions .actions-primary,
.product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-details .product-item-actions .actions-primary {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product-variant-3 .product-item.large .social-list {
    -webkit-transform: translateX(106%);
    transform: translateX(106%);
}

.product-variant-3 .product-item.large.sharing .social-list {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.product-variant-3 .product-item.large.sharing .product-item-actions .actions-secondary,
.product-variant-3 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
    -webkit-transform: translateX(106%);
    transform: translateX(106%);
}

@media screen and (min-width: 1400px) {
    .products-grid.six-in-row.product-variant-1 .product-item.large .social-list,
    .products-grid.five-in-row.product-variant-1 .product-item.large .social-list {
        width: 35px;
        height: auto;
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
    }

    .products-grid.six-in-row.product-variant-1 .product-item.large .social-list li,
    .products-grid.five-in-row.product-variant-1 .product-item.large .social-list li {
        float: none;
    }

    .products-grid.six-in-row.product-variant-1 .product-item.large .social-list a,
    .products-grid.five-in-row.product-variant-1 .product-item.large .social-list a {
        width: 35px;
    }

    .products-grid.six-in-row.product-variant-1 .product-item.large.sharing .social-list,
    .products-grid.five-in-row.product-variant-1 .product-item.large.sharing .social-list {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .products-grid.six-in-row.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-grid.five-in-row.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-grid.six-in-row.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.five-in-row.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
    }
}

@media screen and (max-width: 991px) {
    .product-variant-2 .product-item.large .social-list,
    .product-variant-1 .product-item.large .social-list {
        -webkit-transform: translateY(106%);
        transform: translateY(106%);
    }

    .product-variant-2 .product-item.large.sharing .product-item-actions .actions-secondary,
    .product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .product-variant-2 .product-item.large.sharing .product-item-actions .actions-primary,
    .product-variant-1 .product-item.large.sharing .product-item-actions .actions-primary,
    .product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-primary,
    .product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-primary {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }

    .product-variant-1 .product-item.large.sharing .product-item-actions .actions-primary,
    .product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-primary {
        -webkit-transform: none;
        transform: none;
    }

    .product-variant-3 .product-item.large .social-list {
        width: auto;
        height: 29px;
        -webkit-transform: translateY(106%);
        transform: translateY(106%);
    }

    .product-variant-3 .product-item.large .social-list li {
        display: block;
        float: left;
    }

    .product-variant-3 .product-item.large .social-list a {
        width: 44px;
        height: 29px;
    }

    .product-variant-3 .product-item.large.sharing .social-list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .product-variant-3 .product-item.large.sharing .product-item-actions .actions-secondary,
    .product-variant-3 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }
}

/* not available */
.product-item-not-available {
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
}

.product-item-not-available > span {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.product-item-not-available span.text {
    display: inline-block;
    padding: 1.236em 2em;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.products-grid.product-variant-2 .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
}

.products-grid.product-variant-3 .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 0;
}

.products-listview .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.products-listview.product-variant-1 .product-item.large .product-item-photo,
.products-listview.product-variant-2 .product-item.large .product-item-photo,
.products-listview.product-variant-3 .product-item.large .product-item-photo,
.products-listview.product-variant-4 .product-item.large .product-item-photo {
    position: static;
}

.products-listview.product-variant-1 .product-item.large .product-item-description,
.products-listview.product-variant-2 .product-item.large .product-item-description,
.products-listview.product-variant-3 .product-item.large .product-item-description,
.products-listview.product-variant-4 .product-item.large .product-item-description {
    display: block;
    font-size: 15px;
    line-height: 1.467em;
    margin-bottom: 15px;
}

.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary {
    z-index: 1;
    background: transparent;
    bottom: 5px;
    left: 28%;
    padding: 0 0 0 40px;
    width: auto;
    -webkit-transform: none;
    transform: none;
}

.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a {
    color: #333745;
    opacity: 1;
    display: inline-block;
    padding: 5px 10px 5px 0;
    background-color: transparent;
}

.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a:hover,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a:hover,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a:hover,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a:hover {
    color: #f82e56;
    background-color: transparent;
}

.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a i.icon,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a i.icon,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a i.icon {
    font-size: 14px;
    padding-right: 7px;
    line-height: 20px;
}

.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a > span,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a > span,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a > span,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a > span {
    display: inline;
}

@media screen and (min-width: 992px) {
    .products-listview.product-variant-1 .product-item.large,
    .products-listview.product-variant-2 .product-item.large,
    .products-listview.product-variant-3 .product-item.large {
        position: relative;
        display: block;
        vertical-align: top;
        margin: 0 0 30px 0;
        padding-left: 0;
        padding-right: 0;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-photo,
    .products-listview.product-variant-2 .product-item.large .product-item-photo,
    .products-listview.product-variant-3 .product-item.large .product-item-photo {
        width: 28%;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-details,
    .products-listview.product-variant-2 .product-item.large .product-item-details,
    .products-listview.product-variant-3 .product-item.large .product-item-details {
        padding: 20px 40px 40px;
        width: 72%;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-name,
    .products-listview.product-variant-2 .product-item.large .product-item-name,
    .products-listview.product-variant-3 .product-item.large .product-item-name {
        font-size: 19px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label,
    .products-listview.product-variant-2 .product-item.large .product-item-label,
    .products-listview.product-variant-3 .product-item.large .product-item-label {
        display: table;
        position: absolute;
        z-index: 5;
        top: 0;
        width: 38px;
        height: 35px;
        font-size: 13px;
        line-height: 15px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        text-align: center;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label span,
    .products-listview.product-variant-2 .product-item.large .product-item-label span,
    .products-listview.product-variant-3 .product-item.large .product-item-label span {
        display: table-cell;
        vertical-align: middle;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label.label-new,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-new,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-new {
        left: 0;
        background-color: #333745;
        color: #ffffff;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale {
        left: 28%;
        margin-left: -38px;
        background-color: #f82e56;
        color: #ffffff;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale .text,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale .text,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale .text {
        display: table-cell;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale .percent,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale .percent,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale .percent {
        display: none;
    }

    .products-listview.product-variant-1 .product-item.large .price-box,
    .products-listview.product-variant-2 .product-item.large .price-box,
    .products-listview.product-variant-3 .product-item.large .price-box {
        margin-bottom: 15px;
    }

    .products-listview.product-variant-1 .product-item.large .price-box .price,
    .products-listview.product-variant-2 .product-item.large .price-box .price,
    .products-listview.product-variant-3 .product-item.large .price-box .price,
    .products-listview.product-variant-1 .product-item.large .price-box .special-price,
    .products-listview.product-variant-2 .product-item.large .price-box .special-price,
    .products-listview.product-variant-3 .product-item.large .price-box .special-price {
        font-size: 28px;
    }

    .products-listview.product-variant-1 .product-item.large .price-box .old-price,
    .products-listview.product-variant-2 .product-item.large .price-box .old-price,
    .products-listview.product-variant-3 .product-item.large .price-box .old-price {
        padding-right: 10px;
        font-size: 22px;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-details .product-item-actions .actions-primary,
    .products-listview.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary,
    .products-listview.product-variant-3 .product-item.large .product-item-details .product-item-actions .actions-primary {
        display: block;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-details .product-item-actions .actions-primary .btn,
    .products-listview.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary .btn,
    .products-listview.product-variant-3 .product-item.large .product-item-details .product-item-actions .actions-primary .btn {
        height: 40px;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }

    .products-listview .countdown-box {
        font-size: 20px;
    }

    .products-listview .countdown-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    .products-listview.product-variant-1 .product-item.large .social-list,
    .products-listview.product-variant-2 .product-item.large .social-list,
    .products-listview.product-variant-3 .product-item.large .social-list {
        left: 28.05%;
        padding-left: 40px;
        width: auto;
        height: 29px;
        -webkit-transform: translateY(106%);
        transform: translateY(106%);
    }

    .products-listview.product-variant-1 .product-item.large .social-list li,
    .products-listview.product-variant-2 .product-item.large .social-list li,
    .products-listview.product-variant-3 .product-item.large .social-list li {
        display: block;
        float: left;
    }

    .products-listview.product-variant-1 .product-item.large .social-list a,
    .products-listview.product-variant-2 .product-item.large .social-list a,
    .products-listview.product-variant-3 .product-item.large .social-list a {
        width: 44px;
        height: 29px;
    }

    .products-listview.product-variant-1 .product-item.large.sharing .social-list,
    .products-listview.product-variant-2 .product-item.large.sharing .social-list,
    .products-listview.product-variant-3 .product-item.large.sharing .social-list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .products-listview.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-listview.product-variant-2 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-listview.product-variant-3 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-listview.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-listview.product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-listview.product-variant-3 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }
}

@media screen and (max-width: 1770px) {
    .products-listview .countdown-box {
        font-size: 15px;
    }
}

@media screen and (max-width: 1399px) {
    .products-listview.product-variant-1 .product-item.large .product-item-photo,
    .products-listview.product-variant-2 .product-item.large .product-item-photo,
    .products-listview.product-variant-3 .product-item.large .product-item-photo {
        width: 35%;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-details,
    .products-listview.product-variant-2 .product-item.large .product-item-details,
    .products-listview.product-variant-3 .product-item.large .product-item-details {
        padding: 20px 30px 45px;
        width: 65%;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
        background: transparent;
        bottom: 5px;
        left: 35%;
        padding-left: 30px;
    }

    .products-listview.product-variant-1 .product-item.large .social-list,
    .products-listview.product-variant-2 .product-item.large .social-list,
    .products-listview.product-variant-3 .product-item.large .social-list {
        left: 35.05%;
        padding-left: 30px;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale {
        left: 35%;
        margin-left: -38px;
    }

    .products-listview .countdown-box {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
        color: #333745;
        opacity: 0.5;
        background: transparent;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a > span,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a > span,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a > span {
        display: none;
    }

    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a i.icon,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 25px;
    }
}

.products-grid.no-animate .product-item.large .product-action-btn,
.products-listview.no-animate .product-item.large .product-action-btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.products-grid.no-animate .product-item.large .product-item-actions .actions-secondary,
.products-listview.no-animate .product-item.large .product-item-actions .actions-secondary {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.products-grid.no-animate .product-item.large .social-list,
.products-listview.no-animate .product-item.large .social-list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.products-grid.no-animate .product-item.large .social-list li,
.products-listview.no-animate .product-item.large .social-list li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.products-grid.no-animate .product-item.large .social-list a,
.products-listview.no-animate .product-item.large .social-list a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.product-item.large .product-item-actions .actions-secondary a.wishlist.active {
    color: #f82e56;
}

.product-item.large .product-item-actions .actions-secondary a.wishlist.active:hover {
    color: #fff;
}

@media screen and (min-width: 992px) {
    body.boxed .products-grid:not(.carousel-negative):not(.product-variant-4),
    .block.boxed .products-grid:not(.carousel-negative):not(.product-variant-4),
    .block.fullboxed .products-grid:not(.carousel-negative):not(.product-variant-4) {
        margin-left: -10px;
        margin-right: -10px;
    }

    body.boxed .products-grid:not(.carousel-negative):not(.product-variant-4) .product-item.large,
    .block.boxed .products-grid:not(.carousel-negative):not(.product-variant-4) .product-item.large,
    .block.fullboxed .products-grid:not(.carousel-negative):not(.product-variant-4) .product-item.large {
        margin: 0 -4px 20px 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.boxed .products-grid.isotope .product-item.large,
    .block.boxed .products-grid.isotope .product-item.large,
    .block.fullboxed .products-grid.isotope .product-item.large {
        margin: 0 0 20px 0;
    }

    body.boxed .products-grid:not(.product-variant-3):not(.product-variant-4) .product-item.large .product-item-details,
    .block.boxed .products-grid:not(.product-variant-3):not(.product-variant-4) .product-item.large .product-item-details,
    .block.fullboxed .products-grid:not(.product-variant-3):not(.product-variant-4) .product-item.large .product-item-details {
        padding: 10px;
    }

    body.boxed .products-grid .product-item.large .countdown-box .countdown-wrapper,
    .block.boxed .products-grid .product-item.large .countdown-box .countdown-wrapper,
    .block.fullboxed .products-grid .product-item.large .countdown-box .countdown-wrapper {
        bottom: 6px;
        left: 6px;
        right: 6px;
        padding: 4px;
    }

    body.boxed .products-grid.product-variant-1 .product-item-not-available,
    .block.boxed .products-grid.product-variant-1 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-1 .product-item-not-available,
    body.boxed .products-grid.product-variant-2 .product-item-not-available,
    .block.boxed .products-grid.product-variant-2 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-2 .product-item-not-available {
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
    }

    body.boxed .products-grid.product-variant-3 .product-item-not-available,
    .block.boxed .products-grid.product-variant-3 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-3 .product-item-not-available,
    body.boxed .products-grid.product-variant-4 .product-item-not-available,
    .block.boxed .products-grid.product-variant-4 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-4 .product-item-not-available {
        top: 0;
        bottom: 0;
        left: 9px;
        right: 9px;
    }
}

@media screen and (max-width: 1199px) {
    .product-item .actions-secondary .quick-view-btn {
        display: none;
    }
}

/* product variant 5 */
.product-variant-4 .product-item.large .social-list {
    background: transparent;
}

.product-variant-4 .product-item.large .quick-view-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 160px;
    margin: -26px 0 0 -80px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #333745;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-variant-4 .product-item.large .quick-view-btn:hover {
    background: rgba(255, 255, 255, 0.95);
}

.product-variant-4 .product-item.large .quick-view-btn i.icon,
.product-variant-4 .product-item.large .quick-view-btn span {
    display: inline-block;
    vertical-align: middle;
}

.product-variant-4 .product-item.large .quick-view-btn i.icon {
    font-size: 16px;
    padding: 0 6px 0 0;
}

.product-variant-4 .product-item.large .product-item-name {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}

.product-variant-4 .product-item.large .product-item-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    -webkit-transition: max-width 0s ease 0.2s;
    -o-transition: max-width 0s ease 0.2s;
    transition: max-width 0s ease 0.2s;
}

.product-variant-4 .product-item.large .price-box {
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.product-variant-4 .product-item.large .price-box .price,
.product-variant-4 .product-item.large .price-box .special-price {
    font-size: 20px;
}

.product-variant-4 .product-item.large .price-box .old-price {
    font-size: 16px;
    color: #8f8f8f;
}

.product-variant-4 .product-item.large .product-item-rating,
.product-variant-4 .product-item.large .product-item-rating i.spr-icon {
    color: #ffc000;
}

.product-variant-4 .product-item.large .wishlist,
.product-variant-4 .product-item.large .no_wishlist,
.product-variant-4 .product-item.large .add_to_wishlist,
.product-variant-4 .product-item.large .share-button {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-variant-4 .product-item.large .wishlist,
.product-variant-4 .product-item.large .no_wishlist,
.product-variant-4 .product-item.large .add_to_wishlist {
    font-size: 18px;
    padding: 5px;
    width: 26px;
    text-align: center;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.product-variant-4 .product-item.large .wishlist span,
.product-variant-4 .product-item.large .no_wishlist span,
.product-variant-4 .product-item.large .add_to_wishlist span {
    display: none;
}

.product-variant-4 .product-item.large .wishlist.block-loading .bg-striped,
.product-variant-4 .product-item.large .no_wishlist.block-loading .bg-striped,
.product-variant-4 .product-item.large .add_to_wishlist.block-loading .bg-striped,
.product-variant-4 .product-item.large .wishlist.block-loading .bg-striped-sm,
.product-variant-4 .product-item.large .no_wishlist.block-loading .bg-striped-sm,
.product-variant-4 .product-item.large .add_to_wishlist.block-loading .bg-striped-sm {
    display: none;
}

.product-variant-4 .product-item.large .no_wishlist,
.product-variant-4 .product-item.large .add_to_wishlist {
    color: #333745;
}

.product-variant-4 .product-item.large .no_wishlist:hover,
.product-variant-4 .product-item.large .add_to_wishlist:hover {
    color: #f82e56;
}

.product-variant-4 .product-item.large .wishlist.active {
    display: block;
    color: #f82e56;
}

.product-variant-4 .product-item.large .wishlist.active:hover {
    color: #333745;
}

.product-variant-4 .product-item.large .share-button {
    top: 50px;
}

.product-variant-4 .product-item.large .product-item-rating,
.product-variant-4 .product-item.large .color-swatch,
.product-variant-4 .product-item.large .add-to-cart,
.product-variant-4 .product-item.large .btn.quick-view-link {
    margin: 10px 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-variant-4 .product-item.large .countdown-box {
    font-size: 14px;
}

.product-variant-4 .product-item.large .product-item-label {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 45px;
    font-weight: bold;
}

.product-variant-4 .product-item.large .product-item-label.label-sale {
    right: 10px;
}

.product-variant-4 .product-item.large .product-item-label.label-new {
    right: 10px;
    left: auto;
}

.product-variant-4 .product-item.large .product-item-label {
    top: 10px;
}

.product-variant-4 .product-item.large .product-item-label ~ .product-item-label {
    top: 60px;
}

.product-variant-4 .product-item.large .add-to-cart,
.product-variant-4 .product-item.large .btn.quick-view-link {
    margin: 0 0 10px;
}

.product-variant-4 .product-item.large .color-swatch {
    margin-bottom: 15px;
}

.product-variant-4 .product-item.large .color-swatch li {
    width: 22px;
    border-radius: 0;
    overflow: hidden;
    margin: 2px 3px;
    box-shadow: none;
}

.product-variant-4 .product-item.large .color-swatch li img {
    border-radius: 50%;
}

.product-variant-4 .product-item.large .color-swatch li.active,
.product-variant-4 .product-item.large .color-swatch li:hover {
    width: 26px;
    border-radius: 0;
    border: 0;
    margin: 0 1px;
    vertical-align: middle;
}

.products-grid.product-variant-4 .countdown-box .countdown-wrapper,
body.boxed .products-grid.product-variant-4 .product-item.large .countdown-box .countdown-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-name,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-name {
        font-size: 14px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .btn.quick-view-link,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .btn.quick-view-link,
    .products-grid.five-in-row.product-variant-4 .product-item.large .btn.add-to-cart,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .btn.add-to-cart {
        height: 36px;
        padding: 0 7px;
        font-size: 13px;
        line-height: 36px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch {
        top: -44px;
        height: 36px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch li,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch li {
        width: 18px;
        margin: 2px 2px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch li.active,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch li.active,
    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch li:hover,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch li:hover {
        width: 22px;
        margin: 0;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .price-box .price,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .price-box .price,
    .products-grid.five-in-row.product-variant-4 .product-item.large .price-box .special-price,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .price-box .special-price {
        font-size: 18px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-details,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-details {
        padding: 12px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button .social-list li,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button .social-list li {
        width: 28px;
        height: 28px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .social-list a,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .social-list a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1) {
        top: 0;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2) {
        top: 28px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3) {
        top: 56px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4) {
        top: 84px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5) {
        top: 112px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6) {
        top: 140px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .carousel-inside .carousel-control.prev,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .carousel-inside .carousel-control.prev {
        left: -22px;
        width: 20px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .carousel-inside .carousel-control.next,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .carousel-inside .carousel-control.next {
        right: -22px;
        width: 20px;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.prev,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.prev {
        left: 0;
    }

    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.next,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.next {
        right: 0;
    }
}

.products-grid.product-variant-4 .product-item-not-available,
body.boxed .products-grid.product-variant-4 .product-item.large .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.products-grid.product-variant-4 .product-item.large .product-item-photo {
    display: block;
    position: relative;
    width: 100%;
}

.products-grid.product-variant-4 .product-item.large .product-item-photo img {
    width: 100%;
}

.products-grid.product-variant-4 .product-item.large .product-item-details {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 20px 20px;
    overflow: visible;
    text-align: center;
    overflow: hidden;
}

.products-grid.product-variant-4 .product-item.large .product-item-info {
    display: block;
    overflow: hidden;
    padding: 0;
}

.products-grid.product-variant-4 .product-item.large .product-item-rating,
.products-grid.product-variant-4 .product-item.large .color-swatch,
.products-grid.product-variant-4 .product-item.large .add-to-cart,
.products-grid.product-variant-4 .product-item.large .btn.quick-view-link {
    display: none;
    opacity: 0;
}

.products-listview.product-variant-4 .product-item.large .product-item-photo {
    width: 30%;
    position: relative;
}

.products-listview.product-variant-4 .product-item.large .product-item-details {
    width: 70%;
    padding: 25px;
}

.products-listview.product-variant-4 .product-item.large .product-item-name {
    margin: 0 0 10px;
    font-size: 18px;
}

.products-listview.product-variant-4 .product-item.large .price-box {
    text-align: left;
}

.products-listview.product-variant-4 .product-item.large .price-box .price,
.products-listview.product-variant-4 .product-item.large .price-box .special-price {
    font-size: 20px;
}

.products-listview.product-variant-4 .product-item.large .price-box .old-price {
    font-size: 16px;
}

.products-listview.product-variant-4 .product-item.large .wishlist,
.products-listview.product-variant-4 .product-item.large .no_wishlist,
.products-listview.product-variant-4 .product-item.large .add_to_wishlist,
.products-listview.product-variant-4 .product-item.large .share-button {
    display: block;
}

@media screen and (max-width: 991px) {
    .products-listview.product-variant-4 .product-item.large .product-item-photo {
        width: 40%;
    }

    .products-listview.product-variant-4 .product-item.large .product-item-details {
        width: 60%;
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .products-grid.product-variant-4.products-carousel,
    .products-grid.product-variant-4.deal-carousel-2,
    .products-grid.product-variant-4.deal-carousel {
        margin-bottom: 50px;
    }

    .products-grid.product-variant-4 .product-item .product-item-info {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    }

    .products-grid.product-variant-4 .product-item.large .product-item-info {
        padding: 0;
    }

    .products-grid.product-variant-4 .product-item.large .product-item-gallery-previews-wrapper {
        position: relative;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 10;
    }

    .products-grid.product-variant-4 .product-item.large.hovered {
        z-index: 10000;
    }

    .products-grid.product-variant-4 .product-item.large.hovered .product-item-info {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 40px);
        overflow: hidden;
        display: block;
        margin: -20px -20px 0;
        z-index: 10000;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .products-grid.product-variant-4 .product-item.large.hovered .product-item-inside {
        position: relative;
        overflow: visible;
    }

    .products-grid.product-variant-4 .product-item.large.hovered.with-previews .product-item-details {
        padding-top: 0;
    }

    .products-grid.product-variant-4 .product-item.large.hovered .share-button,
    .products-grid.product-variant-4 .product-item.large.hovered .product-item-rating,
    .products-grid.product-variant-4 .product-item.large.hovered .color-swatch,
    .products-grid.product-variant-4 .product-item.large.hovered .quick-view-btn,
    .products-grid.product-variant-4 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-4 .product-item.large.hovered .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }

    .products-grid.product-variant-4 .product-item.large.hovered .wishlist,
    .products-grid.product-variant-4 .product-item.large.hovered .no_wishlist,
    .products-grid.product-variant-4 .product-item.large.hovered .add_to_wishlist {
        display: block;
    }

    .products-grid.product-variant-4 .product-item.large.hovered .share-button {
        display: block;
    }

    .products-grid.product-variant-4 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-4 .product-item.large.hovered .btn.quick-view-link {
        display: inline-block;
    }

    .products-grid.product-variant-4 .product-item.large.hovered .product-item-gallery-previews-wrapper {
        opacity: 1;
        margin-top: -25px;
        margin-bottom: 15px;
        max-height: 200px;
        overflow: visible;
        visibility: visible;
    }

    .products-grid.product-variant-4 .product-item.large.hovered.with-previews .product-item-details {
        padding-top: 0;
    }

    .products-grid.product-variant-4 > .slick-list {
        z-index: 1000;
        position: relative;
    }

    .products-grid.product-variant-4 .slick-list.out-space {
        margin: -40px -40px -300px;
        padding: 40px 40px 300px;
        z-index: 10000;
        overflow: visible;
    }

    .products-grid.product-variant-4:hover > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
        opacity: 0;
    }

    .product-item-gallery-main {
        position: relative;
    }

    .product-item-gallery-previews {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        border: 1px solid #fff;
        transition: all 0s ease 0.5s;
        text-align: center;
    }

    .product-item-gallery-previews img {
        width: 100%;
    }

    .previews-3 .product-item-gallery-previews {
        width: 75%;
    }

    .previews-3 .product-item-gallery-previews .item {
        width: 33.333%;
    }

    .previews-2 .product-item-gallery-previews {
        width: 50%;
    }

    .previews-2 .product-item-gallery-previews .item {
        width: 50%;
    }

    .product-item.hovered .product-item-gallery-previews {
        transition: all 0s ease 0s;
    }

    .product-item-gallery-previews-wrapper {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .product-item-gallery-previews-wrapper .item {
        display: block;
        float: left;
        width: 25%;
    }

    .product-item-gallery-previews-wrapper a:hover img {
        opacity: 0.75;
        background-color: #fff;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

    .products-listview .product-item-gallery-previews {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        background-color: transparent;
    }

    .products-listview.product-variant-4 .product-item {
        height: auto !important;
    }

    body:not(.ie) .products-grid.product-variant-4 .product-item .product-item-info {
        -webkit-transition: margin 0.2s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s;
        -o-transition: margin 0.2s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s;
        transition: margin 0.2s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s;
    }

    body:not(.ie) .products-grid.product-variant-4 .product-item.large.hovered .product-item-info {
        -webkit-transition: margin 0.25s ease 0.2s, width 0.25s ease 0.2s, box-shadow 0.25s ease 0.2s;
        -o-transition: margin 0.25s ease 0.2s, width 0.25s ease 0.2s, box-shadow 0.25s ease 0.2s;
        transition: margin 0.25s ease 0.2s, width 0.25s ease 0.2s, box-shadow 0.25s ease 0.2s;
    }
}

body.boxed .products-grid.product-variant-4.isotope .product-item.large,
.block.boxed .products-grid.product-variant-4.isotope .product-item.large,
.block.fullboxed .products-grid.product-variant-4.isotope .product-item.large {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 991px) {
    .product-variant-4 .product-item {
        height: auto !important;
    }

    .product-item-gallery-previews-wrapper {
        display: none;
    }

    .products-grid.product-variant-4 .product-item.large .wishlist,
    .products-grid.product-variant-4 .product-item.large .no_wishlist,
    .products-grid.product-variant-4 .product-item.large .add_to_wishlist,
    .products-grid.product-variant-4 .product-item.large .share-button,
    .products-grid.product-variant-4 .product-item.large .product-item-rating,
    .products-grid.product-variant-4 .product-item.large .color-swatch,
    .products-grid.product-variant-4 .product-item.large .quick-view-btn,
    .products-grid.product-variant-4 .product-item.large .add-to-cart,
    .products-grid.product-variant-4 .product-item.large .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }

    .products-grid.product-variant-4 .product-item.large .share-button {
        display: block;
    }

    .products-grid.product-variant-4 .product-item.large .add-to-cart,
    .products-grid.product-variant-4 .product-item.large .btn.quick-view-link {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .six-in-row.products-grid.product-variant-4 .product-item.large .countdown-box {
        font-size: 11px;
    }
}

@media screen and (max-width: 1399px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 20%;
    }

    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 20%;
    }

    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-4 .product-item.large .product-item-photo {
        position: relative;
    }

    .products-grid.product-variant-4 .product-item.large .quick-view-link {
        display: none;
    }

    .products-grid.product-variant-4 .product-item.large .product-item-info {
        padding: 0;
        padding-bottom: 0;
    }

    .products-grid.product-variant-4 .product-item.large .product-item-actions .actions-secondary a {
        display: inline-block;
        padding: 3px 12px;
        background: transparent;
    }
}

/* product variant 5 */
.product-variant-5 .product-item.large .social-list {
    background: transparent;
}

.product-variant-5 .product-item.large .quick-view-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 160px;
    margin: -26px 0 0 -80px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #333745;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-variant-5 .product-item.large .quick-view-btn:hover {
    background: rgba(255, 255, 255, 0.95);
}

.product-variant-5 .product-item.large .quick-view-btn i.icon,
.product-variant-5 .product-item.large .quick-view-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.product-variant-5 .product-item.large .quick-view-btn i.icon {
    font-size: 16px;
    padding: 0 6px 0 0;
}

.product-variant-5 .product-item.large .product-item-name {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.2em;
}

.product-variant-5 .product-item.large .product-item-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    -webkit-transition: max-width 0s ease 0.2s;
    -o-transition: max-width 0s ease 0.2s;
    transition: max-width 0s ease 0.2s;
}

.product-variant-5 .product-item.large .price-box {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.product-variant-5 .product-item.large .price-box .price,
.product-variant-5 .product-item.large .price-box .special-price {
    font-size: 18px;
}

.product-variant-5 .product-item.large .price-box .old-price {
    font-size: 14px;
    color: #8f8f8f;
}

.product-variant-5 .product-item.large .product-item-rating,
.product-variant-5 .product-item.large .product-item-rating i.spr-icon {
    color: #ffc000;
}

.product-variant-5 .product-item.large .wishlist,
.product-variant-5 .product-item.large .no_wishlist,
.product-variant-5 .product-item.large .add_to_wishlist,
.product-variant-5 .product-item.large .share-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-variant-5 .product-item.large .wishlist,
.product-variant-5 .product-item.large .no_wishlist,
.product-variant-5 .product-item.large .add_to_wishlist {
    font-size: 18px;
    padding: 5px;
    width: 26px;
    text-align: center;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.product-variant-5 .product-item.large .wishlist span,
.product-variant-5 .product-item.large .no_wishlist span,
.product-variant-5 .product-item.large .add_to_wishlist span {
    display: none;
}

.product-variant-5 .product-item.large .wishlist.block-loading .bg-striped,
.product-variant-5 .product-item.large .no_wishlist.block-loading .bg-striped,
.product-variant-5 .product-item.large .add_to_wishlist.block-loading .bg-striped,
.product-variant-5 .product-item.large .wishlist.block-loading .bg-striped-sm,
.product-variant-5 .product-item.large .no_wishlist.block-loading .bg-striped-sm,
.product-variant-5 .product-item.large .add_to_wishlist.block-loading .bg-striped-sm {
    display: none;
}

.product-variant-5 .product-item.large .no_wishlist,
.product-variant-5 .product-item.large .add_to_wishlist {
    color: #333745;
}

.product-variant-5 .product-item.large .no_wishlist:hover,
.product-variant-5 .product-item.large .add_to_wishlist:hover {
    color: #f82e56;
}

.product-variant-5 .product-item.large .wishlist.active {
    display: block;
    color: #f82e56;
}

.product-variant-5 .product-item.large .wishlist.active:hover {
    color: #333745;
}

.product-variant-5 .product-item.large .share-button {
    top: 50px;
}

.product-variant-5 .product-item.large .product-item-rating,
.product-variant-5 .product-item.large .color-swatch,
.product-variant-5 .product-item.large .add-to-cart,
.product-variant-5 .product-item.large .btn.quick-view-link {
    margin: 0 0 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-variant-5 .product-item.large .countdown-box {
    font-size: 14px;
}

.product-variant-5 .product-item.large .product-item-label {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 45px;
    font-weight: bold;
}

.product-variant-5 .product-item.large .product-item-label.label-sale {
    right: 10px;
}

.product-variant-5 .product-item.large .product-item-label.label-new {
    right: 10px;
    left: auto;
}

.product-variant-5 .product-item.large .product-item-label {
    top: 10px;
}

.product-variant-5 .product-item.large .product-item-label ~ .product-item-label {
    top: 60px;
}

.product-variant-5 .product-item.large .add-to-cart,
.product-variant-5 .product-item.large .btn.quick-view-link {
    margin: 0 0 10px;
}

.product-variant-5 .product-item.large .color-swatch {
    margin-bottom: 0;
}

.product-variant-5 .product-item.large .color-swatch li {
    width: 22px;
    border-radius: 0;
    overflow: hidden;
    margin: 2px 3px;
    box-shadow: none;
}

.product-variant-5 .product-item.large .color-swatch li img {
    border-radius: 50%;
}

.product-variant-5 .product-item.large .color-swatch li.active,
.product-variant-5 .product-item.large .color-swatch li:hover {
    width: 26px;
    border-radius: 0;
    border: 0;
    margin: 0 1px;
    vertical-align: middle;
}

.product-variant-5 .product-item.large .color-swatch {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: hidden;
    z-index: 1;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 7px;
    white-space: nowrap;
    text-align: center;
}

.products-grid.product-variant-5 .product-item.large .countdown-box .countdown-wrapper,
body.boxed .products-grid.product-variant-5 .product-item.large .countdown-box .countdown-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    padding: 5px;
}

.products-grid.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
body.boxed .products-grid.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper {
    bottom: 40px;
}

.products-listview.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper {
    bottom: 50px;
}

@media screen and (min-width: 768px) {
    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-name,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-name,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-name,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-name {
        font-size: 14px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    .products-grid.six-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    .products-grid.five-in-row.product-variant-5 .product-item.large .btn.add-to-cart,
    .products-grid.six-in-row.product-variant-5 .product-item.large .btn.add-to-cart,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .btn.add-to-cart,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .btn.add-to-cart {
        height: 36px;
        padding: 0 7px;
        font-size: 13px;
        line-height: 36px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch {
        bottom: 0;
        height: 36px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li {
        width: 18px;
        margin: 2px 2px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li:hover,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li:hover,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li:hover,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li:hover {
        width: 22px;
        margin: 0;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper {
        bottom: 36px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .price,
    .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .price,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .price,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .price,
    .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .special-price,
    .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .special-price,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .special-price,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .special-price {
        font-size: 18px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-details,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-details,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-details,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-details {
        padding: 12px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button .social-list li,
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button .social-list li,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button .social-list li,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button .social-list li {
        width: 28px;
        height: 28px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .social-list a,
    .products-grid.six-in-row.product-variant-5 .product-item.large .social-list a,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .social-list a,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .social-list a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1) {
        top: 0;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2) {
        top: 28px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3) {
        top: 56px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4) {
        top: 84px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5) {
        top: 112px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6) {
        top: 140px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev,
    .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev {
        left: -22px;
        width: 20px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next,
    .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next {
        right: -22px;
        width: 20px;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev {
        left: 0;
    }

    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next {
        right: 0;
    }
}

.products-grid.product-variant-5 .product-item-not-available,
body.boxed .products-grid.product-variant-5 .product-item.large .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.products-grid.product-variant-5 .product-item.large .product-item-photo {
    display: block;
    position: relative;
    width: 100%;
}

.products-grid.product-variant-5 .product-item.large .product-item-photo img {
    width: 100%;
}

.products-grid.product-variant-5 .product-item.large .product-item-details {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 20px 20px;
    overflow: visible;
    text-align: center;
}

.products-grid.product-variant-5 .product-item.large .product-item-info {
    display: block;
    overflow: hidden;
    padding: 0;
}

.products-grid.product-variant-5 .product-item.large .product-item-rating,
.products-grid.product-variant-5 .product-item.large .add-to-cart,
.products-grid.product-variant-5 .product-item.large .btn.quick-view-link {
    opacity: 0;
    display: none;
}

.products-grid.product-variant-5 .product-item.large .carousel-inside .item a {
    display: block;
}

.products-grid.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev {
    left: -35px;
    width: 35px;
}

.products-grid.product-variant-5 .product-item.large .carousel-inside .carousel-control.next {
    right: -35px;
    width: 35px;
}

.products-grid.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev {
    left: 0;
}

.products-grid.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next {
    right: 0;
}

.products-listview.product-variant-5 .product-item.large .product-item-photo {
    width: 30%;
    position: relative;
}

.products-listview.product-variant-5 .product-item.large .product-item-details {
    width: 70%;
    padding: 25px;
}

.products-listview.product-variant-5 .product-item.large .product-item-name {
    margin: 0 0 10px;
    font-size: 18px;
}

.products-listview.product-variant-5 .product-item.large .price-box {
    text-align: left;
}

.products-listview.product-variant-5 .product-item.large .price-box .price,
.products-listview.product-variant-5 .product-item.large .price-box .special-price {
    font-size: 20px;
}

.products-listview.product-variant-5 .product-item.large .price-box .old-price {
    font-size: 16px;
}

.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .wishlist,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .wishlist,
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .no_wishlist,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .no_wishlist,
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .add_to_wishlist,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .add_to_wishlist,
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .share-button,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .share-button {
    display: block;
}

.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .quick-view-btn {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .products-listview.product-variant-5 .product-item.large .product-item-photo {
        width: 40%;
    }

    .products-listview.product-variant-5 .product-item.large .product-item-details {
        width: 60%;
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .products-grid.product-variant-5 .product-item .product-item-info {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    }

    .products-grid.product-variant-5 .product-item.large .product-item-info {
        padding: 0;
    }

    .products-grid.product-variant-5 .product-item.large .product-item-gallery-previews-wrapper {
        position: relative;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 10;
    }

    .products-grid.product-variant-5 .product-item.large.hovered {
        z-index: 1000;
    }

    .products-grid.product-variant-5 .product-item.large.hovered .product-item-info {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: block;
        z-index: 10000;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }

    .products-grid.product-variant-5 .product-item.large.hovered .product-item-inside {
        position: relative;
        overflow: visible;
    }

    .products-grid.product-variant-5 .product-item.large.hovered.with-previews .product-item-details {
        padding-top: 0;
    }

    .products-grid.product-variant-5 .product-item.large.hovered .share-button,
    .products-grid.product-variant-5 .product-item.large.hovered .product-item-rating,
    .products-grid.product-variant-5 .product-item.large.hovered .color-swatch,
    .products-grid.product-variant-5 .product-item.large.hovered .quick-view-btn,
    .products-grid.product-variant-5 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-5 .product-item.large.hovered .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }

    .products-grid.product-variant-5 .product-item.large.hovered .wishlist,
    .products-grid.product-variant-5 .product-item.large.hovered .no_wishlist,
    .products-grid.product-variant-5 .product-item.large.hovered .add_to_wishlist {
        display: block;
    }

    .products-grid.product-variant-5 .product-item.large.hovered .share-button {
        display: block;
    }

    .products-grid.product-variant-5 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-5 .product-item.large.hovered .btn.quick-view-link {
        display: inline-block;
    }

    .products-grid.product-variant-5 > .slick-list {
        margin: 0;
        padding: 0;
        z-index: 1000;
        position: relative;
    }

    .products-grid.product-variant-5 > .slick-list.out-space {
        margin: -40px -40px -300px;
        padding: 40px 40px 300px;
        z-index: 10000;
        overflow: visible;
    }

    .products-grid.product-variant-5:hover > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
        opacity: 0;
        pointer-events: none;
    }

    .product-item-gallery-main {
        position: relative;
    }

    .products-listview.product-variant-5 .product-item {
        height: auto !important;
    }
}

body.boxed .products-grid.product-variant-5.isotope .product-item.large,
.block.boxed .products-grid.product-variant-5.isotope .product-item.large,
.block.fullboxed .products-grid.product-variant-5.isotope .product-item.large {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 991px) {
    .product-variant-5 .product-item {
        height: auto !important;
    }

    .products-grid.product-variant-5 .product-item.large .wishlist,
    .products-grid.product-variant-5 .product-item.large .no_wishlist,
    .products-grid.product-variant-5 .product-item.large .add_to_wishlist,
    .products-grid.product-variant-5 .product-item.large .share-button,
    .products-grid.product-variant-5 .product-item.large .product-item-rating,
    .products-grid.product-variant-5 .product-item.large .color-swatch,
    .products-grid.product-variant-5 .product-item.large .quick-view-btn,
    .products-grid.product-variant-5 .product-item.large .add-to-cart,
    .products-grid.product-variant-5 .product-item.large .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }

    .products-grid.product-variant-5 .product-item.large .share-button {
        display: block;
    }

    .products-grid.product-variant-5 .product-item.large .add-to-cart,
    .products-grid.product-variant-5 .product-item.large .btn.quick-view-link {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .six-in-row.products-grid.product-variant-5 .product-item.large .countdown-box {
        font-size: 11px;
    }
}

@media screen and (max-width: 1399px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 20%;
    }

    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 20%;
    }

    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 25%;
    }

    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 33.33333%;
    }

    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }

    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 100%;
    }

    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .products-grid.product-variant-5 .product-item.large .product-item-photo {
        position: relative;
    }

    .products-grid.product-variant-5 .product-item.large .quick-view-link {
        display: none;
    }

    .products-grid.product-variant-5 .product-item.large .product-item-info {
        padding: 0;
        padding-bottom: 0;
    }

    .products-grid.product-variant-5 .product-item.large .product-item-actions .actions-secondary a {
        display: inline-block;
        padding: 3px 12px;
        background: transparent;
    }
}

.products-listview.product-variant-5 .product-item.large .product-item-description {
    display: block;
}

.products-listview.product-variant-5 .product-item.large {
    padding-left: 0;
    padding-right: 0;
}

/* 3.4.2 Product Inside Clider
-----------------------------------------------------------------*/
.carousel-inside {
    position: relative;
    overflow: hidden;
}

.carousel-inside .carousel-control {
    position: absolute;
    display: block;
    height: 35px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #333745;
    color: #ffffff;
    top: 50%;
    padding: 0;
    margin-top: -17px;
    border: none;
    outline: none;
    opacity: 1;
    -webkit-transition: left 0.3s ease 0.3s, right 0.3s ease 0.3s;
    -o-transition: left 0.3s ease 0.3s, right 0.3s ease 0.3s;
    transition: left 0.3s ease 0.3s, right 0.3s ease 0.3s;
    text-shadow: none;
}

.carousel-inside .carousel-control:hover,
.carousel-inside .carousel-control:focus {
    outline: none;
}

.carousel-inside .carousel-control:hover {
    background: #f82e56;
}

.carousel-inside .carousel-control:before {
    font-family: 'icomoon-reg';
    font-size: 22px;
    line-height: 35px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-inside .carousel-control.prev {
    left: -22px;
    right: auto;
}

.carousel-inside .carousel-control.prev:before {
    content: "\e923";
}

.carousel-inside .carousel-control.next {
    right: -22px;
    left: auto;
}

.carousel-inside .carousel-control.next:before {
    content: "\e922";
    margin-left: 2px;
}

.product-variant-3 .carousel-inside .carousel-control {
    width: 35px;
}

.product-variant-3 .carousel-inside .carousel-control.prev {
    left: -37px;
}

.product-variant-3 .carousel-inside .carousel-control.next {
    right: -37px;
}

.carousel-inside.slide .carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

.product-item .product-item-inside:hover .carousel-inside .carousel-control {
    opacity: 1;
}

.product-item .product-item-inside:hover .carousel-control.prev {
    left: 0;
}

.product-item .product-item-inside:hover .carousel-control.next {
    right: 0;
}

@media screen and (max-width: 991px) {
    .carousel-inside .carousel-control {
        opacity: 1;
    }

    .carousel-inside .carousel-control.prev {
        left: 0;
    }

    .carousel-inside .carousel-control.next {
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .carousel-control.prev {
        display: none;
    }

    .carousel-control.next {
        display: none;
    }
}

.carousel-inside.fade {
    opacity: 1;
}

.carousel-inside.fade .item {
    transition: opacity ease-out 0.5s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel-inside.fade .item:first-child {
    top: auto;
    opacity: 1;
    position: relative;
}

.carousel-inside.fade .item.active {
    opacity: 1;
}

.carousel-inside.slide .carousel-inner > .item {
    width: calc(100% + 1px);
}

.carousel-inside.slide .carousel-inner > .item.active {
    display: table;
}

.carousel-inside .item a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/* 3.4.3 Product Page
-----------------------------------------------------------------*/
.product-creative-slider .item img {
    width: 100%;
}

.product-slider-wrapper {
    position: relative;
}

.product-slider-wrapper .zoomContainer {
    top: 0 !important;
}

.product-slider-wrapper .zoomWindowContainer > .zoomWindow {
    width: 100% !important;
    height: 100% !important;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 481px) {
    .product-creative-slider {
        position: relative;
        z-index: 1;
    }

    .product-creative-slider .item img {
        vertical-align: top;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}

.product-creative-slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.product-creative-slider-control .slick-prev,
.product-creative-slider-control .slick-next {
    position: absolute;
    z-index: 3;
    display: block;
    height: 100%;
    width: 70px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    top: 10px;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-creative-slider-control .slick-prev:hover,
.product-creative-slider-control .slick-next:hover,
.product-creative-slider-control .slick-prev:not(.slick-disabled):hover,
.product-creative-slider-control .slick-next:not(.slick-disabled):hover {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.product-creative-slider-control .slick-prev.slick-disabled,
.product-creative-slider-control .slick-next.slick-disabled {
    visibility: hidden;
}

.product-creative-slider-control .slick-prev:before,
.product-creative-slider-control .slick-next:before {
    font-size: 38px;
    line-height: 50px;
    color: #f82e56;
    opacity: 1;
}

.product-creative-slider-control .slick-prev:hover:before,
.product-creative-slider-control .slick-next:hover:before {
    color: #f82e56;
    opacity: 1;
}

.product-creative-slider-control .slick-prev {
    left: 0;
    right: auto;
}

.product-creative-slider-control .slick-next {
    right: 0;
    left: auto;
}

@media screen and (max-width: 480px) {
    .product-creative-slider-control .slick-prev,
    .product-creative-slider-control .slick-next {
        width: 45px;
    }
}

.product-info-block {
    color: #333745;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .product-info-block {
        margin-bottom: 30px;
    }
}

.product-info-block .special-price .price {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: right;
    color: #f82e56;
}

@media screen and (max-width: 991px) {
}

.product-info-block .price .old-price {
    color: #737373;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.product-info-block .product-sku,
.product-info-block .product-availability {
    font-size: 17px;
}

.product-info-block .product-sku span,
.product-info-block .product-availability span {
    font-weight: 500;
    color: #f82e56;
}

.product-info-block .product-sku {
    display: inline-block;
    padding-right: 10px;
}

.product-info-block .product-availability {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.product-info-block .product-options {
    margin-bottom: 15px;
}

.product-info-block .product-options > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.product-info-block .product-options > div.swatches .select-wrapper-sm {
    display: none;
}

.product-info-block .product-options select.form-control {
    margin-bottom: 0;
}

.product-info-block .product-qty .qty {
    vertical-align: baseline;
    display: inline-block;
}

.product-info-block .product-qty .qty input[type="text"] {
    border: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    vertical-align: middle;
    color: #f82e56;
}

.product-info-block .option-label {
    font-size: 16px;
    line-height: 30px;
    color: #333745;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.product-info-block .product-label {
    float: right;
    margin: -5px 0 5px 5px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    background-color: #f82e56;
}

.product-info-block .product-label:before {
    display: none;
}

.product-info-block .product-label.new {
    color: #ffffff;
    background-color: #333745;
}

.product-info-block .product-actions .product-details {
    display: none;
}

.product-info-block.classic {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .product-info-block.classic {
        margin-bottom: 30px;
    }
}

.product-info-block.classic .select-wrapper-sm {
    float: left;
}

.product-info-block.classic .product-info-top {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.product-info-block.classic .rating {
    display: block;
}

.product-info-block.classic .product-info-top .rating {
    display: inline-block;
    line-height: 23px;
}

.product-info-block.classic .product-name-wrapper {
    width: 100%;
    display: table;
}

.product-info-block.classic .product-labels {
    display: table-cell;
    vertical-align: top;
}

.product-info-block.classic .product-labels .product-label {
    margin-top: 0;
}

.product-info-block.classic .product-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: bold;
}

.product-info-block.classic .product-description {
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.product-info-block.classic .product-description p:last-child {
    margin-bottom: 0;
}

.product-info-block.classic .countdown-circle {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.product-info-block.classic .product-meta {
    margin-bottom: 3px;
}

.product-info-block.classic .product-meta > span {
    margin-right: 5px;
}

.product-info-block.classic .product-meta a {
    white-space: nowrap;
    text-decoration: none;
    color: #343434;
}

.product-info-block.classic .product-meta a i.icon {
    margin-right: 3px;
}

.product-info-block.classic .product-options {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.product-info-block.classic .product-options > div {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    float: none;
}

.product-info-block.classic .product-options .option-label {
    font-size: 13px;
    line-height: 30px;
}

.product-info-block.classic .qty-changer input[type="button"] {
}

.product-info-block.classic .product-actions .actions {
    text-align: right;
}

.product-info-block.creative .select-wrapper-sm {
    display: inline-block;
}

.product-info-block.creative .product-name {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.333em;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.product-info-block.creative .product-meta {
    margin-bottom: 15px;
}

.product-info-block.creative .product-meta > span:before {
    content: "|";
    padding: 0 16px;
    color: #e8e8e8;
}

.product-info-block.creative .product-meta > span:last-child:before,
.product-info-block.creative .product-meta > span.availability:before {
    display: none;
}

.product-info-block.creative .product-meta a {
    text-decoration: none;
}

.product-info-block.creative .product-meta a i.icon {
    margin-right: 3px;
}

.product-info-block.creative .product-labels {
    float: right;
}

.product-info-block.creative .product-labels:before {
    display: none;
}

.product-info-block.creative .product-description {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 15px 20px;
}

.product-info-block.creative .product-description p:last-child {
    margin-bottom: 0;
}

.product-info-block.creative .social {
    padding-top: 10px;
}

.product-info-block.creative .product-sku {
    font-size: 15px;
}

.product-info-block.creative .product-actions {
    display: table;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 0 0;
}

.product-info-block.creative .product-actions > div {
    display: table-cell;
    vertical-align: top;
}

.product-info-block.creative .product-actions > div:first-child {
    padding-right: 15px;
}

.product-info-block.creative .product-actions .social {
    text-align: left;
    padding-top: 0;
}

.product-info-block.creative .product-actions .actions {
    text-align: right;
    min-width: 300px;
}

.product-info-block.creative .product-options {
    float: left;
    margin-bottom: 5px;
    width: calc(100% - 220px);
}

.product-info-block.creative .product-qty {
    float: right;
    text-align: right;
    width: 220px;
    margin-bottom: 15px;
}

.product-info-block.creative .product-options.more-options {
    float: none;
    width: 100%;
}

.product-info-block.creative .countdown-circle .countdown-text .text1 {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .product-info-block.creative .product-meta {
        font-size: 13px;
    }

    .product-info-block.creative .product-meta > span:before {
        padding: 0 8px;
    }

    .product-info-block.creative .product-sku {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .product-info-block.creative .product-options {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .product-info-block.creative .product-qty {
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
    }

    .product-info-block.creative .product-options > div {
        white-space: nowrap;
    }

    .product-info-block.creative .product-actions {
        display: block;
        padding: 15px 0 0 0;
    }

    .product-info-block.creative .product-actions > div {
        display: block;
    }

    .product-info-block.creative .product-meta > span {
        display: block;
        margin-bottom: 5px;
    }

    .product-info-block.creative .product-meta > span:before {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .product-info.creative .product-name {
        font-size: 24px;
    }
}

.rating i.icon {
    margin-right: 2px;
}

.rating i.icon.fill {
    color: #f82e56;
}

.rating .count {
    padding-left: 5px;
}

.product-previews-wrapper {
    position: relative;
    z-index: 1;
}

.product-previews-carousel {
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .product-previews-carousel {
        margin-bottom: 30px;
    }
}

.product-previews-carousel {
    opacity: 0;
}

.product-previews-carousel .slick-prev {
    left: 0;
    right: auto;
    z-index: 1;
}

.product-previews-carousel .slick-next {
    right: 0;
    left: auto;
}

.product-previews-carousel .slick-next,
.product-previews-carousel .slick-prev {
    height: 45px;
    width: 19px;
    margin-top: -22px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-previews-carousel .slick-next:before,
.product-previews-carousel .slick-prev:before {
    color: #f82e56;
}

.product-previews-carousel .slick-next:hover:before,
.product-previews-carousel .slick-prev:hover:before {
    color: #ffffff;
}

.product-previews-carousel .slick-disabled {
    visibility: hidden;
}

.product-previews-carousel:not(.slick-slider) {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.product-previews-carousel:not(.slick-slider) > a {
    display: block;
    width: calc(33.333% - 30px);
    margin: 0 15px;
    float: left;
}

.product-previews-carousel:not(.slick-slider) > a img {
    width: 100%;
}

.product-previews-carousel .slick-list {
    margin: 0 -13px 0 -15px;
}

.product-previews-carousel .slick-slide {
    margin: 0 5px;
}

.product-previews-carousel .slick-slide img {
    max-width: 100%;
}

.product-previews-carousel.slick-initialized {
    opacity: 1;
}

.product-previews-carousel a.active {
    position: relative;
}

.product-previews-carousel a.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset -2px 0 0 #f82e56, inset 0 -2px 0 #f82e56, inset 0 2px 0 #f82e56, inset 2px 0 0 #f82e56;
    -webkit-box-shadow: inset -2px 0 0 #f82e56, inset 0 -2px 0 #f82e56, inset 0 2px 0 #f82e56, inset 2px 0 0 #f82e56;
}

.main-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-image img.zoom {
    max-width: 100%;
    max-height: 100%;
}

.main-image .zoomWrapper {
    width: 100% !important;
    height: 100% !important;
}

.main-image .zoomWrapper img {
    width: 100% !important;
    height: auto !important;
}

.main-image .zoomWrapper img:first-child {
    position: relative !important;
    z-index: 1;
}

.main-image .zoomWrapper img:last-child {
    z-index: 2;
    top: 0;
    left: 0;
}

.main-image .zoomContainer {
    top: 0 !important;
    left: 0 !important;
}

.page-main > .zoomContainer {
    left: 15px !important;
}

@media screen and (max-width: 1199px) {
    .main-image {
        margin-bottom: 20px;
    }

    .product-previews-carousel:not(.slick-slider) {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-previews-carousel:not(.slick-slider) > a {
        width: calc(33.333% - 20px);
        margin: 0 10px;
    }

    .product-previews-carousel .slick-list {
        margin: 0 -8px 0 -10px;
    }

    .product-previews-carousel .slick-slide {
        margin: 0 10px;
    }
}

.dblclick-text {
    display: none;
}

body.touch .dblclick-text {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 7px;
    width: 100%;
    text-align: center;
}

body.touch .dblclick-text span {
    display: inline-block;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333745;
}

.product-nav {
    padding: 0 10px;
}

.product-nav > a {
    position: relative;
}

.product-nav > a .product-nav-preview {
    position: absolute;
    z-index: -1;
    padding: 3px;
    width: 100px;
    top: -10000px;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.product-nav > a .product-nav-preview span.image {
    position: relative;
    display: block;
    padding: 0;
}

.product-nav > a .product-nav-preview span.price {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1.833em;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    color: #ffffff;
    background-color: #f82e56;
}

.product-nav > a .product-nav-preview span.name {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    color: #333745;
}

.product-nav > a .product-nav-preview img {
    width: 100%;
}

.product-nav > a:hover .product-nav-preview {
    top: 22px;
    visibility: visible;
    opacity: 1;
    z-index: 1005;
}

.product-nav > a.product-nav-prev:hover .product-nav-preview {
    left: -5px;
}

.product-nav > a.product-nav-next:hover .product-nav-preview {
    right: -5px;
}

.zoom-link,
.video-link {
    display: block;
    position: absolute;
    z-index: 1003;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #333745;
}

.zoom-link:hover,
.video-link:hover {
    color: #f82e56;
}

.video-link {
    top: 0;
    bottom: auto;
    font-size: 20px;
    line-height: 38px;
}

.product-info-block.creative .video-link {
    position: static;
    font-size: 44px;
    line-height: 40px;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .product-info-block.creative .video-link {
        margin-top: -15px;
        margin-bottom: 10px;
    }
}

.product-info-block.creative .video-link-wrapper {
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .product-block .col-md-12 {
        clear: both;
    }
}

/* 3.4.4 Product Stack
-----------------------------------------------------------------*/
.productStack {
    position: fixed;
    right: 0;
    bottom: -134px;
    width: 100%;
    z-index: 1004;
    visibility: visible;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.productStack .productstack-content {
    height: 134px;
    clear: both;
    background: #ffffff;
    border-top: 4px solid #f82e56;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    overflow-y: hidden;
}

.productStack.disable {
    bottom: -184px;
    visibility: hidden;
    z-index: -10000;
}

.productStack.open {
    bottom: 0;
}

.productStack .toggleStack {
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    background: #f82e56;
    color: #ffffff;
    width: auto;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 10px;
    pointer-events: auto;
    white-space: nowrap;
}

.productStack .toggleStack .icon {
    font-size: 30px;
    vertical-align: sub;
    padding: 0 10px 0 0;
}

.productStack .toggleStack:after {
    content: '';
    display: table;
}

.productStack .total-cart {
    float: right;
    min-width: 200px;
    max-width: 290px;
    padding: 15px 10px;
    color: #333745;
}

.productStack .total-cart .items-total {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 10px 0;
    margin: 0 0 10px;
}

.productStack .total-cart .count,
.productStack .total-cart .price {
    display: inline-block;
    float: right;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #f82e56;
}

.productStack .total-cart .subtotal {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
}

.productStack .action-cart {
    float: right;
    min-width: 210px;
    padding: 15px 10px;
}

.productStack .action-cart .btn {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.productStack .products-list-wrapper {
    display: inline-block;
    width: calc(100% - 500px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 15px 5px;
}

.productStack .products-list {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.productStack .products-list.loaded {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.productStack .products-list li {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}

.productStack .products-list li a {
    display: block;
}

.productStack .products-list li img {
    height: 100px;
}

.productStack .products-list li:hover .actions {
    opacity: 1;
    bottom: 0;
}

.productStack .products-list .item-qty {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    color: #ffffff;
    background-color: #f82e56;
}

.productStack .products-list .actions {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.productStack .products-list .actions.open {
    height: 100%;
}

.productStack .products-list .actions .action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    color: #f82e56;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.productStack .products-list .actions .action:hover {
    background: #f82e56;
    color: #ffffff;
}

.productStack .products-list .actions .action.edit {
    width: calc(50% - 1px);
}

.productStack .products-list .actions .action.edit:after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    right: -1px;
    top: 9px;
    background-color: #999;
    z-index: 1;
}

.productStack .products-list .actions .action.delete:after {
    content: '';
    width: 1px;
    height: 32px;
    position: absolute;
    left: -1px;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}

.productStack .products-list .actions .action.delete {
    left: 50%;
}

.productStack .products-list .edit-qty {
    position: absolute;
    top: -100%;
    opacity: 0;
    padding: 5%;
    width: 100%;
    height: calc(100% - 32px);
    background: rgba(255, 255, 255, 0.8);
}

.productStack .products-list .edit-qty input {
    width: 100%;
    height: 24px;
    line-height: 20px;
    padding: 0 0 0 5px;
    margin-bottom: 4px;
    text-align: center;
}

.productStack .products-list .edit-qty button {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    text-transform: uppercase;
}

.productStack .products-list .actions.open .edit-qty {
    top: 0;
    opacity: 1;
}

body.touch .productStack .products-list .actions .action.edit {
    display: none;
}

body.touch .productStack .products-list .actions .action.delete {
    left: 0;
    width: 100%;
}

body.touch .productStack .products-list .actions .action.delete:after {
    display: none;
}

@media screen and (max-width: 991px) {
    .productStack .toggleStack {
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        padding: 0 8px;
    }

    .productStack .toggleStack .icon {
        font-size: 26px;
        padding: 0 8px 0 0;
    }
}

@media screen and (min-width: 992px) {
    body.open-panel .productStack {
        right: 0;
        left: 125px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .productStack {
        bottom: -280px;
    }

    .productStack.disable {
        bottom: -326px;
    }

    .productStack .productstack-content {
        height: 280px;
    }

    .productStack .products-list-wrapper,
    .productStack .action-cart,
    .productStack .total-cart {
        float: none;
        width: 100%;
        min-width: none;
        max-width: none;
    }

    .productStack .total-cart {
        padding: 10px 15px;
        border-top: 1px solid #f0f0f0;
    }

    .productStack .total-cart .btn {
        display: inline-block;
        width: auto;
    }

    .productStack .total-cart .items-total,
    .productStack .total-cart .subtotal {
        line-height: 25px;
        padding: 0;
    }

    .productStack .action-cart {
        overflow: hidden;
        padding: 10px 10px;
        border-top: 1px solid #f0f0f0;
    }

    .productStack .action-cart .btn {
        display: block;
        float: left;
        margin: 0 5px;
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .productStack .products-list-wrapper,
    .productStack .action-cart,
    .productStack .total-cart {
        float: none;
        width: 100%;
    }

    .productStack .total-cart {
        overflow: hidden;
        padding: 8px 15px;
        border-top: 1px solid #f0f0f0;
    }

    .productStack .total-cart .btn {
        display: inline-block;
        width: auto;
    }

    .productStack .total-cart .items-total {
        float: left;
        width: 30%;
        text-align: left;
    }

    .productStack .total-cart .subtotal {
        float: right;
        width: 60%;
    }

    .productStack .action-cart {
        overflow: hidden;
        padding: 10px 10px 5px;
        border-top: 1px solid #f0f0f0;
    }

    .productStack .action-cart .btn {
        display: block;
        float: left;
        margin: 0 5px 5px;
        width: 100%;
    }
}

body.touch .productStack .products-list .actions {
    opacity: 1;
}

/* 3.4.5 Product Quick View
-----------------------------------------------------------------*/
/* quick view */
.modal {
    z-index: 10050;
}

.modal-backdrop {
    z-index: 10040;
}

.quick-view .modalLoader-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
}

.quick-view .modalLoader-wrapper .modalLoader {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -100px;
    width: 200px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.quick-view .modal-content {
    padding: 5px;
    background: #fff;
}

.quick-view .modal-dialog {
    width: 85%;
    max-width: 1000px;
}

.quick-view .modal-dialog:after,
.quick-view .modal-dialog:before {
    display: none;
}

.quick-view .modal-dialog .btn,
.quick-view .modal-dialog input {
    margin-bottom: 0;
}

.quick-view .main-image img {
    max-width: 100%;
}

.quick-view .product-info-block,
.quick-view .product-info-block.classic {
    margin-bottom: 0;
}

.quick-view .product-info-block .rating {
    padding: 5px 0;
    margin-bottom: 10px;
}

.quick-view .product-info-block .product-availability {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.quick-view .product-info-block .product-label {
    margin: -5px 0 5px 5px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 24px;
}

.quick-view .product-info-block .product-description {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.quick-view .product-info-block .product-options {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.quick-view .product-info-block .product-options > div {
    padding-bottom: 0;
}

.quick-view .product-info-block .product-qty .qty input {
    margin-bottom: 0;
}

.quick-view .product-info-block .product-actions {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 10px;
}

.modal.quick-view .modal-content iframe {
    opacity: 0;
    border: 0;
    width: 100%;
    height: 630px;
    max-height: calc(100vh - 100px);
}

body.quickview {
    overflow-y: auto;
    padding: 0;
}

body.quickview .block.product-block.fullboxed,
body.quickview .block.product-block.fullwidth {
    margin: 0 !important;
    left: 0 !important;
}

body.quickview .block.product-block .row > div.col-lg-8:first-child,
body.quickview .page-wrapper,
body.quickview .block.product-block.fullboxed,
body.quickview .block.product-block.fullwidth {
    width: 100% !important;
}

body.quickview .product-info-block,
body.quickview .product-info-block.classic,
body.quickview .product-previews-carousel {
}

body.quickview .page-wrapper .container {
    width: 100%;
    padding: 0;
}

body.quickview .page-main > .zoomContainer {
    top: 0 !important;
}

body.quickview .product-actions .product-details {
    display: inline-block;
    vertical-align: top;
}

body.quickview .product-info-block.classic .qty-changer input[type="button"] {
    background: #f7f7f7;
}

/* 3.4.6 Product Countdown
-----------------------------------------------------------------*/
/* countdown  */
.countdown-box {
    position: relative;
    font-size: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s linear 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s linear 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s linear 0s;
}

.countdown-box .countdown-wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ffffff;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.countdown-box .countdown-title {
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #333745;
}

.countdown-box .countdown > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0.35em;
    color: #f82e56;
    font-size: 1.1em;
}

.countdown-box .countdown > span span {
    display: block;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
}

.countdown-box .countdown > span:after {
    content: ":";
    display: block;
    top: 50%;
    position: absolute;
    margin-top: -1em;
    right: -0.45em;
}

.countdown-box .countdown > span:last-child:after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .countdown-box {
        font-size: 9px;
    }

    .countdown-box .countdown-wrapper {
        bottom: 7px;
        left: 7px;
        right: 7px;
    }
}

@media screen and (max-width: 767px) {
    .countdown-box {
        font-size: 8px;
    }

    .countdown-box .countdown-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .countdown-box .countdown > span {
        margin: 0 2px;
    }

    .countdown-box .countdown > span span {
        font-size: 1em;
    }
}

.countdown-circle {
    position: relative;
}

.countdown-circle .countdown-wrapper {
    display: table;
    width: 100%;
}

.countdown-circle .countdown {
    display: table-cell;
    vertical-align: middle;
    min-width: 400px;
}

.boxed .countdown-circle .countdown,
.fullboxed .countdown-circle .countdown {
    min-width: 320px;
}

.countdown-circle .countdown-text {
    display: table-cell;
    vertical-align: middle;
}

.countdown-circle .countdown-text .text1 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #f82e56;
}

.boxed .countdown-circle .countdown-text .text1,
.fullboxed .countdown-circle .countdown-text .text1 {
    font-size: 18px;
}

.countdown-circle .countdown-text .text2 {
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 500;
}

.countdown-circle .countdown-title {
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #333745;
}

.countdown-circle .countdown > span {
    position: relative;
    width: 72px;
    height: 72px;
    border: 1px solid #f82e56;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 21px 0 0 0;
    margin: 0 28px 0 0;
    color: #f82e56;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.boxed .countdown-circle .countdown > span,
.fullboxed .countdown-circle .countdown > span {
    margin: 0 20px 0 0;
    padding: 17px 0 0 0;
    width: 62px;
    height: 62px;
}

.countdown-circle .countdown > span:last-child {
    margin: 0;
}

.countdown-circle .countdown > span span {
    display: block;
    font-size: 17px;
    line-height: 1em;
    font-weight: 700;
}

.countdown-circle .countdown > span:after {
    content: "|";
    display: block;
    top: 50%;
    position: absolute;
    margin-top: -7px;
    right: -16px;
}

.boxed .countdown-circle .countdown > span:after,
.fullboxed .countdown-circle .countdown > span:after {
    right: -12px;
}

.countdown-circle .countdown > span:last-child:after {
    display: none;
}

@media screen and (max-width: 1399px) {
    .countdown-circle .countdown-wrapper {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .countdown-circle .countdown {
        display: block;
        min-width: 400px;
        margin-bottom: 15px;
    }

    .countdown-circle .countdown-text {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .countdown-circle .countdown {
        min-width: 300px;
    }

    .countdown-circle .countdown > span {
        position: relative;
        width: 62px;
        height: 62px;
        padding: 16px 0 0 0;
        margin: 0 20px 0 0;
    }

    .countdown-circle .countdown > span:after {
        right: -10px;
    }
}

.countdown-squared {
    position: relative;
}

.countdown-squared .countdown-wrapper {
    display: table;
    width: 100%;
}

.countdown-squared .countdown {
    display: table-cell;
    vertical-align: middle;
    min-width: 400px;
    font-family: 'Raleway', sans-serif;
}

.countdown-squared .countdown > span {
    position: relative;
    width: 110px;
    height: 105px;
    display: inline-block;
    vertical-align: middle;
    padding: 21px 0 0 0;
    margin: 0 28px 0 0;
    color: #f82e56;
    font-size: 23px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.countdown-squared .countdown > span:last-child {
    margin: 0;
}

.countdown-squared .countdown > span span {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 900;
}

.countdown-squared .countdown > span:after {
    content: ":";
    display: block;
    top: 50%;
    position: absolute;
    margin-top: -7px;
    right: -16px;
}

.countdown-squared .countdown > span:last-child:after {
    display: none;
}

@media screen and (max-width: 767px) {
    .countdown-squared .countdown {
        min-width: 0;
    }

    .countdown-squared .countdown > span {
        width: 60px;
        height: 60px;
        padding: 5px 0 0 0;
        margin: 0 10px 0 0;
        color: #f82e56;
        font-size: 15px;
    }

    .countdown-squared .countdown > span span {
        font-size: 24px;
    }

    .countdown-squared .countdown > span:after {
        margin-top: -5px;
        right: -8px;
    }
}

/* 3.5 Category
-----------------------------------------------------------------*/
/* category slider */
.category-slider {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .category-slider {
        margin-bottom: 30px;
    }
}

.category-slider .item,
.category-slider-item {
    display: inline-block;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 50em;
    perspective: 50em;
}

.category-slider .item img,
.category-slider-item img {
    width: 100%;
    vertical-align: top;
}

.category-slider .item .caption,
.category-slider-item .caption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    text-align: center;
    padding: 5%;
}

.category-slider .item .text,
.category-slider-item .text {
    opacity: 0;
}

.category-slider .item .banner-btn .text,
.category-slider-item .banner-btn .text {
    opacity: 1;
}

.category-slider .item .text-style-1,
.category-slider-item .text-style-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 700;
    margin: 0 0 0.2em;
    color: #f82e56;
}

.category-slider .item .text-style-2,
.category-slider-item .text-style-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0 0 0.9em;
    color: #333745;
}

.category-slider .item:after,
.category-slider-item:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    pointer-events: none;
}

.category-slider .item:hover .caption,
.category-slider-item:hover .caption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.category-slider .item:hover .text,
.category-slider-item:hover .text {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out 0.6s;
    -o-transition: opacity 0.4s ease-in-out 0.6s;
    transition: opacity 0.4s ease-in-out 0.6s;
}

.category-slider .item:hover:after,
.category-slider-item:hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.85;
}

.category-slider .item:hover img,
.category-slider-item:hover img {
    -webkit-animation: blur 1s linear forwards;
    -moz-animation: blur 1s linear forwards;
    -ms-animation: blur 1s linear forwards;
    -o-animation: blur 1s linear forwards;
    animation: blur 1s linear forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media screen and (max-width: 1399px) {
    .category-slider .item,
    .category-slider-item {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .category-slider .item,
    .category-slider-item {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .category-slider .item,
    .category-slider-item {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .category-slider .item {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .category-slider .item {
        font-size: 28px;
    }
}

.category-slider .slick-prev,
.category-slider .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 90px;
    width: 75px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    padding: 0;
    margin-top: -45px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-slider .slick-prev:hover,
.category-slider .slick-next:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.category-slider .slick-prev:before,
.category-slider .slick-next:before {
    font-size: 38px;
    line-height: 90px;
    color: #333745;
    opacity: 1;
}

.category-slider .slick-prev:hover:before,
.category-slider .slick-next:hover:before {
    color: #ffffff;
    opacity: 1;
}

.category-slider .slick-prev {
    left: 0;
    right: auto;
}

.category-slider .slick-next {
    right: 0;
    left: auto;
}

.category-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    text-decoration: none;
}

.category-block:hover,
.category-block:focus {
    text-decoration: none;
}

.category-block .category-image img {
    width: 100%;
}

.category-block .category-title {
    text-align: center;
    padding: 15px;
    font-size: 23px;
    line-height: 1.217em;
    font-weight: 700;
    color: #f82e56;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .category-block .category-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .category-block .category-title {
        font-size: 15px;
    }
}

.category-slider-item .banner-btn {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.category-slider-item .banner-btn span {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.category-slider-item .banner-btn > span {
    font-family: 'Roboto', sans-serif;
    height: 41px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 41px;
    font-weight: 500;
    height: auto;
    background-color: #f82e56;
}

.category-slider-item .banner-btn span.hoverbg {
    background-color: #ffffff;
}

.category-slider-item .banner-btn:hover > span {
    color: #f82e56;
}

.filter-col {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .filter-col {
        margin-bottom: 30px;
    }
}

.filter-col-content {
    padding-bottom: 15px;
}

.sidebar-block {
    margin-top: 15px;
    background-color: #fff;
}

.sidebar-block .block-title {
    padding: 12px 19px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #f5f5f5;
}

.sidebar-block .block-title span {
    color: #191919;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.sidebar-block .block-title:hover span {
    color: #f82e56;
}

.sidebar-block .block-title a {
    color: #191919;
    text-decoration: none;
}

.sidebar-block .block-title a:hover {
    color: #f82e56;
}

.sidebar-block .block-content {
    padding: 12px 19px;
}

.sidebar-block .bg-striped {
    display: none;
}

.sidebar-block:after {
    opacity: 0;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #f82e56 transparent transparent transparent;
}

.sidebar-block.selected:after {
    opacity: 1;
}

.sidebar-block.block-loading .bg-striped {
    display: block;
}

.sidebar-block.collapsed {
    position: relative;
}

.sidebar-block.collapsed .block-content {
    display: none;

    /*		position: absolute;
		top: -10000px;
		visibility: hidden;
		opacity: 0;
		.transition (opacity 0.3s ease);*/
}

.sidebar-block.collapsed .toggle-arrow {
    display: block;
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    font-family: 'icomoon-reg' !important;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-block.collapsed .toggle-arrow:before {
    color: #333745;
    content: "\e94a";
}

.sidebar-block.collapsed .toggle-arrow:hover:before {
    color: #f82e56;
}

.sidebar-block.collapsed.open .block-content {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.sidebar-block.collapsed.open .toggle-arrow:before {
    color: #333745;
    content: "\e94c";
}

ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.category-list li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

ul.category-list li:last-child {
    border: 0;
}

ul.category-list li a:not(.clear) {
    position: relative;
    display: block;
    padding: 11px 0;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    color: #333745;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.category-list li a:not(.clear):hover,
ul.category-list li a:not(.clear).active {
    color: #f82e56;
    text-decoration: none;
    margin-left: 0;
    margin-right: -10px;
}

ul.category-list li a:not(.clear):hover:before {
    opacity: 1;
}

ul.category-list li a:not(.clear):before {
    position: absolute;
    top: 11px;
    left: 0;
    font-family: 'icomoon-reg';
    font-size: 12px;
    line-height: 21px;
    content: "\e922";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}

ul.category-list li.active a {
    color: #f82e56;
    margin-left: 0;
    margin-right: -10px;
}

ul.category-list li.active a:before {
    opacity: 1;
}

ul.category-list li a.clear {
    display: none;
}

ul.category-list li.active a.clear {
    display: block;
    position: absolute;
    right: -7px;
    top: 6px;
    width: 30px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    color: #f82e56;
}

ul.category-list li.active a.clear:before {
    font-family: 'icomoon-reg';
    content: "\e933";
    font-size: 16px;
    line-height: 20px;
}

ul.category-list li.active a.clear:hover {
    color: #333745;
}

.selected-filters {
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
}

.selected-filters li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 2px 7px 0;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #333745;
}

.selected-filters li .bg-striped {
    display: none;
}

.selected-filters li.block-loading .bg-striped {
    display: block;
}

.selected-filters li a {
    display: block;
    padding: 0 5px;
    color: #333745;
    text-decoration: none;
}

.selected-filters li a:hover {
    color: #f82e56;
}

.selected-filters li i.icon {
    padding: 0 0 0 4px;
    vertical-align: middle;
    margin-top: -2px;
}

/* tags */
.sidebar-block ul.tags {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 3px;
    margin: 0;
}

/* color list */
.color-list {
    padding: 0;
    margin: 0;
}

.color-list li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 7px 12px 0;
}

.color-list li img,
.color-list li span.color {
    display: block;
    width: 27px;
    height: 27px;
}

.color-list li span.clear {
    display: none;
}

.color-list li.active span.clear {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #f82e56;
    border: 0;
}

.color-list li.active span.clear:before {
    font-family: 'icomoon-reg';
    content: "\e933";
    font-size: 16px;
    line-height: 18px;
}

.color-list li.active span.clear:hover {
    color: #333745;
}

.color-list li.active img,
.color-list li:hover img,
.color-list li.active .color-square,
.color-list li:hover .color-square {
    border: 3px solid #fff;
}

.color-list li.active span.color,
.color-list li:hover span.color {
    margin: 3px;
    width: 21px;
    height: 21px;
}

.color-list li.active span.value,
.color-list li:hover span.value {
    border: 1px solid #f82e56;
}

.color-list li.active span.value:after,
.color-list li:hover span.value:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-list li a {
    display: block;
    text-decoration: none;
}

.color-list li a span.value {
    display: block;
    position: relative;
    border: 1px solid transparent;
}

.color-list li a span.value:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 1px #888888;
    box-shadow: inset 0 0 1px #888888;
}

.color-list li.absent-option > a,
.size-list li.absent-option > a {
    position: relative;
    background: #ffffff;
}

.color-list li.absent-option > a span.value,
.size-list li.absent-option > a span.value {
    opacity: 0.5;
}

.color-list li.absent-option > a:after,
.size-list li.absent-option > a:after {
    position: absolute;
    z-index: 1;
    content: '';
    background: url(../images/cross.png);
    background-size: 100% 100%;
    display: block;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    margin: auto;
}

/* size list */
.size-list {
    padding: 0;
    margin: 0;
}

.size-list li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 6px 7px 0;
}

.size-list li a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.size-list li span.clear {
    display: none;
}

.size-list li span.value {
    display: block;
    min-width: 30px;
    padding: 0 15px;
    border: 1px solid #333745;
    color: #333745;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.size-list li.active span.value,
.size-list li:hover span.value {
    border-color: #f82e56;
    background: #f82e56;
    color: #ffffff;
}

.size-list li.active span.clear {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #f82e56;
}

.size-list li.active span.clear:before {
    font-family: 'icomoon-reg';
    content: "\e933";
    font-size: 16px;
    line-height: 18px;
}

.size-list li.active span.clear:hover {
    color: #333745;
}

.size-list img {
    width: 100%;
    display: block;
}

.sidebar-block .color-list,
.sidebar-block .size-list {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .sidebar-block .color-list {
        margin: 8px 0;
    }
}

/* price slider */
.price-slider-wrapper {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 25px;
}

.price-values {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #f82e56;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -6px;
    top: -6px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f82e56;
    cursor: pointer;
}

.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.noUi-origin {
    border-radius: 0;
    box-shadow: none;
}

.noUi-background {
    background: #e9e9e9;
}

.noUi-connect {
    background: #ffbbc8;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.filter-col-header {
    display: none;
}

.filter-button {
    display: none;
}

/* mobile filter */
@media screen and (max-width: 991px) {
    .sidebar-block-top {
        padding: 12px 19px;
    }

    .filter-button {
        display: inline-block;
    }

    .filter-col {
        position: fixed;
        z-index: 10001;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: visibility 0s ease 0.6s;
        -o-transition: visibility 0s ease 0.6s;
        transition: visibility 0s ease 0.6s;
    }

    .filter-col-content {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        max-width: 480px;
        padding: 50px 0 30px;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        background-color: #f7f7f7;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }

    .filter-col-header {
        position: fixed;
        display: block;
        left: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #f82e56;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2;
        -webkit-transition: top 0.3s ease 0s;
        -o-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }

    .filter-col .filter-col-toggle {
        text-decoration: none;
    }

    .filter-col .filter-col-toggle:hover,
    .filter-col .filter-col-toggle:focus {
        text-decoration: none;
    }

    .filter-col .filter-col-toggle {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        color: #ffffff;
    }

    .filter-col .filter-col-toggle:before,
    .filter-col .filter-col-toggle:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .filter-col .filter-col-toggle:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .filter-col .filter-col-toggle:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .filter-col.active {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        -o-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }

    .filter-col.active .filter-col-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }

    .filter-col.active .filter-col-header {
        top: 0;
        -webkit-transition: top 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0.5s;
        transition: top 0.3s ease 0.5s;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .filter-col:after {
        /* overlay layer */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s ease 0.3s;
        -o-transition: background 0.3s ease 0.3s;
        transition: background 0.3s ease 0.3s;
    }

    .filter-col.active:after {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease 0;
        -o-transition: background 0.3s ease 0;
        transition: background 0.3s ease 0;
    }
}

/* filter row */
.filter-row {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 18px;
    color: #333745;
    text-align: center;

    /* view mode */
}

.filter-row .bg-striped {
    display: none;
}

.filter-row .form-label {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 32px;
    padding-right: 15px;
}

.filter-row .select-wrapper-sm {
    width: auto;
    vertical-align: top;
    display: inline-block;
}

.filter-row select {
    margin-bottom: 0;
}

.filter-row .directions {
    display: inline-block;
}

.filter-row .directions a {
    display: inline-block;
    padding: 6px 4px 5px;
    color: #333745;
}

.filter-row .directions a:hover,
.filter-row .directions a:active {
    color: #f82e56;
}

.filter-row .col-left {
    padding-top: 2px;
    text-align: left;
}

.filter-row .col-right {
    padding-top: 2px;
    text-align: right;
}

.filter-row .view-mode a {
    font-size: 27px;
    line-height: 32px;
    margin: 0 4px;
    text-decoration: none;
    color: #333745;
}

.filter-row .view-mode a i.icon {
    margin-top: 5px;
}

.filter-row .view-mode a:hover,
.filter-row .view-mode a.active {
    color: #f82e56;
}

.filter-row .filter-button {
    vertical-align: top;
}

.filter-row .filter-button .btn {
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.filter-row.block-loading .bg-striped {
    display: block;
}

@media screen and (max-width: 991px) {
    .filter-row {
        padding-bottom: 10px;
    }

    .filter-row .select-wrapper-sm,
    .filter-button {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 667px) {
    .filter-button {
        width: 100%;
    }

    .filter-row .col-left {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .filter-row .col-right {
        width: 100%;
        float: none;
        text-align: left;
    }
}

.items-total {
    font-size: 14px;
    text-align: right;
    color: #333745;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 992px) {
    .row.row-table {
        display: table;
        width: 100%;
    }

    .ymax {
        height: 30px;
        min-height: 1px;
    }

    .row.row-table > .aside {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    body:not(.touch) .filter-col.is-fixed:not(.is-fixed-bottom) .filter-container {
        position: fixed;
        width: 25%;
        left: 0;
        top: 0;
        padding: 0;
    }

    body:not(.touch) .filter-col.fixed.is-fixed-bottom .filter-container {
        position: relative;
    }

    body:not(.touch) .filter-col.fixed.is-fixed-bottom {
        vertical-align: bottom;
    }

    body:not(.touch) .filter-col.fixed.is-fixed-bottom .filter-container {
        position: relative;
        overflow: hidden;
        left: 0 !important;
    }

    body:not(.touch) .filter-col.fixed.is-fixed-bottom .filter-container .fixed-scroll {
        max-height: none !important;
    }

    .filter-col.fixed:not(.is-fixed) .filter-container .fixed-scroll {
        max-height: none !important;
    }

    body:not(.touch) .fixed-wrapper {
        overflow: hidden;
    }

    body:not(.touch) .fixed-scroll {
        overflow-x: hidden;
        overflow-y: scroll;
        width: calc(100% + 20px);
        margin-top: 12px;
        padding-top: 72px;
        -webkit-transition: padding 0.5s ease;
        -o-transition: padding 0.5s ease;
        transition: padding 0.5s ease;
    }

    body:not(.touch) .filter-col.fixed.is-fixed .fixed-scroll {
        padding-top: 0;
    }

    body.hdr-sticky:not(.touch) .filter-col.fixed.is-fixed .fixed-scroll {
        padding-top: 72px;
    }

    body.touch .fixed-scroll {
        width: 100%;
    }

    body:not(.touch) .fixed-wrapper {
        top: auto !important;
        bottom: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    body.mac:not(.touch) .fixed-scroll {
        width: 100%;
    }
}

.listing-info {
    margin-bottom: 50px;
    text-align: center;
}

.description {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .description {
        margin-bottom: 30px;
    }
}

.description > .categories {
    margin-bottom: -30px;
}

body.layout-advanced .sidebar-block .block-title {
    padding: 20px 19px;
}

body.layout-advanced .sidebar-block {
    margin-top: 0;
    border-top: 1px solid #e8e8e8;
}

body.layout-advanced .sidebar-block.collapsed .toggle-arrow {
    top: 6px;
}

/* 3.6 Blog
-----------------------------------------------------------------*/
.blog-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .blog-carousel {
        margin-bottom: 30px;
    }
}

.blog-carousel .blog-item {
    position: relative;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-carousel .blog-item-info {
    padding: 20px 20px 15px;
    background-color: #ffffff;
}

.blog-carousel .blog-item-title {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
}

.blog-carousel .blog-item-teaser {
    margin: 0 0 10px;
    font-weight: 300;
    color: #6f6f6f;
}

.blog-carousel .blog-item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}

.blog-carousel .blog-item-photo > a {
    display: block;
    overflow: hidden;
}

.blog-carousel .blog-item-photo img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}

.blog-carousel .blog-item-photo:hover {
    background-color: #000;
}

.blog-carousel .blog-item-photo:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.blog-carousel .blog-item-photo img {
    width: 100%;
}

.blog-carousel .blog-item-links {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

.blog-carousel .blog-item-links i.icon {
    margin-right: 5px;
}

.blog-carousel .blog-item-links a:not(.readmore) {
    color: #f82e56;
}

.blog-carousel .blog-item-links .pull-left > span {
    padding-right: 10px;
}

.blog-carousel .blog-item-links .pull-right > span {
    padding-left: 10px;
}

.blog-carousel.variant-2 .blog-item-title {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
}

.blog-carousel.variant-2 .blog-item-info {
    padding: 16px 14px 10px;
}

.blog-carousel.variant-2 .blog-item-links {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}

.blog-post {
    background-color: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .blog-post {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.blog-photo {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-photo > a {
    display: block;
    overflow: hidden;
}

.blog-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}

.blog-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.blog-photo img {
    width: 100%;
}

.blog-content {
    position: relative;
    padding: 30px 30px 0;
    color: #333745;
}

.blog-content p {
    margin-bottom: 20px;
}

h2.blog-title {
    font-size: 27px;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 0;
    color: #333745;
}

h2.blog-title a {
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

h2.blog-title a:hover {
    color: #f82e56;
}

.blog-meta,
.blog-tags {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.blog-tags {
    margin-bottom: 50px;
    padding: 34px 0;
}

@media screen and (max-width: 991px) {
    .blog-tags {
        margin-bottom: 30px;
    }
}

.blog-tags span {
    padding-right: 15px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
}

.blog-tags ul.tags {
    display: inline-block;
}

.blog-meta {
    margin-bottom: 25px;
    padding: 8px 0;
    font-size: 13px;
    line-height: 19px;
    color: #838383;
}

.blog-meta a {
    color: #f82e56;
}

.blog-meta a:hover {
    text-decoration: underline;
}

.blog-meta span {
    white-space: nowrap;
}

.blog-meta .pull-left {
    padding-top: 5px;
}

.blog-meta .pull-left span:not(.last):after {
    padding: 0 5px;
}

.blog-comments h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.blog-comments h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.blog-comments .comment {
    padding-bottom: 30px;
    overflow: hidden;
    color: #333745;
}

.blog-comments .comment .user-photo {
    float: left;
    width: 100px;
}

.blog-comments .comment .user-photo img {
    width: 100%;
    border-radius: 50%;
}

.blog-comments .comment .comment-details {
    padding: 0 0 0 115px;
}

.blog-comments .comment .comment-details .author {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #333745;
}

.blog-comments .comment .comment-details .author:hover {
    text-decoration: underline;
}

.blog-comments .comment .comment-details .date {
    margin-bottom: 8px;
    font-size: 12px;
}

.blog-comments .comment .comment-details .text {
    font-size: 15px;
    line-height: 21px;
}

.blog-comments .comment.reply {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
}

.blog-comments .comment.reply a.replylink {
    display: block;
    position: absolute;
    padding: 5px;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #f82e56;
    text-decoration: none;
}

.blog-comments .comment.reply a.replylink:hover {
    color: #333745;
}

.blog-comments .comment.reply .user-photo {
    width: 75px;
}

.blog-comments .comment.reply .comment-details {
    padding: 0 0 0 95px;
}

.blog-comments .comment.reply .comment {
    padding-bottom: 0;
    margin: 30px 0 0 60px;
    border-bottom: 0;
}

.blog-comments form.post-comment textarea {
    height: 185px;
}

@media screen and (max-width: 1199px) {
    .blog-meta {
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .blog-meta .pull-left {
        width: 100%;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding: 8px 0;
    }

    .blog-meta .pull-right {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .blog-tags {
        padding: 15px 0;
    }

    .blog-post {
        padding-bottom: 15px;
    }

    .blog-content {
        padding: 15px 15px;
    }

    .blog-comments .comment .user-photo {
        width: 50px;
    }

    .blog-comments .comment .comment-details {
        padding: 0 0 0 65px;
    }

    .blog-comments .comment.reply .user-photo {
        width: 35px;
    }

    .blog-comments .comment.reply .comment-details {
        padding: 0 0 0 50px;
    }

    .blog-comments .comment.reply .comment {
        margin-left: 15px;
    }
}

.blog-grid-2,
.blog-grid-3,
.blog-grid-4 {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
}

.blog-grid-2 .blog-post,
.blog-grid-3 .blog-post,
.blog-grid-4 .blog-post {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 30px);
    min-height: 1px;
    margin-left: 30px;
    margin-right: -4px;
    margin-bottom: 30px;
}

.blog-grid-2 .blog-post {
    width: calc(50% - 30px);
}

.blog-grid-3 .blog-post {
    width: calc(33.33333% - 30px);
}

.blog-grid-3 .blog-content {
    padding-top: 20px;
}

.blog-grid-4 .blog-post {
    width: calc(25% - 30px);
    padding-bottom: 20px;
}

.blog-grid-4 .blog-content {
    padding: 20px 20px 0;
}

.blog-grid-4 .blog-meta .share-button {
    right: 20px;
}

.blog-grid-2 .blog-meta,
.blog-grid-3 .blog-meta,
.blog-grid-4 .blog-meta {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

.blog-grid-2 .blog-meta .pull-left,
.blog-grid-3 .blog-meta .pull-left,
.blog-grid-4 .blog-meta .pull-left {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0;
}

.blog-grid-2 .blog-meta .pull-right,
.blog-grid-3 .blog-meta .pull-right,
.blog-grid-4 .blog-meta .pull-right {
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .blog-grid-4 .blog-post {
        width: calc(33.33333% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .blog-grid-4 .blog-post,
    .blog-grid-3 .blog-post {
        width: calc(50% - 30px);
    }

    .blog-content {
        padding: 20px 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .blog-grid-4 .blog-post,
    .blog-grid-3 .blog-post,
    .blog-grid-2 .blog-post {
        width: calc(100% - 30px);
    }
}

.sideblock {
    margin-bottom: 25px;
}

.sideblock.half {
    width: calc(50% - 15px);
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.sideblock.half:nth-child(even) {
    margin-left: 30px;
}

.sideblock h2 {
    margin-top: -5px;
    margin-bottom: 10px;
}

.sideblock ul.simple-list li a {
    position: relative;
    display: inline-block;
    padding-left: 7px;
    margin-left: -7px;
    color: #333745;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sideblock ul.simple-list li a:hover {
    color: #f82e56;
    text-decoration: none;
    margin-left: 0;
    margin-right: -7px;
}

.sideblock ul.simple-list li a:hover:before {
    opacity: 1;
}

.sideblock ul.simple-list li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: 'icomoon-reg';
    font-size: 12px;
    line-height: 21px;
    content: "\e922";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}

.sideblock ul.simple-list li {
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
    color: #333745;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sideblock.half,
    .sideblock.half:nth-child(even) {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
}

/* 3.7 Testimonials
-----------------------------------------------------------------*/
/* testimonials carousel */
.testimonials-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .testimonials-carousel {
        margin-bottom: 30px;
    }
}

.testimonials-carousel .testimonials-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials {
    margin-bottom: 50px;
}

.testimonials-item {
    margin-bottom: 25px;
}

.testimonials-item-info {
    display: table;
    position: relative;
    width: 100%;
}

.testimonials-item-author-photo {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    min-width: 82px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 1800px) {
    .testimonials-item-author-photo {
        width: 50%;
    }
}

.testimonials-item-author-photo > a {
    display: block;
    overflow: hidden;
}

.testimonials-item-author-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}

.testimonials-item-author-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.testimonials-item-author-photo img {
    width: 100%;
}

.testimonials-item-author-name {
    display: block;
    margin-bottom: 5px;
    z-index: 1;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    color: #333745;
    text-decoration: none;
}

.testimonials-item-details {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: auto;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 1.2em;
}

.testimonials-item-details:after {
    content: "\e92a";
    font-family: 'icomoon-reg';
    position: absolute;
    z-index: -1;
    right: 10px;
    top: 16px;
    font-size: 60px;
    color: #f0f0f0;
}

.testimonials-item-teaser {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-weight: 300;
    font-style: italic;
    color: #6f6f6f;
}

.testimonials-item-date {
    position: relative;
    z-index: 1;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 300;
    color: #6f6f6f;
}

.testimonials-item:last-child {
    margin-bottom: 0;
}

/*  multiple row bottom margin */
.slick-slide > div > .testimonials-item {
    margin-bottom: 40px;
}

.slick-slide > div:last-child > .testimonials-item {
    margin-bottom: 0;
}

.slick-slide > div:last-child > .testimonials-item .testimonials-item-info:after {
    display: none;
}

@media screen and (max-width: 991px) {
    .testimonials-carousel {
        margin-bottom: 0;
    }
}

.testimonial-single-slider {
    margin-bottom: 50px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .testimonial-single-slider {
        margin-bottom: 30px;
    }
}

.testimonial-single-slider .item {
    padding: 120px 0 30px;
    position: relative;
}

.testimonial-single-slider .item:before {
    content: "\e92a";
    font-family: 'icomoon-reg';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 10px;
    margin-left: -35px;
    font-size: 70px;
    color: #333745;
}

.testimonial-single-slider .text {
    font-size: 17px;
    line-height: 26px;
    color: #333745;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 25px;
}

.testimonial-single-slider .author-photo {
    position: relative;
    text-align: center;
}

.testimonial-single-slider .author-photo:after,
.testimonial-single-slider .author-photo:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    height: 1px;
    width: calc(50% - 70px);
    background-color: #dedede;
}

.testimonial-single-slider .author-photo:before {
    left: auto;
    right: 0;
}

.testimonial-single-slider .author-photo img {
    border-radius: 50%;
    display: inline;
}

.testimonial-single-slider .slick-prev,
.testimonial-single-slider .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 90px;
    width: 75px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: transparent;
    top: 50%;
    padding: 0;
    margin-top: -45px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial-single-slider .slick-prev:not(.slick-disabled):hover,
.testimonial-single-slider .slick-next:not(.slick-disabled):hover {
    background-color: transparent;
    opacity: 1;
}

.testimonial-single-slider .slick-prev:before,
.testimonial-single-slider .slick-next:before {
    font-size: 38px;
    line-height: 90px;
    color: #333745;
    opacity: 1;
}

.testimonial-single-slider .slick-prev:not(.slick-disabled):hover:before,
.testimonial-single-slider .slick-next:not(.slick-disabled):hover:before {
    color: #f82e56;
    opacity: 1;
}

.testimonial-single-slider .slick-prev {
    left: -15%;
    right: auto;
}

.testimonial-single-slider .slick-next {
    right: -15%;
    left: auto;
}

@media screen and (max-width: 991px) {
    .testimonial-single-slider .text {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-single-slider .slick-prev,
    .testimonial-single-slider .slick-next {
        width: 50px;
    }

    .testimonial-single-slider .slick-prev {
        left: -50px;
    }

    .testimonial-single-slider .slick-next {
        right: -50px;
    }
}

/* 3.8 Brand
-----------------------------------------------------------------*/
.brand-carousel {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .brand-carousel {
        margin-bottom: 30px;
    }
}

.brand-carousel .brand-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

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

.brand-carousel.white-bg .brand-item img {
    background: #ffffff;
}

/*  multiple row bottom margin */
.slick-slide > div > .brand-item {
    margin-bottom: 20px;
}

.slick-slide > div:last-child > .brand-item {
    margin-bottom: 0;
}

.brand-grid {
    list-style: none;
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .brand-grid {
        margin-bottom: 30px;
    }
}

.brand-grid a {
    float: left;
    width: calc(16.66666% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}

.brand-grid a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s, opacity 0.3s;
    -webkit-transition: filter 0.3s, -webkit-filter 0.3s, opacity 0.3s;
    opacity: 0.5;
}

.brand-grid a:hover img,
.brand-grid a:focus img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.brand-grid a > img {
    width: 100%;
}

.brand-grid:not(.brand-carousel) {
    margin: 0 0 0 -30px;
    padding: 0;
    width: calc(100% + 30px);
}

.brand-grid:not(.brand-carousel) a {
    background-color: #f7f7f7;
}

@media screen and (max-width: 991px) {
    .brand-grid:not(.brand-carousel) a {
        width: calc(33.33333% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .brand-grid:not(.brand-carousel) a {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 480px) {
    .brand-grid:not(.brand-carousel) {
        width: calc(100% + 15px);
        margin-left: -15px;
    }

    .brand-grid:not(.brand-carousel) a {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

/* 3.9 Newsletter block
-----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .newsletter.variant1 {
        background: #ffffff;
        padding: 20px 20px;
        margin-bottom: 50px;
    }

    .newsletter.variant1 h2 {
        border: 0;
        padding: 0;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 992px) and screen and (max-width: 991px) {
    .newsletter.variant1 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter.variant1 input {
        background: #ffffff;
    }
}

/* variant 2 - with logo */
.newsletter.variant2 {
    margin-bottom: 0;
}

/* variant 3 - advanced */
.newsletter.variant3 {
    margin-top: 15px;
    margin-bottom: 0;
}

.newsletter.variant3 .input-group {
    max-width: 540px;
}

@media screen and (max-width: 991px) {
    .newsletter.variant3 {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/* 3.10 Search
-----------------------------------------------------------------*/
/* Expanding Search */
input:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0);
}

.exp-search {
    position: absolute;
    z-index: 101;
    top: -15px;
    right: 0;
    width: 0%;
    min-width: 40px;
    height: 72px;
    margin: 0 5px;
    float: right;
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease;
    -webkit-backface-visibility: hidden;
}

.exp-search-input {
    position: absolute;
    top: 15px;
    right: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 5px 75px 5px 15px;
    font-family: inherit;
    font-size: 14px;
    line-height: 30px;
    color: #191919;
}

.exp-search.exp-search-open {
    background: #ffffff;
    overflow: visible;
}

.page-header.is-sticky .exp-search.exp-search-open {
    background: transparent;
}

.exp-search.exp-search-open .exp-search-input {
    background: #ffffff;
}

.exp-search-input::-webkit-input-placeholder {
    color: #8f8f8f;
}

.exp-search-input:-moz-placeholder {
    color: #8f8f8f;
}

.exp-search-input::-moz-placeholder {
    color: #8f8f8f;
}

.exp-search-input:-ms-input-placeholder {
    color: #8f8f8f;
}

.exp-icon-search,
.exp-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.exp-search-submit {
    background-color: transparent;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    right: 40px;
}

.page-header.variant-7 .exp-search,
.page-header.variant-8 .exp-search {
    overflow: visible;
}

.page-header.variant-7 .exp-search-close,
.page-header.variant-8 .exp-search-close {
    visibility: hidden;
}

.page-header.variant-7 .exp-search-submit,
.page-header.variant-8 .exp-search-submit {
    right: 0;
}

.exp-icon-search {
    color: #000;
    z-index: 90;
    font-size: 16px;
    line-height: 44px;
}

.exp-search.exp-search-open {
    width: 400px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.exp-search.exp-search-open .exp-search-input {
    border: 1px solid #e8e8e8;
}

.exp-search.exp-search-open .exp-icon-search {
    z-index: 11;
    right: 40px;
}

.exp-search.exp-search-open .exp-search-submit {
    z-index: 10;
}

.exp-search-close {
    display: none;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 44px;
    z-index: 11;
    top: 15px;
    cursor: pointer;
    text-align: center;
}

header.variant-4:not(.is-sticky) .exp-search-close,
header.variant-5:not(.is-sticky) .exp-search-close,
header.variant-6:not(.is-sticky) .exp-search-close {
    top: 9px;
}

.exp-search.exp-search-open .exp-search-close {
    display: block;
}

.exp-search-close,
.exp-icon-search {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.exp-search-close:hover,
.exp-icon-search:hover {
    color: #f82e56;
}

@media screen and (max-width: 991px) {
    .exp-search {
        top: 0;
        height: 39px;
        background: transparent;
    }

    .exp-search-submit,
    .exp-search-input {
        background: transparent;
        top: 0;
        height: 39px;
    }

    .exp-search,
    .exp-search.exp-search-open {
        width: calc(100% - 65px);
    }

    .exp-search .exp-search-input {
        border: 1px solid #ffffff;
        background: #ffffff;
    }

    .exp-icon-search {
        color: #ffffff;
        top: 0;
        font-size: 24px;
    }

    .exp-search .exp-icon-search,
    .exp-search.exp-search-open .exp-icon-search {
        color: #000000;
    }
}

/* search-results */
header.is-sticky .search-results {
    visibility: hidden;
}

.search-results {
    z-index: 10000;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    overflow: hidden;
}

.page-header.variant-3 .search-results {
    top: auto;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    bottom: -15px;
}

.search-results li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
}

.search-results li:first-child {
    border-top: none;
}

.search-results .thumbnail {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin: 5px 0 5px 5px;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.search-results .title {
    float: left;
    width: calc(100% - 55px);
    padding: 10px 15px 15px 15px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    line-height: 38px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
    color: #333745;
    -webkit-transition: color 0 ease;
    -o-transition: color 0 ease;
    transition: color 0 ease;
}

.search-results .title:hover {
    color: #f82e56;
}

/* 3.11 Banners
-----------------------------------------------------------------*/
/* banners */
.banner-edit {
    margin-bottom: 45px;
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 991px) {
    .banner {
        margin-bottom: 30px;
    }
}

.banner img {
    width: 100%;
}

.megamenu .banner {
    margin-bottom: 0;
}

.full-nopad .banner {
    margin-bottom: 0;
}

a.banner-wrap,
a.banner-wrap:hover,
a.banner-wrap:focus,
a.banner-wrap:active {
    text-decoration: none;
}

.banner {
    font-size: 100px;
}

.banner .btn {
    float: none;
}

/* banners typography */
.banner.style-1 .text-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.76em;
    font-weight: 700;
    line-height: 0.9em;
    margin: 0 0 0.1em;
    color: #fff;
}

.banner.style-1 .text-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.37em;
    line-height: 1.1em;
    font-weight: 700;
    margin: 0 0 0.2em;
    color: #fff;
}

.banner.style-1 .text-3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.27em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin: 0 0 0.9em;
    color: #fff;
}

.banner.style-1 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-1 .banner-btn > span {
    padding: 0 1em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.29em;
    line-height: 1.9em;
    font-weight: 300;
    height: auto;
    background-color: #f82e56;
}

.banner.style-1 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-1 .banner-btn:hover > span {
    color: #f82e56;
}

/* banner style 3 */
.banner.style-3 .banner-caption {
    bottom: 14%;
}

.banner.style-3 .text-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.91em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}

.banner.style-3 .text-1 span {
    font-family: 'Roboto', sans-serif;
}

.banner.style-3 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.42em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

.banner.style-3 .text-3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.16em;
    line-height: 1.56em;
    font-weight: 700;
    letter-spacing: 1.4em;
    padding-right: 2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.banner.style-3 .horl .text-3 {
    padding-right: 0;
    padding-left: 2em;
}

.banner.style-3 .horc .text-3 {
    padding-right: 0;
}

.banner.style-3 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-3 .banner-btn > span {
    padding: 0 2.4em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.26em;
    line-height: 3em;
    font-weight: 500;
    height: auto;
    background-color: #f82e56;
}

.banner.style-3 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-3 .banner-btn:hover > span {
    color: #f82e56;
}

/* banner style 4 */
.banner.style-4 .text-1,
.banner.style-4 .text-2,
.banner.style-4 .text-3 {
    display: inline-block;
    clear: both;
    float: left;
    text-transform: uppercase;
}

.banner.style-4 .text-1 > span,
.banner.style-4 .text-2 > span,
.banner.style-4 .text-3 > span {
    padding: 0 0.5em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.36em;
    line-height: 1.86em;
    font-weight: 700;
    color: #fff;
    background-color: #67e0fa;
}

.banner.style-4 .horr .text-1,
.banner.style-4 .horr .text-2,
.banner.style-4 .horr .text-3 {
    float: right;
}

.banner.style-4 .horr .text-2 {
    margin-left: 0;
    margin-right: 0.8em;
}

.banner.style-4 .horr .text-3 {
    margin-left: 0;
    margin-right: 0.2em;
}

.banner.style-4 .text-2 {
    margin-left: 0.8em;
}

.banner.style-4 .text-3 {
    margin-left: 0.2em;
}

.banner.style-4 .text-hoverslide span.hoverbg {
    background-color: #fff;
}

.banner.style-4:hover .text-hoverslide > span {
    color: #67e0fa;
}

.banner.style-4 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-4 .banner-btn > span {
    display: inline-block;
    padding: 0.35em 0.5em;
    margin: 0;
    font-size: 0.26em;
    line-height: 1.87em;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #41df7c;
    height: auto;
}

.banner.style-4 .banner-btn span.hoverbg {
    background-color: #67E0FA;
}

.banner.style-4 .banner-btn:hover > span {
    color: #fff;
}

/* banner style 5 */
.banner.style-5 .text-1,
.banner.style-5 .text-2,
.banner.style-5 .text-3 {
    display: inline-block;
    clear: both;
    float: left;
    margin-bottom: 2px;
}

.banner.style-5 .text-1 > span,
.banner.style-5 .text-2 > span,
.banner.style-5 .text-3 > span {
    padding: 0 0.5em;
    font-family: 'Oswald', sans-serif;
    font-size: 0.47em;
    line-height: 1.383em;
    font-weight: 400;
    color: #333745;
    background-color: #fff;
    text-transform: uppercase;
}

.banner.style-5 .text-1 {
    margin-left: 0.8em;
}

.banner.style-5 .text-3 {
    margin-left: 1em;
}

.banner.style-5 .text-3 > span {
    background: #41df7c;
    color: #fff;
}

.banner.style-5 .horr .text-1,
.banner.style-5 .horr .text-2,
.banner.style-5 .horr .text-3 {
    float: right;
}

.banner.style-5 .horr .text-1 {
    margin-left: 0;
    margin-right: 0.8em;
}

.banner.style-5 .horr .text-3,
.banner.style-5 .horr .banner-btn-wrap {
    margin-left: 0;
    margin-right: 1em;
}

.banner.style-5 .text-hoverslide span.hoverbg {
    background-color: #333745;
}

.banner.style-5:hover .text-hoverslide > span {
    color: #fff;
}

.banner.style-5 .text-3.text-hover span.hoverbg {
    background-color: #fff;
}

.banner.style-5:hover .text-3.text-hover > span {
    color: #fff;
}

.banner.style-5 .banner-btn-wrap {
    clear: both;
    margin-left: 1em;
}

.banner.style-5 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-5 .banner-btn > span {
    display: inline-block;
    clear: both;
    float: left;
    margin-left: 2em;
    padding: 0;
    font-size: 0.22em;
    line-height: 2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #f82e56;
    font-style: italic;
    text-decoration: none;
    background-color: transparent;
}

.banner.style-5 .banner-btn span.hoverbg {
    background-color: transparent;
}

.banner.style-5 .banner-btn:hover > span {
    color: #333745;
}

/* banner style 6 */
.banner.style-6 .banner-caption {
    top: 0;
    right: 4%;
    bottom: 0;
    left: 55%;
}

.banner.style-6 .text-1 {
    margin-top: -0.2em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.77em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 0.45em;
    color: #41df7c;
}

.banner.style-6 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.2em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 1em;
}

.banner.style-6 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-6 .banner-btn > span {
    padding: 0 1.8em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.26em;
    line-height: 2.2em;
    font-weight: 500;
    height: auto;
    background-color: #41df7c;
}

.banner.style-6 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-6 .banner-btn:hover > span {
    color: #41df7c;
}

/* banner style 7 */
.banner.style-7 .banner-caption {
    top: 0;
    right: 38%;
    bottom: 0;
    left: 5%;
}

.banner.style-7 .text-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.64em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -2px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -0.3em;
}

.banner.style-7 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.24em;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 6px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.banner.style-7 .text-3 {
    display: block;
    z-index: -1;
    width: 3.2em;
    height: 3.2em;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 0.38em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #41df7c;
    display: table;
}

.banner.style-7 .text-3 span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.banner.style-7 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-7 .banner-btn > span {
    padding: 0 0.8em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.22em;
    line-height: 2.1em;
    font-weight: 500;
    height: auto;
    background-color: #f82e56;
}

.banner.style-7 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-7 .banner-btn:hover > span {
    color: #f82e56;
}

/* banner style 8 */
.banner.style-8 .banner-caption {
    top: 6%;
    right: 25%;
    bottom: 0;
    left: 5%;
}

.banner.style-8 .text-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.54em;
    line-height: 1em;
    font-weight: 900;
    color: #fff;
    text-transform: none;
    margin-bottom: 0.3em;
}

.banner.style-8 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-8 .banner-btn > span {
    padding: 0 2.2em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.22em;
    line-height: 2.8em;
    font-weight: 500;
    height: auto;
    background-color: #67e0fa;
}

.banner.style-8 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-8 .banner-btn:hover > span {
    color: #67e0fa;
}

/* banner style 9 */
.banner.style-9 .text-1 {
    color: #fff;
}

.banner.style-9 .text-1 > span {
    padding: 0.8em 1.5em;
    margin-bottom: 0.8em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.22em;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    background: #333745;
    border-left: 4px solid #f82e56;
}

.banner.style-9 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.20em;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
}

.banner.style-9 .text-1.text-hoverslide span.hoverbg {
    background-color: #f82e56;
}

.banner.style-9:hover .text-1.text-hoverslide > span {
    color: #fff;
}

/* banner style 10 */
.banner.style-10 .text-1 {
    margin-bottom: 0.7em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.44em;
    line-height: 1em;
    font-weight: 700;
    color: #f82e56;
    text-align: center;
    text-transform: uppercase;
}

.banner.style-10 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-10 .banner-btn > span {
    padding: 0 1em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.29em;
    line-height: 1.9em;
    font-weight: 300;
    height: auto;
    background-color: #f82e56;
}

.banner.style-10 .banner-btn.text-hoverslide span.hoverbg {
    background-color: #fff;
}

.banner.style-10 .banner-btn.text-hoverslide:hover > span {
    color: #f82e56;
}

/* banner style 2 */
.banner.style-2 .text-1 {
    margin-top: -0.2em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.banner.style-2 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.35em;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0.6em;
    margin-left: 3em;
    text-transform: uppercase;
    font-weight: 100;
}

.banner.style-2 .text-3,
.banner.style-2 .text-4 {
    font-family: 'Oswald', sans-serif;
    font-size: 0.37em;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0.2em;
    margin-left: 1.5em;
    font-weight: 500;
}

.banner.style-2 .text-4 {
    margin-top: 0.2em;
    margin-left: 3em;
}

.banner.style-2 .horc .text-2 {
    margin-left: 0;
}

.banner.style-2 .horc .text-3 {
    margin-left: 0;
}

.banner.style-2 .horc .text-4 {
    margin-left: 0;
}

.banner.style-2 .horc .banner-btn {
    margin: 0 auto;
}

.banner.style-2 .horr .text-2 {
    margin-left: 0;
    margin-right: 3em;
}

.banner.style-2 .horr .text-3 {
    margin-left: 0;
    margin-right: 1.5em;
}

.banner.style-2 .horr .text-4 {
    margin-left: 0;
    margin-right: 3em;
}

.banner.style-2 .horr .banner-btn {
    margin-left: 0;
    margin-right: 0.8em;
}

.banner.style-2 .banner-btn {
    color: #000000;
    text-decoration: none;
    margin-left: 0.8em;
    -webkit-box-shadow: -4px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -4px -5px 5px rgba(0, 0, 0, 0.2);
}

.banner.style-2 .banner-btn > span {
    padding: 0 0.3em;
    font-family: 'Oswald', sans-serif;
    font-size: 0.35em;
    line-height: 1.6em;
    font-weight: 700;
    height: auto;
    background-color: #fff;
    text-transform: none;
}

.banner.style-2 .banner-btn span.hoverbg {
    background-color: #000000;
}

.banner.style-2 .banner-btn:hover > span {
    color: #fff;
}

/* banner style 11 */
.banner.style-11 .banner-caption {
    left: 16%;
    right: 16%;
    bottom: 14%;
}

.banner.style-11 .text-1 {
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.62em;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
}

.banner.style-11 .text-2 {
    margin-bottom: 0.9em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.25em;
    line-height: 1.1em;
    font-weight: 700;
    color: #f82e56;
}

.banner.style-11 .banner-btn-wrap,
.banner.style-11 .banner-btn {
    width: 100%;
}

.banner.style-11 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-11 .banner-btn > span {
    width: 100%;
    padding: 0 1em;
    font-size: 0.24em;
    line-height: 2.3em;
    font-weight: 400;
    height: auto;
    background-color: #f82e56;
}

.banner.style-11 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-11 .banner-btn:hover > span {
    color: #f82e56;
}

/* banner style 12 */
.banner.style-12 .banner-caption {
    left: 16%;
    right: 16%;
    bottom: 13%;
}

.banner.style-12 .text-1 {
    margin-bottom: 0.8em;
    margin-top: 0.2em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.25em;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
    padding: 0.8em;
    border: 0.09em solid #fff;
}

.banner.style-12 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.28em;
    line-height: 1.1em;
    font-weight: 700;
    color: #fff;
}

.banner.style-12 .banner-btn {
    text-decoration: none;
    color: #f82e56;
}

.banner.style-12 .banner-btn > span {
    padding: 0;
    font-size: 0.28em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
}

.banner.style-12 .banner-btn span.hoverbg {
    background-color: transparent;
}

.banner.style-12 .banner-btn:hover > span {
    color: #fff;
}

/* banner style 13 */
.banner.style-13 .banner-caption {
    top: 30%;
    left: 10%;
    right: 10%;
}

.banner.style-13 .text-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.36em;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
}

.banner.style-13 .text-2 {
    margin-bottom: 0.5em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.22em;
    line-height: 1em;
    font-weight: 900;
    color: #f82e56;
}

.banner.style-13 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-13 .banner-btn > span {
    padding: 0 1.8em;
    font-size: 0.19em;
    line-height: 2.6em;
    height: auto;
    background-color: #333745;
}

.banner.style-13 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-13 .banner-btn:hover > span {
    color: #333745;
}

/* banner style 14 */
.banner.style-14 .text-1 {
    margin-bottom: 0.7em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.38em;
    font-weight: 700;
    line-height: 1em;
    color: #333745;
}

.banner.style-14 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-14 .banner-btn > span {
    padding: 0 1.8em;
    font-size: 0.19em;
    line-height: 2.6em;
    font-weight: 400;
    height: auto;
    background-color: #f82e56;
}

.banner.style-14 .banner-btn span.hoverbg {
    background-color: #fff;
}

.banner.style-14 .banner-btn:hover > span {
    color: #f82e56;
}

/* banner style 15 */
.banner.style-15 .banner-caption {
    left: 50%;
    right: 0;
    top: 12%;
}

.banner.style-15 .text-1 {
    margin-bottom: 0.2em;
    font-size: 0.22em;
    font-weight: 100;
    line-height: 1em;
    color: #fff;
}

.banner.style-15 .text-2 {
    margin-bottom: 0.7em;
    font-size: 0.19em;
    line-height: 1.1em;
    font-weight: 500;
    color: #fff;
}

.banner.style-15 .banner-btn {
    text-decoration: none;
    color: #f82e56;
}

.banner.style-15 .banner-btn > span {
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.18em;
    line-height: 2em;
    font-weight: 900;
    text-decoration: none;
    background-color: transparent;
}

.banner.style-15 .banner-btn span.hoverbg {
    background-color: transparent;
}

.banner.style-15 .banner-btn:hover > span {
    color: #fff;
}

/* banner style 16 */
.banner.style-16 .banner-caption {
    top: 0;
    bottom: 15%;
}

.banner.style-16 .text-1 {
    margin-bottom: 0.2em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.48em;
    font-weight: 900;
    line-height: 1em;
    color: #f82e56;
}

.banner.style-16 .text-2 {
    font-size: 0.34em;
    line-height: 1em;
    font-weight: 900;
    color: #fff;
}

/* banner style 17 */
.banner.style-17 .banner-caption {
    bottom: 9%;
    left: 4%;
    right: 4%;
}

.banner.style-17 .text-1 {
    margin-bottom: 0.2em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.33em;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
}

.banner.style-17 .text-2 > span {
    display: table;
    margin-bottom: 0.5em;
    padding: 0 1.4em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.2em;
    line-height: 2.5em;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #333745;
}

.banner.style-17 .text-3 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.1em;
    line-height: 1.2em;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.banner.style-17 .text-2.text-hoverslide span.hoverbg {
    background-color: #f82e56;
}

.banner.style-17:hover .text-2.text-hoverslide > span {
    color: #fff;
}

/* banner style 18 */
.banner.style-18 .banner-caption {
    top: 9%;
    left: 58%;
    right: 2%;
}

.banner.style-18 .text-1 {
    margin-bottom: 0.4em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.15em;
    font-weight: 800;
    line-height: 1em;
    color: #f82e56;
}

.banner.style-18 .text-2 {
    margin-bottom: 0.5em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.2em;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
}

.banner.style-18 .banner-btn {
    color: #fff;
    text-decoration: none;
}

.banner.style-18 .banner-btn > span {
    padding: 0 1.7em;
    overflow: hidden;
    font-size: 0.1em;
    line-height: 3.2em;
    font-weight: 400;
    height: auto;
    background-color: #f82e56;
}

.banner.style-18 .banner-btn span.hoverbg {
    background-color: #333745;
}

.banner.style-18 .banner-btn:hover > span {
    color: #fff;
}

/* banner style 19 */
.banner.style-19 .banner-caption {
    top: 0;
    bottom: 11%;
    left: 10%;
}

.banner.style-19 .text-1 {
    margin-bottom: 0.25em;
    font-size: 0.57em;
    line-height: 0.7em;
    font-weight: 900;
    color: #fff;
}

.banner.style-19 .text-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.17em;
    font-weight: 900;
    line-height: 1em;
    color: #f82e56;
}

/* banner style 20 */
.banner.style-20 .banner-caption {
    top: 0;
    bottom: 23%;
    right: 10%;
    left: 10%;
}

.banner.style-20 .text-1 {
    padding: 0 0.8em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.17em;
    line-height: 2em;
    font-weight: 400;
    color: #fff;
    background-color: #f82e56;
    position: relative;
    display: inline-block;
    float: left;
}

.banner.style-20 .text-1 .text-corner {
    content: '';
    display: block;
    position: absolute;
    right: -0.99em;
    left: auto;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2em 1em;
    border-color: transparent;
    border-bottom-color: #f82e56;
    transform: rotateY(180deg);
}

.banner.style-20 .horr .text-1 {
    float: right;
}

.banner.style-20 .horr .text-1 .text-corner {
    transform: rotateY(0);
    left: -0.99em;
}

.banner.style-20 .text-2 {
    padding: 0.8em 1.2em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.28em;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
    background-color: #000;
    clear: both;
    display: inline-block;
    float: left;
}

.banner.style-20 .horr .text-2 {
    float: right;
}

.text-hover {
    overflow: hidden;
}

.text-hover > span {
    position: relative;
    display: table;
    z-index: 1;
}

.horc .text-hover > span {
    margin-left: auto;
    margin-right: auto;
}

.horl .text-hover > span {
    float: left;
}

.horr .text-hover > span {
    float: right;
}

.text-hover span > span.hoverbg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}

.banner:hover .text-hover:not(.banner-btn) > span > span.hoverbg {
    width: 100%;
}

.banner-btn:hover span > span.hoverbg {
    width: 100%;
}

.text-hover span > span.hoverbg {
    transition: all 0s ease 0s;
}

.text-hover span > span.text {
    transition: color 0.2s ease 0s;
}

.text-hoverslide {
    overflow: hidden;
}

.text-hoverslide > span {
    position: relative;
    display: table;
    z-index: 1;
}

.horc .text-hoverslide > span {
    margin-left: auto;
    margin-right: auto;
}

.horl .text-hoverslide > span {
    float: left;
}

.horr .text-hoverslide > span {
    float: right;
}

.text-hoverslide span > span.hoverbg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}

.banner:hover .text-hoverslide:not(.banner-btn) > span > span.hoverbg {
    width: 100%;
}

.text-hoverslide span > span.hoverbg {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

.text-hoverslide span > span.text {
    transition: color 0.2s ease 0s;
    position: relative;
    z-index: 1;
}

.table-view {
    display: table;
}

.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.banner .banner-caption {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    z-index: 10;
    transition: opacity 0.2s ease;
}

.banner .banner-caption > span {
    display: table-cell;
    vertical-align: middle;
    padding: 10%;
}

.banner .banner-caption.vertm .vert {
    vertical-align: middle;
}

.banner .banner-caption.vertt .vert {
    vertical-align: top;
}

.banner .banner-caption.vertb .vert {
    vertical-align: bottom;
}

.banner .banner-caption.horl {
    text-align: left;
}

.banner .banner-caption.horc {
    text-align: center;
}

.banner .banner-caption.horr {
    text-align: right;
}

#output {
    min-height: 300px;
}

.banner-btn {
    display: table;
    float: left;
}

.horc .banner-btn {
    margin: 0 auto;
    float: none;
}

.horr .banner-btn {
    float: right;
}

.banner-btn-wrap,
.banner-btn-wrap:hover,
.banner-btn-wrap:focus,
.banner-btn-wrap:active {
    display: table;
    float: left;
    text-decoration: none;
}

.banner-btn-wrap .banner-btn,
.banner-btn-wrap:hover .banner-btn,
.banner-btn-wrap:focus .banner-btn,
.banner-btn-wrap:active .banner-btn {
    float: none;
}

.horc .banner-btn-wrap,
.horc .banner-btn {
    margin: 0 auto;
    float: none;
}

.horr .banner-btn-wrap,
.horr .banner-btn {
    float: right;
}

.banners-with-pad {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media screen and (max-width: 991px) {
    .banners-with-pad {
        margin-bottom: 30px;
    }
}

.banners-with-pad .banner {
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .banners-with-pad .banner {
        margin-bottom: 30px;
    }
}

.banners-with-pad .banner.image-hover-scale img {
    vertical-align: top;
}

/* 3.12 Instagram
-----------------------------------------------------------------*/
.instagramm-feed {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% + 10px);
    margin: 20px 0 0 -10px;
}

.instagramm-feed a {
    float: left;
    width: calc(33.33333% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}

.instagramm-feed a > a {
    display: block;
    overflow: hidden;
}

.instagramm-feed a img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}

.instagramm-feed a:hover {
    background-color: #000;
}

.instagramm-feed a:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.instagramm-feed a > img {
    width: 100%;
}

.instagramm-title {
    font-size: 58px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 4vw;
    text-indent: 4vw;
    color: #ddd;
    background-color: #f1f1f1;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .instagramm-title {
        font-size: 38px;
        padding: 25px 0;
        letter-spacing: 2vw;
        text-indent: 2vw;
    }
}

.instagramm-feed-full {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0;
    background: #000;
    overflow: hidden;
    white-space: nowrap;
}

.instagramm-feed-full a {
    display: inline-block;
    width: 10%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.instagramm-feed-full a:hover {
    opacity: 0.65;
}

.instagramm-feed-full a > img {
    width: 100%;
}

.instagramm-feed-full .slick-prev,
.instagramm-feed-full .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagramm-feed-full .slick-prev:hover,
.instagramm-feed-full .slick-next:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.instagramm-feed-full .slick-prev:before,
.instagramm-feed-full .slick-next:before {
    font-size: 38px;
    color: #333745;
    opacity: 1;
}

.instagramm-feed-full .slick-prev:hover:before,
.instagramm-feed-full .slick-next:hover:before {
    color: #fff;
    opacity: 1;
}

.instagramm-feed-full .slick-prev {
    left: 0;
    right: auto;
}

.instagramm-feed-full .slick-prev:before {
    margin-left: -5px;
}

.instagramm-feed-full .slick-next {
    right: 0;
    left: auto;
}

.instagramm-feed-full .slick-next:before {
    margin-left: 5px;
}

/* 3.13 Persons block
-----------------------------------------------------------------*/
.person {
    margin-bottom: 50px;
    color: #333745;
}

@media screen and (max-width: 991px) {
    .person {
        margin-bottom: 30px;
    }
}

.person .person-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.person .person-photo > a {
    display: block;
    overflow: hidden;
}

.person .person-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}

.person .person-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.person .person-photo img {
    width: 100%;
}

.person .person-info {
    padding: 40px 0 20px;
}

.person .person-info p {
    font-size: 17px;
    line-height: 20px;
}

.person .person-name {
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.person .person-name a {
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.person .person-name a:hover {
    color: #f82e56;
}

.person .person-subname {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 10px;
}

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

.person .person-links a {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    font-size: 20px;
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.person .person-links a:hover {
    color: #f82e56;
}

/* 3.14 Shopping cart page
-----------------------------------------------------------------*/
.cart-table {
    background: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cart-table {
        margin-bottom: 30px;
    }
}

.cart-table .table-header,
.cart-table .table-row {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
}

.cart-table .table-header > div,
.cart-table .table-row > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.cart-table .table-row {
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0;
    margin-bottom: 5px;
}

.cart-table .table-row > div {
    border-left: 1px solid #f0f0f0;
}

.cart-table .table-row > div:first-child {
    border-left: none;
}

.cart-table .table-header {
    font-size: 17px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #9d9d9d;
}

.cart-table .table-footer {
    padding: 20px 0 15px;
    display: table;
    width: 100%;
}

.cart-table .table-footer .btn {
    margin: 0 12px 15px;
}

.cart-table .table-footer .btn:first-child {
    margin-left: 24px;
}

.cart-table .table-footer .btn:first-child + .btn {
    margin-right: 24px;
}

.cart-table .photo {
    width: 100px;
}

.cart-table .name {
}

.cart-table .price,
.cart-table .qty,
.cart-table .subtotal {
    width: 10%;
}

.cart-table .remove,
.cart-table .continue {
    width: 6%;
}

.cart-table .table-row .photo {
    width: 100px;
    text-align: center;
}

.cart-table .table-row .photo img {
    width: auto;
    max-width: 60px;
}

.cart-table .table-row .name {
    padding: 0 20px;
}

.cart-table .table-row .name small {
    color: #333745;
    font-size: 0.8em;
    font-weight: 400;
}

.cart-table .table-row .name,
.cart-table .table-row name a,
.cart-table .table-row .price,
.cart-table .table-row .subtotal {
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.cart-table .table-row name a:hover {
    color: #f82e56;
    text-decoration: underline;
}

.cart-table .table-row .price,
.cart-table .table-row .subtotal {
    text-align: center;
}

.cart-table .table-row .qty {
    text-align: center;
}

.cart-table .table-row .qty input[type="text"] {
    background-color: transparent;
    border: 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    color: #f82e56;
}

.cart-table .table-row .remove {
    text-align: center;
}

.cart-table .table-row .remove a {
    font-size: 20px;
    line-height: 1em;
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.cart-table .table-row .remove a:hover {
    color: #f82e56;
}

.cart-table .table-row .continue {
    text-align: center;
}

.cart-table .table-row .continue a {
    font-size: 20px;
    line-height: 1em;
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.cart-table .table-row .continue a:hover {
    color: #f82e56;
}

.cart-table .table-row .continue span,
.cart-table .table-row .remove span {
    display: none;
}

.total-price {
    border: 0;
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
    max-width: 400px;
    float: right;
    background-color: transparent;
    font-size: 17px;
    line-height: 1.7em;
    color: #333745;
    font-weight: bold;
}

.total-price td {
    width: 50%;
    padding: 0 0 0 10px;
    text-align: right;
}

.total-price .total {
    font-size: 20px;
    color: #f82e56;
}

.cart-action {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    clear: both;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 10px;
}

.cart-action .btn {
    margin-bottom: 10px;
}

.cart-action a {
    font-size: 17px;
    line-height: 1.2em;
    color: #f82e56;
    text-decoration: none;
}

.cart-action a:hover {
    text-decoration: underline;
}

.total-wrapper {
    float: right;
}

@media screen and (max-width: 1199px) {
    .cart-table .table-row .photo {
        padding: 0 20px;
    }

    .cart-table .table-header {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .total-wrapper {
        float: none;
    }

    .cart-table {
        margin-bottom: 15px;
    }

    .cart-table .table-header {
        padding: 10px 0;
        font-size: 14px;
    }

    .cart-table .table-row .photo {
        padding: 0 10px;
    }

    .cart-table .table-row .name {
        padding: 0 10px;
    }

    .cart-table .table-row .name,
    .cart-table .table-row name a,
    .cart-table .table-row .price,
    .cart-table .table-row .subtotal {
        font-size: 15px;
        line-height: 18px;
    }

    .cart-table .table-row .qty input[type="text"] {
        font-size: 15px;
        line-height: 18px;
    }

    .cart-table .table-footer .btn {
        margin-right: 10px;
    }

    .cart-table .price,
    .cart-table .qty,
    .cart-table .subtotal {
        width: 17%;
    }

    .cart-table .name {
        width: 35%;
    }

    .table-header {
        font-size: 15px;
    }
}

@media screen and (max-width: 667px) {
    .cart-table .table-row .photo {
        padding: 0 20px;
    }

    .cart-table .table-header {
        padding: 10px 0;
        font-size: 14px;
    }

    .cart-table .table-row .name {
        padding: 0 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 667px) {
    .cart-table .table-row {
        border-bottom-width: 1px;
        border-top: 0;
    }

    .cart-table .table-header {
        display: none;
    }

    .cart-table .table-row {
        display: block;
        overflow: hidden;
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .cart-table .table-row .photo {
        display: block;
        width: 25%;
        float: left;
        padding: 0 10px;
    }

    .cart-table .table-row .name {
        display: block;
        float: left;
        width: 40%;
        padding: 20px 0;
    }

    .cart-table.wishlist .table-row .name {
        padding: 50px 0 20px;
    }

    .cart-table .table-row .remove {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 15px;
        width: auto;
    }

    .cart-table .table-row .continue {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px 15px;
        width: auto;
    }

    .cart-table .table-row .continue span,
    .cart-table .table-row .remove span {
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        padding-right: 8px;
    }

    .cart-table .table-row .continue i.icon,
    .cart-table .table-row .remove i.icon {
        vertical-align: bottom;
        font-size: 20px;
    }

    .cart-table .table-row > div {
        border-left: none;
    }

    .cart-table .qty,
    .cart-table .price,
    .cart-table .subtotal {
        display: block;
        position: absolute;
        width: 33.33333%;
        bottom: 10px;
        left: 0;
    }

    .cart-table .subtotal {
        left: auto;
        right: 0;
        padding: 0 10px;
    }

    .cart-table .qty {
        left: 33.33333%;
    }

    .cart-table .table-footer .btn {
        margin: 0 15px 15px;
        width: calc(100% - 30px);
        max-width: 300px;
        float: none !important;
    }

    .cart-table .table-footer .btn:first-child {
        margin-left: 15px;
    }

    .cart-table .table-footer .btn:first-child + .btn {
        margin-right: 15px;
    }

    .cart-table .table-footer {
        padding: 10px 0 0;
        text-align: center;
    }
}

/* 3.15 404 & empty cart page
-----------------------------------------------------------------*/
.page_404 {
    text-align: center;
    background: url('../images/404-bg.jpg') no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-404 {
    position: absolute;
    left: 0;
    top: 40%;
    display: inline-block;
    width: 100%;
    height: calc(2vw + 20px);
    font-size: calc(1vw + 20px);
    line-height: calc(2vw + 20px);
    font-weight: bold;
    background: #f7f7f7;
    color: #d1d1d1;
    text-transform: uppercase;
}

.page_404 .btn,
.empty-cart .btn,
.empty-category .btn {
    padding: 0.75vw calc(0.5vw + 10px);
    height: calc(2.8vw + 10px);
    font-size: calc(0.8vw + 10px);
    line-height: 1.4em;
    margin-bottom: 150px;
}

.image-404 {
    margin-top: 4vh;
    position: relative;
    display: inline-block;
}

.image-404 img {
    max-width: 100%;
}

.empty-cart,
.empty-category {
    text-align: center;
    background: url('../images/empty-cart-bg.jpg') no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-empty-cart {
    margin-top: 10vh;
    margin-bottom: 2vh;
    position: relative;
    display: inline-block;
}

.image-empty-cart img {
    max-width: 500px;
    width: 100%;
}

.text-empty-cart-1,
.text-empty-cart-2 {
    position: absolute;
    left: 0;
    top: 12%;
    display: inline-block;
    width: 100%;
    padding-left: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 41px;
    line-height: 1em;
    font-weight: bold;
    color: #d1d1d1;
    text-transform: uppercase;
}

.text-empty-cart-2 {
    left: 0;
    top: 33%;
    padding-left: 0;
    font-size: 71px;
}

@media screen and (max-width: 500px) {
    .text-empty-cart-1 {
        font-size: 7vw;
    }

    .text-empty-cart-2 {
        font-size: 12vw;
    }
}

.image-empty-category {
    margin-top: 10vh;
    margin-bottom: 2vh;
    position: relative;
    display: inline-block;
}

.image-empty-category img {
    max-width: 590px;
    width: 100%;
}

.text-empty-category-1,
.text-empty-category-2 {
    position: absolute;
    left: 0;
    top: 2%;
    display: inline-block;
    width: 100%;
    font-size: 33px;
    line-height: 1em;
    font-weight: 700;
    color: #d1d1d1;
    text-transform: uppercase;
}

.text-empty-category-2 {
    left: 0;
    top: auto;
    bottom: 12%;
    font-size: 20px;
    text-transform: none;
}

@media screen and (max-width: 590px) {
    .text-empty-category-1 {
        font-size: 5vw;
    }

    .text-empty-category-2 {
        font-size: 3.5vw;
    }
}

/* 3.16 Gallery
-----------------------------------------------------------------*/
.gallery-wrapper {
    margin-bottom: 50px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .gallery-wrapper {
        margin-bottom: 30px;
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gallery-item .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-item .caption {
    padding: 5%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item .caption::before,
.gallery-item .caption::after {
    pointer-events: none;
}

.gallery-item .caption,
.gallery-item .caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-item .caption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.gallery-item.effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}

.gallery-item.effect > a {
    display: block;
    overflow: hidden;
}

.gallery-item.effect img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}

.gallery-item.effect:hover {
    background-color: #000;
}

.gallery-item.effect:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.gallery-item.effect img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item.effect .caption {
    text-align: left;
}

.gallery-item .link {
    position: absolute;
    bottom: 5%;
    right: 5%;
    opacity: 0;
}

.gallery-item .link a {
    display: inline-block;
    width: calc(20px + 2.5vw);
    height: calc(20px + 2.5vw);
    margin-left: 0.45em;
    background-color: #fff;
    font-size: calc(10px + 1vw);
    color: #333745;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.gallery-item .link a i.icon {
    padding: 0.7em 0 0;
}

.gallery-item .link a:hover {
    color: #fff;
    background-color: #f82e56;
}

body.touch .gallery-item.effect .link,
.gallery-item.effect:hover .link {
    opacity: 1;
}

.gallery-item.effect .title {
    font-size: 4.3vw;
    line-height: 1.35em;
    margin-bottom: 0.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: none;
}

.gallery-item.effect .text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.45s ease-out 0.1s;
    transition: max-height 0.45s ease-out;
}

.gallery-item.effect:hover .text {
    max-height: 300px;
    -webkit-transition: max-height 1s ease-out 0.1s;
    transition: max-height 1s ease-out;
}

.gallery-item.effect p {
    display: inline-block;
    margin: 0 0 -0.3em;
    padding: 1em 0.8em;
    background: #fff;
    color: #333745;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: calc(7px + 0.8vw);
    line-height: 1em;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: opacity 0s ease, -webkit-transform 0s ease;
    -webkit-transform: translate3d(-150%, 0, 0);
    -moz-transform: translate3d(-150%, 0, 0);
    -ms-transform: translate3d(-150%, 0, 0);

    /* note that you have @transform here */
    -o-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.gallery-item.effect p:nth-of-type(2) {
    margin-left: 1.5em;
}

.gallery-item.effect p:nth-of-type(3) {
    margin-left: 3em;
}

.gallery-item.effect:hover p:first-child {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery-item.effect:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery-item.effect:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery-item.effect:hover p {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, transform 0.35s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filters {
    margin: 0;
    padding: 10px 0 30px;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .filters {
        padding: 5px 0 15px;
    }
}

.filters li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
}

.filters li span {
    padding: 0 15px;
    display: inline-block;
    vertical-align: sub;
}

.filters li a {
    color: #333745;
    font-size: 24px;
    line-height: 1.75em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    align-content: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.filters li a:hover,
.filters li a.active {
    color: #f82e56;
    text-decoration: none;
}

.filters li:last-child span {
    display: none;
}

.filters.style2 {
    margin: 0 0 30px;
    padding: 10px 0 30px;
}

@media screen and (max-width: 991px) {
    .filters.style2 {
        padding: 5px 0 15px;
    }
}

.filters.style2 li {
    margin: 0 8px;
    position: relative;
    vertical-align: top;
}

.filters.style2 li a {
    display: block;
    padding: 10px 15px;
    line-height: 1.353em;
    text-transform: uppercase;
    color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filters.style2 li a:hover,
.filters.style2 li a.active {
    color: #fff;
    background-color: #f82e56;
    text-decoration: none;
}

.filters.style2 li a:hover span.count,
.filters.style2 li a.active span.count {
    display: block;
}

.filters.style2 li a span.count {
    display: none;
    position: absolute;
    padding: 0 8px;
    top: -10px;
    right: -10px;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #333745;
}

/* gallery arrow */
button.mfp-arrow {
    opacity: 1;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

button.mfp-arrow:hover {
    background-color: #f82e56;
}

.mfp-arrow-right {
    margin-right: 5%;
}

.mfp-arrow-left {
    margin-left: 5%;
}

.mfp-arrow:active {
    margin-top: -20px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    font-size: 38px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    color: #f82e56;
}

.mfp-arrow-right:after {
    top: 0;
    border: 0;
    margin: 0 0 0 15px;
    font-family: 'icomoon-reg';
    content: "\e922";
    font-size: 30px;
    line-height: 38px;
    color: #f82e56;
}

.mfp-arrow-right:before {
    display: none;
}

.mfp-arrow-left:after {
    top: 0;
    border: 0;
    margin: 0 0 0 12px;
    font-family: 'icomoon-reg';
    content: "\e923";
    font-size: 30px;
    line-height: 38px;
    color: #f82e56;
}

.mfp-arrow-left:before {
    display: none;
}

.mfp-arrow-left:hover:after,
.mfp-arrow-right:hover:after {
    color: #ffffff;
}

.gallery.simple .gallery-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.gallery.simple .gallery-item.isvisible {
    visibility: visible;
    opacity: 1;
}

/* 3.17 Coming soon page
-----------------------------------------------------------------*/
.coming-soon,
.page-main > .block.coming-soon:first-child {
    padding: 15px 0 50px;
}

.coming-soon {
    display: table;
    width: 100%;
    text-align: center;
    background: url('empty-cart-bg.jpg') no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coming-soon > .container {
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .countdown-squared {
    margin-bottom: 85px;
}

.coming-soon .logo {
    text-align: center;
    margin-bottom: 20px;
}

.coming-soon .logo a {
    display: inline-block;
}

.coming-soon .title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2em;
    color: #333745;
    font-weight: 700;
    text-transform: uppercase;
}

.coming-soon .wrapper-form {
    text-align: left;
}

.coming-soon .wrapper-form h3 {
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.coming-soon .wrapper-form .left-col,
.coming-soon .wrapper-form .right-col {
    float: left;
    width: calc(50% - 35px);
}

.coming-soon .wrapper-form .left-col {
    text-align: right;
}

.coming-soon .wrapper-form .left-col button {
    margin-right: 10px;
}

.coming-soon .wrapper-form .left-col input[type=text] {
    float: right;
}

.coming-soon .wrapper-form .left-col h3 {
    color: #333745;
}

.coming-soon .wrapper-form .right-col {
    float: right;
}

.coming-soon .wrapper-form .right-col button {
    margin-left: 10px;
}

.coming-soon .wrapper-form .right-col h3 {
    color: #f82e56;
}

.coming-soon .wrapper-form .center-col {
    float: left;
    width: 70px;
    padding-top: 67px;
    text-align: center;
}

.coming-soon .wrapper-form .center-col a {
    color: #ecd119;
    text-decoration: none;
    font-size: 33px;
}

.coming-soon .wrapper-form .center-col a:hover {
    color: #f82e56;
}

.coming-soon .wrapper-form input[type=text],
.coming-soon .wrapper-form input[type=password] {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.coming-soon .wrapper-form button {
    display: inline-block;
    vertical-align: top;
}

.coming-soon .wrapper-form form .text-right {
    clear: both;
}

footer.variant3 .after-footer.topnull {
    margin-top: 0;
}

.logo.logo-svg svg {
    fill: #f82e56;
    width: 270px;
    height: auto;
}

@media screen and (max-width: 1399px) {
    .coming-soon .wrapper-form input[type=text],
    .coming-soon .wrapper-form input[type=password] {
        width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .coming-soon .wrapper-form input[type=text],
    .coming-soon .wrapper-form input[type=password] {
        width: 100%;
        float: none;
    }

    .coming-soon .wrapper-form .left-col button,
    .coming-soon .wrapper-form .right-col button {
        float: none;
        margin: 0;
    }
}

@media screen and (max-width: 667px) {
    .coming-soon .wrapper-form .left-col,
    .coming-soon .wrapper-form .right-col,
    .coming-soon .wrapper-form .center-col {
        float: none;
        text-align: center;
        margin-bottom: 35px;
        padding-top: 0;
        width: 100%;
    }

    .coming-soon .wrapper-form h3 {
        padding-bottom: 15px;
    }

    .coming-soon .countdown-squared {
        margin-bottom: 45px;
    }
}

/* 3.18 News block
-----------------------------------------------------------------*/
.news-item .news-date {
    font-size: 12px;
    line-height: 1.1em;
    padding-bottom: 6px;
}

.news-item .news-title,
.news-item h4.news-title {
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
}

.news-item .news-title a,
.news-item h4.news-title a {
    color: #fff;
}

.news-carousel .slick-dots {
    bottom: -20px;
}

.news-carousel .news-item {
    padding-left: 1px;
}

@media screen and (max-width: 991px) {
    .news-carousel {
        margin-bottom: 45px;
    }
}

/* 4 Typography
-----------------------------------------------------------------*/
/* 4.1 Typography main
-----------------------------------------------------------------*/
body,
html {
    /* text smoothing */
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

a:focus,
a:hover,
a:active {
    outline: 0px !important;
}

a,
a:focus,
a:active {
    text-decoration: none;
}

a:focus,
a:active {
    text-decoration: none;
}

#wrapper {
    /* text smoothing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* dividers */
.divider {
    height: 35px;
}

.divider:before,
.divider:after {
    content: " ";
    display: table;
}

.divider:after {
    clear: both;
}

.divider:before,
.divider:after {
    content: " ";
    display: table;
}

.divider:after {
    clear: both;
}

.divider-sm {
    height: 20px;
}

.line-divider {
    width: 100px;
    height: 0;
    margin: 15px auto 25px;
    border-bottom: 1px solid #e8e8e8;
}

.line-divider:before,
.line-divider:after {
    content: " ";
    display: table;
}

.line-divider:after {
    clear: both;
}

.line-divider:before,
.line-divider:after {
    content: " ";
    display: table;
}

.line-divider:after {
    clear: both;
}

h1,
.h1-style {
    font-size: 30px;
    line-height: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0;
    color: #333745;
}

h2,
.h2-style {
    font-size: 24px;
    line-height: 1.75em;
    padding: 0 0 2px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #333745;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0 0 5px 0;
    color: #333745;
}

h3 i.icon {
    padding-right: 5px;
}

h1.no-line,
h2.no-line {
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
}

h1.h-bg,
h2.h-bg {
    display: inline-block;
    color: #ffffff;
    background-color: #333745;
    padding: 0 15px;
    margin: 0;
    border: 0;
}

h4 {
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}

h4 i.icon {
    padding-right: 5px;
}

h5 {
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}

h5 i.icon {
    padding-right: 5px;
}

h6 {
    font-size: 11px;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}

h6 i.icon {
    padding-right: 5px;
}

.title {
    position: relative;
}

.title.center h1,
.title.center h2 {
    font-size: 26px;
    line-height: 1.75em;
    text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border: 0;
    position: relative;
    text-align: center;
}

.title.center h1:after,
.title.center h2:after {
    content: '';
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    margin-left: -50px;
    background: #e8e8e8;
}

.title.center h1:after,
.title.center h2:after {
    bottom: 18px;
}

h1.size-lg,
.title.center h1.size-lg {
    font-size: 42px;
    line-height: 1.6em;
}

h1.size-lg .logo-font,
.title.center h1.size-lg .logo-font {
    font-size: 1.6em;
    font-weight: 900;
    text-transform: none;
}

h2.size-lg,
.title.center h2.size-lg {
    font-size: 30px;
    line-height: 1.6em;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 25.5px;
    }

    h2 {
        font-size: 18px;
    }

    h1.h-bg,
    h2.h-bg {
        line-height: 1.5em;
        padding-top: 3px;
    }

    .title.center h1,
    .title.center h2 {
        font-size: 25.5px;
        line-height: 1.75em;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }

    .title.center h1:after,
    .title.center h2:after {
        bottom: 14px;
    }

    h1.size-lg,
    .title.center h1.size-lg {
        font-size: 36px;
    }

    h2.size-lg,
    .title.center h2.size-lg {
        font-size: 24px;
    }
}

a.readmore {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #f82e56;
}

a.readmore:hover {
    color: #333745;
}

a.readmore:after {
    font-family: 'icomoon-reg';
    content: "\e91f";
    font-size: 13px;
    text-decoration: none;
    padding-left: 4px;
}

.text-center .img-responsive {
    display: inline-block;
}

object,
video,
embed {
    height: auto;
    max-width: 100%;
}

.logo-font {
    font-family: 'Raleway', sans-serif;
}

.custom-color {
    color: #f82e56;
}

.custom-color-alt {
    color: #333745;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.text-wrapper {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .text-wrapper {
        margin-bottom: 30px;
    }
}

.text-lg p {
    font-size: 16.99995px;
    font-weight: bold;
    color: #333745;
}

.text-lg p:first-child:first-letter {
    display: inline-block;
    font-size: 2.411em;
    line-height: 0.658em;
    vertical-align: top;
    text-transform: uppercase;
    color: #f82e56;
}

.marker {
    background: #f82e56;
    color: #ffffff;
    padding: 0 0.2em;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

/* marker list */
ul.marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.marker-list li,
ul.marker-list li a {
    color: #333745;
}

ul.marker-list li a {
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 12px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.marker-list li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background-color: #e4e4e4;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.marker-list li a:hover {
    color: #f82e56;
    text-decoration: none;
}

ul.marker-list li {
    font-size: 16px;
    line-height: 20px;
}

ul.marker-list li a:hover {
    padding-left: 20px;
    margin-right: -8px;
}

ul.marker-list li a:hover:before {
    top: 12px;
    width: 10px;
    height: 4px;
    background-color: #f82e56;
}

ul.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.simple-list li a {
    color: #f82e56;
}

ul.simple-list li {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
    color: #333745;
}

ul.simple-list i.icon {
    display: inline-block;
    vertical-align: inherit;
    font-size: 13px;
    color: #f82e56;
    margin: 0 10px 0 0;
}

ul.marker-simple-list {
    padding: 10px 0 20px;
    margin: 0;
    list-style: none;
}

ul.marker-simple-list li a {
    color: #f82e56;
}

ul.marker-simple-list li {
    position: relative;
    padding: 0 0 7px 0;
    font-size: 17px;
    line-height: 20px;
    color: #333745;
}

ul.marker-simple-list li:before {
    margin-right: 9px;
    font-family: 'icomoon-reg';
    font-size: 12px;
    line-height: 21px;
    content: "\e951";
    color: #f82e56;
}

@media screen and (min-width: 480px) {
    .two-columns,
    .three-columns {
        display: table-cell;
    }

    .two-columns li,
    .three-columns li {
        margin-right: 30px;
    }

    .two-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .three-columns {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

/* blockquote */
.blockquote {
    background: #ffffff;
    border-left: 4px solid #f82e56;
    padding: 20px 30px;
    font-size: 17px;
    line-height: 26px;
    font-style: italic;
}

.info-block {
    margin-bottom: 50px;
    color: #333745;
}

@media screen and (max-width: 991px) {
    .info-block {
        margin-bottom: 30px;
    }
}

.info-block p:last-child {
    margin-bottom: 0;
}

.info-block:after,
.info-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #eeeeee;
    border-left: 4px solid #f82e56;
}

.info-block:after {
    margin-top: 20px;
}

.info-block:before {
    margin-bottom: 20px;
}

.info-block p:first-child:first-letter {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 4px 0 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f82e56;
    color: #fff;
}

/* simple social list */
ul.social-list-simple {
    margin: 0;
    padding: 0;
}

ul.social-list-simple li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 7px 0;
}

ul.social-list-simple li a {
    display: block;
    padding: 0 6px;
    font-size: 22px;
    line-height: 35px;
    color: #333745;
    text-decoration: none;
}

ul.social-list-simple li a:hover {
    color: #f82e56;
}

ul.social-list-simple.small li {
    margin: 2px 2px 2px 0;
}

ul.social-list-simple.small li a {
    display: block;
    padding: 0 6px;
    font-size: 17px;
    line-height: 25px;
}

/* tags list */
ul.tags {
    margin: 0;
    padding: 0;
}

ul.tags li {
    display: inline-block;
    margin: 0 3px 7px 0;
}

ul.tags li a {
    display: block;
    text-decoration: none;
}

ul.tags li span.value {
    display: inline-block;
}

ul.tags li span.value span,
ul.tags li span.value a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

ul.tags li span.value span:before,
ul.tags li span.value a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    background-color: #f82e56;
}

ul.tags li span.value:hover span:before,
ul.tags li span.value:hover a:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

ul.tags li span.value span,
ul.tags li span.value span:before,
ul.tags li span.value a,
ul.tags li span.value a:before {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

ul.tags li span.value span {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 17px;
    background: #333745;
    color: #ffffff;
}

ul.tags li span.clear {
    display: none;
}

ul.tags li.active span.value span {
    background: #f82e56;
}

ul.tags li.active span.clear {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #f82e56;
}

ul.tags li.active span.clear:before {
    font-family: 'icomoon-reg';
    content: "\e933";
    font-size: 16px;
    line-height: 18px;
}

ul.tags li.active span.clear:hover {
    color: #333745;
}

@media screen and (max-width: 767px) {
    ul.tags li span.value span {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    ul.tags li.active span.clear {
        padding: 3px 0 0 3px;
    }
}

/* helper classes */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Video */
.videocontainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.videocontainer video {
    width: 100%    !important;
    height: auto   !important;
}

/* icons set */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    font-size: inherit;
}

/* address block */
.address-block {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.address-block.last {
    padding-bottom: 0;
    border-bottom: none;
}

/* google map */
.google-map {
    width: 100%;
    height: 470px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .google-map {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .google-map {
        width: 100%;
        height: 370px;
    }
}

@media screen and (max-width: 991px) {
    .google-map {
        width: 100%;
        height: 270px;
    }
}

/* table */
table.table {
    margin-bottom: 30px;
}

.params-row {
    margin: 0;
    padding: 0;
    list-style: none;
}

.params-row li {
    min-width: 50px;
    display: inline-block;
    text-align: center;
}

.white-card {
    background: #ffffff;
    padding: 30px 25px;
    margin-bottom: 50px;
    color: #333745;
}

@media screen and (max-width: 991px) {
    .white-card {
        margin-bottom: 30px;
    }
}

body.touch .dark-tooltip {
    display: none !important;
}

/* avoid adblock hide social  */
body .page-footer .footer-social,
.page-footer .footer-social ul.footer-social,
a.sharing .icon-share,
.product-item-actions ul.social-list,
.product-item.large .social-list a,
ul.social-list-simple.small li a,
ul.social-list-simple.small li a.icon-facebook-logo,
ul.social-list-simple li a,
ul.social-list-simple li a.icon-facebook-logo,
.product-info-block div.social,
.product-info-block div.share-button ul.social-list,
.product-info-block div.share-button ul.social-list a,
.blog-meta div.share-button ul.social-list,
.blog-meta div.share-button ul.social-list a {
    display: block !important;
}

.product-info-block div.share-button,
.blog-meta div.share-button,
.product-item-actions a.sharing .icon-share,
body .page-footer .footer-social i.icon.icon-circled {
    display: inline-block !important;
}

/* 4.2 Buttons
-----------------------------------------------------------------*/
button:focus,
.btn:focus,
.btn-primary:focus,
button.action:focus,
button:active:focus,
.btn:active:focus,
.btn-primary:active:focus,
button.action:active:focus,
button.active:focus,
.btn.active:focus,
.btn-primary.active:focus,
button.action.active:focus,
button.focus,
.btn.focus,
.btn-primary.focus,
button.action.focus,
button:active.focus,
.btn:active.focus,
.btn-primary:active.focus,
button.action:active.focus,
button.active.focus,
.btn.active.focus,
.btn-primary.active.focus,
button.action.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:hover,
.btn:hover,
.btn-primary:hover,
button.action:hover,
button:focus,
.btn:focus,
.btn-primary:focus,
button.action:focus,
button.focus,
.btn.focus,
.btn-primary.focus,
button.action.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:active,
.btn:active,
.btn-primary:active,
button.action:active,
button.active,
.btn.active,
.btn-primary.active,
button.action.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.pull-right,
.btn.pull-right,
.btn-primary.pull-right,
button.action.pull-right {
    margin-right: 10px;
}

.btn,
.btn-primary,
button.action {
    height: 41px;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 41px;
    border-radius: 0;
    border: 1px solid #f82e56;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}

.btn,
.btn-primary,
button.action,
.btn.focus,
.btn-primary.focus,
button.action.focus,
.btn:focus,
.btn-primary:focus,
button.action:focus,
.btn:active,
.btn-primary:active,
button.action:active {
    background-color: #f82e56;
    color: #fff;
    border-color: #f82e56;
}

.btn:hover,
.btn-primary:hover,
button.action:hover,
.btn:hover i.fa {
    background-color: transparent;
    color: #f82e56;
    border-color: #f82e56;
}

.btn.btn-invert,
.btn-primary.btn-invert,
button.action.btn-invert,
.btn.btn-invert:active,
.btn-primary.btn-invert:active,
button.action.btn-invert:active,
.btn.btn-invert.focus,
.btn-primary.btn-invert.focus,
button.action.btn-invert.focus,
.btn.btn-invert:focus,
.btn-primary.btn-invert:focus,
button.action.btn-invert:focus {
    background-color: transparent;
    color: #f82e56;
}

.btn.btn-invert:hover,
.btn-primary.btn-invert:hover,
button.action.btn-invert:hover {
    background-color: #f82e56;
    color: #ffffff;
}

.btn i.icon,
.btn-primary i.icon,
button.action i.icon {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-right: 0.4em;
}

.btn i.icon:only-child,
.btn-primary i.icon:only-child,
button.action i.icon:only-child {
    font-size: 1.2em;
    margin-right: 0;
    vertical-align: baseline;
}

.btn span,
.btn-primary span,
button.action span {
    position: relative;
    top: 0;
    left: 0;
}

.btn-sm,
.btn-primary-sm,
button.action-sm {
    height: 34px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 34px;
}

.btn-sm i.icon,
.btn-primary-sm i.icon,
button.action-sm i.icon {
    line-height: 1em;
    margin-right: 0.3em;
}

@-moz-document url-prefix() {
    .btn-sm,
    .btn-group-sm > .btn {
        line-height: 25px;
    }
}

.btn-lg,
.btn-primary-lg,
button.action-lg {
    padding: 4px 25px 3px;
    font-size: 16.5px;
    height: auto;
    border-width: 1px;
}

.btn-xl,
.btn-primary-xl,
button.action-xl {
    padding: 15px 40px;
    font-size: 24px;
    height: auto;
    border-width: 2px;
}

.btn-xxl,
.btn-primary-xxl,
button.action-xxl {
    padding: 25px 50px;
    font-size: 28.995px;
    height: auto;
    border-width: 2px;
}

.btn-alt,
.btn-alt.focus,
.btn-alt:focus,
.btn-alt:active {
    background-color: #333745;
    border-color: #333745;
}

.btn-alt:hover {
    background-color: transparent;
    color: #333745;
    border-color: #333745;
}

.btn-alt.btn-invert,
.btn-alt.btn-invert:active,
.btn-alt.btn-invert.focus,
.btn-alt.btn-invert:focus {
    background-color: transparent;
    color: #333745;
}

.btn-alt.btn-invert:hover {
    background-color: #333745;
    color: #ffffff;
}

.btn.disabled i.spin {
    vertical-align: text-bottom;
    line-height: 1em;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    -webkit-transition: opacity 0.3s easy;
    -o-transition: opacity 0.3s easy;
    transition: opacity 0.3s easy;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn-center {
    text-align: center;
    margin-bottom: 30px;
}

button.close {
    -webkit-appearance: none;
}

.fixed-btns {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1006;
}

.fixed-btns.demo-mode {
    top: 100px;
    bottom: auto;
    padding: 50px 0 0;
}

body.edit-mode .fixed-btns {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-fixed-btn,
.buy-fixed-btn {
    position: relative;
    z-index: 101;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}

.top-fixed-btn:focus,
.buy-fixed-btn:focus {
    text-decoration: none;
}

.top-fixed-btn .icon,
.buy-fixed-btn .icon,
.top-fixed-btn i.icon:only-child,
.buy-fixed-btn i.icon:only-child {
    display: block;
    font-size: 26px;
    line-height: 48px;
}

.buy-fixed-btn {
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    white-space: normal;
}

.buy-fixed-btn .icon,
.buy-fixed-btn i.icon:only-child {
    font-size: 12px;
    line-height: 22px;
    display: block;
}

.top-fixed-btn,
.top-fixed-btn:focus {
    color: #fff;
    background: #333745;
    text-decoration: none;
}

.top-fixed-btn:hover {
    background: #f82e56;
    text-decoration: none;
}

.buy-fixed-btn,
.buy-fixed-btn:focus {
    color: #fff;
    background: #f82e56;
    text-decoration: none;
}

.buy-fixed-btn:hover {
    background: #f82e56;
    text-decoration: none;
}

.fixed-btns.demo-mode .top-fixed-btn:hover {
    background: #22242e;
}

.fixed-btns.demo-mode .buy-fixed-btn:hover {
    background: #f50837;
}

.back-to-top {
    opacity: .9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    opacity: 1;
    background-color: #f82e56;
}

.fixed-btns {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-btns.is-visible,
.fixed-btns.demo-mode {
    opacity: 1;
}

.fixed-btns.demo-mode:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333745;
}

.fixed-btns.demo-mode .top-fixed-btn {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.fixed-btns.demo-mode .top-fixed-btn.is-visible {
    opacity: 1;
    height: 50px;
}

@media screen and (max-width: 991px) {
    .fixed-btns {
        display: none;
    }
}

.back-to-top-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .back-to-top-mobile {
        display: block;
        height: 45px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        font-family: 'Raleway', sans-serif;
    }

    .back-to-top-mobile .icon {
        font-size: 22px;
        vertical-align: text-bottom;
        padding: 0 10px 0 0;
    }

    .back-to-top-mobile,
    .back-to-top-mobile:focus,
    .back-to-top-mobile:hover {
        color: #fff;
        background-color: #333745;
        text-decoration: none;
    }
}

/* 4.3 Tabs
-----------------------------------------------------------------*/
.tabaccordion .collapsing {
    -webkit-transition: none;
    transition: none;
}

.nav-tabs {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    overflow: hidden;
    border: 0;
}

.nav-tabs > li {
    position: relative;
}

.nav-tabs > li > a {
    display: block;
    margin: 5px 5px -5px 0;
    border-radius: 0;
    padding: 12px 20px 18px;
    border: 0;
    border-top: 2px solid #bcbcbc;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333745;
}

.nav-tabs > li > a:hover {
    border-color: #bcbcbc;
}

.nav-tabs > li.active:after,
.nav-tabs > li:hover:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: calc(100% - 5px);
    height: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    margin-top: 0;
    padding-top: 17px;
    background-color: #ffffff;
    border: 0;
    border-top: 2px solid #f82e56;
    color: #f82e56;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.tab-content {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    color: #191919;
}

@media screen and (max-width: 991px) {
    .tab-content {
        margin-bottom: 30px;
    }
}

.tab-content > .tab-pane {
    display: none;
    background-color: #ffffff;
    padding: 30px;
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.tab-content > .active {
    display: block;
}

.tab-content p {
    margin-bottom: 20px;
}

.tab-content form,
.tab-content form.white {
    margin-bottom: 0;
}

.tab-content ul.tags {
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .panel-group {
        margin-bottom: 30px;
    }
}

.panel-group.faq .panel {
    margin-bottom: 25px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group.faq .panel-heading {
    position: relative;
    min-height: 90px;
    margin-bottom: 10px;
    padding: 25px 30px;
    background: #ffffff;
}

.panel-group.faq .panel-heading .panel-title {
    padding-left: 90px;
    font-size: 25px;
    line-height: 40px;
    color: #333745;
    font-weight: 500;
    text-transform: none;
}

.panel-group.faq .panel-heading a,
.panel-group.faq .panel-heading a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
    transition: all 0.25 ease;
}

.panel-group.faq .panel-heading a > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    min-height: 90px;
    background: #333745;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 100;
}

.panel-group.faq .panel-heading a > span > i {
    display: block;
    position: relative;
    font-style: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.panel-group.faq .panel-heading a:not(.collapsed) > span.opened {
    display: none;
}

.panel-group.faq .panel-heading a > span.closed {
    padding-top: 3px;
}

.panel-group.faq .panel-heading a.collapsed > span.closed {
    display: none;
}

.panel-group.faq .panel-collapse {
    margin-top: 0;
    background: #ffffff;
}

.panel-group.faq .panel-body {
    color: #333745;
    border: 0;
    padding: 30px;
}

.panel-group.faq .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

@media screen and (max-width: 1199px) {
    .panel-group.faq .panel {
        margin-bottom: 20px;
    }

    .panel-group.faq .panel-heading {
        min-height: 70px;
        padding: 20px 25px;
    }

    .panel-group.faq .panel-heading .panel-title {
        padding-left: 70px;
        font-size: 20px;
        line-height: 30px;
    }

    .panel-group.faq .panel-heading a > span {
        width: 70px;
        min-height: 70px;
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .panel-group.faq .panel {
        margin-bottom: 15px;
    }

    .panel-group.faq .panel-heading {
        min-height: 50px;
        padding: 14px 15px;
    }

    .panel-group.faq .panel-heading .panel-title {
        padding-left: 50px;
        font-size: 18px;
        line-height: 22px;
    }

    .panel-group.faq .panel-heading a > span {
        width: 50px;
        min-height: 50px;
        font-size: 35px;
    }

    .panel-group.faq .panel-heading a > span.closed {
        padding-top: 1px;
    }
}

.tabaccordion .panel-default {
    border-color: #f7f7f7;
}

.tabaccordion .panel-default > .panel-heading {
    color: #333745;
    background-color: #ffffff;
    border-color: #f7f7f7;
}

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

.tabaccordion .panel-default > .panel-heading .badge {
    color: #ffffff;
    background-color: #333745;
}

.tabaccordion .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f7f7f7;
}

.tabaccordion .panel-heading {
    padding: 0;
}

.tabaccordion .panel-title {
    padding: 0;
}

.tabaccordion .panel-title a {
    padding: 20px 15px;
    display: block;
    border-top: 1px solid #e8e8e8;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5 ease;
    -o-transition: all 0.5 ease;
    transition: all 0.5 ease;
}

.tabaccordion .panel-title a:not(.collapsed) {
    color: #ffffff;
    background: #f82e56;
    border-color: #f82e56;
}

.tabaccordion .panel-group .panel:first-child .panel-title a {
    border: 0;
}

.tabaccordion .panel-group .panel + .panel {
    margin-top: 0;
    border: 0;
}

.tabaccordion .panel-body {
    color: #191919;
    padding: 20px 50px;
}

@media (max-width: 991px) {
    .tabaccordion .panel-body {
        padding: 20px 25px;
    }
}

@media (max-width: 767px) {
    .tabaccordion .panel-body {
        padding: 15px 20px;
    }
}

/* 4.4 Paginatiaon
-----------------------------------------------------------------*/
.pagination {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-bottom: 30px;
        float: none !important;
    }
}

.pagination > li {
    display: inline-block;
    margin-right: -1px;
}

.pagination > li a {
    min-width: 35px;
    text-align: center;
}

.pagination.pull-right > li {
    margin-left: -1px;
    margin-right: 0;
}

/* 4.5 List (contact)
-----------------------------------------------------------------*/
.contact-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .contact-list {
        margin-bottom: 30px;
    }
}

.contact-list li {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .contact-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -4px;
        padding-right: 15px;
    }
}

/* 4.6 List (services)
-----------------------------------------------------------------*/
.services-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .services-list {
        margin-bottom: 30px;
    }
}

.services-list li {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.services-list li:last-child {
    border-bottom: 0;
}

.services-list li:last-child {
    margin-bottom: 0;
}

.services-list .box-left-icon {
    margin-bottom: 20px;
}

.services-list .box-left-icon .box-text {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6f6f6f;
}

.services-list .box-left-icon .box-text .title {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333745;
    text-transform: none;
}

.services-list .box-left-icon .box-icon {
    width: 60px;
}

.services-list .box-left-icon .box-icon i.icon {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}

/* 4.7 Forms style
-----------------------------------------------------------------*/
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus,
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}

input,
textarea {
    border-radius: 0;
}

input[type=text],
input[type=password],
textarea,
.select-wrapper select,
.select-wrapper-sm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    font-size: 14px;
    font-weight: inherit;
    color: #333745;
}

.required,
.required-text {
    color: #f82e56;
}

.form-control {
    box-shadow: none !important;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    border-radius: 0;
    color: #333745;
}

.form-control.dashed {
    border: 2px dashed #d4d4d4;
}

.input-group-btn .btn i.icon {
    font-size: 19px;
    line-height: 39px;
    padding: 0 12px;
}

.checkbox-group {
    position: relative;
}

.checkbox-group input[type=checkbox] {
    display: none;
}

.checkbox-group label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 23px;
    font-weight: 400;
}

.checkbox-group label span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox-group label .box {
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #e9e9e9;
    height: 23px;
    width: 23px;
    z-index: 9;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    background: none;
}

.checkbox-group label .check {
    top: 5px;
    left: 8px;
    width: 6px;
    height: 10px;
    opacity: 0;
    z-index: 10;
    color: #f82e56;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-left: none;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.checkbox-group input[type=checkbox]:checked ~ label .box {
    border-color: #d4d4d4;
}

.checkbox-group input[type=checkbox]:checked ~ label .check {
    opacity: 1;
}

.radio {
    display: block;
    cursor: pointer;
    line-height: 23px;
    font-weight: 400;
    margin: 0 0 8px;
}

.radio input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.radio input:checked + .outer .inner {
    background-color: #f82e56;
    opacity: 1;
}

.radio input:checked + .outer {
    border-width: 2px;
    border-style: solid;
    border-color: #d4d4d4;
}

.radio .outer {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 2px 7px 0 0;
    border-width: 2px;
    border-style: solid;
    border-color: #e9e9e9;
    border-radius: 50%;
    background-color: #fff;
}

.radio .inner {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 6px;
    height: 6px;
    display: block;
    margin: 5px;
    border-radius: 50%;
    background-color: #f82e56;
    opacity: 0;
    position: relative;
}

.text-center > .radio .outer {
    float: none;
    margin: 0 auto;
}

/* form card */
.form-card {
    background: #ffffff;
    padding: 30px 25px;
    margin-bottom: 50px;
    color: #333745;
}

@media screen and (max-width: 991px) {
    .form-card {
        margin-bottom: 30px;
    }
}

.form-card p {
    margin-bottom: 20px;
}

.form-card h3 {
    font-size: 19px;
    line-height: 1.2em;
    text-transform: none;
    margin-bottom: 10px;
    text-align: center;
}

.form-card h4 {
    font-size: 19px;
    line-height: 1.2em;
    text-transform: none;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.form-card .back {
    color: #f82e56;
}

.form-card .back a {
    color: #f82e56;
}

.form-card .back a:hover {
    text-decoration: none;
}

.row-eq-height .form-card {
    height: 100%;
    position: relative;
}

/* contact form style */
form.white {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    form.white {
        margin-bottom: 30px;
    }
}

form.white .form-control {
    background-color: #fff;
    border-color: #e8e8e8;
    color: #333745;
}

form.white .form-control {
    margin-bottom: 12px;
}

form.white textarea {
    height: 125px;
}

form.white .btn {
    margin-top: 15px;
    margin-bottom: 5px;
}

form.white .input-group .form-control {
    margin-bottom: 0;
}

form.white .input-group-btn .btn {
    margin-top: 0;
    margin-bottom: 0;
}

label.error {
    display: block;
    clear: both;
    color: red;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#contactFormSuccess,
#contactFormError {
    display: none;
    font-weight: 400;
}

#contactFormError {
    color: red;
}

/* create account form style */
form.account-create .form-control {
    margin-bottom: 12px;
}

form.account-create .btn {
    margin-top: 20px;
    margin-bottom: 15px;
}

form.account-create .required-text {
    float: right;
    padding-top: 20px;
}

/* search result form style */
form.search-form {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 991px) {
    form.search-form {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}

/* qty-changer */
.qty-changer input[type="button"] {
    border: 0;
    background-color: #f7f7f7;
    color: #333745;
    cursor: pointer;
    width: 23px;
    height: 23px;
    -webkit-appearance: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

.qty-changer input[type="text"] {
    border: 0;
    width: 35px;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
}

.select-wrapper,
.select-wrapper-sm {
    position: relative;
}

.select-wrapper:before,
.select-wrapper-sm:before {
    content: '\e920';
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    font-family: 'icomoon-reg';
    font-size: 24px;
    line-height: 40px;
    pointer-events: none;
    color: #333745;
    text-align: center;
    background-color: #ffffff;
}

.select-wrapper select,
.select-wrapper-sm select {
    padding-right: 40px;
    background-color: #ffffff;
    color: #333745;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

.select-wrapper-sm:before {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
}

.select-wrapper-sm select {
    padding-right: 30px;
}

.form-card .select-wrapper select,
.form-card .select-wrapper-sm select,
.form-card .select-wrapper:before,
.form-card .select-wrapper-sm:before {
    background-color: #f7f7f7;
}

select.input-sm {
    line-height: 21px;
}

/* Firefox missing right border bug fix */
.range-slider {
    margin: 0 0 20px;
    width: 100%;
}

.range-slider-range {
    -webkit-appearance: none;
    display: inline-block !important;
    vertical-align: middle;
    width: calc(100% - 73px) !important;
    height: 6px;
    background: #ddd;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f82e56;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider-range::-webkit-slider-thumb:hover {
    background: #333745;
}

.range-slider-range:active::-webkit-slider-thumb {
    background: #333745;
}

.range-slider-range::-moz-range-thumb {
    border: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f82e56;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider-range::-moz-range-thumb:hover {
    background: #333745;
}

.range-slider-range:active::-moz-range-thumb {
    background: #333745;
}

.range-slider-value {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    color: #f82e56;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    background: #f7f7f7;
    padding: 5px 10px;
    margin-left: 8px;
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

/* 5 Components & Helpers
-----------------------------------------------------------------*/
/* 5.1 Dropdowns
-----------------------------------------------------------------*/
/* ------------------------*/
/*       Dropdown          */
/* ------------------------*/
.dropdown-link {
    position: relative;
}

.dropdown-link .dropdown-container {
    position: absolute;
    z-index: 1009;
    top: 40px;
    left: 0;
    right: auto;
    min-width: 50px;
    padding: 15px;
    background: #ffffff;
    list-style: none;
    border-bottom: 2px solid #f82e56;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    text-align: left;
}

.dropdown-link .dropdown-container:after,
.dropdown-link .dropdown-container:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-link .dropdown-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

.dropdown-link .dropdown-container:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #efefef;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-link .dropdown-container.right {
    left: auto;
    right: 0;
}

.dropdown-link .dropdown-container.right:after,
.dropdown-link .dropdown-container.right:before {
    right: 20px;
    left: auto;
}

@media screen and (min-width: 992px) {
    .dropdown-link .dropdown-container {
        top: -5000px;
    }

    .dropdown-link:hover > .dropdown-container {
        opacity: 1;
        visibility: visible;
        top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-link:not(.header-cart):hover > .dropdown-container {
        opacity: 1;
        visibility: visible;
    }

    .dropdown-link.header-cart.active > .dropdown-container {
        opacity: 1;
        visibility: visible;
    }
}

.dropdown-link.header-cart.variant-2 .dropdown-container:after,
.dropdown-link.header-cart.variant-2 .dropdown-container:before {
    display: none;
}

/* language*/
.header-language .dropdown-container {
    min-width: 92px;
    padding: 7px 10px;
    color: #191919;
}

.header-language .dropdown-container li.active {
    font-weight: bold;
}

.header-language .dropdown-container li a {
    color: #191919;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
}

.header-language .dropdown-container li a img {
    margin-right: 7px;
}

.header-language .dropdown-container li a:focus,
.header-language .dropdown-container li a:active {
    text-decoration: none;
}

.header-language .dropdown-container li a:hover {
    text-decoration: none;
    color: #f82e56;
}

/* currency*/
.header-currency .dropdown-container {
    min-width: 55px;
    padding: 7px 10px;
    color: #191919;
}

.header-currency .dropdown-container li.active {
    font-weight: bold;
}

.header-currency .dropdown-container li a {
    color: #191919;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
}

.header-currency .dropdown-container li a span.symbol {
    margin-right: 7px;
}

.header-currency .dropdown-container li a:hover {
    text-decoration: none;
    color: #f82e56;
}

/* account */
.header-account .dropdown-container {
    min-width: 100px;
    padding: 20px;
    color: #8f8f8f;
}

.header-account .dropdown-container .title {
    font-size: 20px;
    line-height: 1.2em;
    color: #191919;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.header-account .dropdown-container form {
    margin: 15px 0 0 0;
}

.header-account .dropdown-container input.form-control {
    margin-bottom: 20px;
    min-width: 260px;
}

.header-account .dropdown-container button.btn {
    width: 100%;
    margin-bottom: 15px;
}

.header-account .dropdown-container .top-text {
    margin: 10px 0 10px;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    color: #8f8f8f;
}

.header-account .dropdown-container .bottom-text {
    font-size: 17px;
    line-height: 1.2em;
    text-align: center;
    color: #191919;
}

@media screen and (max-width: 991px) {
    /* language*/
    .header-language .dropdown-container {
        min-width: 150px;
        padding: 0;
        color: #191919;
    }

    .header-language .dropdown-container li {
        padding: 0 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .header-language .dropdown-container li.active {
        font-weight: bold;
    }

    .header-language .dropdown-container li a {
        color: #191919;
        display: block;
        font-size: 14px;
        line-height: 15px;
        padding: 10px 0;
    }

    .header-language .dropdown-container li a img {
        margin-right: 7px;
    }

    .header-language .dropdown-container li a:hover {
        text-decoration: none;
        color: #f82e56;
    }

    /* currency*/
    .header-currency .dropdown-container {
        min-width: 150px;
        padding: 0;
        color: #191919;
    }

    .header-currency .dropdown-container li {
        padding: 0 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .header-currency .dropdown-container li.active {
        font-weight: bold;
    }

    .header-currency .dropdown-container li a {
        color: #191919;
        display: block;
        font-size: 14px;
        line-height: 15px;
        padding: 10px 0;
    }

    .header-currency .dropdown-container li a span.symbol {
        margin-right: 7px;
    }

    .header-currency .dropdown-container li a:hover {
        text-decoration: none;
        color: #f82e56;
    }
}

/* 5.2 Collapsed mobile block
-----------------------------------------------------------------*/
/* collapsed footer block */
.collapsed-mobile .toggle-arrow {
    display: none;
}

@media screen and (max-width: 991px) {
    .page-footer .collapsed-mobile {
        position: relative;
    }

    .collapsed-mobile {
        position: relative;
    }

    .collapsed-mobile .title {
        cursor: pointer;
    }

    .collapsed-mobile .title h2 {
        margin: 0 0 10px 0;
        padding: 0 0 10px;
    }

    .collapsed-mobile .collapsed-content {
        position: absolute;
        padding: 10px 0 20px;
        margin-bottom: 15px;
        width: 100%;
        top: -10000px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .collapsed-mobile .toggle-arrow {
        display: block;
        position: absolute;
        z-index: 100;
        width: 50px;
        height: 50px;
        top: -10px;
        right: 0;
        font-family: 'icomoon-reg';
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .collapsed-mobile .toggle-arrow:before {
        color: #333745;
        content: "\e922";
    }

    .collapsed-mobile .toggle-arrow:hover:before {
        color: #f82e56;
    }

    .collapsed-mobile.open .collapsed-content {
        position: relative;
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .collapsed-mobile.open .toggle-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .collapsed-mobile .carousel-arrows {
        display: none;
    }

    .page-footer .container > .row > [class*="col-"]:last-child .footer-block.collapsed-mobile {
        margin-bottom: 0;
    }

    .page-footer .collapsed-mobile .collapsed-content {
        margin-bottom: 0;
    }

    .page-footer .collapsed-mobile .toggle-arrow {
        right: -5px;
    }
}

/* 5.3 Modal Popup
-----------------------------------------------------------------*/
body.modal-open .modal .modal-dialog {
    margin: auto;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-countdown {
    display: none;
}

.modal-content {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0;
    padding: 35px 50px 50px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 80%;
    position: relative;
    background: #ffffff;
    color: #333745;
}

.modal-dialog:after,
.modal-dialog:before {
    content: '';
    height: 4px;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}

.modal-dialog:after {
    top: 0;
}

.modal-dialog:before {
    bottom: 0;
}

.modal-dialog .title {
    font-size: 18px;
    margin-bottom: 15px;
}

.modal-dialog p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.3em;
}

.modal-dialog .btn,
.modal-dialog input {
    margin-bottom: 20px;
}

.modal-dialog .checkbox-group {
    display: inline-block;
    color: #333745;
}

.modal-dialog .checkbox-group label {
    font-size: 15px;
    font-weight: 400;
}

.modal-header,
.modal-body,
.modal-footer {
    border-bottom: 0;
    padding: 0;
    min-height: 0;
}

.modal-header .close {
    position: absolute;
    margin: 0;
    right: -20px;
    top: -20px;
    font-family: 'icomoon-reg';
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.modal-header .close:hover {
    color: #f82e56;
}

.modal.info .modal-dialog {
    width: 340px;
}

.modal.info .modal-content {
    padding: 20px 40px 20px;
    text-align: center;
}

.modal.info .modal-content .icon-info {
    font-size: 45px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.modal.info .modal-content p {
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
}

.modal.info.success .modal-content .icon-info {
    color: #63c66c;
}

.modal.info.error .modal-content .icon-info {
    color: #f82e56;
}

@media screen and (max-width: 991px) {
    .modal-content {
        padding: 20px 30px 30px;
    }

    .modal.info .modal-content {
        padding: 15px 20px 5px;
    }
}

.modal-backdrop {
    -webkit-backface-visibility: hidden;
}

.modal-backdrop.zoom,
.modal-backdrop.zoom-out {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-backdrop.unfold-3d {
    perspective: 500;
}

.modal.zoom .modal-dialog {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(0.6);
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
    opacity: 0;
    transition: all 0.5s;
    transform: scale(1.3);
}

.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

/* 5.4 Stripped effect
-----------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 40px;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 40px;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 40px;
    }
}

@-webkit-keyframes progress-bar-stripes-small {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

@-moz-keyframes progress-bar-stripes-small {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

@keyframes progress-bar-stripes-small {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

.bg-striped,
.bg-striped-sm {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    opacity: 0.25;
    background-color: #fff;
    background-image: linear-gradient(-45deg, #bfbfbf 25%, transparent 25%, transparent 50%, #bfbfbf 50%, #bfbfbf 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 0.5s linear infinite;
    -moz-animation: progress-bar-stripes 0.5s linear infinite;
    animation: progress-bar-stripes 0.5s linear infinite;
}

.bg-striped-sm {
    background-size: 20px 20px;
    -webkit-animation: progress-bar-stripes-small 0.5s linear infinite;
    -moz-animation: progress-bar-stripes-small 0.5s linear infinite;
    animation: progress-bar-stripes-small 0.5s linear infinite;
}

.block-loading {
    position: relative;
}

.block-loading .bg-striped,
.block-loading .bg-striped-sm {
    display: block;
}

/* 5.5 Hovers effect
-----------------------------------------------------------------*/
.image-hover-dark {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}

.image-hover-dark > a {
    display: block;
    overflow: hidden;
}

.image-hover-dark img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}

.image-hover-dark:hover {
    background-color: #000;
}

.image-hover-dark:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.image-hover-scale {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.image-hover-scale > a {
    display: block;
    overflow: hidden;
}

.image-hover-scale img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}

.image-hover-scale:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.colorhover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s, opacity 0.3s;
    -webkit-transition: filter 0.3s, -webkit-filter 0.3s, opacity 0.3s;
    opacity: 0.5;
}

.colorhover:hover img,
.colorhover:focus img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.blur {
    -webkit-animation: blur 1s linear forwards;
    -moz-animation: blur 1s linear forwards;
    -ms-animation: blur 1s linear forwards;
    -o-animation: blur 1s linear forwards;
    animation: blur 1s linear forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes blur {
    to {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
}

@-moz-keyframes blur {
    to {
        -moz-filter: blur(3px);
        filter: blur(3px);
    }
}

@keyframes blur {
    to {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
    }
}

.hoverslide span,
.hoverslide a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.hoverslide span:before,
.hoverslide a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    background-color: #f82e56;
}

.hoverslide:hover span:before,
.hoverslide:hover a:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

.hoverslide span,
.hoverslide span:before,
.hoverslide a,
.hoverslide a:before {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}

/* 5.6 Sharing buttons with strechy effect
-----------------------------------------------------------------*/
.share-button {
    position: relative;
    display: inline-block;
}

.share-button .toggle {
    position: relative;
    height: 30px;
    margin-bottom: 0;
    z-index: 10;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
    line-height: 30px;
    color: #333745;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.share-button .toggle:hover {
    color: #f82e56;
}

.share-button .toggle:after {
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font-family: 'icomoon-reg';
    content: "\e905";
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    left: -2px;
}

.share-button .social-list {
    position: absolute;
    margin: 0;
    padding: 0;
}

.share-button .social-list li {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    -o-transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}

.share-button .social-list a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-indent: 120%;
    text-decoration: none;
    background-color: #f82e56;
    border: 1px solid #f82e56;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.share-button .social-list a:hover {
    opacity: 0.7;
}

.share-button .social-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    text-indent: 0;
}

.share-button:hover .social-list li {
    opacity: 1;
}

body:not(.rtl) .share-button.toRight .social-list,
body.rtl .share-button.toLeft .social-list {
    right: 100%;
    margin-right: 5px;
    top: 0;
}

body:not(.rtl) .share-button.toRight .social-list li,
body.rtl .share-button.toLeft .social-list li {
    top: 0;
    right: 0;
    margin: 0;
}

body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(1),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(1) {
    right: 0;
}

body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(2),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(2) {
    right: 30px;
}

body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(3),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(3) {
    right: 60px;
}

body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(4),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(4) {
    right: 90px;
}

body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(5),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(5) {
    right: 120px;
}

body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(6),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(6) {
    right: 150px;
}

body:not(.rtl) .share-button.toLeft .toggle,
body.rtl .share-button.toRight .toggle {
    padding-right: 5px;
}

body:not(.rtl) .share-button.toLeft .social-list,
body.rtl .share-button.toRight .social-list {
    left: 100%;
    margin-left: 0;
    top: 0;
}

body:not(.rtl) .share-button.toLeft .social-list li,
body.rtl .share-button.toRight .social-list li {
    top: 0;
    left: 0;
    margin: 0;
}

body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(1),
body.rtl .share-button.toRight:hover .social-list li:nth-child(1) {
    left: 0;
}

body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(2),
body.rtl .share-button.toRight:hover .social-list li:nth-child(2) {
    left: 30px;
}

body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(3),
body.rtl .share-button.toRight:hover .social-list li:nth-child(3) {
    left: 60px;
}

body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(4),
body.rtl .share-button.toRight:hover .social-list li:nth-child(4) {
    left: 90px;
}

body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(5),
body.rtl .share-button.toRight:hover .social-list li:nth-child(5) {
    left: 120px;
}

body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(6),
body.rtl .share-button.toRight:hover .social-list li:nth-child(6) {
    left: 150px;
}

.share-button.toTop .social-list {
    left: 0;
    bottom: 100%;
    padding-bottom: 5px;
}

.share-button.toTop .social-list li {
    left: 0;
    bottom: 0;
}

.share-button.toTop:hover .social-list li:nth-child(1) {
    bottom: 0;
}

.share-button.toTop:hover .social-list li:nth-child(2) {
    bottom: 30px;
}

.share-button.toTop:hover .social-list li:nth-child(3) {
    bottom: 60px;
}

.share-button.toTop:hover .social-list li:nth-child(4) {
    bottom: 90px;
}

.share-button.toTop:hover .social-list li:nth-child(5) {
    bottom: 120px;
}

.share-button.toTop:hover .social-list li:nth-child(6) {
    bottom: 150px;
}

.share-button.toBottom .social-list {
    left: 0;
    top: 100%;
}

.share-button.toBottom .social-list li {
    left: 0;
    top: 0;
}

.share-button.toBottom:hover .social-list li:nth-child(1) {
    top: 0;
}

.share-button.toBottom:hover .social-list li:nth-child(2) {
    top: 30px;
}

.share-button.toBottom:hover .social-list li:nth-child(3) {
    top: 60px;
}

.share-button.toBottom:hover .social-list li:nth-child(4) {
    top: 90px;
}

.share-button.toBottom:hover .social-list li:nth-child(5) {
    top: 120px;
}

.share-button.toBottom:hover .social-list li:nth-child(6) {
    top: 150px;
}

/* Social Colors */
.social-list a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.social-list a.twitter {
    background-color: #00aced;
    border-color: #00aced;
}

.social-list a.google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.social-list a.pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.social-list a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
}

.social-list a.instagram {
    background-color: #125688;
    border-color: #125688;
}

.social-list a.youtube {
    background-color: #bb0000;
    border-color: #bb0000;
}

.social-list a.skype {
    background-color: #12a5f4;
    border-color: #12a5f4;
}

.social-list a.vimeo {
    background-color: #80ceff;
    border-color: #80ceff;
}

.social-list a.fancy {
    background-color: #46a5e3;
    border-color: #46a5e3;
}

.icons-social.colors a i:not(.icon-circled) {
    color: #333745;
}

.icons-social.colors a i:not(.icon-circled).facebook {
    color: #3b5998;
}

.icons-social.colors a i:not(.icon-circled).twitter {
    color: #00aced;
}

.icons-social.colors a i:not(.icon-circled).google {
    color: #dd4b39;
}

.icons-social.colors a i:not(.icon-circled).pinterest {
    color: #bd081c;
}

.icons-social.colors a i:not(.icon-circled).linkedin {
    color: #007bb5;
}

.icons-social.colors a i:not(.icon-circled).instagram {
    color: #125688;
}

.icons-social.colors a i:not(.icon-circled).youtube {
    color: #bb0000;
}

.icons-social.colors a i:not(.icon-circled).skype {
    color: #12a5f4;
}

.icons-social.colors a i:not(.icon-circled).vimeo {
    color: #80ceff;
}

.icons-social.colors a i:not(.icon-circled).fancy {
    color: #46a5e3;
}

.icons-social.colors a:hover i:not(.icon-circled) {
    opacity: 0.7;
}

.icons-social.colors a i.icon.icon-circled.facebook {
    color: #3b5998;
    border-color: #3b5998;
}

.icons-social.colors a i.icon.icon-circled.twitter {
    color: #00aced;
    border-color: #00aced;
}

.icons-social.colors a i.icon.icon-circled.google {
    color: #dd4b39;
    border-color: #dd4b39;
}

.icons-social.colors a i.icon.icon-circled.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}

.icons-social.colors a i.icon.icon-circled.linkedin {
    color: #007bb5;
    border-color: #007bb5;
}

.icons-social.colors a i.icon.icon-circled.instagram {
    color: #125688;
    border-color: #125688;
}

.icons-social.colors a i.icon.icon-circled.youtube {
    color: #bb0000;
    border-color: #bb0000;
}

.icons-social.colors a i.icon.icon-circled.skype {
    color: #12a5f4;
    border-color: #12a5f4;
}

.icons-social.colors a i.icon.icon-circled.vimeo {
    color: #80ceff;
    border-color: #80ceff;
}

.icons-social.colors a i.icon.icon-circled.fancy {
    color: #46a5e3;
    border-color: #46a5e3;
}

.icons-social.colors a:hover i.icon.icon-circled {
    color: #ffffff !important;
}

.icons-social.colors a:hover i.icon.icon-circled.facebook {
    background-color: #3b5998;
}

.icons-social.colors a:hover i.icon.icon-circled.twitter {
    background-color: #00aced;
}

.icons-social.colors a:hover i.icon.icon-circled.google {
    background-color: #dd4b39;
}

.icons-social.colors a:hover i.icon.icon-circled.pinterest {
    background-color: #bd081c;
}

.icons-social.colors a:hover i.icon.icon-circled.linkedin {
    background-color: #007bb5;
}

.icons-social.colors a:hover i.icon.icon-circled.instagram {
    background-color: #125688;
}

.icons-social.colors a:hover i.icon.icon-circled.youtube {
    background-color: #bb0000;
}

.icons-social.colors a:hover i.icon.icon-circled.skype {
    background-color: #12a5f4;
}

.icons-social.colors a:hover i.icon.icon-circled.vimeo {
    background-color: #80ceff;
}

.icons-social.colors a:hover i.icon.icon-circled.fancy {
    background-color: #46a5e3;
}

/* 5.7 Breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs {
    margin: 0;
    margin-top: -50px;
    padding: 29px 0;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .breadcrumbs {
        margin-top: -30px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumbs {
        padding: 20px 0;
    }
}

.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
}

.breadcrumbs li span {
    padding-left: 7px;
    padding-right: 7px;
}

.breadcrumbs li a {
    padding-left: 7px;
    padding-right: 5px;
    color: #333745;
    font-weight: 400;
    text-decoration: none;
    align-content: center;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.breadcrumbs li a:hover {
    color: #f82e56;
}

.breadcrumbs li:first-child span {
    padding-left: 0;
}

/* 5.8 Colors name
-----------------------------------------------------------------*/
span.color.color-red {
    background-color: #f82e56;
}

span.color.color-riogrande {
    background-color: #c9da11;
}

span.color.color-orange {
    background-color: #ff8400;
}

span.color.color-pink {
    background-color: #dd41a8;
}

span.color.color-green {
    background-color: #4b9058;
}

span.color.color-lightgreen {
    background-color: #8cc93b;
}

span.color.color-caribbean {
    background-color: #0bc39f;
}

span.color.color-blue {
    background-color: #075a82;
}

span.color.color-lightblue {
    background-color: #468cf1;
}

span.color.color-violet {
    background-color: #714abf;
}

span.color.color-tomato {
    background-color: #f34a4a;
}

/* 5.9 Promo boxes
-----------------------------------------------------------------*/
.box {
    background-color: #ffffff;
    padding: 50px 30px 45px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .box {
        margin-bottom: 30px;
    }
}

.box-title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
    margin-bottom: 0;
}

.box-text {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    color: #333745;
}

.box-icon i.icon {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 60px;
    width: 65px;
    height: 65px;
    background-color: #f82e56;
    border: 2px solid #f82e56;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box-icon.rounded i.icon {
    border-radius: 50%;
}

.box:hover .box-icon i.icon {
    background-color: #ffffff;
    color: #f82e56;
}

@media screen and (max-width: 991px) {
    .box {
        padding: 25px 15px 15px;
    }
}

.box.style2 {
    border: 6px solid #fff;
}

.box.style2.bgcolor1 {
    background-color: #fdf4f6;
}

.box.style2.bgcolor2 {
    background-color: #eef1fa;
}

.box.style2.bgcolor3 {
    background-color: #faf4fd;
}

.box.style2:hover .box-icon i.icon {
    border-color: #333745;
    background-color: #333745;
    color: #fff;
}

.box-left-icon {
    width: 100%;
    margin-bottom: 20px;
}

.box-left-icon .box-text {
    display: table-cell;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
    vertical-align: middle;
    width: auto;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 300;
    color: #333745;
}

.box-left-icon .box-text .title {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-left-icon .box-icon {
    display: table-cell;
    width: 70px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-left-icon .box-icon i.icon {
    display: inline-block;
    font-size: 30px;
    line-height: 62px;
    width: 65px;
    height: 65px;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #f82e56;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-left-icon .box-icon.rounded i.icon {
    border-radius: 50%;
    border: 0;
}

.box-left-icon:hover .box-icon i.icon {
    background-color: #f82e56;
    color: #ffffff;
}

.box-left-icon-bg {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 25px;
    background-color: #ffffff;
    border-bottom: 3px solid #e8e8e8;
}

.box-left-icon-bg .box-text {
    display: table-cell;
    overflow: hidden;
    padding: 0 0 0 22px;
    position: relative;
    vertical-align: middle;
    width: auto;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 500;
    color: #f82e56;
    text-transform: uppercase;
}

.box-left-icon-bg .box-text .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
    color: #333745;
}

.box-left-icon-bg .box-icon {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    position: relative;
    padding: 0 22px 0 0;
    border-right: 1px solid #e8e8e8;
}

.box-left-icon-bg .box-icon i.icon {
    display: inline-block;
    background: transparent;
    border: 0;
    font-size: 53px;
    margin-bottom: 0;
    color: #bebebe;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box-left-icon-bg:hover .box-icon i.icon {
    background-color: #ffffff;
    color: #f82e56;
}

@media screen and (max-width: 1199px) {
    .box-icon-row {
        overflow: hidden;
        width: calc(100% + 15px);
        margin-left: -15px;
    }

    .box-left-icon-bg {
        width: calc(33.333% - 15px);
        float: left;
        margin: 0 0 30px 15px;
        padding: 10px;
    }

    .box-left-icon-bg .box-text {
        font-size: 16px;
        padding: 0 0 0 10px;
    }

    .box-left-icon-bg .box-text .title {
        font-size: 18px;
    }

    .box-left-icon-bg .box-icon {
        width: 70px;
        padding: 0 10px 0 0;
    }

    .box-left-icon-bg .box-icon i.icon {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .box-icon-row {
        overflow: hidden;
        width: 100%;
        margin-left: 0;
    }

    .box-left-icon-bg {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 5px;
    }
}

body.layout-advanced .box-left-icon-bg {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    border-bottom: 0;
}

/* 5.10 Rounded style
-----------------------------------------------------------------*/
body.rounded button,
body.rounded input,
body.rounded select,
body.rounded textarea {
    border-radius: 4px;
}

body.rounded .btn,
body.rounded button.action {
    border-radius: 4px;
}

body.rounded .btn.btn-lg,
body.rounded .btn.btn-xl {
    border-radius: 6px;
}

body.rounded .navbar .nav > li > a,
body.rounded .navbar .nav > li > a:focus {
    border-radius: 5px;
    overflow: hidden;
}

body.rounded .navbar .nav > li.mega-dropdown > a,
body.rounded .navbar .nav > li.mega-dropdown > a:focus,
body.rounded .navbar .nav > li.simple-dropdown > a,
body.rounded .navbar .nav > li.simple-dropdown > a:focus {
    border-radius: 6px 6px 0 0;
}

body.rounded .carousel-control.next {
    border-radius: 4px 0 0 4px;
}

body.rounded .carousel-control.prev {
    border-radius: 0 4px 4px 0;
}

body.rounded .slick-prev,
body.rounded .slick-next {
    border-radius: 4px;
}

body.rounded .product-item.large .product-item-label {
    border-radius: 4px;
}

body.rounded .product-variant-2 .product-item.large .product-item-label.label-new {
    border-radius: 0 0 0 4px;
}

body.rounded .product-variant-2 .product-item.large .product-item-label.label-sale {
    border-radius: 0 0 4px 0;
}

body.rounded .product-variant-1 .product-item.large .product-item-actions .actions-secondary {
    border-radius: 4px 0 4px 0;
}

body.rounded .product-variant-1 .product-item.large .product-item-actions .actions-secondary a:first-child {
    border-radius: 4px 0 0 0;
}

body.rounded .product-variant-1 .product-item.large .product-item-actions .actions-secondary a:last-child {
    border-radius: 0 0 4px 0;
}

body.rounded .product-variant-1 .product-item-info {
    border-radius: 5px;
}

body.rounded .product-variant-4 .product-item.large .product-item-actions .actions-secondary {
    border-radius: 4px 0 0 4px;
}

body.rounded .product-variant-4 .product-item.large .product-item-actions .actions-secondary a:first-child {
    border-radius: 4px 0 0 0;
}

body.rounded .product-variant-4 .product-item.large .product-item-actions .actions-secondary a:last-child {
    border-radius: 0 0 0 4px;
}

body.rounded .product-variant-4 .product-item-info {
    border-radius: 5px;
}

body.rounded .product-variant-2 .product-item.large .product-item-actions .actions-secondary {
    border-radius: 4px 0 0 0;
}

body.rounded .product-variant-2 .product-item.large .product-item-actions .actions-secondary a:first-child {
    border-radius: 4px 0 0 0;
}

body.rounded .product-variant-2 .product-item.large .product-item-actions .actions-primary,
body.rounded .product-variant-2 .product-item.large .product-item-actions .actions-primary button {
    border-radius: 0;
}

body.rounded .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
    border-radius: 4px 0 0 0;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    body.rounded .product-variant-2 .product-item.large .product-item-actions .actions-primary,
    body.rounded .product-variant-2 .product-item.large .product-item-actions .actions-primary button {
        border-radius: 4px;
    }
}

body.rounded .product-variant-2 .product-item.large .product-item-name {
    border-radius: 5px 0 0 5px;
}

body.rounded .product-small-list.variant2 .product-item.small .product-item-photo {
    border-radius: 7px;
}

body.rounded .product-small-list.variant2 .product-item.small .product-item-photo img {
    border-radius: 4px;
}

body.rounded .menu-label,
body.rounded .menu-label-alt {
    border-radius: 2px;
}

body.rounded .input-group .form-control:first-child,
body.rounded .input-group-addon:first-child,
body.rounded .input-group-btn:first-child > .btn,
body.rounded .input-group-btn:first-child > .btn-group > .btn,
body.rounded .input-group-btn:first-child > .dropdown-toggle,
body.rounded .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
body.rounded .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

body.rounded .form-control {
    border-radius: 4px;
}

body.rounded .dropdown-link .dropdown-container {
    border-radius: 5px 5px 0 0;
}

body.rounded .simple-dropdown .sub-menu ul.category-links ul {
    border-radius: 5px;
}

body.rounded h1.h-bg,
body.rounded h2.h-bg {
    border-radius: 5px 5px 0 0;
}

body.rounded .block.fullwidth h1.h-bg,
body.rounded .block.fullwidth h2.h-bg {
    border-radius: 0 5px 0 0;
}

body.rounded.fullwidth .block:not(.boxed):not(.fullboxed) h1.h-bg,
body.rounded.fullwidth .block:not(.boxed):not(.fullboxed) h2.h-bg {
    border-radius: 0 5px 0 0;
}

body.rounded .productStack .toggleStack {
    border-radius: 6px 0 0 0;
}

body.rounded .productStack .products-list li img {
    border-radius: 3px;
}

body.rounded .productStack .products-list .item-qty {
    border-radius: 3px;
}

body.rounded .box {
    border-radius: 8px;
}

body.rounded .box-icon i.icon {
    border-radius: 50%;
}

body.rounded .box-left-icon-bg {
    border-radius: 7px;
}

body.rounded .share-button .social-list a {
    border-radius: 50%;
}

body.rounded ul.tags li a,
body.rounded ul.tags li span::before,
body.rounded ul.tags li a::before {
    border-radius: 5px;
}

body.rounded #toolsPanel .tools-btn a,
body.rounded .back-to-top.top-fixed-btn {
    border-radius: 6px 0 0 6px;
}

body.rounded .fixed-btns.demo-mode .top-fixed-btn {
    border-radius: 0 0 0 6px;
}

body.rounded .buy-fixed-btn {
    border-radius: 0;
}

body.rounded .fixed-btns.demo-mode:after {
    border-radius: 6px 0 0 6px;
}

body.rounded .product-info-block.creative .product-description {
    border-radius: 5px;
}

body.rounded .size-list li span.value,
body.rounded .color-list li span.value,
body.rounded .color-list li img {
    border-radius: 3px;
}

body.rounded .product-info-block .product-label {
    border-radius: 3px;
}

body.rounded .nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
}

body.rounded .tab-content > .tab-pane {
    border-radius: 7px;
}

body.rounded .nav-tabs {
    margin-left: 10px;
    margin-right: 10px;
}

body.rounded .main-image {
    border-radius: 7px;
}

body.rounded .product-previews-carousel .slick-slide img {
    border-radius: 5px;
}

body.rounded .selected-filters li a {
    border-radius: 3px;
}

body.rounded .category-block,
body.rounded .filter-row {
    border-radius: 5px;
}

body.rounded .banner,
body.rounded .category-image {
    border-radius: 8px;
}

body.rounded .banner-btn {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

body.rounded .product-item-not-available > span,
body.rounded .product-item-not-available span.text {
    border-radius: 4px;
}

body.rounded .newsletter.variant1 {
    border-radius: 6px;
}

body.rounded .blog-carousel .blog-item-info {
    border-radius: 0 0 7px 7px;
}

body.rounded .blog-carousel .blog-item-photo {
    border-radius: 7px 7px 0 0;
}

body.rounded .product-item.small .product-item-photo {
    border-radius: 6px;
}

body.rounded .product-item.small .product-item-photo img {
    border-radius: 5px;
}

body.rounded .testimonials-item-author-photo img {
    border-radius: 4px;
}

body.rounded .category-slider .slick-prev,
body.rounded .category-slider .slick-next {
    border-radius: 6px;
}

body.rounded .product-variant-3 .product-item.large .product-item-info {
    border-radius: 8px;
}

body.rounded .product-variant-3 .product-item.large .product-item-photo img {
    border-radius: 5px;
}

body.rounded .brand-grid a,
body.rounded .brand-grid a img {
    border-radius: 5px;
}

body.rounded .text-hoverslide > span,
body.rounded .text-hoverslide span > span.hoverbg {
    border-radius: 4px;
}

body.rounded .color-swatch li {
    border-radius: 2px;
}

body.rounded .under-footer img {
    border-radius: 5px;
}

body.rounded .filters.style2 li a {
    border-radius: 5px;
}

body.rounded .filters.style2 li a span.count {
    border-radius: 50%;
    line-height: 23px;
}

/* 6 Other layouts
-----------------------------------------------------------------*/
/* 6.1 Journal
-----------------------------------------------------------------*/
@media (min-width: 768px) {
    .overflow {
        height: 100vh;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    .journal {
        width: 200%;
        background-color: #f8f8f8;
    }

    .journal-category {
        float: left;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
        position: relative;
    }

    .journal-category-left,
    .journal-category-right {
        will-change: transform;
        position: relative;
        left: -25%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .journal-category-left-active {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .journal-category-left-active .journal-category-inner-left {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .journal-category-left-active .arrow {
        -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
        transform: translate(-50%, -50%) rotate(180deg) !important;
    }

    .journal-category-right-active {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .journal-category-right-active .journal-category-inner-right {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .journal-category-left-hidden {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .journal-category-right-hidden {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .journal-category-inner {
        will-change: transform;
        padding: 10vh 7vw;
        height: 100vh;
    }

    .journal-category-inner-left,
    .journal-category-inner-right {
        will-change: transform;
        padding: 0 10px;
        height: 100vh;
        overflow-y: auto;
    }

    .journal-category-inner-left {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .journal-category-inner-left:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.85;
    }

    .journal-category-inner-right {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .journal-category-inner-right:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.85;
    }

    .overflow .logo-center {
        position: absolute;
        top: 30px;
        width: 100%;
        text-align: center;
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .overflow .logo-center > a {
        background: #f82e56;
        display: inline-block;
    }

    .overflow .logo-center.logo-hidden {
        opacity: 0;
    }

    .overflow .product-item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .overflow .products-grid {
        margin-bottom: 0;
        width: 100%;
    }

    .toggle-panel {
        position: absolute;
        overflow: hidden;
        z-index: 100;
        top: 0;
        height: 100%;
        width: 7vw;
        background: rgba(0, 0, 0, 0.6);
        cursor: pointer;
        -webkit-transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }

    .toggle-panel .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        margin: -50px 0 0 0;
        text-align: center;
        font-size: 100px;
        color: #ffffff;
    }

    .toggle-panel.open {
        width: 100%;
    }

    .toggle-panel.open .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .toggle-panel:not(.open) .icon {
        left: 0;
        -webkit-animation: arrow-move 1s linear infinite;
        -moz-animation: arrow-move 1s linear infinite;
        animation: arrow-move 1s linear infinite;
    }

    .journal-category-left .toggle-panel {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .journal-category-right .toggle-panel {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .journal-category-left:hover .toggle-panel,
    .journal-category-left .toggle-panel.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }

    .journal-category-right:hover .toggle-panel,
    .journal-category-right .toggle-panel.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }

    .toggle-panel-mobile {
        display: none;
    }
}

.journal-category-inner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.journal-category-left .journal-category-inner {
    background-image: url(../images/category-1-bg.jpg);
    background-color: #48494d;
}

.journal-category-right .journal-category-inner {
    background-image: url(../images/category-2-bg.jpg);
    background-color: #48494d;
}

.journal .products-grid {
    margin: 30px 0;
}

.irregular-grid {
    position: relative;
    width: 100%;
    height: 100%;
}

.irregular-grid .product-preview {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.irregular-grid .product-preview:hover {
    z-index: 1;
}

.irregular-grid .product-preview .product-photo {
    width: 55%;
    display: table-cell;
}

.irregular-grid .product-preview .product-photo img {
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.irregular-grid .product-preview .product-details {
    display: table-cell;
    vertical-align: top;
    padding: 45px 24px;
    color: #ffffff;
}

.irregular-grid .product-preview .product-details .product-name {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.irregular-grid .product-preview .product-details .product-name:hover {
    color: #f82e56;
}

.irregular-grid .product-preview .product-details .price-box {
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

.irregular-grid .product-preview .product-details .price-box .price,
.irregular-grid .product-preview .product-details .price-box .special-price {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
}

.irregular-grid .product-preview .product-details .price-box .old-price {
    font-size: 20px;
    padding: 0 5px;
    text-decoration: line-through;
    font-weight: 500;
    color: #ffffff;
}

.irregular-grid .product-preview .product-details .product-info {
    font-size: 16px;
    line-height: 1.3em;
}

.irregular-grid .product-preview:nth-child(even) {
    direction: rtl;
}

.irregular-grid .product-preview:nth-child(even) .product-details {
    direction: ltr;
    vertical-align: bottom;
    text-align: right;
}

.irregular-grid .product-preview:nth-child(even) .price-box {
    direction: rtl;
}

@media (min-width: 768px) {
    .irregular-grid .product-preview {
        position: absolute;
        left: 0;
        top: 0;
    }

    .irregular-grid .product-preview:nth-child(even) {
        top: auto;
        bottom: 0;
    }

    .journal-category .product-item.large {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 1600px) {
    .irregular-grid .product-preview .product-photo {
        width: 55%;
    }

    .irregular-grid .product-preview .product-details {
        padding: 25px 20px;
    }

    .irregular-grid .product-preview .product-details .product-name {
        font-size: 32px;
        line-height: 1.1em;
    }

    .irregular-grid .product-preview .product-details .price-box {
        margin-bottom: 10px;
    }

    .irregular-grid .product-preview .product-details .price-box .price,
    .irregular-grid .product-preview .product-details .price-box .special-price {
        font-size: 26px;
    }

    .irregular-grid .product-preview .product-details .price-box .old-price {
        font-size: 16px;
    }

    .irregular-grid .product-preview .product-details .product-info {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .overflow .logo-center {
        top: 20px;
    }

    .overflow .logo-center img {
        max-width: 150px;
    }

    .irregular-grid .product-preview .product-photo {
        width: 55%;
    }

    .irregular-grid .product-preview .product-details {
        padding: 20px 20px;
    }

    .irregular-grid .product-preview .product-details .product-name {
        font-size: 34px;
        line-height: 1.1em;
    }

    .irregular-grid .product-preview .product-details .price-box {
        margin-bottom: 10px;
    }

    .irregular-grid .product-preview .product-details .price-box .price,
    .irregular-grid .product-preview .product-details .price-box .special-price {
        font-size: 22px;
    }

    .irregular-grid .product-preview .product-details .price-box .old-price {
        font-size: 14px;
    }

    .irregular-grid .product-preview .product-details .product-info {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .overflow .product-item {
        width: 100%;
        display: block;
    }

    .overflow .logo-center {
        top: 15px;
    }

    .overflow .logo-center img {
        max-width: 100px;
    }

    .journal-category-inner {
        padding: 12vh 7vw;
    }

    .irregular-grid .product-preview .product-photo {
        width: 52%;
    }

    .irregular-grid .product-preview .product-details {
        padding: 10px 15px;
    }

    .irregular-grid .product-preview .product-details .product-name {
        font-size: 30px;
        line-height: 1.1em;
    }

    .irregular-grid .product-preview .product-details .price-box {
        margin-bottom: 10px;
    }

    .irregular-grid .product-preview .product-details .price-box .price,
    .irregular-grid .product-preview .product-details .price-box .special-price {
        font-size: 18px;
    }

    .irregular-grid .product-preview .product-details .price-box .old-price {
        font-size: 12px;
    }

    .irregular-grid .product-preview .product-details .product-info {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .overflow .product-item {
        width: 100%;
        display: block;
    }

    .journal-category-inner {
        padding: 8vh 10vw;
    }

    .overflow .logo-center {
        top: 10px;
    }

    .overflow .logo-center img {
        max-width: 100px;
    }

    .journal-category-inner-left,
    .journal-category-inner-right {
        padding: 0;
    }

    .irregular-grid .product-preview .product-photo {
        width: 100%;
        display: block;
    }

    .irregular-grid .product-preview .product-details {
        width: 100%;
        display: block;
        padding: 10px 10px;
    }

    .irregular-grid .product-preview .product-details .product-name {
        font-size: 26px;
        line-height: 1.1em;
    }

    .irregular-grid .product-preview .product-details .price-box {
        margin-bottom: 10px;
    }

    .irregular-grid .product-preview .product-details .price-box .price,
    .irregular-grid .product-preview .product-details .price-box .special-price {
        font-size: 18px;
    }

    .irregular-grid .product-preview .product-details .price-box .old-price {
        font-size: 12px;
    }

    .irregular-grid .product-preview .product-details .product-info {
        font-size: 12px;
    }
}

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

    .journal .logo-center {
        background: #f82e56;
        text-align: center;
    }

    .journal-category {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .journal-category-inner {
        padding: 4vh 7vw;
        padding-bottom: calc(4vh + 30px);
    }

    .journal-category-inner-left,
    .journal-category-inner-right {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: -10000px;
    }

    .journal-category.open .journal-category-inner-left,
    .journal-category.open .journal-category-inner-right {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
    }

    .journal-category-left,
    .journal-category-right {
        position: relative;
    }

    .irregular-grid {
        overflow: hidden;
    }

    .toggle-panel {
        display: none;
    }

    .toggle-panel-mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 50px;
        background: rgba(0, 0, 0, 0.6);
        cursor: pointer;
    }

    .toggle-panel-mobile .icon {
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        color: #ffffff;
    }

    .toggle-panel-mobile span.show-icon {
        display: inline-block;
    }

    .toggle-panel-mobile span.close-icon {
        display: none;
    }

    .toggle-panel-mobile.open span.show-icon {
        display: none;
    }

    .toggle-panel-mobile.open span.close-icon {
        display: inline-block;
    }

    .overflow .product-item {
        width: 100%;
        display: block;
    }

    .irregular-grid .product-preview {
        width: 40%;
        float: left;
        display: block;
        margin: 0 5% 15px;
        text-align: left;
    }

    .irregular-grid .product-preview .product-photo {
        display: block;
        width: 100%;
    }

    .irregular-grid .product-preview .product-details {
        display: block;
        padding: 10px 10px;
    }

    .irregular-grid .product-preview .product-details .product-name {
        font-size: 26px;
        line-height: 1.1em;
    }

    .irregular-grid .product-preview .product-details .price-box {
        margin-bottom: 10px;
    }

    .irregular-grid .product-preview .product-details .price-box .price,
    .irregular-grid .product-preview .product-details .price-box .special-price {
        font-size: 18px;
    }

    .irregular-grid .product-preview .product-details .price-box .old-price {
        font-size: 12px;
    }

    .irregular-grid .product-preview .product-details .product-info {
        font-size: 12px;
    }

    .irregular-grid .product-preview:nth-child(even) {
        direction: ltr;
    }

    .irregular-grid .product-preview:nth-child(even) .product-details {
        text-align: left;
    }

    .irregular-grid .product-preview:nth-child(even) .price-box {
        direction: ltr;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .journal-category-inner {
        padding: 16vh 7vw;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .journal-category-inner {
        padding: 8vh 10vw;
    }
}

@media (max-width: 480px) {
    .irregular-grid .product-preview {
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 15px;
    }
}

@-webkit-keyframes arrow-move {
    0% {
        left: 40%;
    }

    50% {
        left: 20%;
    }

    100% {
        left: 40%;
    }
}

@-moz-keyframes arrow-move {
    0% {
        left: 40%;
    }

    50% {
        left: 20%;
    }

    100% {
        left: 40%;
    }
}

@keyframes arrow-move {
    0% {
        left: 40%;
    }

    50% {
        left: 20%;
    }

    100% {
        left: 40%;
    }
}

/* 6.2 Lookbook
-----------------------------------------------------------------*/
/* lookbook */
.lookbook {
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .lookbook {
        margin-bottom: 30px;
    }
}

.lookbook .lookbook-bg-image img {
    width: 100%;
}

.product-lookbook .product-item-inside {
    overflow: visible;
}

.product-lookbook .product-item-name {
    font-size: 21px;
    line-height: 1.333em;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-lookbook .product-item-name a {
    color: #333745;
}

.product-lookbook .product-item-rating {
    margin-bottom: 15px;
}

.product-lookbook .product-item-description {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #333745;
}

.product-lookbook .price-box {
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}

.product-lookbook .price-box {
    margin-bottom: 20px;
}

.product-lookbook .price-box .price,
.product-lookbook .price-box .special-price {
    font-size: 28px;
}

.product-lookbook .price-box .old-price {
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .product-lookbook {
        position: absolute;
    }

    .product-lookbook.hovered {
        z-index: 3;
    }

    .product-lookbook .product-item-photo {
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .product-lookbook .product-item-photo img {
        width: 100%;
    }

    .product-lookbook.hovered .product-item-photo {
        background: #ffffff;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .product-lookbook .product-item-info {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 300px;
        min-height: 100%;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        padding: 30px 20px;
        -webkit-transition: opacity 0.1s ease 0s, left 0s ease 0.5s, visibility 0.2s linear 0s;
        -o-transition: opacity 0.1s ease 0s, left 0s ease 0.5s, visibility 0.2s linear 0s;
        transition: opacity 0.1s ease 0s, left 0s ease 0.5s, visibility 0.2s linear 0s;
    }

    .product-lookbook.hovered .product-item-info {
        -webkit-transition: opacity 0.3s ease 0.2s, left 0.3s ease 0.2s, visibility 0.2s linear 0.3s;
        -o-transition: opacity 0.3s ease 0.2s, left 0.3s ease 0.2s, visibility 0.2s linear 0.3s;
        transition: opacity 0.3s ease 0.2s, left 0.3s ease 0.2s, visibility 0.2s linear 0.3s;
        opacity: 1;
        visibility: visible;
    }

    .product-lookbook.data-right .product-item-info {
        left: 0;
    }

    .product-lookbook.data-right.hovered .product-item-info {
        left: 100%;
    }

    .product-lookbook.data-left .product-item-info {
        left: 0;
    }

    .product-lookbook.data-left.hovered .product-item-info {
        left: -300px;
    }
}

@media screen and (max-width: 767px) {
    .product-lookbook {
        position: absolute;
    }

    .product-lookbook .product-inside {
        white-space: nowrap;
    }

    .product-lookbook .product-item-photo {
        position: relative;
        z-index: 2;
        height: auto !important;
    }

    .product-lookbook .product-item-photo img {
        width: 100%;
    }

    .product-lookbook .product-item-info {
        display: none;
        position: relative;
        float: right;
        width: 55%;
        height: auto !important;
        z-index: 1;
        padding: 0 20px;
    }

    .product-lookbook .lookbook-open {
        display: block;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        width: 36px;
        height: 36px;
        margin: -18px 0 0 -18px;
        color: #333745;
        background: rgba(255, 255, 255, 0.7);
        text-align: center;
        text-decoration: none;
    }

    .product-lookbook .lookbook-open i.icon {
        padding: 0.65em 0 0;
    }

    #modalLookbook.modal .product-lookbook {
        position: static;
        width: 100% !important;
    }

    #modalLookbook.modal .lookbook-open {
        display: none !important;
    }

    #modalLookbook.modal .product-lookbook .product-item-photo {
        position: relative;
        width: 40%;
        float: left;
    }

    #modalLookbook.modal .product-lookbook .product-item-info {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    #modalLookbook.modal .modal-content {
        padding: 15px 15px 10px;
    }

    #modalLookbook.modal .product-lookbook .product-item-photo {
        width: 100%;
        float: none;
    }

    #modalLookbook.modal .product-lookbook .product-item-photo > a {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    #modalLookbook.modal .product-lookbook .product-item-photo img {
        max-height: 150px;
        width: auto;
    }

    #modalLookbook.modal .product-lookbook .product-item-info {
        width: 100%;
        padding: 0;
    }
}

/* 6.3 Advanced (white background special styles)
-----------------------------------------------------------------*/
/* advanced layout */
body.bg-white {
    background-color: #fff;
}

body.bg-white .product-variant-3 .product-item.large .product-item-inside,
body.bg-white .product-variant-5 .product-item.large .product-item-inside,
body.bg-white .products-listview .product-item.large .product-item-inside {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.bg-white .blog-carousel .blog-item {
    margin: 0 15px;
    padding: 0;
}

body.bg-white .product-info-block.classic .qty-changer input[type="button"] {
    background: #f7f7f7;
}

body.bg-white .panel-group.faq .panel-heading,
body.bg-white .box,
body.bg-white .form-card {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 992px) {
    body.bg-white .newsletter.variant1 {
        background: transparent;
        padding: 20px 20px;
    }
}

body.bg-white .blog-carousel .blog-item-info {
    padding-left: 0;
    padding-right: 0;
}

body.bg-white .nav-tabs {
    margin-bottom: -5px;
    list-style: none;
    overflow: visible;
    display: inline-block;
}

body.bg-white .nav-tabs > li > a {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

body.bg-white .tab-content > .tab-pane {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 7 Vendors
-----------------------------------------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 21px;
    width: 21px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #333745;
    color: #ffffff;
    top: 50%;
    right: 15px;
    padding: 0;
    margin-top: -10px;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev:not(.slick-disabled):hover,
.slick-next:not(.slick-disabled):hover {
    background: #f82e56;
}

.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover {
    cursor: auto;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'icomoon-reg';
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    right: 23px;
}

.slick-prev[dir="rtl"] {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\e923";
}

.slick-prev:before[dir="rtl"] {
    content: "\e922";
}

.slick-next {
    right: 0;
}

.slick-next[dir="rtl"] {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\e922";
}

.slick-next:before[dir="rtl"] {
    content: "\e923";
}

.product-vertical-carousel .slick-prev,
.slick-vertical .slick-prev,
.product-vertical-carousel .slick-next,
.slick-vertical .slick-next {
    top: 0;
    margin-top: -35px;
}

/* Dots */
.slick-dotted .slick-slider {
    margin-bottom: 10px;
}

.slick-dots {
    position: absolute;
    bottom: -10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #e8e8e8;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #f82e56;
}

@media screen and (max-width: 991px) {
    .slick-prev,
    .slick-next {
        margin-top: -12px;
    }
}