/* Canada Style*/
:root{
    --background-header: #1a1a2c;
    --background-menu: #445959;
    --background-lbl: #0076a3;
    --background-footer-top: #e9e9e9;
    --color-1: #3387b3;
    --color-2: #3965a1;
    --color-3: #b11001;
    --black: #000;
    --white: #fff;
    --color-border: #f5efec;
}

body{
    color: var(--black);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 22px;
}
a{
    color: var(--color-3);
}
a:hover{
    color: var(--color-2);
}
a, .btn,
.em2BlockFooter li a,
.em2Categories a img,
.blockManufacturer a img,
.product-miniature{
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.btn-unstyle:focus .expand-more, 
.dropdown:hover .expand-more, 
.search-widget form button[type=submit] .search:hover, 
.search-widget form input[type=text]:focus+button .search, 
.top-menu a:not([data-depth="0"]):hover,
#_desktop_top_menu .top-menu[data-depth="0"] li:hover > a:hover,
#header a:hover,
#_desktop_top_menu .top-menu[data-depth="0"] li.current > a,
#header .header-nav .user-info a:hover,
#header .header-nav .cart-preview a:hover,
.cart-grid-right a:not(.btn){
    color: var(--color-3);
}

/* header */
#header {
    position: relative;
    background: var(--background-header);
    padding: 5px 0px;
}
#header > .container{
    position: relative;
}
#header .logo {
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 99;
}
#header .blockNav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#header a:hover,
#header .header-nav .user-info a:hover,
#header .header-nav .cart-preview a:hover{
    text-decoration: none;
}
#header .menu{
    display: inline-block;
    width: 100%;
}
#header .menu > ul{
    display: flex;
    justify-content: space-around;
}
#header .menu>ul>li {
    display: inline-block
}
#header .header-nav #menu-icon {
    margin: 0 1rem;
    vertical-align: middle;
    cursor: pointer
}
#header .header-nav #menu-icon .material-icons {
    line-height: 50px
}
#header .header-nav .currency-selector button{
    padding: 0px 5px;
    background: var(--white);
    display: inline-flex;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
}
#header .header-nav .dropdown-menu{
    min-width: auto;
}
#header .header-nav .dropdown-menu .dropdown-item{
    padding: 5px 10px;
}
#header .header-nav .user-info a{
    white-space: nowrap;
    text-align: center;
    color: var(--white);
    display: inline-block;
    margin: 0 10px;
}
#header .header-nav .user-info span{
    display: block;
}
#header .header-nav .user-info .account {
    margin-left: .625rem
}
#header .header-nav .language-selector button{
    padding: 0 5px;
    background: var(--white);
    /* margin-right: 10px; */
    display: inline-flex;
    height: 24px;
    align-items: center;
}
#header .header-nav .cart-preview.active a{
    display: inline-block;
    text-align: center;
}
#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle
}
#header .header-nav .cart-preview .body {
    display: none
}
#header .header-nav .blockcart {
    text-align: center;
    white-space: nowrap;
}
#header .header-nav .blockcart a {
    color: var(--white);
}
#header .header-nav .search-widget {
    margin-top: 0.2rem
}
#header .header-nav .material-icons {
    line-height: inherit
}
#header .blockNav .currency-selector .material-icons{
    line-height: normal;
}
#header .header-top {
    background: var(--background-menu);
}
#header:not(.is-open) .header-top #menu-icon{
    color: #ffffff;
}
#header .header-top>.container {
    position: relative
}
#header .header-top>.container>.row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
#header .header-top .position-static{
    position: static
}
#header .header-top a[data-depth="0"] {
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
#header .header-top .search-widget {
    float: right
}
#header .top-menu-link {
    margin-left: 1.25rem
}
#header .header-nav .blockcart{
    color: var(--white);
}
.em2Search{
    display: block;
    text-align: center;
    padding: 5px 0px;
}
.em2Search a{
    color: var(--color-3);
    font-size: 12px;
    background: var(--white);
    padding: 0 5px;
    display: inline-block;
}
#em2HeaderInfo{
    display: flex;
    color: var(--white);
    font-weight: 600;
    justify-content: space-evenly;
    padding-top: 5px;
}
#em2HeaderInfo .description{
    color: yellow;
}
.em2CatMenu{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
#header .blockNav .language-selector-wrapper,
#header .blockNav .user-info,
#header .blockNav .blockcart{
    margin-top: 10px;
}
#header .blockNav .currency-selector,
#header .blockNav .language-selector-wrapper{
    margin-top: 13px;
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

.page-not-found .search-widget form {
    display: inline-block
}

.top-menu[data-depth="1"] {
    margin: 0.625rem
}

.top-menu[data-depth="0"] {
    margin-bottom: 0
}

.top-menu a:not([data-depth="0"]){
    display: block;
    padding: 5px;
    color: var(--black);
}

.top-menu a.dropdown-submenu {
    font-weight: 600;
    text-transform: uppercase;
}

.top-menu a[data-depth="0"] {
    padding: 10px;
    font-weight: bold;
}

#header .top-menu a[data-depth="0"]:hover {
    color: var(--color-3);
    text-decoration: none;
}

.top-menu a[data-depth="1"],.top-menu a[data-depth="2"] {
    padding: 5px 0px;
    white-space: initial;
}

.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    z-index: 18;
    width: 100%;
    visibility: hidden;
    border: none;
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,0.1);
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    padding: 15px;
    display: none;
}

.top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0
}

.top-menu .sub-menu.collapse.in {
    visibility: visible;
    opacity: 1
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    width: 33.3333%;
    margin-bottom: 15px;
}
.top-menu .sub-menu ul[data-depth="1"]>li:nth-child(3n+4){
    clear: both;
}

.top-menu .sub-menu a:hover {
    color: var(--color-3)
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0
}

.popover.bs-tether-element-attached-top {
    margin-top: 0
}
#_desktop_top_menu .top-menu[data-depth="0"] li:hover > a{
    background: var(--white);
    color: var(--black);
    border-radius: 4px 4px 0px 0px;
}
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    animation: effectMenuActive 0.8s;
}
#_desktop_top_menu .top-menu[data-depth="0"] li.current > a{
    background: var(--white);
}
#mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem
}

#mobile_top_menu_wrapper .top-menu {
    color: #232323
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 0.625rem;
    border-bottom: 1px solid #f6f6f6
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    position: static;
    z-index: inherit;
    display: block;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"]>li {
    border-bottom: 1px solid #7a7a7a
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0
}

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

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    padding: 0.625rem;
    font-weight: 600;
    border-bottom: 1px solid #fff
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #7a7a7a
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline
}

#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    display: block;
    width: 100%;
    padding: 0.625rem 0
}

/* footer */
#footer {
    background: var(--background-header);
}
.footer-top{
    padding: 15px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 225px;
    display: flex;
    align-items: center;
}
.footer-container {
    padding: 35px 0px;
    overflow: hidden;
    color: var(--white);
}

.footer-container .h3,
.footer-container .h4 {
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
}

.footer-container .em2BlockFooter {
    margin-bottom: 30px
}
.footer-container li a,
#em2Footer p, #em2Footer a{
    color: var(--white);
    text-decoration: none;
}

.footer-container li a:hover,
#em2Footer a:hover{
    color: var(--color-1);
}
#footer .block_newsletter #block-newsletter-label {
    padding-top: 0;
    text-transform: uppercase;
    color: var(--white);
    font-weight: bold;
}
/* module */
.em2BlockFooter li a::before{
    font-family: 'Font Awesome 5 Light';
    font-weight: 300;
    content: "\f054";
    font-size: 10px;
    line-height: 10px;
    position: relative;
    top: -1px;
}
.em2BlockFooter li a:hover{
    padding-left: 5px;
}
.em2FooterSocial{
    display: flex;
    align-items: center;
    margin: 15px 0px;
}
.em2FooterSocial ul{
    list-style: none;
    display: inline-flex;
    align-items: center;
}
.em2FooterSocial ul li a{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--white);
    color: var(--black);
    margin-right: 10px;
}
.em2FooterSocial ul li a:hover{
    background: var(--black);
    color: var(--white);
}
.em2Banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}
.em2Banner .blockContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 76px 0px;
    flex-flow: column;
}
.em2Banner h1,
.em2Banner h2{
    margin: 0px;
    font-weight: 700;
    -webkit-filter: drop-shadow(2px 2px 4px #000);
    filter: drop-shadow(2px 2px 4px #000);
    text-shadow: #292929 0 0 1px;
}
.em2Banner h1{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
}
.em2Banner h2{
    font-size: 22px;
    line-height: 30px;
}
.em2Categories a{
    display: block;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    height: 100%;
}
.em2Categories a img{
    border: 1px solid var(--color-border);
}
.em2Categories a span{
    font-weight: bold;
    color: var(--black);
    margin-top: 5px;
    display: block;
}
.em2Categories a:hover img{
    transform: translateY(-10px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.em2Categories a:hover span{
    color: var(--color-1);
}
.blockManufacturer .row .col-md-2{
    width: 20%;
}
.blockManufacturer .row .col-xs-6{
    margin-bottom: 30px;
}
.blockManufacturer .row a{
    display: block;
    border: 1px solid var(--color-border);
    overflow: hidden;
    color: var(--black);
    text-align: center;
    height: 100%;
}
#index .blockManufacturer .row a{
    border: none;
}
.blockManufacturer .row a > span{
    font-weight: bold;
    display: block;
    padding: 5px 0px;
}
.blockManufacturer .row a:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    color: var(--color-1);
}
#index .blockManufacturer .row a:hover{
    box-shadow: none;
}
.blockManufacturer a:hover img{
    transform: scale(1.1);
}
.blockHome{
    background: var(--white);
    padding: 15px 0px;
    margin: 0 -15px;
}
.blockHome:nth-child(even){
    background: #e7e7e7;
}
.em2HTML .row{
    display: flex;
    flex-wrap: wrap;
}
.em2HTML .item{
    height: 100%;
    position: relative;
    top: -40px;
}
.em2HTML .item .thumb{
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: 44px;
}
.em2HTML .item .detail{
    background: #b11001;
    color: var(--white);
    padding: 45px 20px 20px 20px;
    width: 100%;
    height: calc(100% - 140px);
    text-align: center;
}
.em2HTML .item .detail .title{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.em2HTML .item .detail .description ul{
    text-align: left;
    margin-left: 20px;
    padding-left: 0px;
}
.em2HTML .item .detail .description ul li::before{
    content: '-';
    margin-right: 5px;
}
.em2ProductText{
    color: var(--color-3);
    font-weight: bold;
}
ul.em2Logo{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.titleMailAlert{
    margin-bottom: 15px;
}
.titleMailAlert span,
.js-mailalert input,
.js-mailalert button.btn{
    background: yellow;
    color: grey;
    padding: 5px 10px;
    border-radius: 15px;
}
.js-mailalert input{
    border: none;
    border-radius: 0px;
}
.js-mailalert button.btn{
    color: var(--color-3);
    background: yellow !important;
    text-transform: none;
    border-radius: 5px;
}
/* content */
#wrapper {
    padding-top: 15px;
}
h1.mainTitle{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
}
.headerCategoryManufacturer{
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#index #wrapper{
    padding-top: 0px;
}
#wrapper .breadcrumb {
    padding: 0;
    padding-bottom: 15px;
    background: none;
    border-bottom: 1px solid var(--color-border);
}
#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 {
    margin: 0.3125rem;
    content: "/"
}
#wrapper .breadcrumb li:last-child {
    margin: 0;
    content: "/"
}
#wrapper .breadcrumb li:last-child::after {
    content: ""
}
#wrapper .breadcrumb li a,
body#checkout{
    color: var(--black)
}

body#checkout #header .header-nav {
    max-height: none;
    padding: 0.9375rem 0;
    margin-bottom: 0;
    border: none
}

body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 4.375rem
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0
}

body#checkout .cart-grid-right .card {
    border: 0;
    box-shadow: none
}

body#checkout .cart-grid-right .card .cart-total {
    background-color: inherit
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
    margin-bottom: 0
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
    font-size: 1rem;
    font-weight: 400
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
    font-size: 1rem;
    font-weight: 600
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
    margin-bottom: 0.825rem
}

body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body#checkout .custom-checkbox>label {
    padding-left: 1.5rem
}

body#checkout .custom-checkbox span {
    position: absolute;
    top: 0.025rem;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 0.1rem
}

body#checkout a:hover {
    color: var(--color-2);
}

body#checkout section#content {
    margin-bottom: 1.563rem
}

body#checkout .container {
    min-height: 100%
}

body#checkout section.checkout-step {
    padding: 0.625rem;
    background-color: #fff
}

body#checkout section.checkout-step:last-child {
    border: 0
}

body#checkout section.checkout-step .step-title {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #ddd
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
    padding-top: 1.25rem;
    border-top: 1px solid #ddd
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0.625rem
}

body#checkout section.checkout-step .content {
    padding: 0 2.313rem;
    padding-top: 1rem
}

body#checkout section.checkout-step .step-edit {
    font-weight: 500;
    text-transform: lowercase
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5
}

body#checkout section.checkout-step .content,body#checkout section.checkout-step .done,body#checkout section.checkout-step .step-edit {
    display: none
}

body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 0.5
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default
}

body#checkout section.checkout-step.-current .content {
    display: block
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 0.65rem;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    background-color: var(--color-2);
    border: none;
    border-radius: 50%
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    color: var(--color-2);
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: block;
    float: right;
    margin-right: 0.125rem;
    cursor: pointer
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step .default-input {
    min-width: 40%
}

body#checkout section.checkout-step .default-input[name="address1"],body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem
}

body#checkout section.checkout-step .radio-field label {
    display: inline
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0
}

body#checkout section.checkout-step .select-field div {
    padding: 0.625rem 3.125rem;
    background: #f6f6f6
}

body#checkout section.checkout-step .form-footer {
    text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 0.5rem
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem
}

body#checkout section.checkout-step .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    font-size: 1rem;
    vertical-align: middle;
    border: 1px solid #232323;
    border-radius: 50%
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: .625rem;
    background: #f6f6f6;
    border: 3px solid transparent
}

body#checkout section.checkout-step .address-item>header {
    min-height: 11.7rem
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: var(--color-3) 1px solid
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    margin-bottom: 0.625rem;
    font-weight: 600
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 500
}

body#checkout section.checkout-step .radio-block {
    padding: 0.9375rem;
    text-align: left;
    cursor: pointer
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem
}

body#checkout section.checkout-step .delete-address,body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 0.3125rem;
    color: #7a7a7a
}

body#checkout section.checkout-step .delete-address .delete,body#checkout section.checkout-step .delete-address .edit,body#checkout section.checkout-step .edit-address .delete,body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem
}

body#checkout section.checkout-step hr {
    margin: 0
}

body#checkout section.checkout-step .address-footer {
    padding: 0.625rem;
    text-align: center
}

body#checkout section.checkout-step #delivery-addresses,body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a {
    color: #232323
}

body#checkout section.checkout-step .add-address a i {
    font-size: .9375rem
}

body#checkout section.checkout-step .delivery-options>.row {
    border-right: 0.1rem solid #c3c3c3
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    min-height: 80px;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    background: #f6f6f6
}

body#checkout section.checkout-step .delivery-options .delivery-option,body#checkout section.checkout-step .delivery-options .delivery-option label>.row,body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    margin-bottom: 0;
    text-align: inherit
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
    margin-left: 0
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo)>.col-xs-12 {
    padding-left: calc(33.33333% + 15px)
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 3.125rem
}

body#checkout section.checkout-step .carrier-delay,body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word
}

body#checkout section.checkout-step #customer-form,body#checkout section.checkout-step #delivery-address,body#checkout section.checkout-step #invoice-address,body#checkout section.checkout-step #login-form {
    margin-top: 1.563rem;
    margin-left: 0.3125rem
}

body#checkout section.checkout-step #customer-form .form-control-label,body#checkout section.checkout-step #delivery-address .form-control-label,body#checkout section.checkout-step #invoice-address .form-control-label,body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left
}

body#checkout section.checkout-step #customer-form .radio-inline,body#checkout section.checkout-step #delivery-address .radio-inline,body#checkout section.checkout-step #invoice-address .radio-inline,body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0
}

body#checkout section.checkout-step .sign-in {
    font-size: .875rem
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem
}

body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 2.875rem;
    font-size: .875rem
}

body#checkout .condition-label {
    padding-left: 1.625rem;
    margin-top: 0.625rem
}

body#checkout .condition-label label {
    text-align: inherit
}

body#checkout .cancel-address {
    display: block;
    margin: 0.625rem;
    color: #7a7a7a;
    text-decoration: underline
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f6f6f6
}

body#checkout #cart-summary-product-list {
    font-size: .875rem
}

body#checkout #cart-summary-product-list img {
    width: 3.125rem;
    border: #f6f6f6 1px solid
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle
}

body#checkout #order-summary-content {
    padding-top: 0.9375rem
}

body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #232323
}

body#checkout #order-summary-content h4.black {
    color: #000
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none
}

body#checkout #order-summary-content #order-items {
    border-right: 0
}

body#checkout #order-summary-content #order-items h3.h3 {
    margin-top: 1.25rem;
    color: #232323
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
    padding: 1rem;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
    width: 3.125rem
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #7a7a7a
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer
}

body#checkout #order-summary-content a .step-edit {
    color: #7a7a7a
}

body#checkout #gift_message,body#checkout #delivery {
    max-width: 100%;
    border-color: #232323
}

body#checkout #gift_message textarea,body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 10px
}

body#checkout #delivery>label {
    text-align: left
}

body#checkout #hook-display-after-carrier {
    margin-top: 20px
}

body#checkout #hook-display-after-carrier>[class^="col"] {
    display: inline-block;
    float: inherit
}

body#checkout #hook-display-after-carrier>[class^="col"].links .row>[class^="col"] {
    width: auto
}

#order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem
}

#order-details>.card-title {
    margin-bottom: 1.875rem
}

#order-details ul {
    margin-bottom: 1.25rem
}

#order-details ul li {
    margin-bottom: .625rem
}

#order-items {
    border-right: #f6f6f6 1px solid
}

#order-items .h3 {
    font-size: 1rem
}



#order-items hr {
    border-top-color: #232323
}

#order-items table {
    width: 100%
}

#order-items table tr {
    height: 1.875rem
}

#order-items table tr td {
    padding: 0.5rem;
    font-size: 0.875rem
}

#order-items table tr td:last-child {
    text-align: right
}

#order-items table tr.total-value {
    background-color: #f6f6f6
}

#order-items table tr.taxes td {
    text-align: left
}

#order-items table tr.taxes td .value {
    padding-top: 0
}

#order-items .order-line {
    margin-top: 1rem
}

#order-items .image img {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid gray-lighter
}

#order-items .details {
    margin-bottom: 1rem
}

#order-items .details .customizations {
    margin-top: 0.625rem
}

#order-items .qty {
    margin-bottom: 1rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

.page-order .table {
    margin-bottom: 0
}

.page-order table th {
    padding: 0.5rem
}

.page-order table td {
    padding: 0.5rem
}

.page-order table thead th {
    text-align: center
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem
}

#authentication .custom-checkbox label {
    padding-left: 0.625rem
}

#identity .radio-inline,#authentication .radio-inline {
    padding: 0
}

#identity .radio-inline .custom-radio,#authentication .radio-inline .custom-radio {
    margin-right: 0
}

.page-customer-account #content {
    padding: 1rem;
    background: #fff;
    font-size: .875rem;
    color: #7a7a7a
}

.page-customer-account #content .order-actions a {
    padding: 0 0.125rem
}

.page-customer-account #content .forgot-password {
    padding-bottom: 0.9375rem;
    margin-top: 1rem;
    font-size: .875rem;
    text-align: center
}

.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center
}

.page-authentication #content {
    padding: 1rem;
    background: #fff;
    max-width: 640px;
    margin: 0 auto
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #232323;
    background: #fff
}

.page-addresses .address .address-body {
    padding: 1rem
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-addresses .address .address-body address {
    min-height: 9rem
}

.page-addresses .address .address-footer {
    padding: 0.5rem 1rem;
    border-top: 1px solid #7a7a7a
}

.page-addresses .address .address-footer a {
    margin-right: 0.5rem;
}

.page-addresses .address .address-footer a i {
    font-size: 1rem
}

.page-addresses .address .address-footer a span {
    font-size: .9375rem;
    vertical-align: middle
}

.page-addresses .addresses-footer {
    margin: 0 0.9375rem
}

.page-addresses .addresses-footer a i {
    font-size: 1rem
}

.page-addresses .addresses-footer a span {
    margin-top: .625rem;
    font-size: 1rem;
    vertical-align: middle
}

.page-order-detail #content {
    font-size: 0.875rem
}

.page-order-detail .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem
}

.page-order-detail h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase
}

.page-order-detail #order-infos ul {
    margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -0.9375rem
}

.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 15px;
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px;
    display: flex;
    align-items: center;
}

.page-order-detail #order-products.return td.qty .current {
    float: left;
    width: 30%;
    padding-right: 0.5rem;
    text-align: right
}

.page-order-detail #order-products.return td.qty .select {
    float: left;
    width: 70%;
    padding-left: 0.25rem;
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0 !important
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .order-items .order-item .checkbox {
    float: left;
    width: 30px;
    padding: 0 0.9375rem
}

.page-order-detail .order-items .order-item .content {
    float: left;
    width: calc(100% - 30px);
    padding: 0 0.9375rem
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 600
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: 0.25rem
}

.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem
}

.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

.page-order-detail .messages .message>div {
    margin-bottom: 0.5rem
}

.page-order-detail .customization {
    margin-top: 0.75rem
}

#order-return-infos .thead-default th {
    color: #232323
}

#order-return-infos .customization {
    margin-top: 0.75rem
}

.page-my-account #content .links {
    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
}

.page-my-account #content .links a {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    text-align: center;
    text-transform: uppercase
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid;
}

.page-my-account #content .links a i {
    display: block;
    width: 100%;
    padding-bottom: 3.4rem;
    font-size: 2.6rem;
    color: #232323
}

.page-my-account #content .links a:hover {
    color: #232323
}

.page-my-account #content .links a:hover i {
    color: var(--color-3)
}

#history .orders {
    margin: 0 -1rem
}

#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6
}

#history .orders .order a h3 {
    color: #7a7a7a
}

#history .orders .order .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px
}

#history .orders .order:last-child {
    border-bottom: 0
}

.page-footer .account-link {
    margin-right: 1rem
}

.page-footer .account-link i {
    font-size: 1rem
}

.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}

.login-form {
    margin-top: 15px
}

.forgotten-password {
    padding: 4px
}

.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px
}

.forgotten-password .form-fields .email {
    width: 430px;
    padding-right: 0;
    padding-left: 0
}

.forgotten-password .form-fields .email input {
    height: 38px
}

.forgotten-password .form-fields label.required {
    width: 130px
}

.send-renew-password-link {
    padding-right: 10px;
    padding-left: 10px
}

.renew-password {
    margin-left: 10px
}

.renew-password .email {
    padding-bottom: 30px
}

.renew-password [type="submit"] {
    margin-left: 50px
}

.carousel {
    margin-bottom: 1.5rem
}

.carousel .direction {
    z-index: auto
}

.carousel .carousel-inner {
    height: 340px
}

.carousel .carousel-item {
    height: 100%
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    max-width: 340px;
    color: #fff
}

.carousel .carousel-item .caption .caption-description p,.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    font-size: 1rem;
    color: #fff
}

.carousel .carousel-item .caption .caption-description h3 {
    font-size: 1.25rem;
    font-weight: 600
}

.carousel .carousel-item .caption .display-1 {
    font-size: 3rem;
    font-weight: 700
}

.carousel .carousel-item figure {
    display: inline-block;
    margin: 0
}

.carousel .carousel-control {
    opacity: 1
}

.lang-rtl .carousel .carousel-control .icon-next .material-icons,.lang-rtl .carousel .carousel-control .icon-prev .material-icons {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.carousel .carousel-control .icon-next::before,.carousel .carousel-control .icon-prev::before {
    content: ""
}

.carousel .carousel-control .icon-next i,.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff
}

.carousel .carousel-control .icon-next:hover i,.carousel .carousel-control .icon-prev:hover i {
    color: var(--color-3)
}

.carousel .carousel-control .icon-prev {
    left: 1rem
}

.carousel .carousel-control .icon-next {
    right: 2rem
}

.carousel .carousel-control.left,.carousel .carousel-control.right {
    background: none
}

.carousel-indicators li {
    border-color: #7a7a7a
}

.carousel-indicators .active {
    background-color: #7a7a7a
}

#products .products,.featured-products .products,.product-accessories .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 .products-section-title,.featured-products .products-section-title,.product-accessories .products-section-title {
    margin: 2.5rem 0;
    font-weight: 600;
    text-align: center;
    color: var(--black);
    font-size: 25px;
    line-height: 33px;
}
.featured-products .products-section-title{
    margin: 0px 0px 15px 0px;
}
#products .all-product-link,.featured-products .all-product-link,.product-accessories .all-product-link {
    font-weight: 600;
    color: var(--black);
    font-size: 25px;
    line-height: 33px;
}
#products .all-product-link:hover,.featured-products .all-product-link:hover,.product-accessories .all-product-link:hover{
    color: var(--color-1);
}
.product-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    margin-top: 10px;
    background: var(--white);
}
.product-miniature:hover{
    transform: translateY(-10px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.product-miniature .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 0.8125rem
}

.page-index .product-miniature .product,
.page-search .product-miniature .product {
    width: 25%;
    min-width: 250px
}

.product-miniature .product-thumbnail {
    display: block
}

.product-miniature .product-title a {
    font-size: 14.5px;
    font-weight: bold;
    color: var(--black);
    text-align: center;
    text-decoration: none;
}

.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.product-miniature .thumbnail-container:hover .highlighted-informations,.product-miniature .thumbnail-container:focus .highlighted-informations {
    top: calc(100% - 4.4rem)
}

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

.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants,.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
    top: calc(100% - 2.5rem)
}

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

.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 70px)
}

.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.product-miniature .product-title {
    margin: 0px 0px 10px 0px;
    text-align: center;
    text-transform: capitalize;
}

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

.product-miniature .product-price-and-shipping .discount-product {
    display: none
}

.product-miniature .variant-links {
    position: relative;
    top: -0.25em;
    width: 100%;
    min-height: 2.5rem;
    padding-top: 0.1875rem;
    text-align: center;
    background: #fff
}

.product-miniature .thumbnail-top {
    position: relative;
    overflow: hidden
}

.product-miniature .highlighted-informations {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 0.625rem 0;
    text-align: center;
    background: #fff;
    transition: 0.3s
}

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

.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--color-3)
}

.product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    padding: 5px;
}

.product-miniature .product-flags li.product-flag.online-only {
    top: 13.1rem
}

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

.product-miniature .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: var(--color-3);
    text-decoration: line-through
}

.product-miniature .count {
    position: relative;
    bottom: 0.5rem;
    font-weight: 700;
    color: #7a7a7a
}

#custom-text {
    padding: 3.125rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 2px
}

#custom-text h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase
}

#custom-text p,#custom-text .page-content.page-cms ul,.page-content.page-cms #custom-text ul {
    font-size: 0.875rem;
    font-weight: 400;
    color: #232323
}

#custom-text p .dark,#custom-text .page-content.page-cms ul .dark,.page-content.page-cms #custom-text ul .dark {
    font-size: 1.125rem;
    font-weight: 600;
    color: #232323
}

#custom-text img {
    max-width: 100%;
    height: 100%
}

.page-content.page-cms {
    text-align: justify;
}

.page-content.page-cms .cms-box img {
    max-width: 100%
}

.page-content.page-cms ul {
    list-style: disc inside none
}
.page-content.page-cms ul.nav-tabs{
    display: flex;
    list-style: none;
    margin: 15px 0px;
    padding: 0px;
    justify-content: center;
    border: none;
}
.page-content.page-cms ul.nav-tabs li{
    margin: 0 5px;
}
.page-content.page-cms ul.nav-tabs a{
    background: #c0ac95;
    color: var(--white);
    padding: 5px 15px;
}
.page-content.page-cms ul.nav-tabs li.active a,
.page-content.page-cms ul.nav-tabs a:hover,
.page-content.page-cms ul.nav-tabs a.active{
    background: var(--color-3);
}
#products .product-miniature{
    margin-bottom: 20px;
}

#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#products .up {
    margin-bottom: 1rem
}

#products .up .btn-secondary,#products .up .btn-tertiary {
    text-transform: inherit
}

#products .up .btn-secondary .material-icons,#products .up .btn-tertiary .material-icons {
    margin-right: 0
}

.block-category {
    min-height: 13.75rem;
    margin-bottom: 1.563rem
}

.block-category h1 {
    margin-bottom: 1rem;
    font-size: 2rem
}

.block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-category .block-category-inner #category-description p,.block-category .block-category-inner #category-description .page-content.page-cms ul,.page-content.page-cms .block-category .block-category-inner #category-description ul,.block-category .block-category-inner #category-description strong {
    font-weight: 400;
    color: #7a7a7a
}

.block-category .block-category-inner #category-description p,.block-category .block-category-inner #category-description .page-content.page-cms ul,.page-content.page-cms .block-category .block-category-inner #category-description ul {
    margin-bottom: 0;
    color: #232323;
    word-break: break-word
}

.block-category .block-category-inner #category-description p:first-child,.block-category .block-category-inner #category-description .page-content.page-cms ul:first-child,.page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
    margin-bottom: 1.25rem
}

.block-category .block-category-inner .category-cover img {
    width: 141px;
    height: 180px
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-selection .sort-by {
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
    word-break: break-word;
    white-space: normal
}

.products-selection .total-products {
    padding-top: 0.625rem
}

.products-selection h1 {
    padding-top: 0.625rem
}

.products-selection p,.products-selection .page-content.page-cms ul,.page-content.page-cms .products-selection ul,.products-selection p .sort-by,.products-selection .page-content.page-cms ul .sort-by,.page-content.page-cms .products-selection ul .sort-by,.products-selection p .select-title,.products-selection .page-content.page-cms ul .select-title,.page-content.page-cms .products-selection ul .select-title,.products-selection .sort-by-row,.products-selection .sort-by-row .sort-by,.products-selection .sort-by-row .select-title {
    font-size: 0.875rem
}

.products-selection p i,.products-selection .page-content.page-cms ul i,.page-content.page-cms .products-selection ul i,.products-selection p .sort-by i,.products-selection .page-content.page-cms ul .sort-by i,.page-content.page-cms .products-selection ul .sort-by i,.products-selection p .select-title i,.products-selection .page-content.page-cms ul .select-title i,.page-content.page-cms .products-selection ul .select-title i,.products-selection .sort-by-row i,.products-selection .sort-by-row .sort-by i,.products-selection .sort-by-row .select-title i {
    height: inherit;
    line-height: inherit
}

.products-selection .filter-button .btn-secondary,.products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem
}

.products-sort-order,.brands-sort,.suppliers-sort {
    color: #7a7a7a
}

.products-sort-order .select-title,.brands-sort .select-title,.suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    padding: .625rem;
    color: #232323;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.25)
}

.products-sort-order .select-list,.brands-sort .select-list,.suppliers-sort .select-list {
    display: block;
    padding: .625rem 1.25rem;
    color: #232323
}

.products-sort-order .select-list:hover,.brands-sort .select-list:hover,.suppliers-sort .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: var(--color-3)
}

.products-sort-order .dropdown-menu,.brands-sort .dropdown-menu,.suppliers-sort .dropdown-menu {
    left: auto;
    width: 16.88rem;
    margin: 0;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1)
}

.facet-dropdown {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    color: #7a7a7a;
    background: #f6f6f6;
    border: 3px solid transparent;
    box-shadow: 1px 1px 1px 1px #f6f6f6
}

.facet-dropdown.open {
    border: 0
}

.facet-dropdown.open>.select-title {
    background: #f6f6f6;
    border: 1px solid var(--color-3)
}

.facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .625rem .625rem .625rem 1.25rem;
    margin-left: 0;
    color: #232323;
    cursor: pointer;
    background: #f6f6f6
}

.facet-dropdown .select-title>i {
    margin-left: auto
}

.facet-dropdown .select-list {
    display: block;
    padding: .625rem 1.25rem;
    color: #232323;
    background: #f6f6f6
}

.facet-dropdown .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: var(--color-3)
}

.facet-dropdown .dropdown-menu {
    left: auto;
    width: 100%;
    padding: 0;
    margin-top: 3px;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f6f6f6
}

#search_filters,#search_filters_brands,#search_filters_suppliers {
    padding: 0px;
    margin-bottom: 1.563rem;
    background: #fff
}

#search_filters>.h6,#search_filters_brands>.h6,#search_filters_suppliers>.h6,
.psCategoryProducts > h2{
    font-size: 1.5rem;
    font-weight: 500
}

#search_filters .facet,#search_filters_brands .facet,#search_filters_suppliers .facet {
    padding-top: .625rem
}

#search_filters .facet .collapse,#search_filters_brands .facet .collapse,#search_filters_suppliers .facet .collapse {
    display: block
}

#search_filters .facet .facet-title,#search_filters_brands .facet .facet-title,#search_filters_suppliers .facet .facet-title {
    font-size: 1rem;
    color: #232323
}

#search_filters .facet .facet-label,#search_filters_brands .facet .facet-label,#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0
}

#search_filters .facet .facet-label a,#search_filters_brands .facet .facet-label a,#search_filters_suppliers .facet .facet-label a {
    display: inline-block;
    margin-top: 0px;
    font-size: 12px;
    color: var(--black);
    font-weight: 500;
}
#search_filters .facet .facet-label .custom-checkbox input[type=checkbox]+span,
#search_filters .facet .custom-checkbox input[type=checkbox]+span.color, 
#search_filters .facet .variant-links .color, 
#search_filters .facet label .color{
    width: 10px;
    height: 10px;
    margin-right: 0px;
    border: 1px solid var(--color-border);
}

#search_filters_brands .facet,#search_filters_suppliers .facet {
    padding-top: 0
}

#search_filters_brands .facet .facet-label,#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem
}

.pagination {
    width: 100%;
    font-size: 0.875rem
}

.pagination>div:first-child {
    padding-left: 0;
    line-height: 2.5rem
}

.pagination .page-list {
    padding: 0.375rem;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
}

.pagination .page-list li {
    display: inline-flex;
}

.pagination a {
    font-weight: 600;
    color: var(--black);
    border: 1px solid;
    margin: 0 2px;
    text-align: center;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination .disabled {
    color: #7a7a7a
}

.pagination .current a,
.pagination a:hover{
    color: var(--color-1);
    text-decoration: none;
}

.active_filters {
    padding: .625rem 1.875rem 0;
    margin-bottom: 1.25rem;
    background: #dededd
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: .625rem;
    font-weight: 600
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    display: inline-block;
    padding: 0.625rem;
    margin-right: .625rem;
    margin-bottom: .625rem;
    font-size: .8125rem;
    color: #232323;
    background: #fff
}

.active_filters .filter-block .close {
    margin-top: 0.1875rem;
    margin-left: 0.3125rem;
    font-size: .9375rem;
    color: #232323;
    opacity: 1
}

.block-categories {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #fff
}

.block-categories .h6 {
    font-size: 1.5rem;
    font-weight: 500
}

.block-categories .category-sub-menu {
    margin-top: 1rem
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: .875rem
}

.block-categories .category-sub-menu li {
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: .625rem
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.1875rem;
    margin: 0.3125rem 0 0;
    font-weight: 600
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.3125rem
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    margin-right: 0.3125rem;
    content: "-"
}

.block-categories a {
    color: #232323
}

.block-categories .collapse-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer
}

.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block
}

.block-categories .collapse-icons .add:hover,.block-categories .collapse-icons .remove:hover {
    color: var(--color-3)
}

.block-categories .collapse-icons .remove {
    display: none
}

.block-categories .arrows .arrow-right,.block-categories .arrows .arrow-down {
    margin-left: 2px;
    font-size: .875rem;
    cursor: pointer
}

.block-categories .arrows .arrow-right:hover,.block-categories .arrows .arrow-down:hover {
    color: var(--color-3)
}

.block-categories .arrows .arrow-down {
    display: none
}

.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block
}

.facets-title {
    color: #232323
}

.advertising-block {
    margin-bottom: 1.563rem
}

.advertising-block img {
    width: 100%
}

#subcategories {
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6
}

#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500
}

#subcategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

#subcategories ul li {
    width: calc(100% / 4 - 20px);
    min-width: 200px;
    margin: 10px;
    text-align: center
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #f6f6f6
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top
}

#subcategories ul li .subcategory-name {
    text-transform: uppercase
}

#subcategories ul li .subcategory-name:hover {
    color: var(--color-3)
}

#subcategories ul li .cat_desc {
    display: none
}

#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: 1px solid var(--color-3)
}

#product #content {
    position: relative;
    max-width: 452px;
    margin: 0;
}

.product-price {
    font-weight: 500;
    font-size: 25px;
    line-height: 39px;
    color: var(--color-3);
}
.product-line-info.product-price,
.cart-grid-right .product-price{
    font-size: 20px;
    line-height: 29px;
}

#product-description-short ul,#product-description-short ol {
    padding-left: 0;
    list-style-position: inside
}

#product-description-short ul li,#product-description-short ol li {
    font-size: 0.9375rem;
}

#product-description-short ul {
    list-style-type: disc
}

.product-information {
    margin-top: 30px;
}

.product-information .manufacturer-logo {
    max-height: 4rem;
    margin-bottom: 1rem;
    border: 2px solid #f6f6f6
}

.product-information .product-description img {
    max-width: 100%;
    height: auto
}

.product-information .product-description ul,.product-information .product-description ol {
    padding-left: 0.75rem;
    list-style-position: inside
}

.product-information .product-description ul li,.product-information .product-description ol li {
    font-size: 0.9375rem;
    color: #7a7a7a
}

.product-information .product-description ul {
    list-style-type: disc
}
.productContentBottom .product-description{
    margin-top: 35px;
}
.productContentBottom .product-description ul{
    list-style: disc;
    padding-left: 15px;
}
.productContentBottom .product-description > h3{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
}
ul.pdfs{
    margin-top: 15px;
}
ul.pdfs li{
    display: block;
    text-align: center;
}
a.productPageSize, a.productPageFile{
    display: inline-block;
    text-align: center;
    color: yellow;
    text-decoration: none;
    background: var(--black);
    line-height: 20px;
}
a.productPageSize:hover, ul.pdfs a:hover{
    color: var(--white);
}
.product-actions .control-label {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem
}

.product-actions .add-to-cart {
    height: 2.75rem;
    padding-top: 0.625rem;
    line-height: inherit
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit
}

.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-quantity .qty,.product-quantity .add {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    margin-bottom: 0.5rem
}

.product-quantity .qty {
    margin-right: 0.4rem
}

.product-quantity #quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: #232323;
    background-color: #fff
}

.product-quantity .input-group-btn-vertical {
    width: auto
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem
}
.product-quantity .input-group-btn-vertical .btn i {
    top: 0.125rem;
    left: 0.1875rem;
    font-size: 1rem
}
.product-quantity .btn-touchspin{
    height: 1.438rem;
    border-color: var(--white);
    color: var(--white);
}
.bootstrap-touchspin .btn-touchspin{
    color: var(--white);
}
.product-variants>.product-variants-item ul li input+span{
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.25);
}
.product-variants>.product-variants-item ul li input:hover+span,
.product-variants>.product-variants-item ul li input:checked+span{
    border-color: var(--color-3);
}
.product-discounts {
    margin-bottom: 1.5rem
}

.product-discounts>.product-discounts-title {
    font-size: .875rem;
    font-weight: 600
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    text-align: center;
    background: #fff;
    border: 0.3125rem #f6f6f6 solid
}

.product-discounts>.table-product-discounts tbody tr {
    background: #f6f6f6
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
    background: #fff
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #f6f6f6 solid
}
.product-prices div {
    margin-bottom: 15px;
}
.product-prices .product-discount span.discount{
    background: var(--color-3);
    color: var(--white);
    padding: 2px;
    font-weight: bold;
}
.product-prices div:last-child,
.product-prices .product-discount{
    margin-bottom: 0px;
}
.product-prices .product-discount{
    text-align: right;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #7a7a7a
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
    font-weight: 700
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
    padding: 0 2px 0 0;
    content: "-"
}

.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through
}
.product-price.has-discount:not(.product-line-info){
    margin-bottom: 15px;
}
.has-discount .discount {
    display: inline-block;
    padding: 0px 15px;
    margin-left: .625rem;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: var(--color-3)
}
.product-line-info.has-discount .discount,
.product-line-info.has-discount .regular-price{
    font-size: 12px;
}
.product-unit-price {
    margin-bottom: 0;
    font-size: .8125rem;
    color: var(--color-3)
}
#product-page-size-modal .js-modal-content{
    padding: 15px;
}
#product-page-size-modal .js-modal-content p:last-child{
    margin-bottom: 0px;
}
.tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    background: #fff
}
.tabs .tab-pane {
    padding-top: 1.25rem
}
.tabs .nav-tabs {
    border: none;
    border-bottom: #f6f6f6 2px solid
}
.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent
}
.tabs .nav-tabs .nav-link.active {
    color: var(--color-3);
    border: none;
    border-bottom: 1px solid var(--color-3);
}
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid var(--color-3);
}
.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -0.125rem
}
.tabs .tab-pane.active,
.tab-content > .tab-pane.active{
    display: block;
}

.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(0,0,0,.25);
}
.product-cover img {
    background: #fff
}

.product-cover .layer {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.6);
    opacity: 0
}

.product-cover .layer:hover {
    opacity: 1
}

.product-cover .layer .zoom-in {
    font-size: 3.125rem;
    color: #fff
}

#product-modal .modal-content {
    padding: 0;
    background: transparent;
    border: none
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff
}
#product-modal .modal-content .modal-body figure.boxImageModal{
    margin-bottom: 0px;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 600px;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border-top: #f6f6f6 1px solid
}

#product-modal .modal-content .modal-body .image-caption p,#product-modal .modal-content .modal-body .image-caption .page-content.page-cms ul,.page-content.page-cms #product-modal .modal-content .modal-body .image-caption ul {
    margin-bottom: 0
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    background: #fff;
    border-left: #f6f6f6 1px solid;
    box-sizing: border-box;
    /* height: calc(100% - 8px); */
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 600px;
    margin: 37px 0px;
    overflow: hidden;
    /* background: #fff; */
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 0px;
    background: #fff;
}
#product-modal .modal-content .modal-body .product-images li{
    border: 1px solid #f6f6f6;
    margin: 10px 0px;
}
#product-modal .modal-content .modal-body .product-images img {
    max-width: 80px;
    cursor: pointer;
    background: #fff;
    margin: 0px;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 1px solid var(--color-3);
}

#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: 0px;
    opacity: 0.2;
    left: calc(50% - 21px);
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 21px);
}

#product-modal .modal-content .modal-body .arrows i {
    display: inline;
    font-size: 42px;
    width: auto;
    height: auto;
    color: #000;
}

#blockcart-modal .modal-header {
    background: #fff
}
#blockcart-modal .modal-header .close {
    opacity: 1
}
#blockcart-modal .modal-body {
    padding: 3.125rem 1.875rem;
    background: #fff
}
#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 0.3125rem
}
#blockcart-modal .modal-dialog {
    width: 100%;
    max-width: 1140px
}
#blockcart-modal .product-image {
    display: block;
    width: 100%;
    max-width: 9.375rem;
    margin: 0 0 0 auto
}
#blockcart-modal .modal-title {
    font-size: 1rem;
    font-weight: 400;
    color: #353943
}
#blockcart-modal .modal-title i.material-icons {
    color: var(--color-2);
}
#blockcart-modal .product-price {
    display: block;
    font-size: 15px;
}
#blockcart-modal .cart-content .btn {
    margin-bottom: .625rem
}
#blockcart-modal .cart-content p,#blockcart-modal .cart-content .page-content.page-cms ul,.page-content.page-cms #blockcart-modal .cart-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
}
#blockcart-modal .cart-content p.product-total,#blockcart-modal .cart-content .page-content.page-cms ul.product-total,.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
    padding: 0.5rem;
    background-color: #f6f6f6
}
#blockcart-modal .cart-content p.cart-products-count,#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    font-size: 1rem;
    font-weight: 600;
}
#blockcart-modal .cart-content p.product-tax,#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
    display: inherit;
    font-size: 0.875rem
}
#blockcart-modal .cart-content p .label,#blockcart-modal .cart-content .page-content.page-cms ul .label,.page-content.page-cms #blockcart-modal .cart-content ul .label,#blockcart-modal .cart-content p .value,#blockcart-modal .cart-content .page-content.page-cms ul .value,.page-content.page-cms #blockcart-modal .cart-content ul .value {
    font-weight: 600
}
#blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: 0.9rem
}
#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}
#blockcart-modal .divide-right {
    border-right: 1px solid var(--background-menu);
}

.product-images>li.thumb-container {
    display: inline-block;
    margin-right: 10px;
}
.product-images>li.thumb-container:last-child{
    margin-right: 0px;
}
.product-images>li.thumb-container>.thumb {
    margin-bottom: 15px;
    cursor: pointer
}

.product-images>li.thumb-container>.thumb.selected,.product-images>li.thumb-container>.thumb:hover {
    border: 1px solid rgba(0,0,0,.25);
}

#main .images-container .js-qv-mask {
    overflow: hidden;
    white-space: nowrap
}

#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto
}

.scroll-box-arrows {
    display: none
}

.scroll-box-arrows.scroll,
span.delivery-information {
    display: block
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer
}

.scroll-box-arrows .left {
    left: 0
}

.scroll-box-arrows .right {
    right: 0
}

#product-availability, span.delivery-information{
    display: inline-block;
    margin-top: 0.625rem;
    font-weight: 700
}

#product-availability .material-icons {
    line-height: inherit
}

#product-availability .product-available {
    color: #4cbb6c
}

#product-availability .product-unavailable {
    color: #ff9a52
}

#product-availability .product-last-items {
    color: #ff9a52
}

#product-details .label {
    font-size: 1rem;
    font-weight: 500;
    color: #232323
}

.product-features {
    margin-top: 1.25rem;
    margin-left: 0.3125rem
}

.product-features>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    min-height: 2.5rem;
    padding: .625rem;
    margin-right: .625rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: #f6f6f6
}

.product-features>dl.data-sheet dd.value:nth-of-type(even),.product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: #f6f6f6
}

.product-variants>.product-variants-item {
    margin: 15px -15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-variants>.product-variants-item ul,
.product-variants>.product-variants-item li label{
    margin-bottom: 0px;
}
.product-variants>.product-variants-item .control-label{
    font-weight: bold;
    margin-right: 5px;
}

.product-variants>.product-variants-item select {
    width: auto;
    padding-right: 1.875rem;
    background-color: #fff
}

.product-variants>.product-variants-item ul li {
    margin-right: .625rem
}

.product-variants>.product-variants-item .color {
    margin-top: 0;
    margin-left: 0
}
.product-manufacturer{
    text-align: center;
}
.product-attachments{
    height: 70px;
    overflow: scroll;
    margin-top: 15px;
}
.product-attachments a{
    display:block;
    color: var(--color-3);
    margin-bottom: 15px;
    text-align: center;
}
.product-attachments a i{
    font-size: 50px;
}
.product-attachments a span{
    display: block;
}
.product-flags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    pointer-events: none
}

.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem 0.4375rem;
    margin: .625rem 0px;
    font-size: .8em;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: var(--color-3);
    border-radius: 2px;
}

.product-flags li.product-flag.online-only {
    position: absolute;
    top: 25rem;
    right: 0;
    z-index: 1;
    margin-top: 0;
    font-size: .8125rem
}

.product-flags li.product-flag.online-only::before {
    margin: 0.3125rem;
    font-family: "Material Icons", Arial, sans-serif;
    vertical-align: middle;
    content: "\E30A"
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background: #f39d72
}

.product-customization {
    margin: 2.5rem 0
}

.product-customization .product-customization-item {
    margin: 1.25rem 0
}

.product-customization .product-message {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem;
    resize: none;
    background: #f6f6f6;
    border: none
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: 0.1875rem solid var(--color-3)
}

.product-customization .file-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0
}

.product-customization .customization-message {
    margin-top: 20px
}

.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 2.625rem;
    margin-top: 1.25rem;
    line-height: 2.625rem;
    color: #7a7a7a;
    text-indent: 0.625rem;
    background: #f6f6f6
}

.product-customization .custom-file button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

.product-customization small {
    color: #7a7a7a
}

.product-pack {
    margin-top: 2.5rem
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: #7a7a7a
}

.product-pack .pack-product-container .pack-product-quantity {
    padding-left: .625rem;
    border-left: #f6f6f6 2px solid
}

.product-pack .pack-product-container .pack-product-name,.product-pack .pack-product-container .pack-product-price,.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-refresh {
    margin-top: 1.25rem
}

.social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem
}

.social-sharing ul {
    margin-bottom: 0
}

.social-sharing li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0.25rem 0.25rem;
    background-size: 2rem 2rem;
    border-radius: 50%
}

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

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

.products-selection {
    margin-bottom: 1.25rem
}

.products-selection .title {
    color: #7a7a7a
}

.cart-grid {
    margin-bottom: 1rem
}

.cart-items {
    margin-bottom: 0
}

.cart-item{
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.cart-grid-right ul li{
    padding: 10px 0px;
    border-top: 1px solid rgba(0,0,0,.25);
}

.card-block {
    padding: 1.25rem 1.25rem 0.5rem
}

.card-block.checkout {
    padding-top: 0;
    padding-bottom: 1.75rem
}

.card-block.checkout .btn-primary {
    width: 100%
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-top: 1px solid #ddd
}

.card-block.cart-summary-totals {
    padding: 0 1.25rem 0.825rem
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: 0.5rem 0.2rem 0
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 1rem 0
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    font-size: 1rem
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1rem
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    float: none;
    font-size: 0.88rem;
    text-align: left
}

.cart-summary-line {
    margin-bottom: 0.315rem;
    clear: both
}

.cart-summary-line::after {
    content: "";
    display: table;
    clear: both
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 1rem
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    color: #363a42;
    white-space: inherit
}

.cart-summary-line .value {
    float: right;
    font-weight: 600;
    color: #232323
}

.cart-summary-line.cart-summary-subtotals .label,.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500
}

.cart-summary-line .label,.cart-summary-line .value {
    font-size: 1rem
}

.cart-grid-body {
    margin-bottom: 0.75rem
}

.cart-grid-body a.label:hover {
    color: var(--color-3)
}

.cart-grid-body .card-block {
    padding: 1rem
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400
}

.cart-grid-right .promo-discounts {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    text-align: center
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 1rem;
    color: #7a7a7a
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #f49d6e;
    cursor: pointer
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem
}

.block-promo {
    margin-bottom: 1rem
}

.block-promo .promo-code {
    padding: 1rem
}

.block-promo .promo-code .alert-danger {
    position: relative;
    display: none;
    margin-top: 1.25rem;
    color: #fff;
    background: #ff4c4c
}

.block-promo .promo-code .alert-danger::after {
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #ff4c4c
}

.block-promo .promo-code form {
    text-align: center
}

.block-promo .promo-input {
    width: 50%;
    height: 2.5rem;
    margin-right: -0.24rem;
    color: #232323;
    text-indent: 0.625rem;
    border: #7a7a7a 1px solid
}

.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 1px solid var(--color-3)
}

.block-promo .cart-summary-line .label,.block-promo .promo-name {
    margin-bottom: 0;
    font-weight: 600;
    color: #ff9a52
}

.block-promo .cart-summary-line .label a,.block-promo .promo-name a {
    display: inline-block;
    font-weight: 500;
    color: #232323
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: 500;
    color: #363a42
}

.block-promo .promo-name .cart-summary-line span {
    color: #f49d6e
}

.block-promo .promo-name .material-icons {
    margin-left: 0.4rem;
    font-size: 1.2rem
}

.block-promo .promo-code-button {
    display: block;
    padding: 0 0 1rem;
    text-align: center
}

.block-promo .promo-code-button.with-discounts {
    display: none
}

.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: var(--color-3)
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    display: block;
    padding: 0;
    margin-top: 1rem
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center
}

.block-promo p,.block-promo .page-content.page-cms ul,.page-content.page-cms .block-promo ul {
    margin-bottom: 0
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: #f00
}

.product-line-grid-body>.product-line-info>.available {
    color: #4cbb6c
}

.product-line-grid-body>.product-line-info>.unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 9px;
    color: var(--color-3);
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

.quickview .modal-content {
    min-height: 28.13rem;
    background: #f6f6f6
}

.quickview .modal-header {
    padding: .625rem;
    border: none
}

.quickview .modal-body {
    min-height: 23.75rem
}

.quickview .modal-footer {
    border-top: 1px solid rgba(122,122,122,0.3)
}

.quickview .layer {
    display: none
}

.quickview .product-cover img {
    width: 100%;
    height: auto
}

.quickview .images-container {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 21.88rem
}
.quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 100%;
    max-width: 4.938rem;
    height: auto;
    margin-bottom: 0.8125rem;
    background: #fff
}
.quickview .mask {
    max-height: 22.5rem;
    overflow: hidden
}
.quickview .arrows {
    position: absolute;
    top: 0;
    right: 5rem;
    bottom: 0;
    z-index: 0;
    max-height: 22.5rem
}
.quickview .arrows .arrow-up {
    position: absolute;
    cursor: pointer;
    opacity: 0.2;
    top: -24px;
}
.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -24px;
    cursor: pointer
}

.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto
}

#stores .page-stores .store-item {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

#stores .page-stores .store-picture img {
    max-width: 100%
}

#stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 1.875rem 0
}

#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: .9375rem
}

#stores .page-stores .store-item-container .divide-left {
    border-left: #f6f6f6 1px solid
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right
}

#stores .page-stores .store-item-container .store-description {
    font-size: 1rem
}

#stores .page-stores .store-item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 0.5rem;
    margin-top: 0.5rem
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid
}

#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

#stores .page-stores .store-item-footer i.material-icons {
    margin-right: .625rem;
    font-size: 1rem;
    color: #7a7a7a
}

#stores .page-stores .store-item-footer li {
    margin-bottom: .625rem
}

.google-maps {
    width: 100%;
    min-height: 250px; 
}

.block-contact {
    font-size: 0.875rem;
    color: #7a7a7a
}

.block-contact .block-contact-title {
    color: #232323
}

.block-contact .navbar-toggler .material-icons {
    color: #232323
}

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

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

.account-list a:hover {
    color: var(--color-3)
}

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

.block-social {
    text-align: right
}

.block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.125rem;
    cursor: pointer;
    background-color: var(--white);
    background-repeat: no-repeat;
    border-radius: 100%;
}

.block-social ul li:hover {
    background-color: var(--color-3)
}
.block-social ul li.facebook{
    background: url(../img/logo-facebook.jpg) no-repeat center;
    background-size: 40px 40px;
}
.block-social ul li.emailurl{
    background: url(../img/logo-mail.jpg) no-repeat center;
    background-size: 40px 40px;
}
.block-social ul li.facebook i,
.block-social ul li.emailurl i{
    opacity: 0 !important;
}
.block-social ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: var(--black);
}

.block-social ul li a:hover {
    color: transparent
}
.block-social ul li.emailurl a,
.block-social ul li.facebook a{
    text-indent: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
    width: 100%;
}
.block-social ul li a:hover {
    color: var(--white);
}

.links .collapse {
    display: inherit
}

.contact-rich {
    margin-bottom: 2rem;
    color: #7a7a7a;
    word-wrap: break-word
}

.contact-rich h4 {
    margin-bottom: 2rem;
    color: #232323;
    text-transform: uppercase
}

.contact-rich .block {
    height: auto;
    overflow: hidden
}

.contact-rich .block .icon {
    float: left;
    width: 3.5rem
}

.contact-rich .block .icon i {
    font-size: 2rem
}

.contact-rich .block .data {
    width: auto;
    overflow: hidden;
    font-size: .875rem;
    color: #232323
}

.contact-rich .block .data.email {
    padding-top: 0.375rem
}

.contact-rich .block a[href^="mailto:"] {
    margin-top: 1rem;
    clear: both
}

.contact-form {
    width: 100%;
    padding: 1rem;
    color: #7a7a7a;
    background: #fff
}

.contact-form h3 {
    color: #232323;
    text-transform: uppercase
}

#products #main .page-header,#pagenotfound #main .page-header {
    margin: 2rem 0 3rem
}

#products #main .page-content,#pagenotfound #main .page-content {
    margin-bottom: 10rem
}

#products .page-not-found,#pagenotfound .page-not-found {
    max-width: 570px;
    padding: 1rem;
    margin: 0 auto;
    overflow: auto;
    font-size: .875rem;
    color: #7a7a7a;
    background: #fff
}

#products .page-not-found h4,#pagenotfound .page-not-found h4 {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700
}

#products .page-not-found .search-widget,#pagenotfound .page-not-found .search-widget {
    float: none
}

#products .page-not-found .search-widget input,#pagenotfound .page-not-found .search-widget input {
    width: 100%
}

.customization-modal .modal-content {
    border: 1px solid #f6f6f6;
    border-radius: 0
}

.customization-modal .modal-content .modal-body {
    padding-top: 0
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 600;
    text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.sitemap-title {
    text-transform: capitalize
}

.sitemap {
    margin-top: 0.9375rem
}

.sitemap h2 {
    width: 100%;
    height: 35px;
    margin-left: -15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
    border-bottom: 1px solid #7a7a7a
}

.sitemap ul {
    margin-top: 20px;
    margin-left: -15px
}

.sitemap ul.nested {
    margin-left: 20px
}

.sitemap ul li {
    margin-bottom: 1rem;
    font-size: 0.9rem
}

.block_newsletter {
    text-align: center;
}

.block_newsletter form {
    position: relative;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

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

.block_newsletter form input[type="text"]:focus {
    color: #232323;
    background: #fff;
    outline: 1px var(--color-3) solid
}

.block_newsletter form input[type="text"]:focus+button .search {
    color: var(--color-3)
}

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

.block_newsletter form button[type="submit"] .search:hover {
    color: var(--color-3)
}

.block_newsletter #block-newsletter-label {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    color: #232323
}

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

.block_newsletter form .row .col-xs-12:last-of-type p,.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,.page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
    font-size: 0.75rem;
    color: #7a7a7a
}

.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    margin-left: 0.5rem
}

.block_newsletter form input[type="email"] {
    width: 100%;
    padding: 11px;
    border: 1px solid #ddd
}

.block_newsletter form input[type="email"]:focus {
    padding: 8px 8px 9px;
    border: 1px var(--color-3) solid;
    outline: 0
}

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

#left-column .block_newsletter {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem
}

#main .page-header {
    margin-bottom: 1.563rem
}
#cms .page-header,
#stores .page-header{
    text-align: center;
}
#main .page-content {
    margin-bottom: 1.563rem
}

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

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

#main .page-footer {
    margin-bottom: 1.563rem
}
#index #main .page-footer{
    margin: 0px;
}

a.btnToTop{
    position: fixed;
    right: 10px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
    opacity: 0;
    text-decoration: none;
    background-color: #ccc;
    border-radius: 6px;
    color: #000;
    z-index: 99;
}
a.btnToTop.active{
    opacity: 0.5;
    bottom: 65px;
    animation: effectBtnTop 0.3s;
}
/* manufacturer */
.mainTitle.titleManufacturer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.manufacturerDescription img{
    display: none !important;
}
.manufacturerDescription h2,
.manufacturerDescription h1,
.categoryDescription h2,
.categoryDescription h1{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

/* common */
.btn{
    background-color: var(--color-3) !important;
    color: var(--white);
}
.btn.btn-tertiary{
    color: var(--white);
}
.btn:hover,
.btn.btn-tertiary:hover{
    background-color: var(--white) !important;
    border-color: var(--color-3) !important;
    color: var(--color-3) !important;
}
.btn.focus, .btn:focus{
    outline: none;
}

.form-control{
    background: var(--white);
}
.form-control:focus, .input-group.focus{
    outline: var(--color-1) solid 1px;
}
.input-color {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    opacity: 0
}
.input-container {
    position: relative
}
.input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}
.input-color:checked+span,.input-color:hover+span,.input-radio:checked+span,.input-radio:hover+span,
.custom-checkbox input[type=checkbox]:checked+span,
#search_filters .facet .facet-label:hover .custom-checkbox input[type=checkbox]+span,
#search_filters .facet label .custom-checkbox input[type=checkbox]:checked+span{
    border: 1px solid var(--color-3);
}
.radio-label {
    display: inline-block;
    padding: 0.125rem .625rem;
    font-weight: 600;
    background: #fff;
    border: 2px solid #fff
}
.custom-checkbox input[type="checkbox"]+span .checkbox-checked{
    color: var(--black);
    margin: 0px;
    font-size: 15px;
}
#search_filters .facet .custom-checkbox input[type="checkbox"]+span .checkbox-checked{
    margin-top: -5px;
    margin-left: -2px;
}
.custom-radio input[type=radio]:checked+span{
    background: var(--color-3);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
    font-size: 30px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    left: auto;
    right: 0px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover, 
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color: var(--color-3);
}
#search_filters .ui-slider .ui-slider-handle{
    width: 15px !important;
    height: 15px;
    border-radius: 100%;
    border-color: var(--color-3) !important;
    top: -6px !important;
}
#search_filters .ui-widget-header,
#search_filters .ui-widget-content{
    background-color: var(--color-3) !important;
    border-color: var(--color-3) !important;
}
.align-items-center{
    align-items: center !important;
}
.returnFormPopup{
    padding: 15px;
}
.inline-infos-danger{
    color: #a94442;
}

@keyframes effectMenuActive{
	0%,20% {
        display: block;
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes effectBtnTop{
	0%,100% {
        opacity: 0.5;
        bottom: 65px;
    }
}

/* custom styles */
#order-history .table-labeled .label {
    color: #000000 !important;
}
#payment-option-1-container img {
    height: 38px !important;
}
.carousel-products .owl-carousel .owl-item {
	padding: 0px !important;
    margin: 0px !important;
    width: 159px !important;
}
.carousel-products .owl-controls {
	display: none;
}

.product-miniature .product-title {
	    min-height: 65px;
    }

 #left-column .js-product.product.col-xs-12.col-lg-6.col-xs-6.col-xl-4 {
	 width: 46%;
	 padding: 0px 5px !important;

 }

 .owl-item .js-product.product.item.col-xs-6, .owl-item .js-product.product.item.col-xs-6.col-xl-4 {
	 padding: 0px 8px;
 }
