@charset "UTF-8";
body,
html {
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.17
}

button,
button:active,
button:focus,
button:hover,
button:visited {
    outline: 0
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

::selection {
    background-color: #000000;
    color: #fff
}

::-moz-selection {
    background-color: #000000;
    color: #fff
}

::-webkit-selection {
    background-color: #000000;
    color: #fff
}

a,
a:focus,
a:visited {
    color: #2B2E32;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

a:hover {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

button {
    -webkit-box-shadow: none;
    box-shadow: none
}

address,
p {
    font-size: .9375em;
    color: #2B2E32
}

address {
    line-height: 1.75em
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
    color: #666
}

body,
html {
    min-height: 100%
}

html {
    height: auto
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: Karla, sans-serif
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    color: #2B2E32;
    font-weight: 700;
    margin: 1.414em 0 .5em
}

h1 {
    font-size: 2.125em;
    color: #fff
}

@media screen and (min-width:480px) {
    h1 {
        font-size: 2.375em
    }
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 2.75em
    }
}

@media screen and (min-width:1024px) {
    h1 {
        font-size: 3.75em
    }
}

h2 {
    font-size: 2.1875em
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 2.5em
    }
}

@media screen and (min-width:1024px) {
    h2 {
        font-size: 2.8125em
    }
}

h3 {
    font-size: 1.5em
}

@media screen and (min-width:480px) {
    h3 {
        font-size: 1.625em
    }
}

@media screen and (min-width:768px) {
    h3 {
        font-size: 1.75em
    }
}

@media screen and (min-width:1024px) {
    h3 {
        font-size: 2.125em
    }
}

h4 {
    font-size: 1.25em
}

h5 {
    font-size: 1.125em
}

h6 {
    font-size: .875em;
    text-transform: uppercase
}

.accent-link {
    color: #000000!important
}

.back-to-top {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    bottom: 20px;
    right: 20px;
    font-size: 17px;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2B2E32;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.back-to-top i {
    font-size: 1.25em;
    color: #fff
}

.sticky {
    top: 0;
    left: 0;
    background-color: rgba(43, 46, 50, .7);
    position: fixed;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 9999
}

.shows {
    opacity: 1!important;
    pointer-events: all;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.swiper-pagination-bullet-active {
    background-color: #222!important
}

.product-button-next,
.product-button-prev {
    background: rgba(0, 0, 0, .5)
}

.product-button-next i,
.product-button-prev i {
    color: #fff;
    margin-left: 9px;
    position: relative;
    top: 8px;
    font-size: 18px
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(182, 182, 182, .3)
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 12px;
    color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.checkbox-container {
    display: block;
    min-height: 20px;
    padding-left: 22px;
    position: relative
}

.checkbox-container label {
    font-family: Karla;
    font-size: .9375em;
    font-weight: 400;
    margin: 0
}

.checkbox-container input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.border-right {
    border-right: 1px solid #222
}

.marg-bottom-4 {
    margin-bottom: 4em
}

.navbar {
    border: 0;
    margin: 0
}

.header {
    padding: 0;
    border-top: 2px solid #222
}

.header .float-left div,
.header .float-right div {
    display: inline-block
}

.header i:hover,
.header span:hover {
    color: #000000;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header .header-top {
    position: relative
}

.header .custom-top-content span {
    font-size: .8125em;
    cursor: pointer
}

.header .custom-top-content.shopping-cart:hover .shopping-cart-window {
    visibility: visible
}

.header .custom-top-content.currencies-list:hover .currency-dropdown {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .custom-top-content.search-box:hover .search-box-dropdown {
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .social-icons ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    cursor: default
}

.header .social-icons ul li {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer
}

.header .social-icons ul li a {
    color: #575c61
}

.header .currencies-list .currency-header {
    font-size: .875em
}

.header .currencies-list .currency-dropdown {
    z-index: 99999;
    position: absolute;
    top: 48px;
    right: 0;
    background: #1D1F22;
    padding: 5px 10px;
    width: 70px;
    text-align: center;
    visibility: hidden;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px)
}

.header .currencies-list .currency-dropdown a {
    display: block;
    color: #fff;
    font-size: .875em
}

.header .search-box .search-box-dropdown,
.section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.header .currencies-list .currency-dropdown a:hover {
    color: #000000
}

.header .shopping-cart .shopping-cart-window {
    position: absolute;
    background-color: #fff;
    width: 240px;
    top: 48px;
    right: 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #eaeaea;
    font-size: .875em;
    visibility: hidden;
    z-index: 99999
}

.header .shopping-cart .shopping-cart-window:after,
.header .shopping-cart .shopping-cart-window:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.header .shopping-cart .shopping-cart-window:after {
    border-color: rgba(234, 234, 234, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.header .shopping-cart .shopping-cart-window:before {
    border-color: rgba(234, 234, 234, 0);
    border-bottom-color: #eaeaea;
    border-width: 11px;
    margin-left: -11px
}

.header .search-box .search-box-dropdown {
    display: flex;
    position: absolute;
    width: 300px;
    left: 0;
    top: 48px;
    background: #fff;
    border: 1px solid #222;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    z-index: 99999
}

.header .search-box .search-box-dropdown input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
    -webkit-appearance: none
}

.header .search-box .search-box-dropdown button {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    border: 0
}

.header .search-box .search-box-dropdown button:hover {
    color: #000000
}

.header .logo-block {
    text-align: center;
    padding: 10px 0
}

.header .dropdown-toggle span {
    position: relative;
    bottom: -1px
}

.home-section {
    padding-top: 3em;
    padding-bottom: 3em
}

.section-header {
    display: flex;
    padding-bottom: .7em;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-header .title-line-container {
    position: relative;
    height: 6px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.section-header .title-line-container .title-line {
    border-bottom: 1px solid #eaeaea;
    border-bottom-width: 1px;
    position: relative;
    width: 100%;
    border-color: #eaeaea;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.section-header .title-heading {
    padding: 0 45px;
    text-align: center;
    font-size: 2.375em;
    margin: 0
}

.title-subtext {
    text-align: center;
    font-size: 1em
}

.home-products {
    margin-bottom: 7em
}

.products-container .product-image {
    width: 100%
}

.products-container .product-image img {
    margin: auto;
    padding: 20px;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.products-container .product-image img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.products-container .product-image .additional-images {
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.products-container .product-image .additional-images img {
    display: inline-block;
    float: left;
    width: 50px;
    padding: 0
}

.products-container .product-image .additional-images p {
    display: block;
    float: left;
    margin: 0;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.125em;
    text-align: center;
    position: relative;
    top: 0px;
    background: #eaeaea;
    color: #000
}

.products-container .product-image .additional-images p span {
    display: block;
    font-size: .75em
}

.products-container .product-details .product-name {
    display: block;
    text-align: center;
    font-size: .875em
}

.products-container .product-details .product-price {
    display: block;
    text-align: center;
    color: #000000
}

.products-container .product-details .product-price del {
    font-size: 13px;
    margin-right: 6px
}

.features-container {
    padding: 5em 0;
    margin-bottom: 3em;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.features-container.feature-bg-1 {
    background: url(../img/feature-background.jpg) center;
    background-size: cover
}

.features-container.feature-bg-2 {
	background: url(https://www.makeupatelierparis.co.uk/images/categories/freedelimgbg.jpg) center;
	background-size: cover;
	color: #FFFFFF;
}
h3.feature-title3 {	color: #FFFFFF;}
.features-container.feature-bg-3 {
	background-size: cover;
	background-color: #FFFFFF;
}
.features-container .feature-title {
    margin: 0;
    color: #fff;
    font-weight: 600
}

.features-container p {
    color: #fff
}

.category-products-container {
    margin-top: 4em
}

.category-products-container .category-name h1,
.category-products-container .category-name h2,
.category-products-container .category-name h3,
.category-products-container .category-name h4,
.category-products-container .sidebar-filters h4:first-child {
    margin-top: 0
}

.category-products-container .sidebar-filters {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category-products-container .sidebar-filters label {
    display: inline;
    word-wrap: break-word
}

.category-products-container .sort-options .well .display-name {
    color: #fff;
    margin-right: 8px;
    margin-left: 8px;
    font-size: .875em
}

.category-products-container .sort-options .well #grid,
.category-products-container .sort-options .well #list {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.category-products-container .sort-options .well #list {
    margin-right: 8px
}

.category-products-container .sort-options .well .sort-by {
    float: right;
    margin-right: 10px
}

.category-products-container .sort-options .well .sort-by .price-filters {
    display: inline
}

.category-products-container .sort-options .well .sort-by .price-filters a:last-child {
    display: none
}

.category-products-container .sort-options .well .sort-by .name-filters {
    display: inline
}

.category-products-container .sort-options .well .sort-by .name-filters a:last-child {
    display: none
}

.category-products-container .sort-options .well .sort-by .sort-name {
    color: #fff;
    margin-right: 5px;
    font-size: .875em
}

.category-products-container .sort-options .well .sort-by a {
    margin-left: 3px;
    margin-right: 3px;
    color: rgba(255, 255, 255, .8);
    font-size: .875em
}

.category-products-container .sort-options .well .sort-by a:hover {
    color: #fff
}

.category-products-container .sort-options .well .pagination-container {
    float: right
}

.category-products-container .sort-options .well .pagination-container .pagination {
    margin: 0
}

.category-products-container .sort-options .well .pagination-container .pagination li a {
    color: #000;
    padding: 4px 12px;
    font-size: .8125em;
    -webkit-border-radius: 0;
    border-radius: 0
}

.category-products-container .sort-options .well .pagination-container .pagination li.active a {
    color: #fff
}

.category-products-container .product-description {
    display: none!important
}

.category-products-container .display-list {
    float: left;
    width: 100%
}

.category-products-container .display-list .product-image {
    float: left;
    width: 30%!important
}

.category-products-container .display-list .product-image img {
    float: left
}

.category-products-container .display-list .product-image .additional-images {
    display: block!important
}

.category-products-container .display-list .product-details {
    float: left;
    text-align: left;
    width: 70%!important
}

.category-products-container .display-list .product-details .product-name {
    font-size: 1.375em;
    text-align: left
}

.category-products-container .display-list .product-details .product-price {
    text-align: left!important;
    font-size: 1.125em
}

.category-products-container .display-list .product-details .product-description {
    display: inline-block!important
}

.category-products-container .products {
    overflow: auto
}

.category-products-container .product-container {
    padding: 10px;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.category-products-container .product-container .product-image {
    margin-bottom: 1em;
    width: 100%
}

.category-products-container .product-container .product-image img {
    margin: auto;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.category-products-container .product-container .product-image img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.category-products-container .product-container .product-image .additional-images {
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-products-container .product-container .product-image .additional-images img {
    display: inline-block;
    float: left;
    width: 50px
}

.category-products-container .product-container .product-image .additional-images p {
    display: block;
    float: left;
    margin: 0;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.125em;
    text-align: center;
    position: relative;
    top: 2px;
    background: #eaeaea;
    color: #000
}

.category-products-container .product-container .product-image .additional-images p span {
    display: block;
    font-size: .75em
}

.category-products-container .product-container .product-details {
    width: 100%;
    padding: 0 10px
}

.category-products-container .product-container .product-details a {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    display: block
}

.category-products-container .product-container .product-details .product-price {
    display: block;
    text-align: center;
    color: #222222;
}

.category-products-container .product-container .product-details .product-price del {
    font-size: 13px;
    margin-right: 6px
}

.well {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #2b2e32;
    padding: 12px
}

.form-add-review button[type=submit],
.show_reviews {
    -webkit-box-shadow: none;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase
}

.product-container {
    margin-top: 2em;
    margin-bottom: 3em
}

.product-container .select-option {
    list-style: none;
    padding: 0
}

.product-container #additional_options {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: block
}

.product-container #additional_options li {
    display: inline-block;
    width: 16%
}

.br-theme-css-stars .br-widget .br-current-rating,
.product-container .product-options span {
    display: none
}

.product-container #additional_options .out-of-stock {
    pointer-events: none;
    opacity: .5
}

.product-container #additional_options .out-of-stock a {
    cursor: not-allowed!important
}

.product-container .product-header h4 {
    font-size: 1.625em
}

.product-container .product-price span {
    font-size: 1.25em;
    color: #000000
}

.product-container .add-to-cart {
    background-color: #000000;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 11px 23px;
    font-size: .8125em;
    font-weight: 600;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.product-container .add-to-cart:hover {
	background-color: #555555
}

.product-info .tab-pane {
    padding-top: 14px
}

.product-info .nav-tabs li.active a {
    color: #000000
}

.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px
}

.br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #d2d2d2
}

.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
    color: #EDB867
}

.br-theme-css-stars .br-readonly a {
    cursor: default
}

.show_reviews {
    background-color: #fff;
    border: 2px solid #000000;
    box-shadow: none;
    padding: 4px 14px;
    color: #000000;
    font-family: Karla, sans-serif
}

.current-review {
    border: 1px solid #e6e6e6;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
    margin: 10px
}

.current-review .current-review-content {
    padding: 8px 30px;
    border-top: 1px solid #eaeaea;
    background-color: #fff
}

.current-review .current-reviews {
    float: left;
    padding-left: 30px;
    padding-top: 1em
}

.current-review .current-review-author {
    margin: 1em 0;
    width: auto
}

.add-review {
    overflow: auto;
    width: 100%
}

.show-reviews {
    overflow: auto;
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-top: 1px solid #eaeaea!important;
    border-bottom: 1px solid #eaeaea
}

.form-add-review {
    text-align: center
}

.form-add-review label {
    font-size: 15px
}

.form-add-review button[type=submit] {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 16px;
    color: #fff;
    font-family: Karla, sans-serif;
    background: #000000;
    font-size: 15px
}

.form-add-review .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-add-review textarea {
    max-width: 100%;
    height: 100px!important
}

.rating-new {
    display: inline-block
}

.rating-new label {
    float: left;
    font-size: 14px
}

.footer .copyright-info,
.footer ul a {
    font-size: .875em
}

.rating-new .br-widget {
    float: left;
    margin-left: 2em
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: #000
    }
    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: #000
    }
}

.footer {
    background-color: #fff;
    z-index: 99;
    padding-top: 5em;
    padding-bottom: 5em
}

.footer .footer-logo {
    margin-bottom: 1em
}

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

.footer ul li {
    margin-bottom: .5em
}

.footer ul a {
    color: #2B2E32;
    font-weight: 500
}

.footer ul a:hover {
    color: #000000
}

.dark-footer {
	background-color: #0D0D0D
}

.dark-footer .copyright-info,
.dark-footer .footer-logo,
.dark-footer h4,
.dark-footer p,
.dark-footer ul li a {
    color: #fff
}

@media only screen and (min-width:992px) {
    .sticky-sidebar {
        position: fixed;
        top: 80px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: -1
    }
    .navbar-default {
        background-color: #2B2E32;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        border: 0;
        margin-bottom: 0
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #000
    }
    .nav .open>a {
        color: #000000
    }
    .navbar-nav {
        width: 100%;
        text-align: center
    }
    .navbar-nav>li {
        float: none;
        display: inline-block
    }
    .navbar-nav>li a {
        color: #fff;
        font-size: .875em;
        text-transform: uppercase
    }
    .navbar-nav>li a:hover {
        color: #000000
    }
    .navbar-nav .dropdown-menu {
        width: 900px
    }
    .navbar-nav .dropdown-menu a {
        color: #2B2E32
    }
    .home-top-slider {
        width: 100%;
        height: 75vh
    }
    .home-top-slider .swiper-slide,
    .home-top-slider .swiper-slide img {
        width: 100%
    }
    .mobile-filter {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .header .custom-top-content {
        padding: 10px 14px
    }
    .header .header-top:before {
        border-bottom: 1px solid #222;
        position: absolute;
        width: 8000px;
        margin-left: -4000px;
        height: 50px;
        content: "";
        margin-top: -1px;
        z-index: -1
    }
}

@media only screen and (max-width:992px) {
    .navbar-header {
        float: none;
        background-color: #fff;
        border: 0
    }
    .navbar-left,
    .navbar-nav,
    .navbar-right {
        float: none!important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        margin-top: 7.5px
    }
    .navbar-nav>li {
        float: none
    }
    .collapse.in {
        display: block!important
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 270px;
        overflow-y: scroll
    }
    .navbar-brand {
        height: auto;
        width: 130px
    }
    .navbar-toggle {
        margin: 0;
        top: 27px;
        right: 20px;
        border: none
    }
    .navbar-toggle:focus,
    .navbar-toggle:hover,
    .navbar-toggle:visited {
        background-color: transparent!important
    }
    .navbar-toggle .icon-bar {}
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover,
    .navbar-collapse1 {
        background-color: #000
    }
    .navbar-collapse {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .nav .open>a {
        color: #000000
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff
    }
    .dropdown-menu {
        background-color: #fff!important
    }
    .mobile-filter,
    .sidebar-filters {
        position: fixed;
        background-color: #fff
    }
    .dropdown-menu li a {
        color: #000
    }
    .mobile-filter {
        width: 100px;
        text-align: center;
        padding: 5px 0;
        border: 1px solid #eee;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 46%;
        right: -36px;
        z-index: 999999
    }
    .mobile-filter p:last-child {
        display: none
    }
    .sidebar-filters {
        -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
        transform: translateX(-130%);
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 9999;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        padding-left: 20px;
        padding-top: 20px;
        top: 0;
        left: 0
    }
    .sidebar-filters.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease
    }
}

@media only screen and (max-width:768px) {
    .header,
    .header .container {
        padding: 0
    }
    .header .float-left,
    .header .header-top {
        border-bottom: 1px solid #eaeaea
    }
    .header .custom-top-content {
        padding: 8px 10px
    }
    .header .float-left {
        float: none;
        overflow: auto;
        text-align: center
    }
    .header .float-left .custom-top-content {
        width: 80%;
        float: left;
        display: block
    }
    .header .float-left .custom-top-content.search-box {
        width: 20%
    }
    .header .float-left .search-box-dropdown {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 44px
    }
    .header .float-right {
        float: none;
        text-align: center
    }
    .header .float-right .custom-top-content {
        width: 33.333%;
        float: left;
        display: block
    }
    .header .float-right .shopping-cart-window {
        top: 89px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .header .float-right .currencies-list {
        border-right: none
    }
    .header .float-right .currency-dropdown {
        padding: 8px 22px;
        width: 33.4%;
        top: 90px;
        right: 0
    }
    .category-products-container {
        margin-top: 4em
    }
    .category-products-container .category-name h1,
    .category-products-container .category-name h2,
    .category-products-container .category-name h3,
    .category-products-container .category-name h4,
    .category-products-container .sidebar-filters h4:first-child {
        margin-top: 0
    }
    .category-products-container .sidebar-filters {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    .category-products-container .sidebar-filters label {
        display: inline;
        word-wrap: break-word
    }
    .category-products-container .sort-options .well {
        text-align: center
    }
    .category-products-container .sort-options .well .sort-by {
        float: none;
        margin-right: 0;
        margin-top: 1em
    }
    .category-products-container .sort-options .well .pagination-container {
        float: none
    }
    .current-review {
        width: 100%;
        float: left;
        margin: 0 0 2em
    }
}

@media only screen and (max-width:480px) {
    .display-group,
    .display-name {
        display: none
    }
    .sort-by {
        margin: 0!important
    }
    .product-container #additional_options li {
        display: inline-block;
        width: 23%
    }
    #products,
    .category-products-container .product-container {
        padding: 0
    }
}

.pajax-name {
    width: 100%;
    height: 65px;
    padding: 0 10px;
}