/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #23282b;
    background: url('../imgs/body-bgr.png');
    background-repeat: repeat-y;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 70px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif; color: #374353;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #6e6e6e;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #8dc73f;
    outline: 0;
    text-decoration: none;
}

p {
    color: #23282b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.heading {
    color: #23282b;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: bold;
}

.page-info {
    margin: 0 0 30px 0;
}

.page-info .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.page-info .breadcrumb .breadcrumb-item {
    color: #8b9298;
}

.page-info .breadcrumb .breadcrumb-item a {
    color: #8dc73f;
}

.page-info .breadcrumb .breadcrumb-item::before {
    color: #9c9a9a;
}


.top {
    background-color: #576977;
}

.top .menu-top-contacts ul li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 45px;
    padding-left: 25px;
}

.top .menu-top-contacts ul li.phone-icon {
    background: url('../imgs/icons/phone-icon.png') left center no-repeat;
    background-size: 20px auto;
}

.top .menu-top-contacts ul li.email-icon {
    background: url('../imgs/icons/email-icon.png') left center no-repeat;
    background-size: 20px auto;
}

.top .menu-top-contacts ul li a {
    color: #fff;
}

.top .menu-top-contacts ul li a i {
    margin-right: 3px;
}


.top .general-nav .dropdown-menu {
    min-width: inherit;
    border-radius: 10px;
}

.top .general-nav .dropdown-menu a {
    color: #23282b;
    font-size: 14px;
    line-height: 18px;
}

.dropdown-menu {
    z-index: 16;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8dc73f;
    color: #fff !important;
}

.top .general-nav ul {
    text-align: right;
}

.top .general-nav ul li.menu-icon {
    padding-left: 25px;
}

.top .general-nav ul li {
    display: inline-block;
    color: #fff;
    padding: 10px 0 10px 5px;
    position: relative;
    margin: 0 15px;
}

.top .general-nav ul li:last-of-type {
    margin-right: 0;
}

.top .general-nav ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #7f8d98;
}

.top .general-nav ul li.lang-icon {
    background: url('../imgs/icons/lang-icon.png') left center no-repeat;
    background-size: 20px auto;
}

.top .general-nav ul li.user-icon {
    background: url('../imgs/icons/user-icon.png') left center no-repeat;
    background-size: 20px auto;
}

.top .general-nav ul li a {
    color: #fff;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px;
    vertical-align: 0;
    border: 0;
}


.middle {
    padding: 35px 0 10px;
}


nav {
    padding: 15px 0 12px;
}

nav ul.menu-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav ul.menu-list li.menu-item:hover a.menu-item-link {
    color: #8dc73f;
}

nav ul.menu-list li.menu-item a.menu-item-link:before {
    content: "\f0d8";
    position: absolute;
    left: 50%;
    top: 13px;
    color: #8dc73f;
    font-size: 16px;
    font-family: 'FontAwesome';
    margin-left: -11px;
    opacity: 0;
}

nav ul.menu-list li.mega-menu-dropdown:hover .mega-menu {
    display: block;
}

nav ul.menu-list li.mega-menu-dropdown .menu-arrow {
    width: 20px;
    height: 23px;
    display: inline-block;
}

nav ul.menu-list li.mega-menu-dropdown .menu-arrow:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
    line-height: 22px;
    margin-left: 4px;
    text-align: center;
}

nav ul.menu-list li.mega-menu-dropdown:hover a.menu-item-link:before {
    opacity: 1;
}

nav ul.menu-list li.menu-item a.menu-item-link {
    color: #576876;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}


.header-cart {
    padding: 0 0 0 47px;
    background: url(../imgs/icons/cart-icon.png) left center no-repeat;
    background-size: 34px auto;
    display: inline-block;
}

.header-cart .cart-label {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    color: #576977;
}

.header-cart .cart-value {
    color: #576977;
}

.header-search {
    padding: 0 15px;
}

.header-search input,
.header-search select {
    width: 100%;
    height: 100%;
    border: 0;
}

.header-search select {
    padding: 0 15px;
    color: #8b9298;
}

.header-search input {
    padding: 0 15px 0 50px;
    border-radius: 30px 0 0 30px;
}

.header-search .search-select,
.header-search .search-input {
    height: 52px;
    width: 90%;
    float: left;
    background-color: transparent;
    position: relative;
    border: 1px solid #c5cbcf;
}

.header-search .search-select {
    border-left: 0;
    border-right: 0;
}

.header-search .search-input {
    border-radius: 30px 0 0 30px;
}

.header-search .search-input:before {
    content: "";
    background: url(../imgs/icons/search-gray-icon.png) center center no-repeat;
    background-size: 17px auto;
    z-index: 5;
    height: 52px;
    width: 60px;
    display: block;
    position: absolute;
    left: 0;
}

.header-search button {
    float: left;
    background: #8dc73f url(../imgs/icons/search-white-icon.png) center center no-repeat;
    background-size: 18px auto;
    width: 10%;
    height: 52px;
    border: 0;
    outline: none;
    border-radius: 0 30px 30px 0;
}

header {
    background-color: #fff;
    /*    box-shadow: 0 5px 12px 0 rgba(162, 162, 162, 0.18), 
            0 0 0px 0 rgba(144, 144, 144, 0.25);*/
    position: relative;
    z-index: 10;
}

.menu {
    background-color: #efefef;
    margin: 10px 0 0 0;
}

.mega-menu {
    position: absolute;
    top: 43px;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 25px 30px;

    -webkit-box-shadow: 0 30px 30px 0px rgba(0,0,0,.10);
    -moz-box-shadow: 0 30px 30px 0px rgba(0,0,0,.10);
    box-shadow: 0 30px 30px 0px rgba(0,0,0,.10);

    border-top: 3px solid #8dc73f;
    border-radius: 0 0 7px 7px;

    display: none;
}

.mega-menu:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
}

.mega-menu h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px 0;
}

.mega-menu .mega-menu-item {
    margin: 7px 0;
    display: block;
}

.paddles {
    background-color: #f6f8f9;
}

.paddles.tools .tool {
    border: 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 
        0 0 1px 0 rgba(144, 144, 144, 0.25);
}

.paddles.tools .tool .tool-img {
    height: 150px;
}

.paddles.tools .tool .tool-name {
    text-transform: uppercase;
    color: #23282b;
    display: table;
    margin: 0 auto;
}

.paddles.tools .tool .tool-name span {
    display: block;
    font-weight: lighter;
    color: #6c7983;
    text-transform: none;
    margin: 7px 0 0 0;
}


.tools .tool {
    border: 1px solid #d1d7da;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff;
}

.tools.list .tool {
    margin: 0 0 30px 0;
}

.tools .tool .tool-img {
    height: 200px;
    position: relative;
}

.tools .tool .tool-img .quick-review {
    position: absolute;
    left: 10%;
    width: 80%;
    opacity: 0;
    padding: 8px 20px;
}

.tools .tool .tool-img .quick-review:hover {
    background-color: #85bb3c;
    border-color: #85bb3c;
}

.tools .tool .tool-img .quick-review i {
    margin-right: 3px;
}

.tools .tool:hover .tool-img .quick-review {
    opacity: 1;
}

.tools .tool .tool-name {
    font-size: 16px;
    color: #23282b;
    font-weight: 500;
}

.tools .tool .tool-name:hover {
    color: #8dc73f;
}

.rating {
    margin: 10px 0 20px;
}

.rating ul li {
    display: inline-block;
    color: #8dc73f;
    font-size: 18px;
}

.tools .tool .tool-price span.label {
    color: #576876;
    font-weight: normal;
    display: inline-block;
}

.tools .tool .tool-price span.value {
    color: #8dc73f;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.banner {

}

.page-products-info {
    text-align: right;
}


.btn {
    border-radius: 30px;
    padding: 8px 45px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-success,
.btn-success:hover {
    background-color: #8dc73f;
    border-color: #8dc73f;
}

.btn-success:hover {
    opacity: .5;
}

.gray-bgr {
    background-color: #f6f8f9;
}

.gray-bgr.tools .tool {
    background-color: #fff;
}

.gray-bgr.tools .tool .btn {
    padding: 8px 20px;
}


.home-sign-up {
    background: url('../imgs/sign-up-bgr.png') bottom center no-repeat;   
    background-size: cover;
}

.home-sign-up .heading {
    color: #fff;
}

.home-sign-up p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 80px 0 50px 0;
}

.home-sign-up ul li {
    margin: 0 0 10px 0;
}

.home-sign-up ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 0 27px;
}

.home-sign-up ul li a.phone-icon {
    background: url('../imgs/icons/phone-icon.png') left center no-repeat;
    background-size: 20px auto;
}

.home-sign-up ul li a.email-icon {
    background: url('../imgs/icons/email-icon.png') left center no-repeat;
    background-size: 20px auto;
}


.latest-news .news-item  {
    border: 0;
    background-color: #fff;
    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 
        0 0 1px 0 rgba(144, 144, 144, 0.25);
    border-radius: 5px;
    overflow: hidden;
}

.latest-news .news-item  .news-body .news-title {    
    font-size: 16px;
    color: #23282b;
    font-weight: 500;
    text-transform: uppercase;
}

.latest-news .news-item  .news-body .news-meta {
    margin: 13px 0 28px;
    color: #8dc73f;
}  

.latest-news .news-item  .news-body {
    padding: 20px 20px 30px 20px;
}

.latest-news .news-item  .news-body .news-desc,
.latest-news .news-item  .news-body .news-desc p {
    margin: 0;
    color: #576876;
}


footer {
    padding: 80px 0 0;
    background-color: #2a242f;
}

footer .footer-heading {
    color: #fff;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

footer .footer-menu li {
    margin: 0 0 5px 0;
    display: block;
}

footer .footer-menu li a {
    color: #abb1b4;
    display: block;
}

footer .footer-menu li a:hover {
    color: #fff;
}

footer .payment-imgs {
    margin: 15px 0 0 0;
}

footer .social {
    margin: 16px 0 0 0;
}

footer .social li {
    display: inline-block;
    margin-right: 12px;
}

footer .social li a {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

footer .footer-bottom {
    background-color: #1f1b23;
    padding: 70px 0 0;
    margin-top: 70px;
}

footer .news-letter p {
    color: #fff;
}

footer .news-letter input[type=email] {
    height: 42px;
    background-color: #131015;
    border: 1px solid #333037;
    padding: 0 25px;
    border-radius: 30px;
    width: 100%;
    color: #fff;
}

footer .news-letter button {
    width: 100%;
    padding: 8px 15px;
}

footer .copyright {
    padding: 35px 0;
    color: #fff;
    text-align: center;
    margin: 55px 0 0 0;
    border-top: 1px solid #4a474e;
}


.filter {
    padding: 40px 0;
}

.filter .filter-group {
    text-align: right;
}

.filter .form-control {
    margin: 0 15px;
}

.filter .page-products-info {
    text-align: left;
}


.sidebar .widget {
    background-color: #f6f8f9;
    border: 1px solid #d1d7da;
    border-radius: 10px;
    padding: 25px;
    margin: 0 0 40px 0;
}

.sidebar .widget h3 {
    color: #23282b;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.sidebar .widget .aside-dropdown > li  {
    border-bottom: 1px solid #d1d7da;
    position: relative;
}

.sidebar .widget .aside-dropdown > li.dd-menu ul {
    display: none;
}

.sidebar .widget .aside-dropdown > li.dd-menu:after {
    content: "\f105";
    font-family: "FontAwesome";
    top: 15px;
    right: 0px;
    position: absolute;
    font-size: 16px;
}

.sidebar .widget .aside-dropdown > li.dd-menu-active ul {
    display: block;
}

.sidebar .widget .aside-dropdown > li.dd-menu-active:after {
    content: "\f107";
    font-family: "FontAwesome";
    top: 15px;
    right: 0px;
    position: absolute;
}

.sidebar .widget .aside-dropdown > li:last-of-type {
    border: 0;
}

.sidebar .widget .aside-dropdown > li > a {
    padding: 15px 0;
    display: block;
    color: #576876;
    font-size: 15px;
    line-height: 22px;
}

.sidebar .widget .aside-dropdown > li > a:hover {
    color: #8dc73f;
}

.sidebar .widget .aside-dropdown > li > ul {
    padding: 0 0 15px 0;
}

.sidebar .widget .aside-dropdown > li > ul > li {

}

.sidebar .widget .aside-dropdown > li > ul > li > a {
    padding: 5px 15px;
    display: block;
    border: 0;
    color: #576876;
    font-size: 13px;
    line-height: 20px;
}

.sidebar .widget .aside-dropdown > li > ul > li > a:hover {
    color: #8dc73f;
}

.sidebar .widget h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.sidebar .widget .categories-list {
    padding: 10px 0 0 0;
}

.sidebar .widget .categories-list li {
    display: block;
}

.sidebar .widget .categories-list li:last-of-type a {
    padding-bottom: 0;
}

.sidebar .widget .categories-list li a {
    display: inline-block;
    padding: 5px 15px;
}

.sidebar .widget hr {
    margin: 30px 0;
}

.form-control {
    width: initial;
    border-radius: 30px;
    display: inline-block;
    height: 43px;
    padding: 10px 20px;
    font-size: 14px;
    border-color: #c5cbcf;
    font-weight: lighter;
}

.form-group {
    margin: 0 0 30px 0;
}

.product .name {
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
}

.product .rating {
    display: inline-block;
    margin-right: 15px;
    margin: 15px 0 15px;
}

.product .comment-num,
.product .add-comment {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #8b9298;
    font-size: 16px;
    font-weight: lighter;
}

.product .comment-num:after {
    content: "|";
    position: absolute;
    right: -14px;
}

.product .send-friend {
    color: #8b9298;
    font-size: 16px;
    font-weight: lighter;
    position: relative;
}

.product .send-friend a {
    padding: 0 0 0 26px;
    position: relative;
}

.product .send-friend a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../imgs/icons/envelope-icon.png) left center no-repeat;
    background-size: 19px auto;
    width: 19px;
    height: 14px;
}

.product .short-details {
    margin: 40px 0 40px 0;
}

.product .prices {
    margin: 0 0 40px 0;
}

.product .prices .price {
    margin-right: 50px;
    display: inline-block;
}

.product .prices .price .label {
    display: block;
    color: #576876;
}

.product .prices .price .value {
    color: #8dc73f;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}

.qty {
    border: 1px solid #c5cbcf;
    border-radius: 30px;
    display: table;
    width: 100%;
}

.qty button {
    width: 25%;
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.qty .qty-value {
    width: 50%;
    float: left;
    height: 42px;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.product .stock {
    margin: 30px 0 5px 0;
    color: #8b9298;
}

.product .sku {
    color: #8b9298;
}

.product .gallery .main-img {
    border: 1px solid #c5cbcf;
    border-radius: 10px;
}

.product .desc {
    border-top: 1px solid #c5cbcf;
    margin: 50px 0 0 0;
}

.product .desc .desc-tabs {
    padding: 15px 0 0 0;
    margin: 0 auto;
    display: table;
}

.product .desc .desc-tabs li {
    display: inline-block;
}

.product .desc .desc-tabs li a {
    padding: 25px 25px;
    text-transform: uppercase;
    color: #8dc73f;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}

.product .desc .desc-tabs li a.active {
    border-bottom: 3px solid #8dc73f;
}

.product .desc .tab-content {
    padding: 50px 0;
}

.space-bot {
    padding-bottom: 80px;
}


.categories {
    padding: 40px 0;
}

.categories .category {
    margin: 0 0 30px 0;
    display: block;
    border-radius: 10px;
}


.blog-view .heading {
    text-align: left;
    margin: 0 0 30px 0;
}


.blog-list .heading {
    text-align: left;
}

.blog-list .blog-post {
    margin-bottom: 70px;
}

.blog-list .blog-post .img {
    margin: 0 0 25px 0;
}

.blog-list .blog-post .img img {    
    border-radius: 10px;
}

.blog-list .blog-post .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #23282b;
}

.blog-list .blog-post .title:hover {
    color: #8dc73f;
}

.meta {
    margin: 18px 0;
}

.meta .author {    
    padding: 0 0 0 25px;
    background: url(../imgs/icons/author-icon.png) left top no-repeat;
    background-size: 18px auto;
}

.meta .date {    
    padding: 0 0 0 25px;
    background: url(../imgs/icons/calendar-icon.png) left top no-repeat;
    background-size: 18px auto;
}

.meta .cat a,
.meta .author a {
    color: #8b9298;
}

.meta .cat a:hover,
.meta .author a:hover {
    text-decoration: underline;
}

.meta .date,
.meta .cat,
.meta .author {
    display: inline-block;
    margin-right: 15px;
}


.payment-method .heading {
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

.payment-method .guest-form button {
    margin: 0 0 0 auto;
    display: table;
}

.payment-method .guest-form h4 {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #23282b;
    margin: 0 0 30px 0;
}

.payment-method .guest-form .hint {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #23282b;
    margin: 0 0 15px 0;
}

.payment-method .guest-form .register-hint {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 25px 20px;
    margin: 30px 0 25px 0;
}

.payment-method .guest-form .register-hint h5 {
    font-size: 18px;
    line-height: 24px;
    color: #23282b;
    font-weight: 500;
}

.payment-method .guest-form .register-hint p {
    color: #8b9298;
}

.payment-method .guest-form .register-hint ul li {
    color: #8b9298;
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
    position: relative;
}

.payment-method .guest-form .register-hint ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #8dc73f;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.payment-method .guest-form .register-hint ul li:last-of-type {
    margin: 0;
}

.payment-method .guest-form .radio {
    margin: 0 0 5px 0;
}

.payment-method .guest-form .radio label {
    color: #8b9298;
}

.payment-method .login-form h4 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #23282b;
    margin: 0 0 56px 0;
}

.payment-method .login-form .hint {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #23282b;
    margin: 0 0 2px 0;
}

.payment-method .login-form p {
    color: #8b9298;
}

.forgot-password {
    color: #8dc73f;
}

.forgot-password:hover {
    text-decoration: underline;
}

.cart-steps ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin: 0 0 70px 0;
}

.cart-steps ul:after {
    content: "";
    background-color: #f0f2f3;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: -1;
}

.cart-steps ul li {

}

.cart-steps ul li.past .step-num {
    background-color: #23282b;
    color: #fff;
}

.cart-steps ul li.active .step-num {
    background-color: #8dc73f;
    color: #fff;
}

.cart-steps ul li .step-num {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #f0f2f3;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 15px;
    color: #969ea4;
}

.cart-steps ul li.active .step-label {
    color: #23282b;
}

.cart-steps ul li .step-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    color: #576876;
}

.order {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 30px 25px 20px;
}

.order h4 {
    font-size: 22px;
    line-height: 26px;
    color: #23282b;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.order .order-row {
    border-bottom: 1px solid #c5cbcf;
    padding: 15px 0 0 0;
}

.order .order-row .product-img img {
    border-radius: 10px;
}

.order .order-row .product-name {
    font-size: 14px;
    font-weight: 500;
    margin: 3px 0 5px 0;
    color: #23282b;
    display: inline-block;
}

.order .order-row .product-name:hover {
    color: #8dc73f;
}

.order .order-row .product-details {
    font-size: 12px;
    color: #8b9298;
    margin: 0 0 15px 0;
}

.order .order-row .product-qty {
    font-size: 12px;
    color: #8b9298;
    margin: 0 0 15px 0;
}

.order .order-row .product-price {
    font-size: 12px;
    color: #8b9298;
    margin: 0 0 15px 0;
}

.order .order-row .product-price span {
    float: right;
    font-weight: bold;
    color: #23282b;
}

.order .order-row .remove {
    color: #b0b1b2;
    font-size: 18px;
}

.order .order-row .remove:hover {
    color: #f39d9d;
}

.order .total .total-row {
    color: #8b9298;
    border-bottom: 1px solid #c5cbcf;
    padding: 15px 0;
}

.order .total .total-row span {
    float: right;
    font-weight: bold;
    color: #23282b;
}

.order .promo-code {
    margin: 15px 0 0 0;
}

.order .promo-code h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #23282b;
}

.order .promo-code p {
    color: #8b9298;
}

.order .promo-code button {
    margin: 0 0 0 auto;
    display: table;
}

.order .total-sum {
    font-size: 22px;
    color: #8b9298;
    border-top: 1px solid #c5cbcf;
    padding: 20px 0 0;
    margin: 15px 0 0 0;
    font-weight: bold;
}

.order .total-sum span {
    float: right;
    color: #23282b;
}

.invoice h4 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #23282b;
    margin: 0 0 45px 0;
}

.invoice button {
    margin: 0 0 0 auto;
    display: table;
}


.social {
    margin: 35px 0 60px 0;
}


.comments {
    margin: 0 0 70px 0;
}

.comments h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 35px 0;
}

.comments .comment {
    margin: 0 0 40px 0;
}

.comments .comment:last-of-type {
    margin: 0;
}

.comments .comment .comment-meta {
    margin: 0 0 10px 0;
    font-weight: 500;
}

.comments .comment .comment-meta .date {
    color: #4a4b4b;
    margin: 0 50px 0 0;
}

.comments .comment .comment-meta .author span {
    font-weight: lighter;
    color: #8b9298;
}

.comments .comment .comment-text {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 25px;
}


.add-comment h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 35px 0;
}

.map {
    width: 100%;
    height: 400px;
    background-color: #ddd;
    margin: 0 0 70px 0;
}

.small-map {
    width: 100%;
    height: 300px;
    background-color: #ddd;
    margin: 0 0 30px 0;
    border-radius: 10px;
}

.contact-form h4,
.contact-info h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #23282b;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.contact-info ul li {
    margin: 0 0 20px 0;
    color: #8b9298;
    padding: 0 0 0 28px;
    position: relative;
}

.contact-info ul li.address-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imgs/icons/map-marker-green-icon.png) left center no-repeat;
    background-size: 14px auto;
    width: 17px;
    height: 23px;
}

.contact-info ul li.phone-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imgs/icons/phone-green-icon.png) left center no-repeat;
    background-size: 16px auto;
    width: 19px;
    height: 19px;
}

.contact-info ul li a {
    display: inline-block;
    color: #8b9298;
}

.contact-info ul li a:hover {
    color: #8dc73f;
}

.contact-info .worktime {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 30px 25px 20px;
    margin: 30px 0 0 0;
}

.contact-info .worktime h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #23282b;
}

.contact-info .worktime p {
    color: #8b9298;
}


.login .heading {
    text-transform: uppercase;
}

.login h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #23282b;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}


.login .login-form p {
    color: #8b9298;
}

.login .login-form .form-group {
    margin: 0 0 20px 0;
}

.login .register-info h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #23282b;
}

.login .register-info p {
    color: #8b9298;
}

.login .register-info .hint {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 30px 25px 20px;
    margin: 30px 0 25px 0;
}


.user-settings .heading {
    text-align: left;
}

.user-menu {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 0 0 25px 0;
}

.user-menu ul li {
    border-bottom: 1px solid #c5cbcf;
    padding: 12px 0 12px 15px;
    position: relative;
}

.user-menu ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 13px;
    left: 0;
}

.user-menu ul li:last-of-type {
    border-bottom: 0;
}

.user-menu ul li.active a {
    font-weight: bold;
}

.user-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #576876;
}

.user-menu ul li a:hover {
    color: #28a745;
}


.user-address-list .heading {
    text-align: left;
}

.user-address-list .address-list > li {
    border: 1px solid #d4d9dc;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 25px 0;
}

.user-address-list .address-list > li .names {
    font-weight: bold;
    color: #23282b;
}

.user-address-list .address-list > li .address {
    color: #8b9298;
    font-weight: lighter;
}

.user-address-list .address-list > li .action {
    text-align: right;
}

.user-address-list .address-list > li .action li {
    display: block;
}

.user-address-list .address-list > li .action li a {

}

.user-address-list .address-list > li .action a.primary-address {
    color: #8dc73f;
}

.user-address-list .address-list > li .action a.primary-address:hover {
    text-decoration: underline;
}


.user-add-address .heading {
    text-align: left;
}

.user-cart-list .heading {
    text-align: left;
}

.user-cart-list .order-history {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 0 35px;
    margin: 0 0 30px 0;
}

.user-cart-list .order-history .order-row {
    border-bottom: 1px solid #c5cbcf;
}

.user-cart-list .order-history .order-row .row {
    height: 100px;
}

.user-cart-list .order-history .order-row:last-of-type {
    border: 0;
}

.order-row-heading {
    padding: 0 35px 13px 35px;
    font-weight: bold;
}

.user-cart-list .order-history .order-row .view-order {
    color: #8dc73f;
}

.user-cart-list .order-history .order-row .view-order:hover {
    text-decoration: underline;
}


.pagination li {
    margin-right: 5px;
}

.page-item.active .page-link {
    border-color: #8dc73f;
    background-color: #8dc73f;
}

.page-item .page-link {
    color: #8dc73f;
    border-radius: 5px;
}


.blog-sidebar .blog-search {
    position: relative;
    margin: 0 0 30px 0;
}

.blog-sidebar .blog-search .form-control {
    width: 100%;
    padding: 10px 45px 10px 20px;
}

.blog-sidebar .blog-search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    outline: none;
    height: 43px;
    width: 50px;
}

.blog-sidebar .blog-categories {
    background-color: #f6f8f9;
    border: 1px solid #c5cbcf;
    border-radius: 10px;
    padding: 20px 25px 20px;
}

.blog-sidebar .blog-categories h4 {
    font-size: 16px;
    line-height: 22px;
    color: #23282b;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-sidebar .blog-categories li {
    margin: 7px 0;
    display: block;
}


/* cookies */
.cookie-consent.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.cookie-consent {
    padding: 10px 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1021;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    background: #212327;
    transition: all .5s ease-out;
    color: #fff;
    outline: none;  
}

.cookie-consent .btn {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 18px;
    height: inherit;
}

.cookie-consent a {
    margin: 0 10px;
    color: #fff;
    text-decoration: underline;
}

.cookie-consent .btn-success:hover,
.cookie-consent a:hover {
    color: #fff;
    opacity: .8 !important;
}

.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}


.cart-empty img {
    width: 120px;
    margin: 57px 90px 57px auto;
    display: block;
}

.cart-empty .cart-empty-text {
    position: relative;
    padding: 50px 50px 50px 120px
}

.cart-empty .cart-empty-text h3 {
    font-weight: 700;
    margin: 0 0 10px 0
}

.cart-empty .cart-empty-text:before {
    content: "";
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}



.thankyou h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
}

.thankyou .cart .cart-heading {
    margin: 30px 0 0 0;
}

.thankyou .thankyou-order-num {
    font-size: 16px;
    line-height: 24px;
}

.thankyou .thankyou-order-num span {
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}

.thankyou .cart .cart-heading {
    padding: 20px 15px;
}

.thankyou .cart .cart-list {
    margin: 0 0 30px 0;
}

.thankyou .cart .cart-list .cart-row {
    padding: 15px;
}

.thankyou .btn {
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.thankyou .order .total-sum {
    font-size: 22px;
    color: #8b9298;
    border-top: 0;
    padding: 20px 0 0;
    margin: 0 0 0 0;
    font-weight: bold;
}