/* Theme.css */

/* Header */

/*
#header {
    background: #fff;
    color: #7a7a7a
}

#header .logo {
    max-width: 100%
}

#header a {
    color: #232323
}

#header a:hover {
    text-decoration: none;
    color: #2fb5d2
}

#header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px
}

#header .header-nav #menu-icon {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 1rem
}

#header .header-nav #menu-icon .material-icons {
    line-height: 50px
}

#header .header-nav .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#header .header-nav .currency-selector {
    margin-top: .9375rem;
    margin-left: .9375rem;
    white-space: nowrap
}

#header .header-nav .user-info {
    margin-left: 2.5rem;
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap
}

#header .header-nav .user-info .account {
    margin-left: .625rem
}

#header .header-nav .language-selector {
    margin-top: .9375rem;
    white-space: nowrap
}

#header .header-nav .cart-preview.active {
    background: #2fb5d2
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #fff
}

#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #7a7a7a
}

#header .header-nav .cart-preview .body {
    display: none
}

#header .header-nav .blockcart {
    background: #f1f1f1;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap
}

#header .header-nav .blockcart a {
    color: #7a7a7a
}

#header .header-nav .blockcart a:hover {
    color: #2fb5d2
}

#header .header-nav .blockcart.active a:hover {
    color: #fff
}

#header .header-nav .blockcart .header {
    margin-top: .125rem
}

#header .header-nav #contact-link {
    margin-top: .9375rem
}

#header .header-nav .material-icons {
    line-height: inherit
}

#header .header-nav .material-icons.expand-more {
    margin-left: -.375rem
}

#header .header-top {
    padding-bottom: 1.25rem
}

#header .header-top>.container {
    position: relative
}

#header .header-top .menu {
    padding-left: 15px;
    margin-bottom: .375rem
}

#header .header-top .menu>ul>li {
    float: left
}

#header .header-top .position-static {
    position: static
}

#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase
}

#header .top-menu-link {
    margin-left: 1.25rem
}

*/

/* Header end */


/* Product-list */

/*

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    display: block
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #7a7a7a;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 5.5rem
}

#products .thumbnail-container:focus .highlighted-informations:after,
#products .thumbnail-container:hover .highlighted-informations:after,
.featured-products .thumbnail-container:focus .highlighted-informations:after,
.featured-products .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .thumbnail-container:focus .highlighted-informations:after,
.product-accessories .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .thumbnail-container:focus .highlighted-informations:after,
.product-miniature .thumbnail-container:hover .highlighted-informations:after {
    opacity: 1
}

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 4.2rem
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    content: "";
    border-top: 1px solid #7a7a7a;
    position: absolute;
    width: 80%;
    top: 0;
    left: 10%;
    opacity: .25
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
    text-align: center;
    margin-bottom: 1.5rem
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: #232323;
    font-weight: 700;
    text-align: center
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    position: relative;
    text-align: center;
    width: 100%;
    top: -.25em;
    padding-top: .1875rem;
    min-height: 2.5rem;
    background: #fff
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 0;
    background: #fff;
    text-align: center;
    width: 257px;
    height: 3.125rem;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .2);
    transition: bottom .3s
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: #7a7a7a;
    font-size: 1rem
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #2fb5d2
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 257px;
    bottom: 0;
    height: 70px
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin-left: 4px
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0 .625rem
}

#products .product-miniature .discount,
.featured-products .product-miniature .discount,
.product-accessories .product-miniature .discount,
.product-miniature .product-miniature .discount {
    display: none
}

#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new {
    display: block;
    position: absolute;
    left: -.4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    background: #2fb5d2;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-percentage,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .pack.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .pack.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .pack.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
    z-index: 2;
    background: #f39d72
}

#products .product-miniature .discount-percentage.on-sale,
#products .product-miniature .on-sale.on-sale,
#products .product-miniature .online-only.on-sale,
#products .product-miniature .pack.on-sale,
#products .product-miniature .product-flags .new.on-sale,
.featured-products .product-miniature .discount-percentage.on-sale,
.featured-products .product-miniature .on-sale.on-sale,
.featured-products .product-miniature .online-only.on-sale,
.featured-products .product-miniature .pack.on-sale,
.featured-products .product-miniature .product-flags .new.on-sale,
.product-accessories .product-miniature .discount-percentage.on-sale,
.product-accessories .product-miniature .on-sale.on-sale,
.product-accessories .product-miniature .online-only.on-sale,
.product-accessories .product-miniature .pack.on-sale,
.product-accessories .product-miniature .product-flags .new.on-sale,
.product-miniature .product-miniature .discount-percentage.on-sale,
.product-miniature .product-miniature .on-sale.on-sale,
.product-miniature .product-miniature .online-only.on-sale,
.product-miniature .product-miniature .pack.on-sale,
.product-miniature .product-miniature .product-flags .new.on-sale {
    background: #f39d72;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0
}

#products .product-miniature .discount-percentage.online-only,
#products .product-miniature .on-sale.online-only,
#products .product-miniature .online-only.online-only,
#products .product-miniature .pack.online-only,
#products .product-miniature .product-flags .new.online-only,
.featured-products .product-miniature .discount-percentage.online-only,
.featured-products .product-miniature .on-sale.online-only,
.featured-products .product-miniature .online-only.online-only,
.featured-products .product-miniature .pack.online-only,
.featured-products .product-miniature .product-flags .new.online-only,
.product-accessories .product-miniature .discount-percentage.online-only,
.product-accessories .product-miniature .on-sale.online-only,
.product-accessories .product-miniature .online-only.online-only,
.product-accessories .product-miniature .pack.online-only,
.product-accessories .product-miniature .product-flags .new.online-only,
.product-miniature .product-miniature .discount-percentage.online-only,
.product-miniature .product-miniature .on-sale.online-only,
.product-miniature .product-miniature .online-only.online-only,
.product-miniature .product-miniature .pack.online-only,
.product-miniature .product-miniature .product-flags .new.online-only {
    font-size: .8125rem;
    margin-top: 13rem;
    margin-left: 8.688rem
}

#products .product-miniature .discount-percentage.online-only:before,
#products .product-miniature .on-sale.online-only:before,
#products .product-miniature .online-only.online-only:before,
#products .product-miniature .pack.online-only:before,
#products .product-miniature .product-flags .new.online-only:before,
.featured-products .product-miniature .discount-percentage.online-only:before,
.featured-products .product-miniature .on-sale.online-only:before,
.featured-products .product-miniature .online-only.online-only:before,
.featured-products .product-miniature .pack.online-only:before,
.featured-products .product-miniature .product-flags .new.online-only:before,
.product-accessories .product-miniature .discount-percentage.online-only:before,
.product-accessories .product-miniature .on-sale.online-only:before,
.product-accessories .product-miniature .online-only.online-only:before,
.product-accessories .product-miniature .pack.online-only:before,
.product-accessories .product-miniature .product-flags .new.online-only:before,
.product-miniature .product-miniature .discount-percentage.online-only:before,
.product-miniature .product-miniature .on-sale.online-only:before,
.product-miniature .product-miniature .online-only.online-only:before,
.product-miniature .product-miniature .pack.online-only:before,
.product-miniature .product-miniature .product-flags .new.online-only:before {
    content: "\E30A";
    font-family: Material Icons;
    vertical-align: middle;
    margin: .3125rem
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    text-align: center;
    color: #7a7a7a
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: .875rem
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    color: #7a7a7a;
    font-weight: 700;
    position: relative;
    bottom: .5rem
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
    clear: both;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media (max-width:767px) {
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
    }
    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .2)
    }
}

*/

/* Product-list end */


/* Product-flags */

/*
.product-flags {
    position: absolute;
    top: 0;
    width: 100%
}

li.product-flag {
    display: block;
    position: absolute;
    background: #2fb5d2;
    font-weight: 700;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: .625rem;
    z-index: 2;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

li.product-flag.online-only {
    top: 25rem;
    right: 0;
    font-size: .8125rem
}

li.product-flag.online-only:before {
    content: "\E30A";
    font-family: Material Icons;
    vertical-align: middle;
    margin: .3125rem
}

li.product-flag.discount {
    display: none
}

li.product-flag.on-sale {
    background: #f39d72;
    width: 100%;
    text-align: center;
    margin: 0;
    left: 0;
    top: 0
}

li.product-flag:not(.discount):not(.on-sale)~li.product-flag {
    margin-top: 3.75rem
}

*/

/* Product flag end */


/* Footer */

/*
.block_newsletter {
    font-size: .875rem;
    margin-bottom: .625rem
}

.block_newsletter form {
    position: relative
}

.block_newsletter form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25)
}

.block_newsletter form input[type=text]:focus {
    outline: 3px solid #2fb5d2;
    color: #232323;
    background: #fff
}

.block_newsletter form input[type=text]:focus+button .search {
    color: #2fb5d2
}

.block_newsletter form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a
}

.block_newsletter form button[type=submit] .search:hover {
    color: #2fb5d2
}

.block_newsletter p {
    padding-top: .625rem
}

.block_newsletter form .input-wrapper {
    overflow: hidden
}

.block_newsletter form input[type=text] {
    padding: 11px;
    width: 100%
}

.block_newsletter form input[type=text]:focus {
    border: 3px solid #2fb5d2;
    padding: 8px 8px 9px;
    outline: 0
}

.block_newsletter form input {
    height: 42px;
    box-shadow: none
}
*/


/*
.block-contact {
    border-left: 2px solid #f1f1f1;
    padding-left: 3rem;
    color: #7a7a7a
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
    color: #232323
}

.account-list a {
    color: #7a7a7a
}

.account-list a:hover {
    color: #2fb5d2
}

.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
    font-weight: 700;
    font-size: 1rem
}
*/

/*
.block-social {
    text-align: right
}

.block-social li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer
}

.block-social li:hover {
    background-color: #2fb5d2
}

.block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.block-social li a:hover {
    color: transparent
}

.facebook {
    background-image: url(../css/3935e107ea61866e60d7946dc6a962f1.svg)
}

.facebook:before {
    content: "";
    background-image: url(../css/8b05d51ede908907d65695558974d86f.svg)
}

.facebook.icon-gray {
    background-image: url(../css/082a71677e756fb75817e8f262a07cb4.svg)
}

.facebook.icon-gray:hover {
    background-image: url(../css/8b05d51ede908907d65695558974d86f.svg)
}

.twitter {
    background-image: url(../css/a67175d1ea11389d9107bd8c08f9d7d7.svg)
}

.twitter:before {
    content: "";
    background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg)
}

.twitter.icon-gray {
    background-image: url(../css/e049aeb07a2ae1627933e8e58d3886d2.svg)
}

.twitter.icon-gray:hover {
    background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg)
}

.rss {
    background-image: url(../css/cf2f3c1d5c7cb02c29f61964313148e1.svg)
}

.youtube {
    background-image: url(../css/22c0528acb6d9cd5bf4c8f96381bc05c.svg)
}

.googleplus {
    background-image: url(../css/36bff72dcba3098b4b70b482b22c29ab.svg)
}

.googleplus:before {
    content: "";
    background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg)
}

.googleplus.icon-gray {
    background-image: url(../css/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg)
}

.googleplus.icon-gray:hover {
    background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg)
}

#block_myaccount_infos .myaccount-title a {
    color: #232323
}

.pinterest {
    background-image: url(../css/afb2ed6d67613a724a420a39b4fe5b0d.svg)
}

.pinterest:before {
    content: "";
    background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg)
}

.pinterest.icon-gray {
    background-image: url(../css/99db8adec61e4fcf5586e1afa549b432.svg)
}

.pinterest.icon-gray:hover {
    background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg)
}

.vimeo {
    background-image: url(../css/f255af0bbbe837e79f7821827f9c6f10.svg)
}

.instagram {
    background-image: url(../css/0266b05265f317a7409560b751cd61e8.svg)
}
*/

/*
.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .3)
}

.footer-container li {
    margin-bottom: .3125rem
}

.footer-container li a {
    color: #7a7a7a;
    cursor: pointer;
    font-size: .875rem
}

.footer-container li a:hover {
    color: #2fb5d2
}

.footer-container .links .collapse {
    display: inherit
}
*/

/*
@media (max-width:767px) {
    .block_newsletter {
        padding-bottom: .625rem;
        border-bottom: 1px solid #f6f6f6
    }
    .footer-container {
        box-shadow: none;
        margin-top: 0
    }
    .footer-container .wrapper {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .footer-container .links .h3 {
        line-height: 1.5;
        font-size: 1rem
    }
    .footer-container .links .title {
        padding: .625rem;
        border-bottom: 1px solid #f6f6f6;
        cursor: pointer
    }
    .footer-container .links .title .collapse-icons .remove,
    .footer-container .links .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }
    .footer-container .links .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }
    .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0
    }
    .footer-container .links .collapse {
        display: none
    }
    .footer-container .links .collapse.in {
        display: block
    }
    .footer-container .links ul {
        background-color: #f6f6f6;
        margin-bottom: 0
    }
    .footer-container .links ul>li {
        padding: .625rem;
        border-bottom: 1px solid #fff;
        font-weight: 700
    }
    .footer-container .links ul>li a {
        color: #232323
    }
}
*/

/*
@media (max-width:991px) {
    .block-social {
        text-align: center
    }
    .block-contact {
        padding-left: 1.5rem
    }
}
*/

/* Footer end */


/* Wrapper */
#wrapper {
    background: #f1f1f1;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .11);
    padding-top: 1.563rem
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block
}

#wrapper .banner img {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15)
}

/* breadcrumb */
#wrapper .breadcrumb {
    background: transparent;
    padding: 0
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

#wrapper .breadcrumb li {
    display: inline
}

#wrapper .breadcrumb li:after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem
}

#wrapper .breadcrumb li:last-child {
    content: "/";
    color: #7a7a7a;
    margin: 0
}

#wrapper .breadcrumb li:last-child:after {
    content: ""
}

#wrapper .breadcrumb li a {
    color: #232323
}

/* Page margin */
#main .page-content,
#main .page-header {
    margin-bottom: 1.563rem
}

#main .page-content h6 {
    margin-bottom: 1.125rem
}

#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px
}

#main .page-footer {
    margin-bottom: 1.563rem
}

#notifications ul {
    margin-bottom: 0
}

/*
#footer {
    padding-top: 2.5rem
}
*/

@media (max-width:767px) {
    #wrapper {
        box-shadow: none
    }
    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem
    }
    #header {
        background: #f1f1f1
    }
    #header .header-nav {
        background: #fff;
        margin-bottom: .625rem;
        color: #232323
    }
    #header .header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: 200px;
        margin: 0 auto
    }
    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 100%
    }
    #header .header-nav .right-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #header .header-nav .user-info {
        text-align: left;
        margin-left: 0
    }
    #header .header-nav .user-info .logged {
        color: #2fb5d2
    }
    #header .header-nav .blockcart {
        margin-left: 0;
        background: inherit
    }
    #header .header-nav .blockcart.active {
        margin-left: .5rem
    }
    #header .header-nav .blockcart.inactive .cart-products-count {
        display: none
    }
    #header .header-top {
        background: #f1f1f1;
        padding-bottom: 0
    }
    #header .header-top a[data-depth="0"] {
        color: #232323
    }
    section.checkout-step {
        width: 100%
    }
    .default-input {
        min-width: 100%
    }
    label {
        clear: both
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }
    .block-contact {
        padding-left: .9375rem;
        border: none
    }
    .dropdown-item,
    .menu {
        padding-left: 0
    }

/* AngarThemes
    #footer {
        padding-top: .5rem
    }
*/

}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }
    #header .logo {
        width: auto
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }
    .sub-menu {
        left: 0;
        min-width: 100%
    }
    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto .9375rem
    }
    #blockcart-modal .cart-content {
        padding-left: 0
    }
    #blockcart-modal .product-name,
    #product-availability {
        margin-top: .625rem
    }
    #search_filters .facet .facet-label {
        text-align: left
    }
    .block-category .category-cover {
        position: relative;
        text-align: center
    }
    .block-category {
        padding-bottom: 0
    }
}

@media (max-width:575px) {
    #content-wrapper,
    #left-column {
        padding-left: 0!important;
        padding-right: 0!important
    }
}


/* Wrapper end */


















/* AngarTheme css */

/* Font */
@font-face {
font-family: Material Icons;
font-style: normal;
font-weight: 400;
src: url(../css/fonts/material_icons.eot);
src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/fonts/material_icons.woff2) format("woff2"), url(../css/fonts/material_icons.woff) format("woff"), url(../css/fonts/material_icons.ttf) format("truetype")
}

/* Layout */
body {
background-image: url(../img/bg38.png);
background-color: #000000;
background-repeat: repeat;
background-position: left top;
color: #000;
font-family: "Poppins", Arial, Helvetica, sans-serif;
line-height: 18px;
font-size: 13px;
}

main {
background: #fff;
max-width: 1200px;
margin: 0 auto;
box-shadow: 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

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

/* HEADER */

/* Header nav */
nav.header-nav {
background: #000000;
border-bottom: 1px solid #383838;
line-height: 34px;
margin-bottom: 0px;
}

nav.header-nav a {
color: #fff;
}

nav.header-nav i {
display: none;
}

.user-info {
float: right;
}

nav.header-nav .user-info a {
font-weight: bold;
color: #7fd41d;
}

/* Header */
.header-top {
background: #1b1a1b;
padding: 20px 0;
}

/* Cart top */
div#_desktop_cart {
float: right;
width: 33.333%;
padding: 0 15px;
}

div#_desktop_cart .blockcart.cart-preview a {
float: right;
padding: 8px 10px;
font-weight: bold;
color: #fff;
background: #7fd41d;
}

/* Menu */
#_desktop_top_menu > ul {
margin-bottom: 0;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}

#_desktop_top_menu > ul > li:first-child {
border-left: 1px solid #e6e6e6;
}

#_desktop_top_menu > ul > li {
float: left;
border-right: 1px solid #e6e6e6;
}

#_desktop_top_menu > ul > li > a {
display: block;
padding: 12px 18px;
color: #000;
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}

/*** HEADER END ***/


/*** PRODUCT-LIST ***/

/* Product-list layout */
.products {
margin: 0 -10px 0px;
}

.products .product-miniature {
position: relative;
float: left;
width: 20%;
padding: 0 10px 20px;
text-align: center;
}

.products .product-miniature:nth-child(5n+1) {
clear: both;
}

.products .product-miniature .thumbnail-container {
background: #fff;
padding: 8px 8px 8px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
}

.products .product-miniature .thumbnail-container:hover {
-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 0px;
-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 0px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 0px;
}

.all-product-link {
clear: both;
}

/* Product-list img */
.product-image-container {
position: relative;
margin-bottom: 12px;
}

.product-image-container a.thumbnail.product-thumbnail {
display: block;
}

.product-image-container img {
max-width: 100%;
}

/* Product-list quick view */
.product-image-container a.quick-view {
display: none;
position: absolute;
top: 50%;
margin: -18px auto 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
-moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
float: none;
max-width: 110px;
color: #fff;
font-size: 12px;
line-height: 36px;
}

.products .product-miniature .thumbnail-container:hover a.quick-view {
display: block;
}

/* Product-list flags */
a.product-flags {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

a.product-flags span {
float: left;
clear: left;
background: #00b0ff;
font-weight: 400;
font-size: 12px;
line-height: 12px;
color: #fff;
width: auto;
text-align: center;
z-index: 1;
padding: 5px 6px;
margin-bottom: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

a.product-flags span.product-flag.discount-percentage {
float: right;
background: #ff0000;
}
a.product-flags span.product-flag.new {
background: #00b0ff;
}

a.product-flags span.product-flag.on-sale {
background: #ff0000;
}

a.product-flags span.product-flag.discount {
background: #ff0000;
}

/* Product-list title */
.products .product-miniature .product-title {
font-size: 14px;
line-height: 16px;
padding: 0;
margin: 0;
min-height: auto;
height: 32px;
overflow: hidden;
}

.products .product-miniature .product-title a {
font-size: 14px;
font-weight: bold;
line-height: 16px;
color: #000;
margin-bottom: 0;
text-transform: uppercase;
}

.products .product-miniature .product-title a:hover {
text-decoration: underline;
}

/* Product-list desc */
.products .product-miniature  .product-desc {
height: 36px;
overflow: hidden;
margin: 0 0 2px;
display: block;
overflow: hidden;
}

/* Product-list price */
.product-price-and-shipping {
padding-bottom: 6px;
}

.product-price-and-shipping span {
font-size: 15px;
line-height: 26px;
}

.product-price-and-shipping span.price {
color: #7fd41d;
font-weight: 600;
}

.product-price-and-shipping span.regular-price {
color: #999999;
font-size: 13px;
line-height: 24px;
text-decoration: line-through;
margin-right: 4px;
}

/* Product-list buttons */
.button-container form.add-to-cart-or-refresh {
display: inline-block;
}

.button-container .add-to-cart {
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: white;
text-shadow: initial;
padding: 0;
border: 0;
text-decoration: none;
text-align: center;
color: #ffffff;
background: #1b1a1b;
border: 1px solid #1b1a1b;
padding: 8px 12px;
text-transform: initial;
box-shadow: initial;
}

.button-container .add-to-cart:hover {
background: #7fd41d;
border: 1px solid #7fd41d;
}

.button-container .add-to-cart i {
margin-right: 4px;
width: auto;
height: auto;
font-size: 15px;
line-height: 14px;
vertical-align: -3px;
}

.button-container .lnk_view {
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: white;
text-shadow: initial;
padding: 0;
border: 0;
text-decoration: none;
text-align: center;
color: #000;
background: #fff;
border: 1px solid #D6D4D4;
padding: 8px 12px;
text-transform: initial;
}

.button-container .lnk_view:hover {
background: #f7f7f7;
}

/* Product-list variant-links */
.variant-links {
margin: 6px 0 0;
}

.variant-links .color {
margin: 4px 2px 0;
}


/*** FOOTER ***/

/* Footer bg */
#footer {}

.footer-container {
color: #fff;
padding-top: 20px;
position: relative;
background: #1b1a1b;
margin: 0 auto;
border-top: 1px solid #383838;
}

.footer-container a {
color: #fff;
}

.footer-container h3,
.footer-container h4 {
color: #fff;
cursor: initial;
border-bottom: 1px solid #383838;
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
margin-bottom: 20px;
}

.footer-container h4 span,
.footer-container h3 span,
.footer-container h3 a,
.footer-container .links .title span.h3,
.footer-container .links .title a.h3 {
display: inline-block;
border-bottom: 2px solid #7fd41d;
margin-bottom: -1px;
padding: 7px 0;
}

.footer-container .links ul {
margin-bottom: 10px;
}

.footer-container li {
padding-bottom: 8px;
}

.footer-container li a {
color: #ffffff;
}

.footer-container li a:hover {
text-decoration: underline;
}

.footer-container .links .collapse {
display: inherit;
}

/* Footer social margin */
.row.social_footer {
border-top: 1px solid #2d2d2d;
padding-top: 20px;
}

/* Footer newsletter */
.block_newsletter {
font-size: 13px;
margin-bottom: 20px;
}

p#block-newsletter-label {
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
padding: 12px 0 12px 15px;
margin-bottom: 0;
}

.block_newsletter form .input-wrapper {
overflow: hidden
}

.block_newsletter form input[type=text] {
border: none;
padding: 10px;
width: 100%;
min-width: 255px;
color: #282828;
border: 1px solid #d6d4d4;
}

.block_newsletter form input {
height: 40px;
}

.block_newsletter .btn-primary {
background: #7fd41d;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
}

.block_newsletter .btn-primary:hover {
background: #8fd41d;
}

.block_newsletter p {
font-size: 13px;
padding-top: 4px;
margin-bottom: 0;
}

/* Footer social */
.block-social {
text-align: right;
margin-bottom: 16px;
}

p#block-social-label {
float: right;
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
padding: 12px 15px;
margin-bottom: 0;
}

#footer .block-social ul {
float: right;
margin-bottom: 0;
}

#footer .block-social ul li {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
padding: 0;
margin: 0 2px;
background-size: 24px;
}

.block-social li a {
display: block;
height: 100%;
white-space: nowrap;
text-indent: 100%;
overflow: hidden
}

.block-social li a:hover {
color: transparent
}

.block-social .facebook {
background: url(../img/icons/fb.svg) no-repeat center center #3765a3;
}

.block-social .twitter {
background: url(../img/icons/twitter.svg) no-repeat center center #11c1ff;
}

.block-social .rss {
background: url(../img/icons/rss.svg) no-repeat center center #f4b83f;
}

.block-social .youtube {
background: url(../img/icons/youtube.svg) no-repeat center center #e42526;
}

.block-social .googleplus {
background: url(../img/icons/googleplus.svg) no-repeat center center #dc4a38;
}

.block-social .pinterest {
background: url(../img/icons/pinterest.svg) no-repeat center center #d73532;
}

.block-social .vimeo {
background: url(../img/icons/vimeo.svg) no-repeat center center #1ab7ea;
}

.block-social .instagram {
background: url(../img/icons/instagram.svg) no-repeat center center #000;
}

/* Footer bottom */
.footer-container .bottom-footer {
font-size: 12px;
padding: 10px 15px;
text-align: center;
border-top: 1px solid #383838;
background: #000000;
color: #ffffff;
}


/* RWD FOOTER */


/* Footer newsletter RWD */
@media (min-width:992px) {

p#block-newsletter-label {
width: auto;
}

#block-newsletter-content {
width: 68%;
}

}


@media (max-width:767px) {

.footer-container {
box-shadow: none;
margin-top: 0;
padding-top: 0px;
}

.footer-container .wrapper {
margin-top: 10px;
}

/* Footer title */
.footer-container .links .title {
border-bottom: 1px solid #282828;
cursor: pointer;
}

.footer-container .links .title .h3 {
color: #fff;
font-size: 16px;
line-height: 24px;
}

/* Footer arrows */
.footer-container .links .navbar-toggler {
text-align: center;
display: inline-block;
line-height: 34px;
height: 38px;
border: 0;
margin: 0;
padding: 0;
}

.footer-container .links .navbar-toggler i {
line-height: 34px;
height: 38px;
margin: 0 auto;
}

/* Footer links */
.footer-container .links ul {
background-color: #f6f6f6;
margin-bottom: 0
}

.footer-container .links ul>li {
padding: 10px 10px;
border-bottom: 1px solid #fff;
font-weight: 700
}

.footer-container .links ul>li a {
color: #1b1a1b;
}

/* Footer bottom */
.footer-container .bottom-footer {
position: absolute;
left: 0;
right: 0;
margin: 0;
}

/* Collapse/expand footer */
.footer-container .links .collapse {
display: none
}

.footer-container .links .collapse.in {
display: block
}

.footer-container .links .title .collapse-icons .remove,
.footer-container .links .title[aria-expanded=true] .collapse-icons .add {
display: none
}

.footer-container .links .title[aria-expanded=true] .collapse-icons .remove {
display: block
}

/* Footer newsletter */
.block_newsletter {
font-size: 14px;
margin-bottom: 10px;
}

.block_newsletter p {
padding-top: 10px;
margin-bottom: 10px;
}

/* Footer social */
.row.social_footer {
border-top: 0;
padding-top: 10px;
}

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

.block-social p#block-social-label {
display: none;
}

#footer .block-social ul {
float: none;
margin-bottom: 0;
}


}











































/*** PRODUCT ***/
.social-sharing .facebook.icon-gray {
background-image: url(../img/icons/fb_grey.svg)
}

.social-sharing .facebook.icon-gray:hover {
background-image: url(../img/icons/fb_blue.svg)
}

.social-sharing .twitter.icon-gray {
background-image: url(../img/icons/twitter_grey.svg)
}

.social-sharing .twitter.icon-gray:hover {
background-image: url(../img/icons/twitter_blue.svg)
}

.social-sharing .googleplus.icon-gray {
background-image: url(../img/icons/googleplus_gray.svg)
}

.social-sharing .googleplus.icon-gray:hover {
background-image: url(../img/icons/googleplus_blue.svg)
}

.social-sharing .pinterest.icon-gray {
background-image: url(../img/icons/pinterest_gray.svg)
}

.social-sharing .pinterest.icon-gray:hover {
background-image: url(../img/icons/pinterest_blue.svg)
}