/* override default */

body {
    font-family: 'CenturyGothic', 'PFFuturaNeuBook Regular', Verdana, Arial, Helvetica, sans-serif;
}
.product_item_image img{
    width:100%;
}
span.num_wish {
    background-color: #6C5133;
    color: #fff;
    padding: 1px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: -2px;
}
.title {
    font-family: 'CenturyGothicBold';
    font-weight: normal;
    font-size: 24px;
    color: #D8AE5B ;
}
.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    position:relative;
    padding-top: 0;
    padding-bottom: 15px;
    background: #fff;
    font-family: 'Abrade Book';
}

#header_mobile{
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
#header_mobile.fixed{
    position:fixed !important;
    z-index:999;
    width:100%;
    background: #000 !important;
    top:0;
    left:0;
}

.favorite_delete_btn_in{
  position:relative;
  background: #D8AE5B ;
  width:20px;
  height:20px;
  border-radius:50%;
}

.favorite_delete_btn_in:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00d';
    position:Absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size: 14px;
    font-weight: 100;
    color:#fff;
}
.basket_delete_btn {
    left: -10px;
}

.search_hover_item_txt {
   padding:5px;
}

.right_side_menu_opened #header_mobile.fixed{
    left:300px;
}

#header_mobile.fixed .mobile-header-div{
   padding:10px !important;
}

#header_mobile.fixed .mobile.logo img {
    width: 60px;
}

.metaforika-header-div {
    height: 40px;
    background-color: #EBDFD4;
}

.logo-wrapper .logo {
    max-width: 270px;
}

.favorites-icon-mobile .num_wish,
.mobile-basket .num_pieces {
    font-size: 10px;
}

.search_area_in_r {
    background: #EBDFD4;
}

.metaforika-wrapper {
    color: #333333;
    font-family: "PFFuturaNeuMedium Regular", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
}

.metaforika-mobile-header-div .metaforika-wrapper {
    letter-spacing: normal;
}

img.shipping-truck {
    width: 44px;
    margin-right: 5px;
}

.top-icons {
    position: absolute;
    right: 50px;
}

.top_item {
    float: left;
    margin-right: 0px;
    position: relative;
    color: #333333;
}

.top_item:last-child {
    margin-right: 0;
    padding-right:10px;
}

.top_item a {
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: end;
    align-self: center;
    align-content: center;
    color: #333333;
}

.top_item a i{
    font-size : 25px;
    color : #D8AE5B;
}

.top_item .language_item a {
    font-size: 14px;
    color: #262626;
    font-weight: normal;
}

.top_item .language_item.lang-selected a {
    color: #6C5133;
}

.language-bar-mobile {
    max-width: 60px;
}

.mobile-header-div .top_item:not(.favorites-icon-mobile) a {
    font-size: 23px;
}

.top_item a span.font-icons {
    font-size: 20px;
}

.search {
    position: relative;
    width: 100%;
    height: 45px;
    max-width: 400px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    z-index: 16;
    color: #666;
}

.search_in {
    position: relative;
    z-index: 5;
}

.search_left {
    display: table-cell;
    width: 100%;
}

.search_left_in {
    padding-left: 15px;
    padding-right: 20px;
}

.search_left input[type="text"] {
    background: none;
    border: none;
    /* font-style: italic; */
    font-size: 16px;
    font-weight: normal;
    color: #D8AE5B;
    height: 45px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #D8AE5B;
    letter-spacing: normal;
}

.search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}

.search_right button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 22px;
}

.telephone-wrapper {
    font-size: 24px;
    margin-right: 35px;
}

.telephone-wrapper a {
    color: #333333;
}

.brown-background {
    background-color: #EBDFD4;
}

.banner_out .main_box_area {
    background:none;
}

.homepage_item_more {
    background: none;
    padding-top: 20px;
    font-size: 19px;
}

.ins_feed_title {
    position: static;
    top: 0;
    left: 0;
    margin: 0;
}

.ins_feed_img {
    background-color: #fff;
    color: #231F20;
    font-size: 34px;
}

span.num_pieces {
    margin-left: 5px;
    background-color: #6C5133;
    color: #fff;
    padding: 1px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: -10px;
}

.cart-details {
    font-size: 15px;
}

.cart-text-total {
    font-size: 24px;
}

.cart-text {
    letter-spacing: 0.8px;
}

#slideshow_out_r .slideshow .img-fluid{
  height:100vh;
  object-fit:cover;
}

.slideshow .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.slideshow .owl-dots .owl-dot span {
    border: 1px solid #cccccc;
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    /* opacity: 0.5; */
    width: 12px;
}

.slideshow .owl-dots .owl-dot.active span {
    border: 1px solid #999999;
    background: #999999;
    height: 14px;
    width: 14px;
}


/* css hack for companies carousel only. */

.owl_slider_companies.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -20px;
    font-size: 20px;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: -20px;
    font-size: 20px;
}

.banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* menu */

.menu_out {
    position: relative;
    z-index: 15;
    background-color: #6C5133;
}

nav.menu>ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width:fit-content
}

nav.menu>ul>li {
    /* flex-grow: 1; */
    margin: 0;
    position:relative;
}


/* nav.menu ul li {
    border-right: 1px solid #c6c5c6;
}

nav.menu ul li:first-child {
    border-left: 1px solid #c6c5c6;
} */

nav.menu>ul>li>a {
    padding: 0px 0px 15px 0px;
    margin-right:40px;
    font-family: 'CenturyGothicBold';
    font-size : 16px;
    letter-spacing: 1px;
    color : #D8AE5B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

nav.menu>ul>li>a:after{
    content:'';
    position:absolute;
    width:0%;
    height:3px;
    left:0;
    bottom:7px;
    background: #D8AE5B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.menu>ul>li:hover>a:after{
    width:100%;
}

nav.menu>ul>li:last-child>a {
   margin-right:0px;
}

/* nav.menu>ul>li:hover>a {
    color: #f7e0cc;
} */

.menu_column_container {
    /* width:100%;
   
    column-count: 5;
    column-gap: 3%;
    column-width: 20%; */
    width: 100%;
    column-count: 2;
    column-gap: 30px;
    column-width: 50%;
}

.menu_item_bottom .menu_in_col {
    padding-left: 30px;
    padding-right: 30px;
}

.menu_item_bottom .menu_in_col:nth-child(4n+1) {
    clear: both;
}

.menu_item_bottom_in_in {
    padding: 15px;
    padding-top: 22px;
    /*padding-bottom:100px;*/
}

.menu_column_container div {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.75px;
}

.sub_menu_item {
    cursor: pointer;
}

.menu_img img {
    border-radius: 5px;
}

.menu_img a {
    display: block;
    padding: 0 !important;
}


/* end menu */

.newsletter_wrapper{
   padding:90px 0px;
}

.newsletter-section {
    background-color: #000;
    margin-top:0px;
}

body.page_index .newsletter-section {
    margin-top:50px;
}

.newsletter_title h3 {
    font-weight: normal;
    font-family: 'CenturyGothic';
    font-size : 51px;
    letter-spacing : -0.71px;
    color : #D8AE5B;
    line-height: normal;
    margin-bottom: 0px;
}

.newsletter_area{
    max-width:600px;
}

.newsletter_area div[data-lastpass-icon-root]{
    display:none;
}

.newsletter_area_out_top {
    margin-top:0px;
    text-align: center;
    font-size : 21px;
    font-family: 'CenturyGothic';
    letter-spacing : -0.42px;
    color : #D8AE5B;
}

.newsletter_item {
    padding-left: 13px;
    padding-right: 13px;
    background: #000;
    border: 1px solid transparent;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.newsletter_item input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: #000;
    background: none;
    font-size: 19px;
    letter-spacing: 1.3px;
    outline: none;
    color: #fff;
    text-align: left;
}

.newsletter_item input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1; /* Firefox */
}
  
.newsletter_item input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}
  
.newsletter_item input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}
.newsletter_area input{
    width:calc(100% - 129px);
    border:none;
    border-bottom:1px solid #8C8C8C;
    background: none;
    font-family: 'CenturyGothic';
    font-size : 15px;
    letter-spacing : -0.45px;
    color : #FFFFFF;
    outline:none;
}
.newsletter_area input[type="checkbox"]{
    display: none;
}

.newsletter_wrapper .eshop_oroi.newsletter_terms{
    margin-top:20px;
}

.newsletter_wrapper .eshop_oroi.newsletter_terms, .newsletter_wrapper .eshop_oroi.newsletter_terms a{
    font-family: 'CenturyGothic' !important;
    font-size : 13px !important;
    letter-spacing : 0.01px !important;
    line-height: normal;
    color : #D8AE5B !important;
    margin:0 auto;
    margin-top:20px;
}

.newsletter_wrapper .eshop_oroi.newsletter_terms a{
    cursor: pointer;
}

.newsletter_wrapper .checkbox_item{
    position:relative;
    width:19px;
    height:19px;
    border:1px solid #D8AE5B;
    margin-right:10px;
    cursor: pointer;
}

.newsletter_wrapper .checkbox_item:after{
    content:'';
}

.newsletter_wrapper .checkbox_item.active:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00c';
    color:#D8AE5B;
    position:Absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
}

.newsletter_wrapper .eshop_oroi_txt{
    width:fit-content;
    max-width:calc(100% - 29px);
}

.newsletter_submit {
    background: #D8AE5B;
    display:flex;
    align-items: center;
    justify-content: center;
    width:109px;
    height: 42px;
    line-height:normal;    
    /* border-radius: 4px; */
    font-weight: normal;
    font-family: 'CenturyGothic';
    font-size : 17px;
    letter-spacing : -0.51px;
    color : #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter_results {
    color: #e5e5e5;
    margin-top:20px;
}

.newsletter_submit:hover {
    background: #D8AE5B;
}

.eshop_oroi.newsletter_terms {
    color: white;
    font-size: 12px;
}

.custom-icons-1 {
    background-color: #333333;
}

.custom-icon-phone {
    font-size: 35px;
}

.custom-title {
    color: white;
    font-size: 21px;
    letter-spacing: 1px;
}

.custom-phone-title {
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
}

.custom-phone-title a {
    color: white;
}

.custom-subtitle {
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #333;
}

#bottom_out {
    padding-top: 20px;
    padding-bottom: 0px;
    /* background: #f3f3f3; */
}

#footer {
    /* background: #f3f3f3; */
    padding-top: 40px;
    background: #000;
    /* padding-bottom: 20px; */
}

.row.footer-mobile-policy {
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: none;
}

#footer a {
    color: #262626;
}

.bottom_item{
  background: none;
}

.bottom_item h3 {
    font-family: 'CenturyGothic';
    font-size : 21px;
    letter-spacing : -0.42px;
    color : #D8AE5B;
    margin-bottom: 35px;
    position:relative;
}

.bottom_item h3:after {
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:85%;
    height:1px;
    background: #D8AE5B;
}

.social_area h5 {
    letter-spacing: 2px;
}

.footer-hours-in>div {
    color: #262626;
}

.footer-hours-in {
    font-size: 13px;
    color: #262626;
    letter-spacing: 1px;
}

.social_item {
    /* float: left; */
    margin-right: 15px;
    font-size: 25px;
    color: #FFF;
    /* background: #C8A789;
    width: 50px;
    height: 50px;
    border-radius: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .social_item a {
    color: #fff;
    font-size: 25px;
}

.bottom_item ul li a, .bottom_item div a{
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'CenturyGothic';
    font-size : 18px;
    color : #FFFFFF !important;
}

.bottom_item ul li:last-child a{
    margin-bottom:0px;
}

.footer-copyright {
    border-top:none;
    position:relative;
    font-family: 'CenturyGothic';
    font-size : 13px;
    color : #666666;
}



.footer-copyright:after, .footer-info-column:after {
    content:'';
    position:Absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background: rgba(255,255,255,0.2);
}
.footer-info-column{
    padding:40px 0px;
    position: relative;
}

.footer-info-column .address{
    margin:0px 80px;
    width:120px;
}

.footer-info-column .address a{
    font-family: 'CenturyGothic';
    font-size : 16px;
    line-height : 23.14px;
    color : #FFFFFF !important;
}

.footer-info-column .phone a div{
    font-family: 'CenturyGothic';
    font-size : 16px;
    line-height : 23.14px;
    color : #D8AE5B;
}

.footer-info-column:after {
    width:90%;
    left:50%;
    transform: translateX(-50%);
}
#footer_right a,
#footer_center a,
.footer-mobile-policy a {
    font-family: 'CenturyGothic';
    font-size : 13px;
    color : #666666 !important;
    text-transform: uppercase;
}

.cards-logo {
    margin-top: 0px;
    width:75%;
    margin:0 auto;
}

.mobile-footer-wrapper{
    margin-top:25px;
    padding:15px 0px;
    position:relative;
}

.mobile-footer-wrapper:after{
    content:'';
    position:Absolute;
    width:calc(100vw - 30px);
    top:0;
    left:50%;
    transform:translateX(-50%);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}


.mobile-footer-item{
    width:75%;
    margin:0 auto;
}

.mobile-footer-item .mobile-footer-item-container{
   display:none;
   font-family: 'CenturyGothic';
    color : #FFFFFF;
    margin-top:10px;
}

.mobile-footer-item h3{
    width:100%;
    font-family: 'CenturyGothicBold';
    font-size : 15px;
    letter-spacing : 0.3px;
    color : #FFFFFF;
    text-transform: uppercase;
    width:100%;
    display:flex;
    height:40px;
    align-items: center;
    position: relative;
}
.mobile-footer-item .mobile-footer-item-container div a{
    font-family: 'CenturyGothic';
    color : #FFFFFF !important;
}
.mobile-footer-item .mobile-footer-item-container div {
    margin-bottom:10px;
}
.mobile-footer-item h3:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f105';
    font-size: 20px;
    font-weight: 100;
    color:#fff;
    position:Absolute;
    top:50%;
    transform: translateY(-50%);
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-footer-item h3.active:after{
    transform: translateY(-50%) rotate(90deg);
}

.product_item_text {
    height: 45px;
    padding: 0;
}

.product_item_text{
    margin-top:15px;
    margin-bottom:5px;
    height:auto;
}

.product_item_text h3 {
    font-weight: normal;
    font-family: 'CenturyGothic';
    font-size : 15px;
    color : #000000;
    text-transform: uppercase;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    width: 100%;
    text-align: left;
}
.top_of_month .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.top_of_month .owl-carousel .owl-item:nth-child(2):after, .top_of_month .owl-carousel .owl-item:nth-child(2):before{
    content:'';
    position:absolute;
    top:-10%;
    height:120%;
    width:1px;
    background: #E5E5E5;
    right:0;
}
.top_of_month .owl-carousel .owl-item:nth-child(2):before{
    right:unset;
    left:0;
}
.top_of_month .product_item{
    width:55%;
}
.top_of_month .product_item_text h3 {
    text-align: center;
}
.top_of_month .owl-stage-outer{
    padding:50px 0px;
}
.product_item_text h4 {
    font-weight: normal;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 0.7px;
}

.product_item_prices {
    display: flex;
    /* margin: 0 auto; */
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-family: 'CenturyGothicBold';
    font-size : 16px;
    color : #D8AE5B;
    margin-bottom: 0px;
}
.owl-carousel .product_item_prices {
    display: unset;
}
.top_of_month .product_item_prices {
     position:unset;
     text-align: center;
     display:flex;
     justify-content: center;
}
.products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-family: 'CenturyGothic';
    font-size: 16px;
    margin-right:10px;
    color: #9E8B44 !important;
    /* margin-right: 15px; */
    /* text-decoration: line-through; */
    /* margin-top: 2px; */
}

.products_price_old:after{
    content:'';
    position:Absolute;
    width:calc(100% + 6px);
    height:1px;
    background:#9E8B44;
    top:50%;
    transform: translateY(-50%);
    left:-3px;
}

.products_price_new {
    float: left;
    font-weight: normal;
    font-family: 'CenturyGothicBold';
    font-size : 16px;
    color : #D8AE5B !important;
    margin-right: 0px;
}

.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, #333 49.5%, #333 50.5%, transparent 52.25%);
    text-decoration: none;
}

.product_item_image {
    position: relative;
    overflow: hidden;
    /* border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.product_item_offer,
.product_item_new,
.product_item_best {
    /* background: url(/images/design/offer.png) top left no-repeat; */
    width: 40px;
    height: 17px;
    /* border-radius: 50px; */
    background: #D8AE5B;
    text-align: center;
}

.product_item_new {
    background: #D8AE5B;
}

.product_item_best {
    background: #D8AE5B;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
    font-family: 'CenturyGothicBold';
    font-size : 11px;
    letter-spacing : -0.15px;
    color : #FFFFFF;
}

.product_item_image_in .sold_out, .product_gallery .sold_out{
    width:60px;
    height:17px;
    background: #d8ae5b;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-family: 'CenturyGothicBold';
    font-weight : bold;
    font-size : 11px;
    letter-spacing : -0.15px;
 }
/* 
.product_item_best_in {
    font-size: 11px;
}

.product_item_new_in {
    color: #262626;
} */

.color_item {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding:1px;
}

.color_item.circled img{
   border:2px solid #dedede;
}

.color_box_in {
    border-radius: 100px;
    width: 18px;
    height: 18px;
    border: 1px solid #dedede;
}

.number_item {
    border-radius: 100px;
}

.number_item_in {
    border-radius: 100px;
    width: 40px;
    height: 40px;    
}

.number_item_in_in {
    width: 40px;
    height: 40px;  
}

.product_title {
    margin-bottom: 30px;
    width:fit-content;
    position: relative;
}

.color_item img {
    width:18px;
    height:18px;
    border-radius: 50%;
    display: block;
}

.pro_area .pr_item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* to flex dimiourgei provlima otan px exw megalo titlo k den kovetai apo to ellipsis*/
    /* display: flex;
    justify-content: center; */
}

.product_item_favorite {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.product_item_favorite span.far.fa-heart {
    color: #fff;
    font-size:19px;
}

.product_item_favorite span.fas.fa-heart {
    color: #fff;
    font-size:19px;
}

.product_item_cart {
    float: left;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    color: #333;
}

.product_item_cart a {
    color: #333;
}

.product_details_item a {
    background-color: #EBDFD4;
    color: #262626;
    text-decoration: underline;
}

.col.footer-cols {
    /* border-top: 1px solid #ccc; */
    padding-top: 15px;
}

/* .col.footer-cols:last-child {
    border-bottom: 1px solid #ccc;
} */

.accordion-footer-content {
    display: none;
}

.title_b {
    font-size: 35px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.8px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.title_b span {
    /* border-bottom: 2px solid #333; */
    padding-bottom: 4px;
}

.homepage_tabs_top {
    max-width: 500px;
}

.homepage_tabs li a:not(.active) .title_b span {
    border-bottom: none;
}

.homepage_tabs li a:not(.active) h3 {
    color: #525252;
}

.pink-cirle {
    border-radius: 20px;
    background: #FFD1D1;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    font-size: 13px;
}

.no_products_image {
    max-width: 200px;
}


/* mobile_menu */

.responsive-menu-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: black;
    z-index: 1500;
}

#mobile_menu_btn,
#close_mobile_menu,
.close_mobile_menu,
#close_filter_resp {
    cursor: pointer;
}

.right_side_menu_opened #wrapper {
    left: 300px;
}

#close_mobile_menu,
.close_mobile_menu,
#close_filter_resp {
    font-size: 14px;
    cursor: pointer;
}

#close_mobile_menu,.close_mobile_menu{
    position:absolute;
    top:10px;
    right:10px;
}

nav#mobile_menu {
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #cdcdce;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 310;
    visibility: hidden;
}

nav#mobile_menu .menu_item_m .sub_menu_item_m {
    /* border-bottom: 1px solid #cdcdce; */
    margin-left: 30px;
}


/* nav#mobile_menu .menu_item_m:last-child {
    margin-bottom: 0;
} */

nav#mobile_menu .menu_item_title_m {
    position: relative;
    cursor: pointer;
}

nav#mobile_menu .menu_item_title_m a,  nav#mobile_menu .sub_menu .sub_menu_title, nav#mobile_menu .sub_menu_item, nav#mobile_menu .sub_menu_item a{
    display: block;
    font-family: 'CenturyGothicBold';
    cursor: pointer;
    font-size : 16px;
    color : #000000;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav#mobile_menu .menu_item_title_m.active a, nav#mobile_menu .sub_menu_item.active, nav#mobile_menu .sub_menu_item.active a{
    color : #D8AE5B;
}
nav#mobile_menu .sub_menu .sub_menu_title{
    margin-bottom:30px;
}
nav#mobile_menu .sub_menu .sub_menu_title i{
    margin-right:20px;
    color : #000000;
}

/* nav#mobile_menu .menu_item_title_m:hover>a {
    background: #a40b2a;
    color: #fff;
} */

nav#mobile_menu .menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_menu_item_title_m a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* padding-left: 20px; */
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

nav#mobile_menu .sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_sub_menu_item_title_m.active a {
    color: #C8A789;
}

nav#mobile_menu .sub_sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_sub_menu_item_title_m a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

nav#mobile_menu .sub_sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_sub_sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_sub_sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_sub_sub_menu_item_title_m a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav#mobile_menu #mobile_menu_in{
    padding:0px 30px;
}

nav#mobile_menu #mobile_menu_in .menu_item_m, nav#mobile_menu .sub_menu_item{
   padding-bottom:15px;
   margin-bottom:10px;
   border-bottom:1px solid #E5E5E5;
}

nav#mobile_menu #mobile_menu_in .menu_item_m i{
    font-size: 19px;
    margin-right:15px;
}

nav#mobile_menu #mobile_menu_in .menu_item_m i.fa-chevron-right, nav#mobile_menu .sub_menu_item i{
   font-size: 12px;
   margin-right:0px;
}

/* nav#mobile_menu .sub_sub_sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

.width-6px {
    width: 6px;
}

.mobile-static-rest-links {
    border-top: 1px solid #d8d8d8;
}

.mobile-static-rest-link {
    border-bottom: 1px solid #d8d8d8;
}

nav#mobile_menu .mobile-static-rest-links .menu_item_title_m a {
    font-size: 15px;
}

.mobile-static-rest-icons {
    width: 20px;
}


/* end mobile_menu */


/* TOASTS */

div.toast.favorite-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999999;
    display: none;
}


/* END TOASTS */

.title_path h2,
.all-products-result  {
    font-family: 'CenturyGothic';
    font-size : 13px;
    letter-spacing : 2.08px;
    color : #808080;
}

.title_path a {
    color: #525252;
}
/* 
.basic_col_l.col-sm-height.col-full-height {
    border-right: 1px solid #e5e5e5;
} */

.products_bar_out.top>.row {
    border-bottom: 1px solid #e5e5e5;
}

.grid_out {
    margin-top: 0;
}

.eshop_oroi a{
    color:#fff !important;
}

.grid_out{
    display:flex;
    align-items:center;
    margin-top:-2px;
}


.grid_title {
    float: left;
    font-weight: normal;
    letter-spacing: 0.9px;
    margin-right: 6px;
    font-family: 'CenturyGothic';
    font-size : 13px;
    line-height : 21px;
    color : #808080;
}


.grid_btn {
    padding-right: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 18px;
    border-right: 1px solid rgba(0,0,0,0.1);
    font-family: 'CenturyGothic';
    font-size : 17px;
    line-height : normal;
    letter-spacing : 3.4px;
    color : #808080;
}

.grid_btn.font-4-bold {
    font-family: 'CenturyGothicBold';
}

.grid_btn:last-child {
    border-right: none;
}

/* .filter-title-desktop {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
    font-size: 13px;
    cursor: pointer;
} */

.filter-border-bottom-1 {
    border-bottom:1px solid #e5e5e5;
}

.accordion-filter-desktop {
    font-size: 20px;
}

.title_path a:last-child {
    font-family: 'CenturyGothic';
    font-size : 13px;
    letter-spacing : 2.08px;
    color : #808080;
    text-transform: uppercase;
}
.close_filter_column{
    position:Absolute;
    right:15px;
    cursor:pointer;
    z-index:9999;
}
.search_select2 {
    position: relative;
    z-index: 101;
    cursor: pointer;
    /* background: url(/images/design/select_arrow.png) center right no-repeat; */
    margin-left: 5px;
    margin-right: 35px;
    text-align: center;
    color: #333;
}

.search_select_in2,
.search_select_in2_title_left {
    height: 25px;
    line-height: 28px;
    width: 110px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.9px;
    font-family: 'CenturyGothic';
    color:#000;
    display: inline;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.search_select_in2{
    text-transform: uppercase;
}

.select_box2{
    width:fit-content;
}

.search_select2::after {
    /* background:url(/images/design/select_arrow.png) center right no-repeat; */
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
    position:relative;
    top:2px;
    margin-left: 0px;
}

.select_options2 {
    display: none;
    position: absolute;
    z-index: 102;
    min-width: 150px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #000;
    background: #fff;
}

.option_item2 a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.option_item2 a:hover {
    background: #333;
    color: #fff;
}

#filter_basic {
    margin-left: 20px;
    margin-top: 15px;
    margin-right: 15px;
}

.filter_text_prices {
    font-size: 14px;
    font-weight: normal;
    color: #262626;
}

.filter_categories_item_title a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub_filter_categories_item_title:hover a {
    color: #262626;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_filter_categories_item.active .sub_filter_categories_item_title a {
    color: #262626;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #262626;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 33px;
    padding-right: 20px;
}

.sub_sub_filter_categories_item_title:hover a {
    color: #262626;
}

.sub_sub_filter_categories_item.active .sub_sub_filter_categories_item_title a {
    color: #262626;
}

.sub_sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #262626;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 20px;
}

.sub_sub_sub_filter_categories_item_title:hover a {
    color: #262626;
}

.sub_sub_sub_filter_categories_item_title.active a {
    color: #262626;
}

/* .sub_filter_categories_item {
    border-bottom: 1px solid #cdcdce;
} */

/* .filter_categories_item.active a {
    font-family: 'PFFuturaNeuMedium Regular', Arial, Helvetica, sans-serif;
} */

.slide_filter {
    font-size: 13px;
}

/* .two-column .filter_area_item_area {
    column-count: 2;
} */

.filter_area_item_title {
    position: relative;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 15px;
    font-size : 16px;
    line-height : 34.18px;
    color : #000000;
    /* border-bottom: 1px solid black; */
    font-family: 'CenturyGothicBold';
}

.filter_area_item_title:after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    content: '\f068';
    position:Absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
}

.filter_area_item_title.on:after {
    content: '\f067';
}

.filter_area_item_area .filter_item_data.active a {
    color: #262626;
    font-family: 'PFFuturaNeuMedium Regular', Arial, Helvetica, sans-serif;
}

.filter_area_item_area .filter_item_data:hover a {
    color: #262626;
}

.filter_checkbox_item label {
    font-family: 'CenturyGothic';
    font-size : 14px;
    letter-spacing : 1.4px;
    color : #5B5B5B;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}

.filter_area_item_area .filter_item_data a {
    display: block;
    font-size: 14px;    
    color: #262626;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.filter_checkbox_item input[type="checkbox"]+label span {
    float: left;
    /* background: url(/images/design/checkbox.png) top left no-repeat; */
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 0;
    border:1px solid #999;
    border-radius:50%;
    position:relative;
}

.filter_checkbox_item input[type="checkbox"]+label span:after {
    content:'';
    position:Absolute;
    width:12px;
    height:12px;
    border-radius:50%;
    background: none;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.filter_area_prices {
    padding-top: 20px;
    width: calc(100% - 20px);
}

/* .filter_checkbox_item input[type="checkbox"]:checked+label span {
    background-position: bottom left;
} */

/* .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
} */

.circle-font .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
}

.arrow-right .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f061';
    font-weight: bold;
}

.filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    background: #D8AE5B;
    /* font-family: Font Awesome\ 5 Pro;
    content: '\f058';
    font-weight: bold; */
}

.noUi-handle{
    background: #D8AE5B;
    border: 2px solid #D8AE5B;
}

.circle-font .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
    color: #c8a789;
    font-weight: bold;
}

.arrow-right .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f061';
    color: #c8a789;
    font-weight: bold;
}

.refresh_price a,
.clear-all-filters a {
    display: block;
    background: #fff;
    /* border: 1px solid #8c8c8c; */
    font-size: 13px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 2px;
    padding: 8px;
}

/* .refresh_price a:hover {
    background: #ebdfd4;
    color: #fff;
} */

.filter_area_categories {
    position: relative;
    background: #fff;
}

.filter_categories_item.active-filter-category > div:not(.filter_categories_item_data) a,
.sub_filter_categories_item.active-filter-category > div:not(.sub_filter_categories_item_data) a,
.sub_sub_filter_categories_item.active-filter-category > div:not(.sub_sub_filter_categories_item_data) a,
.sub_sub_sub_filter_categories_item_title.active-filter-category a {
    font-family: 'PFFuturaNeuMedium Regular', Arial, Helvetica, sans-serif;
}


/* .filter_area_item_title span.slide_filter {
    background: url(/images/design/slide_filter.png) top left no-repeat;
    cursor: pointer;
    float: right;
    height: 10px;
    margin-left: 7px;
    width: 13px;
    margin-top: 4px;
}
.filter_area_item_title span.slide_filter.active {
    background-position: left bottom;
} */


/* .filter_area_item_title span.slide_filter:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f106';
}

.filter_area_item_title span.slide_filter.active:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
} */

.filters-resp-bar {
    height: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.show-filters-resp {
    border-right: 1px solid white;
}

.filters-resp-bar .select_box2 {
    background: none;
}

.filter_responsive {
    position: absolute;
    display: none;
    left: 0;
    top: 45px;
    left: -300px;
    z-index: 1550;
    background: white;
}

.open_filters_mobile{
    cursor:pointer;
}

.filter_responsive_{
    position:fixed;
    top:0;
    left:-340px;
    width:320px;
    height:100%;
    background: #fff;
    box-shadow: 5px 0 5px -5px rgba(0,0,0,0.4);
    z-index:9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter_responsive_.open{
    left:0px;
}
.filter-title-mobile{
    height:45px;
    padding:0px 20px;
    font-family: 'CenturyGothicBold';
    font-size : 13px;
    letter-spacing : 1.82px;
    color : #000000;
    position:relative;
    border-bottom:1px solid rgba(0,0,0,0.2);
    margin-bottom:20px;
}

.filter-title-mobile_in div:first-child{
    margin-right:10px;
}

.filter_responsive_ .clear-all-filters {
    width: calc(100% - 20px);
}


.close_filter_mobile_column{
    position:Absolute;
    top:50%;
    transform: translateY(-50%);
    right:20px;
    z-index:99999;
}

.resp_767_column{
    display: none;
}

.filter_responsive_ .filter_area_item{
  padding-right:0px;
}

.filter_responsive_ .filter_responsive_in{
   padding:0px 15px;
   height: calc(100vh - 80px);
   overflow-y:auto;
}

.filter_responsive_ .all-products-result{
  display: none;
}

.filter_responsive_left {
    float: left;
    position: relative;
    z-index: 1;
    width: 300px;
    /*padding:10px;
        background:#fff;*/
    background: #fff;
    /* -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); */
    height: 100vh;
    overflow-y: scroll !important;
}

.filter_responsive_right {
    float: left;
    position: relative;
    z-index: 2;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    background: #000;
    cursor: pointer;
}

.filter_responsive_right_in {
    width: 14px;
    height: 13px;
    background: url(/images/design/slider_filter.png) no-repeat;
    background-position: top left;
}

.filter_responsive_right_in.active {
    background-position: bottom left;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

.filter_text_prices .div_left {
    margin-top: 10px;
    float:left;
    display: block;
}

.filter_text_prices .div_right {
    margin-top: 10px;
    float:right;
    display: block;
}

#owl_product_quick,
.owl_product_r .item {
    position: relative;
    overflow: hidden;    
}

.photo_small {
    /* margin-top: 3px;
    margin-bottom: 3px; */
    /*text-align:center;
    height:80px; */
    cursor: pointer;
    /* background:#fff;
        border-radius:8px;*/
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); */
}

a.zoom_id.mag-glass {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #E6E6E6;
    font-size: 25px;
}

.product_image_out.row {
    flex-direction: row-reverse;
}

.swiper-container {
    height: 650px;
}

.product_social {
    margin-top: 50px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    letter-spacing: 1.3px;
    line-height: 37px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.social_item_s {
    float: left;
    margin-right: 10px;
}

.social_item_s img{
    margin-top:-1px;
}

.social_item_s:not(.share-button) {
    /* border: 1px solid #333;
    border-radius: 20px; */
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s a {
    display: block;
    color: #000;
    font-size: 13px;
}

.product_item_icons {
    /* position: absolute; */
    left: 0px;
    top: 0px;
    z-index: 3;
}

.product_gallery_big .product_item_icons {
    position: absolute;
    left: 4px;
    top: 0px;
    z-index: 3;
}

.page_product #products_out_in .container-fluid{
  max-width:1230px;
}

.product_item_icons_item {
    /* display: table; */
    /* margin: 0 auto; */
    margin-bottom: 8px;
    /* margin-right: 8px; */
}

.product_gallery .product_item_icons_item {
    margin-bottom:4px;
}

.product_item_icons_item:last-child {
    /* margin-bottom: 0; */
    margin-right: 0;
}

.product_item_image_in .product_item_icons {
    position: absolute;
}

.product_item_image_in .product_item_icons_item {
    margin-bottom: 4px;
    margin-right: 0;
}

.product {
    text-align: left;
}

.product_title h4 {
    font-size: 15px;
    font-weight: normal;
    /* font-style: italic; */
    color: #4D4D4D;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product_title h1 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.product_title h2 {
    font-size: 12px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product_price {
    font-weight: normal;
    font-family: 'CenturyGothicBold';
    font-size: 26px;
    color: #D8AE5B;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.product_price .products_price_old {
    float: unset;
    font-family: 'CenturyGothic';
    position: relative;
    font-weight: normal;
    font-size: 26px;
    color:#9E8B44;
    margin-right: 15px;
    /* text-decoration: line-through; */
    margin-top: 0;
}

.product_price .products_price_old:after {
    height:2px;
}

.products_price_discount {
    color: #C8A789;
}

.product_price .products_price_new {
    float: unset;
    font-family: 'CenturyGothicBold';
    font-size: 26px;
    color: #D8AE5B;
    margin-top:-3px;
}

.product_feautures .div_table,
.product_buttons {
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
}

.basket_btn {
    float: left;
    width:calc(100% - 60px);
    height:50px;
    background: #D8AE5B;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /* border-radius: 4px; */
}

.basket_btn.disactive{
    background: rgba(0,0,0,0.3);
}

.basket_btn a {
    display: block;
    font-family: 'CenturyGothic';
    margin-left:-60px;
    background: none;
    font-weight: normal;
    font-family : Century Gothic;
    font-size : 14px;
    letter-spacing : 1.68px;
    color : #FFFFFF !important;
    padding:0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.basket_btn img{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:25px;
}

/* .basket_btn:hover {
    background: #a40b2a;
} */

.product_favorite {
    float: left;
    cursor: pointer;
    font-size: 22px;
    width:55px;
    heighT:50px;
    background: #F2F2F2;
    color:#D8AE5B;
    margin-left: 5px;
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* .product_favorite_in {
    padding: 17px;
    border: 1px solid #ccc;
} */

.product_favorite:hover span {
    color: #D8AE5B;
}

.product_favorite:hover span::before {
    content: '\f004';
}

#product_quantity {
    float: left;
    max-width: 120px;
    border: 1px solid #ccc;
    /* border-radius:15px; */
    /* display: table;
    margin: 0 auto; */
}

.goto_basket {
    float: left;
    width: calc(100% - 60px);
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius:0px;
    padding:0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket a {
    display: block;
    font-weight: normal;
    font-family: 'CenturyGothic';
    font-size: 14px;
    margin-left: -60px;
    letter-spacing: 1.68px;
    color: #FFFFFF !important;
     padding:0px;
     -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket:hover {
    background: #000;
}

.goto_basket img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}
div.avail {
    position:relative;
    top: 15px;
    font-family: 'CenturyGothic';
    font-size : 12px;
    letter-spacing : 0.96px;
    color : #000000;
    text-transform: uppercase;
}

div.avail.get-now {
    color: #51CC23;
}

.eshop-tabs{
    margin-top:35px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    font-family: 'CenturyGothic';
    font-size : 15px;
    letter-spacing : 0.3px;
    color : #000000;
}

.eshop-tab-item{
    padding:20px 0px;
    border-top:1px solid rgba(0,0,0,0.1);
}

.eshop-tab-item .eshop-tab_title{
    cursor: pointer;
    position:relative;
}

.eshop-tabs .eshop-tab-item .eshop-tab_title:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f067';
    position:Absolute;
    top:50%;
    transform: translateY(-50%);
    right:0px;
}

.eshop-tabs .eshop-tab-item:last-child .eshop-tab_title:after{
    content:'';
}

.eshop-tab-item.active .eshop-tab_title:after{
    content: '\f068';
}

.eshop-tab_title i{
    margin-right:15px;
}

.eshop-tab_title i.fa-tags, .eshop-tab_title i.fa-phone{
    transform: rotate(90deg);
}
.eshop-tabs .eshop-tab-item .eshop-tab_desc{
    width:100%;
    max-height:300px;
    margin-top:10px;
    padding-left:50px;
    overflow-x:hidden;
    overflow-y:auto;
    display:none;
}


.product_tabs {
    /* max-width: 500px; */
    margin: 0 auto;
    margin-top: 20px;
}

#product_tabs_top {
    position: relative;
    background: #F7F7F7;
    /* border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4; */
}

#product_tabs_bottom {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 18px;
    /* border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4; */
    height: 165px;
    overflow-y: auto;
}

#product_tabs_top .nav-tabs {
    display: flex;
    justify-content: space-around;
}

#product_tabs_top .nav-tabs>li>a {
    color: #4D4D4D;
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#product_tabs_top .nav-tabs>li {
    margin-bottom: 0;
    flex: auto;
    text-align: center;
}

#product_tabs_top .nav-tabs>li>a.active,
#product_tabs_top .nav-tabs>li>a.active:hover,
#product_tabs_top .nav-tabs>li>a.active:focus {
    /* color: #000000; */
    border: 1px solid transparent;
    background-color: #F7F7F7;
    border-bottom: 3px solid #FFD1D1;
}

#product_tabs_top .nav>li>a:hover,
#product_tabs_top .nav>li>a:focus {
    background-color: #F7F7F7;
}

#product_tabs_top .nav-tabs>li>a:hover {
    border-color: #F7F7F7;
    border-bottom: 3px solid #FFD1D1;
}

#product_tabs_bottom_in {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #4D4D4D;
}

.p_features {
    max-width: 750px;
}

.tabs_item_title {
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    padding: 20px;
    /*border-bottom:1px solid #bfbfbf;*/
    background-color: #F7F7F7;
    cursor: pointer;
}

.tabs_item_title.active {
    background-color: #FFD1D1;
}

label[for="search-text-r"],
label[for="news_email"],
label[for="search-text"],
label[for="search-text-fixed"] {
    display: none;
}

.custom-icons-1>div>div>div>div>div {
    background-color: #333333;
}

.basket-text,
.search-text {
    color: #b3b3b3;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    letter-spacing: 1px;
}

ul.my_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding: 0;
    margin: 0;
}

ul.my_pagination>li {
    list-style: none;
    margin-right: 15px;
    border-bottom: 4px solid transparent;
}

ul.my_pagination>li:last-child {
    margin-right: 0;
}

ul.my_pagination>li>a {
    color: #D1D3D4;
}

ul.my_pagination>li:hover>a {
    color: #333;
}

ul.my_pagination>li.active {
    border-bottom: 4px solid #c8a789;
}

ul.my_pagination>li.active>a {
    color: #333;
}


/* Newsletter popup exit intent*/

div.beforeyougo {
    
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

div.newsletter_area_exit_intent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 25px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
    width: 60%;
    margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #333333;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    width: 40%;
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.newsletter_submit_exit_intent:hover {
    background: #1a1a1a;
}

.newsletter_results_exit_intent {
    background: #fff;
    margin-top: 8px;
}

div.exit-modal {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#megethologio .modal-body img {
    /* height: 180px !important; */
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.fb-plugin-followers {
    margin-top: 20px;
    max-width: 250px;
}

nav.menu>ul>li>a>div>div>div>div>div>div>div>.sub_menu_item_title>a {
    color: #000;
}
/* 
nav.menu>ul>li>a:hover::after {
    content: " ";
    position: absolute;
    border: 2px solid #EBDFD4;
    width: 100%;
    bottom: 0;
} */

.main_content_out {
    position: relative;
    z-index: 11;
}

.menu_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 14;
}

.menu_item_bottom {
    display: none;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.9);
    padding:20px 50px 30px 40px;
}

.sub_menu_item_title>a {
    font-family: 'CenturyGothicBold';
    font-size: 15px;
    color : #D8AE5B;
    letter-spacing: 1px;
    position:relative;
}

.sub_menu_item  .sub_menu_item_title>a:after, .sub_menu_item_data .sub_menu_data_item a:after {
    content:'';
    position:Absolute;
    left:0;
    bottom:0;
    width:0%;
    background: #D8AE5B;
    heighT:1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub_menu_item:hover  .sub_menu_item_title >a:after, .sub_menu_item  .sub_menu_item_title.active >a:after, .sub_menu_item_data .sub_menu_data_item:hover a:after {
    width:100%;
}


.x_y_pr_list {
    position: absolute;
    width: 100%;
    height: 44px;
    text-align: center;
    z-index: 9998;
    bottom: 0;
    left: 0;
    padding: 0;
    background: rgb(240, 124, 174, 0.8);   
    font-family: 'PFFuturaNeuBook Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.x_y_pr_list span {
    font-size: 38px;
}

.product_item:hover .x_y_pr_list {
    opacity: 0;
}

.basic_col_l {
    max-width: 400px;
    width: 100%;
}
.login_popup{
    border-radius:0px;
}

.login_popup .form_item.form_effect input[type="text"], .login_popup .form_item.form_effect input[type="password"],
#theformaccounting_epafes .form_item.form_effect input[type="text"], #theformaccounting_epafes .form_item.form_effect input[type="password"],
#theformaccounting_epafes_address .form_item.form_effect input[type="text"]{
    width: 100%;
    border:none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: block;
    height: 30px;
    line-height:30px;
    font-size: 12px;
    outline: 0 none;
    padding-left: 0px;
    padding-bottom: 15px;
}
#theformaccounting_epafes label, #theformaccounting_epafes_address label{
    display:none;
}
.login_popup .login_popup_title {
    margin-bottom: 10px;
}

.login_popup .login_popup_title h3{
  font-size: 14px;
  text-align: left;
}
.login_popup  .login_btn_area{
    margin: 0;
    margin-top:10px;
}
.login_popup .login_btn_area, .login_popup .lost_pass{
   display: block;
}
.login_popup .login_btn input[type="submit"] {
    letter-spacing: 1.4px;
    font-size: 14px;
    font-weight:100;
    padding: 5px 0px 5px 5px;
}
.login_popup .lost_pass_area{
    text-align: left;
}
.login_popup  #login_close{
    top:18px;
}
.login_popup  .login_popup_register {
    background: none;
    margin-top:5px;
    padding: 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight:100;
    position:relative;
}
.login_popup  .login_popup_register:after {
    content: '';
    position: Absolute;
    height: 1px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.1);
    top: -1px;
}
.login_popup  .login_popup_register a{
    color: #4d4d4d;
    font-size: 12px;
    text-decoration: none;
}

.register_fields {
    display: block;
    margin:0 auto;
    max-width:420px;
    width: 100%;
    background:none;
    padding: 0px;
}

#register_text {
    font-weight: normal;
    font-size: 12px;
    max-width:420px;
    text-align:left;
    margin:0 auto;
    margin-bottom: 15px;
    color: #000;
}

#theformaccounting_epafes #div_active_newsletter,
#theformaccounting_epafes #div_accept_terms{
    display:block;
    font-size: 12px;
}

#eshop_submit #div_active_newsletter{
    cursor: pointer;
}

#theformaccounting_epafes #div_active_newsletter span,
#theformaccounting_epafes #div_accept_terms span,
#eshop_submit .eshop_oroi span,
.choose_package_modal span,
#eshop_submit #div_active_newsletter span,
.basket_confirm_item input[type="radio"] + label span,
#contact_form .eshop_oroi.newsletter_terms span,
.product_feautures_item_title.custom span{
    background: none;
    width:30px;
    margin-left:5px;
    height:15px;
    border-radius:10px;
    border:1px solid rgba(0,0,0,0.2);
    position:relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display:inline-block;
    top:2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.choose_package_modal span{
    margin-left:15px;
    margin-top:-3px;
}
.product_feautures_item_title.custom span{
    width: 40px;
    height: 25px;
    border-radius: 30px;
}
.basket_confirm_item input[type="radio"] + label span{
    margin-left:0px;
    margin-right:5px;
    background: none !important;
}

#theformaccounting_epafes #div_active_newsletter span.active,
#theformaccounting_epafes #div_accept_terms span.active,
#eshop_submit .eshop_oroi span.active,
.choose_package_modal span.active,
#eshop_submit #div_active_newsletter span.active,
.product_feautures_item_title.custom.active span,
#contact_form .eshop_oroi.newsletter_terms span.active,
.basket_confirm_item input[type="radio"]:checked + label span{
    border:1px solid #d8ae5b;
}

#theformaccounting_epafes #div_active_newsletter span:after,
#theformaccounting_epafes #div_accept_terms span:after,
#eshop_submit .eshop_oroi span:after,
.choose_package_modal span:after,
#eshop_submit #div_active_newsletter span:after,
.product_feautures_item_title.custom span:after,
#contact_form  .eshop_oroi.newsletter_terms span:after,
.basket_confirm_item input[type="radio"] + label span:after{
    content:'';
    position:absolute;
    height:11px;
    width:11px;
    background: rgba(0,0,0,0.2) !important;
    /* border:1px solid rgba(0,0,0,0.2); */
    border-radius:50%;
    top:1px;
    left:1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_feautures_item_title.custom span:after {
    height: 18px;
    width: 18px;
    top: 2px;
    left: 2px;
}
.basket_confirm_item input[type="radio"] + label span:after{
    background: rgba(255,255,255,0);
}
#theformaccounting_epafes #div_active_newsletter span.active:after,
#theformaccounting_epafes #div_accept_terms span.active:after,
#eshop_submit .eshop_oroi span.active:after,
.choose_package_modal span.active:after,
#eshop_submit #div_active_newsletter span.active:after,
.product_feautures_item_title.custom.active span:after,
#contact_form .eshop_oroi.newsletter_terms span.active:after,
.basket_confirm_item input[type="radio"]:checked + label span:after{
    background: #d8ae5b !important;
    left:calc(100% - 13px);
    /* border:1px solid #d8ae5b; */
}
.product_feautures_item_title.custom.active span:after{
    left:calc(100% - 20px);
}

/* #theformaccounting_epafes #div_active_newsletter{
    margin-bottom:10px;
} */

#div_active_newsletter label .title-content,
#div_accept_terms label .title-content{
    width:calc(100% - 35px);
    text-align: right;
}

#theformaccounting_epafes .announcewrong, 
#theformaccounting_epafes  .announceright, 
#theformaccounting_epafes  .announcemiddle, 
#theformaccounting_epafes .announce_register,
#theformaccounting_epafes_address .announcewrong, 
#theformaccounting_epafes_address .announceright, 
#theformaccounting_epafes_address .announcemiddle{
    font-size: 12px;
}

#theformaccounting_epafes .form_save {
    display: block;
    margin: unset;
    margin-top: 15px;
    background: #d8ae5b;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.7px;
    padding: 8px 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#theformaccounting_epafes .required_field_txt {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}
.login_user_btn a, .current-points, .current-e-wallet {
    font-size: 12px;
}
.login_user_btn .log_user_icon, div.account-buttons .log_user_icon, div.account-buttons a.download-profile-button .log_user_icon{
    margin-right: 10px;
    font-size: 18px;
}
div.account-buttons{
    margin-bottom:20px !important;
}
div.account-buttons a.download-profile-button .log_user_icon, div.account-buttons a.delete-profile-button .log_user_icon{
    margin-right: 7px;
}
.login_user_btn .log_user_icon, div.account-buttons .account-buttons-item{
    margin-bottom:10px;
}
div.account-buttons a.download-profile-button .log_user_icon{
   margin-left:-4px;
}
div.account-buttons a.delete-profile-button .log_user_icon{
    margin-left:-4px;
 }
div.account-buttons a.download-profile-button {
    color: #d8ae5b;
    font-size: 12px;
}
a#logout_btn{
    padding:7px 9px;
    border:1px solid rgba(0,0,0,1);
    margin-left:-5px;
    border-radius:20px;
    color: #000;
    font-size: 11px !important;
}
a#logout_btn .fa-power-off{
    font-size: 15px;
}
.login_user_btn .log_user_title {
  vertical-align: unset;
}
div.account-buttons {
    border:none;
    text-align: left;
    padding:0;
    margin:0;
}
div.account-buttons a.delete-profile-button {
    color: #ff0000;
    font-size: 12px;
}
.address_fields {
    display: table;
    margin: 0 auto;
    width: 700px;
    background: none;
    padding:0px;
}

#theformaccounting_epafes_address .form_item.form_effect select:not([multiple]), #theformaccounting_epafes .form_item.form_effect select:not([multiple]){
    /* line-height: 45px; */
    height: 36px !important;
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top:0px;
    padding-left:0px;
    font-size: 12px;
    color: #1a171b;
}

h1.title2 {
    text-align: center;
    font-size: 32px;
}
.address_fields {
    width:100%;
    max-width: 550px;
}
.title_out {
    padding: 25px 0px;
}
.black_button {
    display: block;
    background: #d8ae5b;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
    padding:0px;
}
.black_button:hover {
    background: #d8ae5b;
}
.black_button a {
    display: block;
    padding:0;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.7px;
    padding: 8px 0px;

}
.add_new_address{
    background: none;
    width:100%;
    max-width:420px;
    position:relative;
}
.add_new_address:hover{
    background: none;
}
.add_new_address:after{
    content:'';
    position:Absolute;
    bottom:-5px;
    width:100%;
    height:1px;
    background: #000;
}
.add_new_address:before{
    font-family: Font Awesome\ 5 Pro;
    content: '\f3c5';
    position:Absolute;
    right:0px;
    top:5px;
    font-size: 25px;
}


.add_new_address a {
    display: block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.7px;
    padding: 8px 0px;
    color: #000;
}

.address_book{
    max-width:420px;
    margin:0 auto;
}

.address_book_item{
   position:relative;
}

.address_book_item:after{
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background: rgba(0,0,0,0.2);
    bottom:15px;
}

.address_book_item.active {
    background: none;
}

.address_book_item.active:after {
    background: rgba(216,174,91,1);
}
.address_book_item_data{
    padding:20px 0px;
}
.address_book_item_btns {
    border:none;
    padding: 10px 10px 0px 0px;
}
.address_book_btns{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    background: rgba(0,0,0,0.2);
}
.address_book_btns a {
    font-size: 15px;
    color: #000;
}

.address_book_btns.delete_address{
    background: rgba(255,0,0,0.2);
}

.address_book_btns.delete_address a,  .address_book_btns.delete_address a:hover{
    color:#ff0000;
}
.address_book_btns.active_address{
    background: rgba(216,174,91,0.2);
}
.address_book_btns.active_address a, .address_book_btns.active_address a:hover {
    color:#d8ae5b;
}
.owl_slider_account{
    text-align: center;
}
.owl_slider_account .owl-nav button{
    position:Absolute;
    left:0;
    top:0;
    outline:none;
}

.owl_slider_account .owl-nav button i{
    font-size: 20px;
}
.owl_slider_account .owl-nav button:last-child{
    left:calc(100% - 10px);
}
.register_tabs_top{
    width:300px;
    margin:0 auto;
}

.owl_slider_account .owl-dots{
    margin-top:20px;
}

.owl_slider_account .owl-dots button{
    width:8px;
    height:8px;
    background: rgba(0,0,0,0.2);
    margin-right:8px;
    border-radius:50%;
    outline:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl_slider_account .owl-dots button.active{
    background:#d8ae5b;
    width:10px;
    height:10px;
}

.owl_slider_account .owl-dots button:last-child{
    margin-right:0px;
}

#header_desktop{
  height:211px;
  padding:0% 3% 0% 8%;
  background: #000;
}

body.page_index #header_desktop, body.page_contact #header_desktop{
  position:absolute;
  background: none;
  z-index:99999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page_index #header_desktop:hover, body.page_contact #header_desktop:hover{
    background: rgba(0,0,0,0.7);
}


#header_desktop.fixed, body.page_index #header_desktop.fixed, body.page_contact #header_desktop.fixed{
    position:fixed;
    top:-80px;
    left:0;
    width:100%;
    background: #000;
    z-indeX:99999;
    height:70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_desktop.fixed.down, body.page_index #header_desktop.fixed.down, body.page_contact #header_desktop.fixed.down{
    top:0px;
}

#header_desktop.fixed img{
    width:70px !important;
}

#header_desktop.fixed .menu_out_container {
   margin-top:15px;
}

#header_desktop .rest_icons div{
  display: inline-block;
  position:relative;
  width:22px;
  margin-right:20px;
}

#header_desktop .rest_icons div.search_button{
    cursor: pointer;
}

#header_desktop .rest_icons div:last-child{
    margin-right:0px;
}

#header_desktop .rest_icons div i{
    font-size : 19px;
    letter-spacing : 27.36px;
    color : #D8AE5B;
    width:100%;
}
span.num_wish, span.num_pieces {
    background-color: #fff;
    width:20px;
    height:20px;
    color: #000;
    padding: 0px;
    border-radius: 10px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothicBold';
    font-size : 10px;
    top:-13px;
    bottom:unset;
    right:-9px;
}
span.num_pieces {
    background-color: #D8AE5B;
    color: #fff;
}

.menu_item_bottom .sub_menu_item{
    margin-bottom:15px;
}

.menu_item_bottom .sub_menu_item:last-child{
    margin-bottom:0px;
}

.sub_menu_item_data{
    padding: 20px 0px 40px 0px;
    display:none;
}

.sub_menu_item_data a{
    font-size : 15px;
    font-family: 'CenturyGothicBold';
    letter-spacing : 1px;
    color : #D8AE5B;
    position:relative;
}


.sub_menu_item_data .sub_menu_data_item{
    margin-bottom: 15px;
} 

.sub_menu_item_data .sub_menu_data_item:last-child{
    margin-bottom: 0px;
} 

.sub_menu_item_title{
    position:relative;
}

.sub_menu_item.has-children .sub_menu_item_title:after{
    content: '';
    position:Absolute;
    right:-15px;
    top:calc(50% + 1px);
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub_menu_item.has-children .sub_menu_item_title.active:after{
    transform: translateY(-50%) rotate(180deg);
}

#header_desktop .search_area{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:0%;
  background: rgba(0,0,0,0.9);
  z-index:9999999;
  overflow-y:hidden;
  -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

#header_desktop .search_area.open{
    height: 100%;
    overflow-y:visible;
}
.search_right button {
    padding: 0px;
}
.search_left_in {
    padding-right: 5px;
}
.search_area span {
    float: left;
    margin-right: 0px;
    font-size: 18px;
    /* font-weight: normal; */
    color: #D8AE5B;
    line-height: unset;
}

input.search_live::placeholder {
    color: #D8AE5B;
    opacity: 1; /* Firefox */
  }
  
input.search_live::-ms-input-placeholder { /* Edge 12 -18 */
    color: #D8AE5B;
  }

.search_area .search_hover_item span {
    color: #505050;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
}

form.search_form{
    width: calc(100% - 30px);
    max-width: 680px;
    margin: 0 auto;
    position:relative;
}
#mobile_menu form.search_form{
    width: calc(100% - 60px);
    margin-bottom:40px;
}

#mobile_menu form.search_form button{ 
    background: none;
    border:none;
    position:Absolute;
    right:0;
    bottom:15px;
}
#mobile_menu form.search_form input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    font-size : 14px;
    font-family: 'CenturyGothic';
    color : #757575;
    outline: none;
}
#search_hover, #search_hover_fixed {
    width: calc(100% - 30px);
    max-width: 680px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    top: 128px;
}
#search_hover_fixed {
    top:58px;
}
.close_form {
    position: Absolute;
    cursor: pointer;
    z-index: 99999;
    left: -30px;
    top: 15px;
}

.close_form i{
    color: #D8AE5B;
    font-weight: 100;
    font-size: 24px;
}

#header_desktop .language-selector{
    position:Absolute;
    top:15px;
    right:5%;
}
#header_desktop .language-selector .selected-language, #mobile_menu .language-selector .selected-language{
    color:#fff;
    font-size : 12px;
    font-family: 'CenturyGothic';
    position: relative;
    cursor: pointer;
}

#mobile_menu .language-selector .selected-language{
    color:#000;
    width:fit-content;
    left:30px;
    margin-bottom:30px;
}

#header_desktop .language-selector .selected-language:after, #mobile_menu .language-selector .selected-language:after{
    content:'';
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile_menu .language-selector .selected-language:after{
    border-top: 4px solid #000;
}

#header_desktop .language-selector .selected-language.active:after, #mobile_menu .language-selector .selected-language.active:after{
    transform: translateY(-50%) rotate(180deg);
}

#header_desktop .language-selector .selected-language .languages-to-choose, #mobile_menu .language-selector .selected-language .languages-to-choose{
  position:Absolute;
  z-index:9999;
  top:calc(100% + 30px);
  left:0px;
  opacity:0;
  z-index:-2;
  background: #fff;
  padding:10px 12px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header_desktop .language-selector .selected-language.active .languages-to-choose, #mobile_menu .language-selector .selected-language.active .languages-to-choose{
  opacity:1;
  z-index:9999;
  top:calc(100% + 10px);
}

#header_desktop .language-selector .selected-language .languages-to-choose div, #mobile_menu .language-selector .selected-language .languages-to-choose div{
    width:100%;
    margin-bottom: 15px;
}

#header_desktop .language-selector .selected-language .languages-to-choose div:last-child, #mobile_menu .language-selector .selected-language .languages-to-choose div:last-child{
    margin-bottom: 0px;
}

#mobile_menu_btn, .mobile-basket{
    width:50px;
}

nav#mobile_menu .sub_menu{
  position:Absolute;
  top:0;
  left:calc(100% + 10px);
  width:100%;
  padding:25px 30px 100px 30px;
  height:100%;
  background: #fff;
  z-index:9999;
  box-shadow: -5px 0 5px -5px rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav#mobile_menu .sub_menu.open{
    left:0%;
}

.banner_out .main_box_area .product_item {
    margin: 0;
}

.banner_out.basic_main_banner_products{
    width:96%;
    padding:0;
    margin:0 auto;
    margin-top:75px;
}

.banner_out.basic_main_banner_products .owl-nav{
   display:block !important;
}

.banner_out.basic_main_banner_products.top_of_month .owl-nav{
    display:none !important;
}

.banner_out.basic_main_banner_products .owl-nav button{
    outline: none;
    position:Absolute;
    top:50%;
    transform: translateY(-50%);
    left:-20px;
}

.banner_out.basic_main_banner_products .owl-nav button:last-child{
    left:calc(100% + 7px);
}

.banner_out.basic_main_banner_products .owl-nav button span{
    font-size: 30px;
}

.banner_out.basic_main_banner_products .banner_title_area_out {
    height: auto;
}
.banner_out.basic_main_banner_products .title_b span{
   padding-bottom:0px;
}

.banner_out.basic_main_banner_products .title_b {
    font-weight: normal;
    font-family: 'CenturyGothic';
    font-size : 31px;
    letter-spacing : -0.43px;
    color : #D8AE5B;
}

.banner_out.basic_main_banner_products .main_box_area {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner_out.photos_no_spaces, .banner_out.photos_no_spaces .h_item{
    padding:0 !important;
}
.banner_out.photos_no_spaces{
    margin-top:30px;
}

.terms_of_use_background, .page_background_grey{
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index:9999;
    cursor: pointer;
    display:none;
}

.terms_of_use_background img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.close_terms_modal{
    position: absolute;
    cursor: pointer;
    top: -12px;
    left: calc(100% - 22px);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    z-index:99999;
}
.close_terms_modal i{
    font-size: 18px;
}

.terms_of_use_background .terms_modal{
   width:calc(100% - 30px);
   max-width:760px;
   background: #fff;
   min-height:200px;
   max-height:calc(100% - 100px);
   border-radius:5px;
   position:absolute;
   padding:20px 15px;
   z-index:-1;
   opacity:0;
   top:calc(50% - 50px);
   left:50%;
   transform: translate(-50%,-50%);
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.choose_size_modal{
    width:calc(100% - 30px);
    max-width:320px;
    background: #fff;
    border-radius:5px;
    position:absolute;
    z-index:-1;
    opacity:0;
    top:calc(50% - 50px);
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom_img_modal{
    width:calc(100% - 30px); 
    max-width:750px;
    border-radius:5px;
    position:absolute;
    z-index:-1;
    opacity:0;
    top:calc(50% - 50px);
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.swiper-container-package{
  width:100%;
  max-width:750px;
  margin:0 auto;
}
.swiper-container-package .swiper-slide img{
   max-height:70vh;
}
.terms_of_use_background .terms_modal .modal_title{
   width:100%;
   height:50px;
   display:flex;
   align-items:center;
   justify-content: center;
   font-weight: 700;
   font-size: 20px;
   margin-bottom:20px;
   border-bottom:1px solid rgba(0,0,0,0.1);
}

.terms_of_use_background .terms_modal .modal_content{
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
}

.terms_of_use_background .terms_modal.active, .page_background_grey .choose_size_modal.active,  .page_background_grey .custom_img_modal.active{
    z-index:9999;
    opacity:1;
    top:50%;
}
.page_background_grey .choose_size_modal .title{
    text-transform: uppercase;
    width:100%;
    height:40px;
    display:flex;
    align-items:center;
    justify-content: center;
    font-family: 'CenturyGothicBold';
    font-size : 15px;
    letter-spacing : 1.35px;
    color : #FFFFFF;
    background: #262626;
}

.page_background_grey .choose_size_modal .close_size_modal{
   position:Absolute;
   top:5px;
   right:10px;
   z-index:9999;
}

.page_background_grey .choose_size_modal .color{
    text-align: center;
    padding:10px 0px;
}

.page_background_grey .choose_size_modal .size_title{
    font-family: 'CenturyGothicBold';
    font-size : 13px;
    letter-spacing : 1.35px;
    color:#000;
    text-align: center;
    padding:5px 0px 5px 0px;
    border-bottom:1px solid #dedede;
    margin-bottom:10px;
}

.page_background_grey .choose_size_modal .size{
    display:flex;
    align-items:center;
    justify-content: center;
    margin-bottom:20px;
}

.page_background_grey .choose_size_modal .size_item{
    margin:0px 5px;
    width:auto;
    height:auto;
    padding:8px 10px !important;
    border-radius:3px !important;
    cursor: pointer;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content: center;
    border:1px solid #dedede;
    font-family: 'CenturyGothic';
    font-size: 11px;
    color: #000000;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page_background_grey .choose_size_modal .no_availabilty{
   text-align: center;
   font-family: 'CenturyGothicBold';
   font-size: 12px;
   color:#cc0000;
}

.page_background_grey .choose_size_modal .size_item:hover, .page_background_grey .choose_size_modal .size_item.active{
    background: #D8AE5B;
    border:1px solid #D8AE5B;
}

.page_background_grey .choose_size_modal .color img{
    width:120px;
}

.page_background_grey .choose_size_modal .color .color_title{
    font-family: 'CenturyGothicBold';
    color:#262626;
    font-size: 12px;
    margin:5px auto;
}
/* width */
 .terms_of_use_background .terms_modal .modal_content::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .terms_of_use_background .terms_modal .modal_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2); 
    border-radius: 5px;
  }
   
  /* Handle */
  .terms_of_use_background .terms_modal .modal_content::-webkit-scrollbar-thumb {
    background: #D8AE5B;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  .terms_of_use_background .terms_modal .modal_content::-webkit-scrollbar-thumb:hover {
    background: #D8AE5B;
  }

  #footer .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

#footer .footer-copyright.container-fluid{
    padding-left: 30px;
    padding-right: 30px;
}

#footer .container-fluid .footer-cols{
    width:calc(100% / 4);
    padding-right:20px;
}

section#parallax_1 {
    width: 100%;
    height: 600px;
    /* background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: 0% 0px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items: center;
    justify-content: center;
}

section.parallax_1_mobile{
    width:100%;
}

section#parallax_1_mobile{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    width:calc(100vw + 10px);
}

section img.mobile_parallax{
    position:absolute;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
    width:calc(100vw - 10px);
    height:100%;
    z-index:-3;
    object-fit: cover;
}

section#parallax_1 .title_button div:first-child, section#parallax_1_mobile .title_button div:first-child{
    font-family: 'CenturyGothic';
    font-size: 30px;
    color:#D8AE5B;
    width:150px;
    margin:0 auto;
    margin-bottom:10px;
}

section#parallax_1 .title_button div:last-child, section#parallax_1_mobile .title_button div:last-child{
    width:253px;
    height:51px;
    display:Flex;
    align-items:center;
    justify-content: center;
    background: #D8AE5B;
    font-family: 'CenturyGothic';
    font-size : 16px;
    color : #FFFFFF;
}
.clear_sep{
    width:100%;
    height:35px;
}

.basic_main_banner_products .product_item_image {
    width: 100%;
}

.banner_out.categories_slider .main_box_area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.categories_slider .container{
    width:96% !important; 
    max-width:96% !important;
}

.categories_slider .homepage_item{
    height:120px;
    background: #000;
    padding-left:50px;
}
.categories_slider .homepage_item_img{
    width:40%;
    max-width:75px;
    margin-right:35px;
}

.categories_slider .homepage_item img{
    width:100%;
    height:auto;
}
.categories_slider .homepage_item_title{
    font-family: 'CenturyGothic';
    color:#D8AE5B;
    font-size: 12px;
}

.categories_slider .homepage_item_title div:first-child{
   font-size:25px;
}
.filter_area_item_area .filter_area_item_area_in .filter_column{
    width: fit-content;
    margin-right:50px;
}
.filter_area_item_area .filter_area_item_area_in .filter_column:last-child{
    margin-right:0px;
}
#products_out{
    border-top:none;
    padding-top:25px;
}
.filter-title-desktop{
    height:45px;
    padding:0px 15px 0px 20px;
    font-family: 'CenturyGothicBold';
    font-size : 13px;
    line-height : 34.18px;
    letter-spacing : 1.82px;
    color : #000000;
    position:relative;
}

.filter-title-desktop_in{
    height:100%;
    width:100%;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.filter-title-desktop_in div{
    margin-right:10px;
}
.filter_column{
    overflow:hidden;
}
.filter_area_item {
    padding-left: 0px;
    padding-bottom:25px;
}
.filter_area_item.all-products-result{
    padding-bottom:30px;
}
.refresh_price {
    float:unset;
    margin: 0 auto;
    margin-top: 10px;
    width: fit-content;
    cursor: pointer;
    border:1px solid #000;
}

.refresh_price a{
    font-family: 'CenturyGothic';
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px;
}

.clear-all-filters{
    width:calc(100% - 35px);
    margin-bottom:50px;
}

.clear-all-filters a{
    width:200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #D8AE5B;
    font-family: 'CenturyGothic';
    font-size: 13px;
    padding:8px 10px;
    letter-spacing: 1px;
    color:#fff;
    margin:0 auto;
}
.filter_column.d-lg-block{
    width:400px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.filter_column_in, .filter-title-desktop, .filter-title-desktop_in{
    width:400px;
}
.filter_column.d-lg-block.close_filters{
    width:0px;
}
.products_bar_out.top{
    height:45px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding:0px 20px 0px 45px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.products_bar_out.top.open_fiter_button{
    padding:0px 20px 0px 95px;
}
#products_list_out{
  padding:25px 45px;
}
.col.border-left{
    border-left:1px solid rgba(0,0,0,0.1);
}

.open_filters{
    cursor: pointer;
    display:none;
    position:absolute;
    left:45px;
}

/*more products css*/
.next_page_mobile {
    display: block;
    margin-top: 20px;
    margin: 0 auto;
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-dual-ring {
    position: relative;
}

.lds-dual-ring div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #D8AE5B;
    border-color: #D8AE5B6b transparent #D8AE5B6b transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
    margin: 0 auto;
}

.lds-dual-ring {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    margin: 0 auto;
}

.spinner {
    margin: 0 auto;
}

.next_page_mobile .spinner {
    display: none;
}

.next_page_mobile.show_spinner .spinner {
    display: block;
}

.next_page_mobile.show_spinner .next_page_mobile_in {
    display: none;
}

.next_page_btn {
    max-width: 315px;
    width:calc(100% - 30px);
    height:60px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom:13px;
    background: #000;
    cursor: pointer;
    position:relative;
}

.next_page_btn-fill{
  position:Absolute;
  top:0;
  left:0;
  overflow: hidden;
  height:100%;
  width:0%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next_page_btn-fill-in{
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #D8AE5B;
}
.margin-bottom-150{
    margin-bottom:150px;
}
.text_about_button{
    margin-bottom:105px;
}
.next_page_btn:hover {
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.next_page_mobile_in .num_text {
    font-family: 'CenturyGothic';
    font-size : 13px;
    line-height : 23px;
    color : #000000;
}

.next_page_mobile_in .num_of_elements,
.next_page_mobile_in .total_num_of_elements {
    font-family: 'CenturyGothic';
    font-size : 13px;
    line-height : 23px;
    color : #000000;
}
.next_page_txt{
    font-family: 'CenturyGothic';
    font-size : 13px;
    line-height : 23px;
    color : #000000;
}

.next_page_btn a, .next_page_btn-fill-in a {
    font-family: 'CenturyGothic';
    font-size : 16px;
    line-height : 21px;
    letter-spacing : 1.28px;
    color : #FFFFFF !important;
    cursor: pointer;
}

.swiper-button-next.abs {
    bottom: 0px;
}

.swiper-button-prev.abs::after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f077';
    color: #D8AE5B;
    font-size: 20px;
}
.swiper-button-next.abs::after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f078';
    color: #D8AE5B;
    font-size: 20px;
}

.swiper-container {
    margin-top:0px;
}

#product_out .product_title h4{
    font-family: 'CenturyGothic';
    font-size : 13px;
    letter-spacing : -0.26px;
    color : #D8AE5B;
    margin-bottom:2px;
}

.product_title h1{
    font-family: 'CenturyGothic';
    font-size : 24px;
    color : #000000;
    margin-bottom:5px;
    text-transform: uppercase;
}

.product_title h2{
    font-family: 'CenturyGothic';
    font-size : 13px;
    letter-spacing : -0.26px;
    color : #000000;
}
.product_gallery_small{
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_gallery_small.show{
    opacity:1;
}
.product_gallery_small .swiper-slide.photo_small img{
    height:100%;
    object-fit: cover;
}

.product_feautures_item_title h3 {
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-family: 'CenturyGothicBold';
    font-size : 11px;
    letter-spacing : 0.88px;
    color : #000000;
    /* border-bottom: 1px solid #d2d2d2; */
}

.product_customs a.custom_img{
    cursor: pointer;
    border:3px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.choose_package_modal{
    position:absolute;
    top:-10px;
    background: #fff;
    width:220px;
    left:50%;
    transform:translateX(-50%);
    padding:5px;
    border-radius:10px;
    font-family: 'CenturyGothicBold';
    font-size: 12px;
    z-index:99999;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.custom_img_modal_off{
    position:absolute;
    top:5px;
    right:15px;
    z-index:99999;
    cursor: pointer;
}
.custom_img_modal_off i{
    color:#D8AE5B;
    font-size: 24px;
}
.choose_package_in_basket{
    font-family: 'CenturyGothicBold';
    font-size: 11px;
    padding:15px 0px 0px 0px;
    color:#D8AE5B;
    cursor: pointer;
    z-index:9999;
    position:Absolute;
    bottom:-12px;
    left:107px;
}
.select_package_box{
    width:15px;
    height:15px;
    border:1px solid #ccc;
    position:relative;
    margin-right:12px;
}
.select_package_box:after{
    content:'';
}
.select_package_box.active:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00c';
    position:Absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.select_package_box .txt{
    width:calc(100% - 27px);
}
.product_colors.div_table .color_item.this-color-has-photo {
    width: 106px;
    height: fit-content;
    margin-bottom: 15px;
    padding:2px;
    border:1px solid #dedede;
    border-radius:0px;
}
.product_colors.div_table .idiotita_photo{
   width:100px;
   height:150px;
   border-radius:0px;
}
.product_customs.div_table img{
    width:100px; 
    padding:1px;
    border:2px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_customs.div_table img.active{
    border:2px solid  #D8AE5B;
}
.product_colors.div_table .color_item.active{
    background: #D8AE5B;
    border:1px solid #D8AE5B;
}
.product_feautures .custom_item{
    cursor: pointer;
}
/* .product_feautures .custom_item.active img{
   border:3px solid  #D8AE5B;
} */
.color_name{
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'CenturyGothic';
    font-size : 12px;
    letter-spacing : 0.96px;
    color : #000000;
}
.color_item.active .color_name{
    background: none;
    color:#fff;
}

.color_item.active .idiotita_photo {
    border: 1px solid #D8AE5B;
}
.product_feautures_item {
    margin-top: 5px;
}
.div_table .number_item{
    border:none !important;
}
.number_item_in{
  width:35px;
  height:auto;
  padding:8px 10px !important;
  border-radius:3px;
  font-family: 'CenturyGothic';
  font-size : 11px;
  color : #000000;
  position:relative;
  border:1px solid #dedede;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow:hidden;
}
.number_item_in_in{
    width:100%;
    height:auto; 
    display:flex;
    align-items:center;
    justify-content: center;
}

.number_item_in.auto{
    width:auto;
    padding:0px 5px;
}

.number_item_in_in.auto{
    width:auto;
}
.div_table .number_item:hover .number_item_in,
.div_table .number_item.active .number_item_in{
    border:1px solid #D8AE5B;
    background: #D8AE5B;
    color:#000;
}

.div_table .number_item.disactive:hover .number_item_in{
    color : #dedede;
    background: #fff;
    border:1px solid #dedede;
}


.number_item.disactive .number_item_in {  
    background: none;
}

.number_item.disactive .number_item_in:after {
    content: '';
    position:absolute;
    width:1px;
    height:40px;
    background:#dedede;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}  

.product_details_item{
    margin-top:25px;
}

.product_details_item a{
    background: #F4F4F4;
    font-family: 'CenturyGothic';
    font-size : 11px;
    letter-spacing : 0.88px;
    color : #262626;
}
.product_buttons{
    margin-top:15px;
}

.cookies-popup-buttons .btn.btn-primary, .cookies-popup-buttons .btn.btn-primary:active{
    background-color: #D8AE5B;
    border-color: #D8AE5B;
}
.cookies-popup-buttons .btn.btn-primary:hover,
.cookies-popup-buttons .btn.btn-primary:active {
    color:#000;
}

.banner_out.basic_main_banner_products.relative_products{
    margin-bottom:100px;
    width:100%;
    max-width:883px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -35px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #999;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #262626;
}
.popup_basket_area {
    width:750px;
    background: #fff;
}

.popup_basket_area_title {
    padding:0px;
    height:70px;
    background: #262626;
}

.popup_basket_area_title img{
    margin-right:25px;
}

.popup_basket_area_title h2 {
    font-family: 'CenturyGothicBold';
    font-size : 15px;
    letter-spacing : 1.35px;
    color : #FFFFFF;
    font-weight: normal;
    padding-top:5px;
}

.popup_basket_area_in {
    padding: 25px 0px 50px 0px;
    width:calc(100% - 30px);
    max-width:400px;
    margin:0 auto;
}

.popup_basket_photo {
    width: 100%;
    padding:0px;
}

.popup_basket_btn{
    margin-top: 0px;
}

.popup_basket_right {
   padding:20px 0px 0px 0px;
   min-height: 240px;
}

.popup_basket_btn_area{
    position: absolute;
    bottom:0;
    width:100%;
}

.close_popup_basket_area{
    position:Absolute;
    right: 12px;
    top: 6px;
    z-index:9999;
    cursor: pointer;
}

.popup_basket_txt h2 {
    text-transform: uppercase;
    font-family: 'CenturyGothic';
    font-size : 16px;
    color : #262626;
    margin-bottom: 3px;
}

.popup_basket_txt h5{
    font-family: 'CenturyGothic';
    font-size : 10px;
    font-style: unset;
    letter-spacing : 0.8px;
    color : #808080;
    margin-bottom:25px;
}

.popup_basket_txt h4{
   color:#9B9C9E !important;
   font-family: 'CenturyGothic' !important;;
   font-size:11px !important;;
   font-weight: normal;
   margin-top:0px;
   margin-bottom:10px;
   text-transform: uppercase;
}

.popup_basket_txt h4 strong{
    color:#000 !important;
    font-family: 'CenturyGothicBold';
}

.popup_basket_btn a {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    background: #262626;
    padding:0px;
    width:100%;
    height:36px;
    color: #fff !important;
    font-weight:normal;
    cursor: pointer;
    margin-bottom:4px;
    font-family: 'CenturyGothicBold';
    font-size : 11px;
    letter-spacing : 0.66px;
}
.popup_basket_btn.red a {
    background:  #D8AE5B;
}

.checkout ul.dots li, .checkout ul.dots_title li {
    width: calc(100% / 3);
}

.basket_quantity_up,.basket_order_btn {
    background:#D8AE5B;
    position:relative;
}
.basket_quantity_down {
    background: #000;
    position:relative;
}

.basket_quantity_up:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f067';
    color: #fff;
    font-size: 13px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.basket_quantity_down:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f068';
    color: #fff;
    font-size: 13px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.table_results_item.total_price .table_results_right, .table_results_item.total_price {
    color: #D8AE5B;
}
.basket_order_btn a, .btn_back a {
    font-family: 'CenturyGothicBold';
    font-weight: normal;
}

.basket_order_btn a i, .btn_back a i {
    position:relative;
    top:1px;
}
.basket_delete_btn_in{
    width:20px;
    height:20px;
    background:#D8AE5B;
    position:relative;
}
.basket_delete_btn:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00d';
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.checkout_out {
    margin-top: 0px;
}

.check_coupon {
    background:#D8AE5B;
    font-family: 'CenturyGothicBold';
    font-weight: normal;
    color: #fff;
    font-size: 12px;
}
.eshop_oroi{
    float:right;
    width:fit-content;
    color:#000;
    cursor: pointer;
}
.eshop-oroi-buttons{
    text-align: right;
}
.basket_order_btn {
    float:unset;
    width:fit-content;
}
.page_eshop_basket_list .basket_order_btn {
    float:right;
} 
.eshop_oroi a {
    color: #000 !important;
}
.basket_order_btn_area{
    width:100%;
    display: flex;
    justify-content: end;
}
.coupon_area input[type="text"] {
    font-family: 'CenturyGothic';
    font-weight: normal;
    color:#000;
}

.coupon_area input[type="text"]::-ms-input-placeholder { /* Edge 12-18 */
    color: #000;
  }
  
.coupon_area input[type="text"]::placeholder {
    color: #000;
  }

  .table_results_item.total_price .table_results_left {
    font-family: 'CenturyGothicBold';
    font-weight: normal;
}
.coupon_area input[type="text"] {
    border: 1px solid #ccc;
}

.checkout-procced.title_out{
    background: rgba(216, 174, 91, 0.2);
}

.checkout-procced.title_out div.active{
    font-family: 'CenturyGothicBold';
    color:#D8AE5B;
    font-size: 27px;
    margin:0px 10px 0px 10px;
}

.checkout-procced.title_out div.next, .checkout-procced.title_out div.previous{
    font-family: 'CenturyGothicBold';
    color:#fff;
    font-size: 23px;
    margin:0px 10px 0px 10px;
}

.three_steps.dots_title{
    margin-left:75px;
}

.three_steps.dots_title i{
    margin:0px 5px 0px 5px;
    font-size:10px;
    font-weight: 700;
}
.form_item.form_effect input[type="text"], .form_item.form_effect input[type="password"] {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form_item.form_effect input[type="text"]#CardholderName{
   width:220px;
   margin-top:15px;
   outline: none;
   border:1px solid #D8AE5B;
   border-radius:20px;
   margin-left:-10px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
#eshop_submit .form_item.form_effect.error input[type="text"], #eshop_submit .form_item.form_effect.error_email input[type="text"], #eshop_submit .form_item.form_effect.error select {
    border-bottom: 1px solid #e73d4a;
}
.form_item.form_effect.error input[type="text"]#CardholderName{
    border:1px solid  #e73d4a;
}
#div_CardholderName .form_item.form_effect {
    background: none;
    padding:0px 0px 10px 0px;
}
.login_btn {
    /* border-radius: 3px; */
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login_btn:hover {
    background: #D8AE5B;
}
.login_btn input[type="submit"] {
    font-family: 'CenturyGothicBold';
    font-size: 14px;
}

.login_register_btn {
    font-family: 'CenturyGothic';
    font-size: 12px;
    border: none;
    background: none;
    text-align: center;
    position:relative;
    padding-top:20px;
}

.login_register_btn:after {
    content:'';
    position:Absolute;
    width:100px;
    height:1px;
    background: #D8AE5B;
    top:9px;
    left:50%;
    transform: translateX(-50%);
}

.login_register_btn a {
    font-family: 'CenturyGothic';
    font-size: 12px;
    color: #000 !important;
    padding:0px;
}
.login_checkout_area{
    width:calc(100% - 30px);
    max-width:300px;
    margin:0 auto;
}
.login_checkout_area .login_popup_area_in{
    padding:0px;
}

.login_checkout_area .login_popup_register, 
#eshop_submit .other_address_data .form_item.form_effect label, 
#eshop_submit #div_countries .form_item.form_effect label,
#eshop_submit #div_region_id .form_item.form_effect label,
#eshop_submit #div_cities .form_item.form_effect label,
#eshop_submit .timologisi_form .form_item.form_effect label{
   display:none;
}
.basket_confirm_item.with_bg{
  background: rgba(216, 174, 91, 0.2);
}
.basket_confirm_item_t {
    border-bottom:none;
}
.basket_confirm_item.with_bg {
    padding-top: 20px;
}

.title_conf {
    color: #D8AE5B;
    font-size: 18px;
    font-family: 'CenturyGothicBold';
}

.other_address {
    background:#D8AE5B;
}
.other_address a {
    font-family: 'CenturyGothicBold';
    font-size: 15px;
    font-weight: normal;
    color: #fff !important;
}
.other_address:hover {
    background:#D8AE5B;
}

.announcewrong_message_title{
  font-family: 'CenturyGothicBold';
  background:#D8AE5B;
  color: #fff;
}
.announcewrong_message_text {
    font-family: 'CenturyGothic';
    background: rgba(216, 174, 91, 0.2);
}

.login_popup_title h3{
    margin-top:20px;
    font-family: 'CenturyGothicBold';
}

.second_choice{
    font-family: 'CenturyGothicBold';
    text-align: center;
    padding:20px;
    background: rgba(216, 174, 91, 0.1);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    position:relative;
}

.second_choice:after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f0ab';
    padding:1px;
    color:#D8AE5B;
    border-radius:50%;
    position:Absolute;
    font-size: 35px;
    left:50%;
    transform: translateX(-50%);
    bottom:-30px;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom:-30px;
    }
    50% {
        bottom:-40px;
    }
}

.form_item.form_effect select{
    border:none;
    border-bottom:1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#eshop_submit #div_active_newsletter{
   font-size: 12px;
   margin-top:10px;
}

.basket_confirm_item input[type="radio"] + label {
    font-size: 15px;
    letter-spacing: 0.6px;
}

.basket_confirm_item input[type="radio"] + label span{
    top:-1px;
}

.pay_way_data .pay-items-title .b_conf_tab{
    margin-bottom: .5rem;
    position:relative;
    cursor: pointer;
}

.pay_way_data .pay-items-title .b_conf_tab a strong{
    font-size: 12px;
    font-weight: 300;
}
.pay_way_data .pay-items-title .b_conf_tab.last{
    margin-bottom:0rem;
}


.pay_way_data .pay-items-title .b_conf_tab span{
    background: none;
    width:30px;
    margin-right:5px;
    height:15px;
    border-radius:10px;
    border:1px solid rgba(0,0,0,0.2);
    position:relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display:inline-block;
    top:2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.pay_way_data .pay-items-title .b_conf_tab.active span{
    border:1px solid #d8ae5b;
}

.pay_way_data .pay-items-title .b_conf_tab span:after{
    content:'';
    position:absolute;
    height:11px;
    width:11px;
    background: rgba(0,0,0,0.2);
    /* border:1px solid rgba(0,0,0,0.2); */
    border-radius:50%;
    top:1px;
    left:1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pay_way_data .pay-items-title .b_conf_tab.active span:after{
    background: #d8ae5b;
    left:calc(100% - 13px);
    /* border:1px solid #d8ae5b; */
}

.pay_way_data .tab-pane{
    display: none;
}
.pay_way_data .tab-pane, .b_confirm_radio.active .b_confirm_radio_text{
    font-size: 14px;
}
.pay_way_data .tab-pane strong{
    font-size: 12px;
}
.pay_way_data  .tab-pane-title{
   font-family: 'CenturyGothicBold';
   font-size: 14px;
   padding-bottom:5px;
   margin-bottom: 5px;
   color:#d8ae5b;
   border-bottom:1px solid #ccc;
}
.pay_way_data  .pay-items-title{
    width:50%;
}

.b_conf_tab_desc_mob_in {
    display: none;
}
.pay-items-title{
    position:relative;
}
.b_conf_tab_desc_mob{
  position:Absolute;
  top:-50px;
  width:100%;
  lefT:100%;
}

.b_conf_tab_desc_mob .b_conf_tab_desc_mob_in, .b_confirm_radio.active .b_confirm_radio_text {
    padding:10px 0px 20px 0px;
}

.b_conf_tab_desc_mob.last  .b_conf_tab_desc_mob_in, .b_confirm_radio.active .b_confirm_radio_text.last{
    padding:10px 0px 0px 0px;
}
.b_conf_tab_desc_mob.last .b_conf_tab_desc_mob_in, .b_conf_tab_desc_mob .b_conf_tab_desc_mob_in, .b_conf_tab_desc_mob .b_conf_tab_desc_mob_in span{
    font-family: 'CenturyGothic', 'PFFuturaNeuBook Regular', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

#eshop_submit #table_content .table_content_title .basket_col_title {
  border-top:none;
  margin-top:20px;
}
.basket_confirm_item_in{
    margin-bottom:25px;
}
.eshop_oroi_in{
    width:calc(100% - 35px);
    margin-top:5px;
}
.product_feautures_item_title.custom{
   padding-bottom:5px;
}

.product_feautures_item_title.custom span{
    margin-top:-10px;
}
.page_photo{
    position: relative;
}

.page_photo .title_area{
    position: absolute;
    top:calc(50% + 50px);
    transform: translateY(-50%);
    left:15%;
    font-family: 'CenturyGothicBold';
    font-size: 77px;
    color: #d8ae5b;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.contact_title{
    margin-top:50px;
    width: 300px;
    position:relative;
    padding:0px 0px 0px 20px;
}

.contact_title .title{
    font-family: 'CenturyGothic';
    font-size: 54px;
    margin-bottom:5px;
}

.contact_title .sub_title{
    font-size: 26px;
}

.contact_title:after{
    content:'';
    position: absolute;
    width:1px;
    height:300%;
    background: #d8ae5b;
    bottom:-10%;
    left:0;
}

.contact_details{
    margin-top:80px;
    padding:0px 0px 0px 20px;
}

.contact_details .title{
    font-family: 'CenturyGothicBold';
    color:#000;
    font-size: 12px;
    margin-bottom:5px;
}

.contact_details .sub_title{
    font-family: 'CenturyGothic';
    font-size: 16px;
    margin-bottom:20px;
}
.contact_item {
    border:none;
    border-bottom: 1px solid #ccc;
    /* border-radius: 7px; */
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 5px;
}

#contact_form{
    width:80%;
    margin-right:0px;
    margin-top:65px;
}

#contact_form .contact_item.error {
    border:none;
    border-bottom: 1px solid #a94442;
}

#contact_form input[type="text"]::placeholder, #contact_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'CenturyGothic';
    font-style: normal;
}
  
#contact_form input[type="text"]:-ms-input-placeholder, #contact_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'CenturyGothic';
    font-style: normal;
}
  
#contact_form input[type="text"]::-ms-input-placeholder, #contact_form textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'CenturyGothic';
    font-style: normal;
}

#contact_form input[type="text"], #contact_form textarea{
    font-style: normal;
    outline: none;
}
#contact_form textarea{
    height: 43px;
}
#contact_form .eshop_oroi.newsletter_terms{
    width:fit-content;
    float: right;
}

#contact_form .eshop_oroi.newsletter_terms, #contact_form .eshop_oroi.newsletter_terms a{
    font-family: 'CenturyGothic';
    color:#000;
}

#contact_submit_btn, #contact_submit_btn_c, #contact_submit_btn_1, #friend_submit_btn {
    display: block;
    margin-right: 0;
    float:right;
}

#contact_submit_btn a {
    display: block;
    font-family: 'CenturyGothicBold';
    background: #d8ae5b;
    /* border-radius: 5px; */
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1.6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact_submit_btn a:hover {
    background: #d8ae5b;
}

#contact_results {
    margin-right:0px;
    font-family: 'CenturyGothic';
    font-size: 12px;
    text-align: right;
}

.style_img, .style_img img{
    width:100%;
}

.style_img{
    padding:10px 8px;
    border:4px solid #9f9f9f;
    margin-bottom: 10px;
}

.style_img img{
    height:300px;
}

.style_name{
    font-family: 'CenturyGothicBold';
    color:#9f9f9f;
    font-size: 12px;
}
table.table_sizes, table.table_sizes_mobile{
    width:100%;
    border:2px solid #000;
    margin-top:30px;
}

table.table_sizes tr, table.table_sizes_mobile tr{
    border-bottom:2px solid #000;
}

table.table_sizes tr td{
    padding:10px;
    border-right:2px solid #000;
    text-align: center;
    font-family: 'CenturyGothicBold';
}

table.table_sizes tr:first-child td{
    font-size: 20px;
    color:#fff;
    background:grey;
}

table.table_sizes tr:first-child td:first-child{
    background: #fff;
}

table.table_sizes tr td:first-child{
    text-align: left;
}

table.table_sizes_mobile tr td{
    padding:10px;
    border-right:2px solid #000;
    text-align: center;
    font-family: 'CenturyGothicBold';
}
table.table_sizes_mobile tr:nth-child(2) td{
    color:#fff;
    background:grey;
}
.title_method{
    font-family: 'CenturyGothicBold';
    margin-top: 50px;
    margin-bottom:15px;
}
.desc_method{
    padding-left:30px;
}
.ring_method {
    width:100%;
    margin-top:30px;
    border:2px solid #000;
}
.ring_method .measure_item{
   width:calc(100% / 11);
   text-align: center;
   border-right:2px solid #000;
}
.ring_method .measure_item div{
    padding:5px;
}
.ring_method .measure_item div:first-child{
    border-bottom:2px solid #000;
}
.ring_method .measure_item:last-child{
    border-right:none;
}
.ring_method{
    font-family: 'CenturyGothicBold';
}
#owl_product_quick .video-container{
    background: #000;
}
.swiper-container-mobile video{
    width:100% !important;
}
.swiper-container-mobile .swiper-slide{
    height:100% !important;
    max-height:unset !important;
}
#megethologio .modal-content {
  font-size: 13px;
}
.articles_out .about_us{
    font-size: 16px;
   line-height: 25px;
}
.articles_out .about_us [class^="col-"]{
    padding:20px 10px;
}

.articles_out .about_us strong{
    padding-bottom:20px;
    font-size: 25px;
    font-weight: 100;
}

.articles_out .about_us a{
    width:140px;
    height:40px;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: #d8ae5b;
    margin:0 auto;
}

.slider_item_text{
    width:calc(100% - 30px);
    max-width:400px;
    cursor: pointer;
}

.slider_item_text .slider_item_title h3{
    font-family: 'CenturyGothic';
    font-size: 70px;
    letter-spacing: 4px;
    color:#d8ae5b;
}

.slider_item_text  .slider_item_button {
    font-family: 'CenturyGothic';
    max-width:270px;
    margin-top:20px;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    height:50px;
    display:flex;
    align-items:center;
    justify-content: center;
    font-size: 17px;
    color:#fff;
    background: #d8ae5b;
    border-bottom:none;
}

.slider_item_text.text-center  .slider_item_button {
    left:50%;
    transform:translateX(-50%);
}

.slider_item_text.text-left .slider_item_button {
    left:0%;
    transform:unset;
}

.slider_item_text.text-right .slider_item_button {
    left:calc(100% - 270px);
    transform:unset;
}

.slider_text_mobile{
    position:Absolute;
    left:50%;
    top:75%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slider_text_mobile .title{
    text-align: center;
    font-family: 'CenturyGothic';
    font-size: 50px;
    letter-spacing: 3px;
    color:#d8ae5b;
}

.slider_text_mobile .button{
    font-family: 'CenturyGothic';
    width:270px;
    height:50px;
    margin:0 auto;
    margin-top:20px;
    display:flex;
    align-items:center;
    justify-content: center;
    font-size: 17px;
    color:#fff;
    background: #d8ae5b;
}

.modal-header .close {
  outline:none;
}
.popup_basket_area.fault .popup_basket_txt_fault{
    padding: 5px;
    color: #cc0000;
    font-size: 12px;
    background: rgba(255,0,0,0.2);
}
.select_vourier_kind_item{
    position:relative;
    cursor: pointer;
    margin-left:30px;
    margin-top:15px;
    font-size: 13px;
    font-family:'CenturyGothicBold';
    color:#d8ae5b;
}

.select_vourier_kind_item:after{
    content:'';
    position:absolute;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #d8ae5b;
    left:-22px;
}

.select_vourier_kind_item:before{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255,255,255,0);
        left: -19px;
        top: 3px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
.select_vourier_kind_item.selected:before{
    background: #d8ae5b;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-family:'CenturyGothicBold';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #d8ae5b;
    border: none;
    border-radius: .25rem;
}
.input-group>.custom-select:not(:first-child){
    outline:none;
    font-size: 14px;
    font-family: 'CenturyGothic';
    border: 1px solid #ccc
}
.instalements_title{
    font-family:'CenturyGothicBold';
    font-size: 14px;
}
.instalements_title span{
    color:#d8ae5b;
}

.tab_instalments{
    max-width: 200px;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #d8ae5b;
	background-color: #d8ae5b;
}
/* svg#gra_certified{
    width:80px;
    position:Absolute;
    left:calc(100% + 20px);
    top:0px;
    z-index:9999;
} */
#gra_certified{
    width:120px;
    position:Absolute;
    left:calc(100% + 20px);
    top:0px;
    z-index:9999;
}
svg#gra_certified text#text{
    font-family:'CenturyGothicBold' !important;
}
.img_title_subtitle{
    position:Absolute;
    left:70px;
    top:50%;
    transform: translateY(-50%);
}
.img_title_subtitle .title{
    font-family: 'CenturyGothic';
    font-size: 35px;
    color: #D8AE5B;
    width: 220px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.img_title_subtitle .sub_title{
    width: 253px;
    height: 51px;
    display: Flex;
    align-items: center;
    justify-content: center;
    background: #D8AE5B;
    font-family: 'CenturyGothic';
    font-size: 16px;
    color: #FFFFFF;
    margin:0 auto;
}
.instalments_warning{
    position:relative;
    font-size: 12px;
    font-family: 'CenturyGothicBold';
    width: 100%;
    padding:5px 0px 5px 15px;
}
.instalments_warning:before{
    content:'**';
    font-weight: bold;
    color:#D8AE5B;
    position:Absolute;
    top:10;
    left:0px;
}
.load_paypal{
    position:fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color:rgba(0,0,0,0.4);
    z-index:99999;
}

.load_paypal img{
    width:180px;
    animation:pulse 1s infinite;
}

@keyframes pulse {
	10% {transform: scale(1.1)}
}


#eshop_submit .eshop_oroi{
    float:unset;
    width:100%;
 }
 #eshop_messages {
    display:none;
    padding:0px;
    margin:10px auto;
 }
 .announcewrong{
   padding:3px 15px;
   text-align: center;
 }

div.swiper-slide.photo_small{
    min-height:155px !important;
}