:root {
    --main-color: #364751;
}

html,
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: var(--main-color);
    font-family: 'Fira Sans', sans-serif;
}

a,
img {
    text-decoration: none;
}

a {
    color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Fira Sans', sans-serif;
}

button,
option,
select,
input,
textarea {
    font-family: 'Fira Sans', sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button:focus,
option:focus,
select:focus,
input:focus,
textarea:focus,
a:focus {
    outline: none;
}

.btn-primary {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 40px 0;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background: #fff;
    color: var(--main-color);
}

#category-error {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}

#crtovrlay, #glbovrlay {
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: #000000;
}

.cart-modal {
    width: 80%;
    margin: auto;
    max-width: 500px;
    padding: 40px 25px 20px 25px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    z-index: 1000;
    background: #fff;
    color: #151C20;
}

.cart-modal .cart-modal-buttons {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    font-weight: 700;
}

.cart-modal .cart-modal-buttons #clscrtovrlay {
    background: #d8d8d8;
    padding: 10px 8px;
    cursor: pointer;
    text-align: center;
}

.cart-modal .cart-modal-buttons .checkout-btn {
    background: var(--main-color);
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cart-modal .cart-modal-buttons .checkout-btn:hover {
    background: #ed0608;
}

#cls-wish {
    border: 0;
    background: 0;
    padding: 0 0px 0 0px;
    cursor: pointer;
    top: 5px;
    right: 5px;
    position: absolute;
    width: 30px;
    height: 30px;
}

#cls-wish::before {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
}

#cls-wish::after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
}

#cls-cart {
    border: 0;
    background: 0;
    padding: 0 0px 0 0px;
    cursor: pointer;
    top: 5px;
    right: 5px;
    position: absolute;
    width: 30px;
    height: 30px;
}

#cls-cart::before {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
}

#cls-cart::after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
}

.cart-modal img {
    padding: 0 0 20px 0;
    width: 35px;
}

.cart-modal p {
    margin: 0;
}

.mob-menu-ovrlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    width: 100%;
    max-width: 1840px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1210px;
}

header {
    display: flex;
    flex-direction: column;
    background: #020202;
    align-items: center;
    position: relative;
}

header > .container {
    box-sizing: border-box;
    position: relative;
    padding-left: 220px;
    min-height: 115px;
}

header .logo {
    width: 220px;
    display: inline-block;
    position: absolute;
    left: 0;
}

header .logo .logo-mb {
    display: none;
}

header .logo img:last-of-type {
    max-width: 100%;
    max-height: 114px;
    display: inline-block;
}

.hdrcontent .top {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.hdrcontent .top li {
    display: inline-block;
    box-sizing: border-box;
    text-align: right;
    font-size: 13px;
    color: #bababa;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
}

.hdrcontent .top a {
    color: #bababa;
}

#search {
    width: 65%;
    display: inline-block;
    position: relative;
}

#search-mob {
    display: none;
}

#search input {
    background: #fff;
    height: 40px;
    width: 85%;
    padding: 0 10px;
    margin: 0;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

#search button {
    background: #ed0608;
    color: #fff;
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    right: 15%;
}

.hdrcontent .hdricons {
    display: flex;
    justify-content: center;
}

.hdrcontent .hdricons .search-mb {
    display: none;
}

.hdrcontent .hdricons a:nth-child(1) {
    display: flex;
    justify-content: center;
}

.hdrcontent .hdricons .fa-user-circle-o:before {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}

.hdrcontent .hdricons .user {
    width: 25%;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.hdrcontent .hdricons .login {
    margin-left: 40px;
}

.hdrcontent .hdricons .login a {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.hdrcontent .hdricons .login a:nth-child(2) {
    font-size: 13px;
    font-weight: 300;
    color: #bababa;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
}

#search-mob {
    display: none;
    overflow: hidden;
}

#search-mob #cls-srch {
    padding: 0;
    position: absolute;
    color: #FAFAFA;
    right: 25px;
    top: 25px;
    cursor: pointer;
    width: 25px;
    font-size: 25px;
}

#hdcrt {
    display: flex;
    width: 55px;
    justify-content: center;
}

#hdcrt a {
    position: relative;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 19px;
    background: #fff;
    color: #231f20;
}

#hdcrt a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
}

#hdbt .menu_mob {
    display: none;
}

#menu {
    display: flex;
    flex-grow: 1;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border-top: 1px solid #323232;
    text-align: center;
    position: relative;
    z-index: 1000;
}

#menu ul li {
    padding: 10px 12px;
    margin: 0;
    line-height: 20px;
}

#menu .dropdown_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}

#menu .dropdown_menu a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: ease 0.25s;
}

#menu .dropdown_menu .dropdown {
    position: relative;
}

#menu .dropdown_menu .dropdown .dropdown-menu {
    margin-top: 10px;
    z-index: 1000;
    display: none;
}

#menu .dropdown_menu li:hover .dropdown-menu {
    z-index: 1000;
    display: flex;
    transition: ease 0.25s;
}

#menu .dropdown_menu .dropdown .list-unstyled {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: flex;
    top: 40px;
    left: 50%;
    flex-direction: column;
    background-color: #323232;
    position: absolute;
    transform: translateX(-50%);
}

#menu .dropdown_menu .dropdown .list-unstyled li a {
    position: relative;
    color: #fff;
    white-space: nowrap;
}

header .rel {
    position: relative;
}

#cat-ban-1 {
    width: 100%;
    padding: 40px 0;
    background: #fdfdfd;
}

#cat-ban-1 .row_banners {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#cat-ban-1 img {
    box-sizing: border-box;
    max-width: 90%;
}

#cat-ban-1 a {
    flex: 0 0 calc(12.5% - 20px);
    width: calc(12.5% - 20px);
    border-radius: 3px;
    transition: ease 0.25s;
    padding-bottom: 8px;
}

#cat-ban-1 span {
    display: inline-block;
    font-size: 14px;
}

#cat-ban-1 a:hover {
    box-shadow: 0 0 10px #dedede;
}

.home #best-sellers {
    width: 100%;
    height: 640px;
    background: linear-gradient(180deg, #e9eef2 0, #e9eef2 300px, #fff 0);
    margin-bottom: 40px;
    text-align: center;
}

.home #best-sellers .title {
    width: 100%;
    padding: 45px 0 45px 0;
    text-align: center;
}

.home #best-sellers .title h2 {
    font-weight: 500;
    font-size: 25px;
    color: #555;
    margin: 0;
    padding: 0;
}

.home #best-sellers .product {
    display: block;
    width: 31.333%;
    margin: 0 1%;
    background: #fff;
    min-height: 480px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05);
}

#cls-mn {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 5px;
    top: 15px;
}

#cls-mn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 2px;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

#cls-mn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 2px;
    background: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}

header .menu_mob ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

header .menu_mob ul li {
    padding: 10px 0;
}

header .menu_mob ul li.go_sub {
    position: relative;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
}

header .menu_mob ul li.go_sub > img {
    position: absolute;
    right: 5px;
    top: 15px;
    max-width: 100%;
    padding: 5px;
    width: 100% !important;
    max-width: 12px !important;
}

header .menu_mob ul li.active_sub > img {
    transform: rotate(180deg);
}

header .menu_mob ul li a {
    font-size: 16px;
}

header .menu_mob ul li.active_sub > a {
    color: #000;
}

header .menu_mob .sub_menu ul li a {
    font-size: 14px;
}


/* Breadcrumb*/

.brdcrmb1 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.brdcrmb1 .brdcrmb1_top {
    width: 100%;
    background: #FFF2E3;
    display: block;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
}

.brdcrmb1 .brdcrmb1_top .row {
    padding: 0 60px;
    box-sizing: border-box;
    max-width: 1920px;
    justify-content: flex-start;
}

.brdcrmb1 .brdcrmb1_top:after {
    content: '';
    width: 60px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 10px;
    background: transparent;
    border-top: 6px solid #FEE0BB;
    border-right: 6px solid #FEE0BB;
}

.brdcrmb1 .brdcrmb1_top strong {
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    position: relative;

}

.brdcrmb1 .brdcrmb1_top strong::before {
    width: 50px;
    height: 6px;
    background: #FEE0BB;
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.brdcrmb1 .brdcrmb1_bot {
    width: 100%;
    padding: 30px 0 40px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
}

.brdcrmb1 .brdcrmb1_bot .row {
    padding: 0 20px 0 60px;
    box-sizing: border-box;
    max-width: 1920px;
    justify-content: flex-start;
}

.brdcrmb1 .brdcrmb1_bot a {
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    color: #868686;
    font-weight: 400;
    padding-right: 15px;
    margin: 0 15px 0 0;
}

.brdcrmb1 .brdcrmb1_bot a:last-of-type {
    color: #151C20;
    padding-right: 0;
    margin: 0;
}

.brdcrmb1 .brdcrmb1_bot a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%) rotate(-60deg);
    width: 20px;
    height: 1px;
    background: #868686;
}

.brdcrmb1 .brdcrmb1_bot a:last-of-type:after {
    display: none;
}

.brdcrmb {
    width: 100%;
}

.brdcrmb .container {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: auto;
}

.brdcrmb .container i {
    font-size: 18px;
}

.brdcrmb .container a {
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    color: #999;
    font-weight: 400;
    padding-right: 15px;
    margin: 0 15px 0 0;
}

.brdcrmb .container a:nth-child(2) {
    display: none;
}

.brdcrmb .container a:last-of-type {
    color: #151C20;
    padding-right: 0;
    margin: 0;
}

.brdcrmb .container a::after {
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 8px;
}

.brdcrmb .container a:last-of-type:after {
    display: none;
}

/* ΠΡΟΪΟΝ */

#hmft1 .container {
    position: relative;
}

.sldrnext {
    right: 0;
    position: absolute;
    color: black;
    top: 50%;
    font-size: 70px;
    z-index: 100;
}

.sldrnext.swiper-button-disabled {
    opacity: 0.2;
}

.sldrprev {
    left: 0;
    position: absolute;
    color: black;
    top: 50%;
    font-size: 70px;
    z-index: 100;
}

.sldrprev.swiper-button-disabled {
    opacity: 0.2;
}

.prds {
    padding: 0 40px;
}

.prds .swiper-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.swiper-slide {
    height: unset !important;
}

.glbprdr {
    background: white;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 28px 18px 18px 18px;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.glbprdr img {
    max-width: 100%;
}

.glbprdr.brdr {
    height: 100%;
    border: 1px solid #ECEFF1;
}

.glbprdrc {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
}

.glbprdrc h3 {
    flex-grow: 1;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin: 0;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}

.glbprdr:hover {
    box-shadow: 0 0 10px #aaa;
    z-index: 2;
}

.glbprdr.brdr .cvr p {
    border: none;
}

.glbprdr.brdr:hover {
    border: 1px solid #81A4BA;
}

.glbprdr .prcs {
    display: flex;
    padding: 10px;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.glbprdr .prcs strong {
    font-size: 20px;
    font-weight: 400;
    color: #ed0608;
    margin: 0 8px 5px 0;
}

.glbprdr .prcs span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: black;
    text-decoration: line-through 1px black;
    margin: 0 0 5px 0;
}

.glbprdr .more_btn a button {
    background: #030102;
    color: #fff;
    padding: 13px 20px;
    font-size: 13px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.glbprdr .agora {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.glbprdr .agora .cart_btn {
    flex-grow: 1;
}

.glbprdr .cart_btn button {
    background: #030102;
    width: 100%;
    border: none;
    font-size: 15px;
    padding: 13px 10px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.glbprdr .cart_btn button:hover {
    background: #496170;
    border: none;
}

#hmft6 .container {
    position: relative;
    min-height: 500px;
    padding-bottom: 50px;
}

/** INFO **/

#information {
    padding-bottom: 30px;
}

#information h1 {
    font-weight: 500;
    color: #ed0608;
    font-size: 23px;
    margin-bottom: 30px;
    padding: 0;
}

#information p {
    font-size: 14px;
    color: #5c5c5e;
    font-weight: 300;
}

#information ul li {
    padding: 0 0 14px 0;
    margin: 0;
    font-size: 14px;
    color: #5c5c5e;
    font-weight: 300;
}

#information .find-us {
    margin-top: 40px;
}

#information h3 {
    margin: 0;
    padding: 25px 0 2px 2px;
    color: #4D4B49;
    font-weight: 500;
    border-bottom: 1px solid #DFDFDF;
}

.info1 {
    width: 100%;
    margin: 0 auto 0 auto;
}

.info1 .row {
    padding: 40px 20px;
    max-width: 1580px;
    width: 100%;
}

.info1 .details {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}

.info1 .details .detail {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 33.3%;
    width: 33.3%;
    min-width: 280px;

}

.info1 .details .detail img {
    font-size: 0;
    width: 100%;
    max-width: 86px;
    margin: 0 23px 0 0;
}

.info1 .detail .detail_txt {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
}

.info1 .detail h3 {
    margin: 0 0 9px 0;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: #151C20;

}

.info1 .detail span {
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #496170;
}

#search-list {
    margin: 50px auto 0 auto;
    width: 100%;
}

.srch {
    width: 100% !important;
}

.allproducts {
    display: flex;
    flex-flow: row wrap;
}

.search_page .allproducts .glbprdr {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search_page .allproducts .glbprdr .cvr {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.search_page .allproducts .glbprdr .more_btn {
    position: relative;
    bottom: 0;
    margin-top: auto;
}

#search-info {
    margin: 0 0 35px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 18px;
}

#search-info .orderby {
    width: 210px;
    position: relative;
    display: flex;
    align-items: center;
}

#search-info .orderby .orderby_cont {
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 5px #0000001F;
}

#search-info .orderby select {
    cursor: pointer;
    border: none;
    width: 100%;
    padding: 15px 40px 12px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    background: transparent;
    z-index: 5;
}

#search-info .orderby::after {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    content: '';
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 2px solid #151C20;
    border-right: 2px solid #151C20;
}

/*********** CONSENT POP UP ************/
body.no-consent {
    overflow: hidden;
}

#consent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    z-index: 1000;
    box-sizing: border-box;
}

#consent .box {
    width: calc(100% - 40px);
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 520px;
    background: #fff;
    height: 100%;
    max-height: 438px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

#consent .title {
    background: #3dafa5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 100%;
}

#consent .title h3 {
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}

#consent .agec {
    margin-top: 30px;
    border: 2px solid #f64c4d;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    width: 80px;
    font-weight: 500;
    text-align: center;
    font-size: 33px;
    color: #fff;
    background: #f64c4d;
    display: inline-block;
    text-shadow: 0 0 1px #ccc;
}

#consent .box p {
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 15px;
    color: #555;
    text-align: center;
    font-weight: 400;
}

#consent .box button {
    width: 90%;
    margin: 10px 5%;
    min-height: 20px;
    line-height: 20px;
    background: #f64c4d;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-shadow: 0 0 1px #ccc;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
}

#consent .green {
    background: #3dafa5 !important;
}


/*********** FOOTER ************/

footer {
    width: 100%;
    min-height: 350px;
    background: #f1f1f1;
    box-sizing: border-box;
    overflow: hidden;
}

footer h3 {
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5e;
}

footer .box {
    width: 25%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin-left: 50px;
}

footer .box.categories {
    width: 50%;
}

footer .box.categories ul {
    display: flex;
    flex-wrap: wrap;
}

footer .box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .box.categories ul li {
    width: 50%;
    display: inline-block;
}

footer .box ul li a {
    font-weight: 300;
    color: #5c5c5e;
    font-size: 14px;
    text-decoration: none;
    transition: ease 0.25s;
}

footer ul li a:hover {
    color: #ed0608;
}

footer .box.contact {
    width: 25%;
    box-sizing: border-box;
}

footer .box.contact strong {
    font-weight: 400;
}

footer .box.contact .phone {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

footer .content {
    display: flex;
    padding: 20px;
}

footer .copyrights {
    width: 100%;
    padding: 10px 0;
    background: #fbfbfb;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    font-weight: 300;
}

footer .copyrights .container {
    display: flex;
    justify-content: space-between;
}

footer .copyrights .cbox {
    width: 50%;
    font-size: 14px;
    color: #5c5c5e;
}

footer .copyrights .cbox:nth-child(2) {
    text-align: right;
}

#footer-banner {
    background: #020202;
    padding: 20px 0;
}

#footer-banner .container {
    display: flex;
    justify-content: space-around;
    max-width: 1170px;
    margin: 0 auto;
}

#footer-banner .container .shipping-cont, .payment-cont, .tpd-cont {
    display: flex;
}

#footer-banner .container .icon {
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

#footer-banner .container .cont p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    padding: 2px 0 0 10px;
    margin: 0;
}

#footer-banner .container .cont span {
    font-size: 14px;
    font-weight: 300;
    color: #f1f1f1;
    line-height: 20px;
    padding: 0 0 0 10px;
    margin: 0;
}

#error-not-found .row {
    padding: 20px 0;
}

#error-not-found .page-header h1 {
    font-weight: 500;
    color: #ed0608;
    font-size: 23px;
    margin: 0;
    padding: 0;
}

#error-not-found a {
    background: #ed0608;
    padding: 10px 20px;
    border: none;
    color: #fff;
}

#error-not-found a:hover {
    background: #cb0500;
}

@media only screen and (max-width: 1100px) {

    body.active-menu header .ham-menu strong {
        display: none;
    }

    body.active-menu {
        overflow: hidden;
    }

    body.active-menu header #menu {
        display: block;
    }

    body.active-menu header .ham-menu:before {
        top: 9px;
        transform: rotate(45deg);
        transition: 0.25s ease;
    }

    body.active-menu header .ham-menu:after {
        bottom: 15px;
        transform: rotate(-45deg) translateY(-50%);
    }

    header > .container {
        min-height: auto;
        padding-left: 65px;
    }

    header .container {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    header .logo img:last-of-type {
        max-height: 100px;
    }

    header .logo {
        position: static;
        width: auto;
        max-width: 220px;
        padding-right: 20px;
    }

    .hdrcontent {
        flex-grow: 1;
    }

    header .ham-menu {
        position: absolute;
        width: 30px;
        height: 28px;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        color: #FAFAFA;
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
    }

    header .ham-menu strong {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
    }

    header .ham-menu:before, header.home .main .ham-menu:after,
    header .ham-menu:before, header .ham-menu:after {
        transition: 0.25s ease;
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        left: 0;
        border-radius: 2px;
    }

    header .ham-menu:before, header .ham-menu:after {
        background-color: #FAFAFA;
    }

    header .ham-menu:before {
        top: 0;
    }

    header .ham-menu:after {
        bottom: 0;
    }

    #menu {
        text-align: left;
        display: none;
        box-sizing: border-box;
        position: absolute;
        top: 80px;
        height: 100vh;
        overflow-y: scroll;
        background: #231f20;
    }

    #menu .dropdown_menu {
        flex-direction: column;
        position: relative;
        overflow-y: scroll;
        height: 100%;
    }

    #menu .dropdown_menu .dropdown .list-unstyled {
        list-style: none;
        padding: 5px 10px;
        margin: 0;
        display: flex;
        top: unset;
        left: unset;
        flex-direction: column;
        background-color: #323232;
        position: relative;
        transform: unset;
        width: 100%;
    }

    #search {
        flex-grow: 1;
    }

    .hdrcontent .hdricons {
        padding-left: 15px;
        justify-content: flex-start;
    }

    .hdrcontent .hdricons .user {
        margin-right: 40px;
        width: 26%;
    }

    #cat-ban-1 .row_banners {
        overflow-x: scroll;
    }

    #cat-ban-1 .row_banners a {
        flex: 0 0 120px;
        width: 120px;
        margin-right: 12px;
    }

    header .hdrcontent .top {
        text-align: end;
    }

    header .logo .logo-mb {
        width: 220px;
        display: block;
    }

    header .logo img:last-of-type {
        display: none;
    }

    header .hdrcontent .top {
        display: none;
    }

    header .hdrcontent .hdricons .login {
        display: none;
    }

    #hdcrt a {
        border-radius: 50%;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    #hdcrt a i {
        transform: translate(35%, -50%);
    }

    .hdrcontent .hdricons .user {
        margin-right: 0;
        width: 35px;
        justify-content: center;
    }

    .hdrcontent .hdricons .user a i:before {
        font-size: 35px;
        top: 0;
    }

}

@media only screen and (max-width: 850px) {

    #product .info {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

    #footer-banner .container .shipping-cont, .payment-cont, .tpd-cont {
        flex-direction: column;
        align-items: center;
    }

    #footer-banner .container .cont {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {

    #menu {
        top: 80px;
    }

    #search {
        display: none;
    }

    header > .container {
        min-height: 85px;
    }

    .hdrcontent {
        position: absolute;
        top: 25%;
        right: 0;
    }

    .hdrcontent .hdricons {
        padding: 0;
    }

    .hdrcontent .hdricons a {
        margin-right: 8px;
    }

    .hdrcontent .hdricons .search-mb {
        display: block;
        position: relative;
    }

    .hdrcontent .hdricons .search-mb a {
        border-radius: 50%;
        height: 35px;
        width: 35px;
        line-height: 35px;
        background: #fff;
    }

    .hdrcontent .hdricons .search-mb a i {
        font-size: 20px;
        line-height: 35px;
        color: #231f20;
    }

    #search-mob.active {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1000;
    }

    .search-mob {
        margin-top: 50px;
        width: 100%;
        max-width: 300px;
        position: relative;
    }

    .search-mob input {
        background: #FAFAFA;
        width: 100%;
        border: none;
        height: 40px;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .search-mob button {
        background: transparent;
        position: absolute;
        top: 0;
        height: 40px;
        width: 40px;
        border: none;
        border-radius: 3px;
        font-size: 15px;
        right: 0;
    }

    #search-mob.active .search-mob .fa.fa-search:before {
        color: #3dafa5;
    }

    #sldrnext {
        top: 25% !important;
    }

    #sldrprev {
        top: 25% !important;
    }

    #cat-ban-1 {
        padding: 20px 0;
    }

    #footer-banner .container {
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll;
    }

    #footer-banner .container > div {
        margin-right: 25px;

    }

    #footer-banner .container .shipping-cont,
    #footer-banner .container .payment-cont {
        flex: 0 0 250px;
        justify-content: space-between;
    }

    #footer-banner .container .tpd-cont {
        gap: 25px;
        flex: 0 0 250px;
        margin: 0;
    }

    #footer-banner .container .cont p {
        padding: 2px 0 0 0;
    }

    #footer-banner .container .cont span {
        padding: 0;
    }

    footer .box {
        margin-left: 0;
    }

    footer .box.categories {
        width: 100%;
    }

    footer .box.help, footer .box.contact {
        flex: 0 0 50%;
        width: 50%;
        padding-top: 15px;
    }

    footer .content {
        flex-wrap: wrap;
    }

    footer .copyrights {
        margin-top: 0;
    }

    footer .copyrights .container {
        display: unset;
        text-align: center;

    }

    footer .copyrights .cbox, footer .copyrights .cbox:nth-child(2) {
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 559px) {
    .glbprdr .cart_btn button {
        font-size: 12px;
        padding: 10px;
    }

    #consent .box {
        max-width: 420px;
    }
}


@media only screen and (max-width: 480px) {

    .container {
        padding: 0 10px;
    }

    .cart-modal .cart-modal-buttons {
        width: 90%;
        justify-content: space-between;
    }

    #cat-ban-1 img {
        max-height: 70px;
    }
}

@media only screen and (max-width: 400px) {

    .glbprdr .cart_btn button {
        font-size: 13px;
        padding: 15px;
    }

    header .logo {
        width: calc(100% - 105px);
    }

    header .logo img {
        max-width: 100%;
    }

    .hdrcontent .hdricons .user {
        display: none;
    }

    #search-mob #cls-srch {
        right: 10px;
        top: 10px;
    }

    .cart-modal .cart-modal-buttons {
        width: 100%;
    }
}