/*
- Template: Digital Agency
- Develop By: Nasir Uddin
- Developer URI: http://nasiruddin.com
- Version: 1.0
*/
/*--------------------------------------------------------------------------------------------*/
.mini-loader-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

svg#mini-loader {
  height: 50px;
  width: 50px;
}

#b0 {
  -webkit-animation: b0 4s infinite ease;
  animation: b0 4s infinite ease;
  -webkit-transform-origin: 250px 250px;
  -ms-transform-origin: 250px 250px;
  transform-origin: 250px 250px;
}

#b1 {
  -webkit-animation: b1 4s infinite ease;
  animation: b1 4s infinite ease;
}

#b2 {
  -webkit-animation: b2 4s infinite ease;
  animation: b2 4s infinite ease;
}

#b3 {
  -webkit-animation: b3 4s infinite ease;
  animation: b3 4s infinite ease;
}

#b4 {
  -webkit-animation: b4 4s infinite ease;
  animation: b4 4s infinite ease;
}

@-webkit-keyframes b0 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  75% {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes b0 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  75% {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes b1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 355px);
    transform: translate(0, 355px);
  }

  50% {
    -webkit-transform: translate(355px, 355px);
    transform: translate(355px, 355px);
  }

  75% {
    -webkit-transform: translate(355px, 0);
    transform: translate(355px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes b1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 355px);
    transform: translate(0, 355px);
  }

  50% {
    -webkit-transform: translate(355px, 355px);
    transform: translate(355px, 355px);
  }

  75% {
    -webkit-transform: translate(355px, 0);
    transform: translate(355px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes b2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(-355px, 0);
    transform: translate(-355px, 0);
  }

  50% {
    -webkit-transform: translate(-355px, 355px);
    transform: translate(-355px, 355px);
  }

  75% {
    -webkit-transform: translate(0, 355px);
    transform: translate(0, 355px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes b2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(-355px, 0);
    transform: translate(-355px, 0);
  }

  50% {
    -webkit-transform: translate(-355px, 355px);
    transform: translate(-355px, 355px);
  }

  75% {
    -webkit-transform: translate(0, 355px);
    transform: translate(0, 355px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes b3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, -355px);
    transform: translate(0, -355px);
  }

  50% {
    -webkit-transform: translate(-355px, -355px);
    transform: translate(-355px, -355px);
  }

  75% {
    -webkit-transform: translate(-355px, 0);
    transform: translate(-355px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes b3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, -355px);
    transform: translate(0, -355px);
  }

  50% {
    -webkit-transform: translate(-355px, -355px);
    transform: translate(-355px, -355px);
  }

  75% {
    -webkit-transform: translate(-355px, 0);
    transform: translate(-355px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes b4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(355px, 0);
    transform: translate(355px, 0);
  }

  50% {
    -webkit-transform: translate(355px, -355px);
    transform: translate(355px, -355px);
  }

  75% {
    -webkit-transform: translate(0, -355px);
    transform: translate(0, -355px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes b4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(355px, 0);
    transform: translate(355px, 0);
  }

  50% {
    -webkit-transform: translate(355px, -355px);
    transform: translate(355px, -355px);
  }

  75% {
    -webkit-transform: translate(0, -355px);
    transform: translate(0, -355px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.ml0 {
  margin-left: 0;
}

.p0 {
  padding: 0;
}

.p05 {
  padding: 0 5px;
}

body {
  /*Section Fix*/
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
}
body p {
  line-height: 24px;
}
body section.row, body header.row, body footer.row {
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1281px) {
  body .container {
    width: 1200px;
  }
}

/*Ancore*/
a, .btn, button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.btn {
  display: inline-block;
  border: 1px solid;
  line-height: 28px;
  border-radius: 0;
  height: 30px;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

.sk-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font: 12px/46px "Montserrat", sans-serif;
  padding: 0 42px;
  border: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.sk-btn i {
  font-size: 12px;
  margin-left: 15px;
}
.sk-btn:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;
  left: 5px;
  border: 1px solid;
  z-index: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.sk-btn:hover:before, .sk-btn:focus:before {
  top: 0;
  left: 0;
}
.sk-btn.no-outline:before {
  display: none;
}

.shop-sidear-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font: 12px/46px "Montserrat", sans-serif;
  padding: 0 42px;
  border: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.section-title {
  max-width: 700px;
  margin: 0 auto 40px;
}
.section-title .sectionMark {
  display: inline-block;
}
.section-title .this-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.section-title .this-p {
  margin: 0;
}

.section-title2 {
  text-align: center;
  margin-bottom: 45px;
}
.section-title2:before, .section-title2:after {
  content: '';
  display: block;
  width: 147px;
  height: 76px;
  border: 6px solid;
  margin: 0 auto;
}
.section-title2:before {
  border-bottom: none;
}
.section-title2:after {
  border-top: none;
}
.section-title2 .this-title {
  font: 700 44.57px/1.1 "Montserrat", sans-serif;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-title2 p {
  font: 16px/30px "PT Serif", serif;
}

.page-sec-title {
  font: 700 44.57px/1.1 "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .page-sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-sec-title {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .page-sec-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------------------------------------*/
.top-contact {
  display: table;
  margin: 0;
  float: left;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .top-contact {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
.top-contact li {
  float: left;
}
@media (max-width: 767px) {
  .top-contact li {
    float: none;
    display: inline-block;
  }
}
.top-contact li + li:before {
  content: '';
  width: 2px;
  height: 14px;
  float: left;
  margin: 3px 22px;
}
@media (max-width: 479px) {
  .top-contact li + li:before {
    margin: 3px 5px;
  }
}
.top-contact li a {
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
}
.top-contact li a img {
  margin-right: 11px;
}

.top-menu {
  margin: 0;
  display: table;
  float: right;
}
@media (max-width: 767px) {
  .top-menu {
    width: 100%;
    text-align: center;
    position: relative;
  }
}
.top-menu li {
  float: left;
}
@media (max-width: 767px) {
  .top-menu li {
    float: none;
    display: inline-block;
    position: static;
  }
}
.top-menu li a {
  line-height: 60px;
  padding: 0 15px;
  position: relative;
  display: block;
}
.top-menu li a i {
  font-size: 20px;
}
.top-menu li a .badge {
  font-family: "PT Serif", serif;
  font-size: 10px;
  padding: 3px 5px;
  position: absolute;
  top: 11px;
  right: 7px;
}
.top-menu li a + .dropdown-menu {
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 35px 20px 25px;
  width: 270px;
  right: 0;
  left: auto;
  z-index: 10000;
}
@media (max-width: 767px) {
  .top-menu li a + .dropdown-menu {
    left: 0;
    width: 100%;
  }
}
.top-menu li a + .dropdown-menu.top-search {
  padding: 0;
  width: 400px;
}
.top-menu li a + .dropdown-menu .buttons-row {
  margin-top: 30px;
}
.top-menu li a + .dropdown-menu .btn {
  line-height: 28px;
  display: inline-block;
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px);
}
.top-menu li a + .dropdown-menu .btn + .btn {
  margin-left: 8px;
}
.top-menu li a + .dropdown-menu .total-price {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 15px;
}
.top-menu li a + .dropdown-menu .total-price span {
  float: right;
  font-size: 16px;
}

.top-search .form-control {
  background: none;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  border: none;
  display: block;
  padding: 0 15px;
  width: 100%;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.top-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-form-dropdown .input-group {
  margin-bottom: 10px;
}
.login-form-dropdown .form-control {
  border-radius: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  border-right: none;
  font-family: "PT Serif", serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.login-form-dropdown .form-control::-moz-placeholder {
  font-style: italic;
  opacity: 1;
}
.login-form-dropdown .form-control:-ms-input-placeholder {
  font-style: italic;
}
.login-form-dropdown .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.login-form-dropdown .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-form-dropdown .input-group-addon {
  border-radius: 0;
  padding: 0 8px;
  font-size: 12px;
  background: none;
  border-left: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.login-form-dropdown .buttons-row {
  padding-top: 10px;
  padding-bottom: 30px;
}
.login-form-dropdown .lang-switch {
  padding-top: 15px;
  position: relative;
}
.login-form-dropdown .lang-switch .dropdown-toggle {
  line-height: 1;
  padding: 0;
}
.login-form-dropdown .lang-switch .dropdown-toggle i {
  font-size: 20px;
}
.login-form-dropdown .lang-switch .dropdown-menu {
  right: 40px;
  top: 15px;
  padding: 10px 20px 18px;
  left: auto;
}
@media (max-width: 767px) {
  .login-form-dropdown .lang-switch .dropdown-menu {
    left: 40px;
    right: auto;
  }
}
.login-form-dropdown .lang-switch .dropdown-menu li {
  float: none;
}
@media (max-width: 767px) {
  .login-form-dropdown .lang-switch .dropdown-menu li {
    display: block;
  }
}
.login-form-dropdown .lang-switch .dropdown-menu li + li {
  margin-top: 5px;
}
.login-form-dropdown .lang-switch .dropdown-menu li a {
  line-height: 35px;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid;
}
.login-form-dropdown .contact-with .this-title {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.login-form-dropdown .contact-with ul {
  display: table;
}
.login-form-dropdown .contact-with ul li {
  float: left;
}
.login-form-dropdown .contact-with ul li + li {
  margin-left: 12px;
}
.login-form-dropdown .contact-with ul li a {
  line-height: 1;
  padding: 0;
}
.login-form-dropdown .contact-with ul li a i {
  font-size: 12px;
}

.carted-product {
  padding: 0 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dashed;
  position: relative;
}
.carted-product .pro-img {
  padding-right: 0;
}
.carted-product .pro-img a {
  padding-left: 0;
  padding-right: 18px;
  line-height: 1;
}
.carted-product .this-title {
  margin: 5px 0;
  font-weight: 400;
}
.carted-product .this-title a {
  padding: 0;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
}
.carted-product .price {
  line-height: 1;
  margin: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.carted-product .close {
  font-size: 10px;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 0;
}
.carted-product .pro-buy-count {
  padding: 0 10px;
  line-height: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------------------------------------*/
.client-logos {
  border-bottom: 1px solid;
}

.client-logo a {
  width: 100%;
  height: 128px;
  display: block;
  float: left;
  line-height: 128px;
  position: relative;
}
.client-logo .nr {
  opacity: 1;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.client-logo .nr img {
  max-width: 100%;
}
.client-logo .hf {
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.client-logo .hf img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.client-logo a:hover .nr, .client-logo a:focus .nr {
  opacity: 0;
}
.client-logo a:hover .hf, .client-logo a:focus .hf {
  opacity: 1;
}

.copyright-section {
  border-top: 1px solid;
}

.copyright-msg {
  padding: 43px 15px;
}
@media (max-width: 991px) {
  .copyright-msg {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.copyright-msg .media-left {
  line-height: 24px;
  padding-right: 15px;
}
.copyright-msg a {
  display: inline-block;
}

.foot-payment-helper {
  padding: 43px 15px;
}
@media (max-width: 991px) {
  .foot-payment-helper {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .foot-payment-helper .dtable {
    display: table;
  }
}
.foot-payment-helper .helper {
  position: relative;
  float: right;
  height: 20px;
  line-height: 24px;
}
.foot-payment-helper .helper + .helper {
  margin-right: 10px;
}
.foot-payment-helper img {
  display: block;
}
.foot-payment-helper .nr {
  opacity: 1;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.foot-payment-helper .hf {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.foot-payment-helper .helper:hover .nr, .foot-payment-helper .helper:focus .nr {
  opacity: 0;
}
.foot-payment-helper .helper:hover .hf, .foot-payment-helper .helper:focus .hf {
  opacity: 1;
}

.site-footer {
  padding: 25px 0;
}

.footer-sidebar {
  line-height: 24px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 479px) {
  .footer-sidebar .widget {
    width: 320px;
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.footer-sidebar .widget-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-sidebar .instafeed {
  margin: -7.5px;
}
@media (min-width: 1281px) {
  .footer-sidebar .widget-contact {
    padding-left: 50px;
  }
}

.foot-nav li a {
  padding: 0;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}

.instafeed .insta-img {
  padding: 7.5px;
  float: left;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.instafeed .insta-img a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 79px;
}
@media (max-width: 1199px) {
  .instafeed .insta-img a {
    line-height: 60px;
  }
}
.instafeed .insta-img a:after {
  content: "\e038";
  font-family: 'simple-line-icons';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.instafeed .insta-img a:hover:after, .instafeed .insta-img a:focus:after {
  z-index: 1;
}
.instafeed .insta-img img {
  max-width: 100%;
}

/*--------------------------------------------------------------------------------------------*/
/*Sk About*/
.sk-about {
  text-align: center;
  padding: 100px 0 100px;
  z-index: 0;
}
@media (max-width: 767px) {
  .sk-about {
    padding: 100px 0 110px;
  }
}
.sk-about:before, .sk-about:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.sk-about:before {
  /*background: url(../img/about.jpg) no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.41;
  z-index: 1;*/
}
.sk-about:after {
  /*background: url(../img/polygol.png) no-repeat fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.84;
  z-index: 2;*/
}
.sk-about .container {
  position: relative;
  max-width: 1030px;
  z-index: 4;
}
.sk-about .this-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}
.sk-about .this-about {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .sk-about .this-about {
    margin: 0 0 65px;
  }
}
.sk-about .this-about p {
  margin: 0;
}
.sk-about .this-about p i {
  font-weight: 700;
}

/*Newsletter Popup*/
.newsletter-popup.row {
  width: 770px;
  max-width: 95vw;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: none;
  text-shadow: none;
  border-radius: 0;
  position: fixed;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  -ms-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  z-index: 1000000;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
  .newsletter-popup.row {
    position: absolute;
    top: 20px;
  }
}
.newsletter-popup.row .close {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter-popup.row .this-cover .this-texts {
  width: 215px;
  max-width: 100%;
  padding-top: 140px;
  padding-left: 18px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.newsletter-popup.row .this-cover .this-type {
  font-family: "Droid Serif", serif;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.newsletter-popup.row .this-cover .this-title {
  font: 700 41px/1 "Montserrat", sans-serif;
  margin: 0 0 10px;
}
.newsletter-popup.row .this-cover .this-title span {
  font-weight: 400;
}
.newsletter-popup.row .this-form-area {
  padding: 58px 30px 15px;
  text-align: center;
}
.newsletter-popup.row .this-form-area .this-title {
  font: 700 20px/1 "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.newsletter-popup.row .this-form-area .this-title:after {
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  margin: 18px auto 0;
}
.newsletter-popup.row .this-form-area .this-msg {
  font: italic 14px/24px "PT Serif", serif;
  margin-bottom: 30px;
}
.newsletter-popup.row .question-email {
  margin-top: 0;
  font-style: italic;
  font-family: "PT Serif", serif;
}
.newsletter-popup.row .notshow-form input + label {
  display: table;
  margin: 0 auto;
  font: italic 12px/1 "PT Serif", serif;
  cursor: pointer;
}
.newsletter-popup.row .notshow-form input + label:before {
  content: '';
  float: left;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid;
}
.newsletter-popup.row .newsletter-form {
  margin: 0;
}
.newsletter-popup.row .newsletter-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  padding: 0 18px;
  border-right: none;
  font-family: "Montserrat", sans-serif;
}
.newsletter-popup.row .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newsletter-popup.row .newsletter-form .input-group-addon {
  padding: 0 18px;
  border-radius: 0;
  background: none;
  border-left: none;
}
.newsletter-popup.row .newsletter-form .btn {
  line-height: 60px;
  padding: 0 44px;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.newsletter-popup.row.popped-up {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .newsletter-popup.row.popped-up {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    max-width: 385px;
  }
}
@media (max-width: 479px) {
  .newsletter-popup.row.popped-up {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    max-width: 300px;
  }
}

/*Page Header*/
.page-cover {
  margin: 0;
  padding: 68px 0;
}
.page-cover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: url(../img/pattern-background.png) scroll center center;*/
}
.page-cover .this-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 12px;
}
.page-cover .breadcrumb {
  padding: 0;
  border-radius: 0;
  background: none;
  display: table;
  margin: 0;
}
.page-cover .breadcrumb li {
  float: left;
}
.page-cover .breadcrumb li + li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: 7px 10px 0;
  float: left;
  padding: 0;
}

/*Pagination*/
.pagination {
  margin: 80px auto 50px;
  display: table;
  border-radius: 0;
}
@media (max-width: 991px) {
  .pagination {
    margin: 40px auto 0;
  }
}
.pagination.shop-pagination {
  margin: 85px auto;
}
.pagination li {
  float: left;
}
.pagination li:first-child a, .pagination li:last-child a {
  border-radius: 0;
}
.pagination li a {
  padding: 0 15px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font: 700 16px/39px "Montserrat", sans-serif;
}
.pagination .dots a {
  padding: 0;
}
.pagination .prev, .pagination .next {
  margin: 0 15px;
}
.pagination .prev a, .pagination .next a {
  padding: 0 18px;
}

/*--------------------------------------------------------------------------------------------*/
/*Featured Products*/
.featured-products {
  padding: 100px 0;
}
.featured-products:before, .featured-products:after {
  content: '';
  position: absolute;
  background: no-repeat scroll center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.69;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-products:before {
  /*background-image: url(../img/featured-products/bg2.png);*/
  background-position: center 80px;
}
.featured-products:after {
  /*background-image: url(../img/featured-products/polygon.png);*/
}
.featured-products .container {
  position: relative;
  z-index: 2;
}
.featured-products.style2:before {
  background-image: url(../img/featured-products/bg4.png);
  background-position: center center;
  opacity: 0.30;
}
.featured-products.style2:after {
  background-image: url(../img/featured-products/bg3.png);
  opacity: 0.05;
}

.featued-products-carousel .item {
  text-align: center;
  padding: 15px 20px;
}
.featued-products-carousel .inner {
  margin: 0;
}
.featued-products-carousel .img-holder {
  position: relative;
  margin: 0;
  line-height: 400px;
}
.featued-products-carousel .img-holder img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: auto;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featued-products-carousel .hover-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featued-products-carousel .hover-box ul {
  display: table;
  margin: 0 auto;
}
.featued-products-carousel .hover-box ul li {
  float: left;
  padding: 5px;
}
.featued-products-carousel .hover-box ul li a {
  line-height: 48px;
  font-size: 20px;
  width: 49px;
  height: 49px;
  display: block;
  border: 1px solid;
  position: relative;
  top: 0;
}
.featued-products-carousel .hover-box ul li a:hover, .featued-products-carousel .hover-box ul li a:focus {
  top: -5px;
}
.featued-products-carousel .text-holder {
  padding: 0 30px;
  margin: 0;
}
.featued-products-carousel .text-holder h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .featued-products-carousel .text-holder h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .featued-products-carousel .text-holder h4 {
    font-size: 16px;
  }
}
.featued-products-carousel .this-title {
  margin: 0 0 5px;
}
.featued-products-carousel .this-price {
  margin: 0;
}
.featued-products-carousel .center .img-holder img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.featued-products-carousel .center .hover-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.featued-products-carousel.style2 .hover-box {
  bottom: auto;
  top: 35px;
  left: auto;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.featued-products-carousel.style2 .hover-box ul li {
  float: none;
}
.featued-products-carousel.style2 .hover-box ul li a:hover, .featued-products-carousel.style2 .hover-box ul li a:focus {
  top: 0;
}
.featued-products-carousel.style2 .center .hover-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.featued-products-carousel .owl-prev, .featued-products-carousel .owl-next {
  position: absolute;
  top: -webkit-calc(50% - 20.5px);
  top: calc(50% - 20.5px);
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border: 1px solid;
  font-size: 16px;
}
.featued-products-carousel .owl-prev {
  left: 0;
}
.featued-products-carousel .owl-next {
  right: 0;
}

.featured-products2 {
  padding-top: 100px;
}

.featured-products-row2 {
  padding-top: 15px;
  margin: 0;
  border-bottom: 100px solid;
}
@media (max-width: 767px) {
  .featured-products-row2 {
    max-width: 460px;
    margin: 0 auto;
  }
}

.featured-product2 {
  text-align: center;
}
@media (max-width: 767px) {
  .featured-product2 {
    max-width: 100%;
  }
}
.featured-product2 .img-holder img {
  max-width: 100%;
}
.featured-product2 .hover-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featured-product2 .hover-box .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  left: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featured-product2 .hover-box ul {
  display: table;
  margin: 0;
  width: 100%;
  padding: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featured-product2 .hover-box ul li {
  display: inline-block;
}
.featured-product2 .hover-box ul li + li {
  border-left: 1px solid;
}
.featured-product2 .hover-box ul li a {
  line-height: 21px;
  padding: 0 20px;
  font-size: 20px;
}
.featured-product2:hover .hover-box, .featured-product2:focus .hover-box {
  opacity: 1;
}
.featured-product2:hover .hover-box .inner, .featured-product2:focus .hover-box .inner {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-product2:hover .hover-box ul, .featured-product2:focus .hover-box ul {
  padding: 14px 0;
}

/*--------------------------------------------------------------------------------------------*/
.mainSlider .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.mainSlider .caption .sk-btn {
  padding: 0 22px;
}
.mainSlider .owl-prev, .mainSlider .owl-next {
  position: absolute;
  height: 168px;
  width: 84px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5b5b5b;
  font-size: 35px;
  padding: 0 8px;
  line-height: 168px;
}
@media (max-width: 1199px) {
  .mainSlider .owl-prev, .mainSlider .owl-next {
    width: 50px;
    line-height: 100px;
    height: 100px;
    font-size: 20px;
    padding: 0 5px;
  }
}
.mainSlider .owl-prev i, .mainSlider .owl-next i {
  z-index: 2;
  position: relative;
}
.mainSlider .owl-prev:before, .mainSlider .owl-next:before {
  /*content: '';*/
  width: 0;
  display: block;
  height: 0;
  border-top: 84px solid transparent;
  border-bottom: 84px solid transparent;
  position: absolute;
  top: 0;
  opacity: .71;
}
@media (max-width: 1199px) {
  .mainSlider .owl-prev:before, .mainSlider .owl-next:before {
    border-top-width: 50px;
    border-bottom-width: 50px;
  }
}
.mainSlider .owl-prev {
  left: 0;
}
.mainSlider .owl-prev:before {
  left: 0;
  border-left: 84px solid;
}
@media (max-width: 1199px) {
  .mainSlider .owl-prev:before {
    border-left-width: 50px;
  }
}
.mainSlider .owl-next {
  right: 0;
  text-align: right;
}
.mainSlider .owl-next:before {
  right: 0;
  border-right: 84px solid;
}
@media (max-width: 1199px) {
  .mainSlider .owl-next:before {
    border-right-width: 50px;
  }
}
.mainSlider .owl-dots {
  display: table;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 48px;
}
@media (max-width: 991px) {
  .mainSlider .owl-dots {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mainSlider .owl-dots {
    bottom: 20px;
  }
}
.mainSlider .owl-dot {
  width: 22px;
  height: 22px;
  border: 0 solid;
  float: left;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.mainSlider .owl-dot + .owl-dot {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .mainSlider .owl-dot {
    width: 14px;
    height: 14px;
    padding: 3px;
  }
}
.mainSlider .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
}
.mainSlider .owl-dot.active {
  padding: 3px;
  border-width: 2px;
}
@media (max-width: 767px) {
  .mainSlider .owl-dot.active {
    padding: 2px;
    border-width: 1px;
  }
}
@media (max-width: 479px) {
  .mainSlider .owl-nav {
    display: none;
  }
}

.main-carousel01 .caption {
  text-align: right;
  padding: 0 120px;
}
@media (max-width: 1199px) {
  .main-carousel01 .caption {
    padding: 0 80px;
  }
}
.main-carousel01 .caption .this-title,
.main-carousel01 .caption .this-pro {
  margin: 0;
  text-transform: uppercase;
  font: 700 116px/1.1 "Montserrat", sans-serif;
}
@media (max-width: 1650px) {
  .main-carousel01 .caption .this-title,
  .main-carousel01 .caption .this-pro {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .main-carousel01 .caption .this-title,
  .main-carousel01 .caption .this-pro {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-carousel01 .caption .this-title,
  .main-carousel01 .caption .this-pro {
    font-size: 45px;
  }
}
.main-carousel01 .caption .this-pro {
  margin-bottom: 20px;
}
@media (max-width: 1650px) {
  .main-carousel01 .caption .this-pro {
    margin-bottom: 10px;
  }
}

.main-carousel02 .caption {
  left: -webkit-calc(50% - 315px);
  left: calc(50% - 315px);
  right: 200px;
}
@media (max-width: 1199px) {
  .main-carousel02 .caption {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .main-carousel02 .caption {
    padding: 0 80px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .main-carousel02 .caption {
    padding: 0 50px;
  }
}
@media (max-width: 479px) {
  .main-carousel02 .caption {
    padding: 0 20px;
  }
}
.main-carousel02 .caption .this-title {
  margin: 0;
  text-transform: uppercase;
  font: 700 90px/136px "Montserrat", sans-serif;
  padding: 0 30px;
  display: table;
}
.main-carousel02 .caption .this-title.no-bg {
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
}
@media (max-width: 991px) {
  .main-carousel02 .caption .this-title.no-bg {
    margin-bottom: 10px;
  }
}
@media (max-width: 1650px) {
  .main-carousel02 .caption .this-title {
    font-size: 80px;
    line-height: 110px;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .main-carousel02 .caption .this-title {
    font-size: 60px;
    line-height: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .main-carousel02 .caption .this-title {
    font-size: 50px;
    line-height: 65px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .main-carousel02 .caption .this-title {
    font-size: 28px;
    line-height: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .main-carousel02 .caption .this-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.main-carousel02 .caption .this-title2 {
  margin: 0;
  text-transform: uppercase;
  font: 700 45px/78px "Montserrat", sans-serif;
  padding: 0 30px;
  display: table;
}
.main-carousel02 .caption .this-title2.mb76 {
  margin-bottom: 76px;
}
.main-carousel02 .caption .this-title2.no-bg {
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
}
@media (max-width: 991px) {
  .main-carousel02 .caption .this-title2.no-bg {
    margin-bottom: 10px;
  }
}
@media (max-width: 1650px) {
  .main-carousel02 .caption .this-title2 {
    font-size: 40px;
    line-height: 70px;
    padding: 0 20px;
  }
  .main-carousel02 .caption .this-title2.mb76 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .main-carousel02 .caption .this-title2 {
    font-size: 30px;
    line-height: 50px;
    padding: 0 20px;
  }
  .main-carousel02 .caption .this-title2.mb76 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .main-carousel02 .caption .this-title2 {
    font-size: 24px;
    line-height: 40px;
    padding: 0 15px;
  }
  .main-carousel02 .caption .this-title2.mb76 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-carousel02 .caption .this-title2 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
  }
  .main-carousel02 .caption .this-title2.mb76 {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .main-carousel02 .caption .this-title2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-carousel02 .caption .this-p {
  font: 16.67px/24px "Montserrat", sans-serif;
  width: 700px;
  max-width: 80%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .main-carousel02 .caption .this-p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-carousel02 .caption .this-p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .main-carousel02 .caption .this-p {
    display: none;
  }
}

.main-carousel03 .caption {
  right: 200px;
}
@media (max-width: 991px) {
  .main-carousel03 .caption {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .main-carousel03 .caption {
    padding: 0 50px;
  }
}
.main-carousel03 .caption.cap1 {
  left: -webkit-calc(50% - 300px);
  left: calc(50% - 300px);
}
@media (max-width: 1199px) {
  .main-carousel03 .caption.cap1 {
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
    right: auto;
  }
}
@media (max-width: 991px) {
  .main-carousel03 .caption.cap1 {
    left: 0;
  }
}
.main-carousel03 .caption.cap2 {
  left: -webkit-calc(50% + 170px);
  left: calc(50% + 170px);
}
@media (max-width: 1199px) {
  .main-carousel03 .caption.cap2 {
    left: 50%;
    right: auto;
  }
}
@media (max-width: 991px) {
  .main-carousel03 .caption.cap2 {
    left: 0;
  }
}
.main-carousel03 .caption.cap3 {
  left: -webkit-calc(50% + 120px);
  left: calc(50% + 120px);
}
@media (max-width: 1199px) {
  .main-carousel03 .caption.cap3 {
    left: 50%;
    right: auto;
  }
}
@media (max-width: 991px) {
  .main-carousel03 .caption.cap3 {
    left: 0;
  }
}
.main-carousel03 .caption .this-title {
  margin: 0 0 60px;
  text-transform: uppercase;
  font: 700 116px/1 "Montserrat", sans-serif;
  display: table;
}
@media (max-width: 1650px) {
  .main-carousel03 .caption .this-title {
    font-size: 85px;
  }
}
@media (max-width: 1440px) {
  .main-carousel03 .caption .this-title {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .main-carousel03 .caption .this-title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-carousel03 .caption .this-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-carousel03 .caption .this-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .main-carousel03 .caption .this-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.main-carousel04 .caption .this-title {
  max-width: 560px;
  text-align: right;
  font: 700 80px/1 "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .main-carousel04 .caption .this-title {
    font-size: 60px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .main-carousel04 .caption .this-title {
    font-size: 45px;
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .main-carousel04 .caption .this-title {
    font-size: 35px;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .main-carousel04 .caption .this-title {
    font-size: 30px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.main-carousel04 .caption .this-title.style2 {
  font-size: 60px;
}
@media (max-width: 991px) {
  .main-carousel04 .caption .this-title.style2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-carousel04 .caption .this-title.style2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .main-carousel04 .caption .this-title.style2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .main-carousel04 .caption .this-title.style2 {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------------------------------------*/
.v-navigation {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: -webkit-calc(50% - 585px );
  left: calc(50% - 585px );
  width: 200px;
  min-height: -webkit-calc(100vh + 150px);
  min-height: calc(100vh + 150px);
}
@media (max-width: 1279px) {
  .v-navigation {
    left: -webkit-calc(50% - 570px );
    left: calc(50% - 570px );
  }
}
@media (max-width: 1199px) {
  .v-navigation {
    left: -webkit-calc(50% - 485px );
    left: calc(50% - 485px );
  }
}
@media (max-width: 991px) {
  .v-navigation {
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
}
.v-navigation .logo-row {
  padding: 44px 0 80px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1439px) {
  .v-navigation .logo-row {
    padding: 20px 0 40px;
  }
}
@media (max-width: 1199px) {
  .v-navigation .logo-row {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .v-navigation .logo-row {
    padding: 20px;
    float: left;
  }
}
.v-navigation .logo-row a {
  display: inline-block;
}
.v-navigation .logo-row a img {
  max-height: 110px;
}
@media (max-width: 1199px) {
  .v-navigation .logo-row a img {
    max-height: 60px;
  }
}
.v-navigation .navbar-toggle {
  border-radius: 0;
  margin-top: 33px;
}
@media (min-width: 992px) {
  .v-navigation .navbar-toggle {
    display: none;
  }
}

.v-main-nav {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1439px) {
  .v-main-nav {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .v-main-nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .v-main-nav {
    display: none;
  }
}
.v-main-nav li {
  padding: 2px 0;
  position: static;
}
.v-main-nav li a {
  padding: 0 29px;
  line-height: 41px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .v-main-nav li a {
    line-height: 35px;
  }
}
.v-main-nav li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.v-main-nav li a:hover:before, .v-main-nav li a:focus:before {
  width: 4px;
}
.v-main-nav li a + .dropdown-menu {
  left: 100%;
  top: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px;
  margin: 0;
}
.v-main-nav li a + .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  background: url(../img/menu-shadow.png) repeat-y scroll left center;
}
.v-main-nav li a + .dropdown-menu li a {
  font-size: 16px;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .v-main-nav li a + .dropdown-menu li a {
    font-size: 13px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .v-main-nav li a + .dropdown-menu li a {
    font-size: 11px;
    line-height: 25px;
  }
}
.v-main-nav li a + .dropdown-menu li a:before {
  display: none;
}
.v-main-nav li a + .mega-menu {
  padding: 0 170px 0 0;
  width: -webkit-calc(1170px - 200px);
  width: calc(1170px - 200px);
  background: url(../img/menu-img.png) no-repeat scroll right center;
}
@media (max-width: 1199px) {
  .v-main-nav li a + .mega-menu {
    width: -webkit-calc(970px - 200px);
    width: calc(970px - 200px);
  }
}
@media (max-width: 991px) {
  .v-main-nav li a + .mega-menu {
    width: -webkit-calc(750px - 200px);
    width: calc(750px - 200px);
    background-image: none;
    padding-right: 0;
  }
}
.v-main-nav li a + .mega-menu .has-child {
  float: left;
  min-width: -webkit-calc((100% - 170px) / 3 );
  min-width: calc((100% - 170px) / 3 );
  padding: 50px 50px 35px;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .v-main-nav li a + .mega-menu .has-child {
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .v-main-nav li a + .mega-menu .has-child {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .v-main-nav li a + .mega-menu .has-child:first-child {
    padding-left: 55px;
  }
}
.v-main-nav li a + .mega-menu .has-child span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
  .v-main-nav li a + .mega-menu .has-child span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .v-main-nav li a + .mega-menu .has-child span {
    font-size: 12px;
  }
}
.v-main-nav li a + .mega-menu .has-child span:after {
  content: '';
  width: 56px;
  height: 2px;
  display: block;
  margin-top: 5px;
}
.v-main-nav li a + .mega-menu .has-child span + .nav {
  margin-top: 10px;
}
.v-main-nav li.active a:before {
  width: 4px;
}
.v-main-nav li.dropdown a, .v-main-nav li.open a {
  background: none;
}

@media (max-width: 991px) {
  .social-nav {
    display: none;
  }
}
.social-nav li + li {
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .social-nav li + li {
    margin-top: 5px;
  }
}
.social-nav li a {
  padding: 0 29px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
}
.social-nav li a i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 16px;
  float: left;
}

#main-menu {
  width: 100%;
  border-top: 1px solid;
  /*max-height: 280px;*/
}
@media (min-width: 992px) {
  #main-menu {
    display: none !important;
  }
}
#main-menu .nav li {
  padding: 2px 0;
  position: static;
}
#main-menu .nav li a {
  padding: 0 29px;
  line-height: 41px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .nav li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#main-menu .nav li a:hover:before, #main-menu .nav li a:focus:before {
  width: 4px;
}
#main-menu .nav li a + .dropdown-menu {
  position: relative;
  padding: 20px 40px;
}
#main-menu .nav li a + .dropdown-menu li {
  padding: 0;
}
#main-menu .nav li a + .dropdown-menu li a {
  font-size: 12px;
  padding: 0;
  white-space: nowrap;
}
#main-menu .nav li a + .dropdown-menu li a:before {
  display: none;
}
#main-menu .nav li a + .mega-menu .has-child {
  position: relative;
  display: inline-block;
  width: 200px;
}
#main-menu .nav li a + .mega-menu .has-child + .has-child {
  margin-top: 20px;
}
#main-menu .nav li a + .mega-menu .has-child span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
#main-menu .nav li a + .mega-menu .has-child span:after {
  content: '';
  width: 56px;
  height: 2px;
  display: block;
  margin-top: 5px;
}
#main-menu .nav li a + .mega-menu .has-child span + .nav {
  margin-top: 10px;
}
#main-menu .nav li.active a:before {
  width: 4px;
}
#main-menu .nav li.active a:hover, #main-menu .nav li.active a:focus {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .nav li.dropdown a, #main-menu .nav li.open a {
  background: none;
}

.navigation {
  background: #fff;
  margin-bottom: 0;
  border: none;
}
.navigation .container {
  position: relative;
}
.navigation .navbar-toggle {
  border-radius: 0;
  margin-top: 33px;
}
@media (min-width: 992px) {
  .navigation .navbar-toggle {
    display: none;
  }
}
.navigation .logo-area {
  text-align: center;
}
.navigation .logo-area a img {
  width: 200px;
  position: absolute;
  left: 0px;
  right: 0;
  top: 3px;
  margin: auto
}
.navigation .logo {
  display: inline-block;
  line-height: 99px;
}
.navigation .left-menu {
  position: static;
}
.navigation .left-menu .navbar-nav {
  float: right;
}
.navigation .right-menu {
  position: static;
}
.navigation .main-desktop-nav {
  position: static;
}
@media (max-width: 991px) {
  .navigation .main-desktop-nav {
    display: none;
  }
}
.navigation .main-desktop-nav li {
  padding: 30px 0;
}
.navigation .main-desktop-nav li a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1b1b1b;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 39px;
}
.navigation .main-desktop-nav li a:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background: #7d9b48;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: absolute;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  left: 50%;
}
.navigation .main-desktop-nav li a:hover, .navigation .main-desktop-nav li a:focus {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navigation .main-desktop-nav li a:hover:after, .navigation .main-desktop-nav li a:focus:after {
  height: 4px;
  width: 40px;
  top: 100%;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
}
.navigation .main-desktop-nav li a + .dropdown-menu {
  padding: 20px 0;
  margin: 0;
  border-radius: 0;
  border: none;
}
.navigation .main-desktop-nav li a + .dropdown-menu li {
  padding: 0;
}
.navigation .main-desktop-nav li a + .dropdown-menu li a {
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .navigation .main-desktop-nav li a + .dropdown-menu li a {
    font-size: 14px;
    line-height: 30px;
  }
}
.navigation .main-desktop-nav li a + .dropdown-menu li a:after {
  display: none;
}
.navigation .main-desktop-nav li a + .dropdown-menu li a:before {
  display: none;
}
.navigation .main-desktop-nav li a + .mega-menu {
  padding: 0 341px 0 0;
  left: 0;
  right: 0;
  background: url(../img/penley-park.png) no-repeat scroll right center white;
}
.navigation .main-desktop-nav li a + .mega-menu .has-child {
  float: left;
  min-width: -webkit-calc((100% - 341px) / 3 );
  min-width: calc((100% - 341px) / 3 );
  padding: 50px 50px 35px;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .navigation .main-desktop-nav li a + .mega-menu .has-child {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .navigation .main-desktop-nav li a + .mega-menu .has-child:first-child {
    padding-left: 55px;
  }
}
.navigation .main-desktop-nav li a + .mega-menu .has-child span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.navigation .main-desktop-nav li a + .mega-menu .has-child span:after {
  content: '';
  width: 56px;
  height: 2px;
  display: block;
  margin-top: 5px;
}
.navigation .main-desktop-nav li a + .mega-menu .has-child span + .nav {
  margin-top: 10px;
}
.navigation .main-desktop-nav li a + .mega-menu .has-child span + .nav li a {
  padding: 0;
}
.navigation .main-desktop-nav .active a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.navigation .main-desktop-nav .active a:hover, .navigation .main-desktop-nav .active a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.navigation .main-desktop-nav .active a:after {
  height: 4px;
  width: 40px;
  top: 100%;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
}
.navigation .main-desktop-nav .open > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none none;
}
.navigation .main-desktop-nav .open > a:hover, .navigation .main-desktop-nav .open > a:focus {
  background: none;
}
.navigation .main-desktop-nav .open > a:after {
  height: 4px;
  width: 40px;
  top: 100%;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
}
.navigation .main-desktop-nav .mega-drop {
  position: static;
}

/*--------------------------------------------------------------------------------------------*/
.banners {
  padding: 15px 0 85px;
}

.banner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .banner {
    max-width: 480px;
    margin: 0 auto;
  }
}
.banner .banner-img img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .banner h2 {
    font-size: 25px;
  }
}
.banner .banner-heading {
  margin: 30px 0 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .banner .banner-heading {
    margin-top: 15px;
  }
}
.banner .banner-about {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .banner .banner-about {
    margin-bottom: 20px;
  }
}
.banner .banner-new {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
  .banner .banner-new {
    margin-bottom: 20px;
  }
}
.banner .banner-texts {
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  margin: 0;
}

.banner2 {
  z-index: 2;
}
.banner2 img {
  max-width: 100%;
}
.banner2 .banner-left-part {
  padding-top: 125px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .banner2 .banner-left-part {
   
  }
}
@media (max-width: 991px) {
  .banner2 .banner-left-part {
    padding-top: 135px;
  }
}
.banner2 .banner-left-part,
.banner2 .banner-right-part {
  background: #e5e5e5;
}
@media (max-width: 1199px) {
  .banner2 .banner-left-part,
  .banner2 .banner-right-part {

  }
}
@media (max-width: 991px) {
  .banner2 .banner-left-part,
  .banner2 .banner-right-part {

  }
}
.banner2 .banner-left-part .this-texts,
.banner2 .banner-right-part .this-texts {
  max-width: 100%;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 10px;
}
@media (max-width: 1199px) {
  .banner2 .banner-left-part .this-texts,
  .banner2 .banner-right-part .this-texts {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .banner2 .banner-left-part .this-texts,
  .banner2 .banner-right-part .this-texts {
    padding-top: 50px;
  }
}
.banner2 .banner-left-part .this-type,
.banner2 .banner-right-part .this-type {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
  color: #8EAD51;
}
.banner2 .banner-left-part .this-title,
.banner2 .banner-right-part .this-title {
  font: 700 41px/1 "Montserrat", sans-serif;
  margin: 0 0 10px;
  color: #383838;
}
.banner2 .banner-left-part .this-title span,
.banner2 .banner-right-part .this-title span {
  font-weight: 400;
  color: #7d9b48;
}
.banner2 .banner-left-part .this-buttons,
.banner2 .banner-right-part .this-buttons {
  position: absolute;
  top: 213px;
  left: 38px;
}
.banner2 .banner-left-part .sk-btn,
.banner2 .banner-right-part .sk-btn {
  padding: 0 32px;
}
.banner2 .banner-right-part .this-texts {
  padding-top: 57px;
  width: 210px;
}
.banner2 .banner-mid-part {
  margin-top: -137px;
  padding: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .banner2 .banner-mid-part {
  }
}
.banner2 .banner-mid-part .this-top-part {
  margin: 0;
  background: url(../img/wood-bkrnd.jpg) center center;
  padding: 30px 30px 0;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-top-part {
    padding: 20px 20px 0;
  }
  .banner2 .banner-mid-part .this-top-part img {
    max-width: 80%;
  }
}
.banner2 .banner-mid-part .this-top-part .this-inner {
  margin: 0;
  border: 2px solid  #6c6445;
  border-bottom: none;
  padding-top: 20px;
  color: #fff;
}
.banner2 .banner-mid-part .this-top-part .this-texts {
  margin-top: 20px;
  margin-bottom: 44px;
  font: 700 22px/32px "Montserrat", sans-serif;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-top-part .this-texts {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
.banner2 .banner-mid-part .this-bottom-part {
  padding: 45px 30px 30px;
  margin: 0;
  position: relative;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-bottom-part {
    padding: 25px 20px 0;
  }
}
.banner2 .banner-mid-part .this-bottom-part:before, .banner2 .banner-mid-part .this-bottom-part:after {
  content: '';
  display: block;
  width: 3px;
  height: 67px;
  background: #e1e1e1;
  position: absolute;
  top: 0;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-bottom-part:before, .banner2 .banner-mid-part .this-bottom-part:after {
    height: 44px;
  }
}
.banner2 .banner-mid-part .this-bottom-part:before {
  left: 30px;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-bottom-part:before {
    left: 20px;
  }
}
.banner2 .banner-mid-part .this-bottom-part:after {
  right: 30px;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-bottom-part:after {
    right: 20px;
  }
}
.banner2 .banner-mid-part .this-bottom-part .this-title {
  font-weight: 700;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.banner2 .banner-mid-part .this-bottom-part .this-title:before, .banner2 .banner-mid-part .this-bottom-part .this-title:after {
  content: '';
  display: block;
  height: 3px;
  width: 67px;
  background: #e1e1e1;
  position: absolute;
  top: 19px;
}
@media (max-width: 479px) {
  .banner2 .banner-mid-part .this-bottom-part .this-title:before, .banner2 .banner-mid-part .this-bottom-part .this-title:after {
    width: 30px;
  }
}
.banner2 .banner-mid-part .this-bottom-part .this-title:before {
  left: 0;
}
.banner2 .banner-mid-part .this-bottom-part .this-title:after {
  right: 0;
}
.banner2 .banner-mid-part .this-bottom-part .this-texts {
  font-family: "Montserrat", sans-serif;
  color: #535353;
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 991px) {
  .banner2 .banner-left-part,
  .banner2 .banner-right-part,
  .banner2 .banner-mid-part {
    max-width: 430px;
    margin: 0 auto;
    left: 0;
  }
}
@media (max-width: 479px) {
  .banner2 .banner-left-part,
  .banner2 .banner-right-part,
  .banner2 .banner-mid-part {
    max-width: 300px;
    margin: 0 auto;
    left: 0;
  }
}

/*Shop Banner*/
.shop-banner {
  text-align: right;
}
.shop-banner img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .shop-banner img {
    opacity: 0.7;
  }
}
.shop-banner .banner-texts {
  text-align: left;
  position: absolute;
  text-transform: uppercase;
}
.shop-banner .banner-texts h3 {
  font-weight: 700;
  font-family: "Droid Serif", serif;
  margin: 0;
}
.shop-banner .banner-texts h2 {
  font: 700 28px/36px "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 479px) {
  .shop-banner .banner-texts h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.shop-banner1 {
  padding-top: 63px;
}
@media (min-width: 1281px) {
  .shop-banner1 {
    width: -webkit-calc(58.33333333% + 15px);
    width: calc(58.33333333% + 15px);
  }
}
.shop-banner1 .banner-texts {
  top: 65px;
  left: 40px;
}
@media (max-width: 479px) {
  .shop-banner1 .banner-texts {
    top: 15px;
    left: 15px;
  }
}
.shop-banner1 .banner-texts .sk-btn {
  margin-left: -5px;
  margin-top: 48px;
}
@media (max-width: 479px) {
  .shop-banner1 .banner-texts .sk-btn {
    margin-top: 25px;
  }
}

@media (min-width: 1281px) {
  .shop-banner2 {
    width: -webkit-calc(41.66666667% - 15px);
    width: calc(41.66666667% - 15px);
  }
}
.shop-banner2 .banner-texts {
  top: 40px;
  left: 33px;
}
@media (max-width: 479px) {
  .shop-banner2 .banner-texts {
    top: 15px;
    left: 15px;
  }
}
.shop-banner2 .banner-texts .sk-btn {
  margin-left: -4px;
  margin-top: 35px;
}
@media (max-width: 479px) {
  .shop-banner2 .banner-texts .sk-btn {
    margin-top: 20px;
  }
}
.shop-banner2 .banner-texts h2 {
  font-size: 41px;
  line-height: 45px;
}
@media (max-width: 479px) {
  .shop-banner2 .banner-texts h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.shop-banner2 .banner-texts h2 span {
  display: block;
  font-weight: 400;
}

/*--------------------------------------------------------------------------------------------*/
/*Latest From Blog*/
.latest-4m-blogs {
  padding: 85px 0;
}

.latest-4m-blog {
  padding: 15px;
}
.latest-4m-blog.style2 {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .latest-4m-blog.style3 {
    max-width: 425px;
    margin: 0 auto;
  }
}
.latest-4m-blog.style3 .first-col {
  width: 370px;
}
@media (max-width: 1199px) {
  .latest-4m-blog.style3 .first-col {
    width: 295px;
  }
}
.latest-4m-blog.style3 .second-col {
  width: 500px;
}
@media (max-width: 1199px) {
  .latest-4m-blog.style3 .second-col {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .latest-4m-blog.style3 .second-col {
    width: 200px;
  }
}
.latest-4m-blog.style3 .third-col {
  width: 300px;
}
@media (max-width: 1199px) {
  .latest-4m-blog.style3 .third-col {
    width: 245px;
  }
}
@media (max-width: 991px) {
  .latest-4m-blog.style3 .third-col {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .latest-4m-blog.style3 .first-col,
  .latest-4m-blog.style3 .second-col,
  .latest-4m-blog.style3 .third-col {
    margin: 0 auto;
    max-width: 100%;
  }
}

.latest-post {
  position: relative;
}
.latest-post:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.latest-post .featured-img {
  width: 100%;
}
.latest-post .text-holder {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
@media (max-width: 1199px) {
  .latest-post .text-holder {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .latest-post .text-holder {
    left: 15px;
    right: 15px;
  }
}
.latest-post .text-holder .this-title {
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 991px) {
  .latest-post .text-holder .this-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.latest-post .text-holder .this-time {
  margin: 0;
}

.latest-post-col:first-child, .latest-post-col:last-child {
  padding: 35px 15px;
}
@media (max-width: 1199px) {
  .latest-post-col:first-child, .latest-post-col:last-child {
    padding: 28px 15px;
  }
}
@media (max-width: 767px) {
  .latest-post-col:first-child, .latest-post-col:last-child {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .latest-post-col {
    max-width: 300px;
    margin: 0 auto;
  }
}
.latest-post-col.style2:first-child, .latest-post-col.style2:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.latest-post2 {
  background-color: transparent;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
  .latest-post2 {
    max-width: 380px;
    margin: 0 auto;
  }
}
.latest-post2 .img-holder img {
  width: 100%;
}
.latest-post2 .text-holder {
  height: 371px;
  position: relative;
  padding: 0  30px;
}
@media (max-width: 1279px) {
  .latest-post2 .text-holder {
    height: 361px;
  }
}
@media (max-width: 1199px) {
  .latest-post2 .text-holder {
    height: 297px;
  }
}
@media (max-width: 991px) {
  .latest-post2 .text-holder {
    padding: 30px;
    height: auto;
  }
}
.latest-post2 .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .latest-post2 .inner {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.latest-post2 .this-title {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 270px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .latest-post2 .this-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
}
.latest-post2 .this-times {
  margin-top: 0;
  margin-bottom: 25px;
  font: 16px/1 "PT Serif", serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .latest-post2 .this-times {
    margin-bottom: 15px;
  }
}
.latest-post2 .this-sammarry {
  margin: 0;
  font-family: "Droid Serif", serif;
  line-height: 26px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.latest-post3 + .latest-post3 {
  margin: 0;
}
.latest-post3 .img-holder.row a {
  position: relative;
  display: block;
}
.latest-post3 .img-holder.row a img {
  max-width: 100%;
}
.latest-post3 .img-holder.row a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.latest-post3 .text-holder.row {
  padding: 30px 30px 50px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .latest-post3 .text-holder.row {
    padding: 20px 20px 32px;
  }
}
.latest-post3 .this-title {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .latest-post3 .this-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.latest-post3 .this-time {
  margin: 0;
  font: 16px/1 "PT Serif", serif;
}
.latest-post3.media .media-body {
  background-color: transparent;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  padding: 30px;
}
@media (max-width: 1199px) {
  .latest-post3.media .media-body {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .latest-post3.media .media-left {
    display: block;
  }
}
.latest-post3.media .media-left a {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .latest-post3.media .media-left a {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .latest-post3.media .media-left a {
    width: 200px;
    height: auto;
    overflow: auto;
  }
}
.latest-post3.media .media-left a img {
  max-width: 100%;
}
.latest-post3.media .media-right a {
  width: 300px;
  height: 266px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .latest-post3.media .media-right a {
    width: 250px;
    height: 222px;
  }
}
.latest-post3.media .media-right a img {
  max-width: 100%;
}
.latest-post3.media .media-left, .latest-post3.media .media-right {
  padding: 0;
}
.latest-post3.media .media-left a, .latest-post3.media .media-right a {
  position: relative;
  display: block;
}
.latest-post3.media .media-left a:after, .latest-post3.media .media-right a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/*--------------------------------------------------------------------------------------------*/
/*Special Products*/
.special-products {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .special-products .p05 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .special-product-gallery {
    max-width: 610px;
    margin: 0 auto;
  }
  .special-product-gallery .grid-sizer {
    width: 305px;
  }
}
@media (max-width: 639px) {
  .special-product-gallery {
    max-width: 320px;
  }
}

.product-item {
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 639px) {
  .product-item {
    width: 100%;
  }
}
.product-item .inner {
  margin: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  top: 0;
}
.product-item .inner:hover, .product-item .inner:focus {
  top: -12px;
  -webkit-box-shadow: 2.756px 9.613px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2.756px 9.613px 18px 0px rgba(0, 0, 0, 0.15);
}
.product-item .inner:hover .hover-box, .product-item .inner:focus .hover-box {
  opacity: 1;
  z-index: 1;
}
.product-item .img-holder {
  padding: 0 30px;
}
.product-item .img-holder img {
  max-width: 100%;
}
.product-item.short-item .img-holder {
  line-height: 423px;
}
@media (max-width: 1199px) {
  .product-item.short-item .img-holder {
    line-height: 350px;
  }
}
@media (max-width: 991px) {
  .product-item.short-item .img-holder {
    line-height: 423px;
  }
}
@media (max-width: 767px) {
  .product-item.short-item .img-holder {
    line-height: 350px;
  }
}
.product-item.long-item .img-holder {
  line-height: 876px;
}
@media (max-width: 1199px) {
  .product-item.long-item .img-holder {
    line-height: 730px;
  }
}
@media (max-width: 991px) {
  .product-item.long-item .img-holder {
    line-height: 876px;
  }
}
@media (max-width: 767px) {
  .product-item.long-item .img-holder {
    line-height: 350px;
  }
}
.product-item .text-holder {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
}
.product-item .text-holder h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .product-item .text-holder h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product-item .text-holder h4 {
    font-size: 16px;
  }
}
.product-item .this-title {
  margin: 0 0 5px;
}
.product-item .this-price {
  margin: 0;
}
.product-item .hover-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border: 2px solid transparent;
  z-index: -1;
}
.product-item .hover-box ul {
  display: table;
  margin: 0 auto;
  padding: 13px;
  width: 100%;
  position: absolute;
  top: -webkit-calc(50% - 33px);
  top: calc(50% - 33px);
}
.product-item .hover-box ul li {
  display: inline-block;
}
.product-item .hover-box ul li + li {
  border-left: 1px solid;
}
.product-item .hover-box ul li a {
  line-height: 40px;
  padding: 0 25px;
  font-size: 30px;
}
.product-item .sn-tag {
  position: absolute;
  top: 30px;
  left: 47px;
  padding: 0 18px;
  text-transform: capitalize;
  font: 16px/34px "Montserrat", sans-serif;
}
.product-item .sn-tag:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 17px solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  left: -17px;
}
.product-item .sn-tag:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 3px);
  top: calc(50% - 3px);
  left: -3px;
  border-radius: 100%;
}
.product-item.style2 .text-holder {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 3px;
}
.product-item.style2 .text-holder h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.product-item.style2 .text-holder .this-title {
  margin-bottom: 10px;
}
.product-item.style2 .text-holder .this-price {
  margin-bottom: 18px;
}
.product-item.style2 .hover-box ul {
  padding: 14px 0;
}
.product-item.style2 .hover-box ul li a {
  line-height: 21px;
  padding: 0 20px;
  font-size: 20px;
}
.product-item.style2.short-item .img-holder {
  line-height: 205px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product-item.style2.short-item .img-holder {
    line-height: 175px;
  }
}
@media (max-width: 767px) {
  .product-item.style2.short-item .img-holder {
    line-height: 225px;
  }
}
.product-item.style2.long-item .img-holder {
  line-height: 505px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product-item.style2.long-item .img-holder {
    line-height: 445px;
  }
}
@media (max-width: 767px) {
  .product-item.style2.long-item .img-holder {
    line-height: 225px;
  }
}

.gallery-filter {
  display: table;
  margin: 0 auto;
  border: none;
  padding: 10px 0 35px;
  text-align: center;
}
.gallery-filter li {
  float: left;
  padding: 5px 10px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  cursor: pointer;
}
@media (max-width: 639px) {
  .gallery-filter li {
    float: none;
    display: inline-block;
  }
}
.gallery-filter li + li {
  margin-left: 4px;
}
.gallery-filter li + li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: -4px;
}
@media (max-width: 639px) {
  .gallery-filter li + li:before {
    display: none;
  }
}

/*--------------------------------------------------------------------------------------------*/
/*Promotion*/
.promotion {
  background: url(../img/promotion/bg.jpg) no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .promotion {
    text-align: center;
  }
}
.promotion:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.promotion img {
  display: inline-block;
}
.promotion .container {
  position: relative;
  z-index: 2;
}
.promotion .text-holder {
  padding: 118px 15px;
}
@media (max-width: 1199px) {
  .promotion .text-holder {
    padding: 100px 15px;
  }
}
@media (max-width: 991px) {
  .promotion .text-holder {
    padding: 35px 15px;
  }
}
@media (max-width: 767px) {
  .promotion .text-holder {
    padding: 50px 15px;
  }
}
.promotion .this-type {
  font: 19.14px/1 "Droid Serif", serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.promotion .this-title {
  font: 700 42.84px/1.05 "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .promotion .this-title {
    font-size: 36px;
  }
}
.promotion .this-about {
  margin: 0;
  font: 14px/26px "Droid Serif", serif;
}
.promotion .divider {
  margin: 40px 0 55px;
}

/*Promotion 2*/
.promotion2 {
  overflow: hidden;
}
.promotion2:before {
  content: '';
  background: url(../img/promotion/bg2.jpg) no-repeat fixed center center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .12;
}
@media (max-width: 767px) {
  .promotion2 {
    text-align: center;
  }
}
.promotion2 .container {
  position: relative;
  z-index: 2;
}
.promotion2 .img-holder {
  position: relative;
}
@media (max-width: 767px) {
  .promotion2 .img-holder {
    padding: 0 40px;
    background: #fff;
    margin-top: 60px;
  }
}
.promotion2 .img-holder:before {
  content: '';
  display: block;
  width: 420px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%) skewX(-22deg);
  -ms-transform: translate(-50%, -50%) skewX(-22deg);
  transform: translate(-50%, -50%) skewX(-22deg);
}
@media (max-width: 767px) {
  .promotion2 .img-holder:before {
    display: none;
  }
}
.promotion2 .img-holder img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .promotion2 .img-holder img {
    display: inline-block;
  }
}
.promotion2 .text-holder {
  padding-top: 52px;
  padding-bottom: 52px;
}
.promotion2 .text-holder .inner {
  margin: 0;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .promotion2 .text-holder .inner {
    padding-left: 0;
  }
}
.promotion2 .promo-type {
  text-transform: uppercase;
  margin-top: 5px;
  font-family: "Droid Serif", serif;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .promotion2 .promo-type {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .promotion2 .promo-type {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .promotion2 .promo-type {
    margin-top: 0;
  }
}
.promotion2 .this-title {
  font: 700 42.84px/1.1 "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .promotion2 .this-title {
    font-size: 38px;
  }
}
.promotion2 .this-about {
  font: 14px/26px "Droid Serif", serif;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .promotion2 .this-about {
    margin-bottom: 30px;
    line-height: 24px;
  }
}
.promotion2 .sk-btn {
  margin-left: 30px;
}

/*Promotion 3*/
.promotion3 .promote-area {
  margin: 0;
}
.promotion3 .promote-img {
  position: relative;
  height: 450px;
}
@media (max-width: 991px) {
  .promotion3 .promote-img {
    height: 426px;
  }
}
.promotion3 .promote-img img {
  position: absolute;
  top: 25px;
  left: 15px;
  max-width: 100%;
}
.promotion3 .promote-texts {
  padding-top: 84px;
  padding-bottom: 84px;
}
@media (max-width: 1199px) {
  .promotion3 .promote-texts {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
@media (max-width: 991px) {
  .promotion3 .promote-texts {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .promotion3 .promote-texts {
    max-width: 480px;
    margin: 0 auto;
  }
}
.promotion3 .promote-texts .this-type {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Droid Serif", serif;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .promotion3 .promote-texts .this-type {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .promotion3 .promote-texts .this-type {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .promotion3 .promote-texts .this-type {
    margin-top: 0;
  }
}
.promotion3 .promote-texts .this-title {
  font: 700 42.84px/1.1 "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .promotion3 .promote-texts .this-title {
    font-size: 32px;
  }
}
.promotion3 .promote-texts .this-about {
  font: 14px/26px "Droid Serif", serif;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .promotion3 .promote-texts .this-about {
    margin-bottom: 30px;
    line-height: 24px;
  }
}
.promotion3 .promote-texts .this-dots {
  line-height: 13px;
}
.promotion3 .countdown-area {
  margin: 0;
}
.promotion3 .countdown-area .this-title-area {
  margin: 0;
  font: 16px/92px "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .promotion3 .countdown-area .this-title-area {
    line-height: 60px;
  }
}
.promotion3 .countdown-area .this-countdown-area {
  margin: 0;
}
.promotion3 .countdown-area .this-price-area {
  margin: 0;
}
.promotion3 .countdown-area .this-price-area .price {
  margin-top: 37px;
  margin-bottom: 73px;
  font: 32px/1 "Droid Serif", serif;
}
@media (max-width: 991px) {
  .promotion3 .countdown-area .this-price-area .price {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.promotion3 .countdown-area .this-price-area .price span {
  font-size: 22px;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .promotion3 .countdown-area .this-price-area .price span {
    font-size: 18px;
  }
}
.promotion3 .countdown-area .this-price-area .price del {
  margin-left: 27px;
}

#promote-countdown {
  font: 700 40px/1 "PT Serif", serif;
  padding: 37px 0;
  display: table;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #promote-countdown {
    font-size: 24px;
    padding: 16px 0;
  }
}
@media (max-width: 479px) {
  #promote-countdown {
    font-size: 20px;
  }
}
#promote-countdown .block {
  float: left;
}
#promote-countdown .block + .block:before {
  content: '';
  width: 1px;
  height: 25px;
  float: left;
  margin: 13px 35px 0;
}
@media (max-width: 1199px) {
  #promote-countdown .block + .block:before {
    margin: 13px 16px 0;
  }
}
@media (max-width: 991px) {
  #promote-countdown .block + .block:before {
    margin: 7px 11px 0;
    height: 15px;
  }
}
@media (max-width: 479px) {
  #promote-countdown .block + .block:before {
    margin: 7px 8px 0;
    height: 15px;
  }
}
#promote-countdown .block .string {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 479px) {
  #promote-countdown .block .string {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------------------------*/
/*Popular Products*/
.popular-products {
  padding: 98px 0 80px;
}
.popular-products:before {
  content: '';
  position: absolute;
  background: url(../img/popular-products/polygon.png) no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.69;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popular-products .container {
  position: relative;
  z-index: 2;
}

.popular-products-tab .nav-tabs {
  display: table;
  margin: 0 auto;
  border: none;
  padding: 15px 0 45px;
  text-align: center;
}
@media (max-width: 479px) {
  .popular-products-tab .nav-tabs li {
    float: none;
    display: inline-block;
  }
}
.popular-products-tab .nav-tabs li + li {
  margin-left: 4px;
}
.popular-products-tab .nav-tabs li + li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 5px;
  left: -4px;
}
@media (max-width: 479px) {
  .popular-products-tab .nav-tabs li + li:before {
    display: none;
  }
}
.popular-products-tab .nav-tabs li a {
  padding: 0 10px;
  line-height: 1;
  border: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 479px) {
  .popular-products-tab .nav-tabs li a {
    padding: 0 10px;
  }
}
.popular-products-tab .nav-tabs li.active a {
  border: none;
}

.popular-product {
  padding: 15px;
  text-align: center;
}
@media (max-width: 479px) {
  .popular-product {
    width: 320px;
    max-width: 100%;
    float: none;
  }
}
.popular-product .inner {
  margin: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  top: 0;
}
.popular-product .inner:hover, .popular-product .inner:focus {
  top: -12px;
  -webkit-box-shadow: 2.756px 9.613px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2.756px 9.613px 18px 0px rgba(0, 0, 0, 0.15);
}
.popular-product .inner:hover .hover-box, .popular-product .inner:focus .hover-box {
  opacity: 1;
  z-index: 1;
}
.popular-product .img-holder {
  padding: 0 5px;
  line-height: 363px;
  margin: 0;
}
.popular-product .img-holder img {
  max-width: 100%;
}
.popular-product .text-holder {
  padding: 20px 30px 0;
}
.popular-product .text-holder h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .popular-product .text-holder h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .popular-product .text-holder h4 {
    font-size: 16px;
  }
}
.popular-product .this-title {
  margin: 0 0 5px;
}
.popular-product .this-price {
  margin: 0;
}
.popular-product .hover-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border: 2px solid transparent;
  z-index: -1;
}
.popular-product .hover-box ul {
  display: table;
  margin: 0 auto;
  padding: 14px;
  width: 100%;
  position: absolute;
  top: -webkit-calc(50% - 33px);
  top: calc(50% - 33px);
}
.popular-product .hover-box ul li {
  display: inline-block;
}
.popular-product .hover-box ul li + li {
  border-left: 1px solid;
}
.popular-product .hover-box ul li a {
  line-height: 21px;
  padding: 0 15px;
  font-size: 20px;
}

/*--------------------------------------------------------------------------------------------*/
/*Deals Of the Day*/
.deal-of-day {
  height: 638px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (max-width: 1199px) {
  .deal-of-day {
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .deal-of-day {
    height: 400px;
  }
}
.deal-of-day:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
}
@media (max-width: 1440px) {
  .deal-of-day:before {
    opacity: 0.7;
  }
}
.deal-of-day:first-child {
  background-image: url(../img/deal-of-day/1.png);
  background-position: left bottom;
}
.deal-of-day:first-child.this-type2 {
  background-image: url(../img/deal-of-day/3.png);
  background-position: left bottom;
}
@media (min-width: 1366px) {
  .deal-of-day:first-child.this-type2 {
    background-position: 88px bottom;
  }
}
.deal-of-day:first-child .deal-texts {
  float: right;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .deal-of-day:first-child .deal-texts {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .deal-of-day:first-child .deal-texts {
    margin-right: 0;
  }
}
.deal-of-day:last-child {
  background-image: url(../img/deal-of-day/2.png);
  background-position: right bottom;
}
.deal-of-day:last-child .deal-texts {
  margin-left: 100px;
  float: left;
}
@media (max-width: 991px) and (min-width: 768px) {
  .deal-of-day:last-child .deal-texts {
    margin-left: 30px;
    text-align: right;
  }
  .deal-of-day:last-child .deal-texts .list-feature {
    direction: rtl;
    padding-right: 16px;
    padding-left: 0;
  }
  .deal-of-day:last-child .deal-texts .links {
    float: right;
  }
  .deal-of-day:last-child .deal-texts .links li {
    float: right;
  }
  .deal-of-day:last-child .deal-texts .links li + li {
    border-right: 1px solid;
    padding-right: 18px;
    margin-right: 18px;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .deal-of-day:last-child .deal-texts {
    margin-left: 0;
  }
}
.deal-of-day .deal-texts {
  width: 310px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .deal-of-day .deal-texts {
    max-width: 100%;
  }
}
.deal-of-day .deal-item {
  margin: 0 0 8px;
  font-weight: 700;
  font-family: "Droid Serif", serif;
}
@media (max-width: 767px) {
  .deal-of-day .deal-item {
    font-size: 20px;
  }
}
.deal-of-day .savings {
  margin: 0 0 18px;
  font: 700 41px/1 "Montserrat", sans-serif;
}
.deal-of-day .list-feature {
  text-transform: none;
  padding-left: 16px;
  font: 14px/32px "Montserrat", sans-serif;
  margin: 0 0 25px;
}
.deal-of-day .links {
  display: table;
  margin: 0;
}
.deal-of-day .links li {
  float: left;
}
.deal-of-day .links li + li {
  border-left: 1px solid;
  padding-left: 18px;
  margin-left: 18px;
}
.deal-of-day .links li a {
  display: block;
  font: 14px/12px "Montserrat", sans-serif;
}

.deals-of-day .this-sectionTitle-Text {
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.deals-of-day .this-sectionTitle-Text h4 {
  font: 400 16px/54px "Montserrat", sans-serif;
  margin: 0;
  white-space: nowrap;
  border-radius: 25px;
  padding: 0 26px;
}
@media (min-width: 768px) {
  .deals-of-day .this-sectionTitle-Text h4 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

/*--------------------------------------------------------------------------------------------*/
/*Services*/
.our-featured-services {
  padding: 65px 0 60px;
}

@media (max-width: 767px) {
  .our-featured-service + .our-featured-service {
    padding-top: 50px;
  }
}
.our-featured-service .media-left {
  padding-right: 19px;
}
.our-featured-service .icon-circle {
  position: relative;
  width: 81px;
  height: 81px;
  border: 5px solid;
  line-height: 71px;
  border-radius: 100%;
  text-align: center;
}
.our-featured-service .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.our-featured-service .icon-normal {
  opacity: 1;
}
.our-featured-service .icon-hover {
  opacity: 0;
}
.our-featured-service .this-title {
  margin: 8px 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.our-featured-service p {
  margin: 0;
  line-height: 22px;
  font-family: "PT Serif", serif;
}
.our-featured-service .media:hover .icon-normal, .our-featured-service .media:focus .icon-normal {
  opacity: 0;
}
.our-featured-service .media:hover .icon-hover, .our-featured-service .media:focus .icon-hover {
  opacity: 1;
}

/*--------------------------------------------------------------------------------------------*/
.about-us-header {
  text-align: center;
}
.about-us-header .this-cover-img {
  opacity: 0.79;
  display: inline-block;
  max-width: 100%;
}
.about-us-header .this-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font: 700 73.67px/1 "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .about-us-header .this-title {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 479px) {
  .about-us-header .this-title {
    font-size: 50px;
  }
}

.who-why p {
  margin: 0;
  font: 16px/30px "PT Serif", serif;
}
@media (max-width: 1199px) {
  .who-why p {
    font-size: 15px;
    line-height: 26px;
  }
}
.who-why p + p {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .who-why p + p {
    margin-top: 15px;
  }
}

.who-we-are.row {
  margin-top: -166px;
}
@media (max-width: 1199px) {
  .who-we-are.row {
    margin-top: -140px;
  }
}
@media (max-width: 991px) {
  .who-we-are.row .container {
    max-width: 585px;
  }
}
@media (max-width: 767px) {
  .who-we-are.row {
    margin-top: 0;
  }
}
.who-we-are.row .inner {
  margin: 0;
}
.who-we-are.row .text-holder {
  padding: 70px;
}
@media (max-width: 1199px) {
  .who-we-are.row .text-holder {
    padding: 50px 40px 20px;
  }
}
@media (max-width: 991px) {
  .who-we-are.row .text-holder {
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .who-we-are.row .text-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.why-choose-us:before, .why-choose-us:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.why-choose-us:before {
  background-color: #e1ca99;
  opacity: 0.41;
  z-index: 1;
}
.why-choose-us:after {
  background: url(../img/pattern-background.png) center center;
  opacity: 0.84;
  z-index: 2;
}
.why-choose-us .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .why-choose-us .container {
    max-width: 585px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .img-holder {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .why-choose-us .img-holder img {
    position: absolute;
    right: 0;
    top: 137px;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .why-choose-us .img-holder img {
    max-width: 100%;
  }
}
.why-choose-us .text-holder {
  padding-top: 95px;
  padding-bottom: 65px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .why-choose-us .text-holder {
    left: -webkit-calc(41.66666667% + 30px );
    left: calc(41.66666667% + 30px );
    width: -webkit-calc(58.33333333% - 30px );
    width: calc(58.33333333% - 30px );
    padding-left: 80px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .why-choose-us .text-holder {
    left: -webkit-calc(41.66666667% + 30px );
    left: calc(41.66666667% + 30px );
    width: -webkit-calc(58.33333333% - 30px );
    width: calc(58.33333333% - 30px );
    padding-left: 155px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .text-holder {
    padding-top: 50px;
  }
}
@media (max-width: 479px) {
  .why-choose-us .text-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.our-team {
  padding: 100px 0 85px;
}

.team-member {
  padding: 15px;
}
@media (max-width: 767px) {
  .team-member {
    max-width: 315px;
    margin: 0 auto;
  }
}
.team-member:after {
  content: attr(data-serial);
  font: 700 218px/1 "Montserrat", sans-serif;
  color: #fff;
  position: absolute;
  z-index: 0;
  bottom: -48px;
}
@media (max-width: 1199px) {
  .team-member:after {
    font-size: 170px;
    bottom: -34px;
  }
}
.team-member .inner {
  background: #f7f7f7;
  margin: 0;
}
@media (max-width: 1280px) {
  .team-member .img-holder .row {
    margin: 0;
  }
}
.team-member .img-holder img {
  max-width: 100%;
}
.team-member .text-holder {
  z-index: 2;
  position: relative;
}
.team-member .text-holder .row.ml0 {
  padding: 40px 25px 25px;
}
@media (max-width: 1199px) {
  .team-member .text-holder .row.ml0 {
    padding: 30px 20px 20px;
  }
}
.team-member .heading {
  display: table;
  margin: 0 auto 35px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .team-member .heading {
    margin-bottom: 15px;
  }
}
.team-member .this-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #252525;
}
@media (max-width: 1199px) {
  .team-member .this-title {
    font-size: 18px;
  }
}
.team-member .this-name {
  color: #252525;
  line-height: 1;
  font-family: "PT Serif", serif;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1199px) {
  .team-member .this-name {
    font-size: 14px;
  }
}
.team-member p {
  margin: 0;
  font: 16px/30px "PT Serif", serif;
}
@media (max-width: 1199px) {
  .team-member p {
    font-size: 14px;
    line-height: 22px;
  }
}
.team-member p + p {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .team-member p + p {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------------------------------------*/
/*Map*/
#mapBox {
  height: 835px;
}
@media (max-width: 1199px) {
  #mapBox {
    height: 700px;
  }
}
@media (max-width: 991px) {
  #mapBox {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #mapBox {
    height: 350px;
  }
}

.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child > div {
  display: none !important;
}

.gm-style .gm-style-iw {
  width: 314px !important;
  height: auto !important;
  top: 5px !important;
  left: 0 !important;
  right: 0 !important;
  overflow: visible !important;
  background-color: #7d9b48;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 17px 25px 0 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  -webkit-transform: translateX(-webkit-calc(50% - 28px));
  -ms-transform: translateX(calc(50% - 28px));
  transform: translateX(calc(50% - 28px));
}
@media (max-width: 639px) {
  .gm-style .gm-style-iw {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 260px !important;
  }
}
.gm-style .gm-style-iw:before {
  content: '';
  position: absolute;
  display: block !important;
  width: 100%;
  height: 17px;
  background: #7d9b48;
  z-index: 10000 !important;
  left: 0;
  top: 100%;
}
.gm-style .gm-style-iw:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  top: -webkit-calc(100% + 17px);
  top: calc(100% + 17px);
  left: 14px;
}
@media (max-width: 639px) {
  .gm-style .gm-style-iw:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.gm-style [src="https://maps.gstatic.com/mapfiles/api-3/img/mapcnt6.png"] {
  display: none !important;
}

/*Form - Address*/
.contact-us-area.row {
  margin-top: -182px;
}
@media (max-width: 1199px) {
  .contact-us-area.row {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .contact-us-area.row {
    margin-top: 0;
  }
}
.contact-us-area.row .inner {
  margin: 0;
}

.contact-form-area {
  padding: 70px 70px 111px;
}
@media (min-width: 1281px) {
  .contact-form-area {
    width: -webkit-calc(66.66666667% - 15px);
    width: calc(66.66666667% - 15px);
  }
}
@media (max-width: 991px) {
  .contact-form-area {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 767px) {
  .contact-form-area {
    padding: 40px;
  }
}
.contact-form-area .this-title {
  margin-bottom: 85px;
}
@media (max-width: 1199px) {
  .contact-form-area .this-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .contact-form-area .this-title {
    margin-bottom: 40px;
  }
}
.contact-form-area .form-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font: 700 20px/1 "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .contact-form-area .form-title {
    margin-bottom: 30px;
  }
}

.contactForm .input-group {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contactForm .input-group {
    margin-bottom: 30px;
  }
}
.contactForm .form-control {
  line-height: 24px;
  height: 24px;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.contactForm .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contactForm .input-group-addon {
  padding: 0;
  line-height: 24px;
  background: none;
  border: none;
  width: 30px;
  text-align: right;
}
.contactForm .sk-btn {
  margin-top: 20px;
  margin-right: 5px;
}

.contact-address-area {
  padding: 60px 30px 60px;
}
@media (min-width: 1281px) {
  .contact-address-area {
    width: -webkit-calc(33.33333333% + 15px);
    width: calc(33.33333333% + 15px);
    padding: 60px 70px 60px 30px;
  }
}
@media (max-width: 1199px) {
  .contact-address-area {
    padding-top: 170px;
  }
}
@media (max-width: 991px) {
  .contact-address-area {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .contact-address-area {
    padding: 50px 30px;
  }
}

address.media {
  margin: 0;
}
address.media + .media {
  margin-top: 20px;
}
address.media .media-left {
  padding: 0;
}
address.media .media-left i {
  width: 25px;
  display: block;
  font-size: 16px;
}
address.media b {
  margin: 0 0 15px;
  font: 700 16px/1 "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
}
address.media p {
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  margin: 0;
}

.contact-form-row {
  position: relative;
}

#success,
#error {
  display: none;
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
}
#success p,
#error p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------------------------------------*/
/*Post*/
.post .this-title {
  margin-top: 0;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 100px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: inline-block;
}
@media (max-width: 1199px) {
  .post .this-title {
    padding-right: 0;
  }
}
.post .this-time {
  margin-top: 0;
  margin-bottom: 35px;
  font: 16px/1 "PT Serif", serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: inline-block;
}
@media (max-width: 1199px) {
  .post .this-time {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.post .this-summary {
  font: 16px/30px "PT Serif", serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .post .this-summary {
    font-size: 14px;
    line-height: 24px;
  }
}

/*Blog V1*/
@media (max-width: 767px) {
  .blog1-gallery {
    max-width: 585px;
    margin: 0 auto;
  }
}

.blog1.blog-img img {
  max-width: 100%;
}
.blog1.blog-texts {
  padding-top: 98px;
  padding-bottom: 85px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .blog1.blog-texts {
    padding-top: 68px;
    padding-bottom: 55px;
  }
}
.blog1.blog-texts.on-left .inner {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .blog1.blog-texts.on-left .inner {
    padding: 0;
  }
}
.blog1.blog-texts.on-right .inner {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog1.blog-texts.on-right .inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .blog1 .this-summary .this-inner {
    height: 120px;
    overflow: hidden;
  }
  .blog1 .this-summary:after {
    content: '...';
    display: block;
  }
}

/*Blog V2*/
.blog-v2 {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .blog-v2 .container {
    max-width: 600px;
    margin: 0 auto;
  }
}

.blog2 {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .blog2 .blog-img {
    margin-bottom: 20px;
  }
}
.blog2 .blog-img img {
  max-width: 100%;
}
.blog2 .blog-img:hover .img-hover, .blog2 .blog-img:focus .img-hover {
  opacity: 1;
  top: -webkit-calc(50% - 53px);
  top: calc(50% - 53px);
}
.blog2 .blog-img:hover .img-hover h4, .blog2 .blog-img:focus .img-hover h4 {
  margin: 39px 0;
}
.blog2 .img-hover {
  position: absolute;
  left: 15px;
  right: 15px;
  top: -webkit-calc(50% - 14px);
  top: calc(50% - 14px);
  text-align: center;
  opacity: 0;
}
.blog2 .img-hover h4 {
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.blog2 .img-hover h4:before, .blog2 .img-hover h4:after {
  content: '';
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 1px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.blog2 .img-hover:hover h4:before, .blog2 .img-hover:hover h4:after, .blog2 .img-hover:focus h4:before, .blog2 .img-hover:focus h4:after {
  width: 20px;
}
@media (max-width: 1199px) {
  .blog2 .this-summary .this-inner {
    height: 120px;
    overflow: hidden;
  }
  .blog2 .this-summary:after {
    content: '...';
    display: block;
  }
}
@media (max-width: 991px) {
  .blog2 .this-summary .this-inner {
    height: 72px;
  }
}

/*Blog Standard*/
.blog-standard .blog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-s {
  padding: 10px 15px;
}
@media (max-width: 479px) {
  .blog-s {
    width: 100%;
    max-width: 370px;
    float: none;
    margin: 0 auto;
  }
}
.blog-s .blog-img {
  margin-bottom: 20px;
  display: block;
}
.blog-s .blog-img img {
  max-width: 100%;
}
.blog-s .this-title {
  padding-right: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.blog-s .this-time {
  margin-bottom: 15px;
}

/*Single Post*/
.single-post .blog-img {
  margin-bottom: 40px;
}
.single-post .blog-img img {
  max-width: 100%;
}
.single-post .this-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.single-post .post-meta {
  margin-bottom: 45px;
}
.single-post .this-time {
  font: 16px/1 "PT Serif", serif;
  float: left;
}
.single-post .this-reactions {
  display: table;
  float: right;
  margin: 0;
}
.single-post .this-reactions li {
  float: left;
}
.single-post .this-reactions li + li {
  margin-left: 10px;
}
.single-post .this-reactions li a {
  display: block;
}
.single-post .this-reactions li a i {
  margin-right: 3px;
}
.single-post .this-contents {
  margin-bottom: 15px;
}
.single-post .this-contents p {
  font: 16px/30px "Lato", sans-serif;
  margin-bottom: 35px;
}

.share-tag {
  margin: 0;
}
.share-tag .tags {
  float: left;
}
.share-tag .tags li {
  line-height: 30px;
}
.share-tag .tags li:first-child {
  margin-right: 10px;
}
.share-tag .tags li + li {
  margin-left: 10px;
}
.share-tag .tags li.tags-icon {
  font-size: 18px;
}
.share-tag .tags li a {
  padding: 0 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font: 10px/28px "Montserrat", sans-serif;
  border: 1px solid;
}
.share-tag .shares {
  float: right;
}
@media (max-width: 639px) {
  .share-tag .shares {
    float: left;
    display: table;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .share-tag .shares li {
    float: right;
  }
}
.share-tag .shares li + li {
  margin-left: 10px;
}
@media (max-width: 639px) {
  .share-tag .shares li + li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.share-tag .shares li a {
  padding: 0;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
}
.share-tag .shares li:last-child a {
  background: none;
  border: 1px dashed;
  line-height: 28px;
}

.comments {
  margin: 100px 0;
}

.comments-title, .reply-form-title {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  font: 20px/1 "Montserrat", sans-serif;
}

.reply-form-title {
  font-weight: 700;
  margin-bottom: 40px;
}

.comment {
  padding-top: 28px;
  margin: 0;
}
.comment:after {
  display: block;
  content: '';
  max-width: 570px;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
.comment + .comment {
  margin: 0;
}
.comment .media-left {
  padding-right: 30px;
}
.comment .media-left a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  border-radius: 100%;
}
.comment .media-left a img {
  max-width: 100%;
  border-radius: 100%;
}
.comment .this-title {
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
}
.comment p {
  font-family: "Droid Serif", serif;
  line-height: 22px;
  margin: 0;
}

.connect-with {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.connect-with a {
  margin-left: 20px;
}
.connect-with + form {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------------------------------------*/
.blog-sidebar {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .blog-sidebar {
    padding-top: 0;
  }
}
.blog-sidebar .widget {
  margin: 0;
}
.blog-sidebar .widget + .widget {
  margin-top: 35px;
}
.blog-sidebar .widget-title {
  margin-bottom: 8px;
  font: 20px/36px "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  border-bottom: 3px solid;
  text-align: center;
}
.blog-sidebar .widget-nav li + li {
  border-top: 1px solid;
}
.blog-sidebar .widget-nav li a {
  position: relative;
  padding: 0 15px;
  line-height: 53px;
  font-family: "Montserrat", sans-serif;
}
.blog-sidebar .widget-nav li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: -webkit-calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  line-height: 13px;
}
.blog-sidebar .widget-nav .has-drop a:after {
  content: '';
  background: url(../img/icons/widget/1.png) no-repeat scroll center center transparent;
}
.blog-sidebar .widget-nav .widget-drop-nav {
  border-top: 1px solid;
}
.blog-sidebar .widget-nav .widget-drop-nav li a {
  padding-left: 50px;
}
.blog-sidebar .widget-nav .widget-drop-nav li a:after {
  content: '-';
  width: 25px;
  right: auto;
  left: 15px;
  text-align: center;
  background: none;
}
.blog-sidebar .aad-post {
  position: relative;
  text-align: right;
}
.blog-sidebar .aad-post .this-texts {
  width: 220px;
  max-width: 100%;
  padding-top: 50px;
  padding-left: 18px;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.blog-sidebar .aad-post .this-type {
  font-family: "Droid Serif", serif;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.blog-sidebar .aad-post .this-title {
  font: 700 41px/1 "Montserrat", sans-serif;
  margin: 0 0 10px;
}
.blog-sidebar .aad-post .this-title span {
  font-weight: 400;
}
.blog-sidebar .latest-post-set {
  padding: 25px 0;
}
.blog-sidebar .latest-post-set .media + .media {
  margin: 0;
}
.blog-sidebar .latest-post-set .media-left a, .blog-sidebar .latest-post-set .media-right a {
  width: 184px;
  line-height: 184px;
  display: block;
}
.blog-sidebar .latest-post-set .media-left a img, .blog-sidebar .latest-post-set .media-right a img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .blog-sidebar .latest-post-set .media-left a, .blog-sidebar .latest-post-set .media-right a {
    width: 146px;
    line-height: 146px;
  }
}
.blog-sidebar .latest-post-set .media-left {
  padding-right: 18px;
}
.blog-sidebar .latest-post-set .media-right {
  padding-left: 18px;
}
.blog-sidebar .latest-post-set h4 {
  margin-top: 0;
}
.blog-sidebar .latest-post-set .this-title {
  font: 700 16px/30px "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .blog-sidebar .latest-post-set .this-title {
    line-height: 24px;
  }
}
.blog-sidebar .latest-post-set .this-time {
  font: 16px/1 "PT Serif", serif;
}

/*Shop Sidebar*/
.shop-sidebar .widget {
  padding: 15px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.shop-sidebar .widget + .widget {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .shop-sidebar .widget {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .shop-sidebar .widget + .widget {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .shop-sidebar .widget.open {
    height: auto;
    padding: 15px;
  }
  .shop-sidebar .widget.open + .widget {
    margin-top: 30px;
  }
}
.shop-sidebar .widget-title {
  font: 20px/45px "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0 30px;
  margin-top: 0;
}
.shop-sidebar .widget-nav li + li {
  border-top: 1px solid;
}
.shop-sidebar .widget-nav li a {
  font-family: "Montserrat", sans-serif;
  line-height: 55px;
  padding: 0;
}
.shop-sidebar .widget-nav.borderless li + li {
  border: none;
}

.model-pick {
  padding: 10px 0;
}
.model-pick input {
  display: none;
}
.model-pick input + label {
  display: block;
  line-height: 55px;
  margin: 0;
}
.model-pick input + label:before {
  content: '';
  width: 15px;
  height: 55px;
  background: url(../img/icons/shop/6.png) no-repeat scroll center center;
  float: left;
  margin-right: 15px;
}
.model-pick input + label + input + label {
  border-top: 1px solid;
}
.model-pick input:checked + label:before {
  background-image: url(../img/icons/shop/5.png);
}

.searching-models {
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.searching-models input + label {
  line-height: 35px;
}
.searching-models input + label:before {
  height: 35px;
}
.searching-models input + label + input + label {
  border: none;
}

.sizes-colors {
  margin: 20px 0;
}
.sizes-colors input {
  display: none;
}
.sizes-colors input + label {
  width: 38px;
  height: 38px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin: 0;
  font: 16px/38px "Montserrat", sans-serif;
}
.sizes-colors input + label + input + label {
  margin-left: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .sizes-colors input + label + input + label {
    margin-left: 5px;
  }
}
.sizes-colors.size-inputs input + label {
  border: 1px solid;
}

.price-range .price-bar {
  text-align: center;
  font: 13px/55px "Montserrat", sans-serif;
  letter-spacing: 0.5px;
}
.price-range .price-bar input {
  border: none;
  width: 150px;
  display: inline-block;
}
.price-range .slider-range {
  height: 3px;
  border: none;
  border-radius: 0;
  margin-top: 15px;
}
.price-range .ui-slider-handle {
  width: 21px;
  height: 21px;
  border: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -9px;
  display: block;
}
.price-range .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: 4px;
  display: block;
}

/*--------------------------------------------------------------------------------------------*/
/*Shop*/
.shop-filters {
  margin: 0 0 23px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-family: "Montserrat", sans-serif;
  line-height: 34px;
  padding: 13px 0;
}
.shop-filters .left-filters {
  float: left;
}
.shop-filters .left-filters div {
  display: inline-block;
}
.shop-filters .left-filters .filter-icon {
  margin-right: 10px;
}
.shop-filters .left-filters .layouts-filters {
  margin-left: 7px;
}
.shop-filters .left-filters .layouts-filters a {
  margin-left: 15px;
}
.shop-filters .left-filters .showing {
  margin-left: 18px;
}
@media (max-width: 767px) {
  .shop-filters .left-filters .showing {
    margin-right: 18px;
    margin-left: 0;
  }
}
.shop-filters .left-filters .views {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .shop-filters .left-filters .views {
    margin-right: 15px;
    margin-left: 0;
  }
}
.shop-filters .right-filters {
  float: right;
}
@media (max-width: 767px) {
  .shop-filters .right-filters {
    float: left;
  }
}
.shop-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.shop-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn {
  background: none;
  color: #1b1b1b;
  padding: 0 40px 0 0;
  border: none;
  font-size: 14px;
  text-transform: lowercase;
  margin-top: -5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 639px) {
  .shop-product-row .popular-product {
    width: 320px;
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
}

.masonry-shop-section {
  padding: 15px 0 85px;
}

.product-list-view .inner {
  float: left;
  width: 270px;
  margin-right: 30px;
}
@media (max-width: 639px) {
  .product-list-view .inner {
    margin-right: 0;
    width: 100%;
  }
}
.product-list-view .inner:hover, .product-list-view .inner:focus {
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-list-view .inner + .inner {
  background: none;
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  margin-right: 0;
}
@media (max-width: 639px) {
  .product-list-view .inner + .inner {
    width: 100%;
    padding-top: 20px;
  }
}
.product-list-view .text-holder {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
}
.product-list-view .text-holder:hover, .product-list-view .text-holder:focus {
  top: 0;
}
.product-list-view .this-cat {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.product-list-view .this-summary {
  font: 16px/30px "PT Serif", serif;
  margin: 25px 0 40px;
}
@media (max-width: 1199px) {
  .product-list-view .this-summary {
    margin: 20px 0;
  }
}
.product-list-view:hover .img-holding, .product-list-view:focus .img-holding {
  top: -12px;
  -webkit-box-shadow: 2.756px 9.613px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2.756px 9.613px 18px 0px rgba(0, 0, 0, 0.15);
}
.product-list-view:hover .hover-box, .product-list-view:focus .hover-box {
  opacity: 1;
  z-index: 1;
  border-color: #7d9b48;
}

/*--------------------------------------------------------------------------------------------*/
/*Checkout*/
.shop-checkout {
  padding: 60px 0 100px;
}

.back-to-page {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: inline-block;
}
.back-to-page i {
  margin-right: 10px;
}

.checkout-title {
  font: 700 20px/1 "Montserrat", sans-serif;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.checkout-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 18px;
}

.customer-details-inputs .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  padding: 0 20px;
  line-height: 48px;
}
.customer-details-inputs .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.customer-details-inputs textarea.form-control {
  height: 150px;
  resize: none;
}
.customer-details-inputs textarea.form-control + .input-group-addon {
  padding-top: 0;
  padding-bottom: 98px;
  line-height: 50px;
}
.customer-details-inputs .input-group {
  margin-bottom: 10px;
}
.customer-details-inputs .input-group .form-control {
  margin-bottom: 0;
  border-right: none;
}
.customer-details-inputs .input-group-addon {
  border-left: none;
  border-radius: 0;
  background: none;
  padding-right: 20px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .order-details-inputs {
    margin-top: 50px;
  }
}
.order-details-inputs .inner {
  padding: 45px 48px 77px;
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .order-details-inputs .inner {
    padding: 45px 30px;
  }
}

.form-input-row {
  margin: 0 -5px;
}
.form-input-row .col-sm-6, .form-input-row .col-sm-12 {
  padding: 0 5px;
}

#c-account {
  display: none;
}
#c-account + label {
  margin: 45px 0 50px;
  line-height: 1;
}
#c-account + label:before {
  float: left;
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 17px;
  border: 2px solid;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#c-account:checked + label:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  width: 7px;
  margin-right: 20px;
  margin-left: 5px;
}

.price-table {
  font: 16px/24px "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .price-table {
    font-size: 14px;
  }
}
.price-table .this-left {
  float: left;
  width: 60%;
}
.price-table .this-right {
  float: right;
  width: 40%;
  text-align: right;
}
.price-table .this-heading {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.price-table .this-body {
  padding: 15px 0;
  line-height: 45px;
}
.price-table .this-body .this-left {
  font: 16px/45px "PT Serif", serif;
}
@media (max-width: 767px) {
  .price-table .this-body .this-left {
    font-size: 14px;
  }
}
.price-table .this-body + .this-body {
  border-top: 1px solid;
}
.price-table .this-foot {
  text-transform: uppercase;
  border-top: 1px solid;
  padding-top: 35px;
  padding-bottom: 17px;
}

.dashed-bd {
  margin: 38px -48px;
  border-top: dashed 1px;
}

.payments-method input {
  display: none;
}
.payments-method input + label {
  display: block;
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 30px;
}
.payments-method input + label:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid;
  float: left;
  margin-right: 20px;
  margin-top: 2px;
  margin-left: -30px;
}
.payments-method input + label img {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .payments-method input + label img {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
.payments-method input + label a {
  float: right;
  line-height: 44px;
  font-family: "PT Serif", serif;
}
@media (max-width: 767px) {
  .payments-method input + label a {
    display: block;
    float: none;
    line-height: 1;
    margin-top: 5px;
  }
}
.payments-method input + label + article {
  margin-left: 30px;
  margin-bottom: 40px;
  font-family: "PT Serif", serif;
}
.payments-method input#dbank + label {
  margin-bottom: 10px;
}
.payments-method input#cheque + label {
  margin-bottom: 20px;
}
.payments-method input#paypal + label {
  margin-bottom: 65px;
}
.payments-method input#paypal + label:before {
  margin-top: 17px;
}

/*--------------------------------------------------------------------------------------------*/
.single-product-imgs .inner {
  margin: 0;
}
.single-product-imgs .flexslider {
  background: none;
  border: none;
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 991px) {
  .single-product-imgs .flexslider {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .single-product-imgs .flexslider {
    max-width: 480px;
    margin: 0 auto;
  }
}
.single-product-imgs .flexslider .slides li img {
  display: inline-block;
  width: auto;
  max-width: 80%;
}
.single-product-imgs .flexslider .flex-direction-nav .flex-prev {
  left: -50px;
}
@media (max-width: 767px) {
  .single-product-imgs .flexslider .flex-direction-nav .flex-prev {
    left: -30px;
  }
}
.single-product-imgs .flexslider .flex-direction-nav .flex-next {
  right: -55px;
}
@media (max-width: 767px) {
  .single-product-imgs .flexslider .flex-direction-nav .flex-next {
    right: -30px;
  }
}
.single-product-imgs .flexslider:hover .flex-direction-nav .flex-prev, .single-product-imgs .flexslider:focus .flex-direction-nav .flex-prev {
  left: -50px;
}
@media (max-width: 767px) {
  .single-product-imgs .flexslider:hover .flex-direction-nav .flex-prev, .single-product-imgs .flexslider:focus .flex-direction-nav .flex-prev {
    left: -30px;
  }
}
.single-product-imgs .flexslider:hover .flex-direction-nav .flex-next, .single-product-imgs .flexslider:focus .flex-direction-nav .flex-next {
  right: -55px;
}
@media (max-width: 767px) {
  .single-product-imgs .flexslider:hover .flex-direction-nav .flex-next, .single-product-imgs .flexslider:focus .flex-direction-nav .flex-next {
    right: -30px;
  }
}
.single-product-imgs .flex-direction-nav .flex-prev, .single-product-imgs .flex-direction-nav .flex-next {
  width: 41px;
  line-height: 39px;
  border: 1px solid;
  opacity: 1;
}
.single-product-imgs .flex-direction-nav .flex-prev:before, .single-product-imgs .flex-direction-nav .flex-next:before {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.single-product-imgs .flex-direction-nav .flex-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
}
.single-product-imgs .flex-direction-nav .flex-next:before {
  font-family: "FontAwesome";
  content: "\f105";
}

#proImg-slider .slides li {
  line-height: 500px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #proImg-slider .slides li {
    line-height: 450px;
  }
}
@media (max-width: 767px) {
  #proImg-slider .slides li {
    line-height: 450px;
  }
}
@media (max-width: 479px) {
  #proImg-slider .slides li {
    line-height: 350px;
  }
}

#proImg-carousel {
  margin: 0 70px 170px;
}
@media (max-width: 991px) {
  #proImg-carousel {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #proImg-carousel {
    max-width: 250px;
    margin: 0 auto 50px;
  }
}

.product-spec .product-subtitle {
  font: 16px/22px "Montserrat", sans-serif;
  margin-top: 25px;
  margin-bottom: 18px;
}
.product-spec .product-title, .product-spec .product-price {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 16px;
}
.product-spec .product-title span, .product-spec .product-price span {
  color: #7d9b48;
}
.product-spec .product-title, .product-spec .prodcut-price {
  text-transform: uppercase;
}
.product-spec .product-price {
  margin: 38px 0;
}
.product-spec .pro-description {
  line-height: 24px;
  font-family: "PT Serif", serif;
  margin-bottom: 38px;
}
.product-spec .choose-colors {
  line-height: 49px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .product-spec .choose-colors {
    line-height: 30px;
  }
}
.product-spec .choose-colors .pull-left {
  width: 40px;
}
.product-spec .choose-colors input {
  display: none;
}
.product-spec .choose-colors input + label {
  height: 49px;
  width: 49px;
  float: left;
  border-radius: 100%;
  margin-left: 30px;
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid;
}
@media (max-width: 767px) {
  .product-spec .choose-colors input + label {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}
.product-spec .choose-colors input + label span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
}
.product-spec .actions .ui-spinner {
  float: left;
  border-radius: 0;
  border: 2px solid;
}
@media (max-width: 479px) {
  .product-spec .actions .ui-spinner {
    margin-bottom: 20px;
    margin-right: 50px;
  }
}
.product-spec .actions .ui-spinner input {
  margin: 0;
  width: 95px;
  padding-right: 35px;
  float: left;
  line-height: 64px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-spec .actions .ui-spinner input {
    line-height: 46px;
  }
}
.product-spec .actions .ui-spinner a.ui-spinner-button {
  border-width: 2px;
  width: 34px;
  text-align: center;
  line-height: 30px;
  background: none;
  font-size: 17.38px;
}
@media (max-width: 767px) {
  .product-spec .actions .ui-spinner a.ui-spinner-button {
    line-height: 20px;
  }
}
.product-spec .actions .ui-spinner a.ui-spinner-button span {
  display: none;
}
.product-spec .actions .ui-spinner a.ui-spinner-button:before {
  font-family: "FontAwesome";
  content: "\f106";
}
.product-spec .actions .ui-spinner a.ui-spinner-button + a.ui-spinner-button {
  border-top-width: 2px;
}
.product-spec .actions .ui-spinner a.ui-spinner-down {
  border-top: 2px solid;
}
.product-spec .actions .ui-spinner a.ui-spinner-down:before {
  content: "\f107";
}
.product-spec .actions button {
  float: left;
  line-height: 68px;
  height: 68px;
  margin-left: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-spec .actions button {
    margin-left: 15px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .product-spec .actions button {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.product-spec .actions button i {
  font-size: 20px;
  margin-right: 15px;
}
.product-spec .actions .fav {
  width: 81px;
  line-height: 64px;
  border: 2px solid;
  text-align: center;
  font-size: 24px;
  float: left;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .product-spec .actions .fav {
    margin-left: 15px;
    width: 50px;
    line-height: 46px;
  }
}
.product-spec .shares {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 28px;
  margin: 58px 0 48px;
}
.product-spec .shares a {
  margin-left: 27px;
  display: inline-block;
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  width: 28px;
}
@media (max-width: 767px) {
  .product-spec .shares a {
    margin-left: 5px;
  }
}
.product-spec .shares a:first-child {
  margin-left: 36px;
}
@media (max-width: 767px) {
  .product-spec .shares a:first-child {
    margin-left: 15px;
  }
}
.product-spec .tech-spec-title {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-spec table {
  margin: 0;
}
.product-spec table tr:nth-child(even) td {
  line-height: 40px;
}
.product-spec table tr td {
  border: none;
  padding: 0 17px;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
}

.reviews-section {
  padding: 80px 0 50px;
}

.reviews-title {
  font: 20px/1 "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 38px;
}
.reviews-title.add {
  font-weight: 700;
}

.review {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid;
}
.review:last-child {
  margin: 0;
}
.review .media-left {
  padding-right: 30px;
}
.review .media-left a {
  width: 70px;
  line-height: 70px;
  display: block;
  border-radius: 100%;
}
.review .media-left a img {
  width: 100%;
  border-radius: 100%;
}
.review h5 {
  line-height: 34px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.review p {
  line-height: 22px;
  font-family: "Droid Serif", serif;
  margin: 0;
}

.related-products {
  padding: 50px 0 80px;
}

.text-details {
  position: relative;
}
@media (max-width: 991px) {
  .text-details {
    max-width: 750px;
  }
}
.text-details .text-part {
  width: -webkit-calc(50% - 85px);
  width: calc(50% - 85px);
  position: relative;
}
@media (max-width: 991px) {
  .text-details .text-part {
    width: 100%;
  }
}
.text-details .text-part .texts {
  padding: 60px 0 60px 55px;
  position: relative;
  float: right;
  max-width: 470px;
  float: right;
  line-height: 24px;
  font-family: "PT Serif", serif;
}
@media (max-width: 1640px) {
  .text-details .text-part .texts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1439px) {
  .text-details .text-part .texts {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .text-details .text-part .texts {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 639px) {
  .text-details .text-part .texts {
    padding-left: 0;
  }
}
.text-details .text-part .this-title {
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(-webkit-calc(-50% + 12px), -webkit-calc(-100% - 152px));
  -ms-transform: rotate(-90deg) translate(calc(-50% + 12px), calc(-100% - 152px));
  transform: rotate(-90deg) translate(calc(-50% + 12px), calc(-100% - 152px));
  top: 0;
  left: 0;
  width: 360px;
  text-align: center;
  margin: 0;
  font: 700 20px/1 "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1640px) {
  .text-details .text-part .this-title {
    width: 320px;
    -webkit-transform: rotate(-90deg) translate(-webkit-calc(-50% + 12px), -webkit-calc(-100% - 132px));
    -ms-transform: rotate(-90deg) translate(calc(-50% + 12px), calc(-100% - 132px));
    transform: rotate(-90deg) translate(calc(-50% + 12px), calc(-100% - 132px));
  }
}
@media (max-width: 1439px) {
  .text-details .text-part .this-title {
    width: 290px;
    -webkit-transform: rotate(-90deg) translate(-webkit-calc(-50% + 12px), -webkit-calc(-100% - 117px));
    -ms-transform: rotate(-90deg) translate(calc(-50% + 12px), calc(-100% - 117px));
    transform: rotate(-90deg) translate(calc(-50% + 12px), calc(-100% - 117px));
  }
}
@media (max-width: 639px) {
  .text-details .text-part .this-title {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin: 20px 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
.text-details .text-part p {
  margin: 0;
}
.text-details .img-part {
  width: -webkit-calc(50% + 85px);
  width: calc(50% + 85px);
}
@media (max-width: 1199px) {
  .text-details .img-part {
    line-height: 320px;
  }
}
@media (max-width: 991px) {
  .text-details .img-part {
    width: 100%;
    line-height: 1;
  }
}
.text-details .img-part img {
  max-width: 100%;
}
.text-details:nth-of-type(odd) {
  bottom: -120px;
  z-index: 1;
}
@media (max-width: 1640px) {
  .text-details:nth-of-type(odd) {
    bottom: -90px;
  }
}
@media (max-width: 1440px) {
  .text-details:nth-of-type(odd) {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .text-details:nth-of-type(odd) {
    bottom: 0;
  }
}
.text-details:nth-of-type(odd) .text-part {
  left: -webkit-calc(-50% - 85px);
  left: calc(-50% - 85px);
}
@media (max-width: 991px) {
  .text-details:nth-of-type(odd) .text-part {
    left: auto;
  }
}
.text-details:nth-of-type(odd) .img-part {
  right: -webkit-calc(-50% + 85px);
  right: calc(-50% + 85px);
}
@media (max-width: 991px) {
  .text-details:nth-of-type(odd) .img-part {
    right: auto;
  }
}
.text-details:nth-of-type(even) .text-part {
  padding-top: 100px;
}
@media (max-width: 1640px) {
  .text-details:nth-of-type(even) .text-part {
    padding-top: 138px;
  }
}
@media (max-width: 1440px) {
  .text-details:nth-of-type(even) .text-part {
    padding-top: 85px;
  }
}
@media (max-width: 1199px) {
  .text-details:nth-of-type(even) .text-part {
    padding-top: 0;
  }
}
.text-details:nth-of-type(even) .text-part .texts {
  float: left;
}

/*--------------------------------------------------------------------------------------------*/
