/********************************************/
/*           GENERAL INSTRUCTIONS           */
/********************************************/ 
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
a, a:active, a:focus {
    text-decoration: none;
    outline: none;
}
#wrapper {
    background-color: #FFF;
    padding-top: 0;
}
.h1, .h2, .h3 {
    color: #3E8778;
}
.h1 {
    text-align: center;
}

.hidden {
    display: none;
}

#subcategories {
    display: none;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.row{
    margin-right: 0;
    margin-left: 0;
} 
/********************************************/
/*           HEADER INSTRUCTIONS            */
/********************************************/
#header a {
    color: #444242;
    /*color: #3E8778;*/
}

/* LOGO */
#header .logo {
    width: 160px;
    height: 80px;
    background-color: #fff;
}

#header .container-blockreassurance {
    padding-top: 15px;
}

#header .header-nav{
    max-height: fit-content;
    border-bottom: 0;
}

.header_top_content {
    display: inline-block;
    /*text-align: center;*/
    float:left;
    width:100%;
    height: 100px;
    line-height: 100px;
}
.header_top_content ._desktop_logo {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    float: left;
    padding-left: 15px;
}
.header_top_content ._desktop_logo .wrap_logo{
    position: relative;
}
.header_top_content .box_menu{
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    display: inline-block;
    /*text-align: center;*/
}
.header_top_content .top_right {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    text-align: right;
    display: inline-block;
}

/* USER INFO */
._desktop_user_info{
    display: inline-block;
    padding-left: 6px;
    padding-right: 8px;
    vertical-align: middle;
    line-height: 30px;
    cursor: pointer;
}
._desktop_user_info i{
    color: #3E8778;
}
._desktop_user_info i:hover{
    color: #FFF;
    background-color: #3E8778;
    border-radius: 3px;
}
._desktop_user_info.open .toggle_user_mobile{
    opacity: 1;
    visibility: visible;
}
._desktop_language_selector {
    border-bottom: 1px solid #232323;
}

/* SHOPPING CART */
.shoppingcart_img {
    float: left;
    max-width: 60px;
    height: auto;
    line-height: 1.75;
}
.blockcart.cart-preview {
    float: right;
    padding-left: 12px;
    position: relative;
}
.blockcart.cart-preview i{
    color: #3E8778;
}
.blockcart.cart-preview i:hover{
    color: #FFF;
    background-color: #3E8778;
    border-radius: 3px;
}
body *::selection {
    background-color: #000000;
    color: #ffffff;
}
#_desktop_cart {
    float: right;
    padding: 0 10px 0 0px;
}
.blockcart.cart-preview .icon-bag {
    font-size: 30px;
}
.blockcart.cart-preview .icon_bag_alt {
    font-size: 20px;
}
.blockcart > a {
    position: relative;
    width: auto;
    text-transform: uppercase;
    color:#000000;
    font-size: 15px;
}
.cart-preview .cart-products-count {
    border-radius: 50%;
    color: #FFF;
    background-color: #ee6b0e;
    font-size: 12px;
    height: 15px;
    left: 9px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 15px;
}

/* WISHLIST */
.header_top_content .top_wishtlish {
    float:left;
    display:inline-block;
    display: none;
}
.top_wishtlish a{
    color:#205F49;
}


/* MAIN MENU*/
.menu_and_cattree {
    width: 100%;
    position: relative;
}
.top-menu a {
    text-transform: uppercase;
    /*display: block;*/
    font-weight: 400;
    padding: 4px 0.625rem;
}
.top-menu[data-depth="1"] {
    margin: 0.625rem;
}
.top-menu a:not([data-depth="0"]) {
    padding-left: 0.825rem;
}
.top-menu a.dropdown-submenu {
    color: #171717;
    font-weight: 600;
}
.top-menu a[data-depth="0"] {
    font-weight: 600;
    color: #83817e;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #821373;
    text-transform: uppercase;
    text-decoration: none;
}
#header .top-menu a[data-depth="1"]:hover {
    color: #821373;
    text-decoration: none;
}
.top-menu .sub-menu {
    margin-top: -45px;
    margin-left: 0;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
    margin: 0;
}

#mobile_top_menu_wrapper {
    margin-top: 20px;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
    float:none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    padding-left: 15px;
}
.mobile_header_wrapper{
    padding-right: 15px;
    margin-top: -20px;
    line-height: 20px;
}
.mobile_header_wrapper .material-icons {
    font-size: 28px;
}

/********************************************/
/*        MAIN CONTENT INSTRUCTIONS         */
/********************************************/
/* ALL PAGES */
#header .blockreassurance{
    display: none;
}
#index #header .blockreassurance {
    display: block;
}
#cart #footer .blockreassurance {
    display: none;
}

/* HOME PAGE */
.featured-products .h1:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #3E8778;
    display: inline-block;
    margin: 10px 10px 0 10px;
    vertical-align: top;
}
.featured-products .h1:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #3E8778;
    display: inline-block;
    margin: 10px 10px 0 10px;
    vertical-align: top;
}
.featured-products .products-section-title {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.7rem;
}

/* BREADCRUMB NAV */
#wrapper .breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 16px;
    padding: .75rem 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
#wrapper .breadcrumb {
    background: #efefef;
    margin: 0;
    padding: 10px 0 10px 5px;
    color: #a864a8;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    border-radius: 0;
}
#index #wrapper .breadcrumb {
    display: none;
}
.container--large {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 1570px;
    margin: 0 auto;
}
.breadcrumb-inside {
    padding-left: 10px;
}

/* PRODUCTS LIST MINIATURES */
.products .product {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    border: 1px solid #FFF;
}
.products .product:hover {
    border: 1px solid #3E8778;
}
.product-miniature .thumbnail-container {
    width: 100%;
    margin-bottom: 10px;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}
.product-miniature .product-title {
    text-transform: none;
}
.product-miniature .product-title a {
    font-size: 1rem;
    font-weight: 400;
    color: #3E8778;
}
.product-miniature button.quick-cart {
    color: #3E8778;
    background: none;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
}
.product-miniature button.quick-cart:hover {
    color: #FFF;
    background-color: #3E8778;
}
.product-miniature .product-price-and-shipping {
    margin-top: 10px;
    color: #30423f;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    width: 100%;
}
.product-miniature .product-price-and-shipping .price {
    text-align: center;
}
.product-miniature .product-price-and-shipping .quick-cart-form {
    float: right;
    margin-right: 1rem;
}

/* PRODUCT FLAGS */
.product-flags{
    right: 0;
}
.product-flags li.product-flag {
    background: #89918a;
    border-radius: 5px;
}

/* PRODUCT PAGE */
.product-price {
    color: #821373;
    line-height: 36px;
    font-size: 24px;
}

/* WISHLIST */
.products article .wishlist-button-add-button-add {
    display: none;
}

/********************************************/
/*           FOOTER INSTRUCTIONS            */
/********************************************/
.block-social{
    text-align: center;
    padding-top : 10px;
    border-top: 2px solid #BAEBD4;
    border-bottom: 2px solid #BAEBD4;
}
.block-social ul {justify-content:center;}
.block-social ul li {
	width: 40px;
    height: 40px;
    margin: 5px;
    background-color: #3E8778;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.block-social ul li:hover {background-color: #2B4D16;}




/********************************************/
/*         RESPONSIVE  INSTRUCTIONS         */
/********************************************/
@media (max-width: 1100px) {
    .breadcrumb-inside {
        padding-left: 1.5%;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    #header .header-nav{
        padding: 0;
    }
    #_mobile_logo {
        text-align: center;
    }
    #_mobile_logo .wrap_logo{
        padding-top: 10px;
    }
    #_mobile_logo > a {
        display: inline-block;
        padding: 20px 0;
        text-align: center;
    }
    .mobile_logo {
        display: block;
    }
    .blockcart.cart-preview .icon-bag {
        font-size: 28px;
    }
    .header_top_content #_desktop_cart{
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
    .header_right_mobile {
        float: right;
        margin-right: 15px;
    }
    #menu-icon .material-icons {
        font-size: 28px;
        color: #3E8778;
    }
	.blockcart > a{
		margin:0;
        font-size: 18px;
	}
	.blockcart > a::before {
		top: 12px;
        font: normal normal normal 24px/1 FontAwesome;
	}
    .breadcrumb-inside {
        margin-left: 0;
        padding-left: 0;
    }
    #index #footer .blockreassurance {
        display: block;
    }
    #index #header .blockreassurance {
        display: none;
    }
    .breadcrumb-inside {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    #index #footer .blockreassurance {
        display: none;
    }
    #index #header .blockreassurance {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu_and_cattree {
        position: static;
    }
    #header .logo {
        height: 100px;
        width: auto;
        margin-bottom: 0;
    }
    .breadcrumb-inside {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    #_desktop_logo {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .header-nav .container {
        width: 100%;
        height: 140px;
    }
    .box_menu {
        width: 80%;
    }
    .menu_and_cattree {
        line-height: 40px;
    }
    .header_top_content .top_right {
        line-height: 40px;
        width: 20%;
    }
    .top-menu .sub-menu {
        margin-top: -10px;
    }
}