:root {
    --main-color: #6FF1A8;
    --main-font-family: 'Xstore', sans-serif;
}

html,
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #1b2b2b;
    font-family: var(--main-font-family);
}

a,
img {
    text-decoration: none;
}

a {
    color: #000;
}

::placeholder,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: var(--main-font-family);
}

button,
option,
select,
input,
textarea {
    font-family: var(--main-font-family);
}

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

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

.text-danger {
    color: rgb(255, 74, 74);
    font-size: 16px;
    font-weight: 500;
}

#information {
    padding-bottom: 80px;
    width: 100%;
}

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


body.noscroll {
    padding-top: 127px;
}

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

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

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

.cart-modal .cart-modal-buttons .checkout-btn {
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
    padding: 10px 10px;
    text-align: center;
}

#cls-wish {
    border: 0;
    background: 0;
    padding: 0 0px 0 0px;
    cursor: pointer;
    top: 5px;
    right: 10px;
    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: 10px;
    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: 10px 0 0 0;
}


.row {
    box-sizing: border-box;
    width: 100%;
    max-width: 1650px;
    padding: 0 20px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.row.menurow {
    flex-wrap: nowrap;
}

#hdtp {
    background: #F8F8F8;
    height: 100%;
    color: #333;
    font-size: 14px;
    padding: 8px 0;
    box-sizing: border-box;
}

#hdtp .row {
    justify-content: space-between;
}

#hdtp .box1 {
    display: inline-flex
}

#hdtp .box1 a {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    display: inline-block;
    transform: translateY(-1px);
}

#hdtp .box3 {
    width: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#hdtp .box3 a {
    font-size: 0
}

#hdtp .box3 a:last-child {
    margin-left: 15px;
}

#hdtp .box3 img {
    width: 100%;
    max-width: 100%;
}

#hdtp .box:nth-child(1) {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}

#hdtp .box1 {
    font-size: 0;
}

#hdtp .box1 img {
    height: 15px;
    margin-right: 8px;
}


header {
    background: #fff;
    width: 100%;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}


/*header.fixed #hdtp {*/
/*    display: none !important;*/
/*}*/

header .row {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .head_left {
    padding: 18px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

header .lg {
    margin-right: 27px;
    width: 140px;
}

header .lg a {
    font-size: 0;
    display: inline-block;
}

header .lg img {
    width: 100%;
    max-height: 50px;
}

header .hdsrch {
    padding: 0 25px;
    box-sizing: border-box;
    flex-grow: 1;
}

header .menu_btn button {
    position: relative;
    padding: 12px 30px;
    background: var(--main-color);
    font-family: var(--sec-font-family);
    border: none;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}


header .active_menu_btn button span {
    height: 0 !important;
}

header .active_menu_btn button span::before {
    position: absolute;
    top: -2px !important;
    content: "";
    background: #fff;
    left: 0;
    transform: rotate(45deg) !important;
    width: 24px;
    height: 2px;
}

header .active_menu_btn button span::after {
    position: absolute;
    bottom: 0 !important;
    content: "";
    background: #fff;
    left: 0;
    transform: rotate(-45deg) !important;
    width: 24px;
    height: 2px;
}

header .menu_btn button p {
    margin: 0;
}

header .menu_btn button span {
    position: absolute;
    top: 50%;
    content: "";
    background: #fff;
    left: 14px;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
}

header .menu_btn button span::before {
    position: absolute;
    top: -8px;
    content: "";
    background: #fff;
    left: 0;
    width: 24px;
    height: 2px;
}

header .menu_btn button span::after {
    position: absolute;
    bottom: -8px;
    content: "";
    background: #fff;
    left: 0;
    width: 24px;
    height: 2px;
}

@media only screen and (min-width: 1100px) {
    header .menu_btn .menu ul li:hover .sub_menu {
        display: block;
    }
}

header .menu_btn .menu {
    display: none;
    left: 0;
    top: 84px;
    width: 362px;
    position: absolute;
    background: white;
    list-style: none;
    box-shadow: 0px 3px 10px #00000029;
    z-index: 1000;
    border-radius: 10px;
}

header .active_menu {
    display: block;
}

header .menu_btn .menu::after {
    content: "";
    background: white;
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
    position: absolute;
    top: -15px;
    left: 65px;
    z-index: -1;
}

header .menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

header .menu > ul > li {
    white-space: nowrap;
    border-radius: 10px;
}

header .menu > ul > li > a::after {
    content: "";
    height: 5px;
    width: 5px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: absolute;
    right: 24px;
    top: 27px;
    transform: rotate(-45deg);
}

header .menu ul:nth-child(1) > li > a {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    font-weight: 500;
    display: block;
    padding: 17px 0 17px 39px;
    position: relative;
    opacity: 0.8;
}

header .menu_btn .menu > ul > li:hover {
    background: #FBFBFB;
}

header .menu_btn .menu > ul > li:hover > a {
    color: black;
    opacity: 1;
}

header .menu_btn {
    position: relative;
}

header .menu_btn .sub_menu {
    display: none;
    left: 100%;
    top: 0px;
    width: 330px;
    position: absolute;
    list-style: none;
    z-index: 1000;
    padding-left: 3px;
    overflow: auto;
}

header .menu_btn .sub_menu .subcntnr {
    background: #FBFBFB 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 13px 6px #00000029;*/
    padding: 20px 31px;
    border-radius: 10px;
    overflow-x: hidden;
}

header .menu_btn .menu .sub_menu h3 {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

header .menu_btn .menu .sub_menu h4 {
    margin: 0 0 54px 0;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: 200;
    position: relative;
}

header .menu_btn .sub_menu h4::after {
    content: "";
    height: 6px;
    width: 6px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

header .menu_btn .sub_menu ul {
    margin: 0 0 35px 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

header .menu_btn .sub_menu ul li {
    white-space: nowrap;
    line-height: 31px;
    font-size: 14px;
    color: #333333;
}

header .head_right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
}

header .srch_input {
    flex-grow: 1;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
}

header .srch_input input {
    cursor: pointer;
    padding: 5px 10px 5px 50px;
    line-height: 35px;
    background: transparent;
    border: 1px solid #BABABA;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

header .srch_input button {
    position: absolute;
    background: transparent;
    border: none;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

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

.hsrch-container {
    max-width: 800px;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
}

.hsrch-container.open {
    display: block;
}

.hsrch-container .hsrch {
    display: flex;
    justify-content: space-between;
    background: #EFF1F5;
    border-radius: 8px;
}

.hsrch-container .hsrch input {
    width: 100%;
    border: none;
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 64px;
    background: none;
}

.hsrch-container .hsrch button {
    border: 0;
    background: 0;
    font-size: 30px;
    padding: 0 25px;
    cursor: pointer;
}

.hsrch-container .hsrch button img {
    max-height: 25px;
}

.hsrch-container .hsrch span#cls-srch {
    border: 0;
    background: 0;
    font-size: 30px;
    line-height: 64px;
    padding: 0 20px 0 10px;
    cursor: pointer;
    color: #7d7d7d;
    position: relative;
    width: 40px;
}

.hsrch-container .hsrch span#cls-srch::before {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    height: 30px;
    width: 2px;
    background: #000;
    display: block;
}

.hsrch-container .hsrch span#cls-srch::after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    height: 30px;
    width: 2px;
    background: #000;
    display: block;
}

header .cnmn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

header .cnmn a {
    padding: 0;
    font-size: 15px;
    line-height: 1.36em;
    font-family: var(--sec-font-family);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-left: 23px;
}

header .cnmn > a img {
    margin-right: 10px;
}

header #hdcrt {
    margin-left: 38px;
    display: inline-flex;
    align-items: center;
}

header #hdcrt img {
    margin-right: 25px;
}

header #hdcrt strong, header #hdcrt span {
    font-size: 14px;
    font-family: var(--sec-font-family);
}

/* BREADCRUMB*/

.bread {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e4e4e4;

}

.bread .row {
    white-space: nowrap;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding: 30px 20px;
}


.bread .row a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    color: #a7a7a7;
    font-weight: normal;
    margin-right: 7px;
    padding-right: 17px;
    position: relative;
}

.bread .row :last-child {
    color: #101010;
}


.bread .row a::after {
    content: '';
    height: 4px;
    width: 4px;
    background: none;
    border-bottom: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
    transform: translate(-50%, -25%) rotate(320deg);
    position: absolute;
    top: 50%;
    right: 0;
}

.bread .row a:last-of-type::after {
    display: none;
}


.btn-primary {
    display: inline-block;
    background: var(--main-color);
    padding: 10px 20px;
    font-size: 15px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin: 20px 0;
}

/* SEARCH */
#search-pg h1 {
    font-size: 26px;
    padding: 0;
}

#search-list {
    width: 100%;
}

.search_page {
    margin-bottom: 50px;
}

.srch {
    flex: 100% !important;
}

.search_page .allproducts {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.search_page .allproducts .glbprdr {
    width: 20%;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
}

.search_page .allproducts .glbprdr .offer {
    display: none;
}

.search_page .allproducts .glbprdr .quantity {
    margin: 0;
}

.search_page .allproducts .glbprdr .quantity button {
    padding: 3px 0 0 0;
    right: -6%;
}


.search_page .allproducts .glbprdr .glbprdrc .cvr {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.search_page .allproducts .glbprdr .glbprdrc .cvr img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

#search-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 18px;
    padding: 0 8px;
}

#search-info .orderby {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#search-info .orderby select {
    border: 1px solid #DBDBDB;
    width: 280px;
    height: 46px;
    padding-left: 29px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

/* Search Error */

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

#category-error p {
    line-height: 40px;
}

/* DROPDOWNS */
#hmft4,
.prod_desc {
    width: 100%;
    margin-bottom: 15px;
}

.desc_head {
    width: 100%;
    background: #e6e6e6;
    margin-bottom: 75px;
}

#hmft4 .desc_head {
    background: none;
}

#hmft4 .desc_head .row {
    max-width: 1567px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #e6e6e6;
}

.prod_desc_drpdn .desc_head .row {
    max-width: 1312px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #e6e6e6;
}

.desc_head .row .details {
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.desc_head .row .details .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 70px;

}

.desc_head .row .details .detail a {
    font-size: 22px;
    line-height: 26px;
    color: #101010;
    font-weight: 200;
    white-space: nowrap;


}

.desc_head .row .details .active {
    background: var(--main-color);
    position: relative;
    padding: 20px 0;

}

.desc_head .row .details .active a {
    padding: 0 20px;
    color: #FFFFFF;
    margin: 0;


}

/* .desc_head .row .details .active::after{
  content: '';
  background: var(--main-color);
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -22%;
  left: 37%;
  z-index: -1;
} */
.desc_head .row .details .active::before {
    content: '';
    background: var(--main-color);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.desc_head .prds .glbprdr::after {
    display: none;
}

.desc_body {
    width: 100%;
}

.desc_body .row {
    max-width: 1567px;
}

.desc_body .row > span {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;

}

#drop2,
#drop3,
#drop4,
#drop5 {
    display: none;

}

#drop1,
#drop2,
#drop3,
#drop4,
#drop5 {
    width: 100%;

}


/* WISHLIST */
.wish_row {
    position: relative;
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 3px 36px #00000017;
}

.content {
    margin-bottom: 100px;
}

#content {
    width: 100%;
    height: 100%;
    margin: 20px 0 0 0;
}

#content .item-row {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
    border-bottom: 1px solid #000000;
    text-align: center;
}

#content .item-row .col {
    text-align: center;
    flex: 16%;
}

#content .item-row .col button {
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

#content .item-row .col button img {
    width: 100%;
}


#content .single-button {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#content .single-button button {
    background: var(--main-color);
    border: 0;
    border-radius: 4px;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

#content .single-button button a {
    font-size: 14px;
    color: #fff;
}

/* TERMS */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.modal-header {
    display: flex;
    box-sizing: border-box;
    padding-right: 50px;
    position: relative;
}

.modal-header h4 {
    margin: 0;
}

.modal-header button {
    border: 0;
    background: none;
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    font-size: 0;
    cursor: pointer;
}

.modal-header button::before, .modal-header button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 2px;
    background: #000;
}

.modal-header button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-header button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-content {
    max-width: 1000px;
    background: #fff;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    top: 10%;
    height: 80%;
    transform: translateX(-50%);
}

.modal-body {
    overflow-y: auto;
    height: 100%;
    padding-right: 20px;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* BOXES */

.glbbxs {
    width: 100%;
    margin: 32px auto 17px auto;
    background: #F8F8F8;
    padding: 25px 0;
}

.glbbxs .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: auto;
}

.glbbxs .cvr {
    min-width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glbbxs .glbbxsc {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.glbbxs .glbbxsc .bx {
    display: flex;
    align-items: center;
    border-left: 1px solid #E0DCDB;
    padding: 0 35px;
    box-sizing: border-box;
}

.glbbxs .glbbxsc .bx:last-of-type {
    border-right: 1px solid #E0DCDB
}

.glbbxs .cvr {
    margin-right: 20px;
}

.glbbxs h3 {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #101010;
}

/* GLOBAL TITLE*/

.gblttl {
    margin-top: 30px;
}

.gblttl h1 {
    font-size: 26px;
    padding-bottom: 20px;
}

/* ΠΡΟΪΟΝ */
.prds {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.glbprdr {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 8px;
    display: flex;
    text-align: center;
    transition: 0.8s all ease-in-out;
    position: relative;
}

.glbprdr .prod_heart {
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1;
    border: none;
    background: transparent;
}


.glbprdr .added_wish {
    display: none;
}


.glbprdrc {
    padding: 40px 40px 30px 40px;
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.glbprdr:hover .glbprdrc {
    box-shadow: 0px 10px 10px #00000029;
}

.glbprdr:hover .agora {
    display: flex;
    background: #fff;
}

.glbprdr:hover .boxmodel {
    display: none;
}

.glbprdr .cvr {
    padding-bottom: 100%;
    position: relative;
}

.glbprdr .cvr img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.glbprdr .prod_desc {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    flex-grow: 1;
}

.glbprdr h3 {
    margin: 25px 0 10px 0;
    font-size: 12px;
    line-height: 15px;
    color: #a7a7a7;
    font-weight: 400;
}

.glbprdr h2 {
    display: flex;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.38px;
    color: #000000;
    text-align: start;
    font-weight: 500;
    text-transform: capitalize;
    flex-grow: 1;
}

.agora {
    display: none;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 40px 0 40px;
    left: 0;
    box-sizing: border-box;
}

.agora .cart_btn {
    width: calc(100% - 65px);
}

.agora button {
    cursor: pointer;
    color: #fff;
    background: black;
    border-radius: 4px;
    border: none;
    padding: 18.5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0 5px 10px 0;
}

.agora a {
    background: transparent;
    border: 1px solid #706d6d;
    border-radius: 4px;
    font-size: 0;
    height: 53px;
    width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glbprdr .prcs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.glbprdr .prcs .prices1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.glbprdr .prcs .prices1 span {
    font-size: 14px;
    letter-spacing: 0.35px;
    font-weight: normal;
    color: #000000;
    text-decoration: line-through;
}

.glbprdr .prcs .prices1 strong {
    margin-right: 10px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.glbprdr .prcs .prices2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.glbprdr .prcs .prices2 strong {
    font-size: 18px;
    line-height: 19px;
    color: var(--main-color);
}

.prds .next,
.prds .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prds .prev {
    left: -65px;
}

.prds .next {
    right: -65px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto !important;
}

/*********** FOOTER ************/
#news {
    width: 100%;
    background: #FBFBFB;
    display: flex;
}

#news .nwsinp {
    display: flex;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

#news .nwsinp .img {
    margin-right: 14px;
}

#news .nwsinp .frm {
    flex-grow: 1;
    display: flex;
}

#news .nwsinp .frm .txt {
    margin-right: 70px;
}

#news .nwsinp h3 {
    margin: 0;
    font-size: 45px;
    font-weight: 300;
}

#news .nwsinp .txt p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: bold;
}

#news form {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    max-width: 450px;
}

#news input {
    border: 1px solid #C7C7C7;
    width: 400px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
}

#news input::placeholder {
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 300;
}

#news form button {
    height: 80px;
    line-height: 80px;
    border: none;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    padding: 0 36px;
}

footer .ftr {
    width: 100%;
    max-width: 1360px;
    padding: 65px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

footer .ftr .bx h4 {
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 25px 0;
    padding: 0;
}

footer .ftr .bx .cnt {
    display: flex;
    flex-flow: column;
}

footer .ftr .bx .cnt a {
    padding: 20px 0;
}

footer .ftr .bx .cnt a img {
    margin-right: 17px;
}

footer .ftr .bx .cnt a:first-of-type {
    font-size: 30px;
    position: relative
}

footer .ftr .bx .cnt a:first-of-type:before {
    content: '';
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #D0C5C2;
    position: absolute;
    left: 0;
}

footer .ftr .bx .cnt a:last-of-type {
    font-size: 24px;
}

footer .ftr .bx ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: column;
}

footer .ftr .bx ul li {
    padding: 5px 0;
    font-weight: 300;
}

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

    .glbprdrc {
        padding: 10px 15px 10px 15px;
    }

    .agora {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 1200px) {
    .glbprdr .prod_heart {
        top: 20px;
        right: 20px;
    }

    header .lg img {
        width: 100%;
        max-width: 160px;
    }
}

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

    header .head_right {
        margin: 0;
        justify-content: flex-end;
    }

    header .cnmn {
        width: 100%;
        max-width: unset;
        justify-content: flex-end;
    }

    header .cnmn a {
        margin-right: 15px;
    }

    header .cnmn a:nth-child(1) {
        display: unset;
    }

    header .hd_acc .hd_acc1,
    header .hd_wish .hd_wish1 {
        display: none;
    }

    header .hd_acc .hd_acc2,
    header .hd_wish .hd_wish2 {
        display: unset;
    }

    header .mob-cart {
        display: unset;
    }

    header .mob-cart img {
        width: 28px;
    }

    header .srch_input {
        display: none;
    }

    #hdcrt {
        display: none;
    }


    header .menu_btn .menu > ul > li:hover {
        background: #e6e6e6;
    }

    header .menu_btn .menu > ul > li:hover > a {
        color: #333333;
    }

    header .menu_btn .menu ul .active_sub .sub_menu {
        display: block;
    }

    header .menu .active_sub {
        background: #f5f5f5 !important;
    }

    header .menu .active_sub > a {
        color: var(--main-color) !important;
    }

    header .menu .active_sub::after {
        transform: rotate(45deg);
    }


    header .menu .sub_menu h3,
    header .menu .sub_menu h4 {
        display: none;
    }

    header .menu_btn .sub_menu {
        margin-top: 15px;
        display: none;
        width: unset;
        position: unset;
        background: none;
        box-shadow: none;
        z-index: 1000;
        padding-left: 20px;
    }

    #content .item-row .col-3,
    #content .item-row .col-4 {
        display: none;
    }

    /* header .menu_btn .menu > ul > li:hover::after{
      transform: rotate(45deg);
    } */
    #news {
        background-image: url(/image/assets/icons/newsletter_empty.svg);
    }

    #news .nwsinp h2 {
        font-size: 28px;
    }

    #news input {
        width: 300px;
    }

    .bigfoot .row {
        justify-content: space-around;
    }

    .bigfoot .lg,
    .bigfoot .kaleste,
    .bigfoot .help,
    .bigfoot .gnwriste {
        flex: 0 0 40%;
        padding-bottom: 50px;
    }

    .search_page .allproducts .glbprdr {
        width: 25%;
    }
}

@media only screen and (max-width: 1050px) {
    .desc_head .row {
        overflow: auto;
    }

    #news .nwsinp .frm {
        flex-flow: column;
        padding: 30px 0;
    }

    #news .nwsinp .frm form {
        margin-top: 30px;
    }

    #news .nwsinp .img {
        max-width: 35%;
    }

    #news .nwsinp .img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 980px) {
    header .cnmn a {
        font-size: 0;
    }

    header #hdcrt span {
        display: none;
    }

    header #hdcrt .head_cart1 a {
        display: flex;
    }

    header #hdcrt img {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 950px) {
    .desc_head .row .details {
        justify-content: unset;
    }

    .search_page .allproducts .glbprdr {
        width: 33.3%;
    }
}

@media screen and (max-width: 870px) {
    footer .ftr {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .glbbxs .glbbxsc .bx {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 800px) {
    header .active_menu_btn button {
        background: white;
        border: 1px solid black;
    }

    header .menu_btn .sub_menu .subcntnr {
        overflow: auto;
        height: calc(100vh - 250px);
    }


}

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

    body.noscroll {
        overflow: hidden;
        padding-top: 127px;
    }

    header.fixed .menu_btn .menu {
        overflow: auto;
    }

    body.noscroll {
        padding-top: 147px;
    }

    header .menu_btn .menu {
        top: 95px;
    }

    .glbbxs .glbbxsc {
        justify-content: flex-start;
    }

    #hdtp {
        font-size: 13px;
    }

    #hdtp .box:nth-child(1) img {
        width: 18px;
        height: 18px;
    }

    #hdtp .box:nth-child(1) a {
        font-size: 14px;
    }

    header .head_left {
        margin: 10px 0;
    }

    header .menu_btn {
        order: 1;
        margin-right: 15px;
        font-size: 0;
    }

    .menu_btn:before,
    .menu_btn:after {
        content: '';
        position: absolute;
        width: 28px;
        height: 3px;
        background: #FCFCFC;
        transition: 0.5s;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .menu_btn:before {
        top: 9px;
    }

    .menu_btn:after {
        bottom: 9px;
    }

    .menu_btn button:before,
    .menu_btn button:after {
        content: '';
        position: absolute;
        width: 28px;
        height: 3px;
        background: #FCFCFC;
        transition: 0.5s;
        top: 19px;
        left: 50%;
        transform: translateX(-50%);
    }

    .menu_btn.active-three:after, .menu_btn.active-three:before {
        display: none
    }

    .menu_btn.active-three button {
        background: rgba(0, 0, 0, 1);
    }

    .menu_btn.active-three button:before {

        transform: translateX(-50%) rotate(135deg);
    }

    .menu_btn.active-three button:after {

        transform: translateX(-50%) rotate(225deg);
    }

    header .menu_btn button p {
        display: none;
    }

    header .menu_btn button {
        height: 41px;
        width: 50px;
        padding: 0;
        font-size: 0;
    }

    header .menu {
        left: -20px;
        max-width: 300px;
    }

    header .menu_btn .menu::after {
        left: 25px;
    }

    header .menu_btn .sub_menu {
        display: none;
    }

    header .lg {
        order: 2;
        margin: 0;
    }

    header .lg img {
        margin-right: 20px;
    }

    header .cnmn a:nth-child(3) {
        display: none;
    }

    .ttl h2 {
        margin-bottom: 20px;
    }

    .glbprdr h2 {
        font-size: 14px;
    }

    .agora .eye_btn {
        display: none;
    }

    .agora .cart_btn {
        flex: 0 0 100%;
    }

    .bigfoot .lg,
    .bigfoot .kaleste,
    .bigfoot .help,
    .bigfoot .gnwriste {
        flex: 0 0 80%;
    }

    #content .item-row .col-5 {
        display: none;
    }

    .bigfoot .cpy {
        justify-content: center;
    }

    .bigfoot .cpy span {
        flex: 0 0 100%;
        width: 100%;
    }

}

@media only screen and (max-width: 650px) {
    #news .nwsinp {
        flex-flow: column
    }

    #news .nwsinp .img {
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding-top: 30px;
    }

    .prds .prev {
        left: -45px;
    }

    .prds .next {
        right: -45px;
    }

    .ttl h2 {
        font-size: 36px;
    }

    #content .wishlist-header {
        display: none;
    }

    .search_page .allproducts .glbprdr {
        width: 50%;
        padding: 15px 5px;
    }

    #search-info .orderby select {
        width: 200px;
    }

    .desc_head {
        margin-bottom: 30px;
    }

    header .cnmn a {
        margin-left: 10px;
        margin-right: 0;
    }

    header #hdcrt {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    header .head_right {
        margin-right: 10px;
    }

    .ttl::before {
        display: none;
    }

    .prds {
        width: 100%;
    }

    .prds .next, .prds .prev {
        display: none;
    }

    .search_page .allproducts .glbprdr {
        padding: 15px 5px;
    }

    .glbprdr .glbprdrc {
        padding: 20px 10px;
    }

    .bigfoot .row {
        text-align: center;
    }

    .bigfoot .lg {
        align-items: center;
    }

    .bigfoot .kaleste :nth-child(2) {
        justify-content: center;
    }
}

@media screen and (max-width: 510px) {
    footer .ftr {
        grid-template-columns: 1fr;
    }
}

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

    header .head_left {
        justify-content: space-around;
    }

    header .menu_btn .menu {
        display: none;
        left: 0;
        top: 150px;
        width: 100% !important;
        position: fixed;
        background: white;
        list-style: none;
        box-shadow: 0px 3px 10px #00000029;
        z-index: 1000;
        /* border-radius: 10px; */
        height: 100%;
    }

    header .menu_btn .menu::after {
        display: none;
    }

    header .menu_btn .sub_menu .subcntnr {
        overflow-x: hidden;
    }

    #hdtp .row {
        justify-content: center;
    }

    #hdtp .row .box3 {
        display: none;
    }

    header .mob-cart {
        margin-left: 0;
        width: unset;
    }

    #hdcrt .head_cart1 strong, header .mob-cart strong {
        font-size: 10px;
        line-height: 17px;
    }

    header .mob-cart img {
        width: 20px;
    }

    header .lg img {
        width: 150px;
    }

    header .menu_btn button {
        padding: 18px 15px 18px 20px;
    }

    header .menu_btn button span {
        left: 8px;
        width: 20px;
    }

    header .menu_btn button span::before {
        width: 20px;
    }

    header .menu_btn button span::after {
        width: 20px;
    }

    header .menu {
        width: 90vw !important;
        max-width: 100vw !important;
    }

    header .cnmn a img {
        width: 20px;
    }

    header .cnmn a {
        margin-right: 10px;
    }


    .glbprdr .prod_heart img {
        width: 25px;
    }

    #news .nwsinp h2 {
        font-size: 24px;
    }

    #news .nwsinp .frm .txt {
        margin-right: 0
    }

    #news form {
        flex-wrap: wrap
    }

    #news input {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    #news form button {
        padding: 0 15px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 12px;
    }

    .bigfoot button {
        padding: 20px;
        bottom: -20px;
    }

    .bigfoot button::before {
        height: 10px;
        width: 10px;
    }

    #search-info {
        justify-content: flex-end;
    }

    #search-info span {
        display: none;
    }


}

@media only screen and (max-width: 480px) {
    header .head_left {
        flex-grow: 1;
    }

    header .lg img {
        width: 110px;
    }

    header .menu {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    header .cnmn {
        margin: 0;
    }

    header .row {
        flex-flow: row nowrap;
    }
}

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

    header .menu_btn .menu {
        top: 100px;
    }

    header #hdcrt a strong {
        display: none;
    }

    header .cnmn .hd_acc {
        display: none;
    }

    #hdtp {
        display: none;
    }

    header .mob-cart {
        margin-right: 5px;
    }

    .row {
        padding: 0 5px;
    }

    #news .nwsinp {
        align-items: center;
    }

    #news form {
        justify-content: center;
    }

    #news .btn1 button {
        margin: 10px 0 0 0;
    }

    #news form .form1 {
        width: 100%;
        text-align: center;
    }

    #news form .form1 input {
        width: 90%;
        margin: auto;
    }

    #content .item-row .col {
        margin-bottom: 30px;
        flex: 0 0 80%;
    }

    .glbprdr .prod_heart {
        display: none;
    }

    .agora a {
        display: none;
    }
}

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


}

@media only screen and (max-width: 320px) {
    .search_page .allproducts .glbprdr {
        width: 100%;
    }
}
