﻿/*
*   ULUNET Ugurcan Omur
-----------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300&subset=latin,latin-ext);
/*
*   Default Styles
-----------------------------------------------*/
body {
  font: 13px/14px 'Open Sans', 'Arial', sans-serif;
  background: #eee;
}
a {
  outline: none !important;
}
.relative {
  position: relative;
  z-index: 3;
  display: flex;
  height: 595px;
  background-color: #fff;
}
.zoomContainer {
  z-index: 25 !important;
}
.zoomWindowContainer > div {
  margin-left: 50px;
  border-color: #2F2F2F !important;
}
.material {
  position: relative;
  overflow: hidden;
}
.material span {
  z-index: 1;
}
.material .ripple {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple 1.3s;
  -moz-animation: ripple 1.3s;
  animation: ripple 1.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
  background: #9E9E9E;
}
@keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
#nprogress .bar {
  z-index: 1200;
  background: #2F2F2F;
}
#nprogress .spinner-icon {
  z-index: 1201;
  border-top-color: #2F2F2F;
  border-left-color: #2F2F2F;
}
.nicescroll-rails {
  z-index: 88 !important;
  background: transparent;
}
.nicescroll-cursors {
  background: rgba(0, 0, 0, 0.4) !important;
}
.nicescroll-cursors:hover {
  width: 10px !important;
  background: rgba(0, 0, 0, 0.6) !important;
}
#noty_top_layout_container .animated {
  height: auto !important;
}
.noty_message {
  font-weight: 400 !important;
}
.noty_buttons button {
  padding: 6px 10px;
  outline: none;
  border: none;
}
.jq-ry-container {
  padding: 0;
  margin-top: 5px;
}
.jq-ry-container * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.modal {
  padding-right: 0 !important;
}
.modal-open {
  padding: 0 !important;
  overflow-y: scroll !important;
}
.modal-header {
  font-weight: 700;
  font-size: 17px;
}
.modal-content {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  border: solid 1px #2F2F2F;
}
.modal-content form label {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 600;
}
.modal-content form input,
.modal-content form textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: solid 1px #ddd;
}
.modal-content form button {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
  background: transparent;
}
.modal-content form button.send {
  margin-top: 5px;
  color: #fff;
  background: #2F2F2F;
}
.modal-content form button.send .ripple {
  background: rgba(255, 255, 255, 0.4);
}
#previewModal {
  height: 100%;
}
#previewModal .modal-header a {
  color: #333038;
  text-decoration: none;
}
#previewModal .modal-header .close {
  margin-top: -8px;
  outline: none;
}
#previewModal .modal-dialog {
  position: fixed;
  width: 50%;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#previewModal .modal-dialog .product-detail {
  margin-top: 0;
}
#previewModal .modal-dialog .product-detail .container {
  width: 100%;
}
.go-top {
  z-index: 99;
  opacity: 0.4;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  background: #2F2F2F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.go-top:hover,
.go-top:active,
.go-top:focus {
  color: #fff;
  opacity: 1;
}
.sod_select:hover,
.sod_select.open,
.sod_select.focus,
.sod_select,
.sod_select .sod_list_wrapper {
  width: 100%;
  border-color: #2F2F2F;
}
.sod_select .sod_option.selected,
.sod_select .sod_option.selected.active {
  color: #fff;
  background: #2F2F2F;
}
.sod_select .sod_option.active {
  color: #fff;
  background: #626262;
}
.sod_select .sod_option.disabled {
  color: #fff;
  background: #E53935;
}
.sod_select .sod_list_wrapper {
  z-index: 15;
  margin: 0;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: 3px 3px 0px 0px #2F2F2F, -3px 3px 0px 0px #2F2F2F;
  -moz-box-shadow: 3px 3px 0px 0px #2F2F2F, -3px 3px 0px 0px #2F2F2F;
  box-shadow: 3px 3px 0px 0px #2F2F2F, -3px 3px 0px 0px #2F2F2F;
}
#boxView .sod_list {
  overflow-y: visible;
  margin-bottom: -2px;
}
#boxView .sod_list .sod_option {
  cursor: pointer;
  display: inline-block;
  padding: 10px !important;
}
#boxView .sod_list .sod_option::before {
  display: none !important;
}
#boxView {
  padding: 0;
  border: none;
}
#boxView.focus {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
#boxView::before {
  display: none!important;
}
#boxView .sod_label {
  display: none!important;
}
#boxView .sod_list_wrapper {
  display: block!important;
  position: static!important;
  -webkit-box-shadow: 0 0 0px 0px transparent, 0 0 0px 0px transparent;
  -moz-box-shadow: 0 0 0px 0px transparent, 0 0 0px 0px transparent;
  box-shadow: 0 0 0px 0px transparent, 0 0 0px 0px transparent;
}
#boxView .sod_list {
  overflow-y: visible;
  margin-bottom: -2px;
}
#boxView .sod_list .sod_option {
  min-width: 40px;
  text-align: center;
  display: inline-block;
  padding: 10px !important;
  border: solid 2px #2F2F2F;
  margin: 2px;
}
#boxView .sod_list .sod_option:first-child {
  display: none!important;
}
#boxView .sod_list .sod_option::before {
  display: none !important;
}
#boxView .sod_list .sod_option.active {
  color: #000;
  background: transparent;
}
#boxView .sod_list .sod_option.selected {
  color: #fff;
  background: #222222;
}
#boxView .sod_list .sod_option:hover {
  color: #fff!important;
  background: #3c3c3c !important;
  border-color: #3c3c3c;
}
#boxView .sod_list .sod_option.disabled {
  border-color: #E53935;
}
#boxView .sod_list .sod_option.disabled:hover {
  color: #fff;
  background: #E53935!important;
  border-color: #E53935;
}
#ascrail2000,
#ascrail2000 * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.area-360,
.threesixty_images {
  height: 610px !important;
  overflow: hidden;
}
.navbar-toggle {
  cursor: pointer;
  padding: 4px 7px;
  width: 40px;
  color: #2F2F2F;
  border: solid 2px #2F2F2F;
}
.navbar-toggle span {
  position: relative;
  display: block;
  height: 3px;
  margin: 3px 0;
  background: #2F2F2F;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(1) {
  bottom: -7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
*   Header Topbar Styles
-----------------------------------------------*/
.header-topbar {
  position: relative;
  z-index: 31;
  padding: 5px 0;
  font-weight: 500;
  color: #9E9E9E;
  /*background: #383838;*/
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.header-topbar a {
  color: #fff;
  text-decoration: none;
}
.header-topbar .langs,
.header-topbar .account-menu {
  display: inline-block;
}
.header-topbar .langs li,
.header-topbar .account-menu li {
  position: relative;
  display: inline;
  margin-right: 10px;
}
.header-topbar .langs li a,
.header-topbar .account-menu li a {
  display: inline-block;
}
.header-topbar .langs li .drop,
.header-topbar .account-menu li .drop {
  display: none;
  z-index: 7;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 15px;
}
.header-topbar .langs li .drop ul,
.header-topbar .account-menu li .drop ul {
  width: 210px;
  padding: 5px;
  background: #fff;
  border: solid 5px #ffa200;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-topbar .langs li .drop ul li,
.header-topbar .account-menu li .drop ul li {
  display: block;
}
.header-topbar .langs li .drop ul li a,
.header-topbar .account-menu li .drop ul li a {
  display: block;
  padding: 5px;
  color: #000;
  -webkit-text-shadow: 0 0 0 transparent;
  -moz-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
.header-topbar .langs li:hover .drop,
.header-topbar .account-menu li:hover .drop {
  display: block;
}
.header-topbar .langs.langs li,
.header-topbar .account-menu.langs li {
  margin: 0;
}
.header-topbar .langs {
  margin-left: 15px;
}
.header-topbar .langs a {
  margin-right: 0 !important;
  margin-left: 3px;
}
/*
*   Header Styles
-----------------------------------------------*/
.header {
  z-index: 30;
  position: relative;
  height: 85px;
  background: #fff;
  border-top: 3px solid #ffa200;
}
.header .logo {
  display: inline-table;
  height: 80px;
}
.header .logo > a {
  display: table-cell;
  vertical-align: middle;
}
.header.active {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .navbar-toggle {
  margin-right: 0;
  margin-top: -30px;
}
.header .navigation .actions,
.header .navigation .user-actions {
  position: relative;
  display: inline-block;
}
.header .navigation.navbar-collapse.collapse {
  height: 80px !important;
}
.header .navigation {
  padding: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.header .navigation > ul {
  z-index: 20;
  height: 80px;
  display: inline-block;
}
.header .navigation > ul > li {
  float: left;
  line-height: 80px;
}
.header .navigation > ul > li:last-child > a:after {
  display: none;
}
.header .navigation > ul > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
.header .navigation > ul > li > a:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 20px;
  border-right: 1px solid #ddd;
}
.header .navigation > ul > li:hover > a {
  color: #ffa200;
}
.header .navigation > ul > li > .dropdown {
  z-index: 9;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  background: #FFF;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.header .navigation > ul > li > .dropdown > ul > li {
  float: left;
  width: 250px;
  line-height: 20px;
}
.header .navigation > ul > li > .dropdown > ul > li > a {
  color: #56a7b9;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin: 5px 10px;
  text-decoration: none;
  padding: 0 0 5px 15px;
  position: relative;
}
.header .navigation > ul > li > .dropdown > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #2F2F2F;
}
.header .navigation > ul > li > .dropdown > ul > li ul {
  margin: 5px 10px;
}
.header .navigation > ul > li > .dropdown > ul > li ul li a {
  display: block;
  padding: 2px 4px;
  color: #666;
  font-weight: 400;
  text-decoration: none;
}
.header .navigation > ul > li > .dropdown > ul > li ul li a:hover {
  color: #ffa200;
}
.header .navigation > ul > li > .dropdown .banner-area {
  display: inline-block;
  float: right;
}
.header .navigation > ul > li:last-child .dropdown {
  right: 0;
}
.header .navigation > ul > li:hover .dropdown {
  display: block;
}
.header .navigation > ul > li:nth-child(2),
.header .navigation > ul > li:nth-child(3),
.header .navigation > ul > li:nth-child(4) {
  /*display: none;*/
}
.header .navigation ul li ul li a .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.header .navigation .user-actions .account-menu {
  display: table;
  height: 80px;
  text-align: center;
}
.header .navigation .user-actions .account-menu > ul > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}
.header .navigation .user-actions .account-menu > ul > li > a {
  display: inline-block;
  color: #000;
  padding: 0 15px;
  text-transform: uppercase;
}
.header .navigation .user-actions .account-menu > ul > li > a > i {
  font-size: 24px;
  margin-bottom: 5px;
}
.header .navigation .user-actions .account-menu > ul > li > a > span {
  font-size: 10px;
}
.header .navigation .user-actions .account-menu > ul > li:hover > a {
  text-decoration: none;
  color: #ffa200;
}
.header .navigation .user-actions .account-menu > ul > li > .drop {
  display: none;
  z-index: 7;
  position: absolute;
  right: -1px;
  top: 100%;
}
.header .navigation .user-actions .account-menu > ul > li > .drop > ul {
  width: 150px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.header .navigation .user-actions .account-menu > ul > li > .drop > ul > li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.header .navigation .user-actions .account-menu > ul > li > .drop > ul > li > a {
  display: block;
  padding: 5px;
  color: #000;
  font-weight: 500;
  -webkit-text-shadow: 0 0 0 transparent;
  -moz-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
.header .navigation .user-actions .account-menu > ul > li > .drop > ul > li > a:hover {
  text-decoration: none;
  color: #ffa200;
}
.header .navigation .user-actions .account-menu > ul > li > .drop > ul > li > a > i {
  display: inline-block;
  width: 20px;
}
.header .navigation .user-actions .account-menu > ul > li > .drop > ul > li:last-child {
  border-bottom: 0;
}
.header .navigation .user-actions .account-menu > ul > li:hover .drop {
  display: block;
}
.header .navigation .search-actions .search-area {
  position: relative;
  display: table;
  height: 80px;
  text-align: center;
}
.header .navigation .search-actions .search-area > a {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  padding: 0 15px;
  text-transform: uppercase;
}
.header .navigation .search-actions .search-area > a > i {
  font-size: 24px;
  margin-bottom: 5px;
}
.header .navigation .search-actions .search-area > a > span {
  font-size: 10px;
}
.header .navigation .search-actions .search-area > a:hover {
  text-decoration: none;
  color: #ffa200;
}
.header .navigation .search-actions .search-area > .search-container {
  position: absolute;
  top: 0;
  right: 66px;
  height: 80px;
  background: #fff;
  width: 740px;
  display: inline-table;
  opacity: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navigation .search-actions .search-area > .search-container form {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 0 80px;
  text-align: left;
}
.header .navigation .search-actions .search-area > .search-container form > div {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
}
.header .navigation .search-actions .search-area > .search-container form > div > button {
  float: right;
  font-size: 18px;
  margin-top: 10px;
  margin-right: 10px;
  color: #ddd;
}
.header .navigation .search-actions .search-area > .search-container form > div > button:hover {
  color: #ffa200;
}
.header .navigation .search-actions .search-area > .search-container form > div a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 22px;
  margin: 7px -30px 0 0;
}
.header .navigation .search-actions .search-area > .search-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.header .navigation .search-actions .search-area > .search-container input,
.header .navigation .search-actions .search-area > .search-container button {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .navigation .search-actions .search-area > .search-container input {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  width: 90%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.header .navigation .search-actions .search-area > .search-container #autocomplete-results {
  display: table-row;
  vertical-align: bottom;
  text-align: left;
  -webkit-text-shadow: 0 0 0 transparent;
  -moz-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
.header .navigation .search-actions .search-area > .search-container #autocomplete-results a {
  color: #000;
}
.header .navigation .search-actions .search-area > .search-container #autocomplete-results .ui-autocomplete {
  border-top: 1px solid #ddd;
  top: 80px !important;
  box-shadow: none;
}
.header .navigation .actions > .basket-button a {
  position: relative;
  width: 30px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
}
.header .navigation .actions > .basket-button a > i {
  font-size: 24px;
  margin-bottom: 5px;
}
.header .navigation .actions > .basket-button a > span {
  font-size: 10px;
}
.header .navigation .actions > .basket-button a:hover {
  text-decoration: none;
  color: #ffa200;
}
.header .navigation .actions > .basket-button a .ripple {
  -webkit-animation: ripple 1.1s;
  -moz-animation: ripple 1.1s;
  animation: ripple 1.1s;
  background: rgba(255, 255, 255, 0.4);
}
.header .navigation .actions .basket-button {
  position: relative;
  display: table;
  height: 80px;
  text-align: center;
}
.header .navigation .actions .basket-button .count {
  opacity: 0;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  background: #ffa200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navigation .actions .basket-button .count.active {
  opacity: 1;
}
.header .navigation .actions .view-cart-container {
  z-index: 999;
  position: absolute;
  right: 0;
  top: 100%;
  width: 380px;
  height: 310px;
  display: none;
  opacity: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  transform: translateX(-40px);
}
.header .navigation .actions .view-cart-container .content {
  height: 100%;
  border: solid 1px #ddd;
  background: url("../img/loading.gif") no-repeat center;
}
.header .navigation .actions .view-cart-container .table-scroll {
  height: 250px;
  overflow-y: scroll;
  background: #fff;
}
.header .navigation .actions .view-cart-container .table-scroll.basket-empty {
  padding: 20px;
  overflow: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .navigation .actions .view-cart-container .table-scroll.basket-empty i {
  color: #eee;
  font-size: 70px;
}
.header .navigation .actions .view-cart-container .table-scroll.basket-empty h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.header .navigation .actions .view-cart-container table {
  width: 100%;
}
.header .navigation .actions .view-cart-container table td {
  position: relative;
  padding: 10px;
  vertical-align: middle;
}
.header .navigation .actions .view-cart-container table td img {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.header .navigation .actions .view-cart-container table td .count {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  background: #2F2F2F;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.header .navigation .actions .view-cart-container table td h4 {
  display: block;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
}
.header .navigation .actions .view-cart-container table td .option {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
}
.header .navigation .actions .view-cart-container table td .price,
.header .navigation .actions .view-cart-container table td .old-price {
  font-weight: 700;
  font-size: 16px;
  color: #2F2F2F;
}
.header .navigation .actions .view-cart-container table td .price i,
.header .navigation .actions .view-cart-container table td .old-price i {
  position: relative;
}
.header .navigation .actions .view-cart-container table td .old-price {
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: line-through;
}
.header .navigation .actions .view-cart-container table td a {
  color: #5e5e5e;
  text-decoration: none;
}
.header .navigation .actions .view-cart-container table td.remove a {
  display: inline-block;
  width: 20px;
  height: 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  background: #F44336;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.header .navigation .actions .view-cart-container.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.header .navigation .actions .view-cart-container .buttons {
  margin: 10px 10px 10px 0;
}
.header .navigation .actions .view-cart-container .buttons a {
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #9E9E9E;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.header .navigation .actions .view-cart-container .buttons a.basket {
  background: #ffa200;
}
.header .navigation .actions .view-cart-container .buttons a.remove-all {
  background: #D50000;
}
.header .navigation .actions .view-cart-container .buttons a .ripple {
  -webkit-animation: ripple 1.1s;
  -moz-animation: ripple 1.1s;
  animation: ripple 1.1s;
  background: rgba(255, 255, 255, 0.4);
}
.header .navigation .actions .view-cart-container .buttons strong {
  display: inline-block;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
}
.article__posts {
  margin-top: 50px;
  padding: 20px;
}
.article__posts .hero {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.article__posts li {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.article__posts li a {
  color: #2F2F2F;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
/*
*   Content Type Styles
-----------------------------------------------*/
.content-type {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.content-type h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-type p {
  margin: 10px 0;
}
.content-type .dynamic__form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}
.content-type .dynamic__form textarea,
.content-type .dynamic__form input[type="text"] {
  width: 290px;
  padding: 7px 15px;
  outline: none;
  border: solid 1px #eee;
}
.content-type .dynamic__form textarea {
  height: 130px;
}
.content-type .dynamic__form button[type="submit"] {
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #2F2F2F;
  border: none;
  margin-top: 10px;
}
.content-type .dynamic__form .input__row {
  position: relative;
}
.content-type .dynamic__form .input__row .field-validation-error {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 100%;
}
.content-type .dynamic__form .input__row .field-validation-error span {
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  margin-top: 5px;
  color: #fff;
  text-align: left;
  background: #E20F00;
}
.content-type .dynamic__form .input__row .field-validation-error span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-top: -15px;
  border: solid 10px transparent;
  border-bottom-color: #E20F00;
}
/*
*   Homepage Slider Styles
-----------------------------------------------*/
.homepage-slider {
  position: relative;
  overflow: hidden;
}
.homepage-slider .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.homepage-slider .text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}
.homepage-slider .text p {
  font-size: 25px;
}
.homepage-slider .owl-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: -70px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homepage-slider .owl-pagination .owl-page {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homepage-slider .owl-pagination .owl-page:hover,
.homepage-slider .owl-pagination .owl-page.active {
  background: rgba(255, 255, 255, 0.7);
}
.homepage-slider .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  width: 40px;
  height: 70px;
  margin-left: -70px;
  margin-top: -35px;
  color: #1f1f1f;
  font-size: 22px;
  text-align: center;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homepage-slider .owl-nav div:hover {
  background: rgba(255, 255, 255, 0.7);
}
.homepage-slider .owl-nav div.owl-next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -70px;
}
.homepage-slider:hover .owl-nav div {
  opacity: 1;
  margin-left: 0;
}
.homepage-slider:hover .owl-nav div.owl-next {
  margin-right: 0;
}
.homepage-slider:hover .owl-pagination {
  margin-bottom: 10px;
}
/*
*   Showcase Styles
-----------------------------------------------*/
.showcase {
  margin: 0 0;
}
.showcase .showcase-carousel {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.showcase .container {
  position: relative;
}
.showcase .notices {
  margin: 10px 0 25px;
  font-size: 13px;
  text-align: right;
}
.showcase .notices strong {
  font-weight: 600;
}
.showcase h3.title {
  display: block;
  margin-bottom: 0!important;
  text-align: left;
  font-size: 22px!important;
  font-weight: 700;
  background: #fff;
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding-left: 20px!important;
}
.showcase h3.title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 5px;
  background: #ffa200;
}
.showcase .owl-nav {
  position: absolute;
  right: 20px;
  top: -37px;
}
.showcase .owl-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #f00;
  font-size: 27px;
  text-align: center;
  line-height: 26px;
  margin-left: 17px;
  border: solid 2px #ddd;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.showcase .owl-nav div:hover {
  color: #fff;
  background: #ffa200;
  border-color: #ffa200;
}
.showcase .showcase-item {
  position: relative;
  margin: 10px;
  text-align: center;
}
.showcase .showcase-item .brand-area {
  min-height: 55px;
}
.showcase .showcase-item.sold::before {
  z-index: 20;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.showcase .showcase-item .product-rate {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px;
}
.showcase .showcase-item .image img {
  max-height: 595px;
  width: auto;
  margin: 0 auto;
}
.showcase .showcase-item .thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 10px 7px 0;
}
.catalog-page .showcase .showcase-item .thumbs {
min-height: 90px;
}
.showcase .showcase-item .thumbs li {
  float: left;
}
.showcase .showcase-item .thumbs li span {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 3px;
  background: #fff;
  border: solid 1px #ccc;
}
.catalog-page .showcase .showcase-item .thumbs li span {
margin-bottom: 3px;
}
.showcase .showcase-item .thumbs li span:hover {
  background: #2F2F2F;
  border-color: #000000;
}
.showcase .showcase-item a {
  text-decoration: none;
}
.showcase .showcase-item .status {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px;
  font-weight: 700;
}
.showcase .showcase-item .status span {
  position: relative;
  margin-bottom: 5px;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: solid 3px #eee;
  background: #fff;
}
.showcase .showcase-item .status span.new {
  color: #4CAF50;
  border-color: #4CAF50;
}
.showcase .showcase-item .status span.discount {
  color: #FF6F00;
  border-color: #FF6F00;
}
.showcase .showcase-item .status span.sold-out {
  color: #607D8B;
  border-color: #607D8B;
}
.showcase .showcase-item h2 {
  display: block;
  margin: 10px 0 7px 0;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
min-height: 35px;
}
.showcase .showcase-item .product-code {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #fd0a0a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.showcase .showcase-item .price {
  position: relative;
}
.showcase .showcase-item .price span {
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
}
.showcase .showcase-item .price .old-price {
  position: relative;
  color: #444;
  font-size: 15px;
}
.showcase .showcase-item .price .old-price::before,
.showcase .showcase-item .price .old-price::after {
  opacity: 0.4;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 60%;
  height: 2px;
  margin-left: -30%;
  background: red;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px;
}
.showcase .showcase-item .price .old-price::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.showcase .showcase-item .price .new-price {
  font-size: 17px;
  color: #4CAF50;
  margin-bottom: 10px;
}
.showcase .showcase-item .add-basket {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  padding: 7px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #2F2F2F;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.showcase .showcase-item .add-basket.count {
  padding: 0;
}
.showcase .showcase-item .add-basket.count .material {
  padding: 7px 0;
}
.showcase .showcase-item .add-basket i {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.showcase .showcase-item .add-basket .input-area {
  position: absolute;
  left: 8px;
  top: 3px;
  width: 45px;
  height: 22px;
  overflow: hidden;
  background: #fff;
}
.showcase .showcase-item .add-basket .input-area input {
  float: left;
  width: 30px;
  height: 22px;
  color: #666;
  text-align: center;
  outline: none;
  border: none;
}
.showcase .showcase-item .add-basket .input-area .input-control {
  top: -1px;
  position: relative;
  color: #2F2F2F;
}
.showcase .showcase-item .add-basket .input-area .input-control span {
  cursor: pointer;
  z-index: 10;
  position: relative;
  top: -5px;
}
.showcase .showcase-item .add-basket .input-area .input-control span i {
  top: 0;
  margin: 0;
}
.showcase .showcase-item .add-basket .input-area .input-control span:first-child {
  top: 0;
}
.showcase .showcase-item .add-basket .loading {
  display: none;
  z-index: 15;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 28px;
  background: #2F2F2F;
}
.showcase .showcase-item .add-basket:hover {
  background: #414141;
}
.showcase .showcase-item .add-basket .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.showcase .showcase-item .add-basket.sold-out {
  cursor: default;
  background: #000;
}
.showcase .showcase-item .add-basket.preview {
  background: #FF8F00;
}
.showcase .showcase-item .add-basket.preview:hover {
  background: #ff9f24;
}
.showcase .brands {
  margin-top: 0;
}
.showcase .brands img {
  width: auto;
}
#quickview .thumbs {
  margin-top: 15px;
}
#quickview .thumbs li {
  float: left;
  cursor: pointer;
}
#quickview .thumbs li img {
  max-width: 60px;
}
/*
*   Information Boxes Styles
-----------------------------------------------*/
.information-boxes {
  margin: 90px 0;
}
.information-boxes .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #ffa200;
  text-align: center;
  line-height: 57px;
  border: solid 3px #ffa200;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.information-boxes strong {
  display: block;
  margin: 20px 0 15px 0;
  font-size: 15px;
  font-weight: 700;
}
.information-boxes p {
  font-size: 13px;
  font-weight: 500;
}
/*
*   Widgets (News - Notice - Comments) Styles
-----------------------------------------------*/
.carousel-widget-item {
  min-height: 207px;
  margin-bottom: 50px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.carousel-widget-item h3.title {
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Bree Serif', sans-serif;
}
.carousel-widget-item .controls {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 30px;
  margin-top: 13px;
}
.carousel-widget-item .controls a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #666;
  font-size: 17px;
  text-align: center;
  line-height: 21px;
  border: solid 2px #ddd;
}
.carousel-widget-item .controls a:hover {
  color: #fff;
  background: #ffa200;
  border-color: #ffa200;
}
.carousel-widget-item a {
  text-decoration: none;
}
.carousel-widget-item strong {
  display: block;
  margin-top: 2px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.carousel-widget-item strong span {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}
.carousel-widget-item p {
  margin-top: 5px;
  color: #666;
}
/*
*   Catalog Page Styles
-----------------------------------------------*/
.page-breadcrumb {
  overflow: hidden;
  background: url('../img/breadcrumb-pattern.png');
}
.page-breadcrumb .container,
.page-breadcrumb .col-md-6 {
  height: 70px;
  position: relative;
}
.page-breadcrumb .container .position,
.page-breadcrumb .col-md-6 .position {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 15px;
  margin-left: 15px;
  background: #fff;
}
.page-breadcrumb .container .position li,
.page-breadcrumb .col-md-6 .position li {
  float: left;
  margin-right: 7px;
}
.page-breadcrumb .container .position li a,
.page-breadcrumb .col-md-6 .position li a {
  color: #9E9E9E;
  font-weight: 700;
  text-decoration: none;
}
.page-breadcrumb .container .position li a::before,
.page-breadcrumb .col-md-6 .position li a::before {
  content: '\f105';
  margin-right: 7px;
  font: normal normal normal 14px/1 FontAwesome;
}
.page-breadcrumb .container .position li a.current,
.page-breadcrumb .col-md-6 .position li a.current {
  color: #2F2F2F;
}
.page-breadcrumb .container .position li:first-child a::before,
.page-breadcrumb .col-md-6 .position li:first-child a::before {
  display: none;
}
.page-breadcrumb .container .position.right,
.page-breadcrumb .col-md-6 .position.right {
  left: auto;
  right: 0;
  margin-right: 15px;
}
.page-breadcrumb .container .position.right strong,
.page-breadcrumb .col-md-6 .position.right strong {
  font-weight: 700;
}
.b2b__view__container .list__title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
}
.b2b__view__container .item {
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid 1px #eee!important;
  margin-top: -1px !important;
  margin-bottom: 0!important;
}
.b2b__view__container .count {
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}
.b2b__view__container > div {
  width: 100%!important;
}
.b2b__view__container .status {
  right: auto;
  left: 0;
}
.b2b__view__container .status > span {
  font-size: 10px;
}
.b2b__view__container .information {
  padding: 0 15px;
}
.b2b__view__container a {
  color: #000;
}
.b2b__view__container h3 {
  margin: 0!important;
  font-size: 12px!important;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-align: left;
  margin-top: 10px!important;
}
.b2b__view__container .price-area {
  text-align: right;
  position: relative;
  margin-top: 9px!important;
}
.b2b__view__container .price-area .old-price,
.b2b__view__container .price-area .new-price {
  display: block;
}
.b2b__view__container .price-area .new-price {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.b2b__view__container .price-area .featured {
  color: #D50000;
  font-weight: 700;
}
.b2b__view__container .code {
  color: #999;
  font-size: 11px;
  line-height: 25px;
  margin-top: 9px!important;
}
.b2b__view__container .add__basket {
  position: relative;
  margin-top: 9px!important;
}
.b2b__view__container .add__basket .input-group {
  display: inline;
}
.b2b__view__container .add__basket .input-group-btn-vertical {
  display: none!important;
}
.b2b__view__container .add__basket input {
  width: 33px;
  height: 25px;
  outline: none;
  float: left;
  padding: 0;
  border: solid 1px #eee;
  text-align: center;
  line-height: 25px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.b2b__view__container .add__basket .add {
  display: inline-block;
  position: static;
  width: auto;
  margin: 0;
  float: left;
  height: auto;
  padding: 0 3px;
  margin-left: -1px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  background: #f0f0f0;
  border: solid 1px #f0f0f0;
}
.catalog-page .category-information {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.catalog-page .catalog-filter {
  margin-top: 15px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.catalog-page .catalog-filter .navbar-toggle {
  width: auto;
  margin-right: 0;
}
.catalog-page .catalog-filter .navbar-toggle[aria-expanded="true"] {
  color: #666;
  border-color: #ddd;
}
.catalog-page .catalog-filter .navbar-collapse {
  padding: 0;
  width: 100%;
}
.catalog-page .catalog-filter,
.catalog-page .catalog-filter * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.catalog-page .catalog-filter .filter {
  margin-top: 30px;
  color: #666;
  font-weight: 600;
}
.catalog-page .catalog-filter .filter h4 {
  display: block;
  padding: 7px 0;
  color: #333038;
  font-size: 15px;
  font-weight: 700;
  border-bottom: solid 3px #dcdcdc;
}
.catalog-page .catalog-filter .filter .content {
  padding: 10px;
  max-height: 200px;
  overflow-x: hidden;
  background: #f7f7f7;
}
.catalog-page .catalog-filter .filter.category span i {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  float: right;
  color: #f7f7f7;
  text-align: center;
  font-size: 8px;
  line-height: 15px;
  background: #2F2F2F;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.catalog-page .catalog-filter .filter.category span i.fa-minus,
.catalog-page .catalog-filter .filter.category span i.fa-chevron-down {
  display: none;
}
.catalog-page .catalog-filter .filter.category li.active > span i.fa-plus,
.catalog-page .catalog-filter .filter.category li.active > span i.fa-chevron-right {
  display: none;
}
.catalog-page .catalog-filter .filter.category li.active > span i.fa-minus,
.catalog-page .catalog-filter .filter.category li.active > span i.fa-chevron-down {
  display: inline-block;
}
.catalog-page .catalog-filter .filter.category li ul {
  display: none;
  background: #ebebeb;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.catalog-page .catalog-filter .filter.category li ul li {
  margin-left: 15px;
}
.catalog-page .catalog-filter .filter.category li ul li a {
  font-size: 11px;
}
.catalog-page .catalog-filter .filter.category li a,
.catalog-page .catalog-filter .filter.list-view li a {
  display: block;
  padding: 3px;
  color: #666;
  text-decoration: none;
}
.catalog-page .catalog-filter .filter.colors li {
  display: inline;
}
.catalog-page .catalog-filter .filter.colors li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.catalog-page .catalog-filter .filter.colors li a:hover {
  opacity: 0.8;
}
.catalog-page .catalog-filter .filter.box li {
  display: inline;
}
.catalog-page .catalog-filter .filter.box li a {
  display: inline-block;
  padding: 5px;
  color: #666;
  margin: 2px 1px;
  border: solid 1px #ccc;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.catalog-page .catalog-filter .filter.box li:hover a,
.catalog-page .catalog-filter .filter.box li.selected a {
  color: #2F2F2F;
  border-color: #2F2F2F;
}
.catalog-page .catalog-filter .filter:first-child {
  margin-top: 0!important;
}
.catalog-page .catalog-filter a.filter {
  display: block;
  margin-top: 30px;
  padding: 10px 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #2F2F2F;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.catalog-page .catalog-filter a.filter .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.catalog-page .catalog-filter.active {
  z-index: 66;
  position: fixed;
  top: 0;
  width: 263px;
  margin-top: 0;
  overflow-y: scroll;
}
.catalog-page .catalog-filter.active .filter {
  margin-top: 15px;
}
.catalog-page .catalog-filter.active-end {
  position: absolute;
}
.catalog-page .catalog-filter.top-filter {
  position: static!important;
  margin-top: 15px!important;
}
.catalog-page .catalog-filter.top-filter .filter {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  float: left;
}
.catalog-page .catalog-filter.top-filter .filter h4 {
  cursor: pointer;
  font-size: 13px;
  padding-bottom: 10px;
}
.catalog-page .catalog-filter.top-filter .filter .content {
  z-index: 40;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding: 0;
  width: 250px;
  padding: 15px;
  background: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.catalog-page .catalog-filter.top-filter .filter:hover .content {
  display: block;
}
.catalog-page .category-information {
  margin-bottom: 15px;
}
.catalog-page .category-information h2 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 700;
}
.catalog-page .category-information p {
  font-size: 14px;
}
.catalog-page .showcase {
  margin: 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.catalog-page .showcase .showcase-item {
  margin: 0 0 15px 0;
}
@media (min-width: 1024px) {
  .catalog-page .showcase .four-view-container > div.catalog-product {
    width: 25%;
  }
  .catalog-page .showcase .four-view-container > div .add-basket {
    font-size: 11px;
  }
  .catalog-page .showcase .four-view-container > div .add-basket .input-area {
    left: 3px;
  }
  .catalog-page .showcase .four-view-container > div .add-basket .input-area input {
    width: 33px;
  }
  .catalog-page .showcase .four-view-container > div .add-basket > span {
    display: inline-block;
    margin-left: 7px;
  }
  .catalog-page .showcase .four-view-container > div:nth-child(4n+5) {
    clear: both;
  }
}
.catalog-page .catalog-order {
  margin: 15px 0 15px 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.catalog-page .catalog-order .order-catalog {
  padding: 3px 7px;
  background: #eee;
}
.catalog-page .catalog-order .order-catalog span,
.catalog-page .catalog-order .order-catalog select {
  width: 75%;
  height: 30px;
  line-height: 26px;
  border: none;
  background: none;
  outline: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.catalog-page .catalog-order .order-catalog select {
  margin-top: -2px;
  padding-right: 30px;
  background: url("../img/arrow-down.png") no-repeat center right;
}
.catalog-page .catalog-order .order-catalog span {
  width: 21%;
  float: left;
}
.catalog-page .catalog-order .list-view-type a {
  display: inline-block;
  width: 40px;
  height: 36px;
  float: left;
  margin: 0 2px;
  color: #C3C3C3;
  font-size: 17px;
  text-align: center;
  line-height: 36px;
  border: solid 1px #eee;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-page .catalog-order .list-view-type a {
  display: inline-block;
  width: 40px;
  height: 36px;
  float: left;
  margin: 0 2px;
  color: #C3C3C3;
  font-size: 17px;
  text-align: center;
  line-height: 36px;
  border: solid 1px #eee;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-page .catalog-order .list-view-type a.active {
  color: #1c95d1;
  border-color: #1c95d1;
}
.catalog-page .catalog-order .list-view-type a.view3 {
  background-image: url("../img/viewStyle3.png");
}
.catalog-page .catalog-order .list-view-type a.view3.active {
  background-image: url("../img/viewStyle3active.png");
}
.catalog-page .catalog-order .list-view-type a.view4 {
  background-image: url("../img/viewStyle4.png");
}
.catalog-page .catalog-order .list-view-type a.view4.active {
  background-image: url("../img/viewStyle4active.png");
}
.pagination {
  display: block;
  padding: 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination li {
  display: inline;
}
.pagination li a {
  display: inline-block;
  margin: 0 3px;
  color: #777;
  font-size: 26px;
  text-decoration: none;
}
.pagination li:hover a,
.pagination li.active a {
  color: red;
  font-weight: bold;
}
.pagination li.first a,
.pagination li.last a,
.pagination li.next a,
.pagination li.previous a {
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
}
/*
*   Product Page Styles
-----------------------------------------------*/
.zoomContainer {
  display: none!important;
  z-index: 7;
}
.zoomContainer,
.zoomContainer * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.product-detail {
  margin-top: 40px;
}
.product-detail .image-wrapper {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.product-detail .image-wrapper h1 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}
.product-detail .image-wrapper h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #ffa200;
}
.product-detail .image-wrapper .product-code {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 10px;
}
.product-detail .discount-table {
  margin: 15px 0;
  width: 100%;
}
.product-detail .discount-table table {
  width: 100%;
}
.product-detail .discount-table th,
.product-detail .discount-table td {
  padding: 5px;
  font-size: 11px;
  border: solid 1px #eee;
}
.product-detail .discount-table th {
  font-weight: 700;
  font-size: 12px;
}
.product-detail .product-image {
  z-index: 27;
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.product-detail .product-image .view-area {
  cursor: move;
}
.product-detail .product-image .status {
  z-index: 12;
  position: absolute;
  left: 0;
  top: 0;
  margin: 30px;
  font-weight: 700;
}
.product-detail .product-image .status span {
  position: relative;
  margin-bottom: 5px;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: solid 3px #eee;
  background: #fff;
}
.product-detail .product-image .status span.new {
  color: #4CAF50;
  border-color: #4CAF50;
}
.product-detail .product-image .status span.discount {
  color: #FF6F00;
  border-color: #FF6F00;
}
.product-detail .product-image .status span.sold-out {
  color: #607D8B;
  border-color: #607D8B;
}
.product-detail .product-image .view-area .area-360 {
  display: none;
}
.product-detail .product-image .view-area.active360 .normal-image {
  display: none;
}
.product-detail .product-image .view-area.active360 .area-360 {
  display: block;
}
.product-detail .product-image .view-area .area-360,
.product-detail .product-image .view-area .area-360 * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.product-detail .product-image .thumbnail-images {
  position: relative;
  margin-top: 20px;
}
.product-detail .product-image .thumbnail-images .controls a {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  margin-top: -10px;
  font-size: 16px;
  color: #9E9E9E;
  text-align: center;
  line-height: 40px;
  background: #fff;
}
.product-detail .product-image .thumbnail-images .controls a.slide-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -20px;
}
.product-detail .product-information {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.product-detail .product-information h1 {
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
}
.product-detail .product-information .product-code {
  display: block;
  margin-top: 3px;
  font-size: 11px;
}
.product-detail .product-information .product-rate {
  display: inline-block;
}
.product-detail .product-information .rating-text {
  position: relative;
  top: -2px;
  font-size: 16px;
  font-weight: 700;
}
.product-detail .product-information .product-rate-detail {
  margin-bottom: 15px;
}
.product-detail .product-information .price div {
  display: inline-block;
}
.product-detail .product-information .price div.new-price {
  font-size: 30px;
  font-weight: 700;
  color: #2F2F2F;
  margin-right: 5px;
}
.product-detail .product-information .price div.new-price i {
  position: relative;
}
.product-detail .product-information .price div.old-price {
  font-size: 17px;
  font-weight: 700;
  color: #666;
  text-decoration: line-through;
}
.product-detail .product-information .price div.kdv {
  display: block;
  font-size: 14px;
  color: #888;
  margin-top: 5px;
  margin-bottom: 15px;
}
.product-detail .product-information p {
  margin-bottom: 15px;
}
.product-detail .product-information .properties {
  padding: 10px;
  margin-bottom: 15px;
  background: #f1f1f1;
}
.product-detail .product-information .properties li {
  padding: 4px 5px;
}
.product-detail .product-information .properties li strong {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  font-weight: 600;
}
.product-detail .product-information .properties-image {
  margin-bottom: 15px;
}
.product-detail .product-information .properties-image li {
  float: left;
  width: 20%;
  height: 104px;
  padding: 10px 0;
  text-align: center;
  border: solid 1px #eee;
}
.product-detail .product-information .properties-image li img {
  display: block;
  margin: 0 auto;
}
.product-detail .product-information .properties-image li:first-child {
  border-left: solid 3px #2F2F2F;
}
.product-detail .product-information .properties-image li:first-child h3 {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 600;
}
.product-detail .product-information .option-select {
  padding: 10px;
  margin: -10px;
}
.product-detail .product-information .option-select label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}
.product-detail .product-information .option-select select {
  width: 100%;
  padding: 7px 0;
  outline: none;
  border: solid 1px #ccc;
}
.product-detail .product-information .option-select.focus {
  position: relative;
  z-index: 889;
  outline: none;
  background: #fff;
  border: solid 1px #ccc;
}
.product-detail .product-information .add-basket {
  margin: 15px 0;
}
.product-detail .product-information .add-basket .unit {
  position: relative;
  top: -15px;
  left: -5px;
}
.product-detail .product-information .add-basket input {
  float: left;
  width: 50px;
  height: 40px;
  padding: 0;
  margin-right: 5px;
  font-size: 17px;
  text-align: center;
  outline: none;
  border: solid 1px #ccc;
}
.product-detail .product-information .add-basket a {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #2F2F2F;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.product-detail .product-information .add-basket a .ripple {
  background: rgba(255, 255, 255, 0.3);
}
.product-detail .product-information .add-basket a.sold-out {
  cursor: default;
  background: #000;
}
.product-detail .product-information .add-basket a.buy-now {
  background: #FF8F00;
}
.product-detail .product-information .add-basket .input-area {
  float: left;
  width: 80px;
}
.product-detail .product-information .add-basket .input-area .input-control,
.product-detail .product-information .add-basket .input-area .input-group-btn-vertical {
  width: 15px;
  height: 40px;
  float: left;
}
.product-detail .product-information .add-basket .input-area .input-control span,
.product-detail .product-information .add-basket .input-area .input-group-btn-vertical span,
.product-detail .product-information .add-basket .input-area .input-control button,
.product-detail .product-information .add-basket .input-area .input-group-btn-vertical button {
  cursor: pointer;
  display: block;
  height: 20px;
  padding: 0;
  line-height: 20px;
  color: #2F2F2F;
  border: none;
  background: none;
  outline: none;
}
.product-detail .product-information .add-basket .input-area .input-control span:active,
.product-detail .product-information .add-basket .input-area .input-group-btn-vertical span:active,
.product-detail .product-information .add-basket .input-area .input-control button:active,
.product-detail .product-information .add-basket .input-area .input-group-btn-vertical button:active {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.product-detail .product-information .product-buttons a {
  float: left;
  display: inline-block;
  width: 16%;
  height: 85px;
  padding: 13px 5px;
  color: #2F2F2F;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
  margin-right: 3px;
  border: 1px solid #2F2F2F;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-detail .product-information .product-buttons a i {
  position: relative;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.product-detail .product-information .product-buttons a .ripple {
  background: rgba(255, 255, 255, 0.3);
}
.product-detail .product-information .product-buttons a:hover {
  border-color: #ffa200;
}
.product-detail .product-information .product-buttons a:hover > i {
  color: #ffa200;
}
.product-detail .product-information .social {
  margin: 15px 0;
}
.product-detail .product-information .social strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.product-detail .product-information .social li {
  float: left;
  margin-right: 10px;
}
.product-detail .product-information .social li a {
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
}
.product-detail .product-information .social li.facebook a {
  color: #3b5998;
}
.product-detail .product-information .social li.twitter a {
  color: #00aced;
}
.product-detail .product-information .social li.google a {
  color: #dd4b39;
}
.product-detail .product-information .product-tabs {
  margin-top: 15px;
  border: solid 1px #ddd;
}
.product-detail .product-information .product-tabs .navigation {
  height: 39px;
  background: #eee;
  border-top: solid 3px #ddd;
  border-bottom: solid 1px #ddd;
}
.product-detail .product-information .product-tabs .navigation li {
  display: inline;
}
.product-detail .product-information .product-tabs .navigation li a {
  display: inline-block;
  height: 40px;
  margin-top: -3px;
  padding: 12px 15px 10px 15px;
  color: #888;
  font-weight: 600;
  text-decoration: none;
  border-top: solid 3px #ddd;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-detail .product-information .product-tabs .navigation li a:hover,
.product-detail .product-information .product-tabs .navigation li a.selected {
  color: #2F2F2F;
  background: #fff;
  border-color: #2F2F2F;
}
.product-detail .product-information .product-tabs .content {
  padding: 20px 10px;
  font-size: 13px;
}
.product-detail .product-information .product-tabs .content h3 {
  font-size: 16px;
  font-weight: 700;
}
.product-detail .product-information .product-tabs .content p {
  margin: 10px 0;
}
.product-detail .product-information .product-tabs form label {
  display: block;
  margin: 7px 0 3px 0;
  font-size: 13px;
  font-weight: 700;
}
.product-detail .product-information .product-tabs form input[type="email"],
.product-detail .product-information .product-tabs form input[type="text"],
.product-detail .product-information .product-tabs form textarea {
  width: 100%;
  padding: 7px 10px;
  outline: none;
  border: solid 1px #ddd;
}
.product-detail .product-information .product-tabs form button {
  display: inline-block;
  padding: 7px 10px;
  margin-top: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #ffa200;
  outline: none;
  border: none;
}
.product-detail .product-information .product-tabs form button .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.product-detail .product-information .product-tabs ul.comments {
  margin: 15px 0;
}
.product-detail .product-information .product-tabs ul.comments li {
  margin: 30px 0;
}
.product-detail .product-information .product-tabs ul.comments li span.name {
  display: block;
  font-size: 16px;
}
.product-detail .product-information .product-tabs ul.comments li strong.title {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 700;
}
.product-detail .product-information .product-tabs ul.comments li .product-rate {
  top: -3px;
  float: right;
}
.product-detail .product-information .product-tabs ul.comments li .action {
  font-size: 12px;
  font-weight: 700;
}
.product-detail .product-information .product-tabs ul.comments li .action .like {
  display: inline-block;
  margin-right: 5px;
  color: #2E7D32;
  text-decoration: none;
}
.product-detail .product-information .product-tabs ul.comments li .action .dislike {
  color: #F44336;
  text-decoration: none;
}
.product-detail .product-information .product-tabs #taksit-secenekleri {
  font-size: 12px;
}
.product-customize {
  padding-right: 150px;
  background: url('../img/magic_lamp.jpg') no-repeat right bottom;
}
.product-customize ul li {
  margin: 10px 0;
  color: #666;
  font-size: 14px;
}
.product-customize ul li i {
  color: #2F2F2F;
  margin-right: 3px;
}
.product-customize form {
  margin: 30px 150px 30px 0;
}
.product-customize form label {
  margin-top: 10px;
}
.product-customize a {
  color: #F44336;
  text-decoration: none;
}
#galleryModal .zoomImg {
  display: none!important;
}
#galleryModal .modal-dialog {
  width: 50%;
}
#galleryModal .controls {
  display: none!important;
}
#galleryModal .view-area {
  float: left;
  width: 65%;
}
#galleryModal .thumbnail-images {
  width: 35%;
  float: left;
}
#galleryModal .thumbnail-images .owl-item {
  display: inline-block;
  margin-bottom: 5px;
  width: 33.33%!important;
  border: solid 1px transparent;
}
#galleryModal .thumbnail-images .owl-item.active {
  border-color: #2F2F2F;
}
#galleryModal .owl-stage {
  width: 100%!important;
}
/*
*   Basket Page Styles
-----------------------------------------------*/
.result__negative {
  margin: 50px 0;
  font-size: 15px;
  text-align: center;
}
.result__negative i {
  color: #2F2F2F;
  font-size: 80px;
  margin-bottom: 10px;
}
.basket-view {
  padding: 30px 0;
}
.basket-view .showcase {
  position: relative;
  margin-top: 0;
}
.basket-view .showcase .controls {
  margin-top: -5px;
}
.basket-view h3.title {
  display: block;
  padding-bottom: 15px;
  color: #2F2F2F;
  font-weight: 700;
  font-size: 25px;
}
.basket-view table {
  width: 100%;
  font-size: 14px;
}
.basket-view .basket-items {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.basket-view .basket-items table a {
  text-decoration: none;
}
.basket-view .basket-items table th {
  padding: 15px 0;
}
.basket-view .basket-items table td {
  padding: 20px 0;
  vertical-align: top;
  border-top: solid 1px #eee;
}
.basket-view .basket-items table td img {
  -webkit-box-shadow: 0px 2px 1px 0px #ccc;
  -moz-box-shadow: 0px 2px 1px 0px #ccc;
  box-shadow: 0px 2px 1px 0px #ccc;
}
.basket-view .basket-items table td h2 {
  margin-bottom: 10px;
}
.basket-view .basket-items table td h2 a {
  color: #666;
}
.basket-view .basket-items table td strong {
  font-weight: 700;
}
.basket-view .basket-items table td .status {
  display: block;
  margin: 10px 0;
}
.basket-view .basket-items table td .status span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 700;
}
.basket-view .basket-items table td .status span.new {
  color: #4CAF50;
}
.basket-view .basket-items table td .status span.discount {
  color: #FF6F00;
}
.basket-view .basket-items table td .status span.sold-out {
  color: #607D8B;
}
.basket-view .basket-items table td .customize {
  font-size: 12px;
}
.basket-view .basket-items table td .customize .edit {
  color: #2F2F2F;
  font-weight: 600;
}
.basket-view .basket-items table td .customize .remove {
  color: #F44336;
  font-weight: 600;
}
.basket-view .basket-items table td .input-area {
  position: relative;
  width: 60px;
  height: 30px;
  background: #eee;
}
.basket-view .basket-items table td .input-area .input-group-btn-vertical {
  width: 15px;
  float: right;
}
.basket-view .basket-items table td .input-area input {
  width: 40px;
  height: 30px;
  float: left;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
  background: #eee;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.basket-view .basket-items table td .input-area button {
  cursor: pointer;
  color: #979797;
  padding: 0;
  margin-top: -4px;
  border: none;
  background: none;
  outline: none;
  line-height: 11px;
}
.basket-view .basket-items table td .input-area button:active {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.basket-view .basket-items table td .input-area::after {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/loading-red-spot.gif') no-repeat center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.basket-view .basket-items table td .input-area.loading::after {
  opacity: 1;
  visibility: visible;
}
.basket-view .basket-items table td .old-price {
  display: block;
  color: #999;
  text-decoration: line-through;
}
.basket-view .basket-items table td .remove {
  color: #F44336;
  font-weight: 600;
}
.basket-view .coupons {
  text-align: left;
}
.basket-view .coupons .basket-items {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.basket-view .coupons .basket-items tr.done {
  opacity: 0.3;
}
.basket-view .coupons .basket-items td,
.basket-view .coupons .basket-items th {
  font-size: 13px;
}
.basket-total {
  position: relative;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.basket-total .count {
  font-size: 16px;
}
.basket-total td {
  padding: 5px 0!important;
}
.basket-total .price {
  margin: 15px 0;
}
.basket-total .price .total {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.basket-total .price .kdv {
  display: block;
  margin: 3px 0;
  font-size: 13px;
  color: #888;
}
.basket-total .price .discount {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #2F2F2F;
}
.basket-total .price .discount a {
  position: relative;
  left: -2px;
  color: #F44336;
}
.basket-total .actions a {
  display: block;
  padding: 5px 0;
  color: #777;
  font-weight: 600;
  text-decoration: none;
}
.basket-total .actions a.buy {
  padding: 10px 20px;
  margin: 10px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background: #2F2F2F;
}
.basket-total .actions a.buy i {
  font-weight: 400;
}
.basket-total .actions a.buy .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.basket-total .actions a.continue {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  padding: 10px 10px;
  color: #2F2F2F;
  border-bottom: dotted 1px #2F2F2F;
}
.basket-total .actions a.continue .ripple {
  background: rgba(0, 0, 0, 0.4);
}
.basket-total .actions a.remove-all {
  color: #F44336;
}
.basket-total .actions a .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.basket-total .coupon {
  text-align: left;
  margin: 15px 0;
}
.basket-total .coupon input {
  width: 55%;
  height: 34px;
  padding: 0 10px;
  border: none;
  outline: none;
  background: #eee;
}
.basket-total .coupon button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  background: #626262;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.basket-total .coupon button .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.basket-total .coupon button:hover {
  background: #161616;
}
/*
*   Order Page Styles
-----------------------------------------------*/
.order-page-item {
  display: none;
}
#OrderAddress {
  display: block;
}
.order-page {
  padding-bottom: 30px;
}
.order-page .address-white {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.order-page .step-container {
  background: #7e7e7e;
  margin-bottom: 15px;
}
.order-page .order-navigation {
  padding: 20px 0;
  background: #868686;
}
.order-page .order-navigation {
  font-size: 13px;
  text-align: center;
}
.order-page .order-navigation a {
  position: relative;
  opacity: 0.3;
  display: inline-block;
  margin: 0 25px 0 25px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-page .order-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  margin: -10px 0 0 -55px;
  background: #fff;
}
.order-page .order-navigation a:first-child::after {
  display: none;
}
.order-page .order-navigation a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #2F2F2F;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.order-page .order-navigation a strong {
  display: block;
  margin-top: 7px;
}
.order-page .order-navigation a.active {
  opacity: 1;
}
.order-page .order-navigation a.active::after {
  opacity: 0.3;
}
.order-page .order-navigation .progress {
  display: none;
}
.order-page .order-navigation .progress-bar {
  display: none;
  background: #2F2F2F;
  text-indent: -9999px;
}
.order-page h3.form-title {
  display: block;
  padding: 10px 15px;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
}
.order-page select,
.order-page textarea,
.order-page input[type="text"],
.order-page input[type="tel"] {
  outline: none;
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: solid 1px #ddd;
}
.order-page .notices p {
  display: block;
  width: 48%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  float: left;
}
.order-page .notices p.green {
  border: dashed 2px #7c7c7c;
}
.order-page .notices p.green a {
  display: inline-block;
  color: #2F2F2F;
  text-decoration: none;
  border-bottom: dotted 1px #2F2F2F;
}
.order-page .notices p.invoice-form {
  float: right;
  border: dashed 2px #ccc;
}
.order-page .notices p.invoice-form input {
  margin: 0;
  outline: none;
  position: relative;
  bottom: -2px;
}
.order-page .notices .add-store,
.order-page .notices .add-address {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #2F2F2F;
  text-decoration: none;
}
.order-page .notices .add-store .ripple,
.order-page .notices .add-address .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.order-page .notices .add-store {
  background: #ffa200;
}
.order-page .actions {
  margin-top: 30px;
}
.order-page .actions a,
.order-page .actions button {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: none;
  outline: none;
}
.order-page .actions a.next,
.order-page .actions button.next {
  float: right;
  color: #fff;
  background: #2F2F2F;
}
.order-page .actions a.next .ripple,
.order-page .actions button.next .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.order-page .actions a.prev,
.order-page .actions button.prev {
  color: #666;
  background: #ddd;
}
.order-page .choose-address {
  padding: 50px 70px;
}
.order-page .choose-address label {
  display: block;
  font-size: 27px;
  font-weight: 600;
}
.order-page .choose-address .address-select .label-text {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  margin-top: 15px;
  font-size: 16px;
  border: solid 3px #2F2F2F;
  -webkit-box-shadow: 0px 2px 4px 0px #ccc;
  -moz-box-shadow: 0px 2px 4px 0px #ccc;
  box-shadow: 0px 2px 4px 0px #ccc;
}
.order-page .choose-address .address-select .label-text i {
  float: right;
}
.order-page .choose-address #shippingDate {
  padding: 10px 15px;
  border: solid 3px #2F2F2F;
  -webkit-box-shadow: 0px 2px 4px 0px #ccc;
  -moz-box-shadow: 0px 2px 4px 0px #ccc;
  box-shadow: 0px 2px 4px 0px #ccc;
}
.order-page .choose-address .address-select {
  position: relative;
}
.order-page .choose-address .address-select .list-container {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  overflow-y: hidden;
  border: solid 3px transparent;
  background: #fff;
}
.order-page .choose-address .address-select .list-container.active {
  z-index: 60;
  height: 250px;
  overflow-y: scroll;
  border: solid 3px #eee;
}
.order-page .choose-address .address-select .address {
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.order-page .choose-address .address-select .address .actions {
  margin-top: 0;
}
.order-page .choose-address .address-select .address:hover {
  background: #f1f1f1;
}
.order-page .choose-address #addressLine {
  margin: 20px 0;
}
.order-page .cargo {
  text-align: center;
}
.order-page .cargo label {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 10px;
  color: #666;
  font-weight: 600;
  border: solid 2px #eee;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.order-page .cargo label img,
.order-page .cargo label strong {
  display: block;
}
.order-page .cargo label:hover,
.order-page .cargo label.active {
  border-color: #2F2F2F;
}
.order-page .payment .amount {
  display: block;
  margin-top: 30px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.order-page .payment .payment-type {
  border: solid 2px #2F2F2F;
}
.order-page .payment .payment-type .payment-tab {
  font-size: 14px;
}
.order-page .payment .payment-type .payment-tab li {
  position: relative;
  padding: 0;
  text-align: center;
  background: #eee;
}
.order-page .payment .payment-type .payment-tab li a {
  display: block;
  padding: 15px 0;
  color: #666;
  text-decoration: none;
}
.order-page .payment .payment-type .payment-tab li a i {
  margin-right: 5px;
}
.order-page .payment .payment-type .payment-tab li a.selected {
  color: #fff;
  background: #2F2F2F;
}
.order-page .payment .payment-type .payment-tab li input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.order-page .payment .payment-type .content {
  padding: 15px;
}
.order-page .payment #banka-transfer input {
  margin: 0 10px 0 0;
}
.order-page .payment #banka-transfer strong {
  cursor: text;
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}
.order-page .payment #banka-transfer > label {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.order-page .payment #banka-transfer input {
  margin: 0 10px 0 0;
}
.order-page .payment #banka-transfer strong {
  cursor: text;
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}
.order-page .payment #kredi-karti .secure-logo {
  display: inline-block;
  width: 130px;
  height: 90px;
  float: right;
  margin-bottom: 10px;
  background: url("../img/3dsecure.png") no-repeat center;
}
.order-page .payment #kredi-karti .card-type li {
  margin: 5px 0;
  font-size: 14px;
}
.order-page .payment #kredi-karti .card-type li span {
  display: inline-block;
  width: 100px;
}
.order-page .payment #kredi-karti .card-type li select {
  width: 200px;
  display: inline-block;
}
.order-page .payment #kredi-karti .card-information label {
  font-weight: 600;
  margin-top: 5px;
}
.order-page .payment #kredi-karti .card-wrapper .jp-card-container {
  float: right;
}
.order-page .payment #paypal .paypal {
  display: inline-block;
  width: 100px;
  height: 29px;
  background: url("../img/paypal.png") no-repeat center;
}
.order-page .payment .basket-total h3.title {
  display: block;
  padding-bottom: 15px;
  color: #2F2F2F;
  font-weight: 700;
  font-size: 25px;
}
.order-page .payment .basket-total .type {
  color: #ccc;
  font-size: 16px;
}
.order-page .payment .basket-total .type strong {
  color: #000;
}
.order-page .payment .basket-total .discount {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #2F2F2F;
}
.order-page .payment .basket-total .discount a {
  position: relative;
  left: -2px;
  color: #F44336;
}
.order-page .payment .payment-summary-content .products {
  padding: 15px;
  margin-bottom: 15px;
  border: solid 3px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-page .payment .payment-summary-content .products .old-price {
  display: block;
  color: #999;
  text-decoration: line-through;
}
.order-page .payment .payment-summary-content .address {
  padding: 15px;
  margin-bottom: 15px;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-page .payment .payment-summary-content .address h2 {
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.order-page .payment .payment-summary-content .address h4 {
  margin: 7px 0;
  font-size: 14px;
  font-weight: 600;
}
.order-page .payment .payment-summary-content .address p {
  margin: 10px 0;
}
.order-page .payment .payment-summary-content .bottom input {
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}
.fast-order-address {
  margin-top: 15px;
}
.fast-order-address .delivery-address,
.fast-order-address .invoice-address {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fast-order-address .delivery-address .corporate-item,
.fast-order-address .invoice-address .corporate-item {
  display: none;
}
.fast-order-address .delivery-address .order-type,
.fast-order-address .invoice-address .order-type {
  margin-top: 15px;
  text-align: center;
}
.fast-order-address .delivery-address .order-type label,
.fast-order-address .invoice-address .order-type label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  color: #000000;
  background: #6f6f6f;
}
.fast-order-address .delivery-address .order-type label span,
.fast-order-address .invoice-address .order-type label span {
  display: block;
  padding: 10px 15px;
}
.fast-order-address .delivery-address .order-type label input,
.fast-order-address .invoice-address .order-type label input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fast-order-address .delivery-address .order-type label.active,
.fast-order-address .invoice-address .order-type label.active {
  color: #fff;
  background: #2F2F2F;
}
.fast-order-address .delivery-address .order-type label .ripple,
.fast-order-address .invoice-address .order-type label .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.fast-order-address .delivery-address label,
.fast-order-address .invoice-address label {
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.fast-order-address .address {
  padding: 15px;
  margin-top: 15px;
  border: solid 1px #2F2F2F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fast-order-address .address h2 {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.fast-order-address .address h4 {
  margin: 7px 0;
  font-size: 14px;
  font-weight: 600;
}
.fast-order-address .address p {
  margin: 10px 0;
}
.fast-order-address .address .actions label {
  cursor: pointer;
  margin-right: 10px;
  color: #2F2F2F;
  font-weight: 600;
  border-bottom: dotted 1px #2F2F2F;
}
.fast-order-address .address .actions label input {
  outline: none;
}
.fast-order-address .address .actions a {
  display: inline-block;
  float: right;
  padding: 3px;
  color: #666;
  font-weight: 600;
  border-bottom: dotted 1px #666;
}
.address-popup h3.form-title {
  display: block;
  padding: 10px 15px;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
}
.address-popup form .corporate-item {
  display: none;
}
.address-popup form .order-type {
  margin-top: 15px;
  text-align: center;
}
.address-popup form .order-type label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  color: #000000;
  background: #6f6f6f;
}
.address-popup form .order-type label span {
  display: block;
  padding: 10px 15px;
}
.address-popup form .order-type label input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.address-popup form .order-type label.active {
  color: #fff;
  background: #2F2F2F;
}
.address-popup form .order-type label .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.address-popup form label {
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.address-popup form select,
.address-popup form textarea,
.address-popup form input[type="text"],
.address-popup form input[type="tel"] {
  outline: none;
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: solid 1px #ddd;
}
.address-popup form button[type="submit"] {
  float: right;
  margin-top: 10px;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #2F2F2F;
  text-decoration: none;
}
.address-popup form button[type="submit"] .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.address-popup .address {
  padding: 15px;
  margin-top: 15px;
  border: solid 3px #2F2F2F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.address-popup .address h2 {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.address-popup .address h4 {
  margin: 7px 0;
  font-size: 14px;
  font-weight: 600;
}
.address-popup .address p {
  margin: 10px 0;
}
.address-popup .actions label {
  cursor: pointer;
  margin-right: 10px;
  color: #2F2F2F;
  font-weight: 600;
  border-bottom: dotted 1px #2F2F2F;
}
.address-popup .actions label input {
  outline: none;
}
.address-popup .actions a {
  display: inline-block;
  float: right;
  padding: 3px;
  color: #666;
  font-weight: 600;
  border-bottom: dotted 1px #666;
}
/*
*   Order Styles
-----------------------------------------------*/
.order-complette {
  padding: 0!important;
  margin: 100px auto 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: none!important;
}
.order-complette a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 10px 15px;
  margin-top: 30px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.order-complette img {
  visibility: hidden;
}
.order-complette .sweet-alert {
  display: block;
  position: static;
  margin: 0 auto;
  border: solid 1px #f1f1f1;
}
/*
*   Content Pages Styles
-----------------------------------------------*/
.content-type,
.blog__content {
  padding: 20px 0;
}
.content-type h1,
.blog__content h1 {
  display: block;
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-type .title__date h1,
.blog__content .title__date h1 {
  margin-bottom: 0;
}
.content-type .title__date .date,
.blog__content .title__date .date {
  color: #666;
  font-size: 11px;
  margin-bottom: 20px;
}
.content-type .image__block,
.blog__content .image__block {
  display: block;
  margin-bottom: 20px;
}
.blog__content {
  padding-left: 0;
  padding-right: 0;
}
.blog__content img {
  float: left;
  margin: 0 10px 10px 0;
}
.blog__content .sum {
  display: block;
  font-size: 14px;
  margin: 10px 0;
  color: #888;
}
.blog__content .text {
  font-size: 16px;
  line-height: 20px;
}
.blog__content .date {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 11px;
  margin-bottom: 20px;
}
.blog__content .tags a {
  opacity: 0.6;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  float: left;
  font-size: 11px;
  margin-right: 1px;
  background: #2F2F2F;
}
.blog__posts .post {
  padding-bottom: 15px;
  border-bottom: solid 1px #f1f1f1;
}
.blog__posts .post img {
  width: 100%;
}
.blog__posts .post a {
  color: #666;
  text-decoration: none;
}
.blog__posts .post h3 {
  display: block;
  margin: 10px 0;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
}
.blog__posts .post .date {
  font-size: 10px;
  color: #999;
  font-style: oblique;
}
/*
*   User Pages Styles
-----------------------------------------------*/
.user-content {
  margin: 30px 0;
  background: #fff;
}
.user-content .showcase .container {
  width: 100%!important;
}
.user-content h3.title {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
}
.user-content .white-section {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  -moz-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.user-content label {
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.user-content .user-order-cancel label {
  text-align: left;
}
.user-content .user-order-cancel #divAciklama .form-group {
  margin: 0 -15px;
}
.user-content .user-order-cancel #divAciklama .form-group .col-sm-4 {
  width: 100%;
  margin-bottom: 5px;
}
.user-content .margin {
  display: block;
  margin-top: 15px;
}
.user-content select,
.user-content textarea,
.user-content input[type="tel"],
.user-content input[type="text"],
.user-content input[type="email"],
.user-content input[type="number"],
.user-content input[type="password"] {
  outline: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 7px 10px;
  border: solid 1px #ddd;
}
.user-content textarea {
  height: auto;
}
.user-content select.bdate {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.user-content select.bdate.last {
  margin-right: 0;
}
.user-content button[type="submit"] {
  display: inline-block;
  margin-top: 15px;
  padding: 7px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: #2F2F2F;
  outline: none;
  border: none;
  text-decoration: none;
}
.user-content .order-action-dropdown > a {
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  text-decoration: none;
  background: #2F2F2F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.user-content .sign-in .social-login {
  margin-top: 20px;
}
.user-content .sign-in .social-login button {
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.user-content .sign-in .social-login button.facebook {
  background: #3b5998;
}
.user-content .sign-in .social-login button.twitter {
  background: #00aced;
}
.user-content .sign-in .social-login button.google {
  background: #dd4b39;
}
.user-content .sign-in .social-login button .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.user-content .social-login {
  margin-top: 20px;
}
.user-content .social-login button {
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.user-content .social-login button.facebook {
  background: #3b5998;
}
.user-content .social-login button.twitter {
  background: #00aced;
}
.user-content .social-login button.google {
  background: #dd4b39;
}
.user-content .social-login button .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.user-content .social-login button:hover {
  border-color: transparent!important;
}
.user-content .content .dont-have {
  font-weight: 700;
  margin: 10px 0;
}
.user-content .content h3.title {
  padding-top: 0;
}
.user-content .content .add-address {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #2F2F2F;
  text-decoration: none;
}
.user-content .content .add-address .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.user-content .content .address .actions {
  margin-top: 30px;
}
.user-content .content .address .actions label {
  display: inline-block;
  margin-top: 0;
}
.user-content .content .address .actions a {
  text-decoration: none;
}
.user-content .content .address .actions a.remove {
  float: left;
  color: #F44336;
  border: none;
}
.user-content .content .social-buttons button {
  display: block;
  margin: 4px 0;
  padding: 0;
  color: #337ab7;
  font-size: 14px;
  font-weight: 400;
  background: none;
}
.user-content .content .basket-items table {
  width: 100%;
}
.user-content .content .basket-items table tr.done {
  opacity: 0.3;
}
.user-content .content .basket-items table a {
  text-decoration: none;
}
.user-content .content .basket-items table th {
  padding: 15px 0;
}
.user-content .content .basket-items table td {
  padding: 20px 0;
  vertical-align: top;
  border-top: solid 1px #eee;
}
.user-content .content .basket-items table td img {
  -webkit-box-shadow: 0px 2px 1px 0px #ccc;
  -moz-box-shadow: 0px 2px 1px 0px #ccc;
  box-shadow: 0px 2px 1px 0px #ccc;
}
.user-content .content .basket-items table td h2 {
  margin-bottom: 10px;
}
.user-content .content .basket-items table td h2 a {
  color: #666;
}
.user-content .content .basket-items table td strong {
  font-weight: 700;
}
.user-content .content .basket-items table td .status {
  display: block;
  margin: 10px 0;
}
.user-content .content .basket-items table td .status span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 700;
}
.user-content .content .basket-items table td .status span.new {
  color: #4CAF50;
}
.user-content .content .basket-items table td .status span.discount {
  color: #FF6F00;
}
.user-content .content .basket-items table td .status span.sold-out {
  color: #607D8B;
}
.user-content .content .basket-items table td .old-price {
  display: block;
  color: #999;
  text-decoration: line-through;
}
.user-content .content .basket-items table td .add {
  display: block;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #4CAF50;
  font-weight: 600;
}
.user-content .content .basket-items table td .remove {
  display: block;
  color: #F44336;
  font-weight: 600;
}
.user-content .content .orders-table td {
  padding: 10px !important;
  vertical-align: middle !important;
}
.user-content .content .orders-table td .order-detail {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background: #2F2F2F;
}
.user-content .content .orders-table td .order-detail .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.user-content .content .scores {
  margin-top: 30px;
}
.user-content .content .scores .total {
  font-size: 20px;
}
.user-content .content .scores .total strong {
  font-weight: 700;
}
.user-content .content .scores label {
  margin-top: 0;
}
.user-menu {
  position: relative;
}
.user-menu .welcome {
  margin-bottom: 20px;
  color: #999;
  font-size: 17px;
}
.user-menu .welcome span {
  color: #000;
}
.user-menu .navbar-toggle {
  position: absolute;
  right: 0;
  top: -10px;
  margin: 0;
  clear: both;
}
.user-menu .navbar-collapse {
  width: 100%;
  padding: 0;
}
.user-menu li a {
  display: block;
  padding: 10px 6px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-left: solid 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-menu li a:hover,
.user-menu li a.active {
  color: #2F2F2F;
  border-color: #2F2F2F;
}
.message-history .main-message {
  padding: 15px;
  margin-bottom: 30px;
  background: #FDFBE8;
  border: solid 1px #FFE6A7;
}
.message-history .main-message .message-id {
  font-weight: 600;
}
.message-history .main-message .message-date {
  font-size: 11px;
}
.message-history .main-message .message-title {
  margin-top: 10px;
}
.message-history .main-message .message-status > span {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ddd;
}
.message-history .main-message .message-status > span.open {
  color: #33691E;
  background: #AED581;
  border-color: #7CB342;
}
.message-history .main-message .message-status > span.review {
  color: #01579B;
  background: #4FC3F7;
  border-color: #039BE5;
}
.message-history .main-message .message-status > span.closed {
  color: #DD2C00;
  background: #FF8A65;
  border-color: #F4511E;
}
.message-history .message-area {
  max-height: 300px;
  overflow-y: scroll;
}
.message-history .message-area ul {
  padding-right: 10px;
}
.message-history .message-area li {
  margin: 15px 0;
}
.message-history .message-area li .user {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}
.message-history .message-area li .message-item {
  position: relative;
  max-width: 100%;
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #E4E4E4;
  border: solid 1px #AEACAF;
}
.message-history .message-area li .message-item span {
  font-size: 11px;
}
.message-history .message-area li.text-left .message-item {
  background: #AED581;
  border-color: #7CB342;
}
.message-history .history-message-form {
  width: 400px;
  margin: 0 auto;
}
.message-history .history-message-form .col-sm-4,
.message-history .history-message-form .col-sm-8 {
  display: block;
  width: 100%;
  padding: 0;
}
.message-history .history-message-form label {
  text-align: left;
}
.message-history .history-message-form button[type="submit"] {
  position: relative;
  margin: 0;
  min-width: 100px;
  overflow: hidden;
  color: #fff;
  background: #2F2F2F;
}
.message-history .history-message-form button[type="submit"]:hover {
  background: #2F2F2F;
  border-color: transparent!important;
}
.message-history .history-message-form .field-validation-error {
  position: absolute;
}
.order-cancel-table {
  margin: 30px 0;
}
.order-cancel-table .collapse-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  float: right;
  text-align: center;
  line-height: 20px;
  background: #2F2F2F;
  text-decoration: none;
}
.order-cancel-table .collapse-btn::after {
  content: '\f107';
  font: 14px/1px FontAwesome;
}
.order-cancel-table .collapse-btn.active::after {
  content: '\f106';
}
.order-cancel-table td table {
  width: 100%;
  background: #F1F1F1;
}
.order-cancel-table td table td {
  overflow: hidden!important;
  border-bottom: solid 1px #ddd;
}
.order-cancel-table td table td > div {
  padding: 7px 10px;
}
.showcase-tab .tab-navigation {
  background: #2F2F2F;
}
.showcase-tab .tab-navigation li {
  float: left;
}
.showcase-tab .tab-navigation li a {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: solid 3px #2F2F2F;
}
.showcase-tab .tab-navigation li a.selected,
.showcase-tab .tab-navigation li a:hover {
  color: #2F2F2F;
  background: #fff;
}
/*.input-error label {
    color: #a94442;
}

.input-error input,
.input-error select {
    border-color: #a94442!important;
}*/
.input-error .field-validation-error span {
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  margin-top: 5px;
  color: #fff;
  text-align: left;
  background: #E20F00;
}
.input-error .field-validation-error span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-top: -15px;
  border: solid 10px transparent;
  border-bottom-color: #E20F00;
}
.modal-body .user-content {
  margin: 0;
}
.modal-body .user-content .white-section {
  padding: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.modal-body .user-content input[type=checkbox],
.modal-body .user-content input[type=radio] {
  width: auto !important;
  display: inline-block !important;
}
.modal-body .selectedOpt {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.modal-body .selectedOpt div {
  margin: 4px 0;
}
.modal-body .selectedOpt div span:first-child {
  display: inline-block;
  margin-right: 5px;
  font-weight: 300;
}
#PriceNotice label {
  margin-bottom: 5px;
}
#orderModal .modal-dialog {
  width: 50%;
}
#orderModal .payment-summary-content .products {
  padding: 15px;
  margin-bottom: 15px;
  border: solid 3px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#orderModal .payment-summary-content .products .old-price {
  display: block;
  color: #999;
  text-decoration: line-through;
}
#orderModal .payment-summary-content .cargo {
  text-align: center;
}
#orderModal .payment-summary-content .cargo i {
  display: block;
  margin-bottom: 10px;
  font-size: 45px;
}
#orderModal .payment-summary-content .cargo a {
  color: #2F2F2F;
}
#orderModal .payment-summary-content .address {
  padding: 15px;
  margin-bottom: 15px;
  border: solid 3px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#orderModal .payment-summary-content .address h2 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
#orderModal .payment-summary-content .address h4 {
  margin: 7px 0;
  font-size: 14px;
  font-weight: 600;
}
#orderModal .payment-summary-content .address p {
  margin: 10px 0;
}
/*
*   Footer Styles
-----------------------------------------------*/
.footer {
  margin-top: 70px;
  padding: 30px 0;
  color: #424242;
  background: #212121;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.footer h4,
.footer strong {
  display: block;
  margin: 5px 0 10px 0;
  color: #E0E0E0;
  font-size: 15px;
  font-weight: 700;
}
.footer p {
  font-size: 11px;
  font-weight: 500;
}
.footer ul li a {
  display: block;
  margin: 2px 0;
  color: #999;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer ul li a:hover {
  color: #ffa200;
}
.footer .social li {
  display: inline-block;
  margin-right: 5px;
}
.footer .social li a {
  font-size: 30px;
}
.footer .social li.facebook a {
  color: #3b5998;
}
.footer .social li.twitter a {
  color: #00aced;
}
.footer .social li.google a {
  color: #dd4b39;
}
.footer form input[type="text"] {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 7px 10px;
  line-height: 15px;
  border: none;
  outline: none;
}
.footer form button[type="submit"] {
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #ffa200;
  outline: none;
  border: none;
}
.footer form button[type="submit"] .ripple {
  background: rgba(255, 255, 255, 0.4);
}
.footer-bottom {
  padding: 10px 0;
  background: #131921;
}
.footer-bottom a {
  color: #fff;
}
#frmEBulten {
  background: #fff;
  height: 35px;
  margin-top: 15px;
}
#frmEBulten .form-group {
  float: left;
  width: 64%;
}
#frmEBulten input[type="email"] {
  float: left;
  width: 100%;
  padding: 0 5px;
  height: 35px;
  outline: none;
  border: none;
}
#frmEBulten button {
  float: right;
  width: 30%;
  color: #fff;
  height: 35px;
  padding: 0 10px;
  outline: none;
  border: none;
  background: #2F2F2F;
}
/*
*   Responsive Styles (Large)
-----------------------------------------------*/
@media (max-width: 1200px) {
  .product-detail .product-information .product-buttons a {
    font-size: 10px;
  }
}
/*
*   Responsive Styles (Tablet)
-----------------------------------------------*/
@media (max-width: 992px) {
  textarea,
  input[type="tel"],
  input[type="text"],
  input[type="password"],
  button[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
  }
  .zoomContainer {
    display: none !important;
  }
  .table-responsive {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset -5px 0px 2px -2px #ddd;
    -moz-box-shadow: inset -5px 0px 2px -2px #ddd;
    box-shadow: inset -5px 0px 2px -2px #ddd;
  }
  .table-responsive table {
    min-width: 700px;
  }
  .catalog-page .catalog-filter {
    padding: 5px;
  }
  .catalog-page .catalog-filter .filter h4 {
    font-size: 14px;
  }
  .catalog-page .catalog-filter.active {
    width: 157px;
  }
  .catalog-content .showcase .row > div:nth-child(2n+3) {
    clear: both;
  }
  .product-detail .product-image {
    margin-bottom: 15px;
  }
  .product-detail .product-information .product-buttons a {
    font-size: 13px;
  }
  .order-page .cargo label {
    width: 48%;
    float: none;
    margin: 10px 0;
    display: inline-block;
  }
  .order-page .cargo label:nth-child(even) {
    float: right;
  }
  .order-page .cargo label img {
    display: block;
    margin: 0 auto;
  }
  .user-content .sign-in,
  .user-content .col-sm-3 .white-section,
  .payment .col-sm-8 .address-white,
  .payment .col-md-8 .address-white {
    margin-bottom: 15px;
  }
}
/*
*   Responsive Styles (Mobile)
-----------------------------------------------*/
@media (max-width: 768px) {
  .product-customize {
    background: none;
    padding-right: 0;
  }
  .product-customize form {
    margin-right: 0;
  }
  .header-topbar .langs,
  .header-topbar .account-menu {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header-topbar .account-menu {
    margin-bottom: 5px;
  }
  .header-topbar .langs {
    margin-top: 5px;
  }
  .header .navigation > ul > li {
    float: none;
  }
  .header .navigation ul,
  .header .navigation .actions {
    display: block;
    clear: both;
  }
  .header .navigation .actions {
    margin-right: 10px;
    margin-top: 10px;
  }
  .header .navigation > ul > li > a {
    margin: 0;
    padding: 5px 0;
  }
  .navbar-collapse.in {
    overflow: visible;
  }
  .header .navigation > ul > li > .dropdown,
  .header .navigation > ul > li > .dropdown > ul > li {
    width: 100% !important;
    float: none;
    position: static;
  }
  .header .navigation > ul > li > .dropdown img {
    display: none;
  }
  .header .navigation .actions .view-cart-container {
    width: 100%;
    height: auto;
  }
  .header .navigation .actions .view-cart-container .buttons strong {
    display: block;
    width: 100%;
    text-align: left;
  }
  .information-boxes .icon {
    margin-top: 15px;
  }
  .product-detail .product-information h1 {
    font-size: 20px;
  }
  .product-detail .product-information .properties li strong {
    width: 50%;
  }
  .product-information .option-select label {
    margin-top: 5px;
  }
  .product-detail .product-information .properties-image li,
  .product-detail .product-information .product-buttons a {
    width: 100%;
  }
  .basket-view .coupons {
    margin-bottom: 15px;
  }
  .basket-view .basket-items .coupon {
    float: none;
    width: 100%;
  }
  .basket-view .basket-items .coupon input {
    width: 100%;
    margin-bottom: 5px;
  }
  .basket-view .basket-items .coupon button {
    width: 100%;
  }
  .order-page .order-navigation {
    font-size: 20px;
  }
  .order-page .notices p {
    font-size: 12px;
  }
  .order-page .delivery-address {
    margin-bottom: 15px;
  }
  .order-page .payment #kredi-karti .card-wrapper .jp-card-container {
    float: none;
    width: 280px;
    margin: 15px auto;
  }
  .jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 20px !important;
  }
  .jp-card {
    min-width: 280px !important;
  }
  .user-content .col-sm-3 .white-section {
    padding-bottom: 1px;
  }
  #account-menu ul {
    margin-bottom: 20px;
  }
  #previewModal .modal-dialog,
  #orderModal .modal-dialog {
    width: auto;
  }
  #orderModal .payment-summary-content .cargo {
    margin-bottom: 15px;
  }
  .user-content .content .scores .total {
    margin-bottom: 15px;
  }
}
@media (max-width: 724px) {
  .catalog-page .catalog-filter {
    width: 100% !important;
    left: 0;
    top: 0;
  }
  .catalog-page .catalog-filter #filter-collapse {
    height: 300px;
    overflow-y: scroll !important;
  }
}
@media (max-width: 480px) {
  .showcase {
    margin: 10px 0;
  }
  .carousel-widget-item {
    margin-bottom: 10px;
  }
  .header .navigation .actions .view-cart-container table td h4 {
    font-size: 12px;
  }
  .header .navigation .actions .view-cart-container table td .old-price {
    font-size: 11px;
  }
  .header .navigation .actions .view-cart-container table td .price,
  .header .navigation .actions .view-cart-container table td .old-price {
    font-size: 14px;
  }
  .showcase h3.title {
    font-size: 20px;
  }
  .carousel-widget-item strong {
    margin-top: 5px;
  }
  .showcase .showcase-item .thumbs {
    display: none;
  }
  .product-detail .product-information .add-basket .input-area {
    margin-bottom: 5px;
  }
  .product-detail .product-information .add-basket .unit {
    top: 14px;
  }
  .product-detail .product-information .add-basket a {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .product-detail .product-information .product-tabs .navigation {
    height: auto;
  }
  .product-detail .product-information .product-tabs .navigation li,
  .product-detail .product-information .product-tabs .navigation li a {
    display: block;
    width: 100%;
    border-top-width: 1px;
  }
  .threesixty .spinner {
    margin-top: 170px !important;
  }
  .area-360,
  .threesixty_images {
    height: 350px !important;
  }
  .product-detail .product-information .product-tabs ul.comments li .product-rate {
    float: none;
    top: 0;
  }
  .basket-view h3.title {
    font-size: 16px;
  }
  .basket-total .actions a.buy {
    font-size: 14px;
  }
  .order-page .order-navigation {
    font-size: 13px;
  }
  .order-page .order-navigation a {
    margin: 0 5px;
  }
  .order-page .notices p {
    width: 100%;
    margin: 5px 0;
    font-size: 11px;
  }
  .order-page .cargo label {
    width: 100%;
    float: none;
    margin: 10px 0;
    display: inline-block;
  }
  .order-page .cargo label img {
    display: block;
    margin: 0 auto;
  }
  .order-page .actions a {
    width: 100%;
    text-align: center;
  }
  .order-page .actions a.next {
    float: none;
    margin-top: 5px;
  }
  .fast-order-address .address .actions a {
    float: none;
    border: none;
    margin-top: 5px;
  }
  .order-page .payment #kredi-karti .card-wrapper .jp-card-container {
    display: none;
  }
  .order-page .payment .payment-summary-content .address h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .order-complette .order-no {
    width: 100%;
  }
  .user-content .user-menu .welcome {
    font-size: 12px;
  }
  .user-content select.bdate {
    width: 100%;
    margin: 5px 0;
  }
  .view-cart-container table,
  .view-cart-container table tbody,
  .view-cart-container table tr,
  .view-cart-container table td {
    display: block;
    width: 100%;
  }
  .header .navigation .actions .view-cart-container table td.remove a {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -50px;
    margin-right: 10px;
  }
  #noty_topLeft_layout_container {
    width: 100% !important;
    left: 0 !important;
    padding: 5px !important;
  }
  #noty_topLeft_layout_container li {
    width: 100% !important;
  }
}
/*
*   Error Page Styles
-----------------------------------------------*/
.error__content {
  padding: 150px 30px;
  text-align: center;
  background: #fff;
}
.error__content .title {
  font-size: 14px;
  font-weight: 600;
}
.error__content .error__code {
  display: block;
  margin: 25px 0 60px 0;
  font-size: 130px;
  line-height: 130px;
  color: #2F2F2F;
  font-weight: 700;
}
.error__content .button {
  color: #B5B5B5;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error__content .button:hover {
  color: #222222;
}
@media (max-width: 1170px) {
  .not__found .content-container {
    width: 100% !important;
  }
  .not__found .error__content {
    padding: 30px 15px;
  }
}
/*
*   Compare Styles
-----------------------------------------------*/
.product-compare div[class*="col-"] {
  padding: 0;
}
.product-compare .compare-header {
  height: 75px;
  padding: 10px;
  position: relative;
}
.product-compare .compare-header > h1 {
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
}
.product-compare .compare-header > span {
  color: #212121;
  font-size: 13px;
}
.product-compare .compare-header > .link {
  display: inline-block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 2px;
  text-align: center;
  border: 1px solid #eee;
}
.product-compare .compare-header > .title {
  display: inline-block;
  line-height: 1;
  max-width: 125px;
  padding: 7px 0;
  text-decoration: none;
  font-size: 12px;
  color: #333;
}
.product-compare .compare-header > .title:hover {
  color: #111;
}
.product-compare .compare-header > .close {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  font-size: 15px;
  font-weight: normal;
  background-color: #2F2F2F;
  color: #FFF;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.3;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.product-compare .compare-header > .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-compare .compare-list > li {
  line-height: 33px;
  text-align: center;
}
.product-compare .compare-list > li strong {
  font-weight: 700;
}
.product-compare .first-column > .compare-header {
  border: 1px solid #eee;
  border-right: none;
  padding: 20px 10px 10px 10px;
}
.product-compare .first-column > .compare-list > li {
  border: 1px solid #eee;
  border-right: none;
  border-top: none;
  padding: 0 10px;
  font-weight: 600;
  text-align: left;
}
.product-compare .first-column > .compare-list > li.compare-price {
  line-height: 58px !important;
}
.product-compare .first-column > .compare-list > li.compare-cart {
  line-height: 52px !important;
}
.product-compare .first-column > .compare-list > li.compare-desc {
  line-height: 80px !important;
  height: 80px !important;
}
.product-compare .first-column > .compare-list > li.compare-desc > .desc {
  line-height: 15px;
  font-size: 10px;
  padding: 5px;
}
.product-compare .column > .compare-header {
  border: 1px solid #eee;
  border-right: none;
}
.product-compare .column > .compare-list > li {
  border: 1px solid #eee;
  border-right: none;
  border-top: none;
}
.product-compare .column > .compare-list > li.compare-price {
  height: 59px !important;
}
.product-compare .column > .compare-list > li.compare-desc {
  line-height: 80px !important;
  height: 80px !important;
}
.product-compare .column > .compare-list > li.compare-desc > .desc {
  line-height: 20px;
  font-size: 10px;
  padding: 5px;
}
.product-compare .last-column > .compare-header {
  border: 1px solid #eee;
}
.product-compare .last-column > .compare-list > li {
  border: 1px solid #eee;
  border-top: none;
}
.product-compare .last-column > .compare-list > li.compare-price {
  height: 59px !important;
}
.product-compare .last-column > .compare-list > li.compare-desc {
  line-height: 80px !important;
  height: 80px !important;
}
.product-compare .last-column > .compare-list > li.compare-desc > .desc {
  line-height: 20px;
  font-size: 10px;
  padding: 5px;
}
.product-compare .comments-rate {
  margin: 0 auto;
  text-align: center;
}
.product-compare .comments-rate .rating {
  display: inline-block;
  top: 5px;
}
.product-compare .comments-rate .rating-text {
  position: relative;
  font-size: 12px;
  top: 2px;
  font-weight: 600;
}
.product-compare .compare-attr {
  font-size: 11px;
}
.product-compare .price-area {
  padding: 10px 0 7px 0;
}
.product-compare .price-area > div {
  line-height: 11px;
  text-align: left;
  display: inline-block;
}
.product-compare .price-area > div.discount__value {
  position: relative;
  top: -5px;
  margin-right: 5px;
  padding: 5px;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
  background: #f90909;
}
.product-compare .price-area > div.discount__value span {
  display: block;
  font-size: 9px;
}
.product-compare .price-area > div .old-price {
  color: #9e9e9e;
  font-size: 13px;
  text-decoration: line-through;
}
.product-compare .price-area > div .new-price {
  color: #484848;
  font-size: 20px;
  font-weight: 700;
}
.product-compare .material {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #2F2F2F;
  line-height: 30px !important;
  width: 125px;
  margin: 5px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-compare .material .ripple {
  background: rgba(255, 255, 255, 0.3);
}
.product-compare .material i {
  font-size: 17px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.product-compare .null-column {
  background-color: #eee;
  display: table;
  text-align: center;
}
.product-compare .null-column > span {
  vertical-align: middle;
  display: table-cell;
  font-size: 12px;
  color: #666;
}
.product-compare .null-column > span > i {
  display: block;
  font-size: 40px;
  color: #666;
  margin-bottom: 15px;
}
