body {
  background: #FFFFFB;
  letter-spacing: 1px;
  font-family: 'Ubuntu', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}
/*top header*/
.header-top {
  background: #18212D;
  color: #8894A7;
}

.header-top-branch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom {
  border-bottom-color: rgb(255, 255, 255, 0.5);
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  z-index: 99;
  position: relative;
}

input[type="text"]::placeholder {
  color: #ABB9D1;
}

.search input[type=text] {
  width: 285px;
  padding: 6px;
  float: left;
  border: 1px solid #505A6A;
  background: #505A6A;
  height: 35px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
}

.search button {
  padding: 8px 10px;
  background: #5C697D;
  border: 1px solid #5C697D;
  color: #ABB9D1;
  cursor: pointer;
  border-left: none;
  font-size: 12px;
}

.header-top-right {
  display: flex;
  text-transform: uppercase;
}

  .header-top-right a {
    color: #8894A7;
  }

    .header-top-right a:hover {
      color: #ffffff;
    }

.header-top-left p {
  margin-bottom: 0;
}

.header-top-right > div {
  margin: 0 5px;
}

.search-text i, .register i, .login i {
  padding-right: 5px;
  font-size: 13px;
}

.dropdown-menu {
  top: 25px;
  left: -195px;
  border-radius: 0;
  border: none;
}

li.notify-title {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 5px;
  padding: 10px;
}

.dropdown-menu.cart-list .notify-button a {
  background: #EE4D14;
  color: #fff;
  padding: 5px 10px 5px 10px;
}

.dropdown-menu {
  min-width: 255px;
  padding-bottom: 10px;
}

.notify-button {
  padding-left: 14px;
}
/*bottom header*/
.navbar-inverse {
  background-color: #fff;
  border: none;
}

nav.navbar.navbar-inverse.navbar-static-top {
  margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #18212D;
}

  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #18212D;
  }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #8894A7;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #8894A7;
}

.navbar-header {
  margin: 10px 0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background: #fff;
}

.navbar-toggle {
  margin-top: 17px;
  margin-right: 0;
}

.navbar-nav > li > a {
  padding: 0 30px;
  padding-top: 30px;
  padding-bottom: 35px;
}
/*slider*/
.slider img {
  width: 100%;
}

.carousel-indicators .active {
  background-color: #EE4D14;
}
/*theme-block*/
.theme.theme-page {
  margin: 60px 0 100px 0;
}

.theme {
  margin-top: 70px;
}

.theme-image img {
  width: 100%;
}

.theme-name {
  text-align: center;
  color: #18212D;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme-name a{
  color:#18212D
}
.theme-price {
  text-align: center;
  color: #585858;
  font-weight: bold;
}

.theme-button {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

button.btn-view {
  width: 170px;
  background: #EE4D14;
  color: #fff;
  border: 1px solid #EE4D14;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 13px 29px;
  height: 45px;
}

  button.btn-view:hover {
    background: #ff5619;
  }

button.btn-add {
  background: #18212D;
  color: #fff;
  border: 1px solid #18212D;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 13px 20px;
  width: 170px;
  height: 45px;
}

  button.btn-add:hover {
    background: #1c2a3c;
  }

.theme-box {
  margin-top: 40px;
}
/*Plugin*/
.plugin.plugin-page {
  background: #fff;
  padding: 0;
  margin: 60px 0 90px 0;
}

.plugin {
  background: #EEEEEE;
  margin-top: 100px;
  padding: 70px 0;
}

.plugin-image {
  text-align: center;
  padding: 34px 0;
}

  .plugin-image.p1 {
    background-image: radial-gradient(#ffffff, #9AA2A9);
  }

  .plugin-image.p2 {
    background-image: radial-gradient(#ffffff, #98A0A6);
  }

  .plugin-image.p3 {
    background: #CCD8DE;
  }

  .plugin-image.p4 {
    background: #D3E8F6;
  }

  .plugin-image.p5 {
    background: #E1DBB9;
  }

  .plugin-image.p6 {
    background: #E2D7C2;
  }

  .plugin-image.p2, .plugin-image.p3, .plugin-image.p4, .plugin-image.p5, .plugin-image.p6 {
    padding: 38px 0;
  }

.plugin-images img {
  width: 100%;
}
/*feature*/
.feature {
  background: #F6F6F6;
  margin-top: 100px;
  padding: 100px 0;
}

.feature-block {
  text-align: center;
}

.feature-icon img {
  width: 50%;
}

.feature-icon {
  border: 1px solid #232C3B;
  border-radius: 50%;
  width: 90px;
  padding: 20px 0;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  display: inline-block;
}

  .feature-icon .img-top {
    display: none;
    position: absolute;
    top: 27px;
    left: 20px;
    z-index: 99;
  }

    .feature-icon .img-top.img-top-first {
      top: 19px;
      left: 22px;
    }

  .feature-icon:hover .img-top {
    display: inline;
  }

  .feature-icon.feature-icon-first {
    padding: 27px 0;
  }

.feature-title {
  color: #232C3B;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0;
}

.feature-icon:hover {
  background: #232C3B;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.17);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-content {
  color: #585858;
}
/*testimonial*/
.testimonial {
  margin: 70px 0;
}

.client-main {
  max-width: 561px !important;
  width: 100% !important;
}

figure.client-image {
  position: relative;
  margin-bottom: -87px;
  margin-left: 26px;
  max-width: 152px;
  width: 100%;
  height: auto;
}

.client-detail {
  border: 1px solid #8894A7;
  border-radius: 15px;
  padding: 30px 46px;
}

.client-name, .client-position {
  margin-left: 170px;
}

.client-name {
  color: #232C3B;
  font-weight: bold;
}

.client-position {
  font-size: 12px;
  color: #F16621;
  font-style: italic;
}

.client-description {
  margin-top: 30px;
}

.testimonial-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.testimonial-box.slick-initialized.slick-slider {
  max-width: 98%;
}

.testimonials {
  margin: 0px;
  padding: 15px;
}

.client-image img {
  display: block;
  border: 7px solid #fff;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.19);
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 13px;
}

.client-main:hover {
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}

  .client-main:hover .client-detail {
    border: none;
  }
/*footer*/
.footer {
  background: #DDE1E6;
}

.footer-up {
  background: #232C3B;
  color: #8894A7;
  text-align: center;
  margin-bottom: 2vw;
}

.footer-up-block {
  margin: 0 auto;
  width: 47%;
}

  .footer-up-block h4 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
  }

.footer-middle {
  background: #DDE1E6;
  padding: 30px 0;
}

.footer-block h4 {
  color: #18212D;
  font-weight: bold;
  text-transform: uppercase;
}

.list li a {
  color: #8894A7;
}

  .list li a:hover {
    color: #18212D;
  }

.list li {
  padding-bottom: 5px;
}

.footer-part {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  border-bottom-color: rgb(255, 255, 255, 0.5);
}

.footer-card {
  text-align: center;
  border-top: 1px solid #707070;
  border-top-color: rgb(112, 112, 112, 0.1);
}

.footer-down {
  background: #2D333B;
  color: #8894A7;
  font-size: 13px;
}

.footer-down-all {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.footer-down-right .social-icon a {
  color: #8894A7;
}

  .footer-down-right .social-icon a:hover {
    color: #fff;
  }

.social.instagram-icon {
  margin: 0 10px;
}
/*.footer-curve{
    width: 100%;
    height: 11vw;
    background: #232C3B;
    position: absolute;
    border: 1px solid #232C3B;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}*/
.footer-up-block p {
  margin: 0;
}

.footer-up-block {
  margin: 0 auto;
  width: 47%;
  padding: 73px 0 73px;
}

input.subscribe-field {
  height: 50px;
  width: 600px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #707070;
  padding: 10px 33px;
  border-right: none;
}

button.newsletter-subscribe-button {
  background: #F16621;
  border: 1px solid #F16621;
  color: #fff;
  height: 50px;
  padding: 10px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.suscribe {
  display: flex;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

span.form-box-icon {
  position: absolute;
  top: 16px;
  left: 12px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}

.pager li:not(:last-child){
  margin-right: 10px;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .header-top-left p {
    font-size: 15px;
  }

  .search input[type=text] {
    height: 51px;
    font-size: 15px;
    width: 350px;
  }

  .search button {
    height: 51px;
    padding: 8px 19px;
    font-size: 14px;
  }

  .register {
    /* margin: 0 33px; */
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
  }

  .navbar-nav > li > a {
    padding: 33px 25px;
  }

  .site-title h3 {
    font-size: 36px;
  }

  .theme-name {
    font-size: 20px;
    margin: 15px 0;
  }

  .theme-price {
    font-size: 16px;
  }

  .feature-icon {
    width: 150px;
    height: 150px;
    padding: 28px 0
  }

    .feature-icon img {
      width: 55%;
    }

    .feature-icon.feature-icon-first {
      padding: 40px 0;
    }

    .feature-icon .img-top {
      top: 44px;
      left: 30px;
    }

      .feature-icon .img-top.img-top-first {
        top: 31px;
        left: 32px;
      }

  .feature-title {
    font-size: 24px;
    margin: 20px 0;
  }

  .feature-content {
    font-size: 16px;
  }

  .client-name {
    font-size: 18px;
  }

  .client-position {
    font-size: 14px;
  }

  .client-description {
    font-size: 16px;
    margin-top: 47px;
  }

  .testimonial {
    margin-bottom: 100px;
  }

  .footer-up-block h4 {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .footer-up-block p {
    font-size: 18px;
  }

  .footer-up-block {
    width: 40%;
  }

  span.form-box-icon {
    top: 21px;
    font-size: 17px;
  }

  button.newsletter-subscribe-button {
    font-size: 18px;
    height: 65px;
    padding: 10px 40px
  }

  input.subscribe-field {
    width: 688px;
    height: 65px;
    font-size: 18px;
    padding: 10px 40px;
  }
  /*.suscribe {
        width: 770px;
    }*/
  .footer-block h4 {
    margin-bottom: 21px;
  }

  .list li {
    font-size: 16px;
    padding-bottom: 0;
  }

  .footer-down-all {
    padding: 23px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav > li > a {
    padding: 0 21px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-header img {
    width: 61%;
  }

  button.btn-view, button.btn-add {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  .login-section.register-section {
    padding: 20px 0 !important;
  }

  .login-block, .register-block {
    width: 100% !important
  }

  .navbar-header img {
    width: 100px;
  }

  .navbar-nav > li > a {
    padding: 10px;
  }

  .header-top-branch {
    text-align: center;
    display: block;
    padding: 15px 0;
  }

  .header-top-right {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }

  .testimonial-box.slick-initialized.slick-slider {
    max-width: 81%;
  }

  .search form {
    display: flex;
    margin: 10px auto;
    width: 100%;
  }

  .search input[type=text] {
    width: 96% !important;
  }

  .footer-block {
    height: 180px;
  }
}

@media screen and (max-width: 425px) {
  .client-name {
    margin-top: 70px;
  }

  .client-name, .client-position {
    margin-left: 0;
  }

  .client-detail {
    padding: 30px 30px;
  }

  .footer-card img {
    width: 100%;
  }

  .suscribe {
    width: 72%;
  }

  .footer-curve {
    height: 23vw;
  }

  input.subscribe-field {
    width: 177px;
  }

  .feature-block {
    margin: 20px 0;
  }

  .footer-middle {
    padding: 70px 0 30px 0;
  }


  .footer-up-block {
    width: 89%;
  }
}


@media (max-width: 1210px) {
  .search input[type=text] {
    width: 80%;
  }
}

@media all and (max-width:1000px) {
  .header-top-right a, .header-top-right .dropdown, .header-top-left p {
    font-size: 12px;
  }
}

@media all and (max-width:990px) {
  .header-top-left {
    display: none
  }
}

section h3 {
  text-align: center;
}
