@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic:wght@300;400;600;700;800&display=swap');

/*Source+Sans+Pro*/
/*IBM+Plex+Sans*/
/*Didact Gothic δεν εχει bold κλπ*/
body {
    padding: 0;
    margin: 0;
    font-family: "Didact Gothic";
}
* { font-family: "Didact Gothic";}
h1,h2,h3,h4,h5,h6 { font-family: "Didact Gothic"}
.h1, h1 { font-size: 2.0rem; }
h2 { font-size : 1.6rem; }
.nice-select { float:none !important}

/*
yellow #e9dd58
green #39afbd*/
.top-header {
    background-color: #e9dd58;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-navbar { background-color: #e9dd58; background-color: #fff;}
.header-list li { color:#000 !important;}
.header-list li i { color:#000 !important;}
.main-navbar .navbar .others-option .option-item .user i,
.main-navbar .navbar .others-option .option-item .cart-btn a i
{ color:#e9dd58 !important; font-size:34px;}
* { text-transform: none}
a:hover {
    color: #39afbd;
    text-decoration: none;
}

.navbar-brand { width:150px; margin-right:50px;}

.header-search {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width:55%
}

.main-navbar .navbar .others-option .option-item .info .icon i { background:#e9dd58; color:#444; }

.header-search form {
    position: relative;
}
.header-search form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border:1px solid #39afbd;
    border-radius: 5px;
    font-size: 14px;
    height: 46px;
    padding: 0 10px;
    width: 100%;
    display: block;
}
.header-search form button[type=submit] {
    background: #39afbd none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    border: none;
}


/*
* main menu
*/
.site-header__nav-panel {
    height: 54px;
    position: relative;
    z-index: 99;
}

.single-footer-widget .footer-contact-info li a:hover, .single-footer-widget .quick-links li a:hover {
    color: #febd69;
    text-decoration: none;
}
.single-footer-widget .footer-contact-info li i {
    color: #febd69;
}
.header-phone a , .header-phone .fa { color:#000; font-size:18px; font-weight:600}



/*
// .nav-panel
*/
.nav-panel {
    height: 54px;
    background: #cc3333;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    color: #fff;
}

.nav-panel--stuck {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-panel--stuck.nav-panel--show {
    -webkit-transform: none;
    transform: none;
}

.nav-panel__container {
    height: 100%;
}

.nav-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.nav-panel__logo svg {
    display: block;
    fill: #fff;
}

.nav-panel__departments {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .nav-panel__logo + .nav-panel__nav-links, [dir=ltr]
.nav-panel__departments + .nav-panel__nav-links {
    margin-left: 18px;
}

[dir=rtl] .nav-panel__logo + .nav-panel__nav-links, [dir=rtl]
.nav-panel__departments + .nav-panel__nav-links {
    margin-right: 18px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 4px;
}

[dir=rtl] .nav-panel__nav-links {
    margin-left: 4px;
}

.nav-panel__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

[dir=ltr] .nav-panel__indicators {
    margin-left: auto;
}

[dir=rtl] .nav-panel__indicators {
    margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    [dir=ltr] .nav-panel__logo + .nav-panel__nav-links, [dir=ltr]
    .nav-panel__departments + .nav-panel__nav-links {
        margin-left: 14px;
    }
    [dir=rtl] .nav-panel__logo + .nav-panel__nav-links, [dir=rtl]
    .nav-panel__departments + .nav-panel__nav-links {
        margin-right: 14px;
    }
}


/*
// .nav-panel
*/
.nav-panel {
    height: 54px;
    background: #39afbd;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    color: #fff;
}

.nav-panel--stuck {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-panel--stuck.nav-panel--show {
    -webkit-transform: none;
    transform: none;
}

.nav-panel__container {
    height: 100%;
}

.nav-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.nav-panel__logo svg {
    display: block;
    fill: #fff;
}

.nav-panel__departments {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-panel__logo + .nav-panel__nav-links,
.nav-panel__departments + .nav-panel__nav-links {
    margin-left: 18px;
}

.nav-panel__nav-links {
    margin-right: 4px;
}

.nav-panel__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-panel__logo + .nav-panel__nav-links,
    .nav-panel__departments + .nav-panel__nav-links {
        margin-left: 14px;
    }
}

/*
// .nav-links
*/
.nav-links {
    height: 100%;
}

.nav-links__list {
    height: inherit;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links__item {
    height: 100%;
}

.nav-links__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    color: inherit;
}

.nav-links__item-link:hover {
    color: inherit;
}

.nav-links__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    padding: 0 14px;
    height: 42px;
    border-radius: 2px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-links__item--has-submenu .nav-links__item-body {
    position: relative;
}

[dir=ltr] .nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 27px;
}

[dir=rtl] .nav-links__item--has-submenu .nav-links__item-body {
    padding-left: 27px;
}

.nav-links__item--has-submenu .nav-links__item-arrow {
    top: calc(50% - 3px);
    position: absolute;
    fill: rgba(0, 0, 0, 0.25);
}

[dir=ltr] .nav-links__item--has-submenu .nav-links__item-arrow {
    right: 12px;
}

[dir=rtl] .nav-links__item--has-submenu .nav-links__item-arrow {
    left: 12px;
}

.nav-links__item--hover .nav-links__item-link {
    color: inherit;
}

.nav-links__item--hover .nav-links__item-body {
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.nav-links__item--hover .nav-links__item-arrow {
    fill: rgba(0, 0, 0, 0.25);
}

.nav-links__submenu {
    top: 100%;
    position: absolute;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    z-index: 100;
    display: none;
}

[dir=ltr] .nav-links__submenu--type--megamenu {
    left: 0;
}

[dir=rtl] .nav-links__submenu--type--megamenu {
    right: 0;
}

.nav-links__submenu--display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-links__submenu--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nav-links__submenu--size--xs {
    width: 16.66667%;
}

.nav-links__submenu--size--sm {
    width: 33.33333%;
}

.nav-links__submenu--size--nl {
    width: 50%;
}

.nav-links__submenu--size--md {
    width: 66.66667%;
}

.nav-links__submenu--size--lg {
    width: 83.33333%;
}

.nav-links__submenu--size--xl {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-body {
        padding: 0 9px;
    }
    [dir=ltr] .nav-links__item--has-submenu .nav-links__item-body {
        padding-right: 20px;
    }
    [dir=rtl] .nav-links__item--has-submenu .nav-links__item-body {
        padding-left: 20px;
    }
    [dir=ltr] .nav-links__item--has-submenu .nav-links__item-arrow {
        right: 7px;
    }
    [dir=rtl] .nav-links__item--has-submenu .nav-links__item-arrow {
        left: 7px;
    }
}



/*
// .mobile_departments
*/
.mobile_departments {
    width: 255px;
    height: 42px;
    color: #fff;
    position: relative;
}

.mobile_departments__button {
    border: none;
    background: transparent;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: default;

    padding: 0;
}

[dir=ltr] .mobile_departments__button {
    padding-right: 32px;
    padding-left: 47px;
    text-align: left;
}

[dir=rtl] .mobile_departments__button {
    padding-left: 32px;
    padding-right: 47px;
    text-align: right;
}

.mobile_departments__button:focus {
    outline: none;
}

.mobile_departments__button-icon {
    position: absolute;
    top: calc(50% - 7px);
    fill: rgba(255, 255, 255, 0.4);
    -webkit-transition: fill .2s;
    transition: fill .2s;
    color:#545454;
}

[dir=ltr] .mobile_departments__button-icon {
    left: 16px;
}

[dir=rtl] .mobile_departments__button-icon {
    right: 16px;
}

.mobile_departments__button-arrow {
    position: absolute;
    top: calc(50% - 8px);
    fill: rgba(255, 255, 255, 0.4);
    -webkit-transition: fill .2s, -webkit-transform .2s;
    transition: fill .2s, -webkit-transform .2s;
    transition: fill .2s, transform .2s;
    transition: fill .2s, transform .2s, -webkit-transform .2s;
    color:#545454;
}

[dir=ltr] .mobile_departments__button-arrow {
    right: 13px;
}

[dir=rtl] .mobile_departments__button-arrow {
    left: 13px;
}

.mobile_departments__body {
    width: 100%;
    padding-top: 28px;
    position: absolute;
    background: #febd69;
    background: #e9dd58;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    top: 0;

}

.mobile_departments__links {
    position: relative;
    list-style: none;
    padding: 0 0 14px;
    margin: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}







/*
// departments
*/
.departments {
    width: 255px;
    height: 42px;
    color: #fff;
    position: relative;
}

.departments__button {
    border: none;
    background: transparent;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: default;

    padding: 0;
}

[dir=ltr] .departments__button {
    padding-right: 32px;
    padding-left: 47px;
    text-align: left;
}

[dir=rtl] .departments__button {
    padding-left: 32px;
    padding-right: 47px;
    text-align: right;
}

.departments__button:focus {
    outline: none;
}

.departments__button-icon {
    position: absolute;
    top: calc(50% - 7px);
    fill: rgba(255, 255, 255, 0.4);
    -webkit-transition: fill .2s;
    transition: fill .2s;
    color:#545454;
}

[dir=ltr] .departments__button-icon {
    left: 16px;
}

[dir=rtl] .departments__button-icon {
    right: 16px;
}

.departments__button-arrow {
    position: absolute;
    top: calc(50% - 8px);
    fill: rgba(255, 255, 255, 0.4);
    -webkit-transition: fill .2s, -webkit-transform .2s;
    transition: fill .2s, -webkit-transform .2s;
    transition: fill .2s, transform .2s;
    transition: fill .2s, transform .2s, -webkit-transform .2s;
    color:#545454;
}

[dir=ltr] .departments__button-arrow {
    right: 13px;
}

[dir=rtl] .departments__button-arrow {
    left: 13px;
}

.departments__body {
    width: 100%;
    padding-top: 42px;
    position: absolute;
    background: #febd69;
    background: #e9dd58;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    top: 0;

}

.departments__links {
    position: relative;
    list-style: none;
    padding: 0 0 14px;
    margin: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.departments__item-link {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 16px;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
}

.departments__item-link:hover {
    color: inherit;
}

.departments__item--hover .departments__item-link {
    background: rgba(255, 255, 255, 0.08);
}

.departments__item-arrow {
    top: calc(50% - 5px);
    position: absolute;
    color:#545454;
    font-size:12px;
    font-weight:400;
}

[dir=ltr] .departments__item-arrow {
    right: 14px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .departments__item-arrow {
    left: 14px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.departments__submenus-container {
    position: absolute;
    height: calc(100% - 48px);
    top: 48px;
    width: 100%;
}

.departments__submenu {
    position: absolute;
    top: 0;
    visibility: hidden;
    display: none;
    z-index: 100;
}

[dir=ltr] .departments__submenu {
    left: 100%;
}

[dir=rtl] .departments__submenu {
    right: 100%;
}

.departments__submenu--type--megamenu {
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.departments__submenu--open {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.departments__submenu--size--sm {
    width: 237px;
}

.departments__submenu--size--nl {
    width: 443px;
}

.departments__submenu--size--lg {
    width: 649px;
}

.departments__submenu--size--xl {
    width: 855px;
}

.departments__links-wrapper {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}

.departments__links-wrapper:before {
    display: block;
    content: '';
    height: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.departments:not(.departments--fixed) .departments__button {
    cursor: pointer;
}

.departments:not(.departments--fixed) .departments__button:hover .departments__button-icon,
.departments:not(.departments--fixed) .departments__button:hover .departments__button-arrow {
    color:#fff;
}

.departments--open .departments__links-wrapper {
    overflow: visible;
    height: auto;
    opacity: 1;
}

.departments--open .departments__button-arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.departments--transition .departments__links,
.departments--transition .departments__links-wrapper {
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .departments {
        width: 210px;
    }
    .departments__submenu--size--sm {
        width: 204px;
    }
    .departments__submenu--size--nl {
        width: 376px;
    }
    .departments__submenu--size--lg {
        width: 548px;
    }
    .departments__submenu--size--xl {
        width: 720px;
    }
}


/*
// .megamenu
*/
.megamenu {
    background: #fff;
    color: #3d464d;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    min-height: 100%;
    width: 100%;
    line-height: 1.5;
    letter-spacing: .01em;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .megamenu {
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    }
}

.megamenu__body {
    padding: 26px 30px;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}

[dir=ltr] .megamenu__body {
    background-position: right bottom;
}

[dir=rtl] .megamenu__body {
    background-position: left bottom;
}

[dir=ltr] .megamenu--departments {
    padding-right: 31px;
}

[dir=rtl] .megamenu--departments {
    padding-left: 31px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    [dir=ltr] .megamenu--departments {
        padding-right: 32px;
    }
    [dir=rtl] .megamenu--departments {
        padding-left: 32px;
    }
}

.megamenu__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.megamenu__links a {
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.megamenu__links a:hover {
    color: #cc3333;
}

.megamenu__links--level--0 > .megamenu__item + .megamenu__item--with-submenu,
.megamenu__links--level--0 > .megamenu__item--with-submenu + .megamenu__item {
    margin-top: 20px;
}

.megamenu__links--level--0 > .megamenu__item {
    padding: 1px 0 10px 0;
}

.megamenu__links--level--0 > .megamenu__item > a {
    font-weight: 700;
}

.megamenu__links--level--0 > .megamenu__item > a + .megamenu__links {
    padding-top: 10px;
    margin-top: 3px;
    border-top: 1px solid #e5e5e5;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    color: #5c6b73;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #cc3333;
}

.wo-breadcrumb-item h2, .wo-breadcrumb-item h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    display: inline-block;
    margin-bottom: 0px;
}

.page-title-area {
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.page-title-content ul li::before {
    left: -10px;
    top: 5px;
}
.footer-area { margin-top: 30px; }

h1.product_name {
    color: #333333;
    font-size: 36px;
}
h4 a.product_name {
    color: #333333;
    font-size: 18px;
}
h5.manufacturer, h5.manufacturer a {
    color: #39afbd;
    font-weight: 400;
    font-size:13px;
}
.btn { font-size:14px;}
.btn-primary {
    color: #fff;
    background-color: #39afbd;
    border-color: #39afbd;
}
.btn-secondary {
    color: #000;
    background-color: #e9dd58;
    border-color: #e9dd58;
}
.single-product-wrap {
    margin-bottom: 35px;
}


.product-image { margin-bottom:8px;}
.product-actions {
    display: block;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    color: #ffffff;
    /*border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;*/
    /*margin-top: 6px;*/
    margin-bottom : 6px;
    padding: 16px 0 16px 0px;
}
.catalog-price {
    color: #a4a4a4;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 4px;
    font-size:18px;
}

.product-prices {
    position: relative;
    /*border-right: 1px solid #f0f0f0;*/
    flex-grow: 1;
    /*padding: 16px 0 16px 10px;*/
    font-size: 12px;
    line-height: 21px;
    color: #999;
    min-height: 21px;
    margin-top :0 ;
    margin-bottom :0 ;
}
p.product-prices {
    font-size: 18px;
    font-weight: 600;
    color: #79923c;
    color:#e9dd58;
    text-align: left;
    padding-right:0px;
    letter-spacing: -1px;
    padding-top: 6px;
}
.sale-price { letter-spacing: -1px; font-size: 24px; color:#39afbd;}
.main-price { letter-spacing: -1px; font-size: 15px;}

p.product-price span.main-price.discounted {
    color: #a4a4a4;
    text-decoration: line-through;
    font-weight: 400;
    margin-right:4px;
}

.product-wishlist, .product-show-options {
    padding: 16px 14px 16px 14px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
}
.product-show-options {
    background:#fff;
    color: #999;
}
.product-show-compare {
    background: #fff;
    color: #999;
}
.product-wishlist {
    border-right: 1px solid #f1f1f1;
    color: #fc2c62;
}
.price-box {
    margin:15px 0;
}
.price-box .catalog-price {
    color: #a4a4a4;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 4px;
    font-size:24px;
}
.price-box .sale-price {
    letter-spacing: -1px;
    font-size: 36px;
    color:#39afbd;
    font-weight:700;
}
.product-info .product-code {
    font-size: 16px;
}
.product-info .product-desc *{
    font-size: 16px;
}


.product-info .buttons .qty-input a {
    /* width: 20%; */
    /* height: 36px; */
    width: 30px;
    height: 44px;
    display: block;
    float: left;
    color: #545454;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    font-size:20px;
}

.product-info .buttons .qty-input {
    display: block;
    float: left;
    zoom: 1;
    border: 2px solid #eeeff2;
    box-sizing: border-box;
    height: 48px;
    width:120px;
}

.product-info .buttons .qty-input input {
    width: 55px;
    float: left;
    padding: 0;
    background-color: #fff;
    border: none;
    color: #545454;
    text-align: center;
    font-size: 14px;
    height: 44px;
    font-size:16px;
    /*border:1px solid #000;*/
}

.product-info .buttons .qty-input a.qty-decrement {
    /* line-height: 36px; */
    vertical-align: middle;
}
.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}
.product__actions-item--addtocart {
    width: calc(100% - 140px);
}
.product__actions-item {
    margin: 0px 0 0 4px;
}
.btn-lg {
    font-size: 14px;
    height: calc(2.75rem + 2px);
    padding: .8125rem 2rem;
    line-height: 1;
    font-weight: 400;
}

.product-brand h5.manufacturer, .product-brand h5.manufacturer a { font-size:16px;}

.product-info table.product__spec_table  td { padding: .45rem; }

/*.product-actions .row { padding-right:0 !important; padding-left: 0px !important;}
.product-actions .col-9 {padding-right:0 !important; padding-left: 0px !important;}
.product-actions .col-3 {padding-right:0 !important; padding-left: 0px !important;}*/
.grid_add_to_cart { font-size:24px; color:#83b71c}

.single-product-wrap {
    padding: 0 10px;
    text-align: left;
    -webkit-box-shadow: 1px 0 0 0 #ebebeb;
    box-shadow: 1px 0 0 0 #ebebeb;
}

.single-product-wrap [class*="col-"]:nth-child(1n + 5) {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding-top: 30px;
}

.validate-has-error { color:red; display:block; margin-top:4px; text-align: left}















/* ----------------------------------------
// Account
// ---------------------------------------- */
/*
// .account-nav
*/
.account-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.account-nav__title {
    padding: 1.375rem 1.5rem;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.account-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.account-nav__item a {
    cursor: pointer;
    display: block;
    color: #6c757d;
    padding: 7px 1.5rem;
}

.account-nav__item:hover a {
    background: #f2f2f2;
}

.account-nav__item--active a {
    color: inherit;
    font-weight: 500;
}

.account-nav__divider {
    height: 1px;
    background: #ebebeb;
    margin: 10px 0;
}

@media (min-width: 992px) {
    .account-nav__list {
        padding-bottom: 1.375rem;
    }
    [dir=ltr] .account-nav__item--active a {
        -webkit-box-shadow: 3px 0 #e52727 inset;
        box-shadow: 3px 0 #e52727 inset;
    }
    [dir=rtl] .account-nav__item--active a {
        -webkit-box-shadow: -3px 0 #e52727 inset;
        box-shadow: -3px 0 #e52727 inset;
    }
}

@media (max-width: 991.98px) {
    .account-nav {
        overflow-x: auto;
        max-width: 100%;
    }
    .account-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        padding: 0 8px;
    }
    .account-nav__title {
        display: none;
    }
    .account-nav__item a {
        padding: 14px 20px;
    }
    .account-nav__item--active a {
        -webkit-box-shadow: 0 -3px #e52727 inset;
        box-shadow: 0 -3px #e52727 inset;
    }
}

/*
// .address-card
*/
.address-card {
    position: relative;
}

.address-card__badge {
    position: absolute;
    top: 12px;
}

[dir=ltr] .address-card__badge {
    right: 12px;
}

[dir=rtl] .address-card__badge {
    left: 12px;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 13px;
    color: #6c757d;
}

.address-card__footer {
    margin-top: 1.625rem;
}

.address-card__footer a:hover {
    text-decoration: underline;
}

.address-card--featured .address-card__body {
    padding: 2rem;
}

.address-card--featured .address-card__name {
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .address-card--featured .address-card__body {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .address-card--featured .address-card__body {
        padding: 1.375rem;
    }
}

/*
// .addresses-list
*/
.addresses-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.addresses-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.addresses-list__item--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.addresses-list__divider:last-child {
    display: none;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    color: #e0e0e0;
    border: 2px solid currentColor;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.addresses-list__plus:before, .addresses-list__plus:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    background: currentColor;
    border-radius: 1.5px;
    top: calc(50% - 2px);
}

[dir=ltr] .addresses-list__plus:before, [dir=ltr] .addresses-list__plus:after {
    left: calc(50% - 16px);
}

[dir=rtl] .addresses-list__plus:before, [dir=rtl] .addresses-list__plus:after {
    right: calc(50% - 16px);
}

.addresses-list__plus:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.addresses-list__item--new:hover .addresses-list__plus {
    color: #ccc;
}

@media (min-width: 768px) {
    .addresses-list__item {
        width: calc((100% - 32px - 1px) / 3);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }
    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 16px;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .addresses-list__item {
        width: calc((100% - 16px - 1px) / 2);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }
    .addresses-list__divider:nth-child(4n) {
        width: 100%;
        height: 16px;
    }
}

@media (max-width: 479px) {
    .addresses-list__item {
        width: calc((100% - 0px - 1px) / 1);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }
    .addresses-list__divider:nth-child(2n) {
        width: 100%;
        height: 16px;
    }
}

/*
// .dashboard
*/
.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard__orders {
    margin-top: 24px;
    width: 100%;
}

@media (min-width: 768px) {
    .dashboard__profile,
    .dashboard__address {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {
    .dashboard__profile,
    .dashboard__address {
        width: 100%;
    }
    .dashboard__address {
        margin-top: 24px;
    }
}

/*
// .profile-card
*/
.profile-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-card__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.profile-card__avatar img {
    border-radius: 50%;
    max-width: 100%;
}

.profile-card__name {
    font-weight: 500;
    line-height: 20px;
}

.profile-card__email {
    font-size: 15px;
    margin-bottom: 24px;
}


.card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 0;
}
.card-header {
    border-radius: 0;
    background: transparent;
    padding: 1.25rem 2rem;
    border: none;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-divider {
    height: 1px;
    background: #ebebeb;
}
.account-nav__list .fa {
    color: #79923c;
    margin-right: 5px;
    width: 16px;
}


/*
// .order-success
*/
.order-success__body {
    max-width: 690px;
    margin: 0 auto;
}

.order-success__header {
    padding: 60px 0 52px;
    text-align: center;
}

.order-success__icon {
    fill: #79923c;
    margin: 0 auto;
    display: block;
}

.order-success__title {
    margin-top: 24px;
    margin-bottom: 2px;
}

.order-success__subtitle {
    font-size: 19px;
    font-weight: 500;
}

.order-success__actions {
    margin-top: 20px;
}

.order-success__meta {
    margin-bottom: 28px;
    text-align: center;
}

.order-success__meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-success__meta-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    line-height: 1.25;
    position: relative;
    padding: 2px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-success__meta-item:not(:last-child):before {
    position: absolute;
    display: block;
    content: '';
    border-left: 2px dashed #ebebeb;
    width: 0;
    height: 100%;
    top: 0;
}

[dir=ltr] .order-success__meta-item:not(:last-child):before {
    right: -1px;
}

[dir=rtl] .order-success__meta-item:not(:last-child):before {
    left: -1px;
}

.order-success__meta-title {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 4px;
}

.order-success__meta-value {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .order-success__header {
        padding: 44px 0 40px;
    }
    .order-success__meta-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order-success__meta-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .order-success__meta-item:nth-child(2n):before {
        display: none;
    }
    .order-success__meta-item:nth-child(n + 3) {
        margin-top: 16px;
    }
}


/*
// .card
*/
.card {
    /*border: 2px solid #f0f0f0;*/
    border-radius: 2px;
}

.card-body {
    padding: 2rem;
}

.card-header,
.card-footer {
    padding: 1.5rem 2rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6 {
    margin-bottom: 0;
}

.card-title {
    margin-bottom: 1.75rem;
}

.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6 {
    margin-bottom: 0;
}

.card-divider {
    height: 2px;
    background: #f0f0f0;
}

.card-body .card-title:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-header,
    .card-footer {
        padding: 1.25rem 1.5rem;
    }
    .card-title {
        font-size: 26px;
        margin-bottom: 1.5rem;
    }
    .card-body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .card-header,
    .card-footer {
        padding: 1rem 1.375rem;
    }
    .card-title {
        font-size: 26px;
        margin-bottom: 1.5rem;
    }
    .card-body {
        padding: 1.375rem;
    }
}

/*
// .card-table
*/
.card-table {
    font-size: 15px;
}

.card-table a:not(.btn):hover {
    text-decoration: underline;
}

.card-table table {
    width: 100%;
    min-width: 500px;
}

[dir=ltr] .card-table table {
    text-align: left;
}

[dir=rtl] .card-table table {
    text-align: right;
}

.card-table thead th {
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
}

.card-table tbody th,
.card-table tbody td,
.card-table tfoot th,
.card-table tfoot td {
    padding: 12px 12px;
}

.card-table tfoot th,
.card-table tfoot td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-table tbody + tbody tr th,
.card-table tbody + tbody tr td,
.card-table tbody + tfoot tr th,
.card-table tbody + tfoot tr td,
.card-table tbody tr + tr th,
.card-table tbody tr + tr td {
    border-top: 1px solid #f0f0f0;
}

.card-table tbody tr:hover > *,
.card-table tfoot tr:hover > * {
    background-color: #f7f7f7;
}

[dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 2rem;
}

[dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
    padding-right: 2rem;
}

[dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
    padding-right: 2rem;
}

[dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
    padding-left: 2rem;
}

.card-table .card-table__body--merge-rows th,
.card-table .card-table__body--merge-rows td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.card-table .card-table__body--merge-rows tr:first-child th,
.card-table .card-table__body--merge-rows tr:first-child td {
    padding-top: 12px;
}

.card-table .card-table__body--merge-rows tr:last-child th,
.card-table .card-table__body--merge-rows tr:last-child td {
    padding-bottom: 12px;
}

.card-table .card-table__body--merge-rows tr + tr th,
.card-table .card-table__body--merge-rows tr + tr td {
    border-top: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-table {
        font-size: 14px;
    }
    [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
        padding-left: 1.5rem;
    }
    [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
        padding-right: 1.5rem;
    }
    [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
        padding-right: 1.5rem;
    }
    [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
        padding-left: 1.5rem;
    }
}

@media (max-width: 767px) {
    .card-table {
        font-size: 14px;
    }
    [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
        padding-left: 1.375rem;
    }
    [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
        padding-right: 1.375rem;
    }
    [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
        padding-right: 1.375rem;
    }
    [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
        padding-left: 1.375rem;
    }
}


/*
// .order-list
*/
.order-list a {
    color: inherit;
}

.order-list a:hover {
    color: inherit;
    text-decoration: underline;
}

.order-list table {
    width: 100%;
    font-size: 15px;
}

.order-list__header th,
.order-list__header td {
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
}

.order-list__footer {
    font-size: 20px;
}

.order-list__footer th {
    font-weight: 500;
}

.order-list__column-image {
    width: 1px;
}

.order-list__column-image .product-image {
    width: 40px;
}

.order-list__column-product {
    line-height: 1.25;
}

.order-list__column-quantity {
    text-align: center;
}

[dir=ltr] .order-list__column-total {
    text-align: right;
}

[dir=rtl] .order-list__column-total {
    text-align: left;
}

.order-list__options {
    color: #6c757d;
    font-size: 13px;
    margin-top: 2px;
}

.order-list__options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-list__options-item:not(:last-child) {
    position: relative;
}

[dir=ltr] .order-list__options-item:not(:last-child) {
    padding-right: 19px;
}

[dir=rtl] .order-list__options-item:not(:last-child) {
    padding-left: 19px;
}

.order-list__options-item:not(:last-child):after {
    position: absolute;
    content: '';
    display: block;
    background: #ccc;
    width: 1px;
    height: 10px;
    top: calc(50% - 5px);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

[dir=ltr] .order-list__options-item:not(:last-child):after {
    right: 9px;
}

[dir=rtl] .order-list__options-item:not(:last-child):after {
    left: 9px;
}

@media (min-width: 576px) {
    .order-list th,
    .order-list td {
        padding: 4px 12px;
    }
    [dir=ltr] .order-list th:first-child, [dir=ltr]
    .order-list td:first-child {
        padding-left: 1.5rem;
    }
    [dir=rtl] .order-list th:first-child, [dir=rtl]
    .order-list td:first-child {
        padding-right: 1.5rem;
    }
    [dir=ltr] .order-list th:last-child, [dir=ltr]
    .order-list td:last-child {
        padding-right: 1.5rem;
    }
    [dir=rtl] .order-list th:last-child, [dir=rtl]
    .order-list td:last-child {
        padding-left: 1.5rem;
    }
    .order-list__header th,
    .order-list__header td {
        border-bottom: 2px solid #f0f0f0;
        padding: 10px 12px;
    }
    .order-list__products th,
    .order-list__products td {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .order-list__products tr:first-child th,
    .order-list__products tr:first-child td {
        padding-top: 14px;
    }
    .order-list__products tr:last-child th,
    .order-list__products tr:last-child td {
        padding-bottom: 14px;
    }
    [dir=ltr] .order-list__products .order-list__column-product {
        padding-left: 4px;
    }
    [dir=rtl] .order-list__products .order-list__column-product {
        padding-right: 4px;
    }
    .order-list__subtotals th,
    .order-list__subtotals td {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .order-list__subtotals tr:first-child th,
    .order-list__subtotals tr:first-child td {
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
    }
    .order-list__subtotals tr:last-child th,
    .order-list__subtotals tr:last-child td {
        padding-bottom: 12px;
    }
    .order-list__footer th,
    .order-list__footer td {
        padding-top: 14px;
        padding-bottom: 14px;
        border-top: 1px solid #f0f0f0;
    }
}

@media (max-width: 575px) {
    .order-list table,
    .order-list tr,
    .order-list th,
    .order-list td {
        display: block;
        padding: 0;
    }
    .order-list__header,
    .order-list__products,
    .order-list__subtotals,
    .order-list__footer {
        display: block;
    }
    .order-list__header tr,
    .order-list__products tr,
    .order-list__subtotals tr,
    .order-list__footer tr {
        padding: 0 1rem;
    }
    .order-list__header tr,
    .order-list__subtotals tr,
    .order-list__footer tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .order-list__header .order-list__column-label,
    .order-list__subtotals .order-list__column-label,
    .order-list__footer .order-list__column-label {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .order-list__header .order-list__column-quantity,
    .order-list__subtotals .order-list__column-quantity,
    .order-list__footer .order-list__column-quantity {
        display: none;
    }
    .order-list__header tr {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f0f0f0;
    }
    .order-list__products tr {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order-list__products tr:not(:first-child) {
        border-top: 1px solid #f0f0f0;
    }
    .order-list__products .order-list__column-image {
        width: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .order-list__products .order-list__column-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 40px);
    }
    [dir=ltr] .order-list__products .order-list__column-product {
        padding-left: 1rem;
    }
    [dir=rtl] .order-list__products .order-list__column-product {
        padding-right: 1rem;
    }
    .order-list__products .order-list__column-quantity:before {
        content: attr(data-title) " ";
    }
    .order-list__products .order-list__column-total {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .order-list__products .order-list__column-quantity,
    .order-list__products .order-list__column-total {
        margin-top: .625rem;
        margin-bottom: -.125rem;
    }
    .order-list__subtotals {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #f0f0f0;
    }
    .order-list__subtotals th,
    .order-list__subtotals td {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .order-list__footer {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #f0f0f0;
    }
}

/*
// .address-card
*/
.address-card {
    position: relative;
}

.address-card__badge {
    position: absolute;
    background-color: #39afbd;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
}

[dir=ltr] .address-card__badge {
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

[dir=rtl] .address-card__badge {
    left: .75rem;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.address-card__badge--muted {
    background-color: #f0f0f0;
    color: #3d464d;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 12px;
    color: #999;
}

.address-card__footer {
    margin-top: 1.625rem;
}

.address-card--featured .address-card__body {
    padding: 2rem;
}

.address-card--featured .address-card__name {
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
    .address-card--featured .address-card__body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .address-card--featured .address-card__body {
        padding: 1.375rem;
    }
}

/*
// .addresses-list
*/
.addresses-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.addresses-list__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.addresses-list__item--new {
    border-radius: 2px;
    border: 2px dashed #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.addresses-list__divider:last-child {
    display: none;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    border: 2px dashed #ebebeb;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.addresses-list__plus::before, .addresses-list__plus::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 1.5px;
    top: calc(50% - 2px);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

[dir=ltr] .addresses-list__plus::before, [dir=ltr] .addresses-list__plus::after {
    left: calc(50% - 16px);
}

[dir=rtl] .addresses-list__plus::before, [dir=rtl] .addresses-list__plus::after {
    right: calc(50% - 16px);
}

.addresses-list__plus::after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.addresses-list__item--new:hover .addresses-list__plus {
    border-color: #e0e0e0;
}

.addresses-list__item--new:hover .addresses-list__plus::before, .addresses-list__item--new:hover .addresses-list__plus::after {
    background-color: #dbdbdb;
}

@media (min-width: 1200px) {
    .addresses-list__item {
        max-width: calc((100% - 32px) / 3);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }
    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .addresses-list__item {
        max-width: calc((100% - 24px) / 3);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }
    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 12px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .addresses-list__item {
        max-width: calc((100% - 12px) / 2);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }
    .addresses-list__divider:nth-child(4n) {
        width: 100%;
        height: 12px;
    }
}

@media (max-width: 479px) {
    .addresses-list__item {
        max-width: calc((100% - 0px) / 1);
    }
    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }
    .addresses-list__divider:nth-child(2n) {
        width: 100%;
        height: 12px;
    }
}

.basket-options { margin:20px 0 40px 0; }

.option-code { font-weight: 700; font-size: 16px;}
.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    border: none;
    white-space: nowrap;
    font-weight: 700;

    font-size: 16px;
}

/* Notify */

.alert-minimalist {
    background-color: rgb(241, 242, 240);
    /*border-color: rgba(149, 149, 149, 0.3);*/
    /*border-radius: 3px;*/
    color: #666;
    padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
    height: 80px;
    width: 80px;
    margin-right: 12px;
    padding:0 10px;
    background:#fff;
}
.alert-minimalist > [data-notify="title"] {
    color:#000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
    font-size: 14px;
    line-height:140%;
}

.alert-minimalist > [data-notify="message"] b{
    font-weight: 500;
    color:#79923c;
}

.validate-has-error {
    color: red;
    font-size: 12px;
    margin-top:6px;
    display:block;
}
.mt-40 { margin-top:40px;}

.ml-n2, .mx-n2 {
    margin-left: -.5rem!important;
}
.order-success__header .fa { font-size:100px; color:green; font-weight:300px;}
.order-header {
    padding: 1.625rem 2rem 1.375rem;
}

.order-header__title {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.order-header__title {
    padding-right: 3.5rem;
    float: left;
}
.order-header__subtitle {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.375;
    clear: both;
    padding-top: 12px;
}
.order-header__subtitle mark {
    padding: 0;
    color: #262626;
    background: transparent;
    font-weight: 500;
}
.order-header__actions {
    float: right;
}
.order-header__actions {
    margin-top: -1px;
}
.btn-xs:not(.btn-icon) {
    font-size: 13px;
    line-height: 15px;
    padding: calc(8px / 2) 8px;
}

.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-top: 30px;
}
.section-title h3 {
    font-weight: 600;
    color: #39afbd;
    margin-bottom: 10px;
}

.mobile-show { display:none}

.account-menu-area {
    background: #e9dd58;
    color: #000;
    padding: 12px 0;
    margin-bottom: 0px;
    width:100%;
    display:none;
}
a.account-menu-mobile-btn {
    color: #000 !important;
}
.account-menu-area .account-menu-mobile-btn:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.checkout-edit-link { color:#39afbd}

.form-control + .select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}

.red { color:red }
.menu-show-on-mobile { display: none; }

.main-banner-item { padding-top:0px;}



/*
// .mobilemenu
*/
.mobilemenu {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: visibility 0s 0.3s;
}

.mobilemenu {
    left: 0;
}

.mobilemenu {
    right: 0;
}

.mobilemenu__backdrop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3d464d;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobilemenu__backdrop {
    left: 0;
}

.mobilemenu__backdrop {
    right: 0;
}

.mobilemenu__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    background: #fff;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.mobilemenu__body {
    left: 0;
    transform: translateX(calc(-100% * 1 - 30px * 1));
}


.mobilemenu__header {
    height: 55px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

.mobilemenu__title {
    padding: 0 20px;
    font-weight: 700;
    flex-grow: 1;
}

.mobilemenu__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999;
    font-size:24px;
    font-weight:300;
}

.mobilemenu__close {
    border-left: 1px solid #ebebeb;
}

.mobilemenu__close {
    border-right: 1px solid #ebebeb;
}

.mobilemenu__close:focus {
    outline: none;
}

.mobilemenu__close:focus, .mobilemenu__close:hover {
    fill: #3d464d;
}

.mobilemenu__content {
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mobilemenu--open {
    visibility: visible;
    transition-delay: 0s;
}

.mobilemenu--open .mobilemenu__backdrop {
    opacity: .9;
}

.mobilemenu--open .mobilemenu__body {
    transform: translateX(0);
}





/*
// .mobile-links
*/
.mobile-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-links__item {
    border-bottom: 1px solid #ebebeb;
}

.mobile-links__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
}

.mobile-links__item-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #3d464d;
}

.mobile-links__item-link, .mobile-links__item-link:hover {
    color: inherit;
}

.mobile-links__item-toggle {
    border: none;
    background: transparent;
    padding: 0;
    width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 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;
    cursor: inherit;
    color: #999;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.mobile-links__item-toggle {
    border-left: 1px solid #ebebeb;
}

.mobile-links__item-toggle {
    border-right: 1px solid #ebebeb;
}

.mobile-links__item-toggle:focus {
    outline: none;
}

.mobile-links__item-toggle:focus, .mobile-links__item-toggle:hover {
    cursor: inherit;
}

.mobile-links__item-arrow {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-links__item-sub-links {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, visibility 0s 0.3s;
    transition: height 0.3s, opacity 0.3s, visibility 0s 0.3s;
}

.mobile-links__item--open > .mobile-links__item-sub-links {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}

.mobile-links__item--open > .mobile-links__item-title .mobile-links__item-arrow:before {
    content: "\f077" !important;
}

.mobile-links--level--0 > .mobile-links__item {
    border-bottom: 1px solid #ebebeb;
}

.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title {
    height: 48px;
}

.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title .mobile-links__item-link {
    padding: 12px 20px;
}

.mobile-links:not(.mobile-links--level--0) {
    border-top: 1px solid #ebebeb;
}

.mobile-links--level--1 {
    background: #f7f7f7;
    font-size: 14px;
    line-height: 14px;
}

.mobile-links--level--1 .mobile-links__item .mobile-links__item-link {
    padding: 13px 20px;
}

.mobile-links--level--1 .mobile-links {
    background: #fff;
}

.mobile-links--level--1 .mobile-links {
    padding-left: 20px;
}



.mobile-links--level--1 .mobile-links > li {
    background: #f7f7f7;
}

.mobile-links--level--1 .mobile-links > li {
    border-left: 1px solid #ebebeb;
}

.mobile-links--level--1 .mobile-links > li {
    border-right: 1px solid #ebebeb;
}

.mobile-links--level--1 .mobile-links__item:last-child {
    border-bottom: none;
}




/*
// .not-found
*/
.not-found {
    text-align: center;
    padding: 36px 0;
}

.not-found__404 {
    font-size: 80px;
    font-weight: 700;
    color: #ebebeb;
    padding: 20px 0 4px;
}

.not-found__content {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
}

.not-found__title {
    margin-bottom: 24px;
    font-weight: 700;
}

.not-found__text {
    margin-bottom: 20px;
}

.not-found__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.not-found__search-input {
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.not-found__search-input {
    margin-right: 10px;
}




@media (max-width: 1024px)
{
    .main-navbar {
        display: block !important;
    }

    .navbar-brand .img {
        position: relative;
        width: 150px !important;
        z-index: 999;
    }

    .option-email { display: none !important; }

    /*.account-menu-area { display: block;}
    .account-nav { display: none;}*/
}

@media (max-width: 768px)
{
    .menu-hide-on-mobile {display: none;}
    .menu-show-on-mobile { display: block; }

    .main-banner-item { padding-top:20px;}

    .top-header .col-lg-6 { display: inline-block; width:50%; }
    .main-navbar {
        display: block !important;
    }

    .account-menu-area { display: block;}
    .account-nav { display: none;}

    .account-nav__list {
        display: block !important;
        white-space: nowrap;
        padding: 0 4px;
    }

    .navbar-brand { margin-right: 20px !important;}

    .option-email { display: none !important; }
    .header-search {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-navbar .navbar .others-option .option-item .user i, .main-navbar .navbar .others-option .option-item .cart-btn a i {
        color: #e9dd58 !important;
        font-size: 24px;
    }
    .main-navbar .navbar .others-option .option-item .info .icon i {
        top: 0px;
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 24px;
    }

    .header-search {
        width: 45%;
    }
    .mobile-hide { display:none; }

    .header-social {
        text-align: right;
        margin-top: 5px;
        margin-right: 0px;
    }
}

@media (max-width: 425px) {
    .navbar-area {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .mob-pt-20 { padding-top:20px;}

    .breadcrumb-area .container { padding-right: 0px; padding-left: 0px;}
    .mobile-hide , .mobile320-hide{
        display: none;
    }
    .others-option {
        text-align: right;
        float: right;
    }

    .navbar-brand {
        width: 100px;
        margin-right: 20px !important;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main-navbar .navbar .others-option .option-item .info {
        position: relative;
        padding-left: 5px;
    }
    .mobile-show { display:block}

    .main-navbar .navbar .others-option .option-item {
        margin-right: 20px;
    }

    .header-search {
        width: 0px; display: none;
    }

    .header-search-mobile {
        width: 100%;
        text-align: center;
    }

    .header-search-mobile form {
        position: relative;
    }
    .header-search-mobile form input {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        border: 1px solid #39afbd;
        border-radius: 5px;
        font-size: 14px;
        height: 46px;
        padding: 0 10px;
        width: 100%;
        display: block;
    }
    .header-search-mobile form button[type=submit] {
        background: #39afbd none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        height: 100%;
        line-height: 42px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 50px;
        border: none;
    }


    .cart-table .table thead {
        display: none;
    }

    .cart-table table td.pro-title {
        display: block;
        width: 100% !important;
        display: block;
        clear: both;
    }
    .cart-table table td.pro-thumbnail {
        display: block;
        width: 100% !important;
        text-align:center !important;
        clear: both;
    }

    .cart-table table td.pro-price,
    .cart-table table td.pro-quantity,
    .cart-table table td.pro-subtotal
    {
        width: 28% !important;
        vertical-align: middle;
        border:none;
        display: inline-block !important;
        padding : 10px 5px 10px 10px !important;
    }
    .cart-table table td.pro-remove {
        width: 10% !important;
        vertical-align: middle;
        border:none;
        display: inline-block !important;

    }
    .cart-table table td.pro-remove { text-align:right !important;}
    .cart-table table td.pro-subtotal { text-align:right !important;}

    .cart-table td.pro-remove a {
        width: 20px !important;
        text-align: right !important;
    }
    .pro-qty {
        width: 70px;
    }




    table.orders-listing tbody tr td {
        display: block;
        width: 100%;
    }
    table.orders-listing thead {
        display: none;
    }
    table.orders-listing td.order_number,
    table.orders-listing td.order_date
    {
        width: 50%;
        display: inline-block;
    }

    table.orders-listing td.order_customer,
    table.orders-listing td.order_total
    {
        width: 50%;
        display: inline-block;
    }

    table.orders-listing td.order_status
    {
        width: 80%;
        display: inline-block;
    }
    table.orders-listing td.order_link
    {
        width: 20%;
        display: inline-block;
        text-align:right !important;
    }

    table.orders-listing td.order_date,
    table.orders-listing td.order_total
    {
        text-align:right !important;
    }

    .order-list__footer { width:100%}
    .order-list__footer td { text-align: right;}
}


@media (max-width: 320px) {
    .main-navbar .navbar .others-option .option-item {
        margin-right: 10px;
    }
}



/*----------------------------------------*/
/*  19. Product Details CSS
/*----------------------------------------*/
.single-product-image .p-image img {
    width: 100%;
}
.single-product-image .slick-arrow {
    background-color: rgba(255, 255, 255, 0.3);
    color: #999999;
    border: none;
    cursor: pointer;
    font-size: 47px;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 50%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.single-product-image .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.single-product-image .slick-arrow.slick-prev {left: -50px;}
.single-product-image .slick-arrow.slick-next {right: -50px;}
.single-product-image:hover .slick-arrow {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
.single-product-image .slick-arrow:focus {box-shadow: none}
.single-product-image:hover .slick-arrow.slick-prev {left: 0px;}
.single-product-image:hover .slick-arrow.slick-next {right: 0px;}
.single-product-thumbnail {
    margin-top: 12px;
    width: 100%;
}
.single-product-thumbnail .slick-list {
    margin-left: -7px;
    margin-right: -7px;
}
.padright{padding-right: 0}
.single-product-thumbnail .slick-list .p-thumb {
    cursor: pointer;
    padding: 0 7px;
}
.single-product-thumbnail .slick-list .p-thumb img {
    cursor: pointer;
    width: 100%;
}



.banner-image.circle {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background-color: #fdfaf9;
    z-index: -1;
    position: absolute;
    top: 20%;
    right: 0;
    margin: 0 auto;
}