/* AngarTheme css */

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

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

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

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

/* Main styles checkbox, input, combobox */
a {
color: #000;
text-decoration: none
}

a:hover {
color: #282828;
text-decoration: underline
}

p {
margin-top: 0;
margin-bottom: 10px;
}

.label,
label {
display: inline-block;
margin-bottom: 8px;
text-align: right;
}

small.label,
small.value {
font-size: .8125rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 8px;
font-family: inherit;
font-weight: 700;
line-height: 1.1;
color: inherit
}

.h1,
h1 {
font-size: 22px;
}

.h2,
h2 {
font-size: 20px;
}

.h3,
.h4,
h3,
h4 {
font-size: 18px;
}

.h5,
h5 {
font-size: 16px;
}

.h6,
h6 {
font-size: 15px;
}

address, dl, ol, ul {
margin-bottom: 10px;
}


/* FORM CONTROL */
/* Inputs */
.form-control-label {
padding-top: 10px;
font-weight: 700;
}

.form-control {
font-size: 13px;
background: #ffffff;
color: #7a7a7a;
border: 1px solid rgba(0, 0, 0, .25);
padding: 10px 10px;
}

.form-control-comment {
padding-top: 10px;
color: #7a7a7a;
}

.form-control:focus,
.input-group.focus {
color: #7a7a7a;
border-color: #66afe9;
}

/* Gender select */
.form-control-valign {
padding-top: 9px;
}

.form-control-valign .radio-inline {
margin: 0 10px 0 0;
}

/* Combobox */
.form-control-select {
height: 2.625rem;
-moz-appearance: none;
-webkit-appearance: none;
background: #fff url(../img/arrow_down.png) no-repeat right 10px center;
padding: 0 10px;
}

/* Textarea */
textarea {
border: 1px solid rgba(0, 0, 0, .125);
padding: 6px;
}


/* CHECKBOXES */
/* Custom checkboxes override */
.custom-checkbox input[type=checkbox]+span {
border: 1px solid #c3c3c3;
width: 15px;
height: 15px;
margin-right: 3px;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
color: #000;
margin: -1px 0 0 -1px;
font-size: 15px;
}

.custom-radio {
border: 1px solid #c3c3c3;
width: 15px;
height: 15px;
margin-right: 3px;
}

.custom-radio input[type=radio]:checked+span {
/* background-color: #bababa; */
width: 9px;
height: 9px;
left: 2px;
top: 2px;
}






/* BUTONS */
/* btn touchspin (choose file, show password)*/
.input-group .input-group-btn>.btn {
font-size: 11px;
line-height: 11px;
padding: 14px 16px;
}

/* choose file (upload) color */
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
background: #7a7a7a;
}

/* show password color */
.input-group .input-group-btn>.btn[data-action=show-password] {
background: #7a7a7a;
}




/* btn primary (other buttons) */
.btn {
border: 1px solid transparent;
padding: 8px 16px;
font-size: 12px;
line-height: 16px;
font-weight: 700;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
text-transform: uppercase;
font-weight: 700;
padding: 8px 16px;
}

/* btn colors */
.btn-primary {
color: #fff;
background-color: #2fb5d2;
border-color: transparent;
}

.btn-primary:hover {
color: #fff;
background: #2592a9;
border-color: transparent;
}

/* btn secondary */
.btn-secondary {
color: #000;
background-color: #f6f6f6;
border-color: transparent;
}

.btn-secondary:hover {
color: #fff;
background: #2592a9;
border-color: transparent;
}

/* btn tertiary */
.btn-tertiary {
background-color: #f7f7f7;
text-transform: lowercase;
color: #7a7a7a;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
padding: 4px;
margin: 4px 0;
font-weight: 400;
font-size: 14px;
}

.btn-tertiary:hover {
color: #232323;
background-color: #ddd;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .2);
border: 1px solid rgba(35, 35, 35, .2);
}

/* Price */
.product-price {
color: #000;
}


/* Notifications */
#notifications .alert {
margin: 15px 0 0;
}

#content-wrapper #main #notifications .alert {
margin: 0 0 20px;
}

#order-slip #content-wrapper #main #notifications .alert,
#discount #content-wrapper #main #notifications .alert {
margin: 0 0 0;
}

/* Wrapper */
#wrapper {
padding-top: 15px;
}

/* Page header */
header.page-header {
margin-bottom: 15px;
}

header.page-header h1 {
text-transform: uppercase;
font-size: 18px;
}


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

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

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

#wrapper .breadcrumb li {
display: inline
}

#wrapper .breadcrumb li:after {
content: "/";
margin: 0 4px;
}

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

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

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

#main .page-footer {
margin-top: 15px;
margin-bottom: 15px;
}

#notifications ul {
margin-bottom: 0
}















/* HEADER */

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

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

/* Contact top */
#contact-link {
color: #fff;
}

#contact-link span.shop-phone {
padding-right: 8px;
}

#contact-link span.shop-phone strong {
font-weight: bold;
color: #7fd41d;
}

#contact-link span.shop-phone i {
font-size: 12px;
color: #7fd41d;
padding-right: 6px;
line-height: 16px;
vertical-align: -1px;
}


/* User info */
nav.header-nav .user-info {
float: right;
color: #fff;
}

nav.header-nav .user-info a,
nav.header-nav .user-info span {
font-weight: normal;
padding-left: 2px;
}

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


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


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

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

div#_desktop_cart .blockcart.cart-preview a {
color: #fff;
}


/* Menu */
#_desktop_top_menu {
position: relative;
}

#_desktop_top_menu {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}

#_desktop_top_menu > ul {
margin-bottom: 0;
}

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

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

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

#_desktop_top_menu > ul > li > a:hover {
background: #7fd41d;
color: #fff;
}

#_desktop_top_menu > ul > li > a.sf-with-ul:after {
content: "\E5CF";
font-family: Material Icons;
position: absolute;
height: 8px;
line-height: 10px;
top: 17px;
right: 2px;
}

#_desktop_top_menu a:hover {
text-decoration: none;
}

/* Submenu Level 1 */
#_desktop_top_menu ul.top-menu .popover.sub-menu.collapse {
display: none;
}

#_desktop_top_menu ul.top-menu .popover.sub-menu {
top: 44px!important;
left: 0px;
width: 200px;
border: 0;
background: #fff;
border-radius: 0;
padding: 0;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#_desktop_top_menu ul.top-menu li .container {
padding: 0;
}

.menu_type1 #_desktop_top_menu .popover.sub-menu ul.top-menu li {
position: relative;
border-bottom: 1px solid #E1E1E1;
}

.menu_type1 #_desktop_top_menu .popover.sub-menu ul.top-menu li:last-child  {
border-bottom: 0;
}

.menu_type1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a {
display: block;
color: #333333;
text-transform: initial;
font-weight: normal;
font-size: 14px;
line-height: 14px;
width: 100%;
padding: 10px 15px 12px;
display: block;
font-size: 14px;
text-transform: uppercase;
}

.menu_type1 #_desktop_top_menu .popover.sub-menu ul.top-menu li > a.sf-with-ul:after {
content: "\E5CC";
font-family: Material Icons;
position: absolute;
height: 36px;
line-height: 36px;
right: 4px;
top: 0;
font-size: 16px;
font-weight: bold;
}

.menu_type1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a:hover {
background: #7fd41d;
color: #fff;
}


/* Submenu Level 2 */
.menu_type1 #_desktop_top_menu .popover.sub-menu ul.top-menu li:hover > .collapse {
display: block;
position: absolute;
top: 0;
left: 200px;
width: 200px;
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}




/* MENU TYPE 2 */
.menu_type2 #_desktop_top_menu > ul > li {
position: initial;
}

.menu_type2 #_desktop_top_menu ul.top-menu .popover.sub-menu {
right: 0;
margin: 0 auto;
width: 100%;
max-width: 1170px;
padding: 10px 18px;
}

/* Menu type2 Submenu Level 1 */
.menu_type2 #_desktop_top_menu .popover.sub-menu a:hover {
text-decoration: underline;
}

.menu_type2 #_desktop_top_menu .popover.sub-menu > ul.top-menu > li {
float: left;
width: 20%;
}

.menu_type2 #_desktop_top_menu .popover.sub-menu > ul.top-menu > li > a {
display: inline-block;
width: auto;
font-weight: bold;
text-transform: uppercase;
padding: 3px 0;
color: #000;
}

/* Menu type2 Submenu Level 2 */
.menu_type2 #_desktop_top_menu .popover.sub-menu ul.top-menu li > .collapse {
display: block;
}

.menu_type2 #_desktop_top_menu .popover.sub-menu ul.top-menu li > .collapse ul li a {
display: inline-block;
width: auto;
position: relative;
padding: 3px 14px;
}

.menu_type2 #_desktop_top_menu .popover.sub-menu ul.top-menu li > .collapse ul li a:before {
content: "\E5CC";
font-family: Material Icons;
position: absolute;
width: 12px;
height: 26px;
line-height: 29px;
left: -4px;
top: 0;
font-size: 16px;
font-weight: bold;
}

/* Menu type2 Submenu Level 3 */
.menu_type2 #_desktop_top_menu .popover.sub-menu ul.top-menu li > .collapse ul li li {
padding-left: 14px;
}
























/* Submenu */

/*
#_desktop_top_menu {
position: relative;
}

#_desktop_top_menu .top-menu .popover {
top: 44px!important;
left: 0;
right: 0;
min-width: auto;
max-width: 1170px;
margin: 0 auto;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0;
}

#_desktop_top_menu .top-menu .popover > .container {
margin: 0;
padding: 15px 15px;
}

#_desktop_top_menu > ul > li > a.sf-with-ul:after {
content: "\E5CF";
font-family: Material Icons;
position: absolute;
height: 8px;
line-height: 10px;
top: 17px;
right: 2px;
}




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

.top-menu .collapse {
display: inherit
}

.top-menu .sub-menu {
box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
z-index: 18;
display: none
}

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

.top-menu .sub-menu ul[data-depth="1"]>li {
float: left;
width: 20%;
margin: 0 0;
}
*/




















/*** HEADER END ***/


/*** PRODUCT-LIST ***/
.index_title {
text-transform: uppercase;
color: #282828;
font-weight: 600;
font-size: 16px;
line-height: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #d6d4d4;
}

.index_title span {
color: #282828;
display: inline-block;
border-bottom: 2px solid #7fd41d;
margin-bottom: -1px;
}

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

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

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

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

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

/* Product-list modyficators */
#content-wrapper.col-md-12 .products .product-miniature {
width: 20%;
}

#content-wrapper.col-md-12 .products .product-miniature:nth-child(5n+1) {
clear: both;
}

#content-wrapper.col-md-9 .products .product-miniature {
width: 33.333%;
}

#content-wrapper.col-md-9 .products .product-miniature:nth-child(3n+1) {
clear: both;
}

#content-wrapper.col-md-6 .products .product-miniature {
width: 33.333%;
}

#content-wrapper.col-md-6 .products .product-miniature:nth-child(3n+1) {
clear: both;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*** FOOTER ***/

/* Footer bg */
#footer {}

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

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

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

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

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

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

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

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

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

/* Footer contact */
ul.contact_box {
line-height: 26px;
margin-top: -4px;
}

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

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

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

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

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

.block_newsletter form input {
height: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* RWD FOOTER */

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

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

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

}

@media (max-width:767px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}





/*** CATEGORY ***/

/* LEFT COLUMN */

/* h4 title */
div#left-column .text-uppercase {
display: block;
text-transform: uppercase;
color: #282828;
font-weight: 600;
font-size: 16px;
line-height: 30px;
padding: 0px;
margin-top: 0;
margin-bottom: 10px;
border-bottom: 1px solid #d6d4d4;
}

div#left-column .text-uppercase span,
div#left-column .text-uppercase a {
color: #282828;
display: inline-block;
border-bottom: 2px solid #7fd41d;
margin-bottom: -1px;
}










/* Block categories */
#wrapper .block-categories h1.h6.text-uppercase.facet-label {
margin-bottom: 0;
}

/* Block categories */
.block-categories .block_content > ul {
border-top: 1px solid #d6d4d4; 
}

.block-categories li {
position: relative; 
}

.block-categories li a {
font-weight: bold;
color: #333;
display: block;
font-size: 13px;
line-height: 16px;
padding: 9px 30px 8px 16px;
border-bottom: 1px solid #d6d4d4; 
}

.block-categories li li li a {
padding-left: 26px;
}

.block-categories li li li li a {
padding-left: 36px;
}

.block-categories li span.grower {
display: block;
background: #f6f6f6;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
font-family: Material Icons;
font-size: 18px; 
}

.block-categories li span.grower.OPEN:before,
.block-categories li span.grower.CLOSE:before {
content: "\E15B";
display: block;
vertical-align: middle;
color: #333;
width: 30px;
height: 33px;
line-height: 33px;
text-align: center; 
}

.block-categories li span.grower.CLOSE:before {
content: "\E145";
color: silver; 
}

.block-categories li span.grower:hover + a,
.block-categories li a:hover,
.block-categories li a.selected {
background: #f6f6f6;
text-decoration: none;
}

.block-categories li li a {
font-weight: normal;
color: #777777; 
}

.block-categories li li a:before {
content: "\E5CC";
font-family: Material Icons;
line-height: 14px;
padding-right: 8px; 
}









/* Filter by */
div#_desktop_search_filters_clear_all {
margin-bottom: 10px;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
display: block;
margin: 0 0 10px;
}

#search_filters .facet .facet-title {
font-size: 14px;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
color: #232323;
}

#search_filters_wrapper .custom-checkbox input[type=checkbox]+span.color {
width: 15px;
height: 15px;
margin: 0 3px 0 0;
}

.active_filters {
border-top: 1px solid #d6d4d4;
border-bottom: 1px solid #d6d4d4;
padding: 8px 10px 4px;
margin-bottom: 20px;
}

.active_filters .active-filter-title {
display: inline;
margin-right: 16px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
vertical-align: -2px;
}

.active_filters ul {
display: inline
}

.active_filters .filter-block {
display: inline-block;
background: #f6f6f6;
border: 1px solid #ccc;
padding: 9px 10px;
margin-right: 6px;
margin-bottom: 4px;
}

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




/* CENTER COLUMN */

/* Category desc */
#category_desc .category-image {
padding: 0;
}

#category_desc .category-image img {
max-width: 100%;
}

#category_desc .category-desc .cat_name {
display: block;
font-weight: bold;
font-size: 20px;
line-height: 20px;
margin-bottom: 12px;
}

#category_desc .category-desc .cat_desc p {
margin-bottom: 6px;
}

/* Subcategories */
#subcategories {
border-top: 1px solid #d6d4d4;
padding: 15px 0 0;
margin: 20px 0;
}

#subcategories p.subcategory-heading {
font-weight: bold;
margin: 0 0 15px 0;
}

#subcategories ul {
margin: 0 -10px;
}

#subcategories ul li {
float: left;
width: 20%;
margin: 0;
padding: 0 10px;
text-align: center;
height: 100%;
}

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

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

#subcategories ul li:hover .subcategory-image a {
border: 5px solid #333;
padding: 1px;
}

#subcategories ul li .subcategory-image a img {
max-width: 100%;
height: auto;
}

#subcategories ul li h5 {
margin: 8px 0;
}

#subcategories ul li h5 .subcategory-name {
font-weight: 600;
font-size: 14px;
line-height: 16px;
text-transform: uppercase;
}

#subcategories ul li .cat_desc {
display: none;
}

/* RWD subcategories */
@media (min-width: 1200px){
#subcategories ul li:nth-child(5n+1) {clear: both;}
}

@media (min-width: 992px) and (max-width: 1199px){
#subcategories ul li {width: 25%;}
#subcategories ul li:nth-child(4n+1) {clear: both;}
}


@media(min-width: 481px) and  (max-width: 991px){
#subcategories ul li {width: 33.333%;}
#subcategories ul li:nth-child(3n+1) {clear: both;}
}

@media (max-width: 480px){
#subcategories ul li {width: 50%;}
#subcategories ul li:nth-child(2n+1) {clear: both;}
}


/* Sort by */
.products-selection {
margin: 20px 0;
}

/* Sort by left col */
.products-selection .total-products,
.products-selection h1 {
padding: 0 0;
line-height: 28px;
}

.products-selection .total-products p {
margin-bottom: 0;
}

/* Sort by right col */

/* Sort by right col-md-3 */
.products-selection .sort-by {
text-align: right;
}

/* Sort by right col-md-9 */
.products-sort-order .select-title {
display: inline-block;
width: 100%;
color: #232323;
background: #f6f6f6;
padding: 4px 10px;
cursor: pointer;
border: 1px solid #ccc;
}

.products-sort-order .select-title i {
height: 18px;
width: 18px;
line-height: 18px;
}

.products-selection .sort-by-row .dropdown {
padding: 0 0;
}

.products-sort-order .dropdown-menu {
min-width: auto;
width: 100%;
background: #f6f6f6;
margin: -1px 0 0;
border: 1px solid gainsboro;
font-size: 13px;
padding: 0;
}

.products-sort-order .select-list {
display: block;
color: #000000;
padding: 8px 10px;
}


/* Pagination */
.pagination {
width: 100%;
margin: 0 0 12px;
}

.pagination .col-md-3 {
padding: 0 0;
line-height: 24px;
}

.pagination .page-list {
margin: 0 0 0;
}

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

.pagination .page-list li a {
color: #000;
font-weight: 600; 
padding: 0px 10px;
line-height: 24px;
}

.pagination .page-list a i {
font-size: 18px;
}

.pagination .page-list .current a,
.pagination .page-list a:hover {
color: #2ea8f3;
text-decoration: none; 
}

.pagination .page-list .disabled,
.pagination .page-list .disabled:hover {
color: #acaaa6;
text-decoration: none;
cursor: default;
}










/*** PRODUCT ***/
/* Img */
#product #content {
position: relative;
margin: 0 auto;
}

.product-cover {
position: relative;
border: 1px solid #ccc;
margin-bottom: 20px;
}

.product-cover img {
background: #fff;
}


/* Product-list flags */
#product #content .product-flags {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 10px 0;
margin: 0;
}

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

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

#product #content .product-flags .product-flag.on-sale,
#product #content .product-flags .product-flag.discount {
clear: none;
float: right;
background: #ff0000;
}

#product #content .product-flags .product-flag.online-only {
background: #ff0000;
}


/* Thumb */
div#content-wrapper #main .images-container #thumb_box.js-qv-mask {
overflow: initial;
}

div#content-wrapper .images-container .thumb_left .bx-wrapper {
position: relative;
margin-left: -10px;
}

div#content-wrapper .images-container .thumb_center .bx-wrapper {
position: relative;
margin: 0 auto;
}

div#content-wrapper .images-container ul.product-thumbinals {
display: none;
}

div#content-wrapper .images-container .bx-wrapper ul.product-thumbinals {
display: block;
}

div#content-wrapper .images-container ul.product-thumbinals li {
float: left;
padding: 0 10px;
}

.images-container ul.product-thumbinals li img {
max-width: 100%;
border: 1px solid #ccc;
padding: 2px;
}

.images-container ul.product-thumbinals>li.thumb-container>.thumb {
cursor: pointer;
}

.images-container ul.product-thumbinals>li.thumb-container>.thumb.selected,
.images-container ul.product-thumbinals>li.thumb-container>.thumb:hover {
border: 3px solid #dbdbdb;
padding: 0;
}


/* Nav */
.images-container .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -12px;
text-align: center;
width: 24px;
height: 24px;
line-height: 25px;
overflow: hidden;
outline: none;
text-decoration: none;
background: #000;
font-size: 20px;
color: #fff;
}

.images-container .bx-wrapper .bx-controls-direction a:before {
font-family: Material Icons;
display: block;
}

.images-container .bx-next {
right: -24px;
}

.images-container .bx-next:before {
content: "\E315";
}

.images-container .bx-prev {
left: -24px;
}

.images-container .bx-prev:before {
content: "\E314";
}

.images-container .bx-wrapper .bx-controls-direction a.disabled {
display: none;
opacity: 0.4;
cursor: default;
}

.images-container .show_thumb_arrow .bx-wrapper .bx-controls-direction a.disabled {
display: block;
}










/* Title */
.product_name {
margin: 0;
padding-bottom: 10px;
}

/* Reference */
.product-reference {
margin-bottom: 10px;
}

.product-reference label {
font-weight: bold;
margin: 0 0;
}

/* Desc */
.product_desc {
border-top: 1px solid #d6d4d4;
padding: 14px 0 4px;
}


/* Product customization */
.product-customization {
margin: 0px 0;
}

.product-customization .card {
border: 0;
border-top: 1px solid #d6d4d4;
margin: 0;
padding: 14px 0;
}

.product-customization sup {
color: red;
}


/* Attributes */
.product-actions .control-label,
.product-discounts>.product-discounts-title {
font-weight: bold;
}

.product-variants>.product-variants-item:first-child {
border-top: 1px solid #d6d4d4;
}

.product-variants>.product-variants-item {
padding: 14px 0 0;
}

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

.product-variants>.product-variants-item ul li {
margin-right: 10px;
}

.product-variants>.product-variants-item ul li label {
margin: 0px;
}

.product-variants>.product-variants-item ul li .color,
.product-variants>.product-variants-item ul li .input-color {
border: 1px solid rgba(0, 0, 0, .15);
width: 30px;
height: 30px;
margin: 0;
}


/* Product discounts */
.product-discounts {
margin: 0 0;
}

.product-discounts>.product-discounts-title {
font-size: 13px;
margin: 20px 0 6px;
}


/* Price box */
.product-prices {
border-top: 1px solid #d6d4d4;
margin: 14px 0 8px;
padding: 12px 0 0;
}

.product-prices span {
margin-right: 10px;
}

.product-prices .product-price {
float: left;
margin-bottom: 0;
}

/* Old price */
.product-prices .product-discount {
float: left;
}

.product-prices .product-discount span {
color: #F00;
font-size: 16px;
font-weight: bold;
line-height: 34px;
text-decoration: line-through;
}

/* Current price */
.product-prices .current-price span {
color: #1b82d6;
font-size: 24px;
line-height: 32px;
font-weight: bold;
}

/* Tax included */
.product-prices .tax-shipping-delivery-label {
float: left;
line-height: 32px;
}

/* Price per unit */
.product-prices p.product-unit-price.sub {
font-weight: normal;
font-size: 13px;
text-align: left;
}

/* Discount save x % */
.product-prices span.discount.discount-percentage {
color: #fff;
background: red;
font-size: 12px;
padding: 4px 6px;
float: right;
line-height: 12px;
margin-top: 5px;
}
/* Price box end */


/* Qty */
.product-quantity .qty {
width: 102px;
}

.product-quantity.clearfix span.control-label {
float: left;
width: auto;
padding: 11px 10px 0 0;
}

.product-quantity #quantity_wanted {
text-align: center;
height: 40px;
width: 60px;
border: 1px solid #d6d4d4;
}

.product-quantity .bootstrap-touchspin .btn-touchspin {
border: 1px solid #d6d4d4;
height: 21px;
}

.product-quantity .input-group-btn-vertical .btn i {
top: 1px;
}


/* Product add to cart */
.product-quantity .add {
margin: 0 0;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart {
position: relative;
text-transform: initial;
font-weight: 400;
font-size: 16px;
line-height: 20px;
padding: 10px 20px 10px 44px;
background: #1b1a1b;
color: #fff;
line-height: 14px;
height: 40px;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart i {
position: absolute;
top: 12px;
left: 14px;
font-size: 18px;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart:hover {
background: #7fd41d;
}

/* In stock */
#product-availability {
margin-top: 6px;
}

/* Social sharing */
.social-sharing {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #d6d4d4;
padding: 14px 0 10px;
}

.social-sharing span {
padding-right: 10px;
}

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

.social-sharing li {
height: 30px;
width: 30px;
border-radius: 50%;
display: inline-block;
background-color: #fff;
background-repeat: no-repeat;
cursor: pointer;
margin-right: 2px;
background-size: 18px!important;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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


/* Block reassurance */
#block-reassurance {
margin-top: 20px;
border: 1px solid #ccc;
text-transform: uppercase;
}

#block-reassurance ul {
margin: 0 0;
}

#block-reassurance li {
border-bottom: 1px solid #ccc;
}

#block-reassurance li:last-child {
border-bottom: 0;
}

#block-reassurance li .block-reassurance-item {
padding: 12px 15px;
}

#block-reassurance img {
width: 25px;
margin-right: 10px;
}

#product #block-reassurance span {
font-weight: 400;
}

#product #block-reassurance {
display: none;
}

/* Tabs nav */
.tabs {
margin-top: 20px;
}

.tabs ul.nav-tabs {
border: none;
border-bottom: 1px solid #d6d4d4;
margin-bottom: 20px;
}

.tabs ul.nav-tabs li.nav-item {
margin: 0 0;
}

.tabs ul.nav-tabs li.nav-item a {
display: block;
padding: 0;
margin: 0 20px 0 0;
color: #000;
font-weight: bold;
font-size: 16px;
line-height: 30px;
text-transform: uppercase;
border: 0;
border-bottom: 2px solid transparent;
margin-bottom: -1px;
}

.tabs ul.nav-tabs li.nav-item a.active,
.tabs ul.nav-tabs li.nav-item a:hover {
color: #000;
border-color: #7fd41d;
}

/* Tab content */
.tabs .tab-pane {
margin-bottom: 20px;
}

/* Product detail */
.product-manufacturer {
margin-bottom: 15px;
max-width: 250px;
}

/* Product details/features */
#product-details .label {
font-weight: 700;
}

.product-features {
margin-top: 20px;
}

/* Attachment */
.attachment {
margin-top: 16px;
}










/*** QUICK VIEW POPUP ***/
.quickview .modal-body {
padding-top: 0;
}

.quickview ul.product-thumbinals li.thumb-container{
margin-bottom: 10px;
}

.quickview .product-cover {
margin-bottom: 10px;
}

.quickview .product_desc {
padding: 10px 0 0;
}

.quickview .product-variants>.product-variants-item {
padding: 10px 0 0;
}

.quickview .product-prices {
margin: 12px 0 10px;
}

.quickview #product-availability {
margin-top: 4px;
}

.quickview p.product-minimal-quantity {
margin-bottom: 0;
}

.quickview .social-sharing {
padding: 0;
border: 0;
}










/*** CART POPUP ***/

#blockcart-modal .modal-dialog {
max-width: 940px;
width: 100%
}

/* Modal header */
#blockcart-modal .modal-header {
padding: 15px 15px 12px;
}

/* Modal body */
#blockcart-modal .modal-body {
padding: 40px 30px;
}

/* Title container */
#blockcart-modal .modal-header .close {
margin-top: -1px;
}

#blockcart-modal .modal-title {
font-weight: 600;
color: #4cbb6c;
margin-bottom: 0;
text-align: left;
text-transform: uppercase;
}

#blockcart-modal .modal-title i.material-icons {
margin-right: 10px;
line-height: 20px;
font-size: 22px;
}

/* Left column */
#blockcart-modal .divide-right {
border-right: 1px solid #e5e5e5;
}

#blockcart-modal .product-image {
display: block;
width: 100%;
max-width: 186px;
margin: 0 auto;
}

#blockcart-modal .divide-right .product-name {
text-transform: uppercase;
font-size: 16px;
}

#blockcart-modal .divide-right p.price {
margin: 18px 0;
}

#blockcart-modal .divide-right span {
display: inline-block;
margin-bottom: 10px;
}

/* Right column */
#blockcart-modal .cart-content {
padding-left: 10px;
}

#blockcart-modal .cart-content p.cart-products-count {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 14px;
margin-bottom: 16px;
border-bottom: 1px solid #e5e5e5;
}

#blockcart-modal .cart-content p {
margin-bottom: 16px;
}

#blockcart-modal .cart-content .cart-content-btn button {
margin-right: 10px;
}

/* Buttons */
#blockcart-modal .cart-content .cart-content-btn .btn {
padding: 8px 16px 6px;
}

#blockcart-modal .cart-content .cart-content-btn .btn-secondary {
padding: 7px 16px 7px;
}

#blockcart-modal .cart-content .cart-content-btn i {
font-size: 16px;
line-height: 16px;
height: 20px;
margin-right: 10px;
}







/*** CONTACT ***/
.contact-rich {
margin-bottom: 20px;
word-wrap: break-word
}

.contact-rich h4 {
text-transform: uppercase;
margin-bottom: 24px;
}

.contact-rich .block .icon {
float: left;
width: 3.5rem;
color: #7a7a7a;
}

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

.contact-rich .block .data {
overflow: hidden
}

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

section.contact-form .bootstrap-filestyle .form-control:disabled {
background: #ffffff;
}






/*** CMS ***/
.page-content.page-cms {
padding: 14px 0;
text-align: justify
}









/*** CART PAGE ***/

/* CART SUMMARY RIGHT */

/* First page */
.cart-summary-line {
clear: both;
line-height: 30px;
}

.cart-summary-line .label {
float: left;
margin: 0;
}

.cart-summary-line .value {
font-weight: bold;
}

.checkout.cart-detailed-actions.card-block .btn {
padding: 10px 30px;
font-size: 14px;
}

/* Voucher */
.block-promo .promo-input {
height: 34px;
padding-left: 12px;
width: 60%
}

/* Second pages */
#js-checkout-summary h4.show_cart {
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
margin-bottom: 16px;
}

body#checkout #cart-summary-product-list li {
margin-bottom: 4px;
}

body#checkout #cart-summary-product-list li .product-price {
font-weight: bold;
}











/* SHOPING CART PAGE */

/* Header */
.separator {
border-color: rgba(0, 0, 0, .125);
}

.cart-grid-body .card-block h1 {
font-weight: 700;
font-size: 16px;
margin-bottom: 0;
}

/* Cart overview */
ul.cart-items li {
border-bottom: 1px solid rgba(0, 0, 0, .125);
}

ul.cart-items li:last-child {
border-bottom: 0;
padding-bottom: 0;
}

/* Product img */
.product-line-grid-left img {
border: 1px solid rgba(0, 0, 0, .125);
}

/* Product name */
.product-line-grid-body>.product-line-info>.label_name {
text-transform: uppercase;
display: inline-block;
font-weight: bold;
font-size: 14px;
margin-top: 8px;
}

/* Attributes */
.product-line-grid-body>.product-line-info>.label {
font-weight: bold;
}

/* Old price */
.cart-grid .product-discount .price_red {
font-size: 14px;
}

.cart-grid .product-discount .regular-price {
font-size: 14px;
font-weight: normal;
text-decoration: line-through;
color: #7a7a7a;
margin: 0 4px;
}

/* Price */
.cart-grid .product-line-info.product-price.h5 {
margin: 14px 0 15px;
}

.cart-grid .current-price span {
font-size: 14px;
font-weight: normal;
}

/* New price red */
.cart-grid .has-discount.product-price {
color: #ff0000;
}

/* Discount red label */
.cart-grid .has-discount .discount {
color: #fff;
background: #ff0000;
font-size: 12px;
padding: 4px 4px;
float: right;
line-height: 12px;
margin-top: -1px;
margin-left: 4px;
}

/* Unit price (Price per kg) */
.cart-grid .unit-price-cart {
color: #000;
margin-top: 6px;
font-size: 14px;
font-weight: normal;
}

/* Total price */
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
line-height: 40px;
font-size: 14px;
}

.product-line-grid-right .cart-line-product-actions strong,
.product-line-grid-right .product-price strong {
font-weight: bold;
}

/* Delete icon */
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
display: inline-block;
color: #666;
margin-top: 6px;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
.product-line-grid-right .product-price .remove-from-cart:hover {
color: #000;
}


/* CHECKOUT STEPS */
body#checkout section.checkout-step {
box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
background-color: #fff;
padding: .9375rem
}

body#checkout section.checkout-step .step-title {
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 0
}

body#checkout section.checkout-step .step-number {
padding: 0 16px 0 6px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
padding: 0;
margin: 0 8px 0 0;
line-height: 22px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
float: right;
display: block;
cursor: pointer;
margin-top: 4px;
font-size: 13px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
text-decoration: underline;
}

body#checkout section.checkout-step .step-edit i.edit {
margin-right: 4px;
font-size: 14px;
line-height: 14px;
}

/* Steps content */
body#checkout section.checkout-step .content {
padding: 20px 0 0 35px;
}






/* Continue button */
#checkout .clearfix .btn,
.ps-shown-by-js .btn {
padding: 10px 30px;
font-size: 14px;
}






/* PERSONAL INFORMATION */
section#checkout-personal-information-step ul.nav.nav-inline {
margin: 14px 0 24px;
text-transform: uppercase;
font-size: 15px;
}

section#checkout-personal-information-step .nav-item .nav-link:hover {
text-decoration: underline;
}

section#checkout-personal-information-step .nav-item .nav-link.active {
text-decoration: none;
}

section#checkout-personal-information-step .custom-checkbox label {
margin: 2px 0 0 6px;
}









/* ADDRESSES */
body#checkout section.checkout-step .address-item.selected {
background: #fff;
border: 3px solid #2fb5d2
}

body#checkout section.checkout-step .radio-block {
width: 100%;
padding: 14px;
margin-bottom: 0;
}

body#checkout section.checkout-step .address-alias {
margin: 0 0 4px 7px;
}

body#checkout section.checkout-step .address {
line-height: 18px;
margin-left: 26px;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
display: inline-block;
color: #000;
margin: 0 6px;
}

body#checkout section.checkout-step .delete-address i,
body#checkout section.checkout-step .edit-address i {
margin-right: 4px;
line-height: 14px;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
margin-top: 14px;
}

body#checkout section.checkout-step .add-address {
margin-bottom: 20px;
}




/* SHIPPING METHOD */
body#checkout section.checkout-step .delivery-option {
border: 1px solid #e9e9e9;
margin: 0 0 15px;
padding: 4px 0;
}

body#checkout section.checkout-step .delivery-option label,
body#checkout section.checkout-step .delivery-option .carrier-delay,
body#checkout section.checkout-step .delivery-option .carrier-name,
body#checkout section.checkout-step .delivery-option .carrier-price {
line-height: 16px;
margin-bottom: 0;
}

body#checkout section.checkout-step .delivery-option .carrier-delay,
body#checkout section.checkout-step .delivery-option .carrier-name,
body#checkout section.checkout-step .delivery-option .carrier-price {
display: inline-block;
padding: 12px 0;
}

body#checkout section.checkout-step .delivery-option .custom-radio {
margin: 12px 0 0;
}


/* PAYMENT */
body#checkout section.checkout-step .payment-options label {
cursor: pointer;
font-weight: bold;
}

body#checkout .additional-information {
margin: 0px 0 0px 35px;
}

/* Terms */
body#checkout section.checkout-step #conditions-to-approve {
padding: 20px 0 20px;
}

body#checkout section.checkout-step #conditions-to-approve ul {
margin-bottom: 0;
}

body#checkout .condition-label {
margin-left: 36px;
}

body#checkout .condition-label label {
margin-bottom: 0;
}

body#checkout .condition-label label a {
text-decoration: underline;
font-weight: bold;
}

body#checkout .condition-label label a:hover {
text-decoration: none;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox span {
margin-top: 1px;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type=checkbox] {
margin-top: 0;
}


/*** ORDER CONFIRMATION ***/
body#order-confirmation .card {
margin-bottom: 24px;
}

/* CONFIRMATION INFO */
section#content-hook_order_confirmation i.done{
padding: 0;
margin-right: 4px;
width: 30px;
text-align: center;
line-height: 22px;
}

section#content-hook_order_confirmation p {
margin-bottom: 0;
}


/* ORDER ITEMS (left column) */
#order-items {
border-right: 1px solid rgba(0, 0, 0, .125);
}

#order-items h3.card-title.h3 {
margin-bottom: 10px;
}

#order-items table tr td{
padding-bottom: 10px;
}

#order-items table tr:last-child td{
padding-bottom: 0;
}

/* Single item */
#order-items .order-line {
border-top: 1px solid rgba(0, 0, 0, .125);
padding-top: 10px;
margin: 10px 0 0;
}

#order-items .order-line:first-child {
border-top: 0;
padding-top: 6px;
}

/* Img */
#order-items .order-line .col-sm-2.col-xs-3 {
padding-left: 0;
}

#order-items .order-line .image img {
max-width: 100%;
border: 1px solid rgba(0, 0, 0, .125);
}

/* Product name */
#order-items .order-line .details {
padding-top: 4px;
}

/* Price */
#order-items .order-line .qty {
padding-top: 4px;
text-align: center;
}

#order-items .order-line .qty .col-xs-4.text-xs-right.bold {
padding-right: 0;
}

/* Hr */
#order-items hr {
border-top: 1px solid rgba(0, 0, 0, .125);
margin: 20px 0 16px;
}

/* ORDER DETAILS (right column) */
div#order-details {
padding-left: 30px;
}

#order-details>.card-title {
margin-bottom: 20px;
}

/* PAYMENT RETURN */
section#content-hook_payment_return a {
text-decoration: underline;
}

section#content-hook_payment_return a:hover {
text-decoration: none;
}



/*** MY ACCOUNT ***/

/* Main page */
.page-my-account #content .links a span.link-item {
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, .2);
border: 1px solid rgba(0, 0, 0, .125);
}

.page-my-account #content .links a:hover {
text-decoration: none;
}

.page-my-account #content .links a:hover i {
color: #7fd41d;
}



/* My accout content */
.page-customer-account #content {
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, .2);
border: 1px solid rgba(0, 0, 0, .125);
background: #fff;
padding: 1rem;
}

.page-customer-account #content .table-bordered {
margin-bottom: 0;
}




/* History */
.page-order-detail .box {
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, .2);
border: 1px solid rgba(0, 0, 0, .125);
}

.page-order-detail .box .table-bordered {
margin-bottom: 0;
}



/* Order slips */
#order-slip #content h6 {
margin: 14px 0 0;
}





/* Identity */
#identity .custom-checkbox input[type=checkbox]+span {
float: left;
margin: 1px 8px 0 0;
}

#identity .custom-checkbox label {
width: 90%;
margin: 0 0;
}




/* Identity */
#addresses section#content .col-lg-4 {
padding-left: 0;
}

.page-addresses .address {
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, .2);
border: 1px solid rgba(0, 0, 0, .125);
background: #fff
}

.page-addresses .address {
margin-bottom: 20px;
}

.page-addresses .address .address-body address {
min-height: 6rem;
margin-bottom: 0;
}

.page-addresses .address .address-footer {
border-top: 1px solid rgba(0, 0, 0, .1);
text-align: center;
padding: .625rem;
}

.page-addresses .address .address-footer a {
margin: 0 6px;
}

.page-addresses .address .address-footer a i {
font-size: 1rem;
line-height: 14px;
margin-right: 2px;
}

/* Create new address */
.page-addresses .addresses-footer a i {
font-size: .9375rem;
}




/*** AUTHENTICATION - CREATE AN ACCOUNT ***/
section.register-form p a {
text-decoration: underline;
}

section.register-form p a:hover {
text-decoration: none;
}

#authentication .custom-checkbox span {
margin-top: 1px;
}

form#login-form {
max-width: 720px;
margin: 0 auto;
}

section.register-form {
max-width: 720px;
margin: 0 auto;
}

section.register-form p {
text-align: center;
}

.page-customer-account #content .no-account {
font-size: 14px;
}












/*** FORGOT YOUR PASSWORD ***/
.forgotten-password .form-fields .center-email-fields {
margin: 20px 0 0;
}












/*** STORES ***/
#stores .page-stores .store-item-container .divide-left table {
margin: 0 auto;
}












/*** RWD ***/

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

}

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

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



