/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');*/

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

html {
    overflow-x: hidden;
}

body {
    max-width: 1920px;
    margin: auto;
}

.price-tax {
    display: none !important;
}

header {
    width: 100%;
    z-index: 10;
    background: var(--header);
    border-bottom: solid 4px var(--accent2);
}

body {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

* {
    font-family: Proxima Nova;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.breadcrumb li {
    text-transform: uppercase;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.input-group .input-group-addon {
    background: unset;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #333;
    border: unset;
}

.input-group .form-control {
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid;
    border-radius: 0;
}

/* Remove the arrows from product quantity */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* for Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.container.main-menu {
    padding: 0px;
}

a:focus {
    outline: unset;
}

.nav>li>a:focus {
    background-color: unset;
}

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

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #dfdfdf;
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    /* background-repeat: repeat-x; */
    color: #333 !important;
}

/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #757575;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* logo */
header>.container>.row #logo img {
    max-width: 172px;
}

/*############################*/
/*    HEADER                  */
/*############################*/

header #cart .btn.btn-inverse {
    background: transparent;
    border: none;
    color: white;
    box-shadow: unset;
    width: unset;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

span#cart-total {
    position: absolute;
    top: 0;
    right: 0;
}

header .list-inline {
    justify-content: center;
    align-items: end;
    display: flex;
    margin-bottom: -5px;
    gap: 10px;
}

header .list-inline>li {
    padding: 5px 15px;
}

header .container .row .col-sm-5 {
    position: static !important;
    display: flex;
    justify-content: end;
}

header .container .row .col-sm-4 {
    display: flex;
    flex-direction: revert;
    color: white;
    justify-content: end;
    height: 70px;
    align-items: center;
    gap: 10px;
}

@media(min-width: 1025px) and (max-width: 1300px) {
    header .container .row .col-sm-4 {
        display: none;
    }

    header .row>div {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    header>.container>.row {
        justify-content: space-between !important;
    }
}

@media(max-width: 1024px) {
    header .container .row .col-sm-4 h3 {
        font-size: 16px;
    }

    header .container .row .col-sm-4 a {
        font-size: 18px;
    }

    header .row>div {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
}

@media(max-width: 600px) {
    header .container .row .col-sm-4 {
        display: none;
    }
}

header .container .row .col-sm-4 h2,
header .container .row .col-sm-4 a {
    color: white;
}

header .container .row .col-sm-4 a {
    color: var(--accent2);
    font-size: 130%;
    padding-top: 2px;
}

header .container .row .col-sm-4 a:hover {
    opacity: 0.9;
    transition: opacity 0.2s;
}

header .btn-group.language-btn:hover .dropdown-menu {
    display: block;
}

header .mobile_inner_navigation {
    display: none;
}

header .container .row .col-sm-5 {
    position: static !important;
    margin-left: auto;
}

/*    -->  HEADER > ICONS SECTION > LANGUAGE > FLAG ACTIVE LANGUAGE */

html[lang="el"] #language_selection>button[name="el-gr"] {
    font-weight: bold;
}

html[lang="en"] #language_selection>button[name="en-gb"] {
    font-weight: bold;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/
@media(max-width: 1680px) {
    #language_selection {
        margin-right: unset !important;
    }
}

@media(max-width: 1600px) {
    header .container {
        padding: unset;
    }
}

@media(max-width: 1440px) {

    /* #menu .nav>li>a {
        font-size: 14px !important;
    } */

    #header_icons_section svg {
        width: 25px !important;
    }

    header .row>.col-sm-3 .list-inline {
        /* justify-content: flex-end !important; */
    }

    #language_selection {
        margin-right: 15px !important;
    }

    header .container .row .col-sm-1 {
        padding: unset;
        justify-content: space-evenly;
        padding-right: 10px;
        display: flex;
        margin-left: 80px;
    }
}

@media(max-width: 1366px) {
    #language_selection {
        margin-right: 5px !important;
    }

    /* 
    #menu .nav>li>a {
        font-size: 13.3px !important;
    } */

    header .container .row .col-sm-8 {
        padding: unset;
    }

}

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

    /* #menu .nav>li>a {
        font-size: 12.3px !important;
    } */

    #header_icons_section svg {
        width: 20px !important;
    }
}

@media(max-width: 1180px) {
    header .collapse.navbar-collapse.navbar-ex1-collapse {
        padding: unset;
    }

    header .container .row>div {
        padding: unset;
    }

    #language_selection {
        margin-right: -8px !important;
    }
}

/* @media(min-width:1024px) and (max-width: 1366px) {
    #menu .nav>li>a {
        padding: 10px !important;
    }
} */

@media(max-width: 1366px) {
    .navbar-collapse {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    header .row {
        padding: 10px !important;
        margin: 0 !important;
    }

    .list-inline {
        margin-left: 0 !important;
    }

    header .row .col-sm-3 #language_selection .btn {
        font-size: 12px !important;
        padding: 0px 5px !important;
    }
}

@media(max-width: 1024px) {
    /* #menu .nav>li>a {
        font-size: 10px !important;
    } */

    header .row .col-sm-3 #language_selection .btn {
        font-size: 11px !important;
    }

    #header_icons_section>ul>li:first-child {
        padding-right: 25px;
    }

    #menu #language_selection {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        padding: 10px;
    }

    #menu #language_selection>button:first-child {
        border-right: solid 1px #ddd;
    }

    #menu #language_selection>button {
        color: white;
        font-size: 15px;
        margin: 0;
        width: 60px;
    }

    #menu #form-language {
        margin-top: auto;
    }
}

/* search */
#search .btn.btn-default.btn-lg {
    padding: 0px;
    background: white;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid black;
    border-radius: unset;
    height: 40px;
    display: block;
    position: relative;
}

#search .btn.btn-default.btn-lg .svg-icon.search-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/*##########################################*/
/*     CART                                 */
/*##########################################*/

header #cart {
    margin-top: -38px;
}

#cart {
    margin-bottom: 0px;
}

#cart>.btn {
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 30%;
}

.minicart_intro .subtitle {
    font-size: 25px !important;
    line-height: 31px !important;
}


#cart .dropdown-menu .product-info a {
    line-height: 20px;
    text-transform: none !important;
}

#cart .dropdown-menu .table-products {
    padding-left: unset !important;
    margin-top: unset !important;
}

#cart .dropdown-menu .cart-footer>a:first-child {
    background-color: var(--accent2) !important;
}

#cart .dropdown-menu>li.bottom-section {
    height: 322px !important;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
        max-width: 1920px;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart #cart_close_button:hover img,
#cart .table.table-products button.btn.btn-danger.btn-xs:hover img {
    transform: scale(1.1);
    transition: all 0.1s;
}

/*#############################################################*/
/*    RESPONSIVE                                               */
/*#############################################################*/

@media(max-width: 1440px) {
    #cart .dropdown-menu {
        width: 570px !important;
    }

    .cart_enabled body:before {
        width: calc(100% - 570px) !important;
    }

    #cart .dropdown-menu>li.bottom-section {
        height: 300px !important;
    }
}

@media(max-width: 1366px) {
    #cart .dropdown-menu {
        width: 520px !important;
    }

    .cart_enabled body:before {
        width: calc(100% - 520px) !important;
    }

    #cart .dropdown-menu .product-thumb {
        padding: 0 !important;
    }

    #cart .dropdown-menu .product-info {
        padding: 0px !important;
    }
}

@media(max-width: 1280px) {
    #cart li.bottom-section {
        padding: 25px 45px;
    }
}

@media(max-width: 1024px) {
    #cart .dropdown-menu {
        width: 460px !important;
    }

    .cart_enabled body:before {
        width: calc(100% - 460px) !important;
    }

    #cart li.bottom-section {
        padding: 25px 65px;
    }

    #cart .dropdown-menu>li.bottom-section {
        height: 270px !important;
    }
}

@media(max-width: 540px) {
    #cart .dropdown-menu {
        width: 90vw !important;
    }
}



/*###########################################################################*/
/*    checkout-cart                                                          */
/*###########################################################################*/

#checkout-cart form thead td {
    border: unset !important;
    font-weight: bold;
    vertical-align: middle !important;
    text-transform: uppercase;
    text-align: center !important;
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#checkout-cart form .table-bordered {
    border: unset;
}

#checkout-cart form tbody td {
    vertical-align: middle !important;
    text-align: center !important;
    border: unset;
    border-bottom: 1px solid #F3F3F3;
    padding: 25px 8px;
}

#checkout-cart form tbody td.text-left.product-title {
    text-align: left !important;
}

#checkout-cart form tbody td.text-left.product-title a {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

#checkout-cart .text-center .img-thumbnail {
    border: none;
}

#checkout-cart h1 {
    color: #202020;
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #979797;
    padding-bottom: 6px;
    margin-bottom: 40px;
}

#checkout-cart h1 .product-title-length {
    color: #000000;
    font-size: 18px;
    float: right;
    font-weight: normal;
    margin-top: 20px;
}

#checkout-cart form {
    margin-bottom: 60px;
}

#checkout-cart .table.cart-total-table td {
    border: unset;
}

#checkout-cart .pull-right a,
#checkout-cart .pull-left a {
    box-shadow: unset;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    border-radius: unset;
}

#checkout-cart .pull-left a {
    border: 1px solid #EFEFEF;
    font-size: 18px;
    color: #000000;
    background: #FFFFFF;
    padding: 15px;
}

#checkout-cart .pull-left a:hover {
    color: #000000 !important;
    background: #EFEFEF !important;
}

#checkout-cart .pull-right a {
    font-size: 18px;
    color: #FFFFFF;
    background: #E21F19;
    padding: 15px;
    border: unset !important;
    margin-top: 0px;
}

#checkout-cart .pull-right a:hover {
    background: #BE221D !important;
    color: #fff !important;
}

#checkout-cart form thead td.text-left.tbl-title {
    text-align: left !important;
}

#checkout-cart form .input-group.btn-block button.ctm-stepper:before,
#checkout-cart form .input-group.btn-block button.ctm-stepper:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

#checkout-cart form .input-group.btn-block button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#checkout-cart form .input-group.btn-block button.ctm-stepper {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin: 0 7px;
    position: relative;
}

#checkout-cart form .input-group.btn-block {
    max-width: unset !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

#checkout-cart form #cart-stepper {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    width: 37px;
    text-align: center;
    border: 1px solid #999;
    font-size: 18px;
    font-weight: bold;
}

#checkout-cart form .input-group.btn-block .input-group-btn {
    margin-left: 30px;
    width: auto;
}

#checkout-cart form .input-group.btn-block .input-group-btn .btn {
    background: white;
    border: 1px solid #999;
    border-radius: unset;
}

#checkout-cart .checkout_cart_top_section {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 70px 0px 40px;
    justify-content: space-between;
}

#checkout-cart .checkout_cart_top_section .center_col h3 {
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}

#checkout-cart .checkout_cart_top_section .center_col h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    padding-bottom: 5px;
}

#checkout-cart form thead tr {
    background-color: #2E2E2E;
}

#checkout-cart form .table-responsive thead td:first-child {
    width: 11%;
}

#checkout-cart form .table-responsive thead td:nth-child(2) {
    width: 20%;
}

#checkout-cart form .table-responsive thead td:nth-child(3) {
    width: 25%;
}

#checkout-cart form .input-group-btn {
    display: flex;
    gap: 7px;
}

#checkout-cart form .table-responsive tbody td:nth-child(4) strong,
#checkout-cart form .table-responsive tbody td:last-child strong {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

#checkout-cart form .table-responsive tbody .product_id {
    color: #6C6C6C;
    font-size: 14px;
}

#checkout-cart .bottom_section {
    padding: 50px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 45px;
    background-color: #f7f7f7;
}

#checkout-cart .bottom_section>* {
    width: auto;
}

#checkout-cart .bottom_section .coupon_title {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}

#checkout-cart .bottom_section .input-group {
    margin-top: 35px;
}

#checkout-cart .bottom_section .input-group .form-control {
    height: 60px;
    border-bottom: none;
    font-size: 15px;
    width: 500px;
    padding: 0px 25px;
    max-width: 100%;
}

#checkout-cart .bottom_section .input-group-btn input {
    padding: 17px 35px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #2E2E2E;
}

#checkout-cart .bottom_section .input-group-btn input:hover {
    color: #FFFFFF;
    background-color: #2E2E2E;
}

#checkout-cart .bottom_section .cart-total-table {
    color: #000000;
}

#checkout-cart .bottom_section .cart-total-table tr {
    display: flex;
    justify-content: space-between;
}

#checkout-cart .bottom_section .cart-total-table tr .title {
    text-transform: uppercase;
    margin-right: 100px;
}

#checkout-cart .bottom_section .cart-total-table tr td {
    display: flex;
    align-items: center;
}

#checkout-cart .bottom_section .cart-total-table tr .value {
    font-weight: bold;
}

#checkout-cart .bottom_section .cart-total-table tr:last-child .title {
    font-size: 18px;
    font-weight: bold;
}

#checkout-cart .bottom_section .cart-total-table tr:last-child .value {
    font-size: 25px;
    font-weight: bold;
}

#checkout-cart .buttons.clearfix {
    margin-bottom: 90px;
}

.text-right.cart-footer {
    display: flex;
    margin: 20px 0px 0px !important;
}

.text-right.cart-footer a {
    width: 50%;
    text-align: center;
    position: relative;
    display: block;
}

footer .container {
    max-width: 1650px;
}

.container {
    width: 100%;
    margin: auto;
}

.news-form h1 {
    margin-bottom: 0px !important;
}

#common-home #content .row .news-form h3 {
    margin-bottom: 0px !important;
    border: unset !important;
    margin-top: 0px;
    font-size: 20px !important
}

.news-form {
    max-width: 1200px !important;
}

.alert.alert-success.alert-dismissible.tk-add-cart.news-form {
    max-width: unset !important;
}

.alert.alert-success.alert-dismissible.tk-add-cart.news-form #email {
    width: 100% !important;
    margin-bottom: 15px;
    background: transparent;
}

.alert.alert-success.alert-dismissible.tk-add-cart.news-form #subscribe {
    width: 100%;
}

.alert.alert-success.alert-dismissible.tk-add-cart.news-form .pull-center a {
    display: unset;
}

.text-right.cart-footer a:first-child {
    background: #999;
    color: white;
}

.text-right.cart-footer a:last-child {
    background: black;
    color: white;
}

header #cart .btn.btn-danger.btn-xs {
    background: white;
    border: 1px solid #999;
    box-shadow: unset;
}

header .row .list-inline>.header-icon-men>a:hover,
header .row .list-inline>li>#cart:hover>button>#cart-title,
header .row .list-inline>li>#form-language:hover>.btn-group.language-btn>button span {
    color: var(--accent2) !important;
}

.panel-default>.panel-heading {
    background-color: white;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default>.panel-heading .accordion-toggle[aria-expanded="true"] {
    background: #1B1B1B;
    color: white;
}

.panel-default>.panel-heading .accordion-toggle {
    display: block;
    padding-left: 15px;
    text-decoration: none;
}

.panel-default>.panel-heading {
    padding: 0;
    min-height: 40px;
}

.panel-default>.panel-heading .panel-title {
    line-height: 40px;
    background-color: #f7f7f7;
}

#checkout-checkout #accordion .btn-primary {
    background: black;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: unset;
    box-shadow: unset;
}

.panel.panel-default .well.well-sm p {
    word-break: break-word;
}

/*#############################################################*/
/*    RESPONSIVE                                               */
/*#############################################################*/

@media(max-width: 1280px) {
    #checkout-cart .bottom_section .cart-total-table tr .title {
        margin-right: 50px;
    }

    #checkout-cart .bottom_section {
        flex-direction: column;
    }

    #checkout-cart #content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 1180px) {}

@media(max-width: 1024px) {
    #checkout-cart .checkout_cart_top_section .center_col h2 {
        font-size: 25px;
    }

    #checkout-cart .checkout_cart_top_section .left_col,
    #checkout-cart .checkout_cart_top_section .right_col {
        display: none;
    }

    #checkout-cart .checkout_cart_top_section {
        justify-content: center;
    }

    #checkout-cart .bottom_section .cart-total-table tr .title {
        margin-right: 10px;
    }

    #checkout-cart .bottom_section .coupon_title {
        font-size: 14px;
    }
}

@media(max-width: 870px) {
    #checkout-cart .bottom_section .input-group {
        display: flex;
        flex-direction: column;
    }

    #checkout-cart .bottom_section .input-group .input-group-btn {
        width: auto;
    }

    #checkout-cart .bottom_section .input-group-btn input {
        width: 100%;
    }

    #checkout-cart .bottom_section .input-group .form-control {
        width: auto;
    }
}


@media (max-width: 768px) {
    header {
        background: #fff !important;
    }

    header #cart .btn.btn-inverse img {
        filter: invert(1);
    }

    header .row>.col-sm-2 #logo .img-responsive {
        height: 65px !important;
        width: auto;
        margin-top: -5px;
    }

    header #cart .btn.btn-inverse {
        gap: 4px !important;
        padding-top: 9px !important;
        color: #000 !important;
    }

    header>.container>.row {
        gap: 6% !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        min-height: 67px !important;
    }

    header .container .row .col-sm-5:nth-child(3) {
        display: none !important;
    }

    #checkout-cart form .table-responsive thead,
    #checkout-cart form .table-responsive tbody td:nth-of-type(4) {
        display: none;
    }

    #checkout-cart form .table-responsive tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 0px;
    }

    #checkout-cart form .table-responsive tbody td {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    #checkout-cart form tbody td.text-left.product-title a {
        white-space: break-spaces;
    }

    #checkout-cart .buttons.clearfix {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding-top: 10px;
    }

    .checkout-cart.solid-header .bottom_section .table.cart-total-table {
        margin-top: 10px;
    }

    #checkout-cart .bottom_section .cart-total-table tr:last-child .title {
        text-align: start;
    }

    #checkout-checkout #accordion #button-payment-method {
        width: 100%;
    }
}

@media(min-width: 460px) and (max-width: 768px) {
    #checkout-cart form .table-responsive tbody td:first-child {
        width: 110px;
    }

    #checkout-cart form .table-responsive tbody td:nth-child(2) {
        width: calc(100% - 110px);
    }

    #checkout-cart form .table-responsive tbody td:nth-child(3) {
        width: calc(100% - 150px);
    }

    #checkout-cart form .table-responsive tbody td:last-child() {
        width: 140px;
    }

    #checkout-cart form .table-responsive tbody td.text-left .input-group.btn-block {
        justify-content: flex-start;
    }
}

@media (max-width: 460px) {
    .checkout-cart.solid-header #content {
        padding: 10px !important;
    }

    #checkout-cart form .table-responsive tbody tr td {
        width: 100% !important;
    }

    #checkout-cart form .input-group.btn-block {
        justify-content: start;
    }
}

/*###########################################################################*/
/*     FOOTER                                                                */
/*###########################################################################*/
footer {
    margin-top: 0px !important;
    padding-top: 30px;
    background-color: #2E2E2E;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #FFFFFF;
    line-height: 30px;
}

footer button a {
    color: #1B1B1B;
    line-height: 30px;
}

footer a:hover {
    color: var(--accent2);
}

footer h5 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    color: white;
}

footer .col-sm-3:first-child button {
    background-color: var(--accent2);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 13px 42px;
    margin-top: 55px;
    border: none;
    font-weight: 700;
}

footer .col-sm-3:first-child button:hover {
    transition: opacity 0.3s;
    opacity: 0.8;
}


footer .col-sm-3:first-child button a {
    line-height: 19px;
}

footer .col-sm-3:last-child .socials_section {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

footer .socials_section a {
    padding: 0 10px;
}

footer svg {
    height: 18px;
    fill: #FFFFFF;
}

footer svg:hover {
    fill: var(--accent2) !important;
}

footer .news-form h1 {
    font-family: Proxima Nova;
}

/*############################*/
/*    RESPONSIVE              */
/*############################*/

@media (max-width: 1680px) {
    footer .container {
        max-width: 1440px;
    }
}

@media (max-width: 1680px) {
    footer .container {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    footer .container {
        max-width: 1280px;
    }

    footer .col-sm-3:last-child .socials_section {
        gap: 15px;
    }
}

@media (max-width: 1280px) {
    footer .col-sm-3:last-child .socials_section {
        gap: 14px;
    }

    footer .container {
        max-width: 1165px;
    }

    footer .col-sm-3:first-child button {
        font-size: 15px;
    }

    .news-form #subscribe {
        padding: 12px 20px !important;
    }
}

@media (max-width: 1024px) {
    footer .col-sm-3:last-child .socials_section {
        gap: 11px;
    }

    footer .container {
        max-width: 970px;
    }

    footer .col-sm-3:first-child button a {
        font-size: 11px;
    }

    footer a {
        font-size: 12px !important;
    }
}

@media (max-width: 1024px) {
    footer>.container>.row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 440px) and (max-width: 1024px) {
    .container {
        max-width: 719px;
    }

    footer>.container>.row>div:not(:last-child) {
        width: 33%;
    }

    footer>.container>.row>div:last-child {
        width: 100%;
    }

    footer .row.news-form>div {
        width: 90%;
    }

    footer .row.news-form {
        justify-content: center;
    }

    footer .col-sm-3:last-of-type h5 {
        text-align: center;
    }

    footer .col-sm-3:first-child button a {
        font-size: 15px;
    }

    footer .col-sm-3:first-child button {
        padding: 11px 22px;
        margin-top: 20px;
    }

    footer .news-form h1 {
        text-align: center;
    }

    footer .socials_section {
        justify-content: center;
    }
}

@media (max-width: 440px) {
    footer>.container>.row>div {
        width: 50%;
        margin: 10px 0;
    }

    footer .news-form h1 {
        font-size: 32px;
    }

    footer h5 {
        margin: 0;
    }

    footer>.container>.row>.col-sm-3:last-child>h5 {
        margin-left: -15px;
    }

    footer .row.news-form>div {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-right: 10px;
    }

    footer .news-form #subscribe {
        width: 100% !important;
        margin-top: 10px;
    }
}

@media (max-width: 540px) {
    footer h5 {
        font-size: 14px;
    }

    footer a {
        font-size: 10px !important;
    }

    footer .col-sm-3:first-child button {
        padding: 9px;
        margin-top: 10px;
    }

    footer .col-sm-3:last-child .socials_section {
        gap: 0;
    }

    footer .col-sm-3 .socials_section>h5 {
        width: 100%;
        padding-bottom: 10px;
    }

    .socials_section>a {
        flex-grow: 1;
        padding: 5px !important;
    }
}

/*###########################################################################*/
/*      before footer                                                        */
/*###########################################################################*/

.before_footer {
    max-width: 1800px;
    margin: 0 auto;
}

.before_footer::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.before_footer .before_footer_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 40px;
}

.before_footer .before_footer_box h2 {
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.before_footer .before_footer_box a {
    color: black !important;
}

.before_footer .before_footer_box a:hover {
    color: var(--accent2) !important
}

.before_footer .before_footer_box p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.before_footer .before_footer_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*############################*/
/*    RESPONSIVE              */
/*############################*/

@media(max-width: 1024px) {
    .before_footer .before_footer_box h2 {
        font-size: 14px;
    }

    .before_footer .before_footer_box p {
        font-size: 12px;
    }
}

@media (max-width: 912px) {
    .before_footer .before_footer_box h2 {
        font-size: 19px;
    }

    .before_footer .before_footer_box p {
        font-size: 17px;
    }

    .before_footer .before_footer_box {
        width: 50%;
    }

    .before_footer .before_footer_content {
        flex-wrap: wrap;
    }

    .before_footer_content>div {
        padding: 15px;
    }
}

@media(max-width: 540px) {
    .before_footer .before_footer_box h2 {
        font-size: 14px;
    }

    .before_footer .before_footer_box p {
        font-size: 11px;
    }
}

/*###########################################################################*/
/*      alert                                                                */
/*###########################################################################*/
.alert {
    padding: 8px 14px 8px 14px;
    position: fixed;
    z-index: 3;
    bottom: 10px;
    right: 30px;
}

/*###########################################################################*/
/*     breadcrumb                                                            */
/*###########################################################################*/
.breadcrumb {
    margin: 0 0 20px 55px;
    padding-top: 10px !important;
    background: white;
}

@media(max-width:1024px) {
    .breadcrumb {
        margin: 0 0 10px 25px;
    }
}

.breadcrumb a {
    color: #000000;
    font-size: 13px;
    line-height: 16px;
}

.breadcrumb>li:last-child a {
    font-weight: bold;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding-right: 5px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    margin-right: 5px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -3px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #9F9F9F;
}

.pagination {
    margin: 0;
}

/*###########################################################################*/
/*    buttons                                                                */
/*###########################################################################*/
.btn-group .btn.btn-default {
    border: 1px solid black;
    border-radius: 100% !important;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    padding: 5px;
    background: white;
}

.btn-group .btn.btn-default:hover {
    background: rgba(0, 0, 0, 0.1);
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
    transition: all 0.3s;
    font-size: 16px;
    text-align: center;
    padding: 13px 42px;
    margin-top: 55px;
    border: none;
    font-weight: 700;
    border-radius: 0px;
}

.btn-primary:hover {
    color: var(--accent2) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: white;
    background-position: 0 -15px;
    color: #333;
    transition: all 0.3s;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/*###########################################################################*/
/*    list group                                                             */
/*###########################################################################*/
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/*###########################################################################*/
/*    carousel                                                               */
/*###########################################################################*/
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

div#products_carousel_3 .swiper-wrapper {
    margin-left: 5px;
}

/*###########################################################################*/
/*    product list                                                              */
/*###########################################################################*/
.product-layout:hover {
    background: white;
    box-shadow: 0 0 15px 2px rgba(40, 40, 40, 0.12);
    transition: 0.3s;
}

#product-category .entry-content,
#product-manufacturer .entry-content,
#product-search .entry-content {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

#product-category,
#product-manufacturer,
#product-search {
    max-width: 1790px;
    width: 100%;
}

.category_intro_section img.d4u-bg-image {
    max-width: 100%;
    opacity: 0.7;
}

#product-category .category_intro_section .entry-content {
    background-image: linear-gradient(83.85deg, rgba(0, 17, 39, 1) 50%, rgba(0, 17, 39, 0) 102%);
}

#product-category>.row,
#product-manufacturer>.row,
#product-search>.row {
    display: flex;
    max-width: 1650px;
    margin: auto;
}


#product-category>.row:before,
#product-category>.row:after,
#product-manufacturer>.row:before,
#product-manufacturer>.row:after #product-search>.row:before,
#product-search>.row:after {
    display: none;
}

#product-category>.row,
#product-manufacturer>.row,
#product-search>.row {
    gap: 30px;
}

#product-category .category_intro_section #product-manufacturer .category_intro_section,
#product-search .category_intro_section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#product-category .breadcrumb,
#product-manufacturer .breadcrumb,
#product-search .breadcrumb {
    margin-bottom: 20px !important;
}

#product-category .breadcrumb li:first-child,
#product-manufacturer .breadcrumb li:first-child,
#product-search .breadcrumb li:first-child {
    padding-left: 0;
}

#product-category #column-left #column-left,
#product-manufacturer #column-left #column-left,
#product-search #column-left #column-left {
    width: 100%;
    padding: 0;
    margin-top: 25px;
}

.row.product-list-grid::before,
.row.product-list-grid::after {
    display: none !important;
}

#product-category .row.product-list-grid,
#product-manufacturer .row.product-list-grid,
#product-search .row.product-list-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#product-category .product-layout.product-grid,
#product-manufacturer .product-layout.product-grid,
#product-search .product-layout.product-grid {
    width: 100% !important;
    padding: 0;
}

#product-category,
#product-manufacturer,
#product-search {
    padding: 0px;
    margin-bottom: 70px;
}

#product-manufacturer .row.category-main-cont h2,
#product-category .row.category-main-cont h2,
#product-search .row.category-main-cont h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}

#product-category .mfilter-box .box-heading,
#product-search .mfilter-box .box-heading {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

#product-category div[data-poip_id="poip_img"],
.row.related_products_section div[data-poip_id="poip_img"],
#common-home div[data-poip_id="poip_img"] {
    position: absolute;
    right: 15px;
    margin-top: 11px !important;
}

#common-home .product-layout {
    position: relative;
}

.mfilter-filter-item .mfilter-heading {
    background: unset;
    border: unset;
    box-shadow: unset;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}

.mfilter-free-container.mfilter-free-container-closed.mfilter-widget-position-left.mfilter-direction-ltr.mfilter-mobile.mfilter-box-83 {
    z-index: 10;
}

.mfilter-heading .mfilter-head-icon {
    margin-top: 11px !important;
}

.mfilter-opts-container {
    border: unset !important;
}

.mfilter-content>ul>li {
    margin-bottom: 20px !important;
}

.mfilter-tb-as-td.mfilter-col-count {
    display: none;
}

.mfilter-tb-as-td {
    display: table-cell;
    padding: 5px 0;
    border-top: 1px dashed #dcdcdc;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    line-height: 23px;
    border: unset;
}

.box-content.mfilter-content {
    border: unset;
}

#product-category .row.category-main-cont,
#product-category .breadcrumb,
#product-search .row.category-main-cont,
#product-category .breadcrumb {
    margin: unset;
    margin: auto;
    padding-left: unset;
}

#product-category .cat-title,
#product-search .cat-title {
    color: #202020;
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
}

.row.refine-cat-list #column-left {
    width: 100%;
    padding: 0;
}

.refine-cat-title {
    color: #000000;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}

.row.refine-cat-list #column-left a {
    color: #919191;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    border: unset !important;
    padding: 0;
}

.row.refine-cat-list #column-left a.active {
    background: unset;
    font-weight: bold;
    color: #000;
}

.row.refine-cat-list ul {
    list-style: none;
    padding: unset;
}

.row.refine-cat-list {
    margin-top: 50px;
}

#common-home .product-thumb {
    background-color: #FFFFFF;
    /* overflow: auto; */
    width: auto;
    height: auto;
}

#common-home #products-carousel-id>.row {
    max-width: 1650px;
    margin: auto;
}

.product-thumb>div:not(.product-card-bot) {
    padding: 0 10px;
}

#common-home .product-thumb>div:first-child {
    padding-top: 15px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

#common-home .product-thumb .image img {
    height: auto;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 326px;
    /*change here for size*/
    min-height: 300px;
}

.product-thumb .image:hover img {
    opacity: 0.8;
    transition: 0.1s;
}

.product-grid .product-thumb .image {
    float: none;
}

#product-category .form-group .input-group-addon,
#product-manufacturer .form-group .input-group-addon,
#product-search .form-group .input-group-addon {
    font-weight: bold;
    color: #000000;
    font-size: 15px;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }

    #cart .dropdown-menu .cart-footer>a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #cart .dropdown-menu .cart-footer>a {
        font-size: 14px !important;
    }
}

.product-thumb h4 {
    font-weight: bold;
    padding-bottom: 5px;
    height: 44px !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-thumb h4 a {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.product-thumb .caption {
    max-width: 390px;
    margin: auto;
}

.labels_container>div {
    line-height: unset !important;
}

.product-thumb .button-group .vertical_line {
    border-right: 1px #D8D8D8 solid;
    height: auto;
}

.product-card-bot {
    margin: auto;
    display: flex;
}

.product-layout .caption>p {
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}

.product-layout .caption p.price {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}

.product-layout .caption p.price .price-tax {
    font-weight: 400;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

#product-category .form-group.input-group.input-group-sm #input-limit,
#product-category .form-group.input-group.input-group-sm #input-sort,
#product-manufacturer .form-group.input-group.input-group-sm #input-limit,
#product-manufacturer .form-group.input-group.input-group-sm #input-sort,
#product-search .form-group.input-group.input-group-sm #input-limit,
#product-search .form-group.input-group.input-group-sm #input-sort,
#product-.form-group.input-group.input-group-sm #input-limit,
#product-search .form-group.input-group.input-group-sm #input-sort {
    width: 200px;
    height: 40px;
    border: 1px solid #DDD;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
}

#product-category .form-group.input-group.input-group-sm #input-limit,
#product-manufacturer .form-group.input-group.input-group-sm #input-limit,
#product-search .form-group.input-group.input-group-sm #input-limit {
    width: 65px;
}

#product-category .form-group #compare-total,
#product-manufacturer .form-group #compare-total,
#product-search .form-group #compare-total {
    display: none;
}

#product-category #content .row .col-sm-6.text-left.pagination,
#product-manufacturer #content .row .col-sm-6.text-left.pagination,
#product-search #content .row .col-sm-6.text-left.pagination {
    width: auto;
    margin-left: 30px;
}

#product-category #content .col-md-3.col-xs-6.num_to_show,
#product-manufacturer #content .col-md-3.col-xs-6.num_to_show,
#product-search #content .col-md-3.col-xs-6.num_to_show {
    width: auto;
}

#product-category #content .row .col-sm-6.text-left.pagination li span,
#product-manufacturer #content .row .col-sm-6.text-left.pagination li span,
#product-search #content .row .col-sm-6.text-left.pagination li span {
    background-color: unset;
    color: #000000;
    border: unset;
}

#product-category #content .row .col-sm-6.text-left.pagination li a,
#product-manufacturer #content .row .col-sm-6.text-left.pagination li a,
#product-search #content .row .col-sm-6.text-left.pagination li a {
    border: unset;
}

#product-category #content .row .col-sm-6.text-left.pagination li span::after,
#product-manufacturer #content .row .col-sm-6.text-left.pagination li span::after,
#product-search #content .row .col-sm-6.text-left.pagination li span::after {
    content: "";
    width: 50%;
    height: 3px;
    background-color: red;
    bottom: 0;
    left: 25%;
    position: absolute;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.product-thumb .price-old {
    color: #757575;
    text-decoration: line-through;
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .product-thumb .text-tax {
        display: none;
    }
}

.product-thumb .price-tax {
    float: right;
    color: #989898;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    display: block;
    position: relative;
    float: unset;
}

.product-thumb .button-group {
    border-top: unset;
    overflow: auto;
    margin-left: auto;
    width: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    display: inline-block;
    float: left;
    color: #333;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #2E2E2E;
    border: unset !important;
    height: 50px;
}

.product-thumb .button-group button:hover {
    background-color: var(--accent2) !important;
    transition: all 0.3s;
}

.product-thumb .button-group button:first-child,
.product-thumb .button-group button:last-child {
    flex-basis: 40%;
}

.product-thumb .button-group button:nth-child(3) {
    flex-basis: 20%;
}

.product-thumb .button-group button:hover {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }

}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 1px solid #ddd;
}

#product-product .thumbnails .col-sm-9 {
    float: right;
}

#product-product .panel-body {
    max-height: 400px;
    overflow: auto;
}

#product-product .thumbnails .col-sm-9,
#product-product .thumbnails .col-sm-3 {
    padding: 0;
}

#product-product .recently_viewed_content {
    padding-left: 20px;
    max-width: 1800px;
    margin: auto;
    width: 95%;
}

#product-product #recently_viewed .swiper-slide {
    background: white;
}

#product-product #recently_viewed:before,
.extension-d4u-blog .row.related-products:before {
    background-image: url(https://foudoulis.demod4u.gr/image/catalog/banners/GENERIC_BANNER.jpg);
}

#product-product #recently_viewed .swiper-viewport {
    border: none;
    box-shadow: none;
    background: transparent;
    margin: auto !important;
}

#product-product #recently_viewed .recently_viewed_titles h3 {
    margin-top: 0 !important;
    color: #fff !important;
    position: relative;
    z-index: 1;
}

#product-product #recently_viewed .recently_viewed_titles h5 {
    color: white;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

#product-product .thumbnails .col-sm-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#product-product ul.thumbnails>div:nth-child(2) {
    width: 30%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#product-product .thumbnails .col-sm-3 li {
    width: 100%;
}

/*#####################################################*/
/*    RESPONSIVE                                       */
/*#####################################################*/

@media(max-width: 1680px) {

    #product-category>.row,
    #product-manufacturer>.row,
    #product-search>.row {
        padding: 0 15px;
    }

    #product-category .breadcrumb,
    #product-manufacturer .breadcrumb,
    #product-search .breadcrumb {
        padding-left: 30px;
    }
}

@media(max-width: 1440px) {

    #product-category .row.product-list-grid,
    #product-manufacturer .row.product-list-grid,
    #product-search .row.product-list-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 1360px) {

    #product-category .row.product-list-grid,
    #product-manufacturer .row.product-list-grid,
    #product-search .row.product-list-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 1024px) {

    #product-category .row.product-list-grid,
    #product-manufacturer .row.product-list-grid,
    #product-search .row.product-list-grid {
        grid-template-columns: 1fr 1fr;
    }

    #product-category .pagination_filters .pagination,
    #PRODUCT-manufacturer .PAGINATION_FILTERS .pagination,
    #product-search .pagination_filters .pagination {
        display: none;
    }

    #product-category .pagination_filters,
    #product-manufacturer .pagination_filters,
    #product-search .pagination_filters {
        display: flex;
        flex-direction: row-reverse;
    }
}


/*###########################################################################*/
/*    product page                                                           */
/*###########################################################################*/

#product-product .section1 {
    margin: 0 auto;
}

#product-product {
    padding: 0;
    overflow-x: hidden;
}

#product-product .thumbnails .col-sm-3 {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    margin-left: auto;
}

#product-product .thumbnails .col-sm-3::-webkit-scrollbar {
    height: 6px !important;
}

#product-product .thumbnails .col-sm-3::-webkit-scrollbar-thumb {
    background: #ff2800 !important;
    border-radius: 3px !important;
    border: none !important;
}

#product-product .thumbnails .col-sm-3::-webkit-scrollbar-thumb:hover {
    background: #ff2800 !important;
}

#product-product .thumbnails .col-sm-3::-webkit-scrollbar-track {
    background: #d8d8d8 !important;
    border-radius: 3px !important;
}

#product-product .thumbnails .col-sm-3 .image-additional a img {
    max-width: unset;
}

#product-product .thumbnails .col-sm-3 .image-additional img:visited {
    border: 1px solid red !important;
}

#product-product ul.thumbnails {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
    justify-content: center;
}

#product-product .product_info_section {
    padding-left: 80px;
    padding-bottom: 60px;
    padding-top: 30px;
    background-color: #F7F7F7;
    padding-right: 100px;
}

#product-product .product_info_section .manufacturer {
    color: black;
}

#product-product .product_info_section .nav.nav-tabs li a {
    font-size: 14px;
    font-weight: bold;
    color: black;
    border-bottom: solid 2px #ddd;
    margin: 0 5px;
}

#product-product .product_info_section .nav.nav-tabs {
    margin-top: 20px;
    border-bottom: none;
}

#product-product .product_info_section .nav.nav-tabs>li {
    max-width: 33%;
}

#product-product .panel {
    background-color: #f7f7f7;

}

#product-product .tab-pane:nth-child(1) {
    max-height: 100%;
    /* overflow: auto; */
}

#product-product .tab-pane {
    max-height: 400px;
    overflow: auto;
}

#product-product .product_info_section .share_section {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
    color: #000000;
    font-weight: bold;
    padding-top: 30px;
}

#product-product .product_info_section h1 {
    color: #000000;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    line-height: 27px;
    padding-top: 30px;
}

#product-product .no_special,
#product-product .special_new {
    color: #000000;
    font-size: 30px;
    line-height: 29px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0px;
}

#product-product .price_and_rating_section .list-unstyled {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
}

#product-product .product_info_section #product .form-group.required select {
    border: none;
    border-bottom: solid 1px gray;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

#product-product .attribute-infos {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}

#product-product .attribute-group-name h4 {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    font-size: 15px;
}

#product-product .attribute-group-text p {
    padding: 5px;
    margin: 0;
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#product-product attribute-infos>div {}

#product-product .attribute-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#product-product .attributes-groups>h4 {
    border-bottom: solid 1px #ddd;
}

#product-product .attribute-infos>div {
    width: 50%;
}

#product-product .attribute-title {
    margin: 0 !important;
}

#product-product .attributes-groups {
    padding: 20px 0;
}

#product-product .attributes-groups .attributes {
    padding-top: 10px;
}

#product-product .product_attributes_section .title {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#product-product .stepper_section {
    display: flex;
    flex-direction: row;
    padding-bottom: 35px;
    padding-top: 20px;
    justify-content: center;
}

#product-product .stepper_section .control-label {
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-bottom: unset;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

#product-product .stepper_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#product-product .panel-group p {
    color: #000000;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
}

#product button.ctm-stepper {
    width: 45px;
    height: 45px;
    border-radius: 0px;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden;
    background: none;
}

#product button.ctm-stepper:first-of-type:before {
    content: "-";
    transform: scaleX(1.5);
}

#product button.ctm-stepper:last-of-type:before {
    content: "+";
}

#product button.ctm-stepper::before {
    font-size: 25px;
    font-weight: bold;
    display: block;
    background: none !important;
}

#product #input-quantity {
    height: 45px;
    width: 45px;
    min-width: 45px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none !important;
    border-radius: 50% !important;
    text-align: center !important;
    padding: 0px;
    pointer-events: none;
}

#product-product .model_and_stock_section {
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #000000;
    flex-wrap: wrap-reverse;
}

#product-product .model_and_stock_section .stock_section {
    display: flex;
    align-items: center;
}

#product-product .manufacturer a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #e21f19;
}

#product-product .manufacturer a:hover {
    color: #BE221D !important;
}

#product-product .stock_section::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: black;
    display: block;
    margin-right: 6px;
}

#product-product .stock_section.available::before {
    background-color: #26AA09;
}

#product-product .stock_section.unavailable::before {
    background-color: #FF2800;
}

#product-product .stock_section.few::before {
    background-color: orange;
}

#product-product #button-cart {
    color: #fff !important;
}

#product-product #button-cart,
#product-product #button-fav {
    color: var(--header);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: unset;
    border-radius: unset;
    background-color: var(--accent2);
    border: none;
}

#product-product #button-fav {
    background-color: white !important;
    border: solid 1px rgba(0, 0, 0, 0.38) !important;
}

#product-product #button-cart:hover,
#product-product #button-fav:hover {
    background-color: #BE221D !important;
    color: #fff !important;
}

div#content b {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #E21F19;
    text-decoration-thickness: 2px;
}

div#collapse-payment-method b {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #E21F19;
    text-decoration-thickness: 2px;
}

div#content b:hover {
    color: #BE221D !important;
}

div#collapse-payment-method b:hover {
    color: #BE221D !important;
}

/* Availability per Site */
#sites_availability h4 b:hover {
    color: #000000 !important;
}

#sites_availability .faded {
    opacity: 0.5;
}

#sites_availability .faded h4 b,
#sites_availability .faded .phone1 {
    text-decoration: line-through;
}

@media (max-width: 768px) {
    #product-product .price_and_rating_section .list-unstyled {
        padding-left: 38% !important;
    }

    #product-product #sites_availability table {
        width: 100%;
        margin: auto;
    }

    #product-product #sites_availability tbody {
        display: flex;
        flex-flow: wrap;
        flex: 2;
        margin: auto;
        text-align: center;
        align-self: center;
        align-content: center;
    }

    #product-product #sites_availability tr {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        width: 50%;
    }

    #product-product #sites_availability td h4 {
        margin-left: 25px;
    }


    #product-product #sites_availability .phone1 {
        text-align: center;
        margin-top: -10px;
        margin-left: 10px;
    }

    #product-product #sites_availability td:nth-child(2) span::before {
        background-color: #26AA09;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        margin-right: 6px;
        bottom: -23px;
        position: relative;
        left: 10px;
    }

    #product-product #sites_availability td:nth-child(2) span.instock::before {
        background-color: #26AA09;
    }

    #product-product #sites_availability td:nth-child(2) span.outofstock::before {
        background-color: #FF2800;
    }

    #product-product #sites_availability img {
        height: 32px;
        vertical-align: bottom;
        margin-top: 11px;
    }
}

@media (min-width: 1366px) {
    #product-product .price_and_rating_section .list-unstyled {
        display: block;
        max-width: 50%;
    }

    #product-product .no_special,
    #product-product .special_new,
    #product-product .special_old {
        text-align: center !important;
    }


    #product-product #product,
    #product-product #sites_availability {
        /* max-width: 49%; */
        display: inline-block;
        width: 100%;
        /* padding: 10px; */
    }

    #product-product #sites_availability td:nth-child(2) span::before {
        background-color: #26AA09;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        margin-right: 6px;
        bottom: -15px;
        position: relative;
        left: 8px;
    }

    #product-product #sites_availability td:nth-child(2) span.instock::before {
        background-color: #26AA09;
    }

    #product-product #sites_availability td:nth-child(2) span.outofstock::before {
        background-color: #FF2800;
    }

    #product-product #sites_availability table {
        min-width: 40%;
        margin: auto;
    }

    #product-product #sites_availability tr {
        padding-top: 5px;
    }

    #product-product #sites_availability span {
        width: 100%;
        display: flex;
    }

    #product-product #sites_availability h4 {
        padding-left: 10px;
    }

    #product-product #sites_availability img {
        height: 32px;
        vertical-align: sub;
        margin-top: 7px;
    }

    #product-product #sites_availability .phone1 {
        text-align: center;
        margin-top: -8px
    }
}

#product-product #product {
    margin-top: 20px;
    margin-bottom: 25px;
}

#product .btn-group {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 30px !important;
    color: #000;
    text-transform: uppercase;
}

#product .btn-group>div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wishlist_button {
    margin-right: 20px;
}

.wishlist_button::before {
    content: "";
    width: 26px;
    height: 26px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='22px' viewBox='0 0 24 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EICON-FAV%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='header' transform='translate(-1511.000000, -21.000000)' fill='%23232020' stroke='%23232020' stroke-width='1.11692308'%3E%3Cg id='ICON-FAV' transform='translate(1512.000000, 21.000000)'%3E%3Cpath d='M10.7050388,3.38675924 L10.9930167,3.63974875 L11.2827191,3.38675924 C13.6106842,1.32765918 17.1905774,1.40472884 19.4323216,3.56938081 C21.6533728,5.69549795 21.7430426,9.1452026 19.6375274,11.4187573 L19.5064716,11.5444144 C19.4737077,11.5829492 19.4443925,11.6147823 19.4030065,11.6432646 L11.0085365,19.7422798 L10.9481818,19.6836398 L2.48473509,11.5125813 C2.4674909,11.4924761 2.4485223,11.4740464 2.43645137,11.4656693 C0.249888515,9.2004917 0.310243168,5.73570821 2.55543625,3.56938081 C4.77993632,1.40472884 8.35982944,1.32765918 10.7050388,3.38675924 M1.76737693,11.9716483 L1.83462926,12.0738494 L1.89843275,12.1324893 C1.9122281,12.1458928 1.92257461,12.1559453 1.93636996,12.1676733 L10.9930167,20.9 L20.1531286,12.0637968 C20.1789949,12.0319637 20.2100344,12.0001306 20.2479716,11.9716483 C22.6621577,9.38311327 22.572488,5.44250844 20.0341437,3.00643726 C17.6509971,0.704400256 13.848654,0.456437027 11.1913249,2.4300903 L11.0102609,2.56412447 L10.8274725,2.4300903 C9.62037948,1.54714015 8.18566316,1.11487993 6.75267126,1.11487993 C5.01445725,1.11487993 3.28314093,1.7532177 1.98292926,3.00643726 C-0.57610802,5.47601699 -0.669226627,9.41327096 1.76737693,11.9716483' id='Fill-1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.enquiry_button::before {
    content: "";
    width: 27px;
    height: 27px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 489.3 489.3' style='enable-background:new 0 0 489.3 489.3;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M265,369.25c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H38.4c-7.7,0-13.9-6.2-13.9-13.9V77.35 c0-7.7,6.2-13.9,13.9-13.9H451c7.7,0,13.9,6.2,13.9,13.9v253.6c0,7.7-6.2,13.9-13.9,13.9h-30.2c-6.8,0-12.3,5.5-12.3,12.3v60.9 l-69.5-69.5c-4.8-4.8-12.5-4.8-17.3,0s-4.8,12.5,0,17.3l78.9,78.9c3.6,3.6,8.5,5.6,13.4,5.6c2.4,0,4.9-0.5,7.3-1.4 c7.1-2.9,11.7-9.8,11.7-17.5v-61.9h17.9c21.2,0,38.4-17.2,38.4-38.4V77.35c0-21.2-17.2-38.4-38.4-38.4H38.4 C17.2,38.95,0,56.15,0,77.35v253.6c0,21.2,17.2,38.4,38.4,38.4H265V369.25z'/%3E%3Cpath d='M88.1,152.85h313.2c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H88.1c-6.8,0-12.3,5.5-12.3,12.3 S81.3,152.85,88.1,152.85z'/%3E%3Cpath d='M88.1,218.75h313.2c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H88.1c-6.8,0-12.3,5.5-12.3,12.3 S81.3,218.75,88.1,218.75z'/%3E%3Cpath d='M244.7,284.65h156.6c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H244.7c-6.8,0-12.3,5.5-12.3,12.3 C232.5,279.15,237.9,284.65,244.7,284.65z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

#product-product .thumbnail {
    border-color: transparent;
    /* border: unset; */
}

#product-product .border_onclick {
    border: 1px solid #5A5A5A !important;
}

#product-product .product-accordion-tabs a {
    color: #000000;
}

#tab-description p {
    color: #474747;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
}

#product-product #product .option-2 .radio label {
    font-size: 0px;
    padding-left: 0;
}

#product-product #product .radio label input {
    opacity: 0;
    position: absolute;
}

#product-product #product .radio label img {
    width: 30px;
}

#product-product #product .form-group.required.option-2,
#product-product #product .form-group.required.option-81 {
    display: flex;
    align-items: center;
}

#product-product #product .form-group.required.option-2 .control-label,
#product-product #product .form-group.required.option-81 .control-label {
    color: #666666;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    margin-right: 30px;
    margin-bottom: 0px;
    min-width: 65px;
}

#product-product #product .form-group.required.option-2>div,
#product-product #product .form-group.required.option-81>div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}

#product-product #product .form-group.required.option-2 .radio,
#product-product #product .form-group.required.option-81 .radio {
    margin: 0px 5px;
}

.form-group.required.option-81 .radio label {
    padding-left: 0px;
    /* width: 30px; */
    height: 30px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

.checked-tk {
    border: 1px solid rgba(0, 0, 0, 0.53) !important;
    border-radius: 4px;
}


#product-product .panel-heading .accordion-toggle:after {
    content: "+";
    float: right;
    padding-right: 20px;
}

#product-product .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    content: "-";
    float: right;
    padding-right: 20px;
}

#product-product .panel-default>.panel-heading .accordion-toggle[aria-expanded="true"] {
    color: white;
}

#product-product .accordion-toggle {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#product-product .panel.panel-default {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
    margin-bottom: 20px;
}

#product-product .rating hr {
    border: unset;
    margin-bottom: 40px;
}

#product-product .row.extra_products.related h3,
#product-product .ntly_viewed_titles h3 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

/*#####################################################*/
/*    RESPONSIVE                                       */
/*#####################################################*/

@media (max-width: 1680px) {
    #product-product .product_info_section {
        padding-right: 160px;
    }
}

@media (max-width: 1600px) {
    #product-product .product_info_section {
        padding-right: 130px;
    }
}

@media (max-width: 1280px) {
    #product-product .product_info_section {
        padding-right: 110px;
    }
}

@media (max-width: 1024px) {
    #product-product .product_info_section {
        padding-right: 40px;
        padding-left: 40px;
    }

    #product .btn-group {
        font-size: 11px;
    }
}

@media (max-width: 912px) {
    #product-product .section1 {
        display: grid;
        justify-items: center;
    }

    #product-product .section1>div {
        width: auto;
    }

    #product .btn-group {
        font-size: 21px;
    }

    .single_blog_page #blogrelated .swiper-wrapper,
    #product-product #related_products_carousel_ .swiper-wrapper {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media(max-width: 540px) {
    #product .btn-group {
        font-size: 13px;
    }
}

/*#########################################*/
/*     socials                             */
/*#########################################*/

.single_blog_page .share_section .title,
#product-product .share_section .title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.single_blog_page .share_section .title .share_module_container,
#product-product .share_section .title .share_module_container {
    width: 350px;
    position: absolute;
    right: 0;
    top: 150px;
    transform: translateY(-100%);
    padding-top: 50px;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}

.single_blog_page .share_section .title .share_module_container .ss-box,
#product-product .share_section .title .share_module_container .ss-box {
    padding: 7px;
    box-sizing: content-box;
    background: #eee;
    position: relative;
    box-shadow: 0 0 15px 2px rgba(40, 40, 40, 0.12);
}

.single_blog_page .share_section .title:hover .share_module_container,
#product-product .share_section .title:hover .share_module_container {
    opacity: 1;
    visibility: visible;
    top: 180px;
}

.single_blog_page .share_section .title .share_module_container .ss-box::before,
#product-product .share_section .title .share_module_container .ss-box::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0px 15px 15px 15px;
    border-color: transparent transparent #eee transparent;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    right: 30px;
}

/*#########################################*/
/*     see also                            */
/*#########################################*/

.extra_products.related {
    max-width: 1800px;
    margin: 0 auto;
}

#product-product #content h5 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: unset;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

#product-product #content h3 {
    max-width: 100% !important;
    width: 100%;
    display: inline-block;
    margin-top: unset;
}

#product-product #related_products_carousel_ .product-layout {
    width: 100%;
}


/*############################*/
/*    RESPONSIVE              */
/*############################*/

@media (max-width: 768px) {

    .single_blog_page #blogrelated .swiper-wrapper,
    #product-product #related_products_carousel_ .swiper-wrapper {
        grid-template-columns: 1fr 1fr !important;
    }
}

/*#####################################################*/
/*    Recently Viewed                                  */
/*#####################################################*/

#product-product #content #recently_viewed {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px !important;
    margin: 0;
    background: linear-gradient(0deg, transparent 30%, black 120%);
}

#product-product .recently_viewed_titles {
    display: flex;
    flex-direction: column;
}

/*#####################################################*/
/*    RESPONSIVE                                       */
/*#####################################################*/

@media (max-width: 1680px) {
    #product-product #content {
        padding-left: unset;
        padding-right: unset;
    }
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

.slideshow.swiper-viewport .swiper-viewport {
    margin: 0 0 90px !important;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

.manufacturer-list-item {
    display: block;
}

.manufacturer-list-item p {
    font-size: 15px;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 15px;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 37px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

#common-success>.row {
    max-width: 1024px;
    margin: auto;
}

#common-success>.row>#content>.buttons {
    display: flex;
    justify-content: left;
}

/*###########################################################################*/
/*    HOME PAGE                                                              */
/*###########################################################################*/
#common-home {
    padding: 0;
    max-width: 1920px !important;
    width: 100% !important;
    overflow-x: hidden;
}

.container.main-menu {
    max-width: 1920px !important;
    width: 100% !important;
}

#common-home #content .row h3,
#common-home h3.headingmain,
#common-home .carousel.swiper-viewport h3,
#product-product #content h3,
#common-home .side-carousel-2>.section_title {
    color: #000000;
    font-size: 30px !important;
    text-align: center;
    margin: 0 auto 50px auto;
    font-weight: bold;
    line-height: 35px;
}

#common-home .carousel1_container .section_title.carousel_1_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

#common-home #content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#common-home .row {
    margin-left: unset;
    margin-right: unset;
}

#common-home .row>.row.col-xs-12 {
    padding: 0;
}

/*#common-home #content > .row.swiper-viewport, */
/*#common-home #content > .row {*/
/*	margin-bottom: 50px !important;*/
/*}*/

.module_product_tabs {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.module_product_tabs .section_title {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 70px;
}

.module_product_tabs .nav-tabs {
    display: flex;
    justify-content: center;
    border: unset;
    margin-top: 45px;
    margin-bottom: 55px;
    gap: 1.25rem;
}

@media(max-width: 500px) {
    .module_product_tabs .nav-tabs {
        white-space: nowrap;
        flex-wrap: wrap;
        gap: 0;
    }

    .module_product_tabs .nav-tabs>li {
        width: 100%;
        padding: 5px 15px;
    }

    .module_product_tabs .nav-tabs>li>a {
        width: unset !important;
        margin: 0 !important;
    }
}

.module_product_tabs .nav-tabs a {
    font-size: 16px;
    background-color: #FFFFFF;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px #DDD solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 2px;
    margin: 0 5px;
}

@media(max-width:768px) {
    .module_product_tabs .nav-tabs a {
        padding: 10px !important;
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom: solid 4px var(--accent2) !important;
    border: none;
    background: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: unset;
}

#common-home .latestblog_mod .row>div {
    display: flex;
    justify-content: center;
}

#common-home .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--header);
}

#common-home .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent2);
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

/*############################*/
/*    PRODUCTS CAROUSELS      */
/*############################*/

#common-home .products-carousel-module .section_sub_title,
#common-home .carousel.carousel0_container.swiper-viewport>.section_title.carousel_0_title {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

#common-home .products-carousel-module:not(.side-carousel) .section_title {
    color: #E21F19;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
}

#common-home .module_product_tabs .tab-content .section_sub_title,
#common-home .module_product_tabs .tab-content .section_title {
    display: none;
    color: black;
}

#common-home .products-carousel-module {
    padding: 0px 15px;
}

#common-home .row.products-carousel-module.home-our-offers {
    position: relative;
}

#common-home .row.products-carousel-module.home-our-offers,
#common-home .row.products-carousel-module.home-our-offers>.row {
    margin-bottom: 50px !important;
    background: linear-gradient(0deg, transparent 100%, black 10%);
}

@media (min-width: 1100px) {
    #common-home .row.products-carousel-module.home-our-offers .carousel.swiper-viewport {
        max-width: 75%;
    }
}

#common-home .row.products-carousel-module.home-our-offers .carousel.swiper-viewport {
    background: transparent;
    margin: 0 0 auto;
}

#common-home .row.products-carousel-module.home-our-offers .section_sub_title,
#common-home .row.products-carousel-module.home-our-offers .section_title {
    color: #000;
    position: relative;
    z-index: 1;
}

#common-home .row.products-carousel-module.home-our-offers:before,
#product-product #recently_viewed:before,
.extension-d4u-blog .row.related-products:before {
    display: block;
    width: 100%;
    height: 530px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#common-home .row.products-carousel-module.home-our-offers:before {
    background-image: url(/image/catalog/banners/electrical-tools-white-table.jpg);
}

#common-home .row.products-carousel-module.home-our-offers:after,
/*#product-product #recently_viewed:after,*/
.extension-d4u-blog .row.related-products:after {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
    z-index: 0;
    opacity: 0.8;
    top: 0;
    left: 0;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 1600px) {
    #common-home .row.products-carousel-module .section_title {
        font-size: 28px;
    }
}

@media(max-width: 1440px) {
    #common-home .row.products-carousel-module .section_title {
        font-size: 25px;
    }
}

@media(max-width: 1366px) {
    #common-home .row.products-carousel-module .section_title {
        font-size: 23px;
    }
}

@media(max-width: 1280px) {
    #common-home .row.products-carousel-module .section_title {
        font-size: 21px;
    }

    #common-home #content .row h3,
    #common-home h3.headingmain,
    #common-home .carousel.swiper-viewport h3,
    #product-product #content h3,
    #common-home .row.products-carousel-module .section_title {
        margin-top: 0 !important;
    }

}

@media(max-width: 1024px) {
    ul.nav.nav-tabs a {
        font-size: 12px !important;
    }
}

@media(max-width: 768px) {
    #common-home .row.products-carousel-module .section_title {
        font-size: 25px;
    }
}


/*############################*/
/*    CATEGORY CAROUSEL       */
/*############################*/

#common-home .carousel0_container {
    margin-bottom: 50px;
}

@media (min-width: 1460px) {
    #common-home .carousel.carousel0_container:after {
        display: block;
        content: '';
        width: 100%;
        height: 228%;
        background: #1B1B1B;
        position: absolute;
        bottom: -180%;
    }

    #common-home>.row>#content>.section_title {
        color: var(--accent2) !important;
    }

    #common-home>.row>#content>.section_sub_title {
        color: white !important;
        background-color: #1b1b1b;
    }

    #common-home #carousel0 {
        max-width: 1790px;
        margin-bottom: 80px;
        margin-left: 130px;
    }

    #common-home .banner0 {
        margin-top: 0 !important;
    }
}

.row.products-carousel-module.side-carousel-1>.row>.carousel {
    background: transparent;
}

#common-home #carousel0 .text_container {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 200px;
    line-height: 45px;
    font-size: 22px;
    color: #ffffff;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
    opacity: 0.8422975086030506;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#common-home #carousel0 .text_container .swiper-slide-title:after {
    content: 'ΔΕΙΤΕ ΤΑ ΠΡΟΙΟΝΤΑ';
    font-size: 13px;
    display: block;
    transition: all 0.3s;
    line-height: 0;
    visibility: hidden;
}

#common-home #carousel0 a:hover .swiper-slide-title:after {
    visibility: visible;
    margin: 10px;
    margin-bottom: 25px;
    transition: all 0.3s;
}

#common-home .carousel0_container .swiper-pagination {
    display: none;
}

#common-home #products-carousel-id .swiper-pager,
#common-home .carousel0_container .swiper-pager {
    position: absolute;
    line-height: 45px;
    width: 100px;
    top: 45px;
    transform: translateY(-85px);
    left: -5px;
}

#common-home .carousel0_container .swiper-pager {
    top: 20%;
}

#common-home .carousel0_container .swiper-pager,
#common-home .side-carousel-2 .swiper-pager {
    left: unset !important;
    right: -5px;
}

#common-home .side-carousel-2 .section_sub_title,
#common-home .side-carousel-2 .section_title {
    text-align: left !important;
}

@media (max-width: 1024px) {
    #common-home .side-carousel-2>div {
        margin: auto;
        margin-top: 50px;
    }
}

#common-home #products-carousel-id .swiper-pager>div,
#common-home .carousel0_container .swiper-pager>div {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px;
    background: #fff;
}

#common-home #products-carousel-id .swiper-pager>div:hover::before,
#common-home .carousel0_container .swiper-pager>div:hover::before {
    background: var(--accent2) !important;
    transition: background 0.2s;
}

#common-home #products-carousel-id .swiper-pager>div:first-child::before,
#common-home .carousel0_container .swiper-pager>div:first-child::before {
    content: "\f105" !important;
}

#common-home #products-carousel-id .swiper-pager>div:last-child::before,
#common-home .carousel0_container .swiper-pager>div:last-child::before {
    content: "\f104" !important;
}

#common-home #products-carousel-id .swiper-pager>div::before,
#common-home .carousel0_container .swiper-pager>div::before {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    transform-origin: center !important;
    padding: 0px 0px 0px 0px;
    width: 35px;
    height: 35px;
    color: black !important;
    font-size: 30px !important;
}


#common-home #products-carousel-id:hover .swiper-pager .swiper-button-next {
    right: 10px;
}

#common-home #products-carousel-id:hover .swiper-pager .swiper-button-prev {
    left: 10px;
}

#common-home .swiper-button-next.swiper-button-next_products_carousel_6::before,
#common-home .swiper-button-prev.swiper-button-prev_products_carousel_6::before {
    color: white !important;
}

#common-home #carousel0 .img-responsive:hover {
    transform: scale(1.1);
}

/*############################*/
/*    PRODUCTS TAB CAROUSEL   */
/*############################*/

#common-home .row.featured-products-module.featured0>h5,
#common-home .row.featured-products-module.featured1>h5 {
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#common-home .row.featured-products-module.featured0>h3,
#common-home .row.featured-products-module.featured1>h3 {
    margin-top: unset;
}

#common-home .tab-content .row.products-carousel-module {
    width: 100% !important;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 1440px) {
    .product-thumb>div {
        padding: 5px;
    }
}

@media(max-width: 1366px) {
    .product-thumb h4 a {
        font-size: 15px;
    }
}

@media(max-width: 912px) {
    .row.featured-products-module .row {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 991px) {

    #common-home #content .row.featured-products-module.featured0,
    #common-home #content .row.featured-products-module.featured1 {
        max-width: 100% !important;
        width: auto !important;
        margin: auto !important;
    }

    #common-home #content .row.latest-products-module {
        width: auto !important;
    }
}

#common-home .row.special-products-module {
    max-width: 1650px;
    margin: auto;
}

#common-home .alert.alert-success.alert-dismissible.tk-add-cart,
#product-product .alert.alert-success.alert-dismissible.tk-add-cart,
#product-category .alert.alert-success.alert-dismissible.tk-add-cart,
#product-manufacturer .alert.alert-success.alert-dismissible.tk-add-cart,
#product-search .alert.alert-success.alert-dismissible.tk-add-cart,
#product-compare .alert.alert-success.alert-dismissible.tk-add-cart {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    left: 5px;
    top: 10px;
    background: rgba(0, 0, 0, 0.4);
    border: unset;
}

.alert.alert-success.alert-dismissible .add-to-cart-inner {
    z-index: 1001;
    position: absolute;
    color: #333;
    width: 400px;
    height: auto;
    background: white;
    left: calc(50% - 200px);
    top: calc(50% - 165px);
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 1px 30px #333;
}

.add-to-cart-inner .tk-cart-header {
    font-weight: 300;
    color: #333;
    font-size: 25px;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-top: 10px;
}

.tk-cart-footer a {
    padding: 12px;
    background: #999;
    color: white !important;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 16px;
}

.tk-cart-footer a:nth-child(2) {
    background: black;
}

.tk-cart-footer {
    display: flex;
    order: 99;
}

.tk-cart-header .fa.fa-check {
    color: #36e836;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 300;
}

/* menu */

#menu {
    min-height: 35px;
    border-radius: 0px !important;
    margin-bottom: 0px;
    border: unset !important;
}

@media (max-width: 1024px) {
    #menu {
        position: fixed;
        top: 55px;
        z-index: 100;
        left: 5%;
        color: white;
    }

    header>.container>.row>.col-sm-5 ul.list-inline>li:not(:last-child) {
        display: none;
    }

    header .list-inline {
        gap: 0 !important;
    }

    header {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        padding-top: 5px;
    }
}

@media (min-width: 1025px) {
    #menu #category {
        float: left;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
    }

    #menu .btn-navbar {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background-repeat: repeat-x;
    }

    #menu .btn-navbar:hover,
    #menu .btn-navbar:focus,
    #menu .btn-navbar:active,
    #menu .btn-navbar.disabled,
    #menu .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #229ac8;
    }

    #menu .nav>li>a {
        color: black;
        /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
        padding: 10px 18px 10px 15px;
        min-height: 15px;
        background-color: transparent;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: normal;
    }

    #menu .dropdown-inner {
        display: table;
    }

    #menu .dropdown-inner ul {
        display: table-cell;
    }

    #menu .dropdown-inner li a:hover {
        color: #FFFFFF;
    }

    #menu .nav.navbar-nav {
        float: unset;
        margin: auto;
        display: flex;
        justify-content: center;
        /* box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.06); */
    }

    #menu .nav.navbar-nav li {
        float: unset;
    }

    #menu .dropdown-inner a {
        min-width: 160px;
        display: block;
        padding: 3px 20px;
        clear: both;
        line-height: 22px;
        color: #333333;
        font-size: 12px;
    }

    #menu .see-all:hover,
    #menu .see-all:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
    }

    #menu .see-all {
        display: block;
        margin-top: 0.5em;
        border-top: 1px solid #DDD;
        padding: 3px 20px;
        border-radius: 0 0 3px 3px;
        font-size: 12px;
    }

    #menu .dropdown-menu.mega-menu .see-all {
        padding: 20px !important;
    }

    #menu .dropdown:hover>a:after {
        opacity: 1;
    }

    #menu .nav>li:hover>a {
        background-color: #E21F19;
    }

    #menu .dropdown-menu {
        padding-bottom: 0;
    }

    #menu #form-language {
        display: none;
    }
}

@media (max-width: 1199px) {
    #menu .nav>li>a {
        font-size: 11px;
        letter-spacing: 0px;
    }

    #form-language .btn.btn-link.dropdown-toggle {
        padding: 0;
        font-size: 10px;
    }

    header .row>.col-sm-3 .list-inline img.hd-icons {
        height: 18px !important;
    }

    header .row>.col-sm-3 .list-inline .header-icon-men a {
        font-size: 10px !important;
    }

    header #cart .btn.btn-inverse {
        font-size: 10px;
    }

    .product-layout .caption p {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .product-thumb .price-tax {
        font-size: 9px !important;
        line-height: 15px !important;
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }

    .product-thumb .button-group {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #common-home #content .row {
        width: 100% !important;
    }

    .row.latest-products-module .row,
    .row.special-products-module .row {
        grid-template-columns: 1fr 1fr !important;
    }

    header .row>.col-sm-6 {
        width: 65%;
        margin: 0px 8%;
    }

    header .row>.col-sm-2 {
        height: 90px;
    }

    header .row>.col-sm-2 #logo {
        margin-top: 20px;
    }

    #product-category .row.product-list-grid,
    #product-search .row.product-list-grid,
    #product-manufacturer .row.product-list-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    #product-category .cat-title,
    #product-search .cat-title,
    #product-manufacturer .cat-title {
        font-size: 30px;
    }

    .powered_by>div:first-child {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* mega-menu */
@media (min-width: 1025px) {

    .mega-menu-cont-main,
    .mega-menu-cont-main #menu,
    .mega-menu-cont-main #menu .navbar-collapse.collapse,
    .mega-menu-cont-main #menu .nav.navbar-nav,
    .mega-menu-cont-main #menu .nav.navbar-nav>li {
        position: static !important;
        padding: 0;
    }

    header {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0;
        z-index: 4;
    }

    .container.main-menu.mega-menu-cont-main {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 90px;
        z-index: 3;
        background: white;
    }

}

.dropdown-menu.mega-menu {
    width: 100%;
    float: unset !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    top: 39px;
}

@media (min-width: 1025px) {
    #menu .dropdown:hover .mega-menu {
        display: flex !important;

        .dropdown-menu.mega-menu .dropdown-inner {
            display: block !important;
            direction: rtl;
        }
    }
}

.dropdown-menu.mega-menu .see-all {
    width: 30%;
    margin: 0 !important;
    padding: 0 !important;
    border: unset !important;
}

.dropdown-menu.mega-menu .see-all:hover {
    background-image: unset !important;
    background-color: unset !important;
}

.dropdown-menu.mega-menu .dropdown-inner>ul>.mg-menu-cont {
    width: 24% !important;
    margin-bottom: 30px;
}

.dropdown-menu.mega-menu .dropdown-inner>ul {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100%;
}

.dropdown-menu.mega-menu .dropdown-inner li a {
    padding-left: 0px !important;
    font-size: 16px !important;
    line-height: 25px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dropdown-menu.mega-menu .dropdown-inner>ul>div .mg-menu-title,
.dropdown-menu.mega-menu .dropdown-inner>ul>div .mg-menu-title a {
    margin: 0px;
    font-size: 18px !important;
    font-weight: bold;
    padding: 0 !important;
    line-height: 30px !important;
}

#common-home #carousel0 img {
    margin: auto;
    transition: all 0.3s;
}

#common-home #carousel0 .swiper-slide {
    overflow: hidden;
}

#common-home .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-product .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-category .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-manufacturer .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-search .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-compare .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close {
    position: absolute;
    background: white;
    opacity: 1;
    text-shadow: unset;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 5px;
    width: 40px;
}

.tk-cart-body a {
    display: block;
    width: calc(100% / 3);
}

.tk-cart-body .special {
    color: red;
    text-decoration: line-through;
}

.tk-cart-body {
    display: flex;
    justify-content: space-between;
    padding: 40px 25px;
    align-content: center;
    align-items: center;
}

.tk-cart-body .product-price span {
    display: block;
}

.slideshow.swiper-viewport,
.row.swiper-viewport,
.carousel.swiper-viewport {
    border: none;
    box-shadow: unset;
}

.swiper-viewport:hover .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev {
    opacity: 1 !important;
}

.swiper-viewport .swiper-pager>div:hover::before {
    color: white !important;
}

.tk-cart-body a:nth-child(2) {
    width: 50%;
    color: black;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.tk-cart-body a:nth-child(1) {
    width: 100px;
}

.row.featured-products-module .row::before,
.row.featured-products-module .row::after,
.row.latest-products-module .row:before,
.row.latest-products-module .row:after,
.row.special-products-module .row:before,
.row.special-products-module .row:after {
    display: none;
}

.row.featured-products-module .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 25px;
    justify-content: center;
    gap: 5px;
}

.row.latest-products-module .row,
.row.special-products-module .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 25px;
    justify-content: center;
    gap: 5px;
}

.row.swiper-viewport.banner0 {
    margin-left: auto !important;
    max-width: 890px !important;
}

.row.swiper-viewport.banner0 #banner0 a,
.row.swiper-viewport.banner0 #banner0 a img,
.row.swiper-viewport.banner1 #banner1 a,
.row.swiper-viewport.banner1 #banner1 a img {
    width: 100%;
    display: block;
    position: relative;
}

#common-home .banner1,
#common-home .banner0 {
    padding: 0px;
    margin: auto;
    max-width: 890px;
    background: transparent;
}

#common-home .banner1 {
    margin-left: -1px;
}


/*############################*/
/*   SIDE PRODUCTS CAROUSEL   */
/*############################*/

#common-home .side-carousel {
    width: 50% !important;
}

#common-home .side-carousel .section_title {
    text-align: left;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

@media(max-width: 768px) {
    #common-home .side-carousel .section_title {
        margin-bottom: 50px;
    }
}

#common-home .side-carousel .section_sub_title {
    text-align: left;
    margin-top: 100px;
}

/*############################*/
/*    SECTION 6               */
/*############################*/

#common-home .row.featured-products-module.featured2 {
    width: 100%;
}

/*############################*/
/*    BRANDS CAROUSEL         */
/*############################*/

#common-home .carousel1_container {
    max-width: 1650px;
    margin: 110px auto 170px auto;
}

#common-home .carousel1_container h3 {
    color: white !important;
}

#common-home .carousel1_container .swiper-pagination.carousel1 {
    display: none;
}

#common-home .carousel1_container .swiper-pager {
    display: none;
}

#common-home #carousel1 .text_container {
    display: none;
}

#common-home #carousel1 img {
    margin: auto;
}

/*############################*/
/*    DONT MISS OFFERS        */
/*############################*/

@media(min-width: 1025px) {
    #common-home .dont-miss-offers .section_title {
        padding: 0px 0px 50px;
    }
}



/*############################*/
/*    LASTEST BLOGS           */
/*############################*/

#common-home #latestblog .product-thumb {
    width: auto;
    height: auto;
}

#common-home .row.latest-posts .col-sm-12.col-xs-12 h4 {
    margin-top: 50px;
}

#common-home #latestblog .product-thumb .image img {
    width: auto;
    height: auto;
}

#common-home .latestblog_mod .product-thumb .caption {
    transition: 0.5s ease-in-out;
    width: 90% !important;
    padding: 15px !important;
}

#common-home .latestblog_mod .product-thumb:hover .caption {
    transform: translate(0, -70px);
    background-color: white;
    box-shadow: 0 0 12px 1px;
}

#common-home .latestblog_mod .product-thumb .caption .button_more a {
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
    visibility: hidden;
    /* transition: 0.5s ease-out; */
}

#common-home .latestblog_mod .product-thumb:hover .caption .button_more a {
    visibility: visible;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 912px) {
    #latestblog>.row {
        grid-template-columns: 1fr 1fr;
    }
}

/*###########################################################################*/
/*    INFORMATION PAGE                                                       */
/*###########################################################################*/
#error-not-found .row {
    max-width: 1650px;
    margin: auto;
}

#error-not-found .buttons {
    float: left;
}

#information-information #content *,
.tab-content * {
    font-family: roboto !important;
}


#information-information#information-information,
#information-contact {
    max-width: 1366px;
    margin: auto;
}

#information-information #column-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 100px;
}

#information-contact #column-left {
    padding-top: 20px;

}

#information-information>.row>h1,
#information-contact>.row>h1 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 20px 10px;
}

.nav-tabs>li>a:hover {
    color: var(--accent2) !important;
    border: none;
    border-bottom: solid 3px !important;
    border-color: #ddd !important;
}

#information-information #column-left .nav.nav-tabs.nav-stacked>.current>a,
#information-information #column-left .nav.nav-tabs.nav-stacked>li a:hover,
#information-contact #column-left .nav.nav-tabs.nav-stacked>.current>a,
#information-contact #column-left .nav.nav-tabs.nav-stacked>li a:hover {
    border-color: transparent;
}

#information-contact #column-left .nav.nav-tabs.nav-stacked>.current>a,
#information-information #column-left .nav.nav-tabs.nav-stacked>.current a {
    color: var(--accent2) !important;
}

#information-information #column-left .nav.nav-tabs.nav-stacked>li>a,
#information-contact #column-left .nav.nav-tabs.nav-stacked>li>a {
    color: black;
    font-size: 15px;
    padding: 13px;
    font-weight: 700;
}

#information-information #column-left .nav.nav-tabs.nav-stacked {
    border-bottom: none;
}

#information-contact .form-control:focus {
    border-color: var(--accent2) !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(253, 200, 0, .6);
}

#information-contact fieldset .form-control {
    border-color: #ddd;
    color: black;
    font-weight: 700;
    font-size: 14px;
}

#information-contact #content>h1 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

#information-information #content>h1 {
    margin-bottom: 50px !important;
    font-weight: 700;
}

#information-contact fieldset input {
    border-color: transparent !important;
    box-shadow: none;
    border-radius: 0px;
    border-bottom-color: #ddd !important;
}

#information-contact fieldset textarea {
    border-radius: 0px;
    margin-bottom: 10px;
}

#information-contact .buttons {
    margin: auto;
    display: flex;
    justify-content: center;
}

#information-contact .btn.btn-primary {
    padding: 10px 50px;
    border-radius: 0;
    background: var(--accent2);
    border-color: transparent;
    font-size: 17px;
    font-weight: 700;
    color: #1B1B1B;
}

#information-contact .btn.btn-primary:hover {
    background-color: #1B1B1B;
}


#information-information .breadcrumb,
#information-contact .breadcrumb {
    margin: 0 !important;
    padding-left: 0 !important;
}


/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 540px) {
    #information-information>.row {
        flex-direction: column-reverse;
    }

    #information-information>.row .sidebar,
    #information-information>.row #content {
        width: auto !important;
    }
}

@media(max-width: 1700px) {
    .row.special-products-module {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .news-form {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .headingmain {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .carousel.swiper-viewport h3 {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: calc(100% - 30px);
    }
}

@media (min-width: 1650px) {
    .row.swiper-viewport.banner3 {
        margin-left: auto !important;
        margin-right: calc(50vw - 825px) !important;
        width: calc((100% - 32%) - (100vw - 1650px)) !important;
        width: 1030px !important;
    }

    .row.swiper-viewport.banner3 a {
        float: right;
    }
}

@media (max-width: 1649px) {
    .row.swiper-viewport.banner3 {
        width: 63% !important;
    }

    .row.swiper-viewport.banner3 div#banner3 {
        height: 100%;
    }

    .row.swiper-viewport.banner3 div#banner3 a {
        height: 100%;
        display: block;
        position: relative;
    }

    .row.swiper-viewport.banner3 div#banner3 a img {
        height: 100%;
    }
}

#common-home .slideshow.swiper-viewport {
    min-width: 100%;
}

@media (min-width: 767px) and (max-width: 930px) {

    #product-category .mfilter-box ul,
    #product-manufacturer .mfilter-box ul,
    #product-search .mfilter-box ul {
        width: 100% !important;
    }

    #product-category #column-left,
    #product-manufacturer #column-left,
    #product-search #column-left {
        width: 100% !important;
    }
}

@media(max-width: 768px) {
    .row.pagination_filters>div {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    #product-category .pagination_filters,
    #product-manufacturer .pagination_filters,
    #product-search .pagination_filters {
        flex-direction: column !important;
        align-items: self-end !important;
    }
}

@media(max-width: 540px) {
    #content>div:nth-child(2)>div {
        width: 100% !important;
    }
}

@media (max-width: 930px) {

    #product-category>.row,
    #product-manufacturer>.row,
    #product-search>.row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    #product-category #content,
    #product-manufacturer #content,
    #product-search #content {
        width: 100% !important;
    }

    div#product-category>.row,
    div#product-manufacturer>.row,
    div#product-search>.row {
        margin: 0px !important;
    }
}

@media (max-width: 1024px) {
    #menu .mg-menu-container {
        display: flex;
        flex-direction: column;
    }

    header .row .col-sm-1 {
        order: -1;
        width: 50%;
    }

    header .row>.col-sm-6 {
        order: -1;
        width: 50%;
        margin: unset;
    }

    header .row .col-sm-1 .hidden-xs {
        display: inline !important;
        color: white;
    }

    header .row>.col-sm-6 #search .input-lg {
        height: 30px !important;
        line-height: 20px !important;
        background: transparent !important;
    }

    header .row>.col-sm-6 #search .btn.btn-default.btn-lg {
        background: transparent;
        text-shadow: unset;
        padding: unset;
    }

    header .row>.col-sm-3,
    header .row>.col-sm-2 {
        height: 50px;
        width: 50%;
    }

    header .row>.col-sm-2 #logo {
        margin: 0px;
    }

    header .row>.col-sm-2 #logo .img-responsive {
        height: 50px;
        width: auto;
    }

    .container.main-menu {
        padding: 0;
        justify-content: start;
    }

    header .row>.col-sm-3 .list-inline {
        width: unset;
        margin: unset;
    }

    header #cart .btn.btn-inverse #cart-total {
        top: 0px;
        width: 15px !important;
        height: 15px !important;
        right: -7px;
        font-size: 13px;
    }

    .container.main-menu .navbar-toggle {
        margin: 0;
        box-shadow: unset;
        background: unset !important;
        background-image: unset !important;
        border-color: unset !important;
        border: unset !important;
    }

    #menu .nav.navbar-nav {
        display: unset;
    }

    #menu .nav>li>a {
        padding-left: unset;
    }

    header .row #header_icons_section .list-inline>li:not(:last-child) {
        display: none !important;
    }

    #menu .header-icon-men button.btn.btn-link.dropdown-toggle .hidden-xs {
        display: block !important;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
    }
}


/*    -->                                                                                                                             CATEGORY PAGE > LEFT SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

html[class*="product"]:not([class*="product-product"]) #column-left {
    width: 270px !important;
}

html[class*="product"]:not([class*="product-product"]) #content {
    width: 100%
}



/*    -->                                                       CATEGORY PAGE > LEFT SECTION > FILTERS MAIN TITLE                           
[2]   =========================================================================================================== */

.mfilter-box>.box-heading {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    margin-bottom: 20px !important;
}

/*    -->                                                       CATEGORY PAGE > LEFT SECTION > FILTERS CONTAINER                            
[2]   =========================================================================================================== */

.box-content.mfilter-content {
    border: none !important;
    overflow: auto;
    padding-right: 25px !important;
}

.mfilter-button .mfilter-button-reset {
    border: solid 1px black;
    border-radius: 4px;
    padding: 5px 12px;
    color: black;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.mfilter-button .mfilter-button-reset:hover {
    background: black;
    color: white;
    transition: all 0.5s;
}

.mfilter-button.mfilter-button-top i {
    margin-right: 7px;
}

/*    -->                                                           CATEGORY PAGE > LEFT SECTION > SECTION ITEMS                           
[2]   =========================================================================================================== */

.mfilter-content>ul>li {
    margin-top: 50px;
}

.mfilter-opts-container>.mfilter-content-wrapper {
    margin-top: 15px !important;
}

.mfilter-filter-item .mfilter-iscroll .mfilter-options {
    padding: 0px 0px 0px 0px !important;
}

.mfilter-heading-content i {
    display: none;
}

/*    -->     CATEGORY PAGE > LEFT SECTION > SECTION ITEMS > SCROLL                       
[3]   ------------------------------------------------------------- */

.mfilter-iscroll>.scroll-element,
.mfilter-iscroll>.scroll-element div {
    z-index: 1;
}

.mfilter-iscroll>.scroll-element .scroll-element_track {
    background: #ccc !important;
}

.mfilter-iscroll>.scroll-element .iScrollIndicator {
    background: black !important;
    opacity: 1 !important;
}

/*    -->                                                           CATEGORY PAGE > LEFT SECTION > SECTION TITLES                           
[2]   =========================================================================================================== */

.mfilter-heading {
    background: none;
    border: none !important;
}

.mfilter-heading-text span {
    font-size: 16px;
    font-weight: bold;
}

.mfilter-heading-content {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 10px 5px 0px;
}

/*    --> CATEGORY PAGE > LEFT SECTION > SECTION TITLES > COLLAPSE ICONS                                  
[3]   ------------------------------------------------------------- */

.mfilter-heading .mfilter-head-icon {
    background: none !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0px !important;
    transition: none !important;
    transform-origin: center center !important;
}

.mfilter-heading .mfilter-head-icon {
    transform: scaleX(1.7) !important;
}

.mfilter-heading .mfilter-head-icon::after {
    content: "-";
    font-style: normal !important;
    font-size: 23px;
    font-weight: bold;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
    transform: none !important;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon::after {
    content: "+";
}




/*    -->                                                           CATEGORY PAGE > LEFT SECTION > SECTION CONTENT                           
[2]   =========================================================================================================== */

.mfilter-opts-container {
    border: none !important;
}

.mfilter-tb-as-td.mfilter-col-input {
    padding: 0px !important;
}

.mfilter-tb-as-td {
    border: none !important;
}

.mfilter-col-input+.mfilter-tb-as-td {
    border: none !important;
    font-size: 16px;
    padding: 5px 0px 5px 10px !important
}

.mfilter-category-tree ul li a {
    font-size: 16px !important;
    color: black !important;
}

/*    -->    CATEGORY PAGE > LEFT SECTION > SECTION CONTENT > PRICE                           
[3]   ------------------------------------------------------------- */

.mfilter-price-inputs {
    margin-top: 20px;
}


.mfilter-price-inputs .separator {
    width: 15px;
    display: inline-block;
}

.mfilter-price-inputs>input {
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
    font-weight: bold;
    color: black;
    border: 1px solid #979797 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    min-width: 35px !important;
    padding: 0px;
    text-align: center;
    margin: 0px 5px !important;
}

.mfilter-price-slider {
    margin-top: 25px;
}

.mfilter-slider-slider,
#mfilter-price-slider {
    margin: 0 !important;
    display: block;
    position: relative;
    background: #f4f4f4 !important;
}

.mfilter-slider-slider,
#mfilter-price-slider {
    height: 15px !important;
}

.mfilter-slider-slider .ui-slider-handle,
#mfilter-price-slider .ui-slider-handle {
    margin-top: 1px;
    border-radius: 100% !Important;
    box-shadow: none !Important;
    background: none !important;
    background: #2C7E00 !important;
    width: 23px !important;
    height: 23px !important;
}




/*    -->                                                                                                                            CATEGORY PAGE > RIGHT SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*html[class*="product"]:not([class*="product-product"]) #content{*/
/*  width: calc(100% - 370px) !important;*/
/*}*/

#mfilter-content-container .compare_section,
#mfilter-content-container .view_section {
    display: none !important;
}

/*    -->                                                              CATEGORY PAGE > RIGHT SECTION > HIDE INFOS              
[2]   =========================================================================================================== */

/* #mfilter-content-container > h2,
#mfilter-content-container > h3,
#mfilter-content-container > hr,
#mfilter-content-container > .row:nth-of-type(1),
#mfilter-content-container > .row:nth-of-type(2){
  display:none !important;
} */

/*    -->                                                            CATEGORY PAGE > RIGHT SECTION > VIEW OPTIONS                              
[2]   =========================================================================================================== */

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container>.row:nth-last-child(3) {
    /* width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; */
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container>.row:nth-last-child(3) .form-group {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container>.row:nth-last-child(3)>* {
    width: auto;
    padding: 0px !important
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container>.row:nth-last-child(3) label {
    font-size: 15px !important;
    font-weight: bold;
    color: black;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container>.row:nth-last-child(3) select {
    font-size: 15px;
    width: auto;
    border: 1px solid #d8d8d8;
    height: 40px;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container>.row:nth-last-child(3) .pagination {
    margin-left: 30px;
}

/*    -->                                                                CATEGORY PAGE > RIGHT SECTION > PRODUCTS              
[2]   =========================================================================================================== */

html[class*="product"]:not([class*="product-product"]) .product-layout.product-grid {
    width: 25% !important;
    clear: none !important;
}




/*#####################################################################################################################################*/


/*    -->                                                             RESPONSIVE > HEADER > MENU SECTION > BURGER                   
[2]   =========================================================================================================== */


@media (max-width: 1024px) {

    #menu #category {
        display: none !important;
    }

    #menu .btn-navbar {
        height: 50px !important;
        width: 100%;
        font-size: 26px !important;
        justify-content: center !important;
        align-items: center;
        display: flex;
        width: 100%;
    }
}

@media (min-width:510px) and (max-width: 1024px) {
    body {
        --burgerInnerNavigationHeight: 70px;
        --burgerMenuWidth: 470px;
    }
}

@media (max-width: 510px) {
    html {
        --burgerInnerNavigationHeight: 70px;
        --burgerMenuWidth: calc(100vw - 35px) !important;
    }
}

@media (max-width: 415px) {
    body {
        --burgerMenuWidth: calc(100vw - 35px);
    }
}

/*    -->  RESPONSIVE > HEADER > MENU SECTION > BURGER > ACTIVATION                                               
  [3]   ------------------------------------------------------------- */

.burger_menu_enabled {
    overflow: hidden;
}

.burger_menu_enabled body::before {
    opacity: 1 !important;
    visibility: visible !important;
    width: calc(100% - var(--burgerMenuWidth)) !important;
    left: var(--burgerMenuWidth) !important;
}

/*    -->                                                    RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN                
  [2]   =========================================================================================================== */

/*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > MOBILE FEATURES
  [3]   ------------------------------------------------------------- */

.mobile_parent_link,
.mobile_inner_navigation,
.mobile_extra_links {
    display: none !important;
}

@media (max-width: 1024px) {

    .mobile_parent_link,
    .mobile_extra_links {
        display: block !important;
    }

    .mobile_inner_navigation {
        display: block !important;
    }
}

/*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > LAYOUT                                               
  [3]   ------------------------------------------------------------- */

@media (max-width: 1024px) {
    #menu>.navbar-collapse {
        background: #1B1B1B;
        top: 0px !important;
        left: 0px !important;
        position: fixed !important;
        width: var(--burgerMenuWidth) !important;
        height: 100% !important;
        min-height: 100% !important;
        display: block !important;
        transition: all 0.4s;
        transform: translateX(-100%);
        z-index: 99999999999;
        overflow: hidden !important;
    }

    #menu>.navbar-collapse[aria-expanded="true"] {
        transform: translateX(0px);
    }

    #menu .mg-menu-cont {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        padding: 0px;
    }

    #menu>.navbar-collapse .navbar-nav,
    #menu .mobile_extra_links {
        padding: 3px 20px !important;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        overflow: auto;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 415px) {
    #menu .mobile_inner_navigation .list-inline {
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    /*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION
    [3]   ------------------------------------------------------------- */

    .mobile_inner_navigation {
        /*height: var(--burgerInnerNavigationHeight) !important;*/
        min-height: var(--burgerInnerNavigationHeight) !important;
        /*max-height: var(--burgerInnerNavigationHeight) !important;*/
        background: #0c0c0c;
        width: 100%;
        align-items: center;
        justify-content: start;
    }

    #menu .mobile_inner_navigation .list-inline {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        flex-wrap: wrap;
    }

    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > ALL BUTTONS */

    .mobile_inner_navigation>ul>.close_button {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > LANGUAGE BUTTON */

    /*#header_icons_section #language_selection{*/
    /*  display:none !important;*/
    /*}*/

    .mobile_inner_navigation>div.language_mobile #language_selection {
        flex-direction: row !important;
    }

    .mobile_inner_navigation>div.language_mobile #language_selection>button {
        font-size: 15px !important;
        line-height: 1 !important;
    }

    .mobile_inner_navigation>div.language_mobile #language_selection>button:first-child {
        border-right: 1px solid white;
        border-bottom: none !important;
        margin-right: 8px;
        padding-right: 8px;
    }


    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > BACK BUTTON */

    .mobile_inner_navigation>div.back_button {
        transition: all 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .mobile_inner_navigation>div.back_button svg {
        height: 30px;
    }

    #menu.first_level_active .mobile_inner_navigation>div.back_button {
        visibility: visible;
        opacity: 1;
    }

    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > CLOSE BUTTON */

    .mobile_inner_navigation>div.close_button span {
        color: white;
        font-size: 11px;
        margin-top: 6px;
        line-height: 1;
    }

    /*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > MAIN MENU
    [3]   ------------------------------------------------------------- */

    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > MAIN MENU > ITEM */

    #menu .navbar-collapse {
        display: flex !important;
        flex-direction: column !important;
    }

    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > MAIN MENU > ITEM */

    #menu .nav.navbar-nav>li.dropdown {
        position: static;

    }

    #menu .nav.navbar-nav>li>a {
        font-size: 18px !important;
        font-weight: normal;
        padding: 10px 10px;
        line-height: normal;
        color: #000;
        text-shadow: none;
        letter-spacing: normal;
        width: 100%;
        /* height: 60px; */
        display: flex;
        align-items: center;
        justify-content: start;
    }

    #menu .nav>li>a:hover,
    #menu .nav>li.open>a,
    #menu .nav.navbar-nav>li:hover {
        background: none !important;
    }

    /* --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > MAIN MENU > EXTRA LINKS */

    .mobile_extra_links>div {
        border-top: 1px solid #494949;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .mobile_extra_links a {
        color: white;
        display: block;
        padding: 7px 0px;
        line-height: normal;
    }

    .mobile_extra_links a:last-child {
        padding-bottom: 0px !important;
    }

    /*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > ALL SUBMENUS
    [3]   ------------------------------------------------------------- */

    /*  --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > ALL SUBMENUS > CONTENT */

    #menu .nav.navbar-nav>li.dropdown>.mega-menu,
    #menu .mg-menu-cont .mg-menu-item-children-list {
        transition: all 0.4s;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        overflow: auto;
        left: 0px;
        z-index: 2;
        padding: 0px;
    }

    #menu .nav.navbar-nav>li.dropdown>.mega-menu,
    #menu .mg-menu-cont .mg-menu-item-children-list {
        transform: translateX(-100%);
    }

    #menu.first_level_active li.dropdown.enabled>.mega-menu,
    #menu.second_level_active .mg-menu-cont.enabled>.mg-menu-item-children-list {
        transform: translateX(0px);
    }

    /*  --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > ALL SUBMENUS  > PARENT LINK */

    #menu .mobile_parent_link {
        font-size: 20px !important;
        line-height: normal !important;
        padding: 16px 20px 15px !important;
        /* background: #0c0c0c !important; */
        color: #FFFFFF !important;
        text-transform: uppercase !important;
        text-align: center !important;
        position: relative !important;
        margin-left: -4%;
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

    #menu .back_button {
        width: 40px;
        color: white;
    }

    #menu .category_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-top: solid 1px #494949;
        margin-left: -15px;
    }

    #menu .category_back.back_button {
        width: 20%;
        justify-content: center;
        display: flex;
        margin-top: 5px;
    }

    #menu .category_back.back_button svg {
        width: 50%;
    }

    #menu .category_title {
        width: 80%;
    }
}

/*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > SUBMENU LEVEL #1
  [3]   ------------------------------------------------------------- */

@media (max-width: 1024px) {
    #menu .nav.navbar-nav>li.dropdown>.mega-menu {
        background: white;
        top: var(--burgerInnerNavigationHeight);
        border: none !important;
        height: calc(100vh - var(--burgerInnerNavigationHeight));
        overflow-x: hidden;
    }

    #menu .mg-menu-cont>.mg-menu-item-title>a {
        background: none !important;
    }

    #menu .mg-menu-cont:not(:last-child)>.mg-menu-item-title a {
        padding-bottom: 20px !important;
        display: block !important;
    }

    #menu .mg-menu-cont>.mg-menu-item-title>a>span {
        color: white !important;
        font-size: 19px !important;
        font-weight: normal !important;
    }

    #menu .nav.navbar-nav>li.dropdown>.mega-menu {
        background: #1B1B1B !important;
        height: 100%;
        top: 0;
    }

    #menu .nav.navbar-nav {
        margin-top: 5px !important;

    }
}

/*    --> RESPONSIVE > HEADER > MENU SECTION > BURGER DROPDOWN > SUBMENU LEVEL #2                                            
  [3]   ------------------------------------------------------------- */

@media (max-width: 1024px) {
    #menu .mg-menu-cont .mg-menu-item-children-list .mobile_parent_link {
        margin-bottom: 10px;
        margin: auto;
        width: 90%;
    }

    #menu .mg-menu-cont .mg-menu-item-children-list {
        background: white;
        top: 0px;
        z-index: 3;
        padding: 0px 20px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: calc(100vh + 10px) !important;
    }

    #menu .mg-menu-cont .mg-menu-item-children-list>div a {
        padding: 10px 0px !important;
        display: block !important;
        color: black !important;
        font-size: 19px !important;
        font-weight: normal !important;
        background: none !important;
    }

    #menu .mega-menu-cont-main #menu .nav.navbar-nav {
        justify-content: left;
    }
}

/*    -->                                                                                                                            NEWSLETTER GUEST
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.news-form strong {
    color: rgb(28, 100, 166);
}

.news-form h2 {
    margin: 0px 0px 40px;
    text-align: left;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0px !important;
}

.news-form h3,
.pop-allready h4 {
    font-size: 20px !important;
    font-weight: normal;
}

.news-form h2 .fa.fa-paper-plane-o {
    font-size: 20px;
    margin-right: 10px;
}

.news-form #email {
    padding: 11px;
    padding-top: 2px;
}

.news-form #email:focus-visible {
    outline: none;
}

.news-form #subscribe {
    background: black;
}

.error.not-valid,
.error.allready {
    margin-top: 15px;
    font-weight: bold;
    color: #dd0000;
    letter-spacing: 0.5px;
}

.success.thankyou {
    margin-top: 15px;
    font-weight: bold;
    color: #247b31;
    letter-spacing: 0.5px;
}

.pop-allready .deleteusr {
    background: #ea0000;
    color: white;
    padding: 5px 35px;
    border: unset !important;
    box-shadow: unset !important;
}

.pop-allready {
    display: flex;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    color: #333;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 30px #333;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.pop-allready::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.deleteusr {
    background: red;
    color: white;
    padding: 5px 35px;
    border: unset !important;
    box-shadow: unset !important;
}

.add-to-cart-inner {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: white;
    box-shadow: 1px 1px 30px #333;
    padding: 20px;
}

.add-to-cart-inner .tk-cart-header {
    font-weight: 300;
    color: #333;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 25px;
}

.tk-cart-header {
    order: 2;
}

.tk-cart-body {
    order: 3;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    align-content: center;
    align-items: center;
}

.close {
    opacity: 1;
    text-shadow: unset;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 5px !important;
    text-align: end;
    padding-right: 10px !important;
}

.news-form {
    margin: auto !important;
    text-align: center;
    display: flex;
}

.news-form h1 {
    color: #FFFFFF;
    font-size: 45px;
    line-height: 54px;
    text-align: left;
    margin-top: unset;
}

.news-form h3 {
    font-size: 20px !important;
    font-weight: normal;
}

.news-form h1 .fa.fa-paper-plane-o {
    font-size: 20px;
    margin-right: 10px;
}

.news-form .subscribe {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

@media (max-width: 1266px) {
    .news-form .subscribe {
        flex-direction: column;
    }
}

.news-form #email {
    width: 100%;
    border: unset;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #484848;
    color: #FFFFFF;
    background: transparent;
}

.news-form #email:focus-visible {
    outline: none;
}

.news-form #subscribe {
    padding: 12px 32px;
    font-size: 14px;
    border: unset;
    background-color: var(--accent2);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.news-form #subscribe:hover {
    transition: opacity 0.3s;
    opacity: 0.8;
}

.error.not-valid,
.error.allready {
    margin-top: 15px;
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 0.5px;
}

.success.thankyou {
    margin-top: 15px;
    font-weight: bold;
    color: #33ae46;
    letter-spacing: 0.5px;
}

.alert.alert-success.alert-dismissible.tk-add-cart.error.allready .deleteusr {
    background: red;
    color: white;
    padding: 5px 35px;
    border: unset !important;
    box-shadow: unset !important;
}

.news-form .buttons {
    text-align: left;
    display: block;
}

#account-register>.row,
#account-login>.row,
#product-compare>.row {
    max-width: 1650px;
    margin: auto;
}

/*    -->                                                                                                                                               USER PAGES        
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.account-page {
    max-width: 1350px;
    padding: 20px 40px;
}

.account-page h2,
.account-page h1 {
    font-weight: bold;
    margin-top: 0;
}

.account-page a {
    color: black;
}

.account-page .breadcrumb {
    margin-left: 0;
    padding-left: 0;
}

.account-page .pull-left a {
    background: transparent;
    box-shadow: none;
    border: solid 1px var(--header);
    font-size: 14px;
    transition: 0.2s;
}

.account-page .pull-left a:hover {
    background: var(--header);
    color: white;
}

.account-page a:hover {
    color: var(--accent2);
}

.pull-right input,
.pull-right a {
    font-size: 14px;
    color: white;
}

input[type="radio"] {
    accent-color: var(--accent2)
}

.buttons.clearfix {
    display: flex;
    gap: 2rem;
}

#checkout-cart .buttons.clearfix {
    display: unset;
}

@media(max-width:768px) {
    .account-page {
        display: flex;
        flex-direction: column-reverse;
    }

    .account-page aside#column-left {
        display: block !important;
        width: 90% !important;
    }
}