@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{font-family:'Roboto',Arial,sans-serif;font-weight:400;color:#000;font-size:15px;line-height:20px;width:100%}


h1,h2,h3,h4,h5,h6{color:#498d68}
h1{font-size:33px}
h2{font-size:27px}
h3{font-size:21px}
h4{font-size:15px}
h5{font-size:12px}
h6{font-size:10.2px}
a{color:#498d68}
a:hover{text-decoration:none}
a,a:focus,a:active{outline:none!important;text-decoration:none!important}
legend{font-size:18px;padding:7px 0}
label{font-size:12px;font-weight:400}
select.form-control,textarea.form-control,input[type="text"].form-control,input[type="password"].form-control,input[type="datetime"].form-control,input[type="datetime-local"].form-control,input[type="date"].form-control,input[type="month"].form-control,input[type="time"].form-control,input[type="week"].form-control,input[type="number"].form-control,input[type="email"].form-control,input[type="url"].form-control,input[type="search"].form-control,input[type="tel"].form-control,input[type="color"].form-control{padding:5px 10px;font-size:15px;line-height:1.5;border-radius:10px;height:45px}
.input-group input,.input-group select,.input-group .dropdown-menu,.input-group .popover{font-size:12px}
.input-group .input-group-addon{font-size:15px;height:30px}
span.hidden-xs,span.hidden-sm,span.hidden-md,span.hidden-lg{display:inline}
div.required .control-label:before{content:'* ';color:red;font-weight:700}
p{font-size:15px}


/* HEADER */
header{background:#6a9f82}
@media (max-width: 768px) {
header{background:#6a9f82}
}
header .ustblm{display:flex;align-items:center;flex-direction:row;min-height:140px}
header .ustblm .ustlink .iconlink{display:block}
header .ustlink{display:flex;justify-content:flex-end;align-items:center;flex-direction:row;list-style:none;gap:30px;margin:0 40px 0 0}
header .ustlink li a{font-size:30px;color:#fff;padding:5px}
header .ustlink li a:hover{text-decoration:none}
.language-switch .btn-language{background:none;border:none;padding:0;cursor:pointer}
.language-switch img{width:35px;height:auto;display:block}
#logo{margin:0 0 10px}
#logo{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:row;align-content:center}
#logo img{margin:auto;outline:none;display:block;width:300px;height:auto;margin-top:25px}
@media (max-width: 1100px) {
header .ustblm .col-sm-4{padding:0;margin:auto}
header .ustlink{margin:0;gap:15px;padding:0;justify-content:center}
.ustblm .ustlink .iconlink{font-size:30px;padding:0}
}
@media (max-width: 767px) {
#logo img{width:230px;margin-top:5px}
header .ustblm{justify-content:space-between}
header .ustblm .col-sm-4{margin:0 10px}
}

#content{min-height:400px}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width: 576px) {
.container{max-width:540px}
}
@media (min-width: 768px) {
.container{max-width:720px}
}
@media (min-width: 992px) {
.container{max-width:960px}
}
@media (min-width: 1200px) {
.container{max-width:1140px}
}
@media (min-width: 1400px) {
.container{max-width:1320px}
}
.containerfull{width:100%;margin:0;padding-right:15px;padding-left:15px;box-sizing:border-box}
@media (min-width: 576px) {
.containerfull{max-width:100%}
}
@media (min-width: 768px) {
.containerfull{max-width:100%}
}
@media (min-width: 992px) {
.containerfull{max-width:100%}
}
@media (min-width: 1200px) {
.containerfull{max-width:100%}
}
@media (min-width: 1400px) {
.containerfull{max-width:100%}
}

/* MOBIL MENU */
.mobil-menu-wrap{
display:none;
}

@media (max-width:1100px){
.mobil-menu-wrap{
display:block;
}
}

.menu-toggle{font-size:28px;background:none;border:none;color:#fff;cursor:pointer}
.mobil-menu{position:fixed;top:0;left:-280px;width:280px;height:100%;background:#fff;z-index:9999;transition:left .3s ease;box-shadow:2px 0 10px #0003;padding-top:60px}
.mobil-menu ul{list-style:none;padding:0;margin:0}
.mobil-menu .menu-item a{display:block;padding:15px 20px;border-bottom:1px solid #eee;text-decoration:none;color:#333;font-size:16px}
.mobil-menu .menu-item a:hover{background:#f5f5f5}
.mobil-menu.active{left:0}
.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;visibility:hidden;transition:all .3s;z-index:9998}
.menu-overlay.active{opacity:1;visibility:visible}


/* DESKTOP MENU */
.mega-menu{display:flex;justify-content:center;background:transparent;position:relative;z-index:100;margin:0;padding-bottom:10px}
.mega-menu ul{list-style:none;display:flex;padding:0;margin:0}
.mega-menu .menu-item{position:static;padding:15px 25px}
.mega-menu .menu-item > a{font-weight:700;text-transform:uppercase;letter-spacing:4.5px;font-size:15px;text-decoration:none;color:#fff;position:relative;display:flex;align-items:center;transition:color .2s ease}
.mega-menu .menu-item:hover > a{color:#fff}
.mega-menu li a:after{content:'';position:absolute;height:1px;left:0;bottom:-5px;width:0;background:#fff;transition:width .5s}
.mega-menu li a:hover::after{width:100%}
@media (max-width: 1100px) {
.mega-menu{display:none!important}
}


/* SEARCH */
#fullsearch-trigger{cursor:pointer;display:inline-block;font-size:28px;color:#498d68;transition:color .2s ease}
#fullsearch-trigger:hover{color:#498d68}
#fullsearch-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;display:none;align-items:center;flex-direction:column;opacity:0;transition:opacity .3s ease}
#fullsearch-overlay.active{display:flex;opacity:1}
.fullsearch-container{position:relative;text-align:center;width:90%;max-width:800px;animation:fadeIn .4s ease}
.fullsearch-heading{margin:80px 0 30px;font-size:30px;font-weight:400;line-height:1.4}
.fullsearch-input{min-height:50px;line-height:1.5;width:80%;padding:5px 20px;font-size:20px;border:1px solid #60606040;border-radius:5px 0 0 5px;outline:none;color:#498d68}
.fullsearch-input::placeholder{color:#498d68}
.fullsearch-button{padding:0 20px;font-size:30px;border:none;background-color:#498d68;color:#fff;border-radius:0 5px 5px 0;cursor:pointer;transition:background-color .3s ease;margin-left:-1px}
.fullsearch-button:hover{background-color:#666}
#fullsearch-close{position:absolute;top:25px;right:35px;font-size:50px;color:#222;cursor:pointer;transition:color .2s ease}
#fullsearch-close:hover{color:#f60}
#fullsearch-results{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:10px;max-height:620px;width:88%;box-shadow:0 6px 25px #00000040;margin-top:0;z-index:99999;overflow-y:auto}
.fullsearch-item{display:flex;align-items:center;gap:12px;padding:0 10px 5px;border-bottom:1px solid #ebebeb;transition:background .2s ease}
.fullsearch-item:last-child{border-bottom:none}
.fullsearch-item .info{width:100%;padding:5x}
.fullsearch-item .info .name{margin-bottom:5px;padding:0;text-align:left;font-weight:600;color:#000;text-decoration:none;flex:1;font-size:15px;line-height:1.3}
.fullsearch-item .price{color:#498d68;font-weight:600;font-size:14px}
.fullsearch-item .info .infocontent{display:flex;justify-content:space-between;align-items:center;flex-direction:row}
#fullsearch-results .price-old{text-decoration:line-through;color:#999;font-weight:400;margin-right:5px}
#fullsearch-results .price-new{color:#498d68;font-weight:600}
@keyframes fadeIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
@media (max-width: 1100px) {
#fullsearch-trigger{font-size:23px;padding-top:3px}
}
@media (max-width: 480px) {
#fullsearch-results{width:100%}
.fullsearch-item .info .name{font-size:13px;line-height:1.3}
.fullsearch-input{width:100%;font-size:16px;padding:12px 15px}
.fullsearch-button{margin-left:0;padding:12px 18px;font-size:16px}
.fullsearch-item img{width:45px;height:45px}
}
.fullsearch-results{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:500px;max-height:400px;background:#fff;border-radius:10px;overflow-y:auto;box-shadow:0 5px 20px #00000026;display:none;z-index:99999}
.fullsearch-list{list-style:none;margin:0;padding:0}
.fullsearch-item a{display:flex;align-items:center;padding:10px;text-decoration:none;color:#333}
.fullsearch-info .name{font-weight:600}
.fullsearch-info .price{font-size:14px;color:#498d68;font-weight:700}
.fullsearch-item .model{font-size:14px;color:#498d68}
#form-loading .icon-spinner3{display:inline-block;animation:spin 1s linear infinite;font-size:22px;color:#498d68;margin-top:30px}
@keyframes spin {
100%{transform:rotate(360deg)}
}
#fullsearch-form{display:flex;justify-content:center}
.searchnone{font-size:20px;color:#498d68;margin-top:30px}

/* SEARCH */
#fullsearch-trigger{cursor:pointer;display:inline-block;font-size:28px;color:#fff;transition:color .2s ease}
#fullsearch-trigger:hover{color:#498d68}
#fullsearch-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;display:none;align-items:center;flex-direction:column;opacity:0;transition:opacity .3s ease}
#fullsearch-overlay.active{display:flex;opacity:1}
.fullsearch-container{position:relative;text-align:center;width:90%;max-width:800px;animation:fadeIn .4s ease}
.fullsearch-heading{margin:80px 0 30px;font-size:30px;font-weight:400;line-height:1.4}
.fullsearch-input{min-height:50px;line-height:1.5;width:80%;padding:5px 20px;font-size:20px;border:1px solid #60606040;border-radius:5px 0 0 5px;outline:none;color:#498d68}
.fullsearch-input::placeholder{color:#498d68}
.fullsearch-button{padding:0 20px;font-size:30px;border:none;background-color:#498d68;color:#fff;border-radius:0 5px 5px 0;cursor:pointer;transition:background-color .3s ease;margin-left:-1px}
.fullsearch-button:hover{background-color:#666}
#fullsearch-close{position:absolute;top:25px;right:35px;font-size:50px;color:#222;cursor:pointer;transition:color .2s ease}
#fullsearch-close:hover{color:#f60}
#fullsearch-results{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:10px;max-height:620px;width:88%;box-shadow:0 6px 25px #00000040;margin-top:0;z-index:99999;overflow-y:auto}
.fullsearch-item{display:flex;align-items:center;gap:12px;padding:0 10px 0;border-bottom:1px solid #ebebeb;transition:background .2s ease}
.fullsearch-item:last-child{border-bottom:none}
.fullsearch-item img{max-width:80px}
.fullsearch-item .info{width:100%;padding:5x}
.fullsearch-item .info .name{margin-bottom:5px;padding:0;text-align:left;font-weight:600;color:#498d68;text-decoration:none;flex:1;font-size:15px;line-height:1.3}
.fullsearch-item .price{color:#498d68;font-weight:600;font-size:14px}
.fullsearch-item .info .infocontent{display:flex;justify-content:space-between;align-items:center;flex-direction:row}
#fullsearch-results .price-old{text-decoration:line-through;color:#999;font-weight:400;margin-right:5px}
#fullsearch-results .price-new{color:#498d68;font-weight:600}
@keyframes fadeIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
@media (max-width: 1100px) {
#fullsearch-trigger{font-size:23px;padding-top:3px}
}
@media (max-width: 480px) {
#fullsearch-results{width:100%}
.fullsearch-item .info .name{font-size:13px;line-height:1.3}
.fullsearch-input{width:100%;font-size:16px;padding:12px 15px}
.fullsearch-button{margin-left:0;padding:12px 18px;font-size:16px}
.fullsearch-item img{width:45px;height:45px}
}
.fullsearch-results{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:500px;max-height:400px;background:#fff;border-radius:10px;overflow-y:auto;box-shadow:0 5px 20px #00000026;display:none;z-index:99999}
.fullsearch-list{list-style:none;margin:0;padding:0}
.fullsearch-item a{display:flex;align-items:center;padding:10px;text-decoration:none;color:#333}
.fullsearch-info .name{font-weight:600}
.fullsearch-info .price{font-size:14px;color:#498d68;font-weight:700}
.fullsearch-item .model{font-size:14px;color:#498d68}
#form-loading .icon-spinner3{display:inline-block;animation:spin 1s linear infinite;font-size:22px;color:#498d68;margin-top:30px}
@keyframes spin {
100%{transform:rotate(360deg)}
}
#fullsearch-form{display:flex;justify-content:center}
.searchnone{font-size:20px;color:#498d68;margin-top:30px}

/* SEARCH PAGE */
#product-search .fullsearch-input option{line-height:1.5}
#product-search .fullsearch-input{font-size:16px}
#product-search #fullsearch-form{display:flex;align-content:center;align-items:center;flex-direction:row;justify-content:flex-start}
#product-search	#fullsearch-form .fullsearch-button{padding:10px 20px;font-size:30px;border:none;background-color:#498d68;color:#fff;border-radius:0 5px 5px 0;cursor:pointer;transition:background-color .3s ease;margin-left:-3px}
@media (max-width: 768px) {
#product-search #fullsearch-form{margin-bottom:10px}
}
#product-search .empty-search-text{font-weight:600;display:block;margin-top:40px;text-align:center;font-size:16px;padding:30px;color:#498d68}
#product-search .searchsonuc{font-weight:600;display:block;margin-top:20px;text-align:left;font-size:16px;padding:20px 0;color:#498d68}
#search-loading{display:flex;justify-content:center;align-items:center;padding:60px 0}
#search-loading .icon-spinner3{font-size:32px;color:#498d68;animation:spin 1s linear infinite}
.search-results{display:none}
.search-results-show{display:block;animation:fadeIn .4s ease}
@keyframes spin {
100%{transform:rotate(360deg)}
}
@keyframes fadeIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}



/* SLIDESHOW */
.slideshow .swiper-slide img{display:block;width:100%;height:auto}
.swiper-viewport{margin:0 0 20px;background:#fff;z-index:1;width:100%;position:relative;overflow:hidden}
.swiper-container{direction:ltr!important}
.swiper-pager{width:100%;position:absolute;top:50%;line-height:45px}
.swiper-button-prev,.swiper-button-next{color:#000c;text-shadow:1px 1px 0 #ffffff4d;transition:all .3s ease;z-index:2;background-image:none}
.swiper-viewport .swiper-button-prev{opacity:.7;left:10px}
.swiper-viewport .swiper-button-next{opacity:.7;right:10px}
@media (min-width: 768px) {
.swiper-viewport .swiper-button-prev{opacity:0;left:-20px}
.swiper-viewport .swiper-button-next{opacity:0;right:-20px}
.swiper-viewport:hover .swiper-button-prev{opacity:.7;left:10px}
.swiper-viewport:hover .swiper-button-next{opacity:.7;right:10px}
}
.swiper-button-prev:before{width:40px;height:40px;content:"\e910";font-family:'icomoon'!important;color:#fff;font-size:40px}
.swiper-button-next:before{width:40px;height:40px;content:"\e90e";font-family:'icomoon'!important;color:#fff;font-size:40px}
.swiper-pagination{bottom:-40px;left:0;text-align:center;width:100%}
.swiper-pagination-bullet{width:11px;height:11px;background:#00000080;border-radius:20px;box-shadow:inset 0 0 3px #0000004d;margin:0 5px;opacity:1}
.swiper-pagination-bullet:hover{background:#000000b3}
.swiper-pagination-bullet-active{background:#000000e6}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{overflow:hidden;opacity:0;cursor:pointer;pointer-events:auto}
.slideshow.swiper-viewport[data-has-preloader]{position:relative;overflow:hidden}
@media (max-width: 767px) {
.slideshow.swiper-viewport[data-has-preloader]{aspect-ratio: 480 / 622}
}
@media (min-width: 768px){
  .slideshow.swiper-viewport[data-has-preloader]{
    aspect-ratio: 2540 / 965}
}
.slideshow-preloader{position:absolute;inset:0;background:#f7f7f7;z-index:50;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}
.slideshow-preloader__spinner{width:44px;height:44px;border-radius:50%;border:4px solid #e1e1e1;border-top-color:#498d68;animation:slideshowSpin .7s linear infinite}
@keyframes slideshowSpin {
to{transform:rotate(360deg)}
}
.slideshow.swiper-viewport[data-has-preloader] .swiper-container:not(.swiper-initialized):not(.swiper-container-initialized) .swiper-wrapper{opacity:0}
.slideshow.swiper-viewport .swiper-container.swiper-initialized .swiper-wrapper,.slideshow.swiper-viewport .swiper-container.swiper-container-initialized .swiper-wrapper{opacity:1;transition:opacity .3s ease}
.slideshow-caption{position:absolute;left:10%;top:30%;z-index:99;width:35%;max-width:600px;display:flex;gap:40px;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}
.slideshow-caption .slideshow-title{font-size:40px;color:#fff;font-weight:700;line-height:1;text-align:left}
.slideshow-caption .slideshow-text{font-size:18px;color:#fff;text-align:left;font-family:'Roboto',sans-serif;line-height:1.5}
.slideshow-caption .button_group{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:stretch;gap:8px}
.slideshow-caption .arrow_link{display:block;text-align:center;transition:.25s;cursor:pointer;border:none;box-shadow:none;background-color:transparent;font-size:1.4rem}
.slideshow-caption .arrow_link .push{width:100%;margin:0;letter-spacing:.5rem;text-transform:uppercase;line-height:1.2;font-size:1.6rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;font-weight:400;padding:1rem 2rem 1.1rem;text-decoration:none;border:0;color:#fff;border-radius:6px;background-color:#498d68;min-width:12rem;min-height:48px;transition:.25s;-webkit-appearance:none;appearance:none}
.slideshow-caption .arrow_link .push:hover{background:linear-gradient(90deg,#0B2C6D 0%,#163E7B 18%,#245F86 38%,#3A8E8E 58%,#4BBF9F 78%,#53D6A4 100%);transition:.25s}
.slideshow-caption .push-arrow span{transform:translate(1rem);transition:.25s}
.slideshow-caption .push-button-arrow{width:2rem;height:2rem;opacity:0;visibility:hidden;transform:translate(1rem);transition:.25s}
.slideshow-caption .push-arrow:hover .push-button-arrow{transform:translate(0);opacity:1;visibility:visible}
.slideshow-caption .push-arrow:hover span{transform:translate(-0.5rem)}
.slideshow-caption .push-arrow{position:relative}
@media (min-width: 768px) and (max-width: 1200px) {
.slideshow-caption{gap:20px;width:45%;top:10%;left:7%}
.slideshow-caption .slideshow-title{font-size:30px}
.slideshow-caption .slideshow-text{font-size:15px}
}
@media (max-width: 767px) {
.slideshow-caption{gap:30px;width:70%;top:20%;left:15%;right:15%}
.slideshow-caption .slideshow-title{font-size:35px}
.slideshow-caption .slideshow-text{font-size:17px}
}

/* ADVANCED BANNER */
.ab-module{margin:20px 0}
.ab-title{display:table;margin:0 auto 40px;position:relative;color:#498d68;font-weight:400;text-align:center;font-size:25px;letter-spacing:5px}
.ab-title::after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:1px;background:#498d68}
.ab-grid{display:flex;flex-wrap:wrap;gap:15px}
.ab-item{position:relative;overflow:hidden;border-radius:6px;background:#fff}
.ab-grid[data-cols="1"] .ab-item{width:calc(100% - 0px)}
.ab-grid[data-cols="2"] .ab-item{width:calc((100% - 15px) / 2)}
.ab-grid[data-cols="3"] .ab-item{width:calc((100% - 30px) / 3)}
.ab-grid[data-cols="4"] .ab-item{width:calc((100% - 45px) / 4)}
.ab-grid[data-cols="5"] .ab-item{width:calc((100% - 60px) / 5)}
.ab-grid[data-cols="6"] .ab-item{width:calc((100% - 75px) / 6)}
@media (max-width: 991px) {
.ab-grid[data-cols="4"] .ab-item,.ab-grid[data-cols="5"] .ab-item,.ab-grid[data-cols="6"] .ab-item{width:calc((100% - 30px) / 3)}
}
@media (max-width: 767px) {
.ab-grid[data-cols="3"] .ab-item,.ab-grid[data-cols="4"] .ab-item,.ab-grid[data-cols="5"] .ab-item,.ab-grid[data-cols="6"] .ab-item{width:calc((100% - 15px) / 2)}
}
@media (max-width: 480px) {
.ab-item{width:100%!important}
}
.ab-media{position:relative;width:100%}
.ab-media::before{content:"";display:block;padding-top:150%}
.ab-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .12s linear;pointer-events:none;user-select:none}
.ab-media img.is-active{opacity:1}
.ab-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px;background:linear-gradient(to top,#0000008c,#0000);color:#fff}
.ab-overlay-title{font-size:22px;font-weight:600;margin:0 0 8px;line-height:1.2}
.ab-btn{display:inline-block;padding:6px 10px;border-radius:4px;background:#fff;color:#000;font-size:12px;text-decoration:none}
.ab-btn:hover{text-decoration:none;opacity:.9}
.ab-progress{position:absolute;left:0;right:0;bottom:0;height:5px;background:#ffffff40;z-index:3;overflow:hidden}
.ab-progress__fill{display:block;height:100%;width:0;background:linear-gradient(90deg,#0B2C6D 0%,#163E7B 18%,#245F86 38%,#3A8E8E 58%,#4BBF9F 78%,#53D6A4 100%);transition:width .08s linear}

.ab-module .button_group{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:stretch;gap:8px}
.ab-module .arrow_link{display:block;text-align:center;transition:.25s;cursor:pointer;border:none;box-shadow:none;background-color:transparent;font-size:1.4rem}
.ab-module .arrow_link .push{width:100%;margin:0;letter-spacing:.5rem;text-transform:uppercase;line-height:1.2;font-size:1.6rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;font-weight:400;padding:1rem 2rem 1.1rem;text-decoration:none;border:0;color:#fff;border-radius:6px;background-color:#498d68;min-width:12rem;min-height:48px;transition:.25s;-webkit-appearance:none;appearance:none}
.ab-module .arrow_link .push:hover{background:linear-gradient(90deg,#0B2C6D 0%,#163E7B 18%,#245F86 38%,#3A8E8E 58%,#4BBF9F 78%,#53D6A4 100%);transition:.25s}
.ab-module .push-arrow span{transform:translate(1rem);transition:.25s}
.ab-module .push-button-arrow{width:2rem;height:2rem;opacity:0;visibility:hidden;transform:translate(1rem);transition:.25s}
.ab-module .push-arrow:hover .push-button-arrow{transform:translate(0);opacity:1;visibility:visible}
.ab-module .push-arrow:hover span{transform:translate(-0.5rem)}
.ab-module .push-arrow{position:relative}

/* BLOG */
.blog-grid{margin-bottom:15px}
.blog_link{display:block;text-align:right;transition:.25s;cursor:pointer;border:none;box-shadow:none;background-color:transparent;font-size:1.4rem}
.blog_link .push{margin:0;letter-spacing:.125em;line-height:1.2;font-size:1.6rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;font-weight:400;padding:1rem 2rem 1.1rem;text-decoration:none;border:0;color:#fff;border-radius:15px 0 15px 0;background-color:#498d68;min-width:12rem;min-height:4rem;transition:.25s;-webkit-appearance:none;appearance:none}
.blog_link .push:hover{background: linear-gradient(90deg, #0B2C6D 0%, #163E7B 18%, #245F86 38%, #3A8E8E 58%, #4BBF9F 78%, #53D6A4 100%); transition: .25s;}
.push-arrow span{transform:translate(1rem);transition:.25s}
.push-button-arrow{width:2rem;height:2rem;opacity:0;visibility:hidden;transform:translate(1rem);transition:.25s}
.link_button{margin-top:3rem;z-index:3}
.push-arrow:hover .push-button-arrow{transform:translate(0);opacity:1;visibility:visible}
.push-arrow:hover span{transform:translate(-0.5rem)}
.push-arrow{position:relative}

/* BLOG */
.newblog_title{margin-bottom:15px;text-align:center;display:block;font-size:20px;letter-spacing:1px;font-weight:400}
.blog-caption{display:block;margin-top:20px}

.latest_blogbaslik{   text-align: center;
    /* line-height: 1; */
    text-transform: uppercase;
    margin-bottom: 20px;
    /* font-size: 48px; */
    font-weight: 600;
	font-size:30px;
    color: #498d68;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;}
.blog-thumb .image .civideo-container .blogvideo{border-radius:14px}
.blog-slider .swiper-slide{padding:10px;box-sizing:border-box}
.blog-nav-wrapper{margin-top:20px;display:flex;justify-content:space-between;align-items:center}
.blog-nav-buttons button{background:none;border:none;cursor:pointer;font-size:20px}
.blog-description{padding:0 10px}
.blog-description p{font-family:'Roboto',sans-serif;margin:0;font-size:15px;min-height:120px;color:#000}
.blog_image{background-position:center center;background-repeat:no-repeat;background-size:cover;height:400px;background-blend-mode:overlay;background-color:#0000006b;display:flex;justify-content:center;align-items:center;font-size:40px;font-weight:700;color:#fff;letter-spacing:3px;-webkit-text-stroke:1px #fff;text-shadow:0 0 0 #ffffff00,3px 2px 0 #000}
.sayfasay .text-right{margin-top:40px;padding:0 0 20px}
.blogmetin {margin:30px 0}
.blogmetin p{color:#000;font-family:'Roboto',sans-serif;font-weight:400;font-size:17px}
.blog-thumb{position:relative;overflow:hidden;border-radius:14px}
.blog-thumb img{width:100%;transition:transform .6s ease,filter .6s ease}
.blog-thumb:hover img{transform:scale(1.1);filter:brightness(0.9)}
.blog-thumb::after{content:"";position:absolute;inset:0;background:#00000014;opacity:0;transition:opacity .6s ease}
.blog-thumb:hover::after{opacity:1}

/* BLOG SWIPER ARROWS */
.blog-nav-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 4px}
.blog-progress{flex:1;height:3px!important;background:#ddd!important;border-radius:2px;position:relative!important;overflow:hidden}
.blog-progress .swiper-pagination-progressbar-fill{background:#498d68!important}
.blog-nav-buttons{display:flex;gap:10px;margin-left:12px}
.blog-prev,.blog-next{width:34px;height:34px;border:1px solid #c4c4c4;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border .3s ease,transform .2s ease;padding:0}
.blog-prev:hover,.blog-next:hover{border-color:#498d68;transform:translateY(-2px)}
.blog-prev span,.blog-next span{font-size:18px;color:#498d68}
.related_blog{margin:20px 0;padding:20px 0}
@media (max-width: 768px) {
.blog-description{padding:0}
}

.cat_content{min-height:180px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}
.cat_content .cat_text{line-height:0;width:40%}
.cat_content .cat_desc{width:60%}
.cat_content .cat_text h1 span{display:block;color:#002245;font-size:42px;font-weight:300}
.cat_content .cat_text h1{margin:0;display:block;color:#b8a484;font-size:37px;font-weight:600;text-transform:uppercase}
.cat_content .cat_desc span p{font-size:15px;font-weight:400;line-height:1.6;word-spacing:2px}
@media (max-width: 991px) {
.cat_content{margin:20px 0;display:flex;flex-direction:column;gap:20px}
.cat_content .cat_text{line-height:0;width:100%}
.cat_content .cat_desc{width:100%}
}

/* CATEGORY */
.catbaslik {
    display: table;
    margin: 40px auto 35px;
    position: relative;
    color: #498d68;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.catbaslik::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #498d68;
}

/* FOOTER */
footer{background:#6a9f82;box-shadow:0 -20px 40px #7e7e7e14;padding:40px 0 15px;margin-top:0}
footer a{color:#fff;font-weight:400;font-size:16px}
footer a:hover{color:#fff}
footer .fbaslik{position:relative;color:#fff;font-size:20px;font-weight:400;line-height:2;margin-bottom:10px;display:inline-block}
footer .fbaslik:after{content:'';position:absolute;height:1px;left:0;bottom:0;width:100%;background:#fff}
footer ul li a{line-height:1.8}
footer #footer_logo a img{margin:auto}
.footer_altbaslık{display:block;font-weight:600;margin-top:30px;font-size:19px;width:100%;text-align:center;color:#fff}
.social-bar{display:flex;justify-content:center;gap:5px;padding:20px 0}
.social-icon{position:relative;width:40px;height:40px;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .25s ease;box-shadow:0 6px 16px #6464642e;overflow:hidden}
.social-icon::before{content:"";position:absolute;width:100%;height:100%;background:currentColor;border-radius:50%;opacity:0;transform:scale(0.3);transition:transform .8s ease,opacity .8s ease;z-index:0}
.social-icon:hover::before{opacity:1;transform:scale(1.8)}
.social-icon img{position:relative;z-index:2;width:22px;height:22px;opacity:.9;transition:filter .25s ease}
.social-icon:hover img{filter:brightness(0) invert(1)}
.social-icon:hover{transform:translateY(-2px)}
.social-icon.fb{color:#1877F2}
.social-icon.fb:hover{background:#1877F2}
.social-icon.x{color:#000}
.social-icon.x:hover{background:#000}
.social-icon.ig{color:#DD2A7B;position:relative}
.social-icon.ig:hover{background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4)}
.social-icon.ig::before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4);border-radius:50%;opacity:0;transform:scale(0.3);transition:transform .5s ease,opacity .5s ease;z-index:0}
.social-icon.ig:hover::before{opacity:.35;transform:scale(1.9)}
.social-icon.yt{color:red}
.social-icon.yt:hover{background:red}
.social-icon.tk{color:#000}
.social-icon.tk:hover{background:#000}
@media (max-width: 480px) {
footer #footer_logo a img{margin:20px auto 0}
.social-icon{width:42px;height:42px}
.social-icon img{width:20px}
}
.powered{text-align:center}


/* FOOTER */
footer .contact-info-inner{color:#fff}
footer .contact-list-label{display:block;padding:5px 0;letter-spacing:2px;font-size:23px}
footer .contact-list-label span{margin-right:5px;font-size:25px}
footer .contact-list{list-style:none}
footer .contact-list li{margin-bottom: 10px;display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;    gap: 10px;}
footer .contact-list-value{font-family:'Roboto',sans-serif;font-size:15px;color:#fff;padding:0;line-height:2}
footer .text-center{text-align:center;font-family:'Roboto',sans-serif;font-size:15px;color:#fff;margin-top:20px}



/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border:none;
	background-color: #fff;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}



.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 11px;
	height: 11px;
	border-right: 1px solid #0d3070;
	border-bottom: 1px solid #0d3070;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* PRODUCT */
.product-name {
    display: table;
    margin: 40px auto 35px;
    position: relative;
    color: #498d68;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.product-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #498d68;
}


/* product list */
.product-thumb {
	margin-bottom: 10px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	text-align:center
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 50px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

.icon-box:before{content:"\e92e"}
.icon-check:before{content:"\e92f"}
.icon-filter1:before{content:"\e994"}
.icon-phone1:before{content:"\e995"}
.icon-b_bootle:before{content:"\e91c"}
.icon-c_bottle:before{content:"\e91d"}
.icon-eczabottle:before{content:"\e91e"}
.icon-kavanoz:before{content:"\e920"}
.icon-kavanoz1:before{content:"\e922"}
.icon-kavanoz2:before{content:"\e923"}
.icon-multibottle:before{content:"\e924"}
.icon-sut_bottle:before{content:"\e925"}
.icon-threebottle:before{content:"\e927"}
.icon-v_bottle:before{content:"\e928"}
.icon-w_bottle:before{content:"\e929"}
.icon-waterbottle:before{content:"\e92a"}
.icon-wine:before{content:"\e92b"}
.icon-yagbottle:before{content:"\e92c"}
.icon-finger:before{content:"\e97f"}
.icon-sagkisaince:before{content:"\e982"}
.icon-solkisaince:before{content:"\e985"}
.icon-Belgium .path1:before{content:"\e933";color:#353636}
.icon-Belgium .path2:before{content:"\e934";margin-left:-1em;color:#231815}
.icon-Belgium .path3:before{content:"\e935";margin-left:-1em;color:#f1d423}
.icon-Belgium .path4:before{content:"\e936";margin-left:-1em;color:#d02f1e}
.icon-France .path1:before{content:"\e937";color:#fff}
.icon-France .path2:before{content:"\e938";margin-left:-1em;color:#f0efef}
.icon-France .path3:before{content:"\e939";margin-left:-1em;color:#104972}
.icon-France .path4:before{content:"\e93b";margin-left:-1em;color:#c45944}
.icon-Germany .path1:before{content:"\e93c";color:#353636}
.icon-Germany .path2:before{content:"\e93d";margin-left:-1em;color:#f2d220}
.icon-Germany .path3:before{content:"\e93e";margin-left:-1em;color:#d13d37}
.icon-Germany .path4:before{content:"\e940";margin-left:-1em;color:#231815}
.icon-Italy .path1:before{content:"\e943";color:#353636}
.icon-Italy .path2:before{content:"\e944";margin-left:-1em;color:#139356}
.icon-Italy .path3:before{content:"\e945";margin-left:-1em;color:#fff}
.icon-Italy .path4:before{content:"\e946";margin-left:-1em;color:#c64641}
.icon-Netherlands .path1:before{content:"\e94a";color:#353636}
.icon-Netherlands .path2:before{content:"\e94b";margin-left:-1em;color:#045993}
.icon-Netherlands .path3:before{content:"\e94c";margin-left:-1em;color:#fff}
.icon-Netherlands .path4:before{content:"\e94f";margin-left:-1em;color:#a72a39}
.icon-Switzerland .path1:before{content:"\e950";color:#353636}
.icon-Switzerland .path2:before{content:"\e951";margin-left:-1em;color:#b9463b}
.icon-Switzerland .path3:before{content:"\e953";margin-left:-1em;color:#fff}
.icon-Turkey .path1:before{content:"\e955";color:#b7332c}
.icon-Turkey .path2:before{content:"\e957";margin-left:-1em;color:#fff}
.icon-United_Kingdom .path1:before{content:"\e95a";color:#353636}
.icon-United_Kingdom .path2:before{content:"\e95b";margin-left:-1em;color:#004387}
.icon-United_Kingdom .path3:before{content:"\e95c";margin-left:-1em;color:#fff}
.icon-United_Kingdom .path4:before{content:"\e95d";margin-left:-1em;color:#fff}
.icon-United_Kingdom .path5:before{content:"\e95e";margin-left:-1em;color:#fff}
.icon-United_Kingdom .path6:before{content:"\e95f";margin-left:-1em;color:#c1353f}
.icon-United_Kingdom .path7:before{content:"\e960";margin-left:-1em;color:#c1353f}
.icon-United_States .path1:before{content:"\e961";color:#353636}
.icon-United_States .path2:before{content:"\e962";margin-left:-1em;color:#fff}
.icon-United_States .path3:before{content:"\e963";margin-left:-1em;color:#b72443}
.icon-United_States .path4:before{content:"\e964";margin-left:-1em;color:#fff}
.icon-United_States .path5:before{content:"\e965";margin-left:-1em;color:#b72443}
.icon-United_States .path6:before{content:"\e966";margin-left:-1em;color:#fff}
.icon-United_States .path7:before{content:"\e967";margin-left:-1em;color:#b72443}
.icon-United_States .path8:before{content:"\e968";margin-left:-1em;color:#fff}
.icon-United_States .path9:before{content:"\e969";margin-left:-1em;color:#b72443}
.icon-United_States .path10:before{content:"\e96a";margin-left:-1em;color:#fff}
.icon-United_States .path11:before{content:"\e96b";margin-left:-1em;color:#00477c}
.icon-United_States .path12:before{content:"\e96c";margin-left:-1em;color:#fff}
.icon-garanti:before{content:"\e930"}
.icon-guvenli:before{content:"\e931"}
.icon-kargo:before{content:"\e932"}
.icon-arrow:before{content:"\e90e"}
.icon-arrow_r1:before{content:"\e910"}
.icon-arrow_r2:before{content:"\e911"}
.icon-arrow_r3:before{content:"\e916"}
.icon-search1:before{content:"\e917"}
.icon-map_location:before{content:"\e918"}
.icon-xlogo:before{content:"\e915"}
.icon-menu1:before{content:"\e98e"}
.icon-close:before{content:"\e977"}
.icon-close_r1:before{content:"\e978"}
.icon-close_r2:before{content:"\e97b"}
.icon-user1:before{content:"\e96d"}
.icon-user_r1:before{content:"\e96f"}
.icon-user_r2:before{content:"\e972"}
.icon-user_r3:before{content:"\e974"}
.icon-user_r4:before{content:"\e976"}
.icon-email:before{content:"\e913"}
.icon-fingerprint:before{content:"\e914"}
.icon-downarrow:before{content:"\e919"}
.icon-uparrow:before{content:"\e91b"}
.icon-basket1:before{content:"\e901"}
.icon-basket2:before{content:"\e906"}
.icon-cart1:before{content:"\e907"}
.icon-cart2:before{content:"\e908"}
.icon-cart3:before{content:"\e909"}
.icon-cart6:before{content:"\e90a"}
.icon-cart5:before{content:"\e90b"}
.icon-security1:before{content:"\e90c"}
.icon-home:before{content:"\e900"}
.icon-home3:before{content:"\e902"}
.icon-office:before{content:"\e903"}
.icon-newspaper:before{content:"\e904"}
.icon-pencil:before{content:"\e905"}
.icon-image:before{content:"\e90d"}
.icon-images:before{content:"\e92d"}
.icon-camera:before{content:"\e90f"}
.icon-play:before{content:"\e912"}
.icon-bullhorn:before{content:"\e91a"}
.icon-book:before{content:"\e91f"}
.icon-library:before{content:"\e921"}
.icon-file-text2:before{content:"\e926"}
.icon-price-tags:before{content:"\e989"}
.icon-barcode:before{content:"\e98b"}
.icon-qrcode:before{content:"\e98c"}
.icon-cart:before{content:"\e93a"}
.icon-credit-card:before{content:"\e93f"}
.icon-lifebuoy:before{content:"\e941"}
.icon-phone:before{content:"\e942"}
.icon-location:before{content:"\e947"}
.icon-location2:before{content:"\e948"}
.icon-compass:before{content:"\e949"}
.icon-history:before{content:"\e94d"}
.icon-clock:before{content:"\e94e"}
.icon-stopwatch:before{content:"\e952"}
.icon-printer:before{content:"\e954"}
.icon-display:before{content:"\e956"}
.icon-mobile:before{content:"\e958"}
.icon-mobile2:before{content:"\e959"}
.icon-bubble2:before{content:"\e96e"}
.icon-bubbles4:before{content:"\e970"}
.icon-user:before{content:"\e971"}
.icon-user-plus:before{content:"\e973"}
.icon-user-check:before{content:"\e975"}
.icon-hour-glass:before{content:"\e979"}
.icon-spinner:before{content:"\e97a"}
.icon-spinner3:before{content:"\e97c"}
.icon-spinner4:before{content:"\e97d"}
.icon-spinner5:before{content:"\e97e"}
.icon-spinner7:before{content:"\e980"}
.icon-spinner8:before{content:"\e981"}
.icon-spinner10:before{content:"\e983"}
.icon-spinner11:before{content:"\e984"}
.icon-search:before{content:"\e986"}
.icon-zoom-in:before{content:"\e987"}
.icon-zoom-out:before{content:"\e988"}
.icon-shrink:before{content:"\e98a"}
.icon-key:before{content:"\e98d"}
.icon-lock:before{content:"\e98f"}
.icon-unlocked:before{content:"\e990"}
.icon-wrench:before{content:"\e991"}
.icon-equalizer:before{content:"\e992"}
.icon-equalizer2:before{content:"\e993"}
.icon-hammer:before{content:"\e996"}
.icon-trophy:before{content:"\e99e"}
.icon-gift:before{content:"\e99f"}
.icon-leaf:before{content:"\e9a4"}
.icon-rocket:before{content:"\e9a5"}
.icon-meter:before{content:"\e9a6"}
.icon-fire:before{content:"\e9a9"}
.icon-magnet:before{content:"\e9ab"}
.icon-bin:before{content:"\e9ac"}
.icon-airplane:before{content:"\e9af"}
.icon-truck:before{content:"\e9b0"}
.icon-shield:before{content:"\e9b4"}
.icon-power:before{content:"\e9b5"}
.icon-switch:before{content:"\e9b6"}
.icon-tree:before{content:"\e9bc"}
.icon-menu:before{content:"\e9bd"}
.icon-download3:before{content:"\e9c7"}
.icon-sphere:before{content:"\e9c9"}
.icon-earth:before{content:"\e9ca"}
.icon-link:before{content:"\e9cb"}
.icon-flag:before{content:"\e9cc"}
.icon-attachment:before{content:"\e9cd"}
.icon-eye:before{content:"\e9ce"}
.icon-eye-blocked:before{content:"\e9d1"}
.icon-sun:before{content:"\e9d4"}
.icon-contrast:before{content:"\e9d5"}
.icon-brightness-contrast:before{content:"\e9d6"}
.icon-star-empty:before{content:"\e9d7"}
.icon-star-full:before{content:"\e9d9"}
.icon-heart:before{content:"\e9da"}
.icon-smile:before{content:"\e9e1"}
.icon-confused:before{content:"\e9f5"}
.icon-point-up:before{content:"\ea03"}
.icon-notification:before{content:"\ea08"}
.icon-plus:before{content:"\ea0a"}
.icon-minus:before{content:"\ea0b"}
.icon-info:before{content:"\ea0c"}
.icon-cancel-circle:before{content:"\ea0d"}
.icon-cross:before{content:"\ea0f"}
.icon-checkmark:before{content:"\ea10"}
.icon-checkmark2:before{content:"\ea11"}
.icon-play2:before{content:"\ea15"}
.icon-play3:before{content:"\ea1c"}
.icon-loop2:before{content:"\ea2e"}
.icon-infinite:before{content:"\ea2f"}
.icon-arrow-up:before{content:"\ea32"}
.icon-arrow-up-right:before{content:"\ea33"}
.icon-arrow-right:before{content:"\ea34"}
.icon-arrow-down-right:before{content:"\ea35"}
.icon-arrow-down:before{content:"\ea36"}
.icon-arrow-down-left:before{content:"\ea37"}
.icon-arrow-left:before{content:"\ea38"}
.icon-arrow-up-left2:before{content:"\ea39"}
.icon-arrow-up-right2:before{content:"\ea3b"}
.icon-arrow-right2:before{content:"\ea3c"}
.icon-arrow-down2:before{content:"\ea3e"}
.icon-arrow-left2:before{content:"\ea40"}
.icon-circle-up:before{content:"\ea41"}
.icon-circle-right:before{content:"\ea42"}
.icon-circle-down:before{content:"\ea43"}
.icon-filter:before{content:"\ea5b"}
.icon-share2:before{content:"\ea82"}
.icon-facebook:before{content:"\ea90"}
.icon-instagram:before{content:"\ea92"}
.icon-whatsapp:before{content:"\ea93"}
.icon-youtube2:before{content:"\ea9e"}
.icon-linkedin2:before{content:"\eaca"}
.icon-file-pdf:before{content:"\eadf"}
.icon-file-word:before{content:"\eae1"}
.icon-file-excel:before{content:"\eae2"}