body {
  margin: 0;
  font-family: 'Arial', sans-serif;
}

header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

nav {
  display: flex;
  justify-content: center;
  background-color: #eee;
  padding: 10px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
}

.cart-container {
  display: flex;
  justify-content: space-between;
  background-color: #ddd;
  padding: 10px;
}

.left-cart,
.right-cart {
  width: 50%;
  text-align: center;
}

html, body {height: 100%;}
::-webkit-scrollbar {
    width: 16px;
}

@media screen and (max-width: 499px) {
 ::-webkit-scrollbar {
    width: 0px;
}
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    box-shadow: inset 1px 0px 3px 0px #e8e8e8;
}

::-webkit-scrollbar-thumb {
    
     border: 4px solid transparent;
  background-clip: content-box;
  background-color: #606060;
  border-radius:100px

}
::-webkit-scrollbar-thumb:hover {
    
     border: 4px solid transparent;
  background-clip: content-box;
  background-color: #ffbb00;
  border-radius:100px

}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto;}
.fix {overflow:hidden;}
.table, .table-cell {
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
p {
  margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #434343;
  font-family: 'Lato', sans-serif;
  margin: 0 0 10px;
}
a{
  text-decoration:none;
  color: #434343;
}
a, *::before {
  transition: all 0.3s ease 0s;
  }
a:hover {
  color: #ba9a43;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:focus {
  text-decoration:none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  color: #666;
  font-family: "Lato",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* =========================================
  2. Header-area
========================================= */
.header {
  background: #fff none repeat scroll 0 0;
  transition: all 0.5s ease 0s;
}
.header-area .container-fluid {
  padding: 0 40px;
}
.logo {
  padding: 38px 0;
}
.cart-icon {
  padding: 50px 0;
}
.logo, .cart-icon {
  transition: all 0.5s ease 0s;
}
.header-2 .logo {
  /* padding: 22px 0; */
}
.header-2 .cart-icon {
  padding: 36px 0;
}
/* Mini-Cart */
.mini-cart {
  background-color: #ffbb00 !important;
  right: 180px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50px;
  border-radius: 100%;
  text-align:center;
  cursor: pointer;
  transition-duration:0.5s;
}

.mini-cart:hover {
  background-color: #dca200 !important;
}

.sticky .mini-cart {top:22px}

.mini-cart i{
  color:#272727;
  font-size:16px;
  line-height:25px;
}

.mini-cart ul li .spanbil{
  position:absolute; 
  left:-2px;
  top:-13px;
  background-color:#1b1b1b;
  padding:2px; 
  border-radius:100%;
  width:17px;
  height:17px;
  text-align:center;
  font-size:13px;
  font-weight:bolder;
  line-height:12px;
  color:white;
  
}

.mini-cart ul li {
  display: inline-block;
  position: relative;
}
.cart-icon {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  right: 0;
}
.cart-icon i {
  font-size: 40px;
  line-height: 25px;
}

@media screen and (max-width: 997px) {
.mini-cart{width:40px;height:40px;position: absolute !important;top: 15px;right: 130px !important; border-radius: 50%;transition-duration:0.5s;}
.mini-cart i{font-size:24px; line-height:40px}
  .mini-cart ul li .spanbil{left:-15px;top:0;}
  
}

@media screen and (max-width: 690px) {
.mini-cart{ width:25px;height:25px; top: 64px;right: 123px !important; font-size:13px;
  font-weight:bolder;
  line-height:12px;}
  .mini-cart i{font-size:16px; line-height:26px}
}
.cart-icon > span {
    background: #ffbb00 none repeat scroll 0 0;
    /* border: 2px solid #fff; */
    /* border-radius: 50%; */
    color: #191919;
    display: inline-block;
    font-size: 12px;
    /* font-weight: 700; */
    /* height: 22px; */
    left: -5px;
    line-height: 16px;
    position: relative;
    text-align: center;
    top: -12px;
    width: 70px;
    z-index: 999;
}
.mini-cart-brief {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: -9;
}
.cart-items {
  border: 1px solid #f6f6f6;
  padding: 20px;
}
.cart-items p span {
  color: #c87065;
}
.all-cart-product {
  padding: 10px 0;
  height: 270px;
  overflow: auto;
}
.single-cart {
  padding: 10px 30px 10px 20px;
  position: relative;
  transition-duration:0.1s;
}

.single-cart:hover {
 background-color:#f5e7bf !important;
}
.cart-photo {
  float: left;
  width: 90px;
}
.cart-info {
  float: left;
  padding-left: 20px;
}
.cart-info h5 {
  font-family: "Bree Serif",serif;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-delete {
  position: absolute;
  right: 30px;
  top: 50px;
}
.cart-delete a i {
  font-size: 16px;
  line-height: 19px;
}
.cart-totals {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 20px 50px 20px 20px;
}
.cart-totals h5 {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
}
.cart-bottom {
  padding: 20px 60px 30px;
}
.mini-cart ul li:hover .mini-cart-brief {
  opacity: 1;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: visible;
  z-index: 99999999;
}
.mini-cart ul li:hover  .cart-icon {
  color: #a9a9a9;
}
/* Main-Menu */
.menu-toggle {
  left: 25px;
  position: fixed;
  top: 42px;
  z-index: 99999999;
  transition: all 0.5s ease 0s;
}
.menu-toggle-2 {
  top: 27px;
}
.main-menu {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: -300px;
  padding-top: 92px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 9999999;
  /* padding-right: 30px; */
}
.main-menu > nav {}
.main-menu > nav > ul {}
.main-menu > nav > ul > li {
}
.main-menu > nav > ul > li > a {
  background: transparent none repeat scroll 0 0;
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
  padding: 0 0 0 70px;
  position:relative;
  /* text-transform: uppercase; */
  z-index: 1;
  /* padding-right: 30px; */
}

.main-menu > nav > ul > li > a > i {font-size: 16px;font-weight: bold;margin-left: -14px;margin-right: 9px;float: left;margin-top: 10px;}


.main-menu > nav > ul > li > a::before {
  background: #ffbb00 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main-menu > nav > ul > li:hover > a {
  color: #fff;
}
.main-menu > nav > ul > li:hover > a::before {
  left: 0;
}
/* Sub-menu */
.main-menu ul li .sub-menu {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #ffbb00;
  height: 100%;
  left: 300px;
  padding-top: 172px;
  padding-left: 70px;
  position: absolute;
  opacity:0;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
}
.main-menu ul li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li .sub-menu > ul > li a {
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.main-menu ul li .sub-menu > ul > li:hover  a {
  color: #ffbb00;
}
.sub-menu ul li:last-child {
  padding-bottom: 100px;
}
/* Mega-menu */
.main-menu ul li .mega-menu {
  background: #090909fa none repeat scroll 0 0;
  border-left: 1px solid #c8a165;
  height: 100%;
  left: 300px;
  padding-top: 172px;
  position: absolute;
  opacity:0;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 500px;
}
.main-menu ul li:hover .mega-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu img {padding:0 20px;}
.half-width {
  float: left;
  padding-bottom: 35px;
  padding-left: 70px;
  /* width: 50%; */
}
.menu-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.half-width > ul > li a {
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  /* text-transform: uppercase; */
}
.half-width > ul > li:hover  a {
  color: #ffbb00;
}
.mega-menu-img a {
  display: block;
}
/* NiceScroll */
.boxscroll {
  overflow: auto;
}
.main-menu #ascrail2000 {
  display: none !important;
}
.main-menu .nicescroll-rails.nicescroll-rails-vr {
  display: none !important;
}
/* Header Sticky */
.header.sticky {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.sticky .logo {
  margin: auto;
  padding: 20px 0;
  width: 260px;
}
.sticky .cart-icon {
  padding: 20px 0;
}
.sticky .menu-toggle {
  top: 12px;
  transition: all 0.5s ease 0s;
}
.sticky .menu-toggle, .sticky .logo, .sticky .cart-icon {
    transition: all 0.5s ease 0s;
}
.header-2.sticky {
    background: #fff none repeat scroll 0 0;
}
/* -----------------------------------------
  3. Slider-section
----------------------------------------- */
/* Banner-area */
.slider-banner-area {
  padding: 0 100px;
  position: relative;
}
.banner-2 { margin-top: 50px;}
.single-banner {
  position: relative;
  transition: all 0.5s ease 0s;
}
.single-banner:hover {
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.12);
}
.price {
  color: #434343;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.banner-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.banner-brief {
  bottom: 134px;
  left: 37px;
  position: absolute;
}
/* banner-1 */
.banner-1 .banner-brief p {line-height: 15px;}
.banner-1 .button-one {
  bottom: 20px;
  position: absolute;
  right: 30px;
}
/* banner-2 */
.banner-2 .banner-brief {
  bottom: auto;
  left: auto;
  padding-right: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
.banner-2 .banner-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.banner-2 .banner-brief p { margin: 0 0 30px;}
/* Slider-area */
.slider-right { width: 70.5%;}
.slider-title2,
.slider-title3 {
  font-weight: 400;
}
.slider-title3 {
  font-size: 25px;
  line-height: 30px;
}
.slider-title1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
}
.slider-title2 {
  font-size: 30px;
  line-height: 33px;
}
.slider-pro-brief { color: #878686;}
.layer-1 {
  float: right;
  margin-right: 5%;
  width: 44%;
}
/* banner-left */
.banner-left {
  width: 29.5%;
  padding-left: 40px;
}
.single-banner img { width: 100%;}
.sidebar-social {
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.sidebar-social  ul > li {
  position: relative;
  text-align: center;
  margin-bottom: 13px;
}
.sidebar-social  ul > li:last-child { margin-bottom: 0;}
.sidebar-social ul > li > a {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.sidebar-account {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sidebar-account  ul > li {
  position: relative;
  text-align: center;
  margin-bottom: 13px;
}
.sidebar-account  ul > li:last-child { margin-bottom: 0;}
.sidebar-account ul > li > a {
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.sidebar-account ul > li > a i{}
/* customer-login */
.customer-login {
  background: #fff none repeat scroll 0 0;
  padding: 40px;
}
.sidebar-account .customer-login {
  border: 1px solid #f6f6f6;
  margin-top: -150px;
  opacity: 0;
  position: absolute;
  right: 120%;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 570px;
  z-index: -999;
}
.sidebar-account ul > li:hover .customer-login{
  opacity: 1;
  right: 100%;
  visibility: visible;
  z-index: 99999;
}
/* sidebar-search */
.sidebar-search {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999;
}
.search-form-wrap form {
  position: relative;
}
.sidebar-search input {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #c87065;
  font-size: 16px;
  margin-top: 230px;
}
.search-button {
  bottom: 25px;
  font-size: 30px;
  line-height: 28px;
  position: absolute;
  right: 0;
}
.close-search {
  color: #999999;
  font-size: 30px;
  line-height: 28px;
}
.close-search:hover, .search-button:hover {
  color: #C8A165;
}
/* -----------------------------------------
  4. Product-Area
----------------------------------------- */
.product-area {}
.product-slider .slick-list { padding: 10px 15px 20px;}
.single-product {
  padding-top: 15px;
  transition: all 0.5s ease 0s;
}
.product-img {
  overflow: hidden;
  position: relative;
}
.product-img img {width: 100%;}
.product-action {
  background: #fb0 none repeat scroll 0 0;
  bottom: -40px;
  left: 0;
  border-radius: 5px;
  margin: auto;
  position: absolute;
  left: 240px;
  text-align: center;
  visibility:hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  width: calc(100% - 40px);
}
.product-action a {
  color: #666666;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 25%;
}
.product-action a::before {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
}
.product-action a:last-child::before {
  display:none;
}
.product-action a:hover {
  color: #ffbb00;
}
.product-info {
  padding: 20px 0;
}
.post-title {
  font-size: 17px;
  line-height: 25px;
  /* text-transform: uppercase; */
  /* font-family: bree serif; */
  margin-bottom: 5px;
  font-weight: 500;
  font-family: system-ui;
}

.post-title-dugun {
  font-size: 26px;
  /* line-height: 18px; */
  /* text-transform: uppercase; */
  font-family: bree serif;
  margin-top: 12px;
}

@media screen and (max-width: 781px) {
.post-title-dugun {
  font-size: 18px;
  font-family: bree serif;
  margin-top: 12px;
}
}

@media screen and (max-width: 1280px) {
.post-title-dugun {
  font-size: 20px;
  font-family: bree serif;
  margin-top: 0px;
}
}

.post-title-none {
  font-size: 14px;
  line-height: 18px;
  /* text-transform: uppercase; */
  font-family: bree serif;
  margin-bottom: 5px;
}

@media screen and (max-width: 781px) {
.post-title-none {
  display:none;
}
}


.product-info p {
  /* font-weight: 700; */
  margin-bottom: 5px;
}
.pro-price {
  color: #ffbb00;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}

.pro-price-dugun {
  color: #ffbb00;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
}
.mt-20-dugun{margin-top:20px;}
@media screen and (max-width: 781px) {
.pro-price-dugun {
  color: #ffbb00;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
}
.old-price-dugun{
  font-size:18px;
  color:#939393;}
}

@media screen and (max-width: 1280px) {
.pro-price-dugun {
  color: #ffbb00;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
}
.mt-20-dugun{
  margin-top:0px;
  }
}

.pro-price2 {
  color: #ffbb00;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}

.pro-price2 span{
  color: #858585;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}

.old-price{font-size:18px;font-weight:bold;color: #848484;}
.old-price-dugun{font-size:16px;color:#939393;}
.pro-rating a {
  color: #ffbb00;
  font-size: 15px;
  line-height: 28px;
}
.single-product:hover .product-action {
  bottom: 15px;
  visibility:visible;
  opacity: 1;
}
.single-product:hover {
  box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);
}
.product-slider .single-product:hover {
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.12);
}
/* -----------------------------------------
  5. Discount-Product-Area
----------------------------------------- */
.discount-product {position: relative;}
.discount-img-brief {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  /* display: table; */
}
.onsale {
  background: #ffbb00 none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  height: 112px;
  /* margin: 5% 15% 0 25%; */
  /* padding-top: 20px; */
  text-align: center;
  width: 112px;
  left: 15px;
  position: absolute;
  top: 15px;
  display: table;
}
.discount-info {
  float: left;
  /* margin-top: 45px; */
  padding: 0;
  width: 40%;
}
.onsale span {
  color: #fff;
  display: block;
  font-size: 18px;
  /* line-height: 14px; */
  display: table-cell;
  vertical-align:middle;
}
.onsale-text {
  font-style: italic;
  padding-bottom: 12px;
  position: relative;
}
.onsale-text::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}
.onsale-price {
    padding-top: 10px;
  font-weight: 700;
}
.discount-info h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 15px;
  color: #eb544e;
  font-family: system-ui;
}
/* -----------------------------------------
  6. Purchase-online-area
----------------------------------------- */
.tab-menu { margin-bottom: 23px;display: inline-block;}
.tab-menu li {
  display: block;
  margin: 0 15px;
  position: relative;
  float: left;
}
.tab-menu li a {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  padding-bottom: 12px;
}
.tab-menu li.active a {color: #272727;}
.tab-menu li.active::before {
  background: #ffbb00 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 30px;
}
/* -----------------------------------------
  7. Blog-area
----------------------------------------- */
.blog-area {}
.single-blog { transition: all 0.5s ease 0s;}
.post-date {
  border: 1px solid #d6948c;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  margin-right: 10px;
  margin-top: 5px;
}
.post-date span {
  font-size: 20px;
  font-weight: 700;
}
.post-year { padding-left: 10px;}
.post-year p {font-weight: 700;}
.like-share {padding: 12px 0;}
.like-share a {
  color: #999;
  float: left;
  /* font-size: 12px; */
  font-weight: 700;
  line-height: 14px;
  margin-right: 20px;
}
.like-share a:hover { color: #c87065;}
.like-share a:last-child { margin-right: 0;}
.like-share a i { padding: 0 8px 0 2px;}
.blog-photo { overflow: hidden;}
.single-blog:hover .blog-photo img { transform: scale(1.1);}
.blog-photo img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.blog-photo a { display: block;}
/* -----------------------------------------
  8. Subscribe-area
----------------------------------------- */
.subscribe-area { margin-bottom: -40px;}
.subscribe {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.subscribe form {
  margin: auto;
  width: calc(100% - 300px);
}
.subscribe input {
  background: transparent none repeat scroll 0 0;
	border:none;
  border-bottom: 1px solid #ffbb00;
  margin: 0;
	margin-right:20px;
  position: relative;
 
  width: 70%;
}
/* -----------------------------------------
  9. Footer-area
----------------------------------------- */
.footer-area {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 120px 0 75px;
}
.footer-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 15px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-title.title-border::before {
  background: #ffbb00 none repeat scroll 0 0;;
}
.footer-contact li {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}
.footer-contact li:last-child { padding-bottom: 0;}
.footer-contact li span {
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  width: 95px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
.footer-contact li span {
  float:none;
  margin-right:4px;
  color: #bf6969;

}
}

.footer-menu li a {
  color: #666666;
  line-height: 27px;
}
.footer-menu li a i { margin-right: 10px;}

@media screen and (max-width: 768px) {
.footer-menu li a i { margin-right: 10px; display:none;}
.footer-title.title-border::before {width:25%; margin-left:37%;}
}

.footer-menu li a:hover {color: #ffbb00;}
.footer-thumb {
  overflow: hidden;
  position: relative;
}
.footer-thumb > a {
  display: block;
  position: relative;
}
.footer-thumb > a::before {
  background: #ffbb00 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 100%;
  width: 100%;
}
.footer-thumb:hover a::before { top: 0;  }
.footer-thumb-info {
  height: 100%;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.footer-thumb-info p {
  line-height: 15px;
  text-transform: capitalize;
}
.price-3 {
  font-size: 16px;
  line-height: 15px;
}
.footer-thumb-info p a, .price-3 { color: #fff;}
.footer-thumb:hover .footer-thumb-info {
  top: 0;
  visibility: visible;
}
.copyright, .payment { line-height: 60px;}
.payment a {
  display: inline-block;
  margin-left: 10px;
}
.payment a:first-child { margin-left: 0;}
.copyright-area { background: #eeeeee none repeat scroll 0 0;}
/* ====================================
  10. Home page 2
====================================== */
.body-bg {
  background: #f6f6f6 none repeat scroll 0 0;
}
.slider-style-2 .layer-1 {
  width: 50%;
}
.banner-3 .banner-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}
.banner-3 .banner-brief {
  bottom: auto;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-style-2 .single-product {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 15px 15px 25px;
  border-radius: 6px;
}
.product-style-2 .product-action {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-top: 15px;
  opacity: 1;
  position: inherit;
  visibility: visible;
  width: calc(100% - 0px);
}
.pro-price-2 {
  color: #c87065;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
.product-style-2 .product-info { padding: 15px 0 0;}
/* Discount-2 */
.discount-2 .discount-product {
  background: #ffffff none repeat scroll 0 0;
  padding: 40px 40px;
  position: inherit;
  /* border: 4px solid #e8e8e8; */
  border-radius: 6px;
  cursor:
  ew-resize;
}

.discount-2 .discount-product img {
 border-radius: 6px;
 box-shadow: 3px 2px 5px 1px #0000006b;
  transition-duration:0.3s;
  margin-bottom:20px;
}

.discount-2 .discount-product:hover img {
box-shadow: 3px 2px 5px 1px #ffbb00;
}

.discount-2 .discount-product .button-2  {
color:#868686;
  font-size:18px;
  font-family:sans-serif;
  padding:4px 10px;
  background-color:#f6f6f6;
  transition-duration:0.3s;
  
}

.discount-2 .discount-product:hover .button-2  {
color:#fff;
  background-color:#eb544e;
  
}

.discount-2 .discount-product .button-2:hover {
color:#fff;
  background-color:#373737;
  
}
.discount-2 .discount-info {
  float: none;
  width: 100%;
}
/* up-comming-product */
.up-comming-product {
  background: #fff none repeat scroll 0 0;
  padding: 28px;
  border-radius: 6px;
  cursor:pointer;
  transition-duration:0.3s;
}

.up-comming-product:hover {
  background: #ffbb00 none repeat scroll 0 0;
  
}

.up-comming-product:hover .pro-price {
  color:white;
  
}
.up-comming-product:hover .old-price {
  color:#505050;
  
}
.up-comming-img img { width: 100%; border-radius:4px; box-shadow: 2px 1px 3px 0px #0000006b; transition-duration:0.3s;}

.up-comming-product:hover .up-comming-img img { }
.up-comming-brief {padding: 15px 0 10px;}
.comming-pro-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
}
.cdown {
    display: inline-block;
    margin: auto 15px;
}
.time-count {
  border: 2px solid #ffffff;
  background-color:#ffbb00;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  width: 40px;
}
.cdown p {
  color: #8a8888;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 0 0;
  text-transform: capitalize;
}
/* blog-2 */
.blog-2 .single-blog {
  background: #fff none repeat scroll 0 0;
  padding: 25px;
}
.blog-2 .blog-photo { position: relative;}
.blog-2 .like-share {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: -40px;
  position: absolute;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.blog-2 .like-share a {
  color: #000;
  display: inline-block;
  float: none;
}
.blog-2 .like-share a:hover { color: #c87065;}
.blog-2 .post-meta {padding: 20px 0 10px;}
.blog-2 .single-blog:hover { box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);}
.blog-2 .single-blog:hover .blog-photo img { transform: none;}
.blog-2 .single-blog:hover .like-share {
  bottom: 0;
  visibility: visible;
}
/* brand */
.brand-logo-area { margin-bottom: -50px;}
.brand {
  /* background: #fff none repeat scroll 0 0; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
}
.single-brand {
  height: 100px;
  line-height: 100px;
}
.single-brand a { display: inline-block;}
.single-brand a img { display: inline-block;}
/* footer-2 */
.footer-2 {
  background: #eeeeee none repeat scroll 0 0;
  padding-top: 130px;
}
.footer-subscribe button {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #666;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  text-transform: uppercase;
}
.footer-subscribe button:hover {
  background: #F6F6F6 none repeat scroll 0 0;
  color: #C8A165;
}
.copyright-2 {
  background: #f2f2f2 none repeat scroll 0 0;
}
.footer-area.footer-3 {
  background: #eeeeee none repeat scroll 0 0;
  padding: 80px 0;
}
/* ---------------------------------
  11. Shop-page
----------------------------------- */
.heading-banner-area {
  background: rgb(0 0 0 / 90%) url(img/bg/blog-banner-1.jpg) no-repeat scroll center center / cover;
}
.heading-banner-title h2 {
  color: #fff;
  font-size: 45px;
  /* font-weight: 900; */
  line-height: 33px;
  margin-bottom: 0;
  padding: 134px 0 101px;
  text-align: center;
  /* text-transform: uppercase; */
}
.breadcumbs ul { overflow: hidden;}
.breadcumbs li {
  color: #9a9a9a;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-left: 38px;
  position: relative;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 767px) {
.breadcumbs li {


  font-size: 10px;
  font-weight: 400;
  margin-left:8px;
  margin-right: 10px;
  position: relative;
  /* text-transform: uppercase; */
}

  .breadcumbs li::after {
    color: #ffc011;
    content: "/";
    left: 0px;
    position: absolute;
    top: 0;
}

}


.breadcumbs li:first-child { margin-left: 0px;}
.breadcumbs ul li a {
  color: #777;
  display: block;
}
.breadcumbs ul li:hover a {color: #ffbb00;}
.breadcumbs li::after {
  color: #ffc011;
  content: "/";
  left: -22px;
  position: absolute;
  top: 0;
}
.breadcumbs li:first-child::after { content: "";}
.overlay-bg { position: relative;}
.overlay-bg::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* Product-option */
.option-btn {
  margin-right: 20px;
  padding: 0;
  color: #999;
}
.option-btn.active, .option-btn:hover { color: #c8a165;}
.dropdown-menu { border-radius: 0;}
.dropdown-width { width: 290px;}
/* ---------------------------------
  12. Shop-Sidebar
----------------------------------- */
/* Widget Search */
.widget-search .widget-info { padding: 20px;}
.widget-search { position: relative;}
.widget-search input {
  background: #fff none repeat scroll 0 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0 35px 0 20px;
  font-size: 20px;
  text-align: center;
}
.widget-search button {
  color: #999;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: 0;
}
.widget-search button:hover { color: #C8A165;}
/* widget-categories */
.widget {
  background: #fff none repeat scroll 0 0;
  width: 100%;
}
.widget-categories {
  background: #fff none repeat scroll 0 0;
  width: 100%;
}
.widget-title h4 {
  border-bottom: 2px solid #f6f6f6;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 30px;
  text-transform: uppercase;
}
.widget-info { padding: 20px 30px;}
.widget-info.product-cat {
  background: #fff none repeat scroll 0 0;
  height: 290px;
  padding: 15px 20px 20px 10px;
}
.product-cat .treeview { padding-left: 20px;}
.product-cat .treeview li span {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.product-cat .treeview li.collapsable span, .product-cat .treeview li span:hover {
  color: #c8a165;
}
.product-cat .treeview li > ul > li > a {
  color: #999;
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
}
.product-cat .treeview li > ul > li > a {
  color: #999;
}
.product-cat .treeview li > a:hover,
.product-cat .treeview li > ul > li > a:hover {
  color: #c8a165;
}
/* Widget Shop Filter */
.price_slider_amount { margin-bottom: 10px;}
.price_slider_amount > input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
}
.price_slider_amount > input#amount {
  margin-right: 0;
  width: 90px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #dcdcdc none repeat scroll 0 0;
  border: medium none;
  height: 3px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #c87065 none repeat scroll 0 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #c87065;
  height: 12px;
  width: 12px;
}
/* Widget Color Filter */
.color-filter ul li  {
  color: #666;
  float: left;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
}
.color-filter ul li span.count { float: right;}
span.color {
  background: #ddd none repeat scroll 0 0;
  display: inline-block;
  height: 13px;
  margin-right: 20px;
  width: 13px;
}
.color-filter ul li.active  span.color,
.color-filter ul li:hover span.color {
  outline: 1px solid #D6B98C;
  outline-offset: 1px;
}
.color-filter ul li.active a,
.color-filter ul li.active span.count  { color: #C8A165;}
span.color.color-1 { background: #ffa07a; }
span.color.color-2 { background: #E9967A; }
span.color.color-3 { background: #FE5858; }
span.color.color-4 { background: #00B2EE; }
span.color.color-5 { background: #00EEB3; }
span.color.color-6 { background: #8DC63F; }
span.color.color-7 { background: #C38B4B; }
/* Widget Size Filter */
.size-filter li {
  float: left;
  margin: 8px 8px 0 0;
}
.size-filter ul li a {
  background: #f6f6f6 none repeat scroll 0 0;
  display: block;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
.size-filter ul li:last-child { margin-right: 0;}
.size-filter ul li.active a, .size-filter ul li a:hover {
  background: #C8A165;
  color: #fff;
}
/* Widget-Banner */
.widget-banner .widget-info {
  padding: 15px;
}
.widget-banner-img a { display: block;}
/* widget-product */
.widget-product .widget-info {
  padding: 10px 15px;
}
.sidebar-product .product-img {
  float: left;
  width: 35%;
}
.sidebar-product .product-info {
  float: left;
  padding: 0 0 0 20px;
  width: 65%;
}
.sidebar-product .post-title, .sidebar-product .pro-price {
  font-size: 14px;
  line-height: 16px;
}
.sidebar-product .pro-price {
  color: #999;
}
.sidebar-product .single-product {
  margin-bottom: 5px;
  padding: 10px 15px;
}
/* product-option */
.product-option {
  background: #fff none repeat scroll 0 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.shop-tab > li {
  float: left;
  margin-right: 20px;
}
.shop-tab li a {
  color: #999;
  display: block;
  font-size: 20px;
}
.shop-tab li.active a { color: #C8A165;}
/* ==== */
.shop-list .single-product {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 15px;
}
.shop-list .product-img {
  float: left;
  width: 180px;
}

.shop-list .product-img-dugun {
  float: left;
  width: 65%;
  text-align: center;
}

@media screen and (max-width: 781px) {
.shop-list .product-img-dugun {
  float: left;
  width: 100%;
  text-align: center;
}
}


.shop-list .product-info {
  float: left;
  padding: 0 15px 0 30px;
  width: 69.667%;
}

.shop-list .product-info-dugun {
  float: left;
  padding: 0 15px 0 30px;
  width: 35%;
  text-align: center;
}

@media screen and (max-width: 781px) {
.shop-list .product-info-dugun {
  float: left;
  padding: 0 15px 0 30px;
  width: 100%;
  text-align: center;
}
}

.shop-list .product-action {
  float: left;
  /* margin: 0 0 35px 0px; */
  width: 230px;
  width: 40%;
  font-size:16px;
  color:#fff;
  font-weight:400;
  padding:5px;
}

.shop-list .product-action100 {

  width: 100% !important;

}
.shop-list .product-description  p {
  font-weight: 400;
  margin-bottom: 44px;
}
/* cart-plus-minus */
.cart-plus-minus {
    background: #F6F6F6 none repeat scroll 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 33%;
}
input.cart-plus-minus-box {
  background: #f6f6f6 none repeat scroll 0 0;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.33%;
}
.qtybutton {
  cursor: pointer;
  float: left;
  font-size: 20px;
  position: relative;
  width: 33.3333%;
}
.qtybutton:hover { color: #C8A165;}
.dec.qtybutton::before, .inc.qtybutton::before {
    background: #999;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
}
.dec.qtybutton::before { right: 0;}
.inc.qtybutton::before { left: 0;}
/* Shop Pagination */
.pagination {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 50px;
  margin: 0;
  border-radius: 0;
}
.pagination ul { display: inline-block;}
.pagination ul li {
  display: block;
  float: left;
  padding: 10px 0;
}
.pagination ul li a {
  color: #666;
  display: block;
  line-height: 30px;
  padding: 0 6px;
}
.pagination ul li a i {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.pagination ul li.active a, .pagination ul li:hover a {
  color: #040404;
  font-weight: bold;
}
/* ---------------------------------
  13. Single-Product
----------------------------------- */
.single-pro-area .single-product:hover {
  box-shadow: none;
}
.single-pro-color ul li {
  line-height: inherit;
  width: auto;
}
.single-pro-color span.color {
  margin-right: 10px;
}
.color-title {
  color: #434343;
  display: block;
  font-weight: 700;
  width: 55px;
}
.single-pro-size ul li a,
.single-pro-size ul li.active a,
.single-pro-size ul li a:hover {
  background: transparent none repeat scroll 0 0;
}
.single-pro-size ul li.active a, .single-pro-size ul li a:hover {
  color: #c8a165;
}
.single-pro-size ul li { margin-right: 0;}
.single-pro-size ul li a {
  height: auto;
  line-height: inherit;
  margin-right: 15px;
  width: auto;
}
.single-pro-info .single-product {
  padding: 30px 15px 30px 30px;
}
.single-pro-info .single-big-photo {
  float: left;
  width: 45%;
}
.single-big-photo img { width: 100%;}
.single-pro-info .product-info {
  width: 55%;
}
.single-pro-info .product-description p {
  font-weight: 400;
  margin-bottom: 20px;
}
.single-sml-photo {
  margin-top: 38px;
}
.single-sml-photo .slick-list {
  margin: auto;
  width: calc(100% - 50px);
}
.single-sml-photo .slick-slide {
  padding: 0 10px;
  width: 70px;
}
.single-sml-photo img {
  cursor: pointer;
  width: 100%;
  margin:0 auto;
}
.single-sml-photo .slick-current img {
  border: 1px solid #D6B98C;
}
.single-pro-info .slick-arrow {
  background: #dedede none repeat scroll 0 0;
  color: #797979;
  cursor: pointer;
  display: block;
  font-size: 25px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 999;
  transition: all 0.3s ease 0s;
}
.single-pro-info .slick-arrown {
  background: #ffbb00 none repeat scroll 0 0;
  color: #ffffff;
  border: 2px solid #ffbb00;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 999;
  transition: all 0.3s ease 0s;
  right: -36px;
  outline: none;
}
.single-pro-info .slick-arrowp {
  background: #ffbb00 none repeat scroll 0 0;
  color: #ffffff;
  border: 2px solid #ffbb00;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 999;
  transition: all 0.3s ease 0s;
  left: -36px;
  outline: none;
}
.single-pro-info .slick-arrow:hover {
  background: #ffbb00 none repeat scroll 0 0;
  color: #fff;
}
.single-pro-info .slick-arrow.arrow-left {
  left: 0;
  right: auto;
}
.single-pro-info .slick-arrow.arrow-right {
  left: auto;
  right: 0;
}
.single-pro-info .slick-arrow i {
  left: 0;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* lightbox */
.view-lightbox {position: relative;}
.view-full-screen {
  bottom: 0;
  font-size: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #00000000;
  display: table;
  color: #ffffff00;
}

.view-full-screen:hover {
  background-color: #00000042;
  color: #ffffff;
}

.view-full-screen::before {
  /* border-right: 50px solid #FCFBFB; */
  /* border-top: 50px solid transparent; */
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
/* single-product no-sidebar */
.single-pro-info.no-sidebar .single-big-photo {
  width: 38%;
}
.single-pro-info.no-sidebar .product-info {
  width: 62%;
}
/* single-product-tab review */
.pro-tab-info {
  background: #fff none repeat scroll 0 0;
  padding: 40px 30px;
}
.single-pro-tab-menu ul li {
  margin-bottom: 5px;
}
.single-pro-tab-menu ul li a {
  background: #fff none repeat scroll 0 0;
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
}
.single-pro-tab-menu ul li.active a {
  background: #ffbb00 none repeat scroll 0 0;
  color: #fff;
}
.tab-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  /* text-transform: uppercase; */
}
.product-comments li {
  float: left;
  width: 100%;
}
.pro-reviewer {
  float: left;
  width: 80px;
}


.yorumpp{border-radius:50%;}
.threaded-comments .pro-reviewer {float: left;width: 50px;} 
.pro-reviewer-comment {
  margin-left: 70px;
  padding-left: 30px;
}
.threaded-comments .pro-reviewer-comment {margin-left: 65px;padding-left: 10px;border-left:3px solid #ffbb00;}

@media (max-width: 767px){
  .yorumpp{border-radius:50%; width:70px}
  .threaded-comments .yorumpp{border-radius:50%; width:30px; margin-top:5px}
  .threaded-comments .pro-reviewer {width:100%; } 
  .threaded-comments {border-left:5px solid #ffbb00d9;  background-color:#f6f6f6; padding-left:0px !important; }
  .threaded-comments .pro-reviewer-comment {margin-left: 0px;padding: 0px 10px 10px 10px; border-left:1px solid #ffbb0000;}
}


.comment-reply a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #999;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-left: 2px;
  text-align: center;
  width: 50px;
  cursor: p;
}
.comment-reply a:hover {
  background: #ffbb00 none repeat scroll 0 0;
  color: #5e5e5e;
}
.reply-date {
  color: #666;
  margin-bottom: 10px;
}
.tab-title.title-border::before {
  height: 3px;
}
.threaded-comments {
  padding-left: 40px;
}
.your-rating span a {
  color: #c87065;
  font-size: 16px;
}
.separator {
  color: #ccc;
  margin: 0 15px;
}
/* ---------------------------------
  14. Shopping-cart
----------------------------------- */
.shop-cart-table {
  background: #fff none repeat scroll 0 0;
  padding: 40px;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  text-align: center;
  width: 100%;
}
.table-content table th {
  background: #f6f6f6 none repeat scroll 0 0;
  font-weight: 700;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table td {
  border-top: medium none;
  padding: 10px 10px 10px;
  vertical-align: middle;
}
/* product-thumbnail */
.table-content table td.product-thumbnail {
  padding-left: 0;
  width: 330px;
}
.product-thumbnail .product-img {
  float: left;
  position: inherit;
  width: 110px;
}
.product-thumbnail .product-info {
  float: left;
  padding: 24px 0 0 20px;
}
.product-thumbnail .post-title {
  font-size: 14px;
}
.product-thumbnail .product-info p {
  font-weight: 400;
  margin-bottom: 0;
}
.product-thumbnail .single-product {
  padding-top: 0;
}
.table-content table td.product-price {
  color: #999;
  font-size: 16px;
  font-weight: 900;
}
/* product-quantity */
.product-quantity .cart-plus-minus {
  float: none;
  height: 30px;
  line-height: 30px;
  margin: auto;
  width: 120px;
}
.product-quantity .dec.qtybutton {
  border-right: 5px solid #fff;
}
.product-quantity .inc.qtybutton {
  border-left: 5px solid #fff;
}
.product-quantity .cart-plus-minus-box {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}
.product-quantity .dec.qtybutton::before, .product-quantity .inc.qtybutton::before {
  display: none;
}
/* product-subtotal */
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 900;
}
/* product-remove */
.product-remove i {
  background: #f6f6f6 none repeat scroll 0 0;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  transition: all 0.3s ease 0s;
}
.product-remove i:hover {
  background: #C8A165 none repeat scroll 0 0;
  color: #fff;
}
/* product-stock */
.table-content table td.product-stock {
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
}
/* product-add-cart */
.table-content table td.product-add-cart a {
  font-size: 25px;
}
/* payment-details */
.payment-details table { width: 100%;}
.payment-details table th {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #666;
  font-weight: 900;
  padding: 10px 30px;
  text-transform: uppercase;
}
.payment-details table td{
  color: #999;
  font-weight: 700;
  padding: 7px 30px;
}
.payment-details table tr {
  border-bottom: 1px solid #E5E5E5;
}
.payment-details table tr:last-child {
  border-bottom: 0;
}
.payment-details table tr:last-child td {
  color: #c87065;
  padding: 15px 30px 0;
}
/* cart-page-menu */
.cart-page-menu li {
  float: left;
  padding: 0 15px;
  width: 25%;
}
.cart-page-menu li a {
  background: #fff none repeat scroll 0 0;
  color: #999;
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.cart-page-menu li.active a {
  background: #ffbb00 none repeat scroll 0 0;
  color: #fff;
}
/* custom-select */
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(246, 246, 246, 1) url("img/bg/angel-down.png") no-repeat scroll 97% center;
  border: medium none;
  color: #999;
  height: 40px;
  padding: 0 20px;
  text-transform: capitalize;
  width: 100%;
  outline: none;
}
.custom-select option { padding: 5px 20px;}
/* payment-method */
.payment-accordion h3 {
  background: #8b848c none repeat scroll 0 0;
  color: #fffeff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  margin-bottom: 15px;
  padding: 0 20px;
  position: relative;
  /* text-transform: uppercase; */
}
.payment-accordion-toggle::before {
  color: #ccc;
  content: "\f2f2";
  font-family: material-design-iconic-font;
  font-size: 25px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.payment-accordion-toggle.active::before{
  content: "\f2f8";
}
.payment-content {
  display: none;
  padding: 0 30px;
}
.payment-content.default { display: block;}
.payment-content p { color: #999;}
.payment-content a img {
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 0;
  padding: 5px;
}
/* order-compleate */
.thank-recieve p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.order-info { padding: 20px 0;}
.single-order-info {
  float: left;
  width: 25%;
}
/* ---------------------------------
  15. My Account
----------------------------------- */
.my-account .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
}
.my-account-menu a {
  background: #C8A165;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
}
.my-account-menu a.collapsed { background: #C87065;}
.my-account-menu-2 a { background: #C87065;}
.my-account .panel-body { padding: 0;}
/* ---------------------------------
  16. Single-Blog
----------------------------------- */
.blog-details-area .single-blog {
  padding: 40px;
}
.blog-details-area .like-share {
  background: rgb(255 255 255 / 62%) none repeat scroll 0 0;
  bottom: 0;
  padding-left: 20px;
  visibility: visible;
}
.post-date-2 {
  background: #fff none repeat scroll 0 0;
  height: 70px;
  left: 20px;
  line-height: inherit;
  padding: 12px 0 10px;
  position: absolute;
  top: 20px;
  width: 70px;
}
.post-date-2 span { display: block;}
.post-date-2 span:first-child {
  font-size: 30px;
  padding-bottom: 8px;
}
.post-title-2 {
  font-size: 22px;
  margin-bottom: 0;
  padding: 38px 0 25px;
}

.blog-info h2 {
  font-size: 18px;
  
}
.post-share-tag {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 15px 20px;
}
.post-share span { margin-right: 20px;}
.post-share a {
  color: #999;
  margin-right: 15px;
}
.post-share a:hover { color: #C8A165;}
.post-share a:last-child { margin-right: 0;}
.author-comments {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 25px 20px;
}
.author-photo { width: 100px;}
.author-photo img { border-radius: 50%;}
.author-brief {
  margin-left: 100px;
  padding-left: 25px;
}
/* Widget-comments */
.single-recent-comments h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* ---------------------------------
  17. 404
----------------------------------- */
.error-content {
  border: 30px solid #fff;
  padding: 50px 20px;
  background-color: #f6f6f6;
  box-shadow: 0px 3px 11px 0px #00000036;
}
.error-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.error-form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 450px;
}
.error-form input {
  background: #fff none repeat scroll 0 0;
  padding-right: 50px;
}
.error-form button {
  color: #999;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.error-form button:hover { color: #C8A165;}
.go-to-home {
  background: #fff none repeat scroll 0 0;
  color: #666;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-transform: uppercase;
}
/*about-us*/
.about-us { padding: 40px;}
.about-brief {
  margin-left: -200px;
  margin-top: 40px;
  min-height: 350px;
  padding: 40px 30px 30px 40px;
}
.single-member {
  padding: 15px 15px;
  transition: all 0.3s ease 0s;
  min-height: 210px;
}
.single-member:hover {
  box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);
}
.single-member img {border-radius: 50%;width: 150px;/* height: 160px; */}
.single-member .takim {border-radius: 50%;width: 160px;height: 160px;filter:grayscale(1);transition-duration:0.7s;}
.single-member .is-alani {border-radius: 2px;width: 100%; filter:grayscale(1);transition-duration:0.7s;}
.single-member .is-alani:hover{ filter:grayscale(0); }    
.single-member p{font-size:18px; font-weight:bold;}                  
.single-member:hover .takim {filter:grayscale(0);}
.single-member h3 {
  color: #666;
  font-family: bree serif;
  font-size: 20px;
}

.single-member h4 {
  color: #999;
  font-size: 13px;
  line-height: 18px;
  margin-top: 12px;
  font-weight: 600;
}
.team-social li {
  display: inline-block;
  margin: 0 1px;
}
.team-social ul li a {
  color: #999;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.team-social ul li a:hover { color: #C8A165;}
/* ---------------------------------
  18. Contact
----------------------------------- */
.contact-details ul li {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.contact-details ul li i {
  background: #ddd none repeat scroll 0 0;
  color: #999;
  float: left;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
  text-align: center;
  width: 35px;
}
.contact-details ul li span {
  display: block;
}
#bodyContent > p {
  margin-bottom: 0;
}
.thankyou  h2 {
  color: #666;
  font-size: 20px;
  line-height: 14px;
  padding: 30px 0;
}

.radius100 {border-radius: 100%}
.ustkatpadding {padding:  1px !important;border-top: 3px solid #ffffff; border: 2px solid transparent; 
     background: linear-gradient(308deg,#f0cd4d,#de356e) border-box; transition-duration:1s; }
.ustkatpadding:hover {border: 3px solid #ff000000; background: linear-gradient(308deg,#48d3c5,#38a499) border-box; 
     }
.ustkatwidth { width: 200px !important }
.cont-pb{padding-bottom:25px;}
.ustkattext{text-align: center;font-weight: bold; margin-top:5px/* font-family: bree serif; *//* width: 100%; *//* overflow: hidden; *//* white-space: nowrap; *//* text-overflow: ellipsis; */}
@media screen and (max-width: 769px) {
.ustkattext{text-align: center;font-weight: 300;font-size:13px;font-family:system-ui;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 10px;}
.ustkatpadding {padding:  0px !important;/* border-top: 0px solid #ffffff; */padding: 1px !important;margin-top: 10px;}
.ustkatpadding:hover {/* padding:  5px !important; *//* border-top: 0px solid #ffbb00; *//* padding-top:  20px !important */}
}
.beyazarka{background-color: #ffffff !important}
.urundetaybuton{width: 100% !important}
.butoncell{cursor: cell; outline: none;}
.urundetaybutonust {text-align: center;margin-top: 15px;line-height: 20px;font-weight: 500 !important;}
.urunhizligozat{position: absolute; right: 34px;}
.uzunyazikat{
  width: 100%;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.urunhizligozat a {
  color: #848484;
  font-size: 19px;
  line-height: 28px;
}

.urunhizligozat a:hover {
  color: #d26456;

}

.textcenter{text-align:center;}

.musterigorliste{font-size: 18px; line-height: 38px;}
.fs-18{font-size:18px;}
.altkatslideryazi {margin-top: -55px;padding: 5px;color: #929191;font-weight: bold;font-size: 14px;}

.pro-tab-info table{
  width:100%;
  padding:10px;
  font-size: 16px;
}
.pro-tab-info table tr{
  border:1px solid #c1c1c1; padding:10px;
}
.pro-tab-info table td:first-child{
  border:1px solid #b1b1b1; padding:10px; font-weight:bold; background-color:#f6f6f6; text-align:left;
}
.pro-tab-info table td{
  border-bottom:1px dotted #b1b1b1; padding:10px; text-align:center;
}
.pro-tab-info table th{
  border-bottom:1px solid #b1b1b1; padding:10px; background-color:#f6f6f6; text-align:center;
}

.pro-tab-info table th:first-child{
 text-align:left; border:1px solid #b1b1b1; 
}

.urun-aciklama-onizle{height:140px;overflow: hidden;text-overflow: ellipsis;margin-bottom: 5px;}
.urun-aciklama-onizle table{width:100%;}
.urun-aciklama-onizle table tr{
    font-size:12px; border-bottom:2px dotted #bdbdbd;
}
.urun-aciklama-onizle table td:first-child{
   padding:3px;  background-color:#fdfdfd; text-align:center; display:none;
}
.urun-aciklama-onizle table td{
   padding:2px; text-align:center;
}
.urun-aciklama-onizle table th{
  padding:2px; background-color:#f6f6f6; text-align:center;
}

.urun-aciklama-onizle table th:first-child{
 text-align:left; 
}
.dahafazla-btn{width:100%; margin-bottom: 10px; padding: 2px;color: #333;background-color: #fff;border-color: #ccc; outline:none;}
.dahafazla-btn:hover{outline:none !important;background-color: #f6f6f6;}

@media screen and (max-width: 769px) {
  .urun-aciklama-onizle {
    display:none;
  }
  .dahafazla-btn {
    display:none;
  }
}

.searchh {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #ffbb00;
    right: 3%;
    top:39px;
    transition: 0.5s;
    overflow: hidden;
}

.sticky .searchh {top:9px}

.searchh.active {
    width: 28%;
    z-index: 999999;
    border: 2px solid #fff;
}

.searchh .iconn {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #ffbb00;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}

.searchh .iconn::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-3px, -3px);
}

.searchh .iconn::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: #fff;
    transform: translate(5px, 5px) rotate(315deg);
}

.searchh .inputt {
    color: #fff;
    position: relative;
    width: 80%;
    height: 50px;
    left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchh .inputt input {
    color: #fff;
    background: #ffbb00;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px 0;
}

.searchkapat{
  font-size: 28px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ffbb00;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}

@media screen and (max-width: 997px) {
.searchh.active {
     width: 92%;
     height:auto;
}
.searchh {
    width: 40px;
    height: 40px;
    right: 4%;
    top: 15px;
}

.searchh .iconn {
    width: 40px;
    height: 40px;
}

.searchh .inputt {
    height: 40px;
}

.searchkapat{

  width: 40px;
  height: 40px;

}

  }

.clearr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clearr::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
}

.clearr::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    transform: rotate(315deg);
}
.list-group {
    margin-bottom: 0 !important;
    /* overflow: scroll; */
    /* height: 500px; */
}

.searchh .inputt ::placeholder {
    color: white;
}
@media (min-width:768px){
    .modal-dialog{
        margin:100px auto !important;
    }
}


.arakucukresim {width:90px;/* float:left; */margin-right:8px;}
.aramalist {/* position: absolute; */right: 30%;top: 20.6%;z-index:99999;width: 100%;font-size: 17px;/* overflow: scroll; *//* height: 700px; */display:none;}
.aramaback {display:none;width: 100%;height: 120%;background-color: #ffbb00e8;position: fixed;z-index: 9999;overflow-y: scroll;margin-top: -130px;padding-top: 70px;padding-bottom: 20%;-webkit-animation: fadeIn 0.5s;}
.aramaback::-webkit-scrollbar {width: 20px;}
.aramaback::-webkit-scrollbar-track {background-color: #caa236;  box-shadow: inset 0px 0px 0px 0px #e8e8e8;    }
.aramaback::-webkit-scrollbar-thumb {background-color:#ffbb00; border-radius:100px; border: 6px solid transparent; transition: 0.3s;}
.aramaback::-webkit-scrollbar-thumb:hover {background-color:#ffffff; border-radius:100px; border: 4px solid transparent; }
.aramabackActive {display:inline !important; }
.aramasil {position:absolute; top:14px; right:50px; color:white; font-size:20px; cursor:pointer;  transition: all 0.5s ease 0s;}
.aramasil:hover {font-size:18px;}
.aramakapat {position:absolute; top:14px; right:20px; color:white; font-size:20px;  transition: all 0.5s ease 0s;}
.aramakapat:hover {color:black;}
.arama-sonu{width:100%;height: 50px;clear:both;}

.paketback{display:none;width: 100%;height: 120%;background-color: #000000e8;position: fixed;z-index: 9999;overflow-y: scroll;/* margin-top: -130px; */padding-top: 70px;padding-bottom: 20%;-webkit-animation: fadeIn 0.5s;}
.paketback-kapat{position:absolute;top: 64px;right: 82px;color: #ffffff;/* width: 100px; *//* height: 100px; *//* background-color: white; */font-size: 50px;}
@media screen and (max-width: 769px) {
.paketback{display:none;width: 100%;height: 120%;background-color: #000000e8;position: fixed;z-index: 9999;overflow-y: scroll; margin-top: -130px; padding-top: 70px;padding-bottom: 20%;-webkit-animation: fadeIn 0.5s;}
.paketback-kapat{position:absolute;top: 64px;right: 30px;color: #ffffff;/* width: 100px; *//* height: 100px; *//* background-color: white; */font-size: 40px;}
}


.container100{clear:both;margin: 0px 4%;display: table;width: 92%;}
.containerfull{clear:both;margin: 0px;display: table;width: 100%;}

@media screen and (max-width: 769px) {
.container100{clear:both;/* margin:0px 0px; */display: block;}
}

.bloggor{width: 45%;margin: auto;text-align: center;background-color: #866200;color: #ffffff;font-size: 14px;font-weight: 600;padding: 8px;border-radius: 3px;transition-duration: 0.4s;}
.bloggor:hover{background-color:#0c0c0c;}
.sari-bg{background-color:#ffbb00}

.urun-yuk{width: 100%;/* background-color: #f6f6f6; */padding: 8px;/* color: white; */font-weight: 650;border-radius: 5px;margin: auto;font-size: 15px;text-align: center;margin-top: 10px;color: #575555;}
.urun-yuk img {margin-right: 6px;width: 26px;margin-top: -2px;}
.urun-yuk2{width: 100%;/* background-color: #f6f6f6; */padding: 8px;/* color: white; */font-weight: 650;border-radius: 5px;margin: auto;font-size: 15px;text-align: center;margin-top: 10px;color: #575555;}
.urun-yuk2 img {margin-right: 6px;width: 26px;margin-top: -2px;}

.width100 {width:100% !important;}

.d-none{display:none !important;}
.foto-buyut-icon{display:table-cell;vertical-align:middle;text-decoration: none;}

.baslikalt{font-size:15px; font-weight:500;  color:#848484; text-align:center;}

.kategori-filtre-ac{width:100%;/* position: fixed; *//* bottom: 0; *//* z-index: 9999999; */padding: 0px 15px 20px 15px;}

.urun-duzunle-admin{/* width:100px; *//* float: left; */position: fixed;right: 0;z-index: 9999;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}
.indexyazi {height:250px; overflow-y:scroll; padding:20px;  border-top:1px solid #e7e7e7;}
.indexyazi h2 {color:#666666; font-size:22px;}

img.border-5{
    border-radius:5px;
    /* filter:grayscale(1); */
    transition-duration:0.5s;
    margin-bottom: 20px;
}

img.border-5:hover{
    border-radius:5px;
    filter:grayscale(1);
}

img.border-5-renk{
    border-radius:5px;
    transition-duration:0.5s;
    margin-bottom: 20px;
}

img.index-kate{
    border-radius:5px;
    /* filter:grayscale(1); */
    transition-duration:0.4s;
    margin-bottom: 20px;
}

img.index-kate:hover{
    border-radius:5px;
    box-shadow: 0px -7px 0px 0px #ffbb00;
}


.indexkatrenk{background-image: linear-gradient( #d51c1c, #ffbb00);}
.indexbizrenk{background-image: linear-gradient(#dbdbdb, #ffffff); }
.hesabimbackrenk{background-image: linear-gradient( #8c858d, #594a5c);background-color: #8c858d;}
.siparislerimback {background: #4a3e4b none repeat scroll 0 0;padding: 40px;}
.siparis-tablo{background-color: white;padding: 30px;margin-bottom: 30px;border-radius: 8px;border: 3px dotted rgb(138, 131, 139);}
.sip-6-div{text-align:center; background-color: #e3e3e3; border-radius:8px; padding:15px; /* margin:10px; */}
.sip-6-div p{color: #6b5a6e;}
@media screen and (max-width: 752px) {
  .siparis-tablo{padding:30px 0px; border:}
  .siparislerimback {padding: 30px;}
}

.service{background: #ffffff;padding: 15px;font-size: 12px;/* border-top: 4px solid #e36a81; *//* border: 2px solid transparent; */background: linear-gradient(
308deg
,#ffcc10,#fb1764) border-box;box-shadow: 0px -3px 17px 0px black;/* margin-top: 20px; */float: left;width: 100%;box-shadow: 0 1px 1px rgba(0,0,0,.2);/* background-image: linear-gradient(to bottom right, #D61E1D, #ffbb00); */}
.service .service-item{padding-left:35px;border-right: 01px solid #e3e3e3;overflow:hidden;}
.service .service-item .icon{float:left}
.service .service-item .icon i{font-size: 40px;color: #ffffff;line-height: 40px!important;display: inline-block;}
.service .service-item .info{padding-left: 50px;}
.service .service-item h3{margin: 0;padding: 0;color: #f9f9f9;text-transform: uppercase;font-weight: 700;font-size: 15px;line-height: 22px;letter-spacing: 0.6px;/* font-weight: 500; *//* text-align: center; */}
.service .service-item h4{margin: 0;padding: 0;color: #ffffff;text-transform: uppercase;font-weight: 700;font-size: 11px;line-height: 20px;}
.service .service-item:last-child{border-right:none}

@media screen and (max-width: 752px) {
.service {padding: 0px 0; }
.service .service-item{padding-left:15px;/* border-bottom: 1px solid #ffffff; */overflow:hidden;}
.service .service-item .icon i{font-size: 18px;color: #ffffff;display: inline-block;/* position: absolute; */top: 6px;}
.service .service-item .info{padding-left: 25px;/* height: 40px; */margin: 9px 0px;}
.service .service-item h3{margin: 0;padding: 0;color: #ffffff;text-transform: uppercase;font-weight: 700;font-size: 10px;line-height: 15px;letter-spacing: 0.3px;/* font-weight: 500; *//* text-align: center; */}
.service .service-item:last-child{border-right:none}
}

.avrupa-yazi {margin-top:15px}
.avrupa-yazi h1{font-size:24px; font-weight:bold; color:#666;}
.avrupa-yazi h2{font-size:16px; font-weight:bold; color:#c87065;}

.kampanya-bilgilendirme{background-color: #fff9c5;padding: 20px;border-radius: 5px;color: black;line-height: 30px;}


.kartela-dis{margin-bottom:0px; border:1px solid #ebebeb; padding:15px }
.kartela-baslik {font-size:16px; text-align:center; margin-top:5px; font-weight:510; margin-bottom:5px}

.indir-resim-detay {font-size:16px; text-decoration:none; color:#fff;}
.dugun-ind-bay{background-image: linear-gradient( #ffbb00 , #f6f6f6);height: 437px;border-radius: 5px;display: table;width: 100%;}
.dugun-ind-bay-yaz{display: table-cell;vertical-align: middle;text-align: center;color: #db8939;font-weight:bold;font-size:26px;line-height:35px;}
.dugun-ind-bay-yaz i{font-size: 96px;color: #db8939;}
.dugun-ind-bay-yaz span{font-size: 67px;color: #a96624;}

@media screen and (max-width: 976px) {
.dugun-ind-bay{background-image: linear-gradient( #ffbb00 , #f6f6f6);height: 207px;border-radius: 5px;display: table;width: 100%;}
.dugun-ind-bay-yaz{display: table-cell;vertical-align: middle;text-align: center;color: #db8939;font-weight:bold;font-size:2,px;line-height:28px;}
.dugun-ind-bay-yaz i{font-size: 66px;color: #db8939;}
.dugun-ind-bay-yaz span{font-size: 47px;color: #a96624;}
}

.siralama-olcut {margin-bottom:20px;padding:0px 15px;font-size:16px;/* font-weight:bold; */color:#666;font-family: 'Lato', sans-serif;height: 40px; width:100%}
.siralama-olcut-alt {float:right;}

@media screen and (max-width: 650px) {
.siralama-olcut {margin-bottom:20px;padding:0px 15px;font-size:14px;color:#666;font-family: 'Lato', sans-serif;height: 40px; width:100%}
}


.paketolustur{width: 50px;height: 50px;position: absolute !important;top: 39px;right: 110px !important;background-color: #fd6e9f !important;border-radius: 50%;transition-duration:0.5s;cursor: pointer;}
.paketolustur i{font-size: 30px;color: #ffffff;position:absolute;top:10px;left: 12px;}
.sticky .paketolustur {top:9px}
.paketolustur span{background-color:#323232; width:21px; height:21px; padding:px;color:white;border-radius:50%; font-weight:bold; position:absolute; left:-6px;text-align:center;}

@media screen and (max-width: 997px) {
.paketolustur{width:40px;height:40px;position: absolute !important;top: 15px;right: 80px !important;background-color: #fd6e9f !important;border-radius: 50%;transition-duration:0.5s;}
.paketolustur i{font-size:21px;color: #ffffff;position:absolute; top:10px;left:11px;}
}

@media screen and (max-width: 690px) {
.paketolustur{top: 15px;right: 67px !important;}
}

.pakete-ekle{position:absolute;top:-10px;right:0;font-size: 25px;background-color:#fd6e9f;border-radius:50%;width:50px;height:50px;padding: 13px 8px 8px 14px;cursor: cell;}
.pakete-ekle:hover{transition-duration:1s; background-color:#ffbb00;}
.pakete-ekle i{transition-duration:0.4s;color:#ffffff;}
.pakete-ekle:hover i{ -ms-transform: rotate(360deg); /* IE 9 */
  transform: rotate(360deg);}

  @media screen and (max-width: 1200px) {
.pakete-ekle{width:40px;height:40px; padding: 9px 5px 5px 12px}
.pakete-ekle i{font-size:21px;}
}

.paket-mesaj{width: 100%;/* position: absolute; */margin: auto;padding-top: 20px;z-index:999999;}

.paket-guncelle-mesaj{width:100%; background-color:#ffffff; border:1px solid #00000017; color:#1e1e1e; border-radius:5px; font-weight:bold; padding:20px 20px;}
.paket-guncelle-mesaj button{float:right;margin-right:20px;margin-left: 20px;margin-top:-6px;}

@media screen and (max-width: 769px) {
.paket-guncelle-mesaj{width:100%; background-color:#ffffff; border:1px solid #00000017; color:#1e1e1e; border-radius:5px; font-weight:bold; padding:20px 20px;}
.paket-guncelle-mesaj button{float:right;  margin-right:60px ;margin-top:56px;}
}
.border3pink {/* border: 3px solid #fd6e9f75; */}

.paketback-info{color:#dbdbdb; margin-bottom:30px; font-size:20px; line-height:45px;}
.paketback-info .eski-fiyat{color:#838383;text-decoration-line: line-through; }
.paketback-info .yeni-fiyat{color:#ffbb00;font-size: 22px;}
.paketten-cikar {text-align:center; margin:auto; width:170px; background-color:#da5656; padding:4px 10px; color:white; font-weight:600;border-radius:5px; transition-duration:0.3s;margin-top:-10px;margin-bottom:20px;cursor:pointer;}
.paketten-cikar:hover{background-color:#cf2121;}
.paketten-cikar i{color:#801616; margin-right:3px; font-size:16px;}


.pakettakim-ekle {text-align:center; margin:auto; width:170px; background-color:#467636;padding:4px 10px; color:white; font-weight:600;border-radius:5px; transition-duration:0.5s;margin-top:-10px;margin-bottom:20px;cursor:cell;}
.pakettakim-ekle:hover{background-color:#399919;}
.pakettakim-ekle i{color:#75ff47; margin-right:3px; font-size:16px;}

.yeni-yil-dis{background: linear-gradient(135deg, #bfb495 0%, #e5e2ce 49%, #bfb495 100%);}
.yeni-yil{background-image: url(img/kis-ayi/bg-04.png); background-size: auto; background-position: top center; background-repeat: no-repeat; }
.yeni-yil-ic{background-image: url(img/kis-ayi/top-01a.png); background-size: auto; background-position: top center; background-repeat: no-repeat;}

.yeni-yil-menu{ background-size: auto; background-position: top center; background-repeat: no-repeat;}

.send-message span{font-size:16px; font-weight:bold; line-height:35px;}
.send-message small{font-size:16px; font-weight:bold; color:#c87065; line-height:35px;}

.b-onay-yazi {font-size: 16px; line-height: 23px;}

.basvurubayi{width: 30px;height: 30px;font-size: 22px;font-weight: bold;position: absolute;top: 50px;right: 215px;background-color: #8f6995;color: #ffffff;padding: 4px 7px;cursor:pointer;transition-duration:0.5s;border-radius: 50%;}
.basvurubayi:hover{background-color: #4d4d4d;}
.basvurubayi i{margin-right:3px; position:absolute}
.sticky .basvurubayi {top:22px}


.bayrakdiv{position: absolute;/* padding-right:16px; */top: 50px;right: 252px;color: #ffffff;transition-duration:0.5s;border-radius: 3px;}
.sticky .bayrakdiv{top:22px;}
.bayrakdiv img{width: 30px;margin-left: 15px;margin-right: 15px;transition-duration:0.1s;}
.griton{filter:grayscale(1);}
.bayrakdiv img:hover{padding:3px; filter:grayscale(0) !important;}

@media screen and (max-width: 997px) {
.basvurubayi{ top:30px; left:90px; right:auto; }
.bayrakdiv{ top:30px; left:118px; right:auto; }
}

@media screen and (max-width: 768px) {
.basvurubayi{position: absolute;top:65px;left:auto;font-size: 22px;right:19px;padding: 3px 7px;width: 30px;height: 30px;}
.bayrakdiv{position: absolute;padding-top:5px;padding-right: 21px;top:60px;left:auto;right:39px;color: #ffffff;transition-duration:0.5s;border-radius: 3px;}

}


.ind-alt-kat-back{ background-image: linear-gradient(#c24570, #48212f);}
.ind-alt-kat-ses{height: 353px;overflow-y: hidden;}

.ind-alt-kat{margin:0 0 15px 0; border-radius:3px; background-color:#ececec; padding:10px;transition-duration:0.5s;cursor:pointer;}
@media screen and (max-width: 991px) {
.ind-alt-kat{margin:0 0 15px 0;  }

}
.ind-alt-kat:hover{border-radius:30px;background-color:#ffffff;}
.ind-alt-kat img{
     width: 52px;
     border-radius:50%;
     margin-right:8px;
     border: 2px solid transparent; 
     background: linear-gradient(308deg,#fada65,#c108a9) border-box; 

     }
.ind-alt-kat span{font-weight:bold;}

.tumunugor-alt-kat{width:100%;text-align:center;padding:50px;position:absolute;margin-top:-120px;background: linear-gradient(#1e1e1e00, #5b2739);}
.tumunugor-alt-kat:hover a{ font-size:17px;color:#fcfcfc; background-color:#bf446e; padding:15px 80px;} 
.tumunugor-alt-kat a{font-size:18px;font-weight:bold;border-radius:5px;color:#973859;background-color:#ffffff;width:100%;padding:5px 90px;cursor:pointer;}
.tumunugor-alt-kat a i{font-size:16px;font-weight:bold; margin-left:2px; color:#973859;}
.tumunugor-alt-kat:hover i{color:#ffffff;}
.tumunugor-alt-kat a:hover{ box-shadow: 2px 3px 1px 1px #ecc7ff;}
.color-white{color:white !important;}

.sifregoster{position: absolute; right: 65px; margin-top: 10px; font-size: 18px; color: #000000; cursor: pointer; transition-duration:0.1s;}
.sifregoster:hover{color:#f0830a;}

.sifregoster2{position: absolute;right: 30px;margin-top: 10px;font-size: 19px;color: #000000;cursor: pointer;transition-duration:0.1s;}
.sifregoster2:hover{color:#f0830a;}

.yazi-giris {
  color: #ffffff;
  position: relative;
  animation-name: example;
  animation-duration: 1s;  
  animation-delay: 0s;
  animation-fill-mode: both;
  text-align:center;

}

@keyframes example {
  from {top: 30px; color: #ffffff;}
  to {top: 0px; color: #e9680f;}
}


.single-footer-logo{text-align: center;height:150px;margin-top: 20px;}
.single-footer-logo .mobilyamevime{width:150px;vertical-align:middle;}
.single-footer-logo .godaddy img{width:150px;margin-bottom: 30px;vertical-align:middle;}
.single-footer-logo .etbis img{width:150px; height:150px; margin-bottom: 30px; vertical-align:middle;}

@media screen and (max-width: 768px) {
 
.single-footer-logo .mobilyamevime{width:33%; float:left; padding:3%;vertical-align:middle;}
.single-footer-logo .godaddy {width:33%; float:left; margin-top:40px; padding:3%;vertical-align:middle; }
.single-footer-logo .etbis{width:33%; float:left; padding:3%;vertical-align:middle;}

}

.pphesap {border-radius:50%;width: 90px;}

.avatarekran{ width: 100%;height: 100%;background-color: #00000082;position: fixed;z-index: 9999999999;top: 0;left: 0; overflow-y: scroll; display:none;}
.avatarekranic{width: 80%;position: absolute;background-color: white; margin: 5% 10%; z-index:2147483648; padding: 40px;}
.avatarekranic img{border-radius:50%;/* float:left; */border:3px solid white;margin:7px;width: 75px;cursor:pointer;}
.avatarekranic .urun-yuk img {margin: -3px 1px 0 0;width: 30px;}
.avatarekrankapa{background-color: red;position: absolute;padding: 10px;color: white;right: 0;top: 0; cursor:pointer; font-size:28px}

@media screen and (max-width: 768px) {
 
.avatarekranic img{border-radius:50%;/* float:left; */border:3px solid white;margin:7px;width:50px;cursor:pointer;}

}

.sertifikaimg{width: 100%;height: 375px;}

.hakkimizdamob{width:100%;padding: 40px;}

.hakkimizdamob p{color: #343434;font-size: 14px;letter-spacing: 0.12px;line-height: 18px;font-family: sans-serif;}
.hakkimizdamob .tab-content{background-color: #fff9c5;padding: 20px;border-radius: 5px;}



.br-6{border-radius: 6px;}

.kampurundetay {transition-duration:0.3s;}
.kampurundetay:hover {filter: drop-shadow(4px 4px 6px #8b8b8b);}

.ud-video{ background-color:#575757}
.ud-video-info{width: 90%;position:absolute;top: 220px;z-index: 99;}
.ud-video-icon{width: 80px;vertical-align: middle;  transition-duration:0.5s;}
.ud-video-yazi{ width:100%; color:white;font-size: 28px;line-height: 40px;font-weight: bold;letter-spacing: 1px; margin:0px 20px;}
.ud-video-resim{width:100%;filter: brightness(70%) grayscale(40%) blur(2px); transition-duration:0.5s;}
.ud-video:hover .ud-video-icon{transform: rotate(360deg);  width: 100px;  }
.ud-video:hover .ud-video-resim{filter: brightness(30%) grayscale(0%) blur(6px); }



@media screen and (max-width: 1200px) {
.ud-video-info{top: 190px;width: 87%;}
  .ud-video-yazi{ font-size:22px;}

}

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

  .ud-video-info{top: 150px;width: 84%;}
  .ud-video-yazi{ font-size:18px;}
  .ud-video-icon{width: 65px;vertical-align: middle;  transition-duration:0.5s;}
.ud-video:hover .ud-video-icon{transform: rotate(360deg);  width: 85px;  }
}

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

  .ud-video-info{top: 130px;width: 83%;}
  .ud-video-yazi{ font-size:18px; line-height: 30px;}
  .ud-video-icon{width: 55px;vertical-align: middle;  transition-duration:0.5s;}
.ud-video:hover .ud-video-icon{transform: rotate(360deg);  width: 70px;  }
}

.index-video-cerceve{cursor:pointer;}
.index-video-icon-dis{width: 95%; position:absolute;top: 120px;z-index: 99;}
.index-video-icon{width: 80px;vertical-align: middle;  transition-duration:0.5s;}
.index-video-cerceve:hover .index-video-icon{transform: rotate(360deg);  width: 100px;}

@media screen and (max-width: 1200px) {
.index-video-icon-dis{top: 98px;width: 94%;}
  .index-video-icon{width: 65px;}
  .index-video-cerceve:hover .index-video-icon{transform: rotate(360deg);  width: 85px;}
}

@media screen and (max-width: 992px) {
.index-video-icon-dis{top: 70px;width: 92%;}
  .index-video-icon{width: 55px;}
  .index-video-cerceve:hover .index-video-icon{transform: rotate(360deg);  width: 70px;}
}

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

 .index-video-icon-dis{top: 98px;width: 94%;}
  .index-video-icon{width: 55px;}
  .index-video-cerceve:hover .index-video-icon{transform: rotate(360deg);  width: 70px;}
}

.avrupa-res-info{width:100%; padding:10px 6.4%;}
.avrupa-res-info img{border-radius:8px;}
.masaustufoto{display:block;}
.mobilfoto{display:none;}

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

 .masaustufoto{display:none;}
.mobilfoto{display:block;}
}
/* CSS Kodu */
.haberalbuton {
	width:105px;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFB205;
  color: white;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

.haberalbuton:hover {
  background-color: #FFB205;
}

.haberalbuton:before {
  content: "Gönder";
  position: absolute;
  top: 0;
	 padding: 10px 20px;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: Black;
  transition: left 0.4s;
}

.haberalbuton:hover:before {
	 content: "Gönder";
	 padding: 10px 20px;
  left: 0%;
}
 .ozel-input {
      background-color: #FFB205; /* İstediğiniz arka plan rengini buraya ekleyin */
	  margin-bottom:150px;
      color: white; /* Yazı rengi */
      padding: 10px; /* İsteğe bağlı: padding değerini ayarlayabilirsiniz */
      border: none; /* İsteğe bağlı: kenarlık yok */
      border-bottom: 2px solid #333; /* Alt çizgi stilini ve rengini burada ayarlayın */
	 color:black;
    }
/* WpButon */
.wpbuton { 
	
	width:100%;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFB205;
  color: white;
	background-color:green;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

}
.wpbuton:hover {
  background-color: green;
}

.wpbuton:before {
	font-family:Roboto;
	font-size:14px;
	font-style:bold;
  content: "Müşteri Temsilcisi";
  position: absolute;
  top: 0;
	 padding: 10px 20px;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: Black;
  transition: left 0.4s;
}

.wpbuton:hover:before {
	font:Roboto;
	 content: "Müşteri Temsilcisi";
	 padding: 10px 20px;
  left: 0%;
}
 .ozel-input {
      background-color: #FFB205; /* İstediğiniz arka plan rengini buraya ekleyin */
	  margin-bottom:150px;
      color: white; /* Yazı rengi */
      padding: 10px; /* İsteğe bağlı: padding değerini ayarlayabilirsiniz */
      border: none; /* İsteğe bağlı: kenarlık yok */
      border-bottom: 2px solid #333; /* Alt çizgi stilini ve rengini burada ayarlayın */
	 color:black;
    }

.wpbutonduran
{
	background-color:transparent;
	border-color:transparent;
}
.wpbutonduran:hover
{
	background-color:transparent;
	border-color:transparent;
}


