@font-face {
    font-family: 'Avenir';
    src: url('Avenir-LightOblique.woff2') format('woff2'), url('Avenir-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Light.woff2') format('woff2'), url('Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-HeavyOblique.woff2') format('woff2'), url('Avenir-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Roman.woff2') format('woff2'), url('Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('Avenir-BlackOblique.woff2') format('woff2'), url('Avenir-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Oblique.woff2') format('woff2'), url('Avenir-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Heavy.woff2') format('woff2'), url('Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-MediumOblique.woff2') format('woff2'), url('Avenir-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Medium.woff2') format('woff2'), url('Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('Avenir-BookOblique.woff2') format('woff2'), url('Avenir-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Black.woff2') format('woff2'), url('Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('Avenir-Book.woff2') format('woff2'), url('Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.logo>a {
    color: #333;
    display: inline-block;
    font-size: 20px;
    padding: 21px 0 0;
    text-transform: uppercase;
}


/* profil menu */

.profil-menu ul li {
    display: inline-block;
    /* margin-left: 30px; */
    padding-top: 41px;
    position: relative;
}

.profil-menu ul li a {
    color: #303030;
    /* font-size: 12px; */
    /* letter-spacing: 2px; */
    position: relative;
    /* text-transform: uppercase; */
}

.profil-menu ul li:hover>a {
    color: #999;
}

.profil-menu ul li ul {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -26px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 999;
    min-width: 95px;
}

.profil-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.menu i{
    font-size: 11px;
}

.profilim li {
    padding: 5px 0;
}

.profilim li a {
    font-size: 20px;
}

.profil-menu ul li ul li:first-child {
    border-top: medium none;
}

.profil-menu ul li ul li {
    background: #333 none repeat scroll 0 0;
    border-top: 1px solid #444;
    display: block;
    margin: 0;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
}

.profil-menu ul li ul li a {
    color: #fff;
    display: block;
    padding: 7px 0;
    text-transform: capitalize;
}

.profil-menu i {
    font-size: 25px;
}


/* menu */

.main-menu ul li {
    display: inline-block;
    margin-left: 10px;
    padding-top: 41px;
    position: relative;
}

.main-menu ul li a,
.cart-user-language {
    font-family: 'Avenir';
    /* font-weight: 900; */
    font-style: normal;
    color: #303030;
    font-size: 12px;
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
    /* font-size: 1.4rem; */
    /* line-height: 1.57143rem; */
    font-weight: 400;
    letter-spacing: 0.05em;
    /* padding-right: 25px; */
    letter-spacing: .166em;
    text-transform: uppercase;
}

.main-menu ul li ul {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgb(173 25 25 / 18%);
    left: 0;
    opacity: 0;
    margin-top: 4px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999;
}
.main-menu ul li:hover>ul > li > ul{
        left: 150px;
    top: 0;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #585858;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul li:first-child {
    border-top: medium none;
}

.main-menu ul li ul li {
    border-top: 1px solid #444;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    background: #000 none repeat scroll 0 0;
}

.main-menu ul li ul li a {
    font-size: 11px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
}

.main-menu ul li:hover>a {
    color: #999;
}

.logo img {
    width: 100%;
    transition: all 0.7s ease 0s;
}


/*------------- mobile menu --------------*/

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}

.mean-container a.meanmenu-reveal {
    margin-top: -32px;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #464646;
    color: #464646;
    margin-top: -65px;
    padding: 4px 5px;
    position: absolute;
}

.mean-container a.meanmenu-reveal span {
    background-color: #333;
}

.mean-container .mean-nav {
    margin-top: -5px;
}


/*------------- language-menu --------------*/

.language-menu ul li {
    display: inline-block;
    margin-left: 30px;
    padding-top: 41px;
    position: relative;
}

.language-menu ul li a {
    color: #303030;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.cart-user-language i {
    /* font-weight: bold; */
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    /* color: #fff; */
}

.language-menu ul li:hover>a {
    color: #999;
}

.language-menu ul li ul {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -26px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 999;
}

.language-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.language-menu ul li ul li:first-child {
    border-top: medium none;
}

.language-menu ul li ul li {
    background: #333 none repeat scroll 0 0;
    border-top: 1px solid #444;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.language-menu ul li ul li a {
    color: #fff;
    display: block;
    padding: 7px 0;
    text-transform: capitalize;
}

.language-menu {
    float: right;
}

.shopping-cart {
    float: right;
    position: relative;
    padding-right: 20px;
}


/* cart */

.shopping-cart>ul {
    background: #16171f none repeat scroll 0 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 140%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 270px;
    z-index: 9999;
}

.shopping-cart:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.shopping-cart ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.cart-img {
    float: left;
}

.cart-content {
    float: left;
    padding-left: 15px;
    text-align: left;
}

.cart-content h3 {
    font-size: 28px;
    max-width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.cart-content h3 a {
    color: #f5f5f5;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
}

.cart-content h3 a:hover {
    color: #ccc;
}

.cart-content span {
    color: #f5f5f5;
    display: block;
    margin-top: 5px;
}

span.cart-price {
    color: #fff;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.cart-del {
    color: #f5f5f5;
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin-top: 12px;
}

.shipping {
    display: block;
    overflow: hidden;
}

.shipping span {
    color: #f5f5f5;
    font-weight: 700;
}

hr.shipping-border {
    border-bottom: 1px solid #ccc;
    border-top: 0 none;
    margin: 10px 0;
    padding: 0;
}

.shopping-cart ul li:last-child {
    margin: 0;
}

.shopping-cart.added>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.checkout a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    border-radius: 50px;
    color: #f5f5f5;
    display: block;
    font-size: 12px;
    margin-right: 0;
    padding: 8px 0 6px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.checkout a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}

a.top-cart {
    color: #303030;
    display: inline-block;
    /* font-size: 20px; */
    padding-top: 37px;
    text-align: center;
    position: relative;
}

.user {
    float: right;
    margin-right: 25px;
}

.user>a {
    color: #303030;
    display: inline-block;
    font-size: 25px;
    padding: 30px 0 10px 30px;
}

.icon-search>a {
    color: #303030;
    display: inline-block;
    font-size: 20px;
    padding: 34px 0 26px;
}

.icon-search {
    position: relative;
}

.toogle-content {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 9999;
}

.search-block-top {
    float: right;
}

form#searchbox {
    position: relative;
}

form#searchbox input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #898989;
    display: inline;
    height: 40px;
    padding: 10px 40px 10px 10px;
    position: relative;
    top: 100%;
    width: 300px;
    z-index: 999999;
}

.button-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 9;
}

.button-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333 !important;
    font-size: 20px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 9;
}

.cont.detay header {
     /* height: 103px; */
}

.header-area .container-fluid {
    position: relative;
}

.header-area.style-6 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #ffffff30;
    height: 103px;
    /* transition: all 0.7s ease 0s; */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.cart-user-language span{
    /* color: #fff; */
}
.header-area.style-6.stick .cart-user-language span{
    color:#000;
}
.style-6.stick .menu ul a,.style-6.stick .profil-text a{
    color:#fff;
}
.header-area.style-6.stick {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 85px;
    transition: all 0.7s ease 0s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.header-area.style-6.stick .logo img {
    width: 80%;
}

.header-area .header-sticky .main-menu ul li {
    padding: 16px 0 10px;
    transition: all 0.3s ease 0s;
}

.header-area.stick .main-menu ul li {}

.header-area .header-sticky .logo>a {
    padding: 3px 0 0;
}

.header-area.stick .header-sticky .logo>a {
    padding: 6px 0 0;
}

.header-area .header-sticky a.top-cart {
    padding: 16px 0;
}

.header-area .header-sticky .user>a {
    padding: 14px 0 15px 30px;
}

.header-area .header-sticky .icon-search>a {
    padding: 16px 0 10px;
}

.header-area.stick .header-sticky .icon-search>a {
    padding: 17px 0 6px;
}

.header-area.stick .header-sticky .user>a {
    padding: 14px 0 5px 30px;
}

.header-area.stick .header-sticky a.top-cart {
    padding: 17px 0 15px;
}

.header-area .header-sticky .main-menu ul li ul li {
    padding: 0;
}

.main-menu ul li:first-child {
    margin-left: 0px;
    margin-right: 7px;
}

.language-menu ul li:first-child {
    margin-left: 0px;
}

.pagination>li>a, .pagination>li>span{
    position: relative;
    float: left;
    padding: 9px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #454545d1;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #ddd;
}
.cart-user-language span{
    display:block;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000c4;
    z-index: 9999999;
    display:none; 
}
.search-input{
  width: 350px;
  border: 1px solid #fff;
  background: transparent;
  padding: 15px 30px;
  border-radius: 50px;
  outline: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
   
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.close-btn{
  position: absolute;
  top: 9px;
  right: 80px;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
  right: 10px;
  /* opacity: 0; */
  transition: opacity 0.5s ease;
}
.close-btn:hover{
  color: #fff;
  
}
.cont .header-area.style-6 .menu li ul a{
    color:#fff;
}

.style-6.stick a,.cont.detay a,.cont.detay .cart-user-language span{
    /* color:#000; */
}
.style-6.stick .menu ul a{
    color:#fff;
}
.close-btn.active{
  opacity: 1;
  animation: animate 0.5s linear;
}

@keyframes animate{
  0%{
    transform: scale(1);
  }
  25%{
    transform: scale(1.2);
  }
  50%{
    transform: scale(1.5);
  }
  75%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}
.style-6.stick .cart-user-language i{
    color:#000;
}
#search-form {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media only screen and (max-width: 600px) {
.cart-user-language span{
    display: none;
}
.cart-user-language i{
    color: #ffffff;
    font-size: 17px;
    float: left;
}
.hero-video{
      
    max-height: 100%;
}
}
.mobile .shopping-cart > ul{
    right:0!important;
}

.manset{
    background-color: #000;
    color: #fff;
    text-align: center;
}
.type-1{
    /* padding:10px; */
}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}