/* I. FRAMEWORK
***********************/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::after, *::before {
    content: '';
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .header .header-logo {
    width:62px!important;
  }
  .header-first{border-bottom:none!important}

  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  button.addcart {
      position: fixed; 
      bottom: 0; 
      width: 100%;
      left:0; 
      border-radius: 0 !important;
      z-index: 99999;
  }
  .catalog-product-view .zopim { bottom: 40px !important; right: 0 !important;}
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9a9a9a;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 20px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #a29e55;
  outline: 0;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.form-control[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cart-review .order-review { width: 50%;}
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 0.3s ease-out;
  -moz-transition: opacity 0.15s linear 0.3s ease-out;
  -o-transition: opacity 0.15s linear 0.3s ease-out;
  transition: opacity 0.15s linear 0.3s ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #9a9a9a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mobile-visible { display: none;}
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-collapse.in{
   
  }
  .header-cart__open-cart{
    width:290px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1100px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  background: #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* I. REFERENCES */
/* II. GENERAL
***********************/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Lato", serif;
font-size: 14px;
color: #1c1c1c;
line-height: 1.8;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
@font-face {
  font-family: 'Organie';
  src: url(../fonts/organie.ttf) format('truetype');
}
@font-face {
  font-family: 'Ionicon';
  src: url(../fonts/ionicons.ttf) format('truetype');
}

h3, .h3 {
    font-family: "Playfair Display";
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
h3 > span.light {
  color:#
}
html {
  font-size: 10px;
}

body,
button,
input,
select,
textarea {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
  line-height: 1.2;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #1c1c1c;
  font-weight:700;
}
a:hover {
  color: #c1bd78;
  border-bottom: 1px solid dotted;

}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}
ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 0;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
#shopping-cart-totals-table tfoot { margin: 10px 0 0 0; float: left; width:100%;}
#shopping-cart-totals-table td.last { text-align: right;}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
  max-width: 100%;
}
del {
  opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
textarea {
  max-width: 100%;
}
/* III. COMPONENT
***********************/
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* Text align
--------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justif {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a.readmore3 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
  font-style: Italic;
}
a.readmore3:hover {
  color: #c1bd78;
}
a.readmore3.pink:hover {
  color: #f49ac1;
}
.date {
  margin-bottom: 25px;
}
.date span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-style: Italic;
  padding:0;
}
.date span a {
  color: #c1bd78;
}
.date span a.admin {
  color: #696969;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}
p {
  font-family: "Lato", serif;
}
span.share {
  text-decoration: underline;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 700;
  font-style: Italic;
  float: right;
  margin-right: 45px;
}
span.share i {
  padding: 10px 11px 10px 11px;
  border: 1px solid grey;
  border-radius: 50%;
  margin-right: 15px;
}
span.share:hover a {
  color: #c1bd78;
}
span.sub {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
}
.star-rate {
  margin-bottom: 55px;
}
.star-rate i {
  font-size: 18px;
}
.star-rate i.fa-star {
  color: #f4cb3d;
}
.star-rate i.fa-star-o {
  color: #696969;
}
span.hot,
span.sale-pr,
span.new,
span.edit {
  font-family: "Lato", serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  padding: 3px 6px;
  position: absolute;
  z-index: 2;
  top:5px;-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
span.hot {
  background-color: #c5bf5d;
  left: 50%;
  margin-left: -51px;
}
span.new {
  background-color: #7888c1;
  display: block;
  left: 5px;
  display: block;
}
span.sale-pr {
  background-color: #ff0000;
  display: block;
  right: 5px;
}
span.edit {
  background-color: #fff;
  display: block;
  right: 20px;
}
.tooltip-inner {
  background: #c1bd78;
  padding: 5px 10px;
  border-radius: 5px;
}
.tooltip.top > .tooltip-arrow {
  border-top: 5px solid #c1bd78;
}
.tooltip.right > .tooltip-arrow {
  border-right: 5px solid #c1bd78;
}
.tooltip.left > .tooltip-arrow {
  border-left: 5px solid #c1bd78;
}
.iconhover + .tooltip {
  top: 445px !important;
}
.search + .tooltip {
  top: -40px !important;
  left: -15px !important;
}
.cart + .tooltip {
  top: -40px !important;
  left: 42px !important;
}
.wishlist + .tooltip {
  top: -55px !important;
  left: 105px !important;
}
.pink {
  color: #f49ac1;
}
.ct-icon.pink-ico a i + .tooltip .tooltip-inner,
.right-menu button.white i + .tooltip .tooltip-inner {
  background: #f49ac1;
}
.ct-icon.pink-ico a i + .tooltip.top > .tooltip-arrow,
.right-menu button.white i + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #f49ac1;
}
.flower-hd2 .right-menu button i + .tooltip .tooltip-inner,
.flower-hd3 .right-menu button i + .tooltip .tooltip-inner,
.flowerab-hd .right-menu button i + .tooltip .tooltip-inner,
.flower-hd2 .right-menu.gray button i + .tooltip .tooltip-inner,
.flower-hd3 .right-menu.gray button i + .tooltip .tooltip-inner,
.flowerab-hd .right-menu.gray button i + .tooltip .tooltip-inner {
  background: #f49ac1;
}
.flower-hd2 .right-menu button i + .tooltip.top > .tooltip-arrow,
.flower-hd3 .right-menu button i + .tooltip.top > .tooltip-arrow,
.flowerab-hd .right-menu button i + .tooltip.top > .tooltip-arrow,
.flower-hd2 .right-menu.gray button i + .tooltip.top > .tooltip-arrow,
.flower-hd3 .right-menu.gray button i + .tooltip.top > .tooltip-arrow,
.flowerab-hd .right-menu.gray button i + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #f49ac1;
}
.flower-hd2 .right-menu button i:hover,
.flower-hd3 .right-menu button i:hover,
.flowerab-hd .right-menu button i:hover,
.flower-hd2 .right-menu.gray button i:hover,
.flower-hd3 .right-menu.gray button i:hover,
.flowerab-hd .right-menu.gray button i:hover {
  color: #f49ac1;
}
/* IV. SKELETON
***********************/
#rev_slider_1_1_wrapper,
#rev_slider_2_1_wrapper {
  left: 15px !important;
}
#rev_slider_11_1_wrapper,
#rev_slider_8_1_wrapper,
#rev_slider_7_1_wrapper {
  left: 0 !important;
}
section {
  padding: 30px 0 30px 0;
}
#rev_slider_3_1_wrapper {
  margin-left: 10% !important;
}
#rev_slider_10_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
.tp-caption.lato-24-700,
.lato-24-700 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-120-700,
.play-120-700 {
  color: #333333;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-18-400,
.play-18-400 {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
#rev_slider_9_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
.tp-caption.play-14-400,
.play-14-400 {
  color: #696969;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-48-700,
.play-48-700 {
  color: #333333;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-24-400,
.play-24-400 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.lato-14-400,
.lato-14-400 {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.lato-24-900,
.lato-24-900 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  font-style: normal;
  font-family: ;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-100-700,
.play-100-700 {
  color: #696969;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-16-400,
.play-16-400 {
  color: #f49ac1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-18-700,
.play-18-700 {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
#rev_slider_11_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
#rev_slider_11_1 .metis.tparrows {
  background: #ffffff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
#rev_slider_11_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}
#rev_slider_11_1 .metis.tparrows:before {
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_11_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}
.tp-caption.lato-24-700,
.lato-24-700 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.btn-lato-16,
.btn-lato-16 {
  color: #f49ac1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 30px 30px 30px 30px;
}
.tp-caption.btn-lato-16:hover,
.btn-lato-16:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.tp-caption.play-180-400,
.play-180-400 {
  color: #ffffff;
  font-size: 180px;
  line-height: 180px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-34-400,
.play-34-400 {
  color: #ffffff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.play-180-700,
.play-180-700 {
  color: #ffffff;
  font-size: 180px;
  line-height: 180px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.insight-dots-style-2,
.insight-dots-style-2 {
  color: #333333;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
#rev_slider_1_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
#rev_slider_3_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
#rev_slider_4_1_wrapper .tp-loader.spinner3 {
  background-color: #FFFFFF !important;
}
#rev_slider_4_1 .metis.tparrows {
  background: #ffffff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
#rev_slider_4_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}
#rev_slider_4_1 .metis.tparrows:before {
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_4_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}
.hero {
  padding: 85px 0 85px 0;
  background: url('../images/aop/aop-head-bg.png') no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom:50px;
}
.Alfa,.Alfacat257,.Alfacat262,.Alfacat272,.Alfacat276,.Alfacat260,.Alfacat255,.Alfacat265,.Alfacat271 {
  background: url('../images/aop/alfa.jpg') no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Tot,.Totcat257,.Totcat262,.Totcat272,.Totcat276,.Totcat260,.Totcat255,.Totcat265,.Totcat271 {
  background: url('../images/aop/bun.jpg') no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Plant,.Plantcat257,.Plantcat262,.Plantcat272,.Plantcat276,.Plantcat260,.Plantcat255,.Plantcat265,.Plantcat271{
background: url('../images/aop/dacia.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.Interferonat,.Interferonatcat257,.Interferonatcat262,.Interferonatcat272,.Interferonatcat276,.Interferonatcat260,.Interferonatcat255,.Interferonatcat265,.Interferonatcat271 {
  background: url('../images/aop/interferonat.jpg') no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Ingerasul,.Ingerasulcat257,.Ingerasulcat262,.Ingerasulcat272,.Ingerasulcat276,.Ingerasulcat260,.Ingerasulcat255,.Ingerasulcat265,.Ingerasulcat271{
  background: url('../images/aop/ingerasul.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.Sublima,.Sublimacat257,.Sublimacat262,.Sublimacat272,.Sublimacat276,.Sublimacat260,.Sublimacat255,.Sublimacat265,.Sublimacat271{
  background: url('../images/aop/sublima.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}

.Detoxicolon,.Detoxicoloncat257,.Detoxicoloncat262,.Detoxicoloncat272,.Detoxicoloncat276,.Detoxicoloncat260,.Detoxicoloncat255,.Detoxicoloncat265,.Detoxicoloncat271{
background: url('../images/aop/detoxicolon.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.Plantelor,.Plantelorcat257,.Plantelorcat262,.Plantelorcat272,.Plantelorcat276,.Plantelorcat260,.Plantelorcat255,.Plantelorcat265,.Plantelorcat271{
  background: url('../images/aop/specialistii.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.Citonat,.Citonatcat257,.Citonatcat262,.Citonatcat272,.Citonatcat276,.Citonatcat260,.Citonatcat255,.Citonatcat265,.Citonatcat271{
  background: url('../images/aop/citonat.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.Minerale,.Mineralecat257,.Mineralecat262,.Mineralecat272,.Mineralecat276,.Mineralecat260,.Mineralecat255,.Mineralecat265,.Mineralecat271{
  background: url('../images/aop/vitamine.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.PandemiQ,.PandemiQcat257,.PandemiQcat262,.PandemiQcat272,.PandemiQcat276,.PandemiQcat260,.PandemiQcat255,.PandemiQcat265,.PandemiQcat271{
  background: url('../images/aop/pandemiq.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.cat257{
  background: url('../images/aop/comprimate.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.cat262{
  background: url('../images/aop/siropuri.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.cat272{
  background: url('../images/aop/tincturi.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.cat276{
  background: url('../images/aop/gemoderivate.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.cat260{
  background: url('../images/aop/pulberi.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.cat255{
background: url('../images/aop/ceaiuri.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
/*.cat255{
  background: url('../images/aop/ceaiuri.jpg') no-repeat !important;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}*/
.cat265{
  background: url('../images/aop/alimente.jpg') no-repeat;
background-position: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
.hero h1 {
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #333333;
}
.hero ul.breadcumb {
  list-style-type: none;
  padding:0;
}
.hero ul.breadcumb li:first-child span{
  display:none;
}
.hero ul.breadcumb li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #c1bd78;
}
.hero ul.breadcumb li a {
  color: #333333;
}
.hero ul.breadcumb li.pink {
  color: #f49ac1;
}
.hero ul.breadcumb li span {
  margin: 0 15px 0 15px;
}
.flowerhero {
  background: url('../images/uploads/flowerab-hero.png') no-repeat;
}
.bloglistpost-v1,.bloglistpost-v2{
  padding-bottom:50px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it img.post-img,
.bloglistpost-v2 .blogpost-v1 .blog-it img.post-img {
  width: 100%;
  height: auto;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content {
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content h2 a,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content h2 a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 40px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content h2 a:hover,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content h2 a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content p,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content a.readmore,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content a.readmore:hover,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content a.readmore:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content span.share:hover a i,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content span.share:hover a i {
  border: 1px solid #c1bd78;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .video,
.bloglistpost-v2 .blogpost-v1 .blog-it .video {
  position: relative;
  margin-bottom: 35px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it .video a.video-play img,
.bloglistpost-v2 .blogpost-v1 .blog-it .video a.video-play img {
  position: absolute;
  top: 40%;
  left: 45%;
}
.bloglistpost-v1 .blogpost-v1 img.div-line,
.bloglistpost-v2 .blogpost-v1 img.div-line {
  width: 95%;
  margin-bottom: 50px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.quote,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote {
  margin-bottom: 50px;
  background: url('../images/uploads/quote-bg.png') no-repeat;
  padding: 65px 0 40px 0;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.quote p,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  letter-spacing: 1.5px;
  margin-left: 45px;
  margin-right: 45px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.quote h4,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote h4 {
  margin-left: 45px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bloglistpost-v1 .blogpost-v1 .blog-it.quote p.author,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote p.author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
}
.bg-sidebar .cat-heading {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  color: #9a9544;
  font-weight: 700;
  margin: 7px 0;
  background: #f7f7f7;
  padding: 5px;
}
.bloglistpost-v1 .bg-sidebar .search,
.bloglistpost-v2 .bg-sidebar .search {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bloglistpost-v1 .bg-sidebar .search input.search-input,
.bloglistpost-v2 .bg-sidebar .search input.search-input {
  position: relative;
  width: 100%;
  border: 1px solid #f4f1e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #c2c2c2;
}
.bloglistpost-v1 .bg-sidebar .search i,
.bloglistpost-v2 .bg-sidebar .search i {
  float: right;
  right: 0;
  margin-right: 30px;
  position: absolute;
  top: 35px;
  color: #c1bd78;
}
.bloglistpost-v1 .bg-sidebar .categories,
.bloglistpost-v2 .bg-sidebar .categories {
  margin-bottom: 50px;
}
.bloglistpost-v1 .bg-sidebar .categories ul,
.bloglistpost-v2 .bg-sidebar .categories ul {
  list-style-type: none;
  margin-left: 0;
}
.bloglistpost-v1 .bg-sidebar .categories ul li,
.bloglistpost-v2 .bg-sidebar .categories ul li{
	margin-bottom: 30px;
}
.bloglistpost-v1 .bg-sidebar .categories ul li a,
.bloglistpost-v2 .bg-sidebar .categories ul li a{
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 500;

  text-decoration:none;
}
.bloglistpost-v1 .bg-sidebar .categories ul li img,
.bloglistpost-v2 .bg-sidebar .categories ul li img {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.bloglistpost-v1 .bg-sidebar .categories ul li a:hover,
.bloglistpost-v2 .bg-sidebar .categories ul li a:hover {
  color: #c1bd78;
  text-decoration:none;
}
.pp-posts h5{
  font-family: "Playfair Display", serif;
font-size: 19px;
color: #666;
font-weight:700;
margin-top:10px;
}
.pp-posts .pp-post-it,
.pp-posts .pp-post-it {
  display: flex;
  margin-bottom: 20px;
}
.pp-posts .pp-post-it a img{
	min-width:90px;
	max-width:100px;
}
.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor, .bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor {
    margin-left: 25px;
}
.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor .date,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor .date {
  margin-bottom: 10px;
}
.bloglistpost-v1 .blog-it .blog-it-content .date .posted-on,
.bloglistpost-v1 .blog-it .blog-it-content .date .comments {
	padding:0 0 25px 0!important;

}
.pp-post-it .pp-infor h4{
  margin:0;
}
.pp-posts .pp-post-it .pp-infor h5 a,
.pp-posts .pp-post-it .pp-infor h5 a,
.pp-posts .pp-post-it .pp-infor h4 a,
.pp-posts .pp-post-it .pp-infor h4 a {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  font-style: Bold;
}
.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a:hover,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a:hover,
.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a:hover,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.bloglistpost-v1 .bg-sidebar .sale,
.bloglistpost-v2 .bg-sidebar .sale {
  margin-top: 45px;
  margin-bottom: 60px;
}
.bloglistpost-v1 .bg-sidebar .sale img,
.bloglistpost-v2 .bg-sidebar .sale img {
  width: 100%;
}
.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags li,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags li {
  margin-right: 5px;
  margin-bottom: 30px;
}
.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags li a,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags li a {
  padding: 10px 15px 10px 15px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #ababab;
  font-weight: '';
  font-style: Regular;
  background-color: #fbfaf9;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags li:hover a,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags li:hover a {
  color: #ffffff;
  background-color: #c1bd78;
}
.bloglistpost-v2 .blogpost-v2 .video2,
.blog .blogpost-v2 .video2 {
  position: relative;
}
.bloglistpost-v2 .bold__divider{
  margin:35px 0;
}
.bloglistpost-v2 .blogpost-v2 .video2 a.video-play2 img,
.blog .blogpost-v2 .video2 a.video-play2 img {
  position: absolute;
  top: 37%;
  left: 40%;
}
.bloglistpost-v2 .blogpost-v2 .blog-it-content2 .date,
.blog .blogpost-v2 .blog-it-content2 .date {
  margin-bottom: 10px !important;
}
.bloglistpost-v2 .blogpost-v2 .blog-it-content2 h2 a,
.blog .blogpost-v2 .blog-it-content2 h2 a {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-right: 40px;
}
.bloglistpost-v2 .blogpost-v2 .blog-it-content2 h2 a:hover,
.blog .blogpost-v2 .blog-it-content2 h2 a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.bloglistpost-v2 .blogpost-v2 .blog-it-content2 p,
.blog .blogpost-v2 .blog-it-content2 p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  padding-right: 40px;
  margin-top: 20px;
}
.bloglistpost-v2 .blogpost-v2 .blog-it-content2 a.readmore2,
.blog .blogpost-v2 .blog-it-content2 a.readmore2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}
.bloglistpost-v2 .blogpost-v2 .blog-it-content2 a.readmore2:hover,
.blog .blogpost-v2 .blog-it-content2 a.readmore2:hover {
  color: #c1bd78;
  text-decoration: none;
}
.bloglistpost-v2 img.div-line2,
.blog img.div-line2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bloglistpost-v2 img.div-line3,
.blog img.div-line3 {
  margin-top: 40px;
  margin-bottom: 120px;
}
.bloglistpost-v2 .blogpost-v2-quote,
.blog .blogpost-v2-quote {
  margin-bottom: 50px;
  margin-top: 50px;
  background: url('../images/uploads/quote-bg2.png') no-repeat;
  padding: 85px 0 40px 0;
}
.bloglistpost-v2 .blogpost-v2-quote p,
.blog .blogpost-v2-quote p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  letter-spacing: 1.5px;
  margin-left: 45px;
  margin-right: 45px;
}
.bloglistpost-v2 .blogpost-v2-quote h4,
.blog .blogpost-v2-quote h4 {
  margin-left: 45px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 15px;
}
.bloglistpost-v2 .blogpost-v2-quote p.author,
.blog .blogpost-v2-quote p.author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
}
.blogpanigation {
  margin-left: 20%;
  margin-bottom: 125px;
}
.blogpanigation ul {
  list-style: none;
  display: flex;
}
.blogpanigation ul li {
  margin-right: 20px;
}
.blogpanigation ul li a {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
}
.blogpanigation ul li.num a {
  padding: 10px 16px;
  border-radius: 50%;
}
.blogpanigation ul li.num2 a {
  padding: 10px 14px;
  border-radius: 50%;
}
.blogpanigation ul li.num:hover a,
.blogpanigation ul li.num2:hover a,
.blogpanigation ul li.active a {
  color: #ffffff;
  background-color: #c1bd78;
  text-decoration: none;
}
.blogpanigation ul li.prev:hover a,
.blogpanigation ul li.next:hover a {
  color: #c1bd78;
}
.subscribe{
  padding: 10px 0;
  background: #c2bd78;
  margin-top:50px;
}
.subscribe .sub-heading h3{
  font-family: "Lato", serif;
  font-size: 20px;
  color: #000;
  font-weight: 100;
  margin: 10px 0;
}
.subscribe .sub-heading h1 span{
  font-weight:700;
}
.subscribe .form,
.subscribev3 .form {
  margin-bottom: 20px;
  margin-top: 40px;
}
.subscribe input {
  width: 100%;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #9b9b9b;
  padding: 12px 20px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 15px;
  border:1px solid #c1bd78;
}
.subscribe .sub-button,
.subscribev3 .sub-button {
  margin-top: 15px;
}
.subscribe .sub-button button,
.subscribev3 .sub-button a {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  padding-left: 40px;
  padding-right: 40px;
}
.subscribe .sub-button button:hover,
.subscribev3 .sub-button a:hover {
  color: #c1bd78;
  background-color: #ffffff;
  border: 1px solid #c1bd78;
  text-decoration: none;
}
.subscribe .sub-button a.pink,
.subscribev3 .sub-button a.pink {
  background: #f49ac1;
  color: #ffffff;
  border: 1px solid transparent;
}
.subscribe .sub-button a.pink:hover,
.subscribev3 .sub-button a.pink:hover {
  background: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.subscribev3 {
  padding: 0;
  text-align: center;
  background: none;
}
.subscribev3 .sub-content {
  background: url('../images/uploads/sub-bg3.png') no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 80px 270px 80px 270px;
}
/*.blogsingle {
  margin-top: 50px;
  margin-bottom: 50px;
}
*/
.blogsingle img.blog-img {
  width: 100%;
  height: auto;
}
/*.blogsingle .blogsingle-content {
  width: 80%;
  padding: 50px 115px 80px 115px;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: -100px;
  background-color: #ffffff;
}*/
.blogsingle .blogsingle-content span.share:hover a i {
  border: 1px solid #c1bd78;
}
.blogsingle .blogsingle-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 60px;
}
.blogsingle .blogsingle-content p.quote {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  letter-spacing: 1.5px;
  border-left: 2px solid #c1bd78;
  margin-left: 70px;
  padding: 10px 0px 10px 30px;
}
.blogsingle .blogsingle-content p {
  margin-bottom: 50px;
}
.blogsingle .blogsingle-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
}
.blogsingle .blogsingle-content .blog-post {
  margin-bottom: 50px;
}
.blogsingle .blogsingle-content .tags {
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: '';
  font-style: Italic;
}
.blogsingle .blogsingle-content .tags a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blogsingle .blogsingle-content .tags i {
  font-size: 16px;
  margin-right: 20px;
}
.blogsingle .blogsingle-content .author-post {
  margin-top: 25px;
}
.blogsingle .blogsingle-content .author-post .author-infor h3 a {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}
.blogsingle .blogsingle-content .author-post .author-infor p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.blogsingle .blogsingle-content .author-post .author-infor a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blogsingle .blogsingle-content .author-post .author-infor .social a i {
  font-size: 14px;
  color: #ababab;
  margin-right: 20px;
}
.blogsingle .blogsingle-content .author-post .author-infor .social a:hover i {
  color: #c1bd78;
}
.blogsingle .blogsingle-content .panigation2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #f8f7f7;
  padding: 35px 30px 35px 30px;
  margin-bottom: 90px;
}
.blogsingle .blogsingle-content .panigation2 .prev a {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #ababab;
  font-weight: 700;
  font-style: Bold;
}
.blogsingle .blogsingle-content .panigation2 .prev a i {
  margin-right: 10px;
}
.blogsingle .blogsingle-content .panigation2 .grid {
  margin-top: 5px;
}
.blogsingle .blogsingle-content .panigation2 .grid a i {
  color: #696969;
}
.blogsingle .blogsingle-content .panigation2 .next a {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}
.blogsingle .blogsingle-content .panigation2 .next a i {
  margin-left: 10px;
  color: #c1bd78;
}
.blogsingle .blogsingle-content .comment h2.cmt-heading {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 900;
  color: #333333;
}
.blogsingle .blogsingle-content .comment h2.cmt-heading span {
  color: #c1bd78;
  margin-left: 10px;
}
.blogsingle .blogsingle-content .comment .cmt-it {
  margin-bottom: 30px;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 {
  display: flex;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: -10px;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 a {
  margin-right: 20px;
  text-transform: uppercase;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 500;
  font-style: Italic;
  text-transform: capitalize;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content p {
  margin-bottom: 20px;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content a.reply {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 700;
  font-style: Italic;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content a.reply i {
  margin-right: 10px;
}
.blogsingle .blogsingle-content .comment .cmt-it .cmt-content a.reply:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blogsingle .blogsingle-content .comment .cmt2 {
  margin-left: 90px;
  margin-top: 40px;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.blogsingle .blogsingle-content .comment .cmt2 .cmt2-it {
  margin-bottom: 30px;
}
.blogsingle .blogsingle-content .comment a.loadmore {
  text-transform: uppercase;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 12px;
  color: #696969;
  font-weight: '';
  font-style: Regular;
  margin-left: 40%;
}
.blogsingle .blogsingle-content .comment a.loadmore:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blogsingle .blogsingle-content form.post-cmt {
  margin-top: 85px;
}
.blogsingle .blogsingle-content form.post-cmt label {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 35px;
}
.blogsingle .blogsingle-content form.post-cmt input.name:hover,
.blogsingle .blogsingle-content form.post-cmt input.email:hover,
.blogsingle .blogsingle-content form.post-cmt input.website:hover,
.blogsingle .blogsingle-content form.post-cmt input.comt:hover {
  border: 1px solid #c1bd78;
}
.blogsingle .blogsingle-content form.post-cmt input.name.pink:hover,
.blogsingle .blogsingle-content form.post-cmt input.email.pink:hover,
.blogsingle .blogsingle-content form.post-cmt input.website.pink:hover,
.blogsingle .blogsingle-content form.post-cmt input.comt.pink:hover {
  border: 1px solid #f49ac1;
}
.blogsingle .blogsingle-content form.post-cmt input.name,
.blogsingle .blogsingle-content form.post-cmt input.email,
.blogsingle .blogsingle-content form.post-cmt input.website,
.blogsingle .blogsingle-content form.post-cmt input.comt {
  width: 100%;
  padding: 19px 20px 20px 15px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 30px;
}
.blogsingle .blogsingle-content form.post-cmt input.comt {
  height: 180px;
  padding-bottom: 150px;
}
.blogsingle .blogsingle-content form.post-cmt input.submit {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid transparent;
}
.blogsingle .blogsingle-content form.post-cmt input.submit:hover {
  border: 1px solid #c1bd78;
  background: none !important;
  color: #c1bd78;
}
.blogsingle .blogsingle-content form.post-cmt input.submit.pink {
  background-color: #f49ac1;
  color: #ffffff;
}
.blogsingle .blogsingle-content form.post-cmt input.submit.pink:hover {
  background-color: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
}
#decorate {
  background-color: #fafafa;
  text-align: center;
  padding: 0;
  padding-top: 120px;
  overflow: hidden;
}
#decorate img {
  max-width: 90%;
}
.about,
.aboutv2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}
.about .ab-intro,
.aboutv2 .ab-intro {
  text-align: center;
}
.about .ab-intro p{
  font-family: "Playfair Display", serif;
  font-size: 33px;
  color: #a29e55;
  margin:0;
}
.about .ab-intro p span,
.aboutv2 .ab-intro p span {
  font-weight: 700;
}
.about .ab-item,
.aboutv2 .ab-item {
  margin-top: 50px;
  text-align: center;
  justify-content: center;
}
.about .ab-item img,
.aboutv2 .ab-item img {
  text-align: center;
  width:120px;
}
.about .ab-item h2,
.aboutv2 .ab-item h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
}
.about .ab-item p,
.aboutv2 .ab-item p {
  margin-bottom: 30px;
}
.learnmore-empty {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  margin-bottom:10px;
}
.learnmore-empty:hover {
  color:#686426;
  text-decoration: none;
}
.learnmore {
  padding: 7px 15px;
  text-transform: uppercase;
  border: 1px solid #24ad87;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 12px;
  color: #24ad87;
  font-weight: 700;
  margin-bottom:10px;
  display: inline-block;
}
.cart_table_action .learnmore, .cart_table_action .green-fill { display: block !important; text-align: center; float: none; width: 100%;}
.learnmore:hover {
  color:#24ad87;
  text-decoration: none;
}
.green-fill{
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #24ad87;
  border: 1px solid #24ad87;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom:10px;
  display: inline-block;
}
.green-fill:hover {
  border: 1px solid #24ad87;
  background-color: #ffffff;
  color: #24ad87;
  text-decoration: none;
}
.litered{
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c17878;
  background-color: #ffffff;
  color: #c17878;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom:10px;
}
.litered:hover {
  background-color: #c17878;
  border: 1px solid #c17878;
  color: #fff;
  text-decoration: none;
}
.aboutv2 {
  background-color: #ffffff;
}
.aboutv2 .ab-item2 {
  padding-top: 35px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom:15px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.aboutv2 .ab-item2:hover {
  border: 1px solid #c1bd78;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutv2 .ab-item2:hover h1:after {
  width: 60px;
  background-color: #c1bd78;
}
.aboutv2 .ab-item2:hover a {
  color: #c1bd78;
  text-decoration: none;
}
.aboutv2 .color1 {
  background: url('../images/aop/ab-bg1.png') no-repeat;
}
.aboutv2 .color2 {
  background: url('../images/aop/ab-bg2.png') no-repeat;
}
.aboutv2 .color3 {
  background: url('../images/aop/ab-bg3.png') no-repeat;
}
.aboutv2 .color4 {
  background: url('../images/aop/ab-bg4.png') no-repeat;
}
.aboutv2 .color5 {
  background: url('../images/aop/ab-bg5.png') no-repeat;
}
.aboutv2 .color6 {
  background: url('../images/aop/ab-bg6.png') no-repeat;
}
.aboutv2 .ab-icon img {max-width:60px;}
.aboutv2 .ab-icon {
  text-align: center;
  background-position: center;
  background-size: 75%;
  width: 100%;
  min-height: 130px;
  margin-bottom: 20px;
  padding-top: 36px;
}
.aboutv2 .ab-icon i {
  color: #ffffff;
  font-size: 50px;
}
.aboutv2 .ab-items {
  text-align: center;
}
.aboutv2 .ab-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  min-height:60px;
}
.aboutv2 .ab-content h1:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutv2 .ab-content span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
  font-style: Italic;
}
#aboutv4 {
  padding-bottom: 0;
}
#deal {
  padding-bottom: 130px;
  background: url('../images/uploads/deal-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fafafa;
}
#deal .heading-sec h4 {
  margin-bottom: 20px;
}
#deal .deal-label {
  padding: 40px 0 40px 0;
  background-color: #c1bd78;
  width: 30%;
  text-align: center;
  border-radius: 50%;
  margin-top: 160px;
  margin-left: -60px;
}
#deal .deal-label h4 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: '';
  font-style: Italic;
}
#deal .deal-label span.lb-left {
  font-family: 'Playfair Display', serif;
  font-style: Italic;
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
}
#deal .deal-right .deal-heading p {
  padding-right: 20px;
}
#deal .deal-right .deal-heading .time {
  display: flex;
  margin-bottom: 20px;
}
#deal .deal-right .deal-heading .time span {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #c1bd78;
  padding: 0 15px 0 15px;
  font-weight: 900;
}
#deal .deal-right .deal-heading .time span.space {
  font-size: 14px;
  margin-top: 30px;
}
#deal .deal-right .deal-heading .time p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #696969;
  font-weight: '';
  font-style: Italic;
  padding: 0 15px 0 15px;
}
#deal .deal-right .deal-heading a {
  margin-right: 15px;
}
#deal .deal-right .deal-heading a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}
#deal .deal-right .deal-heading a.wishlist i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #c1bd78;
  border: 1px solid #c1bd78;
  background-color: #ffffff;
}
.home-article { 
    padding: 20px 0;
}
.home-article .side-post-date { font-size: 11px; }
.heading-sec h3 {
  font-family: "Lato", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}
.heading-sec h4 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #c1bd78;
  font-weight: 400;
  font-style: Italic;
  margin-bottom: 35px;
  line-height: 1.2;
}
.heading-sec h4.grey {
  color: #9a9a9a;
}
.heading-sec h4.pink {
  color: #f49ac1;
}
.products .heading-sec,
#brands-slider .heading-sec,
.blog .heading-sec,
#process .heading-sec,
.aboutv2 .heading-sec,
#farm .heading-sec,
.farmers .heading-sec,
.contact .heading-sec,
.productsv4 .heading-sec,
.arrivals .heading-sec,
.flower-services .heading-sec {
  text-align: center;
  margin-bottom: 15px;
  background: url('../images/aop/title-decoration.jpg') no-repeat;
  background-position: center;
  background-size: 15%;
  margin-bottom: 50px;
}
.products ul.menu-filter {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.products ul.menu-filter li a {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  color: #696969;
  border: 1px solid #f4f1e3;
  padding: 10px 25px 10px 25px;
}
.products ul.menu-filter li:hover a,
.products ul.menu-filter li.active a {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
}
.products .products-it .pro-it {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  height: auto;
  position: relative;
  text-align: center;
  border: 1px solid #f4f1e3;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.products .products-it .pro-it i.fa-heart-o {
  color: #c1bd78;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.products .products-it .pro-it img.pro-img {
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.products .products-it .pro-it .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 35%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.products .products-it .pro-it .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
}
.products .products-it .pro-it .hover-inner a.search i,
.products .products-it .pro-it .hover-inner a.wishlist i {
  background-color: #696969;
  border: 1px solid #696969;
}
.products .products-it .pro-it .hover-inner a.cart i {
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
}
.products .products-it .pro-it .hover-inner a.cart-no-stock i {
  background-color: #c17878;
  border: 1px solid #c17878;
}
.products .products-it .pro-it.v2 {
  padding-bottom: 0 !important;
}
.products .products-it .pro-it.v2 img.pro-imgv2 {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.products .products-it .pro-it.v2 .hover-inner {
  top: 40% !important;
}
.products .products-it .pro-it.v2 p {
  text-align: center;
  margin-top: -36px;
}
.products .products-it .pro-infor {
  text-align: center;
}
.products .products-it .pro-infor p {
  text-align: center;
  margin-top: -32px;
}
.products .products-it .pro-infor img {
  margin-bottom: 20px;
}
.price-list { min-height: 70px; }
.products .products-it .pro-infor h2 a {
  color:#666666;
}
.products .products-it .pro-infor h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  height:80px;
  margin-top:20px
}
.pro-infor div.pro-cost {
  font-family: "Lato", serif;
  font-size: 28px;
  font-weight: 900;
  color: #696969;
  display: inline-block;
}
.pp-infor div.pro-cost {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #696969;
  display: inline-block;
}
.products .products-it .pro-infor span.cat{

    font-family: "Lato", serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 25px;
    background-color: #e5e5e5;

}
.products .products-it .pro-infor div.pro-cost span{
  font-size: 13px;
  font-weight: 700;
}
.products .products-it .pro-it:hover {
  border: 1px solid #c1bd78;
}
.pro-special {
  font-size: 18px;
  font-weight: 700;
  color: #aaa;
  text-decoration: line-through red;
  display: inline-block;
  margin-right:10px;
}
.pro-special span{
  font-size: 10px;
  font-weight: 500;
}
.products .products-it .pro-it:hover img.pro-img,
.products .products-it .pro-it:hover img.pro-imgv2 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
}
.products .products-it .pro-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.products .products-it .pro-it:hover .pro-infor a {
  color: #c1bd78;
  text-decoration: none;
}
.products .products-it .pro-it:hover .pro-infor h2,
.products .products-it .pro-it:hover .pro-infor div.pro-cost {
  color: #c1bd78;
}
.products .products-it .pro-it.arrival-it {
  border: none;
}
.products .products-it .pro-it.arrival-it img.arrival {
  max-width: 100%;
}
.products .products-it .pro-it.arrival-it .hover-inner {
  left: 25%;
}
.products .products-it .pro-it.arrival-it:hover .hover-inner a.cart.pink i {
  background: #f49ac1;
  border: none;
}
.productsv4 .products-it {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between !important;
  margin-left: 50px;
  margin-right: 50px;
}
.productsv4 .products-it .pro-it {
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 70%;
  height: auto;
  position: relative;
  text-align: center;
  border: 1px solid #f4f1e3;
  overflow: hidden;
}
.productsv4 .products-it .pro-it i.fa-heart-o {
  color: #c1bd78;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.productsv4 .products-it .pro-it img.pro-img {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 40px;
}
.productsv4 .products-it .pro-it .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 35%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.productsv4 .products-it .pro-it .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
}
.productsv4 .products-it .pro-it .hover-inner a.search i,
.productsv4 .products-it .pro-it .hover-inner a.wishlist i {
  background-color: #696969;
  border: 1px solid #696969;
}
.productsv4 .products-it .pro-it .hover-inner a.cart i {
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
}
.productsv4 .products-it .pro-infor {
  text-align: center;
}
.productsv4 .products-it .pro-infor p {
  text-align: center;
  margin-top: -32px;
}
.productsv4 .products-it .pro-infor img {
  margin-bottom: 20px;
}
.productsv4 .products-it .pro-infor h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.productsv4 .products-it .pro-infor h2:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.productsv4 .products-it .pro-infor span.pro-cost {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
}
.productsv4 .products-it .pro-it:hover {
  border: 1px solid #c1bd78;
}
.productsv4 .products-it .pro-it:hover img.pro-img,
.productsv4 .products-it .pro-it:hover img.pro-imgv2 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
}
.productsv4 .products-it .pro-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.productsv4 .products-it .pro-it:hover .pro-infor h2,
.productsv4 .products-it .pro-it:hover .pro-infor span.pro-cost {
  color: #c1bd78;
}
.productsv4 .products-it .pro-it:hover .pro-infor h2:after {
  width: 60px;
  background-color: #c1bd78;
}
.productsv4 .products-it .pro-it:hover .pro-infor a {
  color: #c1bd78;
  text-decoration: none;
}
.productsv4 .owl-buttons div {
  display: none !important;
}
.productsv4 .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #696969 !important;
}
.owl-theme .owl-controls .owl-page span{
  margin:25px 5px 0!important;
}
.productsv4 .owl-theme .owl-controls .owl-page.active span {
  background: none !important;
  border: 1px solid #c1bd78 !important;
  width: 10px;
  height: 10px;
}
.ads {
  padding: 0;
}
.ads .ads-item {
  margin-bottom: 30px;
}
.ads .ads-item img,
.ads .ads-item img.ads-img {
  position: relative;
  width: 100%;
}
.ads .ads-item .ads-text {
  position: absolute;
  float: right;
  right: 45px;
  top: 30%;
}
.ads .ads-item .ads-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
}
.ads .ads-item .ads-text span {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  float: right;
  margin-right: 30px;
}
.ads .ads-item .ads-text.right h1 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
}
.ads .ads-item .ads-text.right span {
  font-family: 'Playfair Display', serif;
  font-style: Italic;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
  background-color: #696969;
  padding: 0px 5px 0px 5px;
  float: right;
  right: 0;
}
#process {
  background: url('../images/uploads/process-bg.png') no-repeat;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 200px;
}
#process .process-step {
  margin-top: 100px;
  display: flex;
  flex-direction: colunm;
}
#process .process-step .step-ct {
  margin-top: 30px;
  text-align: center;
}
#process .process-step .step-ct span {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
#process .process-step .step-ct p {
  font-size: 15px;
}
#process .process-step .st1 {
  margin-left: -30px;
}
#process .process-step .st3 {
  margin-left: 60px;
}
#process .process-step .st-icon i {
  color: #c1bd78;
  font-size: 50px;
  float: left;
  padding: 25px;
  border-radius: 50%;
  position: relative;
}
#process .st-icon i:hover {
  background-color: #c1bd78;
  color: #ffffff;
}
#process .st-icon:before {
  position: absolute;
  content: "\e922";
  font-size: 50px;
  color: transparent;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding: 24px 46px 24px 46px;
  background-position: center;
  background-size: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#process .st-icon:hover:before {
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
#process .step1-icon:before {
  margin-left: 45px;
  margin-top: 120px;
  background: url('../images/uploads/pc-bg1.png') no-repeat;
}
#process .step1-icon i {
  margin-left: 60px;
  margin-top: 130px;
}
#process .step2-icon:before {
  margin-left: 60px;
  margin-top: -80px;
  background: url('../images/uploads/pc-bg2.png') no-repeat;
}
#process .step2-icon i {
  margin-left: 75px;
  margin-top: -70px;
}
#process .step3-icon:before {
  margin-left: 95px;
  margin-top: -80px;
  background: url('../images/uploads/pc-bg3.png') no-repeat;
}
#process .step3-icon i {
  margin-left: 110px;
  margin-top: -70px;
}
#process .step4-icon:before {
  margin-left: 65px;
  margin-top: 155px;
  background: url('../images/uploads/pc-bg4.png') no-repeat;
}
#process .step4-icon i {
  margin-left: 80px;
  margin-top: 165px;
}
#testimonial {
  background-color: #f8f4ef;
  text-align: center;
}
#testimonial img.ava {
  margin-bottom: 45px;
}
#testimonial h1.line {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  margin-bottom: 55px;
}
#testimonial p.quote {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  line-height: 30px;
  color: #2b2b2b;
  font-weight: 500;
  font-style: Italic;
  margin-bottom: 35px;
  padding-left: 100px;
  padding-right: 100px;
}
#testimonial p.name {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}
#testimonial p.name span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  text-transform: capitalize;
  margin-left: 10px;
}
#testimonial #owl-testimonial.owl-theme .owl-controls .owl-page span {
  /* display: none; */
}
#testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div {
  background: none !important;
}
#testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div i {
  font-size: 50px;
  color: #c1bd78;
}
#brands-slider #owl-brands.owl-theme .owl-controls .owl-buttons div.owl-prev, #testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  left: 0;
  margin-top: -230px;
}
#brands-slider #owl-brands.owl-theme .owl-controls .owl-buttons div.owl-next, #testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  right: 0;
  margin-top: -230px;
}
#brands-slider .heading-sec h1{margin-top:0;}
/*.blog {
  padding-top: 50px;
}*/
.blog .blog-it-left {
  margin-bottom: 30px;
}
.blog .blog-it-left .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog .blog-it-left .post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog .blog-it-left .post-thumbnail:before {
  left: -100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left .post-thumbnail:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  right: -100%;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left .post-thumbnail a:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -20px;
  z-index: 98;
  content: '\f489';
  font-family: Ionicons;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: 20px;
  margin-left: -20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left .blog-ct-left {
  margin-top: 20px;
}
.blog .blog-it-left .blog-ct-left h2 a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}
.blog .blog-it-left .blog-ct-left p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-right: 30px;
}
.blog .blog-it-left .blog-ct-left a.readmore2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}
.blog .blog-it-left .blog-ct-left a.readmore2:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blog .blog-it-left .blog-ct-left a.readmore2.pink:hover {
  color: #f49ac1;
  text-decoration: none;
}
.blog .blog-flower {
  text-align: center;
}
.blog .blog-it-left:hover .post-thumbnail:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left:hover .post-thumbnail:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog .blog-it-left:hover .post-thumbnail a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0px;
}
.blog .blog-it-left:hover h2 a {
  color: #c1bd78;
  text-decoration: none;
}
.blog .blog-it-left:hover h2 a.pink {
  color: #f49ac1;
}
.blog .blogpost-v2 {
  margin-bottom: 55px;
}
.blog .blogpost-v2 .blog-it-content2 h2 a {
  margin-right: 0 !important;
}
.blog .blogpost-v2 .blog-it-content2 h2 a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.blog .blogpost-v2 .blog-it-content2 p {
  padding-right: 25px;
}
.blog .blog-it.quote {
  padding: 40px;
  width: 100%;
  background-color: #f8f7f7;
  margin-bottom: 30px;
}
.blog .blog-it.quote i {
  font-size: 18px;
  color: #c1bd78;
}
.blog .blog-it.quote p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  font-style: Italic;
  padding: 20px 20px 0 20px;
  letter-spacing: 0.1em;
}
.blog .blog-it.quote h4 {
  margin-left: 30px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}
.blog .blog-it.quote p.author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  padding-top: 0;
}
#chooseus {
  padding-top: 0;
  background-color: #f7f5eb;
  padding-bottom: -250px;
}
#chooseus .middle-img {
  margin-top: 120px;
  margin-left: 30px;
}
#chooseus .middle-img img {
  max-width: 100%;
}
#chooseus .outer-it {
  margin-top: 220px;
}
#chooseus .choose-it.it1:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -24px;
  bottom: -20px;
  right: -20px;
  padding: 10px 20px;
  background-color: #fff;
  transform: perspective(1000px) rotateY(-20deg);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#chooseus .choose-it.it2:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -20px;
  right: -35px;
  padding: 10px 20px;
  background-color: #fff;
  transform: perspective(1000px) rotateY(20deg);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#chooseus .choose-it {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 60px;
}
#chooseus .choose-it .inner-it {
  position: relative;
  z-index: 2;
}
#chooseus .choose-it .inner-it h2 {
  margin-bottom: 20px;
}
#chooseus .choose-it .inner-it h2 a:hover {
  color: #c1bd78;
  text-decoration: none;
}
#adsv2 {
  padding: 0;
}
#adsv2 .ads-left {
  background: url('../images/uploads/ads-bg1.jpg') no-repeat;
  background-size: contain;
  background-position: left center;
  height: 400px;
  max-width: 960px;
  margin-right: -15px;
}
#adsv2 .ads-text {
  padding-top: 180px;
  margin-left: 10%;
}
#adsv2 .ads-text h2 {
  letter-spacing: 0.3em;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
}
#adsv2 .ads-text h2.ad-r {
  text-transform: uppercase;
  font-size: 24px;
}
#adsv2 .ads-text h1 {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #ffffff;
  line-height: 1;
  font-size: 100px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
}
#adsv2 .ads-text h1.ad-r {
  text-transform: capitalize;
}
#adsv2 .ads-text p {
  letter-spacing: 0.23em;
  text-transform: uppercase;
  margin-right: 8px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
}
#adsv2 .ads-text p span {
  padding: 0px 8px;
  background-color: #ffffff;
}
#adsv2 .ads-text p.ad-r {
  float: right;
  margin-right: 15%;
}
#adsv2 .ads-text p.ad-r span {
  background-color: transparent;
}
#adsv2 .ads-text.ad-r {
  padding-top: 90px;
  margin-left: 20%;
}
#adsv2 .ads-right {
  margin-left: -15px;
  background: url('../images/uploads/ads-bg2.jpg') no-repeat;
  background-size: contain;
  background-position: left center;
  height: 400px;
  max-width: 960px;
}
#offerv3 {
  padding-top: 0;
}
#offerv3 .offer-it {
  width: 100%;
}
#offerv3 .it1 {
  background-color: #f9e5ba;
}
#offerv3 .it2 {
  background-color: #d9f0fb;
}
#offerv3 .it3 {
  background-color: #f4c2b4;
}
#offerv3 .off-inner {
  padding: 60px 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#offerv3 .off-inner .offer-title {
  margin-bottom: 42px;
}
#offerv3 .off-inner .offer-title:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#offerv3 .off-inner .offer-icon {
  position: absolute;
  font-size: 140px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  bottom: 0;
  right: 0;
  color: #ffffff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  transform: translate(20%, 10%);
  z-index: 97;
}
#offerv3 .offer-it:hover .offer-title h2 {
  color: #c1bd78;
}
#offerv3 .offer-it:hover .offer-title:after {
  width: 60px;
  background: #c1bd78;
}
#offerv3 .offer-it:hover span.sub {
  color: #c1bd78;
}
.processv3 {
  padding-top: 0;
  padding-bottom: 90px;
}
.processv3 .process-it {
  display: flex;
  margin-top: 80px;
}
.processv3 .process-it .step-icon {
  margin-right: 30px;
  margin-top: 20px;
  margin-left: 30px;
}
.processv3 .process-it .step-icon i {
  font-size: 40px;
  color: #c1bd78;
  padding: 13px;
  border-radius: 50%;
  background-color: #f8f7f7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.processv3 .process-it .step-icon:hover i {
  background-color: #c1bd78;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.processv3 .process-it .step-content h2 {
  margin-bottom: 20px;
}
.processv3 .middle-it {
  position: relative;
}
.processv3 .middle-it .heading-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
  width: 310px;
  height: 310px;
  text-align: center;
  background-image: url('../images/uploads/heading-bg3.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding-top: 80px;
}
.processv3 .middle-it .process-img img {
  width: 100%;
}
img.div-line2 {
  width: 100%;
  margin-bottom: 115px;
}
#productratev3 {
  padding-top: 0;
}
#productratev3 .rate-it .rate-heading {
  position: relative;
}
#productratev3 .rate-it .rate-heading h1 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: '';
  text-transform: uppercase;
  margin-bottom: 42px;
}
#productratev3 .rate-it #owl-rate {
  display: flex;
  flex-direction: colunm !important;
}
#productratev3 .rate-it .rate-product {
  display: flex;
  margin-bottom: 25px;
}
#productratev3 .rate-it .rate-product .product-infor h2 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
#productratev3 .rate-it .rate-product .product-infor h2:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#productratev3 .rate-it .rate-product .product-infor h2 a {
  color: #333333;
}
#productratev3 .rate-it .rate-product .product-infor .star-rate {
  margin-bottom: 0;
}
#productratev3 .rate-it .rate-product .product-infor .pro-label a {
  font-size: 12px;
  color: #696969;
  text-transform: uppercase;
  padding: 5px 12px 5px 12px;
  background-color: #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productratev3 .rate-it .rate-product .product-infor .pro-label:hover a {
  color: #ffffff;
  background-color: #c1bd78;
  text-decoration: none;
}
#productratev3 .rate-it .rate-product .rate-it-img {
  width: 120px;
  height: auto;
  border: 1px solid #f4f1e3;
  margin-right: 30px;
  padding: 20px 10px;
  position: relative;
}
#productratev3 .rate-it .rate-product .rate-it-img img {
  width: 100%;
  height: auto;
}
#productratev3 .rate-it .rate-product .rate-it-img a.addtocart {
  background-color: #8eb359;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 35%;
  left: 30%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#productratev3 .rate-it .rate-product .rate-it-img a.addtocart i {
  font-size: 20px;
  color: #ffffff;
}
#productratev3 .rate-it .rate-product .date span {
  color: #696969;
}
#productratev3 .rate-it .rate-product .date span.price2 {
  color: #cbcac8 !important;
  margin-right: 10px;
  text-decoration: line-through;
}
#productratev3 .rate-it .rate-product .star-rate i {
  font-size: 14px;
}
#productratev3 .rate-it .rate-product:hover .product-infor h2 a {
  color: #c1bd78;
  text-decoration: none;
}
#productratev3 .rate-it .rate-product:hover .product-infor h2:after {
  width: 60px;
  background-color: #c1bd78;
}
#productratev3 .rate-it .rate-product:hover .rate-it-img {
  border: 1px solid #c1bd78;
}
#productratev3 .rate-it .rate-product:hover .rate-it-img img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#productratev3 .rate-it .rate-product:hover .rate-it-img a.addtocart {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#productratev3 .owl-pagination {
  display: none;
}
#productratev3 .owl-buttons {
  position: absolute;
  top: -83px;
  padding: 0;
  right: 0;
}
#productratev3 .owl-buttons .owl-prev,
#productratev3 .owl-buttons .owl-next {
  background: none !important;
  color: #696969;
  font-size: 28px;
  padding-right: 0;
  padding-left: 0;
}
#productratev3 .owl-buttons .owl-prev i {
  padding-right: 10px;
  border-right: 1px solid #f4f4f4;
  padding-top: 0;
  padding-bottom: 0;
}

#farm {
  padding-top: 50px;
  background-color: #f8f7f7;
}
#farm .farm-it {
  text-align: center;
}
#farm .farm-it i {
  color: #c1bd78;
  font-size: 40px;
  padding: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#farm .farm-it .title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-style: Bold;
  margin-top: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#farm .farm-it .title:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#farm .farm-img img {
  width: 100%;
  margin-top: 70px;
}
#farm .farm-it:hover i {
  color: #ffffff;
  background-color: #c1bd78;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#farm .farm-it:hover .title:after {
  width: 60px;
  background-color: #8eb359;
}
.dealv4 {
  background-color: #ffffff;
  background: none !important;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.dealv4 .deal-ct {
  padding-top: 200px;
  background: url('../images/uploads/deal-bg4.png');
  background-position: center;
  background-size: cover;
  margin-top: -200px;
}
.dealv4 .deal-ct .deal-label {
  margin-left: 10px !important;
}
#aboutv1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/uploads/aboutv1-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#aboutv1 .decorate {
  text-align: center;
  padding-bottom: 100px;
}
#aboutv1 .ab-intro {
  text-align: center;
  margin-bottom: 120px;
}
#aboutv1 .ab-intro p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: '';
  font-style: Italic;
  margin-left: 25%;
  margin-right: 25%;
}
#aboutv1 .ab-intro p span {
  font-weight: 700;
}
#aboutv1 .ab-right .quote {
  margin-top: 30px;
  padding-top: 55px;
  padding-bottom: 30px;
  width: 100%;
  background: url('../images/uploads/quote-bgv1.png') no-repeat;
  background-position: center;
}
#aboutv1 .ab-right .quote p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  font-style: Italic;
  padding: 30px 30px 0 30px;
}
#aboutv1 .ab-right .quote h4 {
  margin-left: 30px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#aboutv1 .ab-right .quote p.author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  padding-top: 0;
}
.aboutlogo {
  background: #e8f0de;
  padding: 45px 0;
  margin-top: -90px;
  text-align: center;
}
.aboutlogo img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  margin-right: 40px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutlogo img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutlogo.pink {
  background: #f9cce0;
  margin-top: -220px;
}
.farmers {
  padding-top: 60px;
  padding-bottom: 130px;
}
.farmers .farm-it {
  text-align: center;
  overflow: hidden;
}
.farmers .farm-it img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.farmers .farm-it h2 {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.farmers .farm-it h2:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.farmers .farm-it:hover h2,
.farmers .farm-it:hover span {
  color: #c1bd78;
}
.farmers .farm-it:hover h2:after {
  width: 60px;
  background-color: #c1bd78;
}
.farmers .farm-it:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.farmers .farm-it.pink:hover h2,
.farmers .farm-it.pink:hover span {
  color: #f49ac1;
}
.farmers .farm-it.pink:hover h2:after {
  width: 60px;
  background-color: #f49ac1;
}
#aboutpagev2 {
  padding: 120px 0;
  margin-bottom: 90px;
  background: #f8f7f7;
}
#aboutpagev2 .heading-it {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 100px;
}
#aboutpagev2 .ab-right .quote {
  padding: 60px 30px;
  background: url('../images/uploads/quoteit-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}
#aboutpagev2 .ab-right .quote p {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  font-style: Italic;
}
#aboutpagev2 .ab-right .author {
  display: flex;
}
#aboutpagev2 .ab-right .author img {
  border-radius: 50%;
}
#aboutpagev2 .ab-right .author p {
  text-transform: uppercase;
  margin-left: 30px;
  color: #333333;
  font-weight: 700;
}
#aboutpagev2 .ab-right .author p span {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}
#aboutpagev2 .owl-controls.clickable {
  display: none !important;
}
.shopgrid .left-it {
  margin-bottom: 40px;
}
.shopgrid .left-it h5 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
  margin-top: 35px;
}
.shopgrid .left-it h5 span.sub {
  color: #c1bd78;
}
.right-it {
}
.toolbar { margin: 10px 0 20px 0; }
.right-it label{
  font-size:12px;
  text-transform: uppercase;
}
.right-it .row {
  width:100%;
}
.right-it select {
  font-family: "Lato", serif;
  font-size: 13px;
  color: #b0b0b0;
  font-weight: '';
  font-style: Regular;
  text-transform: uppercase;
  background-color: #f8f7f7;
  border: none !important;
}
.shopgrid .right-it .drop {
  margin-right: 20px;
}
.right-it a{
  font-size: 14px;
padding: 6px;
border: 1px solid #f4f1e3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #b0b0b0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.right-it .icon-select{
  margin-top:33px;
}

.right-it .icon-select a i {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #f4f1e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #b0b0b0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.right-it .icon-select a i:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #c1bd78;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shopgrid .products-it {
  margin-bottom: 0 !important;
}
.shopgrid .pro-it {
  width: 100% !important;
}
.shopgrid .blogpanigation {
  text-align: center !important;
  margin-top: 60px;
  margin-left: 30%;
}
.shopgrid.v2 .pro-infor {
  margin-bottom: 30px;
}
.shopgrid.v2 .arrival-box:hover .pro-infor h2 {
  color: #c1bd78;
}
.shopgrid.v2 .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #c1bd78;
}
.shoplist .list-item.it {
  position: relative;
}
.shoplist .list-item.it img.div {
  margin-top: 20px;
}
.shoplist .list-item.it:after {
  content: '';
  width: 0px;
  height: 1px;
  background-color: #8eb359;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.shoplist .row-it:hover .list-item.it:after {
  width: 100%;
}
.shoplist h1.hd-after {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.shoplist .it:hover h1.hd-after:after {
  width: 50px;
  background-color: #c1bd78;
}
.shoplist h3.hd-after {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.shoplist .it:hover h3.hd-after:after {
  width: 50px;
  background-color: #c1bd78;
}
.shoplist .range-select {
  padding-bottom: 30px;
}
.shoplist .range-select p {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}
.shoplist .range-select a {
  padding: 8px 20px;
  color: #696969;
  background-color: #f4f1e3;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.shoplist .range-select .ui-widget.ui-widget-content {
  border: none !important;
}
.shoplist .range-select div.ui-slider {
  height: 4px;
}
.shoplist .range-select .ui-widget-content {
  background: #f8f7f7 !important;
  margin-bottom: 30px;
}
.shoplist .range-select .ui-widget-header {
  background: #c1bd78 !important;
}
.shoplist .range-select .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  height: 13px;
  width: 13px;
  cursor: default;
  border-radius: 50%;
  touch-action: none;
}
.shoplist .range-select .ui-state-default,
.shoplist .range-select .ui-widget-content .ui-state-default {
  border: none !important;
  background: #c1bd78 !important;
}
.shoplist .range-select input[type="text"] {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
}
.shoplist .range-select input {
  width: 45%;
  float: right;
  margin-right: 0px;
  margin-top: 30px;
  text-align: right;
  background: none !important;
  border: none;
}
.pp-posts .pp-post-it.it {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pp-posts .pp-post-it.it img.seller-img {
  width: 80px;
  border: 1px solid #f4f4f4;
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
}
.pp-posts .pp-post-it.it span.sub {
  margin-right: 10px;
}
.pp-posts .pp-post-it.it:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pp-posts .pp-post-it.it:hover img.seller-img {
  border: 1px solid #c1bd78;
}
.pp-posts .pp-post-it.it:hover h4 a {
  color: #c1bd78;
  text-decoration:none;
}
.shoplist span.price2 {
  color: #cbcac8 !important;
  margin-right: 10px;
  text-decoration: line-through;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  font-style: Italic;
}
.shoplist .list-item {
  margin-bottom: 30px;
}
.shoplist .pro-list-img img {
  width: 100%;
  padding: 15px 30px;
}
.shoplist .pro-list-it h1.hd-after {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 0;
}
.shoplist .pro-list-it .pro-infor{
  margin-bottom:10px;
}
.shoplist .pro-list-it h3.hd-after {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  color: #24ad87;
  font-weight: 700;
  margin-bottom: 10px;
}
.shoplist .pro-list-it h1.hd-after:hover {
  color: #c1bd78;
}
.shoplist .pro-list-it span.sub {
  font-size: 24px !important;
}
.shoplist .pro-list-it p.para {
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.shoplist .pro-list-it span.right {
  float: right;
  right: 0;
  text-align: right;
  margin-top: -75px;
}
.shoplist .pro-list-it span.right .star-rate.small i {
  font-size: 12px !important;
}
.shoplist .pro-list-it span.right span.rv {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: '';
  font-style: Italic;
}
button.readmore {
  padding: 12px 15px 12px 15px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  white-space: nowrap;
}
button.readmore:hover {
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}
button.addcart {
  padding: 12px 15px 12px 15px;
  text-transform: uppercase;
  background-color: #24ad87;
  border: 1px solid #24ad87;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  white-space: nowrap;
}
button.addcart:hover {
  text-transform: uppercase;
  border: 1px solid #24ad87;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  color: #24ad87;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}
.shoplist .pro-list-it a i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #c1bd78;
  border: 1px solid #c1bd78;
}
.productdetail .pro-detail-infor .pro-img img {
  width: 100%;
  padding: 20px;
}
.productdetail .pro-detail-infor .more-img {
  display: flex;
}
.productdetail .pro-detail-infor .more-img a.prev,
.productdetail .pro-detail-infor .more-img a.next {
  margin-top: 30px;
}
.productdetail .pro-detail-infor .more-img a.prev i,
.productdetail .pro-detail-infor .more-img a.next i {
  font-size: 34px;
}
.productdetail .pro-detail-infor .more-img a:hover i {
  color: #c1bd78;
}
.productdetail .pro-detail-infor .more-img a.prev {
  margin-right: 10px;
}
.productdetail .pro-detail-infor .more-img a.next {
  margin-left: 10px;
}
.productdetail .pro-detail-infor .more-img img.sub-img {
  height: 115px;
  width: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid transparent;
}
.productdetail .pro-detail-infor .more-img img.sub-img.img1 {
  padding: 15px;
}
.productdetail .pro-detail-infor .more-img img:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid #c1bd78;
}
.productdetail img.div-line-3 {
  margin-bottom: 30px;
}

.productdetail .right-it {
  display: flex;
  margin: 15px 0;
}
.quantity {
  margin-right: 20px;
  max-width: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding:0!important;
  float: left;
}
.quantity {
  display: flex;
  position: relative;
}
.quantity .inc {
  background: url('../images/plus.svg') no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  margin-top: 6px;
  position: absolute;
  float: right;
  right: 6px;
}
.quantity .dec {
  background: url('../images/minus.svg') no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  float: left;
  left: 6px;
  position: absolute;
  margin-top: 6px;
}
.quantity input {
  text-align: center;
  font-family: "Lato", serif;
  font-size: 13px;
  color: #b0b0b0;
  font-weight: '';
  font-style: Regular;
  background-color: #f8f7f7;
  border: none !important;
  margin-bottom:20px;
}
.productdetail span.check {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #b0b0b0;
  font-weight: '';
  font-style: Italic;
  margin-top: 5px;
}
.productdetail span.check i {
  color: #c1bd78;
}
.productdetail select {
  font-family: "Lato", serif;
  font-size: 13px;
  color: #b0b0b0;
  font-weight: '';
  font-style: Regular;
  text-transform: uppercase;
  background-color: #f8f7f7;
  border: none !important;
}
.productdetail .drop {
  margin-right: 20px;
}
.productdetail .pro-description {
}
.productdetail .pro-description p {
  font-family: "Lato", serif;
  font-size: 13px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.productdetail .pro-description span {
  font-weight: '';
  font-style: Regular;
  font-weight: 500 !important;
  text-transform: none !important;
  float: right;
  text-align: right;
  max-width:200px;
}
.productdetail .tab {
  
}
.productdetail .tab.active {
  display: block;
}
.productdetail .blogsingle-content {
  margin-top: 0 !important;
}
.productdetail span.right {
  margin-top: -35px !important;
}
.productdetail a.reply {
  color: #c1bd78 !important;
}
.productdetail a.reply i {
  border: none !important;
}
.productdetail h2.cmt-heading {
  font-size: 18px !important;
  margin-bottom: 50px;
  margin-left: 100px;
}
.productdetail .blogsingle-content {
  width: 100% !important;
  margin-left: 0 !important;
  padding: 0  !important;
}
.productdetail .tabs .tab-links {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom:30px;
}
.productdetail .tabs .tab-links li {
  margin-right: 20px;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.productdetail .tabs .tab-links li a {
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 13px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  color: #696969;
  border: 1px solid #f4f1e3;
  padding: 10px 25px 10px 25px;
  margin-top:20px;
}
.productdetail .tabs .tab-links li.active a,
.productdetail .tabs .tab-links li:hover a {
  background-color: #c1bd78;
  color: #ffffff;
  text-decoration: none;
}
.productdetail .tabs .cmt-it {
  margin-left: 100px;
  margin-right: 100px;
}
.productsidebar h2.cmt-heading {
  margin-left: 0;
}
.productsidebar div.quantity {
  margin-right: 20px;
}
.productsidebar .more-img {
  overflow: hidden;
  margin-top: 20px;
}
.productsidebar .more-img img.sub-img {
  width: 70px !important;
  height: 70px !important;
}
.productsidebar .more-img a {
  margin-top: 20px !important;
}
.productsidebar .more-img a i {
  font-size: 24px !important;
}
.productsidebar .more-img a.prev {
  margin-right: 0 !important;
}
.productsidebar .more-img a.next {
  margin-left: 0 !important;
}
.productsidebar .pro-list-it .right-it form {
  margin-bottom: 0 !important;
}
.productsidebar .pro-list-it .pro-description span {
  margin-right: 40% !important;
}
.productsidebar .tabs .tab-links {
  float: left;
  left: 0;
  background: none !important;
}
.productsidebar .tabs .cmt-it {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.productsidebar .blogsingle-content {
  background: #fbfbfb;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-top: 1px solid #f4f4f4;
}
.productsidebar img.div-line4 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 90% !important;
}
.productsidebar form {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.checkout .links {
  margin-bottom: 75px;
}
.checkout .links p a {
  color: #c1bd78;
}
.checkout .bill {
  margin-bottom: 90px;
}
.checkout .bill h1.bill-heading {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 50px;
}
.checkout .bill form.form-detail p.title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout .bill form.form-detail input:hover,
.checkout .bill form.form-detail select:hover {
  border: 1px solid #c1bd78;
}
.checkout .bill form.form-detail input {
  width: 100%;
  padding: 15px 20px 20px 15px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 30px;
}
.checkout .bill form.form-detail input.comt {
  height: 180px;
  padding-bottom: 150px;
}
.checkout .bill form.form-detail select {
  width: 100%;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
}
.checkout .blogsingle-content {
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.checkout .order {
  background: #f8f7f7;
  padding: 55px 40px;
  width: 90%;
  float: right;
  right: 0;
}
.checkout .order img.order-line {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.checkout .order h1 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: '';
  text-transform: uppercase;
  text-align: center;
}
.checkout .order .products h2.pro {
  margin-bottom: 30px;
}
.checkout .order .products p {
  color: #696969;
}
.checkout .order .products b {
  color: #333333;
}
.checkout .order .products span.sub {
  float: right;
  margin-right: 0;
  color: #ababab;
}
.checkout .order .products span.subtotal {
  color: #333333;
}
.checkout .order .products span.total {
  font-size: 24px;
  color: #c1bd78;
}
.checkout .order label.circle {
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: Italic;
  color: #696969;
}
.checkout .order label.circle img {
  margin-left: 30px;
}
.checkout .order a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  padding: 10px 22px 10px 22px;
  margin-left: 30%;
}
.checkout .order a.readmore:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 10px 22px 10px 22px;
}
.checkbox {
  margin-bottom: 30px;
}
.checkbox-custom {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom-label {
  position: relative;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 2px;
  background-color: #f8f7f7;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: #c1bd78;
  color: #fff;
}
.checkbox-custom.circle + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  background-color: #f8f7f7;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #696969;
}
.checkbox-custom.circle:checked + .checkbox-custom-label:before {
  content: '';
  background: none;
  color: #fff;
  border: 3px solid #c1bd78;
}
.gallery .gallery-items {
  margin-bottom: 70px;
}
.gallery .gallery-it {
  width: 30%;
  border: 1px solid transparent;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}
.gallery .gallery-it img.pro-img {
  max-width: 100%;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery .gallery-it .hover-inner {
  position: absolute;
  top: 30%;
  left: 30%;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.gallery .gallery-it .hover-inner h1 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
.gallery .gallery-it .hover-inner h1:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery .gallery-it:hover {
  border: 1px solid #c1bd78;
  padding-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery .gallery-it:hover img.pro-img {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery .gallery-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery .gallery-it:hover .hover-inner h1:after {
  background-color: #c1bd78;
  width: 60px;
}
#lightbox.lightbox {
  top: 650px !important;
}
.contact .blogsingle-content {
  width: 100% !important;
  margin-left: 0 !important;
  padding: 0  !important;
}
.contact .contact-left {
  padding-right: 100px;
}
.contact .contact-left h4 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.contact .contact-left img.order-line {
  margin-bottom: 30px;
  margin-top: 20px;
}
.contact .contact-left a:hover {
  color: #c1bd78;
  text-decoration: none;
}
.contact .contact-left .ct-icon {
  display: flex;
}
.contact .contact-left .ct-icon h4 {
  margin-right: 30px;
}
.contact .contact-left .ct-icon a {
  margin-right: 10px;
  margin-top: -10px;
}
.contact .contact-left .ct-icon a i.ion-social-facebook {
  padding: 10px 13px 10px 13px;
}
.contact .contact-left .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}
.contact .contact-left .ct-icon a:hover i {
  color: #ffffff;
  background-color: #c1bd78;
  transition-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact #map_canvas {
  margin-top: 100px;
  margin-bottom: 100px;
}
.contactv2 img.order-line {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-bottom: 0 !important;
}
.contactv2 .contact-form {
  width: 70% !important;
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.contactv2 .contact-form input.submit {
  margin-left: 40%;
}
.contactv2 #map_canvas {
  margin-top: 0 !important;
}
.contactv2 .left-ct {
  padding-left: 70px;
}
.contactv2 .ct-v2-hd {
  background: url('../images/uploads/heading-bg.png') no-repeat;
  background-position: left;
  background-size: 25%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.contactv2 .ct-v2-hd h1 {
  font-family: "Lato", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contactv2 h4 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #c1bd78;
  font-weight: 600;
  font-style: Italic;
  margin-bottom: 40px;
  padding-right: 100px;
}
.contact-top {
  background: url('../images/uploads/ct-bg.jpg');
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover ;
  padding-bottom: 100px;
}
.error {
  background-color: #ffffff;
  background: url('../images/uploads/error-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
}
.error h1 {
  margin-top: 150px;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 50px;
}
.error p {
  text-transform: uppercase;
  font-weight: 700;
}
.error p a {
  color: #333333;
  margin-left: 10px;
}
.error p a:hover {
  color: #c1bd78;
}
.comingsoon {
  background-color: #ffffff;
  background: url('../images/uploads/error-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
}
.comingsoon h1 {
  background: url('../images/uploads/heading-bg.png') no-repeat;
  background-position: center;
  background-size: 15%;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: 150px;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 50px;
}
.comingsoon .time {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
.comingsoon .time span {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  color: #c1bd78;
  font-weight: 900;
  padding: 0 15px;
}
.comingsoon .time span.space {
  font-size: 18px;
  margin-top: 75px;
}
.comingsoon .time p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #696969;
  font-weight: '';
  font-style: Italic;
  padding: 0 15px 0 15px;
}
.comingsoon input.email {
  padding: 20px 20px;
  color: #ababab;
  font-size: 14px;
  background-color: #f8f7f7;
  border: none;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  margin-bottom: 50px;
}
.comingsoon a.subcribe {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  padding: 10px 35px;
  color: #333333;
}
.comingsoon a.subcribe:hover {
  color: #c1bd78;
  text-decoration: none;
}
.comingsoon img.div-line {
  margin-top: 100px;
}
.comingsoon .ct-icon {
  margin-top: 40px;
  float: right;
  right: 0;
  display: flex;
}
.comingsoon .ct-icon h4 {
  margin-right: 30px;
}
.comingsoon .ct-icon a {
  margin-right: 10px;
  margin-top: -10px;
}
.comingsoon .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
}
.comingsoon .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}
.comingsoon .ct-icon a:hover i {
  color: #ffffff;
  background-color: #c1bd78;
  transition-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.comingsoon .infor-ct span.left {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
  color: #696969;
  font-style: Italic;
  float: left;
  left: 0;
  text-align: left;
  margin-top: 40px;
}
.comingsoon .infor-ct span.left a {
  color: #c1bd78;
  text-decoration: underline;
}
.service {
  background: #f8f7f7;
  padding: 70px 0;
}
.service .sv-item {
  margin-bottom: 30px;
}
.service .sv-item img {
  width: 100%;
}
.floweraboutv1 {
  background: #ffffff;
}
.floweraboutv1 .ab-decorate {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -40px;
}
.flowerads {
  padding: 200px 0 200px 0;
  background: url('../images/uploads/ads-bg3.png') no-repeat;
  background-position: center;
  text-align: center;
}
.flowerads .fl-ads3-ct p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.flowerads .fl-ads3-ct h2 {
  font-family: 'Playfair Display', serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}
.flowerads a.pink {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  color: #ffffff;
  background: #f49ac1;
  border: 1px solid transparent;
}
.flowerads a.pink:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  color: #f49ac1;
  background: #ffffff;
  border: 1px solid #f49ac1;
  text-decoration: none;
}
.arrivals {
  padding-bottom: 100px;
}
.arrivals .arrival-box {
  margin-bottom: 30px;
}
.arrivals .arrival-box:hover .pro-infor h2,
.arrivals .arrival-box:hover .pro-infor a {
  color: #f49ac1;
  text-decoration: none;
}
.arrivals .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #f49ac1;
}
.arrivals .pro-it.v2.arrival-it .hover-inner {
  left: 27%;
}
.arrivals .pro-it.v2.arrival-it .hover-inner a.cart i {
  background-color: #f49ac1;
  border: 1px solid transparent;
}
.arrivals .pro-it.v2.arrival-it .hover-inner a + .tooltip .tooltip-inner {
  background: #f49ac1;
}
.arrivals .pro-it.v2.arrival-it .hover-inner a + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #f49ac1;
}
.flowerblog {
  padding-bottom: 100px;
}
.flowerblog .blog-fl-title {
  margin-top: 100px;
  margin-bottom: 70px;
}
.flowerblog .blog-fl-title h1 {
  font-family: 'Playfair Display', serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
  margin-left: 55px;
  margin-right: 55px;
}
.flowersub .sub-content {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.flowersub .sub-content .form input.email {
  text-align: center;
  background-color: #f8f7f7;
}
.flowersub .sub-content .sub-button a:hover {
  color: #f49ac1;
  background: #ffffff;
  border: 1px solid #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flowerinstagram {
  overflow: hidden;
}
.flowerinstagram .insta-img {
  margin-left: 15px;
}
.flowerinstagram img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  width: 318px;
  height: 320px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: -2px;
  margin-left: -2px;
}
.flowerinstagram img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.flowerinstagram .insta-content {
  background: #333333;
  text-align: center;
  padding: 40px 0;
}
.flowerinstagram .insta-content h1 {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #9a9a9a;
  font-weight: '';
  font-style: '';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.flowerinstagram .insta-content a {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-style: Italic;
}
.floweraboutv2 {
  background: url('../images/uploads/flow-ab-bg2.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
}
.floweraboutv2 .heading-sec h1 {
  font-size: 72px;
}
.floweraboutv2 .heading-sec h1 span {
  font-size: 40px;
}
.floweraboutv2 img.ab-img,
.floweraboutv2 img.ab-img-r {
  margin-bottom: 190px;
}
.floweraboutv2 img.ab-img-r {
  width: 80%;
  float: right;
  right: 0;
}
.floweraboutv2 .fl-ads3-ct {
  text-align: center;
  margin-bottom: 100px;
}
.floweraboutv2 .fl-ads3-ct p {
  padding: 0 20px;
  margin-bottom: 30px;
}
.floweraboutv2 .fl-ads3-ct p.title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.floweraboutv2 .fl-ads3-ct h2 {
  font-family: 'Playfair Display', serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}
.floweraboutv2 a.pink {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  color: #ffffff;
  background: #f49ac1;
  border: none;
  text-decoration: none;
}
.floweraboutv2 a.pink:hover {
  color: #f49ac1;
  background: #ffffff;
  border: 1px solid #f49ac1;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flowerarrival {
  margin-left: 100px;
}
.flowerarrival .arr-left {
  padding: 130px 0;
  background: url('../images/uploads/arr-bg-1.png') no-repeat;
  text-align: center;
  margin-bottom: 50px;
}
.flowerarrival .arr-left h2 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: '';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
.flowerarrival .arr-left h1 {
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 72px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}
.flowerarrival .arr-left p {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Regular;
  text-transform: uppercase;
  margin-bottom: 150px;
}
.flowerarrival .arr-left a.shopbt {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  font-style: Italic;
  background-color: #333333;
  padding: 5px 25px;
}
.flowerarrival .time {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
.flowerarrival .time span {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #333333;
  font-weight: 900;
  padding: 0 15px;
}
.flowerarrival .time span.space {
  font-size: 18px;
  margin-top: 25px;
}
.flowerarrival .time p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #f49ac1;
  font-weight: '';
  font-style: Italic;
  padding: 0 15px 0 15px;
}
.flowerarrival .arr-right {
  margin-top: 100px;
}
.flowerarrival .arr-right .arr-hd h1 {
  font-family: 'Playfair Display', serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-left: 100px;
}
.flowerarrival .arr-right .arr-slider {
  padding: 100px 0;
  background: #f8f7f7;
  text-align: center;
  margin-top: -15px;
}
.flowerarrival .arr-right .arr-slider .arr-it img {
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.flowerarrival .arr-right .arr-slider .arr-it .arr-text {
  margin-top: 0px;
}
.flowerarrival .arr-right .arr-slider .arr-it .arr-text h1 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: -15px;
  position: relative;
}
.flowerarrival .arr-right .arr-slider .arr-it .arr-text h1:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #696969;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flowerarrival .arr-right .arr-slider .arr-it .arr-text span {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
}
.flowerarrival .arr-right .arr-slider .arr-it:hover h1,
.flowerarrival .arr-right .arr-slider .arr-it:hover a {
  color: #f49ac1;
  text-decoration: none;
}
.flowerarrival .arr-right .arr-slider .arr-it:hover h1:after {
  width: 60px;
  background-color: #f49ac1;
}
.flowerarrival .arr-right .owl-pagination {
  display: none;
}
.flowerarrival .arr-right .owl-buttons div {
  background: none;
  position: absolute;
}
.flowerarrival .arr-right .owl-buttons div i {
  font-size: 40px;
  color: #f49ac1;
}
.flowerarrival .arr-right .owl-wrapper-outer {
  position: relative;
}
.flowerarrival .arr-right .owl-prev {
  float: left;
  left: 0;
  top: 150px;
}
.flowerarrival .arr-right .owl-next {
  float: right;
  right: 0;
  top: 150px;
}
.slogan {
  background: url('../images/uploads/slogan-bg.png') no-repeat;
  text-align: center;
  background-size: 55%;
  background-position: center;
  text-transform: uppercase;
  padding: 150px 0;
}
.slogan h2 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
}
.slogan h1 {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0.5em;
  margin-bottom: 60px;
}
.slogan p {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
}
.flowerarrival.trending {
  margin-left: 0;
  margin-right: 100px;
}
.flowercategories .cate-it {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flowercategories .fl-cate-ct {
  position: relative;
  overflow: hidden;
}
.flowercategories .fl-cate-ct img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.flowercategories .fl-cate-ct h2.cate-title {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 40px;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .2em;
  display: block;
  transform: translate(-50%, -50%);
}
.flowercategories .fl-cate-ct h2.cate-title a {
  text-decoration: none;
}
.flowercategories .fl-cate-ct h2.cate-title a:hover {
  color: #f49ac1;
}
.flowercategories .fl-cate-ct h2.cate-title.it3 {
  top: 25%;
}
.flowercategories .fl-cate-ct:hover img {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.flowercategories .fl-cate-ct.it4 {
  margin-left: 24.8%;
  margin-top: -483px;
}
.flowercategories .fl-cate-ct.it5 {
  margin-top: -483px;
}
.floweradsv3 .ads-item-left {
  background: url('../images/uploads/adsv3.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: right;
}
.floweradsv3 .ads-item-left .ads-text {
  margin-right: 70px;
}
.floweradsv3 .ads-item-left .ads-text h1 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.floweradsv3 .ads-item-left .ads-text span {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.floweradsv3 .ads-item-right {
  background: url('../images/uploads/adsv32.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: right;
}
.floweradsv3 .ads-item-right .ads-text {
  margin-right: 70px;
}
.floweradsv3 .ads-item-right .ads-text h1 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.floweradsv3 .ads-item-right .ads-text span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Italic;
  letter-spacing: 0.3em;
  padding: 5px;
  background-color: #ffffff;
}
.flower-services {
  background: #f5f7fa;
  padding-top: 30px;
}
.flower-services .process-it .step-content.right {
  text-align: right;
}
.flower-services .process-it .step-icon i {
  color: #f49ac1;
  background-color: #ffffff;
}
.flower-services .process-it .step-icon i:hover {
  color: #ffffff;
  background-color: #f49ac1;
}
.flowersubscribev3 {
  background: url('../images/uploads/flow-sub-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}
.floweraboutv4 {
  background: #ffffff;
}
.floweraboutv4 .flowerintro {
  margin-bottom: 80px;
}
.floweraboutv4 .flowerintro p {
  font-size: 18px;
  margin: 0;
  padding-right: 120px;
  text-align: left;
  background: url('../images/uploads/heading-bg4.png') no-repeat;
  padding-top: 60px;
}
.floweraboutv4 .ab-flow-r {
  border-left: 1px solid #f4f4f4;
  padding-left: 50px;
  padding-bottom: 30px;
}
.floweraboutv4 .ab-flower-it {
  margin-bottom: 40px;
  padding-right: 100px;
}
.floweraboutv4 .ab-flower-it h1 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.trendingv4 {
  background-color: #f8f7f7;
  text-align: center;
  margin-right: 0 !important;
  padding-bottom: 90px;
}
.trendingv4 .arr-hd h1 {
  margin-top: -15px;
  margin-bottom: 100px;
}
.trendingv4 .arr-right .arr-slider .arr-it.v4 img {
  width: 100%;
  height: 365px;
}
.trendingv4 .arr-right {
  margin-top: 0;
}
.trendingv4 .arr-right .arr-slider {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.trendingv4 .right-it-3 {
  position: relative;
}
.trendingv4 .right-it-3 span {
  position: absolute;
  color: #ffffff;
  padding: 0 5px;
  background-color: #333333;
  letter-spacing: 0.3em;
  left: 40%;
  top: 35%;
}
.flowerdealv4 {
  padding-top: 120px;
}
.flowerdealv4 .arr-right {
  margin-top: 80px;
}
.flowerdealv4 .deal-left {
  position: relative;
  text-align: center;
}
.flowerdealv4 .deal-left .flow-deal-ct {
  position: absolute;
  top: -25px;
}
.flowerdealv4 .deal-left .flow-deal-ct h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #333333;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-left: 30px;
}
.flowerdealv4 .deal-left .flow-deal-ct p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.flowerdealv4 .arr-right .arr-hd h1 {
  margin-left: 130px;
}
.flowerdealv4 .dealv4-right {
  margin-top: -15px;
  text-align: center;
  background-color: #f8f7f7;
  padding: 50px 0;
  margin-left: 60px;
  margin-bottom: 20px;
}
.flowerdealv4 .dealv4-right .first-it {
  display: flex;
  margin-bottom: 35px;
}
.flowerdealv4 .dealv4-right .first-it .left {
  text-align: right;
  text-transform: uppercase;
  color: #696969;
  font-weight: 700;
  margin-right: 30px;
  margin-left: 150px;
}
.flowerdealv4 .dealv4-right .first-it .right {
  text-align: left;
}
.flowerdealv4 .dealv4-right p.para {
  padding: 0 50px;
  margin-bottom: 30px;
}
.flowerdealv4 .dealv4-right a.pink {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #f49ac1;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flowerdealv4 .dealv4-right a.pink:hover {
  background-color: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.flowerdealv4 .time {
  margin-left: 50px;
}
.floweradsv4 {
  background: url('../images/uploads/adsv4-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}
.floweradsv4 .fl-ads3-ct h2 {
  margin-bottom: 60px;
}
.floweradsv4 a.pink {
  background-color: #ffffff;
  color: #f49ac1;
  padding: 12px 30px ;
}
.floweradsv4 a.pink:hover {
  background-color: #f49ac1;
  color: #ffffff;
}
.flowersliderv3 {
  position: relative;
}
.flowersliderv3 .slider-right {
  padding-top: 185px;
  text-align: center;
}
.flowersliderv3 .slider-right img {
  margin-bottom: 35px;
}
.flowersliderv3 .slider-right h1 {
  margin-bottom: 35px;
  letter-spacing: 0.3em;
  color: #696969;
  font-size: 24px;
  font-weight: 600;
}
.flowersliderv3 .slider-right p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
.aboutflowerab {
  background: url('../images/uploads/abflowerab-bg.png') no-repeat;
  background-position: center;
  background-size: 100%;
  padding-bottom: 130px;
  padding-top: 120px;
  background-color: #ffffff;
}
.flowerab-intro {
  padding-bottom: 0;
}
.flowerab-ads {
  background: #ffffff;
}
.flowerab-ads .fl-ads3-ct a.pink {
  background: #f49ac1;
  color: #ffffff;
}
.flowerab-ads .fl-ads3-ct a.pink:hover {
  background: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
}
.aboutflowerabv2 {
  background: url('../images/uploads/ab-flowv2.png') no-repeat;
  padding-bottom: 60px;
}
.aboutflowerabv2 .ab-flow-r {
  padding-right: 70px;
  border-left: 1px solid transparent;
}
.aboutflowerabv2 .ab-flow-r .ab-introv2 {
  margin-bottom: 70px;
}
.aboutflowerabv2 .ab-flow-r .ab-introv2 h1 {
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 120px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.aboutflowerabv2 .ab-flow-r .ab-introv2 h2.pink {
  text-align: right;
  font-size: 48px;
  font-style: Italic;
  font-weight: 400;
}
.cakeabout {
  padding-bottom: 100px;
  padding-top: 140px;
  background: url('../images/uploads/cake-ab.png') no-repeat;
  background-position: top 270px left 660px;
}
.cakeabout img.img-r {
  margin-top: -220px;
  margin-bottom: 120px;
}
.cakeabout p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  padding-right: 50px;
  letter-spacing: 0.1em;
}
.cakeabout p span {
  font-weight: 700;
}
.flower-bg {
  text-align: right;
}
.cakecategories {
  background-color: #f8f7f7;
  padding-bottom: 120px;
  margin-top: -200px;
}
.cakecategories .cake-heading h1 {
  margin-top: -40px;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 100px;
}
.cakecategories .cate-it .fl-cate-ct {
  margin-bottom: 30px;
}
.cakecategories .cate-it .fl-cate-ct h2.cate-title {
  padding: 12px 30px;
}
.cakecategories .cate-it .fl-cate-ct:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.cakearrival {
  padding-top: 50px;
  padding-bottom: 90px;
}
.cakearrival .heading-sec h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 150%;
}
.cakearrival .products-it .pro-infor {
  margin-top: -40px;
}
.cakearrival .arrival-box:hover .pro-infor h2 {
  color: #f49ac1;
}
.cakearrival .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #f49ac1;
}
.cakeads {
  background: url('../images/uploads/cakeads.png') no-repeat;
}
.cakearrival .blog-it-left .cakeblog-ct .arr-date {
  text-align: center;
  border: 2px solid #f4f4f4;
  border-radius: 50%;
  padding: 0;
  margin-right: -10px;
  margin-left: -10px;
}
.cakearrival .blog-it-left .cakeblog-ct .arr-date h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #f49ac1;
  font-weight: 700;
  font-style: Bold;
  position: relative;
  padding-bottom: 10px;
}
.cakearrival .blog-it-left .cakeblog-ct .arr-date h1:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cakearrival .blog-it-left .cakeblog-ct .arr-date p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
}
.cakearrival .blog-it-left .cakeblog-ct:hover .arr-date h1:after {
  background-color: #f49ac1;
  width: 60px;
}
.cakearrival .blog-it-left .cakeblog-ct:hover .blog-ct-left h2 a {
  color: #f49ac1;
}
.cakeabouthero {
  background: url('../images/uploads/abcake-bg.png') no-repeat;
}
.cakeaboutab {
  background: url('../images/uploads/ab-bg.png') no-repeat;
  background-position: top 300px center;
}
.cakeaboutab .item1 {
  margin-bottom: 50px;
}
.cakeaboutab .item1 .heading-sec {
  padding-left: 60px;
  padding-right: 60px;
}
.cakeaboutab .item1 .heading-sec p {
  padding-right: 200px;
  margin-bottom: 80px;
}
.cakeaboutab .item1 .ab-right {
  padding-right: 60px;
  margin-top: 100px;
}
.cakeaboutab .item1 .ab-right img {
  margin-bottom: 95px;
}
.cakeaboutab .item1 .ab-right p.quote {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #696969;
  font-weight: 400;
  font-style: Italic;
  padding-right: 120px;
  margin-bottom: 40px;
}
.cakeaboutab .item1 .ab-right h4 {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cakeaboutab .item2 {
  background-color: #ffffff;
  padding: 90px;
}
.cakeaboutab .item2 .heading-sec {
  text-align: center;
}
.cakeaboutab .item2 .heading-sec p {
  padding: 0 45px;
  margin-bottom: 80px;
}
.cakeaboutab .item2 .ct-icon {
  text-align: center;
}
.cakeaboutab .item2 .ct-icon a {
  margin-right: 10px;
}
.cakeaboutab .item2 .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
}
.cakeaboutab .item2 .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}
.cakeaboutab .item2 .ct-icon a:hover i {
  color: #ffffff;
  background-color: #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cakeaboutab .milestone {
  text-align: center;
  margin-top: 70px;
}
.cakeaboutab .milestone h1 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #f49ac1;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 25px;
}
.cakeaboutab .milestone span {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
}
.cakeinstagram {
  padding: 115px 0;
  text-align: center;
}
.cakeinstagram .insta-content {
  background: url('../images/uploads/insta-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 165px 0;
  text-align: center;
}
.cakeinstagram .insta-content .border {
  width: 25%;
  background-color: #ffffff;
  margin-left: 40%;
  padding: 15px;
  border-radius: 50%;
}
.cakeinstagram .insta-content .border .insta-text {
  padding: 75px 0;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cakeinstagram .insta-content .border:hover .insta-text {
  border: 1px solid #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cakeinstagram p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.cakeinstagram p.title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #333333;
}
.cakeinstagram a {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #f49ac1;
  font-weight: 400;
  font-style: Italic;
}
.cakecontact .ct-icon.pink-ico a:hover i {
  color: #ffffff;
  background-color: #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plantsubscribe {
  background: url('../images/uploads/plant-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}
.planttestimonial {
  background: url('../images/uploads/planttest.png') no-repeat;
  background-size: cover;
  padding: 50px;
}
.planttestimonial .heading-sec {
  text-align: center;
  margin-bottom: 45px;
}
.planttestimonial .plant-it {
  background-color: #ffffff;
  padding: 50px 30px;
  margin-right: 30px;
}
.planttestimonial .plant-it img.ava {
  margin-bottom: 30px;
}
.planttestimonial .plant-it p.name {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
.planttestimonial .plant-it span {
  text-transform: none;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  font-style: Italic;
}
.planttestimonial .plant-it p.quote {
  font-style: Italic;
  letter-spacing: 0.1em;
}
.planttestimonial .owl-pagination {
  display: none;
}
.planttestimonial .owl-buttons div {
  background: none!important;
  position: absolute;
}
.planttestimonial .owl-buttons div i {
  font-size: 48px;
  color: #696969;
}
.planttestimonial .owl-prev {
  float: left;
  left: -60px;
  top: 180px;
}
.planttestimonial .owl-next {
  float: right;
  right: -30px;
  top: 180px;
}
.plantblog {
  padding-bottom: 90px;
}
.plantproduct {
  padding: 100px 0;
}
.plantproduct .heading-sec {
  background: none;
}
.plantproduct .heading-sec img.icon {
  margin-bottom: 30px;
}
.plantproduct .heading-sec .title h1 {
  margin-top: -30px;
}
.plantproduct .arrival-box {
  margin-bottom: 30px;
}
.plantproduct .arrival-box:hover .pro-infor h2,
.plantproduct .arrival-box:hover .pro-infor a {
  color: #c1bd78;
  text-decoration: none;
}
.plantproduct .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #c1bd78;
}
.plantservice {
  padding-bottom: 90px;
  background: url('../images/uploads/plantservice-bg.png') no-repeat;
  background-position: center;
  margin-top: -300px;
}
.plantservice .blog-it-left {
  padding-top: 320px;
}
.plantservice img.icon {
  padding: 25px 35px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.plantheading {
  text-align: center;
  padding: 100px 0;
}
.plantheading h1 {
  font-family: "Playfair Display", serif;
  font-size: 120px;
  color: #c1bd78;
  font-weight: 600;
  font-style: Bold;
}
.plantheading span {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  margin-left: 130px;
}
.plantheading p {
  padding: 0 280px;
  margin-bottom: 30px;
  margin-top: 35px;
}
.plantheading h2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
}
.aboutplanthero {
  background: url('../images/uploads/planthero.jpg') no-repeat;
}
.aboutplantintro {
  padding-top: 120px;
}
.aboutplantintro .ab-plant-left .team-it {
  margin-top: 30px;
}
.aboutplantintro .ab-plant-left .team-it img {
  width: 100%;
  position: relative;
}
.aboutplantintro .ab-plant-left .team-it .hover-inner {
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutplantintro .ab-plant-left .team-it .hover-inner h2 {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #696969;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.aboutplantintro .ab-plant-left .team-it .hover-inner h2:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutplantintro .ab-plant-left .team-it .hover-inner span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  text-transform: capitalize;
}
.aboutplantintro .ab-plant-left .team-it:hover img {
  opacity: 0.5;
}
.aboutplantintro .ab-plant-left .team-it:hover .hover-inner {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutplantintro .ab-plant-left .team-it:hover h2 {
  color: #c1bd78;
}
.aboutplantintro .ab-plant-left .team-it:hover h2:after {
  width: 60px;
  background-color: #c1bd78;
}
.aboutplantintro .ab-plant-r h1 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-left: -100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.aboutplantintro .ab-plant-r .it {
  margin-bottom: 35px;
}
.aboutplantintro .ab-plant-r .it img {
  margin-left: 30px;
}
.aboutplantintro .ab-plant-r .it h2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutplantintro .ab-plant-r .it h2:before {
  height: 1px;
  width: 0px;
  display: inline-block;
  background-color: #c1bd78;
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutplantintro .ab-plant-r .it:hover h2:before {
  width: 30px;
}
.aboutplantintro .ab-plant-r .it:hover h2 {
  color: #c1bd78;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutplantmilestone {
  padding-bottom: 100px;
}
.aboutplantmilestone .milestone h1 {
  color: #c1bd78;
}
.aboutplantads {
  padding: 100px 0;
}
.aboutplantads .plantads-left img.app {
  float: right;
  right: 0;
  margin-top: -100px;
}
.aboutplantads .plantads-left img.gg {
  float: left;
  left: 0;
  margin-top: -100px;
}
.aboutplantads .plantads-r .heading-sec {
  margin-bottom: 45px;
}
.aboutplantads .plantads-r h4.panel-title:hover a {
  background-color: #c1bd78 !important;
  color: #ffffff !important;
}
.aboutplantads .plantads-r h4.panel-title:hover a.collapsed:after {
  color: #c1bd78 !important;
  background-color: #ffffff !important;
}
.aboutplantads .plantads-r .panel {
  margin-bottom: 20px;
}
.aboutplantads .plantads-r .panel-group,
.aboutplantads .plantads-r .panel-group .panel,
.aboutplantads .plantads-r .panel-group .panel-heading,
.aboutplantads .plantads-r .panel-group .panel-heading a,
.aboutplantads .plantads-r .panel-group .panel-title,
.aboutplantads .plantads-r .panel-group .panel-title a,
.aboutplantads .plantads-r .panel-group .panel-body,
.aboutplantads .plantads-r .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.aboutplantads .plantads-r .panel-group .panel-heading {
  padding: 0;
}
.aboutplantads .plantads-r .panel-group .panel-heading a {
  display: block;
  background: #c1bd78;
  padding: 20px 30px;
  text-decoration: none;
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  font-style: Bold;
  letter-spacing: 0.1em;
}
.aboutplantads .plantads-r .panel-group .panel-heading a.collapsed {
  background: #f8f7f7;
  color: #333333;
}
.aboutplantads .plantads-r .panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #c1bd78;
  padding: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.aboutplantads .plantads-r .panel-group .panel-heading a.collapsed:after {
  content: '+';
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 1px 3px;
  background-color: #c1bd78;
  border-radius: 50%;
}
.aboutplantads .plantads-r .panel-group .panel-body {
  background: #f8f7f7;
  padding: 30px;
}
.aboutplantads .plantads-r .panel-group .panel {
  background-color: transparent;
}
.aboutplantads .plantads-r .panel-group .panel-body p:last-child,
.aboutplantads .plantads-r .panel-group .panel-body ul:last-child,
.aboutplantads .plantads-r .panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
.aboutplantlogo {
  margin-top: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1670px) {
  #deal .deal-label {
    margin-left: 60px;
  }
  .productsv4 .products-it .pro-it {
    width: 90%;
  }
  .productsv4 .products-it .pro-it .hover-inner {
    left: 13%;
  }
  .flowerinstagram .insta-img {
    margin-left: 125px;
  }
  .flowerarrival .arr-left {
    background-position: center;
  }
  .flowerarrival {
    margin-left: 0;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flowerarrival {
    margin-left: 0;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
  #deal .deal-label {
    margin-left: 0px;
    padding: 25px 0px;
  }
  .products .products-it .pro-it .hover-inner {
    left: 15%;
  }
  #adsv2 .ads-left .ads-text {
    padding-top: 130px;
  }
  #adsv2 .ads-right .ads-text.ad-r {
    padding-top: 115px;
    margin-left: 20px;
  }
  #adsv2 .ads-right .ads-text.ad-r h1.ad-r {
    letter-spacing: 0.1em;
  }
  .productsv4 .products-it {
    margin-left: 20px;
  }
  .productsv4 .products-it .pro-it {
    width: 85%;
  }
  .productsv4 .products-it .pro-it .hover-inner {
    left: 10%;
  }
  #aboutv1 .ab-right .quote {
    overflow: hidden;
    background-size: contain;
    padding-bottom: 60px;
  }
  .aboutlogo img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .gallery .gallery-it .hover-inner {
    left: 25%;
  }
  .shopgrid .products-it {
    margin-left: 0;
  }
  .productdetail .pro-detail-infor .more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail form {
    margin-left: 0;
  }
  .arrivals .pro-it.v2.arrival-it .hover-inner {
    left: 22%;
  }
  .flowerinstagram .insta-img {
    margin-left: 30px;
  }
  .flowerarrival .arr-left {
    background-position: center;
  }
  .flowerarrival .time span {
    padding: 0;
  }
  .flowerarrival .time p {
    padding: 3px;
  }
  .flowerblog .blog-fl-title {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .flowerblog .blog-fl-title h1 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #rev_slider_3_1_wrapper {
    margin-left: 0 !important;
  }
  .flowerarrival .arr-left {
    background-position: center;
  }
  .flowerarrival .time span {
    padding: 0;
  }
  .flowerarrival .time p {
    padding: 0px;
  }
  .flowerblog .blog-fl-title {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .flowerblog .blog-fl-title h1 {
    margin-top: 20px;
  }
  .blog .blog-it-left .blog-ct-left p {
    padding-right: 0;
  }
  .floweradsv3 .ads-item-left {
    margin-bottom: 30px;
  }
  .processv3 .process-it .step-icon {
    margin: 10px;
  }
  .flowerdealv4 .dealv4-right .first-it .left {
    margin-left: 50px;
  }
  .flowerarrival {
    margin-left: 0;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
  .flowerdealv4 .arr-right .arr-hd h1 {
    margin-left: 50px;
  }
  .flowerdealv4 .time {
    margin-left: 0;
  }
  .trendingv4 .right-it-3 span {
    left: 33%;
  }
  .plantheading p {
    padding: 0 100px;
  }
  .plantproduct .products-it .pro-it.arrival-it .hover-inner {
    left: 13%;
  }
  .planttestimonial .plant-it {
    margin-right: 100px;
  }
  #deal .deal-label {
    margin-left: 0px;
    padding: 25px 0px;
    width: 60%;
  }

  #process {
    background: none;
  }
  #process .step1-icon i {
    margin-left: 20px;
  }
  #process .step1-icon:before {
    margin-left: 5px;
  }
  #process .step2-icon i {
    margin-left: 35px;
  }
  #process .step2-icon:before {
    margin-left: 20px;
  }
  #process .step3-icon i {
    margin-left: 80px;
  }
  #process .step3-icon:before {
    margin-left: 65px;
  }
  #process .step4-icon i {
    margin-left: 25px;
    margin-top: 135px;
  }
  #process .step4-icon:before {
    margin-left: 10px;
    margin-top: 125px;
  }
  #testimonial p.quote {
    padding-left: 150px;
    padding-right: 150px;
  }
  .blog-it-content2 {
    margin-top: 20px;
  }
  #chooseus .outer-it {
    margin-top: 0;
  }
  #adsv2 .ads-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #adsv2 .ads-left .ads-text {
    padding-top: 130px;
  }
  #adsv2 .ads-right .ads-text.ad-r {
    padding-top: 115px;
    margin-left: 20px;
  }
  #adsv2 .ads-right .ads-text.ad-r h1.ad-r {
    letter-spacing: 0.1em;
  }
  .subscribev3 .sub-content {
    padding: 80px 80px;
  }
  .productsv4 .products-it {
    margin-left: 20px;
  }
  .productsv4 .products-it .pro-it {
    width: 85%;
  }
  .productsv4 .products-it .pro-it .hover-inner {
    left: 12%;
  }
  #farm .farm-it p {
    padding: 0 100px;
  }
  #aboutv1 .ab-right .quote {
    overflow: hidden;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .aboutlogo img {
    margin-bottom: 30px;
  }
  .gallery .gallery-items {
    margin-left: 50px;
  }
  .gallery .gallery-it {
    width: 45%;
  }
  .gallery .gallery-it .hover-inner {
    left: 25%;
  }
  .bloglistpost-v1 .bg-sidebar .search i {
    top: 15px;
  }
  .shopgrid .right-it {
    float: left;
    margin-left: 0;
  }
  .shopgrid .blogpanigation {
    margin-left: 15%;
  }
  .shopgrid .right-it {
    display: flex;
    flex-wrap: wrap;
  }
  .shopgrid .right-it .drop,
  .shopgrid .right-it .icon-select {
    margin-bottom: 30px;
  }
  .shopgrid .products-it {
    margin-left: 0;
  }
  .shopgrid .products-it .pro-it .hover-inner {
    left: 25%;
  }
  .productdetail .pro-detail-infor .more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail form {
    margin-left: 0;
  }
  .productdetail .pro-description span {
    margin-right: 20%;
  }
  .blogsingle .blogsingle-content {
    width: 100%;
    margin-left: 0;
  }
  .contact .contact-left {
    padding-right: 30px;
  }
  .contactv2 .contact-top .ct-img img {
    width: 100%;
  }
  .contactv2 .contact-top .left-ct {
    padding-left: 0;
  }
  .contactv2 .contact-top .left-ct .ct-v2-hd {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 35%;
  }
  .contactv2 .contact-form {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .arrivals .pro-it.v2.arrival-it .hover-inner {
    left: 12%;
  }
  .flowerinstagram .insta-img {
    margin-left: 80px;
  }
}

@media (max-width: 600px) {
    .productdetail .tabs .tab-links li a { 
        font-size: 2.5vw;
        margin-right: 0;
        padding: 7px;
    }
}
section#topbar {
  padding: 0;
  background-color: #444444;
}
section#topbar .top-left {
  padding-top: 15px;
}
section#topbar .top-left p {
  color: #828282;
  margin-left: 40px;
}
section#topbar .top-left p span {
  color: #ffffff;
}
section#topbar ul.topbar-right {
  float: right;
  margin-right: 100px;
}
section#topbar ul.topbar-right li a {
  color: #828282;
}
section#topbar ul.topbar-right li a.login {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 15px;
  border-left: 1px solid #828282;
  border-right: 1px solid #828282;
}
section#topbar ul.topbar-right li a:hover {
  color: #c1bd78;
  background: none !important;
}
section#topbar ul.topbar-right li.dropdown button {
  background: none !important;
  border: none;
  color: #828282;
  margin-top: 10px;
}
section#topbar ul.topbar-right li.dropdown button ul.dropdown-menu.level1 li a {
  color: #828282 !important;
}
.fixed-nav1,
.fixed-nav3,
.fixed-nav4 {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
.fixed-nav3 .main-logo {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fixed-nav4 {
  margin-top: -15px;
}
.fixed-nav4 .topsearch.show {
  margin-top: 15px;
  height: 39px;
}
.fixed-nav4 .main-logo4 {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fixed-nav4 nav#mainNav3 {
  border-top: none !important;
}
header {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
  width: 100%;
  display: block;
  border-bottom:1px solid #eee;
}
header .navbar-default {
  border: none;
  margin-bottom: 0;
}
header nav ul.hd-menu {
  margin-top: 10px;
}
header nav {
  border-bottom: none !important;
  background-color: #ffffff !important;
}

header nav ul.hd-menu li.dropdown a {
  color: #696969;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Lato", serif;
  font-weight: 700;
  margin-right: 20px;
  padding: 37px 0 37px 0;
  border: none;
  background: none;
}
header nav ul.hd-menu li.dropdown a i {
  margin-left: 5px;
}
header nav ul.hd-menu li.dropdown a.white {
  color: #ffffff;
}
header nav ul.hd-menu li.dropdown a.lv1:hover,
header nav ul.hd-menu li.dropdown.open a.lv1 {
  color: #c1bd78 !important;
  background: none !important;
}
header nav ul.hd-menu li.dropdown a.lv1.white:hover,
header nav ul.hd-menu li.dropdown.open a.lv1.white {
  color: #f49ac1 !important;
  background: none !important;
}
header nav ul.hd-menu li.dropdown a.lv1.grey:hover,
header nav ul.hd-menu li.dropdown.open a.lv1.grey {
  color: #f49ac1 !important;
  background: none !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1.pink {
  border-top: 2px solid #f49ac1 !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1.pink li.dropdown ul.dropdown-menu.level2 {
  border-top: 2px solid #f49ac1 !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1.pink li a:hover {
  background: none !important;
  color: #f49ac1 !important;
  border-bottom: 1px solid #f49ac1 !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1 {
  border-top: 2px solid #c1bd78 !important;
  border: none;
  margin-left: -30px;
  min-width: 220px;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li a {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  font-style: Regular;
  text-transform: capitalize;
  margin: 10px 20px 10px 20px;
  padding-left: 0;
  padding-top: 8px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4 !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li a i {
  font-size: 12px !important;
  margin-right: 10px;
  margin-left: -10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li.it-last a {
  border-bottom: 1px solid transparent !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li a:hover {
  background: none !important;
  color: #c1bd78 !important;
  border-bottom: 1px solid #c1bd78 !important;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li a:hover i {
  margin-left: 10px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li.dropdown i.fa-caret-right {
  float: right;
  right: 0;
  margin-top: 5px;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li.dropdown ul.dropdown-menu.level2 {
  border-top: 2px solid #c1bd78 !important;
  top: -17px;
  border: none;
  min-width: 220px !important;
}
header .right-menu {
  float: left;
  left: 0;
  margin-top: 45px;
}
button.menu-btn {
  background:#a29e55;
  border:none;
  padding:27px 15px;
  margin-left:15px;
}
button.menu-btn i {
  color:#fff;
  font-size:30px;
  font-weight:700;
  display: block;
  height:35px;
}
button.menu-btn span{
  width:100%;
  margin-top:5px;
  color:#fff;
  font-size:12px;
  font-weight: 900;
  text-transform: uppercase;
}
header .right-menu i {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
header .right-menu i:hover {
  color: #a29e55;
}
header .opennav2 i {
  color:#a29e55;
}
header .right-menu i:hover {
  color: #c1bd78;
}
header .right-menu button {
  background: none;
  border: none;
}
header .right-menu button i {
  margin-left: 0;
}
header .right-menu button:hover i {
  color: #c1bd78;
}
header .right-menu button.white i {
  color: #ffffff;
}
header .right-menu button.white i:hover {
  color: #f49ac1;
}
.flower-hd3 .right-menu.gray button i {
  color: #696969;
}
.flower-hd3 .hd-logo img.logo-1 {
  padding-top: 22px;
  display: block;
}
.flower-hd3 .hd-logo img.logo-2 {
  display: none;
}
.fixed-nav1 .hd-logo img.logo-1 {
  display: none;
}
.fixed-nav1 .hd-logo img.logo-2 {
  padding-top: 22px;
  display: block;
}
.flower-hd .topsearch input,
.flower-hd2 .topsearch input {
  background: #f49ac1;
}
.flower-hd2 {
  box-shadow: none !important;
  position: absolute;
}
.flower-hd2 ul.nav {
  opacity: 0;
}
.flower-hd2 .navbar-default {
  background-color: transparent !important;
}
.flower-hd4 .right-menu button i {
  color: #ffffff;
}
.flower-hd.fixed-nav4 .nav4 {
  background-color: #333333 !important;
}
.flower-hd2.fixed-nav1,
.flower-hd4.fixed-nav1 {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05) !important;
  position: fixed;
}
.flower-hd2.fixed-nav1 ul.nav,
.flower-hd4.fixed-nav1 ul.nav {
  opacity: 1;
}
.flower-hd2.fixed-nav1 .navbar-default,
.flower-hd4.fixed-nav1 .navbar-default {
  background-color: #ffffff !important;
}
.flower-hd4.fixed-nav1 button i {
  color: #696969;
}
.ht-header .hd-logo img.logo {
  margin-top: 17px;
  max-width:320px;
}
.ht-header .hd-logo-mobile img.logo {
  margin: 6px 0;
  max-width: 61px;
}
.ht-headerv3 .header-logov3 {
  padding-top: 50px;
  padding-bottom: 35px;
  z-index: 1;
}
.ht-headerv3 nav#mainNav3 {
  border-top: 1px solid #f4f4f4;
}
.ht-headerv3 nav#mainNav3 ul.hd-menu3 {
  float: none !important;
  margin-left: 20%;
  margin-right: 0%;
}
.ht-headerv3 nav#mainNav3 ul.hd-menu3 .right-menu {
  float: none !important;
  margin-right: 0;
}
.ht-headerv3 .right-menu {
  float: right;
  margin-right: 100px;
  margin-top: -65px;
}
.ht-headerv3 .right-menu button {
  margin-right: 30px;
}
.ht-headerv4 button.open5 {
  display: none;
}
.ht-headerv4 .hd-if {
  display: flex;
  margin-top: 50px;
}
.ht-headerv4 .hd-if i {
  font-size: 40px;
  color: #696969;
  margin-left: 20px;
  margin-right: 20px;
}
.ht-headerv4 .hd-if button.open4 {
  border: none;
  background: none;
}
.ht-headerv4 .hd-if .hd-infor {
  margin-top: 10px;
}
.ht-headerv4 .hd-if .hd-infor p {
  text-transform: uppercase;
  font-size: 12px;
  color: #696969;
  margin-bottom: 0;
  margin-left: 0;
}
.ht-headerv4 .hd-if .hd-infor span {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
}
.ht-headerv4 .hd-if .hd-infor span.phone {
  color: #c1bd78;
}
.ht-headerv4 .hd-if .hd-infor span.pink {
  color: #f49ac1;
}
.ht-headerv4 .hd-if.right {
  float: left;
  left: 0;
}
.ht-headerv4 nav#mainNav3 {
  margin-left: 15%;
  margin-right: 15%;
}
.ht-headerv4 nav#mainNav3 ul.hd-menu3 {
  margin-left: 25%;
}
.ht-headerv4 nav#mainNav3 .right-menu {
  margin-right: 230px;
}
.ht-headerv4 img.logo {
  margin-left: 60px;
}
.ht-headerv4 .nav4 {
  background: #ffffff;
}
.ht-headerv4 nav.flower-nav {
  background: #333333 !important;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 470px;
  height: 575px;
  display: none;
  z-index: 9999;
  text-align: center;
}
#boxes #dialog img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #boxes .window {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 270px;
    height: 375px;
    display: none;
    z-index: 9999;
    text-align: center;
  }
  .products .products-it .pro-infor span.cat { display: none; }
}
.topsearch {
  height: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: height 0.5s;
}
.topsearch input {
  background: #c1bd78;
  border: none;
  text-align: center;
  height: 0;
  transition: height 0.5s;
  color: #ffffff;
}
.topsearch input:-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.topsearch input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.topsearch input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.topsearch input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.topsearch input[type="text"]::-webkit-input-placeholder {
  line-height: 40px;
  font-family: "Lato", serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: '';
  font-style: Bold;
}
.show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: height 0.5s;
  visibility: visible;
  height: 50px;
}
.show input {
  height: 50px;
  transition: height 0.5s;
}
#page {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main {
  position: relative;
  overflow: hidden;
  display: block;
}
.main:before {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  /*position: absolute;*/
  left: 0;
  /*background: #000;*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  z-index: 9999999;
}
.sidenav {
  background:#fff;
  padding-top: 20px;
  overflow-y: auto;
}
.sidenav .closebtn,
.sidenav .closebtn2,
.sidenav .closebtn3,
.sidenav .closebtn4,
.sidenav .closebtn5 {
  text-align: center;
}
.sidenav .closebtn i,
.sidenav .closebtn2 i,
.sidenav .closebtn3 i,
.sidenav .closebtn4 i,
.sidenav .closebtn5 i {
  font-size: 24px;
  color: #696969;
}
.sidenav .closebtn i:hover,
.sidenav .closebtn2 i:hover,
.sidenav .closebtn3 i:hover,
.sidenav .closebtn4 i:hover,
.sidenav .closebtn5 i:hover {
  color: #c1bd78;
}
.sidenav .closebtn {
  /*margin-top: -415px;*/
}
.sidenav .closebtn-products,.closebtn-cart{
  width:14px;
  height:44px;
  display:block;
  margin:0 auto;
  cursor:pointer;
}
.sidenav .closebtn-products i, .sidenav .closebtn-cart i{
font-size:23px;
}
.sidenav a.closebtn-products, .sidenav a.closebtn-cart{
  color:#a29e55;
  font-size:23px;
}
.menu-cart i{
color:#a29e55;
}
.menu-cart i {
  color:#a29e55;
}
.ttl{
width: 65px;
float: right;
margin-top: -42px;
text-align: right;
margin-left: 80px;
}
.top-total {text-transform: uppercase;
letter-spacing: -0.5px;}
.top-total-value {color: #a29e55;
text-align: right;
line-height: 16px;
font-size:14px;
font-weight:700;
width: 65px;
display: block;}
.menu-cart span{}
  .top-tal
/*.sidenav .closebtn2,
.sidenav .closebtn3,
.sidenav .closebtn4,
.sidenav .closebtn5 {
  margin-top: -225px;
}*/
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover,
.sidenav .offcanvas a:focus {
  color: #f1f1f1;
}
.sidenav p {
  font-family: "Playfair Display", serif;
  color: #696969;
  font-style: Italic;
  text-align: center;
  background: url('../images/aop/decoration.png') no-repeat;
  background-position: center;
  background-size: 40%;
  margin: 0px 40px 15px;
}
.sidenav p span {
  font-weight: 700;
}
.sidenav p.cart-product {
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.sidenav h2 {
  font-family: "Playfair Display", serif;
  padding-left: 30px;
  border-left: 3px solid #c1bd78;
  margin-top: 10px;
  margin-bottom: 15px;
  color:#a29e55;
  font-size:17px;
  font-weight:700;
}
.sidenav .menu {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
}
.sidenav .menu .menu-right a,
.sidenav .menu .menu-left a {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 600;
  font-style: Bold;
  display:block;
  margin-bottom:5px;
}
.sidenav .menu .menu-right a:hover,
.sidenav .menu .menu-left a:hover {
  color: #c1bd78;
  text-decoration: none
}
.sidenav .menu .menu-left {
  /*margin-right: 100px;*/
}
.sidenav .ct-icon {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.sidenav .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
}
.sidenav .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}
.sidenav .ct-icon a:hover i {
  color: #ffffff;
  background-color: #c1bd78;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidenav .fb + .tooltip {
  left: 50px !important;
}
.sidenav .fb + .tooltip.top > .tooltip-arrow {
  left: 40px !important;
}
.sidenav .tw + .tooltip {
  left: 135px !important;
}
.sidenav .tw + .tooltip.top > .tooltip-arrow {
  left: 30px !important;
}
.sidenav .yt + .tooltip {
  left: 210px !important;
}
.sidenav .yt + .tooltip.top > .tooltip-arrow {
  left: 35px !important;
}
.sidenav .vm + .tooltip {
  left: 295px !important;
}
.sidenav .vm + .tooltip.top > .tooltip-arrow {
  left: 29px !important;
}
.sidenav .btn-sidebar-r {
  margin-left: 50px;
  margin-right: 40px;
  display: flex;
}
.sidenav .btn-sidebar-r a.login {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  margin-left: 30px;
  padding: 5px 30px;
}
.sidenav .btn-sidebar-r a.login:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  padding: 5px 30px;
}
.sidenav .search {
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}
.sidenav .search ::-webkit-input-placeholder {
  font-family: "Playfair Display", serif;
  color: #e4e4e4;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 10px;
}
.sidenav .search input {
  border-bottom: 1px solid #e4e4e4 !important;
  border: none;
}
.sidenav .search i {
  font-size: 25px;
  position: absolute;
  float: right;
  right: 20px;
  top: 0px;
}
nav#menu {
  width: 250px;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
.mobile-btn {
  opacity: 0;
  margin-top: 35px;
  margin-left: 10px;
}
.mobile-btn button {
  border: none;
  background: none;
  font-size: 24px;
  color: #333333;
}
.mobile-btn button:hover {
  color: #c1bd78;
}
button#btn {
  display: block;
}
button#close-btn {
  display: none;
}
.mobile-menu #menu {
  background-color: #ffffff;
}
.mobile-menu #menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu #menu li,
.mobile-menu #menu .sub-menu {
  border: 1px solid #f4f4f4;
}
.mobile-menu #menu .sub-menu {
  background: #f4f4f4;
  width: 100%;
  display: none;
}
.mobile-menu #menu .sub-menu li {
  margin-right: -3px;
}
.mobile-menu #menu li,
.mobile-menu #menu a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: 0;
  color: #696969;
  font-size: 15px;
  font-family: "Lato";
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0em;
}
.mobile-menu #menu a {
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile-menu #menu a:hover {
  background: #f4f4f4;
  color: #c1bd78;
}
.mobile-menu #menu .sub-menu li:last-child {
  border-width: 0;
}
.mobile-menu #menu a i.fa.fa-caret-right {
  display: none;
}
.mobile-menu #menu li i.ion-ios-arrow-down {
  top: 0;
  float: right;
  right: 0;
  padding: 0.5em 1.2em;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f4f4f4 ;
  display: inline-block;
  border: none;
}
.mobile-menu #menu li i.ion-ios-arrow-down:hover {
  background-color: #c1bd78;
  color: #ffffff;
}
@media screen and (min-width: 1320px) and (max-width: 1670px) {
  header nav ul.hd-menu {
    margin-left: 0;
    float: right;
    right: 0;
  }
  .ht-headerv4 nav#mainNav3 .right-menu {
    margin-right: 50px;
  }
  .ht-headerv4 nav#mainNav3 ul.hd-menu3 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1135px) {
.navbar-collapse.collapse{display: none}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  header {
    background: #ffffff;
  }
  .ht-header .mobile-btn {
    opacity: 1;
  }

  .ht-header .hd-logo img.logo {
    margin-left: 30px;
    width: 100%;
  }
  .ht-header .right-menu button.menu-btn {
    opacity: 0;
  }
  .ht-headerv3 nav#mainNav3 ul.hd-menu3 {
    margin-left: 10%;
  }
  .ht-headerv3 .right-menu {
    float: right;
    margin-right: 50px;
  }
  .ht-headerv4 nav#mainNav3 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .ht-headerv4 nav#mainNav3 ul.hd-menu3 {
    margin-left: 5%;
  }
  .ht-headerv4 .right-menu {
    margin-right: 0px !important;
  }
  .ht-headerv4 img.logo {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-logo {
    display: flex;
  }
  .mobile-btn {
    opacity: 1;
  }
  .ht-header {
    background: #ffffff;
  }
  .ht-header .right-menu button.menu-btn {
    opacity: 0;
  }
  .ht-headerv3 ul.hd-menu3 {
    display: none;
  }
  .ht-headerv3 .right-menu {
    margin-top: -90px;
    margin-right: 0;
  }
  .ht-headerv3 img.logo {
    margin-left: 200px;
    margin-top: -20px;
  }
  .ht-headerv4 .mobile-btn {
    margin-left: 100px;
  }
  .ht-headerv4 nav#mainNav3 .right-menu {
    margin-right: 0;
  }
  .ht-headerv4 .hd-if {
    display: none;
  }
  .ht-headerv4 button.search-top-bt {
    display: none;
  }
  .ht-headerv4 button.open5 {
    display: block;
    margin-top: -20px;
  }
  .ht-headerv4 img.logo {
    margin-top: -80px;
    margin-left: 300px;
  }
  .flower-hd img.logo {
    margin-top: -140px;
  }
  .flower-hd button.open5 {
    margin-top: -20px;
  }
  .flower-hd .header-logov3 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  header {
    overflow: hidden;
  }
  #decorate {
    margin-top: 0;
  }
  .ht-header {
    background: #ffffff;
  }
  .ht-header .mobile-btn {
    opacity: 1;
    margin-top: 25px;
    margin-left: 10px;
  }
  .ht-header .right-menu button.menu-btn {
    opacity: 0;
  }
  .main-logo {
    display: flex;
  }
  header nav ul.hd-menu li.dropdown a {
    padding: 15px!important;
    margin-right:0!important;
}
header nav ul.hd-menu ul.dropdown-menu.level1 {
  margin-left:0!important;
  background:#f7f7f7;
}
header nav ul.hd-menu ul.dropdown-menu.level1 li a{
  margin: 10px 20px 10px 0!important;
}
  .home-slider p.message{
    font-size:24px!important;
    line-height:33px!important;
    margin-bottom:40px!important;
  }
  .home-slider p.cat{
    margin-bottom:20px!important;
    font-size:15px!important
    margin-top:0px!important;
  }
  .home-slider p.prod{
    margin-bottom:20px!important;
    font-size:15px!important;
    line-height:30px;
  }
  .home-slider .right img{
    margin-top:50px;
  }
  .productdetail .tabs .tab-links li{
    margin-right:10px!important;
  }
  /*.main-logo img.logo {
    width: 60%;
    margin-left: 10px;
  }*/
  header .right-menu {
    margin-top: 25px;
    margin-right: 0;
  }
  header .right-menu button {
    margin-left: 0;
  }
  button.menu-btn {
    background: #a29e55;
    border: none;
    padding: 12px 5px;
    margin-left: 4px;
}
button.menu-btn span {
    font-size: 11px;
  }
  header .right-menu button.search-top-bt,
  header .right-menu button.menu-btn {
    /*display: none;*/
    padding: 0 5px;
  }
  .ht-headerv3 {
    overflow: hidden;
  }
  .ht-headerv3 .mobile-btn {
    opacity: 1;
    margin-left: 0px;
  }
  .ht-headerv3 ul.hd-menu3 {
    display: none;
  }
  .ht-headerv3 .right-menu {
    margin-top: -73px;
    margin-right: 0;
  }
  .ht-headerv3 img.logo {
    margin-top: -15px;
    margin-left: 0px;
  }
  .ht-headerv4 nav#mainNav3 .right-menu {
    margin-right: 0;
  }
  .ht-headerv4 .hd-if {
    display: none;
  }
  .ht-headerv4 button.search-top-bt {
    display: none;
  }
  .ht-headerv4 img.logo {
    margin-top: -150px;
    margin-left: 85px;
    width: 45%;
  }
  .ht-headerv4 button.open5 {
    display: block;
    margin-top: -37px;
    margin-right: -30px;
  }
  .ht-headerv4 .header-logov3 {
    padding-bottom: 0;
  }
  section#topbar .top-left p {
    margin-left: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  section#topbar ul.topbar-right {
    float: none;
    margin-right: 0;
  }
  section#topbar ul.topbar-right li {
    text-align: center;
  }
  .flower-hd img.logo {
    width: 50%;
    margin-top: -150px;
    margin-left: 75px;
  }
  .flower-hd button.open5 {
    margin-top: -35px;
  }
  .flower-hd2 {
    position: inherit;
  }
}
footer.ht-footer {
  padding-bottom: 9px;
  font-size:13px;
  color:#696969;
  border-top:1px solid #eee;
}
footer.ht-footer p{
  font-size:11px;
  line-height:14px;
}
footer.ht-footer .ft-heading.last .top {
  margin-top:40px;
}
footer.ht-footer .ft-heading.last h6 {
  margin: 10px 0 40px 0;
}
footer.ht-footer .ft-heading h6 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin: 40px 0;
}
footer.ht-footer ul {
  list-style: none;
  margin-left: 0;
  padding-left:0;
}
footer.ht-footer ul li {
  margin-bottom: 30px;
}
footer.ht-footer .ft-contact ul li {
    margin-bottom: 11px;
}
footer.ht-footer ul li a {
  font-family: "Lato", serif;
  font-size: 13px;
  color: #696969;
  font-weight: '';
  font-style: Regular;
}
footer.ht-footer ul li:hover a {
  color: #c1bd78;
  text-decoration: none;
}
footer.ht-footer .ft-contact ul.ct-it li i {
  font-size: 18px;
  color: #ababab;
  margin-right: 25px;
}
footer.ht-footer .ft-contact .ct-icon {
  margin-bottom: 30px;
}
footer.ht-footer .ft-contact .ct-icon a {
  margin-right: 10px;
}

footer.ht-footer .ft-contact .ct-icon a i.ion-social-facebook {
  background:#3b5998;
}
footer.ht-footer .ft-contact .ct-icon a i.ion-social-youtube {
  background:#bb0000;
}
footer.ht-footer .ft-contact .ct-icon a i.ion-social-linkedin {

  background:#0075b5;
}
footer.ht-footer .ft-contact .ct-icon a i {
  font-size: 16px;
  color: #fff;
  padding: 10px 13px 10px 13px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  display: inline-block;
  width:46px;
  text-align: center;
}
footer.ht-footer .ft-contact .ct-icon a:hover i {
  color: #696969;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
footer.ht-footer .ft-contact .ct-icon.pink-ico a:hover i {
  background-color: #f49ac1;
}

footer.ht-footer .ft-copyright {
  margin-top: 20px;
  padding-top:20px;
  border-top:1px solid #f4f4f4;
}
footer.ht-footer .photo-it {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.ht-footer .photo-it .img-ft {
  position: relative;
}
footer.ht-footer .photo-it .img-ft img {
  margin-bottom: 12px;
  margin-right: 12px;
  width: 73px;
  height: 73px;
  position: relative;
}
footer.ht-footer .photo-it .hover-inner-ft {
  position: absolute;
  width: 87%;
  height: 87%;
  top: 0;
  left: 0;
  content: '';
  background-color: #696969;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
}
footer.ht-footer .photo-it .hover-inner-ft .icon {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
footer.ht-footer .photo-it .hover-inner-ft a,
footer.ht-footer .photo-it .hover-inner-ft i {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
footer.ht-footer .photo-it .img-ft:hover .hover-inner-ft {
  opacity: 0.9;
  transition: all 0.5s;
}
footer.ht-footer .ft-below-left p {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: '';
  font-style: Italic;
}
footer.ht-footer .ft-below-left p a {
  color: #c1bd78;
}
footer.ht-footer .ft-below-left p a.pink {
  color: #f49ac1;
}
footer.ht-footer .ft-below-right {
  float: right;
  right: 0;
  margin-top: -25px;
}
footer.ht-footer .ft-below-right p a {
  text-transform: uppercase;
  font-family: "Lato", serif;
  font-size: 12px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
}
footer.ht-footer .ft-below-right p a:hover {
  text-decoration: none;
  color: #c1bd78;
}
footer.ht-footer .ft-below-right p a.pink:hover {
  color: #f49ac1;
}
.ht-footer4 {
  background-color: #454545;
}
.ht-footer4 .ft-heading h6 {
  color: #ffffff !important;
}
.ht-footer4 ul li:hover a {
  color: #c1bd78 !important;
}
.ht-footer4 ul li a,
.ht-footer4 .ft-below-left p {
  color: #ababab !important;
}
.ht-footer4 .ct-icon a i {
  border: 1px solid #ababab !important;
}
.ft-flowerv3 ul.pink li:hover a {
  color: #f49ac1;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  footer.ht-footer .ft-below-right {
    float: left;
    left: 0;
    margin-top: 0;
  }
  .flowerft .ft-contact {
    margin-top: 30px !important;
    float: left !important;
    left: 0;
  }
  .mb-breadcrumbs { display: none; }
  header { -webkit-box-shadow: none; box-shadow:none; }
  .toolbar { margin-bottom:0; }
}
footer.ht-footer.flowerft {
  padding-top: 0;
  padding-bottom: 0;
}
footer.ht-footer.flowerft .ft-below-left p {
  color: #696969;
}
footer.ht-footer.flowerft .ft-below-left p a {
  color: #f49ac1;
}
footer.ht-footer.flowerft .ft-contact {
  float: right;
  right: 0;
  margin-top: -60px;
}
footer.ht-footer.flowerft .ft-contact .ct-icon a:hover i {
  background-color: #f49ac1;
}
.no-padding{
  padding:0!important
}

.gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    scroll-behavior: smooth;
}
.show-goup{display: block;}

body:not(.device-touch) .gotoTop {
	transition: background-color .5s linear;
	-webkit-transition: background-color .5s linear;
	-o-transition: background-color .5s linear;
}

.gotoTop:hover { background-color: #9d9a49; }
.slideout-open .open-products {
    display: block;
}
.slideout-open .open-cart {
    display: block;
}
#page:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

.bg-sidebar .shop-filter a{
  color:#8e8e8e;
  font-size:13px;
  margin-bottom:5px;
}
.bg-sidebar .shop-filter a:hover{
  color:#8eb35a;
  text-decoration: none;
}
.bg-sidebar .label{
  background:#c1bd78;
text-transform:uppercase;
}
.bg-sidebar .nav--filter li{
  margin-bottom:10px;
}
.bg-sidebar .nav--filter .li .span{

}
p.dp_green {
  color:#a29e55;
  font-style: italic;
  margin: 0;
}
.produs-romanesc img{
  display: block;
  margin: 0 auto;
}
.produs-romanesc p{
  margin-top:0;
}
.produs-romanesc{
  margin-top:20px;
}
.dp-share {
  text-align: center;
}
p.tel-comenzi{
  color:#9d9a49;
  font-weight: 800;
  font-size:14px;
}
.in-stock i{
  color:#24ad87;
  font-size:24px;
  margin-right:10px;
}
.out-of-stock i{
  color:#ad2424;
  font-size:24px;
  margin-right:10px;
}
.dp-brd-right{
  border-right:1px solid #eee
}
.stiati-ca h4{
  font-family: "Playfair Display", serif;
  font-size: 19px;
  color: #c1bd78;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
}
.stiati-ca p{
  display: table-cell;
   vertical-align: middle;
   padding: 20px;
   height:160px
}
.bordered {
  display:inline-block;
  border: 1px solid #c1bd78;
}
#imagine-slides-presentation{height:70%; height:70vh;}
.home-slider .item{
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 height: 70%;
 height: 70vh;
}
.home-slider p.cat{
  font-family: 'Lato',sans-serif;
  color:#c1bd78;
  font-size:23px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:40px;
}
.home-slider .container{
  padding-top:5%;

}
.home-slider p.message{
  font-family: "Playfair Display", serif;
  color:#333333;
  font-size:45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top:0;
  margin-bottom:40px;
  line-height:50px;
}
.home-slider p.prod{
  font-family: 'Lato',sans-serif;
  color:#333333;
  font-size:23px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top:0;
  margin-bottom:40px;
}
.home-slider .right img{width:70%;
}
.home-slider .buy {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 12px 30px 12px 30px;
  margin-top:30px;
}
.home-slider .buy:hover {
  background-color: #fff;
  border: 1px solid #c1bd78;
  color: #c1bd78;
}
.sidenav-cart .buy {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #c1bd78;
  border: 1px solid #c1bd78;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 12px 30px 12px 30px;
  margin:30px auto 0 auto;
  display:table;
}
.sidenav-cart .buy:hover {
  background-color: #fff;
  border: 1px solid #c1bd78;
  color: #c1bd78;
}
.sidenav-cart {
  padding:20px 15px;
}
.sidenav-cart .pp-posts .pp-post-it.it{
  margin-bottom:0;
  padding-bottom:10px;
  border-bottom: 1px solid #eee;
}
.sidenav-cart span.sub{
  display:block;
  width:100%;
}
.sidenav-cart span.cant{
  float: left;
  font-size:13px;
  margin-right:10px;
}
.sidenav-cart a.btn-remove i{
  color:#d74949;
  font-size:16px;
  line-height:16px;
}
.sidenav-cart a.btn-remove i:hover{
  color:#f56e6e;
  text-decoration: none;
}
.subheading{
  background:#f8f4ef
}
.subheading i{
  font-size:70px;
  color:#c1bd78;
  float:left;
  width:70px;
}
.subheading p.heading-sub{
  color:#333333;
  font-size: 21px;
  font-family: "Playfair Display";
  font-weight: 700;
  line-height: 1.714;
  text-align: left;
  dispaly:inline-block;
  margin:30px 0 0 70px;
}
.subheading p.heading-sub span{
  color:#a29e55;
  font-size:14px;
  font-family:"Lato", sans-serif;
  display:block;
}
/* MENIU PRODUSE AOP */
.cd-panel,.cd-panel-cart {
  position: fixed;
  top: 0;
  left: 0;
  z-index:999;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.cd-panel::after,.cd-panel-cart::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible,.cd-panel-cart.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after,.cd-panel-cart.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: fixed;
  width: 320px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
}
.cd-panel-header h1 {
  font-weight: bold;
  color: #89ba2c;
  padding-left: 5%;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}

.cd-panel-close {
  position: absolute;
  top: 10px;
  right: 130px;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
  background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel-container {
  position: fixed;
  width: 320px;
  overflow-y: auto;
  height: 100%;
  border-left:1px solid #eee;
  top: 0;
  -webkit-box-shadow: inset 44px 0px 46px -54px rgba(232,232,232,1);
  -moz-box-shadow: inset 44px 0px 46px -54px rgba(232,232,232,1);
  box-shadow: inset 44px 0px 46px -54px rgba(232,232,232,1);
  background: #fff;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
 .yamm .nav,
 .yamm .collapse,
 .yamm .dropup,
 .yamm .dropdown {
   position: static;
 }
 .yamm .container {
   position: relative;
 }
 .yamm .dropdown-menu {
   left: auto;
 }
 .yamm .yamm-content {
   padding: 20px 30px;
 }
 .yamm .dropdown.yamm-fw .dropdown-menu {
   left: 0;
   right: 0;
 }
 .header-right{
   max-width:320px;
   margin-right:15px;
 }
.home-slider .owl-buttons .owl-next{
  position: absolute;
  right:15px;
  top:35%
}
.home-slider .owl-buttons .owl-prev{
  position: absolute;
  left:15px;
  top:35%
}
.home-slider .owl-controls .owl-buttons i{
  font-size:40px;
  line-height: 40px;
  color:#a29e55;
}
.home-slider .owl-controls .owl-buttons div{
  background:none!important;
}
#shopping-cart-table .cart_table_title{
  font-family:"Playfair Display", serif;
  font-size:15px;
  color:#24ad87;
  padding-bottom:5px;
  border-bottom:1px solid #eee;
  font-weight:700;
  background: #f8f4ef;
  padding-top: 8px;
}
.shopping-cart-items-table { background: #f8f4ef; }
.cart_table_item{
  border-bottom:1px solid #eee;
  padding:10px 0;
}
.reward-message ul, .messages li { list-style: none; padding: 0 0 0 10px;}
.cart_table_item .quantity .dec{
  width: 15px;
height: 15px;
margin-top: 10px;
}
.cart_table_item .quantity .inc{
  width: 15px;
height: 15px;
margin-top: 10px;
}
.cart_table_item .quantity input{
  margin-bottom:0;
}
.cart-page .product-name a {
  color:#696969;
    font-weight:700;
}
.cart-page .product-name a:hover{
  color:#c1bd78;
  text-decoration:none;

}
.cart-price .line-through{
  text-decoration:line-through;
  color:#c7c7c7;
}
.sale-pr-cart{
  color:#fff;
  padding:3px 6px;
  background-color:#c55d5d;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-weight: 700;
font-size:12px;

}
.cart-price .text-green{
  color:#24ad87;
}
.shopping-cart-items-table .quantity {margin-right:0!important}
.product-remove a i{
  font-size:25px;
  color:#df9b9b;
  float:right;
  height:15px;
}
.product-remove a i:hover{
  color:#ad4444;
}
.cart-page .cart_table_action{
  margin-top:30px;
  float:left;
  width:100%;
}
.cart_table_action a { float: right;}
form#discount-coupon-form, #reward-points-form {
    background: #f8f4ef;
    padding: 1px 20px;
    margin: 20px 0;
}
.shop-cart .total { background: #f8f4ef;
    margin: 20px 0; }
.cart-page .help .row{padding:20px 15px;}
.cart-page .help .ion-help-circled{font-size:60px;color:#c1bd78;display:block;margin:0 auto;}
.cart-page .help .row i{
  font-size:50px;
  color:#c1bd78;
  float:left;
  width:50px;
}
.cart-page .help .row p.heading-sub{
  color:#333333;
  font-size: 14px;
  font-family: "Playfair Display";
  font-weight: 700;
  line-height: 1.714;
  text-align: left;
  margin:0
}
.cart-page .help .row p.heading-sub span{
  color:#8e8e8e;
  font-size:15px;
  font-weight:400;
  font-family:"Lato", sans-serif;
  display:block;
}
.cart-page .help a{color:#8e8e8e;}
.cart-page .help a:hover{color:#a29e55;text-decoration: none;}
.cart-empty{padding:50px 0}
.cart-empty i{
  font-size:50px;
  color:#c1bd78;
  width:50px;
margin:0 auto;
display:block;}
.cart-empty h1 {font-size: 24px;
font-family: "Playfair Display";
font-weight: 700;
color:#333;
margin-bottom:40px;}
.cart-empty p{margin-bottom:40px;}
.cart-empty a.learnmore{margin-top:50px;margin-bottom:50px;}
.until-free{margin-bottom:20px;text-align: center;}
.until-free i{
  font-size: 45px;
  color: #c1bd78;
  margin-right:20px
}
.until-free p{
  font-family:"Lato", serif;
  font-size:23px;
  display: inline-block;
  
}
.until-free span{
  font-weight:700;
  color: #24ad87;
}
.order-review table, th, td{border:0!important;}
.opc-customer {margin-bottom:50px; border-bottom:1px solid #eee;display:inline-block;}
.opc-customer h4{font-family: "Playfair Display";
color: #24ad87;
font-weight: 700;
font-size: 18px;
}
.opc-wrapper-opc{background:#fbfbfb;margin-bottom:50px;padding-bottom:10px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.opc-index-index h3{font-family: "Playfair Display";
color: #333;
font-weight: 700;
font-size: 22px;
padding-bottom:10px;
border-bottom:1px solid #eee;
}
select option:first-child{color:#000}
.opc-wrapper-opc .opc-bottom{margin:20px 0;}
.description-data{font-size:13px;font-weight:300;color:#b1ad68;}
.opc-ajax-loader {background-color: rgba(255,255,255,0.97);height:100%;width:100%;top:0;left:0;position:fixed;z-index:99999!important;display:none;}
.opc-ajax-loader img{margin:20% auto 0; display:block;}
.opc-ajax-loader p{margin:20px auto 0;display: block;font-size:13px;max-width:320px;text-align:center;line-height:18px;}
.payment-block .radio label{color: #333;
font-weight: 700;
font-size: 16px;}
.account-login .content{
  min-height: 200px;
}
.account-login .content .col-md-6{padding-left:0!important}
.account-login i{font-size: 65px;
color: #c1bd78;
margin-right: 20px;}
#newsletter_popup {background-color: rgba(255,255,255,0.6)}
#newsletter_popup .close{font-size:35px;opacity: 1;color:#fff;margin-right:5px;}
#newsletter_popup .subscribe{  background: url('../images/aop/bg-newsletter-popup.jpg') no-repeat;
margin-top:0;padding:40px 0 20px;-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;background-size:100%;}
.newsletter-img-email {font-size:12px;margin-top:20px;}
.page-abonare .subscribe{background:#fff!important;padding:0!important;margin:0!important;}
.page-abonare .subscribe input {max-width:320px;margin-top:0!important;float:right;}
.page-abonare .info-newsletter{margin-bottom:50px;}
ul.kiwi-article-bar{
	margin:30px 0 0 0!important;
}
.choose_customer_type{margin-bottom:20px;}
/*------------------------------------------------------------------
[ 5. HEADER ]
-------------------------------------------------------------------*/

.top {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    z-index: 1002
}

.top .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1
}

.top .dropdown-menu {
    min-width: 45px
}

.top .dropdown-menu.show-menu {
    opacity: 1;
    visibility: visible
}

.top .dropdown-menu>li .last {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.top .dropdown-menu>li>a {
    text-align: left;
    font-size: 11px;
    padding: 6px 10px;
    color: #b1b0a7;
    font-weight: 400;
    border-bottom: 1px solid #5d564c
}

.top .dropdown-menu>li>a:hover {
    background-color: #5d564c;
    color: #fff
}

.top .nav .caret {
    border-top-color: #b1b0a7
}

.top .nav>li {
    display: inline-block;
    float: none
}

.top .nav>li>a {
    color: #b1b0a7;
    padding: 0 5px;
    background: 0 0;
    line-height: 30px
}

.top .nav>li:hover .caret,
.top .nav>li:hover a {
    color: #f3f2eb;
    border-top-color: #f3f2eb
}

.top__menu,
.top__slogan {
    text-align: center;
    color: #b1b0a7
}

@media (min-width:768px) {
    .top__slogan {
        text-align: left;
        padding: 7px 0
    }
    .top__menu {
        text-align: right
    }
	.in-stock--single-product {  }
}

.header {
    background: #fff;
    position: relative;
    z-index: 1001;
    padding-top: 5px;
}

.header .header-logo {
    padding: 5px 0;
}

.header .navbar-toggle {
    border: 0;
}

.header .navbar-toggle .icon-bar {
    background-color: #fff
}

.header a:active {
    background: 0 0
}

.mobile-navbar-form {
    padding-top: 1em;
    padding-bottom: 2em
}

.mobile-navbar-form .form-control {
    border: 1px solid #e5e5dc;
    border-right: 0;
    background: #fff
}

.mobile-navbar-form__appended-btn {
    background: 0 0;
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:992px) {
    .fixed-header .header {
        position: fixed;
        width: 100%;
        -webkit-box-shadow: 0 0 5px #b1b0a7;
        box-shadow: 0 0 5px #b1b0a7;
        top: 0px
    }
    .fixed-header .top {
        position: fixed;
        top: 0;
        width: 100%
    }
    .fixed-header .top-container {
        margin-top: 130px
    }
}

.nav-pills {
    padding: 0;
    margin: 0;
}

.nav-pills .dropdown {
    z-index: 1200
}

.dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    visibility: hidden;
    opacity: 0;
    position: absolute
}

@media (min-width:992px) {
    .dropdown-menu>li:last-child>a {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    border-top: 0!important
}

.navbar-collapse {
    margin-bottom: 10px
}

@media (min-width:992px) {
    .navbar-collapse {
        margin-bottom: 0
    }
}

.navbar-default {
    margin: 0;
    min-height: 0;
    border: 0;
    background: 0 0;
    font-weight: 700
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
    }

}

@media (min-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px
    }
}

.navbar-default .navbar-nav>li>a .caret {
    position: absolute;
    border-top-color: #413c35;
    border-bottom-color: #413c35;
    bottom: 50%;
    right: 30px;
    margin-right: -4px
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li>a .caret {
        bottom: 22%;
        right: 50%
    }
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li.dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1
    }
    .navbar-default .navbar-nav>li.dropdown .dropdown .dropdown-menu {
        visibility: hidden;
        opacity: 0
    }
    .navbar-default .navbar-nav>li.dropdown .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1
    }
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li:hover>a {
        color: #c1bd78
    }
    .navbar-default .navbar-nav>li:hover>a:after {
        visibility: visible;
        opacity: 1
    }
}

.navbar-default .navbar-nav>li:hover .caret {
    border-top-color: #c1bd78!important;
    border-bottom-color: #c1bd78!important
}

.navbar-default .dropdown-menu {
    position: static;
    float: none;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 5px
}

@media (min-width:992px) {
    .navbar-default .dropdown-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        padding: 0
    }
}

.navbar-default .dropdown-menu>li>a {
    padding: 5px 30px;
    color: #6b6357
}

.navbar-default .dropdown-menu>li>a:hover {
    color: #413c35;
    background: 0 0;
    text-decoration: underline
}
.navbar-default .dropdown-menu>li>>ul>li>a {
    padding: 5px 50px;
    color: #6b6357
}
@media (min-width:992px) {
    .navbar-default .dropdown-menu>li>a {
        background-color: #c1bd78;
        padding: 9px 20px;
        font-weight: 700;
        border-bottom: 1px solid #b6b26d;
        color: #f3f2eb
    }
}

@media (min-width:992px) {
    .navbar-default .dropdown-menu>li:hover>a {
        background-color: #a19d58;
        color: #f3f2eb;
        text-decoration: none
    }
}

.glyphicon-search--nav {
    font-size: 17px;
    line-height: 19px
}

.input-group-addon {
    background-color: #f3f2eb;
    border: 1px solid #e5e5dc
}

.nav-blog {
    margin-top: -4px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav-blog a:hover {
    text-decoration: underline
}
.js--toggle-search-mode{
    font-size:32px;
}
.search-panel {
    z-index: 1003;
    position: fixed;
    width: 100%;
    display: none;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    height: 80px;
    background:#c1bd78;
    margin-top:70px;
}
.search-panel.show{
    display:block;
}
.search-panel button {
    background: #a19d58;
    border: 0;
    font-size: 32px;
    color: #fff;
    padding: 21px 30px;
}


.search-panel__form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

.search-panel__form .form-control {
    display: inline;
	float:left;
	margin-left: 20px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    width: 80%;
    height: 34px;
    font-size: 16px;
    background:#fff;
    outline: none;
    padding-top: 7px;
}
.search-panel__form button { height: 34px; width: 34px; margin: 0; padding:0; background: #c1bd78; border: 0; float: left;}
.ion-ios-search-strong { color: #fff;}
.search-panel__form .form-control
input[type="text"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}
.search-panel__form .glyphicon-search {
    font-size: 30px;
    color: rgba(0, 0, 0, .3);
    display: inline-block
}

.search-panel__close i{
    color:#fff;
    font-size:55px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.search-panel__close .glyphicon-remove {
    color: #f3f2eb;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.search-panel__close .glyphicon-remove:hover {
    color: #e5e5dc;
    border-color: #e5e5dc
}

.search-panel__close a {
    background: 0 0;
    color: transparent
}
.search-autocomplete { z-index: 9; background: #fff; border: 1px solid #ddd;}
.search-mode .search-mode__overlay,
.search-mode .search-panel {
    opacity: 1;
    visibility: visible
}
.search-panel-overlay{
    display:none;
    background-color: rgba(255, 255, 255, .8);
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:100vh;
    height:100%;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.search-mode__overlay {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width:992px) {
    .fixed-header .search-panel {
        position: fixed
    }
}
.header-first{border-bottom:1px solid #efefef}
.header-icons{
    display:inline-block;
    float:left;
    position: relative;
    padding: 15px 0 15px 4.7vw;
}
.header-icons span { padding: 0 0 0 5px; }
.header-icons a{
    padding: 0 5px
}
.header-icons i{
    font-size:26px;
}
.header-cart {
    position: relative;
    max-height: 100px;
    padding: 15px 0;
    text-align: right
}

.navbar-header .navbar-toggle i.ion-navicon{
  font-size: 33px!important;
  margin: 10px 0 0 0!important;
  display: block!important;
}
.header-cart i.ion-android-cart{
    font-size:28px;
    margin-left:10px;

}
.header-cart:before {
    content: "";
    position: absolute;
    background-color: #d6d3bb;
    width: 1px;
    height: 36px;
    top: 50%;
    left: 0;
    margin-top: -18px
}

.header-cart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.header-cart:hover .header-cart__open-cart,
.header-cart:hover:after {
    opacity: 1;
    visibility: visible
}

.header-cart__items {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 36px;
    height: 36px
}

.header-cart__items:after,
.header-cart__items:before {
    content: "";
    position: absolute
}

.header-cart__items:after {
    background-image: url(../images/pattern_dark.png?1472989005);
    top: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 3px 3px 8px 8px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.header-cart__items:before {
    border-radius: 40%;
    width: 18px;
    height: 18px;
    border: 2px solid #c1bd78;
    left: 50%;
    top: -8px;
    margin-left: -9px
}

.header-cart__items .header-cart__items-num {
    position: absolute;
    color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 7px;
    font-weight: 600
}

.header-cart__text {
    color: #b1b0a7;
    margin-right: 4px;
    display: none
}

@media (min-width:1200px) {
    .header-cart__text {
        display: inline
    }
}

.header-cart__text--price {
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.header-cart__open-cart {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    right: 0;
    width: 360px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    padding: 10px;
    z-index: 1001;
    color: #fff;
    background:#c1bd78;
}

.header-cart__open-cart .btn-darker {
    width: 100%;
    margin: 0
}

.header-cart__product {
    font-size: 14px;
    padding: 10px
}

.header-cart__product:hover {
    background-color: #b1ad68;
    border-top: 1px solid #b1ad68;
    border-bottom: 1px solid #b1ad68;
    padding-top: 9px;
    padding-bottom: 9px
}

.header-cart__product:hover .header-cart__product-image,
.header-cart__product:hover .header-cart__product-image--hover {
    display: none
}

.header-cart__product:hover .header-cart__product-image--hover {
    display: block
}

.header-cart__product-image,
.header-cart__product-image--hover {
    float: left;
    text-align: center;
    width: 15%
}

.header-cart__product-image--hover {
    display: none;
    line-height: 40px
}

.header-cart__product-image--hover .glyphicon-circle {
    color: #f3f2eb
}

.header-cart__product-title {
    float: left;
    width: 65%;
    text-align: left;
    font-weight: 600
}

.header-cart__product-title .header-cart__link {
    color: #fff
}

.header-cart__qty {
    font-family: Arvo, Georgia, Times, serif;
    font-weight: 700;
    font-size: 11px;
    display: block
}

.header-cart__price {
    width: 20%;
    font-weight: 700;
    float: left
}

.header-cart__divider {
    border-bottom: 1px solid #a19d58;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 0;
}
.header-cart .learnmore{
    margin-top: 20px;
    display: block;
    text-align: center;
}
.header-cart__subtotal {
    font-family: Arvo, Georgia, Times, serif;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    margin-right: 20px
}

.header-cart__subtotal-price {
    font-size: 24px;
    font-weight: 700
}

.header-cart__subtotal-box {
    text-align: right;
    margin-bottom: 15px
}

.mobile-cart {
    text-align: center
}

.cart-empty {
    text-align: center;
    padding: 60px 0 0;
    margin-top: 30px
}

@media (min-width:768px) {
    .cart-empty {
        padding: 0 0 60px
    }
    .post-image { width: 50%; padding: 1em 0 20px 20px; }
}

.cart-empty .cart-empty__text {
    font-size: 16px;
    font-weight: 600
}

.cart-empty .cart-empty__link:hover {
    color: #a19d58;
    text-decoration: none
}

.cart-empty .cart-empty__background {
    width: 217px;
    height: 222px;
    border-radius: 50%;
    display: inline-block
}

.cart-empty .cart-empty__background .glyphicon {
    font-size: 120px;
    margin-top: 60px;
    color: #fff;
    text-shadow: 2px 2px #333
}

.jumbotron {
    background: url(../images/dark_wood.jpg?1472989002) repeat center top;
    text-align: center;
    position: relative
}

.jumbotron:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: -webkit-gradient(linear, left top, right top, from(rgba(38, 35, 31, .8)), color-stop(50%, rgba(65, 60, 53, 0)), to(rgba(38, 35, 31, .8)));
    background: -webkit-linear-gradient(left, rgba(38, 35, 31, .8) 0, rgba(65, 60, 53, 0) 50%, rgba(38, 35, 31, .8) 100%);
    background: linear-gradient(to right, rgba(38, 35, 31, .8) 0, rgba(65, 60, 53, 0) 50%, rgba(38, 35, 31, .8) 100%);
    opacity: 0
}

.jumbotron.jumbotron--gradient:after {
    opacity: 1
}

.jumbotron>.container {
    position: relative;
    z-index: 1
}

.jumbotron__container {
    padding: 9% 0
}

.jumbotron__title {
    line-height: 1.3;
    color: #f3f2eb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 3.5%
}
div#notice-cookie-block {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 5px 40px;
    border-top: 1px solid #ddd;
    z-index: 99999;
}
div#notice-cookie-block .actions { text-align: center; margin: 10px; }
input.adresa { margin-bottom: 0; }
p.remain-ch { margin-top: 0; }

@media (min-width:768px) {
    .jumbotron__title {
        font-size: 60px
    }
}

.jumbotron__subtitle {
    line-height: 1.5;
    color: #f3f2eb;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 2.2%
}

@media (min-width:768px) {
    .jumbotron__subtitle {
        font-size: 16px
    }
}

.jumbotron__title--main {
    padding: 0
}

.jumbotron__opening-time {
    margin-bottom: 9%
}

@media (min-width:992px) {
    .jumbotron__opening-time {
        margin-top: 50px;
        margin-bottom: 50px
    }	
}
@media (max-width:992px) {
#cwsMenu-1.cwsMenuOuter { width: 100%; }
}

@media (min-width:992px) {
    .jumbotron--business {
        text-align: left
    }
}

.jumbotron--business .jumbotron__subtitle {
    margin-bottom: 4%
}

.jumbotron-slider {
    display: inline-block;
    text-align: left
}

.order-now .green-fill {margin-top:20px;}
#opc-finish{margin-top:25px;}
.cart-review { margin: 16px; padding: 20px; border: 1px solid #ddd; }
.cart-review h3 { font-size: 15px; }
.cart_table_title { font-weight: bold; color: #000;}
.header-cart .total-prod{position:absolute;background:#c1bd78;margin-left:20px;padding:0 5px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;color:#fff;font-size:11px;}
.header-cart .cart-product{margin:0;}
#shopping-cart-table{margin:0!important}
@media (min-width: 120px) and (max-width:490px) {
  .pro-infor div.pro-cost{
    width:100%;
  }
}
nav ul { padding: 0; margin: 0; }
nav.navigation  { float: left; }
.add-review { margin: 40px 0; }
table#product-review-table { border: 0; }
#review-form ul.form-list { padding-left: 0; list-style: none; }
#review-form ul.form-list em { float: right; }
#customer-reviews ol { list-style: none; padding:0; }
#customer-reviews ol li { padding: 20px 0; border-top: 1px dotted #ccc; }
.nopadding { padding: 0 !important; }
.nopadding-left { padding-left: 0 !important;}
.nopadding-right { padding-right: 0 !important;}
.toplinks { list-style: none; text-align: left; margin: 0; padding-left: 40px; }
.toplinks li { display: inline-block; padding: 3px 10px 0;}
.toplinks a { font-weight: normal; }
.search-autocomplete ul { list-style: none; text-align: left; }
.search-autocomplete ul li { cursor: pointer;}
.brand-item.item {
    width: 20%;
    float: left; padding: 0 15px;
}
.ft-below-left { float: left; }
.shop-filter ul { margin: 0 15px; }
.products h1 { padding: 5px 20px; color: #9a9544; font-size:25px; }
.breadcumb { padding: 0; margin: 4px 0 7px; font-size: 13px; }
.breadcumb a { font-weight: 400;}
.breadcumb li { display: inline-block; padding-right: 5px; }
.breadcumb li.home span { display: none; }
@media only screen and (min-width: 993px) {
#cwsMenu-1 .cwsMenu.horizontal li.aRight ul.subMenu {
    left: 0 !important;
}

}
.cc-banner.cc-bottom { bottom: 30px !important; }
.red-menu a { color: #ff0000 !important; }
.out-of-stock--text { font-size: 16px; font-weight: bold; color: #ad2424;}
.ramase {font-weight: bold; color: #ad2424; margin: 10px 0; }
.block-blog .block-title { font-family: "Playfair Display", serif;
    font-size: 17px;
    color: #9a9544;
    font-weight: 700;
    margin: 7px 0;
    background: #f7f7f7;
    padding: 5px; }
#post-list { padding: 0; }
.post-list li.item { list-style: none;}
.blog-articles { width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; list-style: none; padding: 0; }
.blog-articles li {      -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
     max-width: 50%;}
.read-more { margin-top: 10px;}
.read-more a { color: #c1bd78; }
.read-more a:hover { color: #c1c1c1;}
.left { text-align: left;}
.right { text-align: right; }
.account-create ul { padding: 0; list-style-type: none;}
.account-create li.control { display: flex;}
.account-create li.control .validation-advice.alert { white-space: nowrap; position: absolute;}
.center { text-align: center;}
.pt10 { padding-top: 10px;}
.cc-revoke, .cc-window { z-index: 9999999 !important;}
@media (max-width: 767px) {
	.breadcumb { display: none; }
        #testimonial { display: none; }
        .about .ab-item img, .aboutv2 .ab-item img { display:none; }
        .cart-page .help, .until-free i { display: none; }
        .until-free p { font-size: 15px; margin: 0;}
        .reward-message ul, .messages li { padding: 0;}
        .about .ab-intro p { font-size: 23px;}
        .nopadding-mob { padding: 0 !important; }
        .cc-window.cc-bottom { position: relative !important; font-size: 14px; }
  #rev_slider_3_1_wrapper {
    margin-left: 0 !important;
  }
  .products .products-it .pro-infor h2 { height: 40px; overflow: hidden; }
  .heading-sec {
    background-size: 50% !important;
  }
  .products ul.menu-filter {
    display: flex;
    flex-direction: column;
  }
  .products ul.menu-filter li {
    margin-bottom: 30px;
  }
  .products .products-it {
  }
  .products .products-it .pro-it {
    padding-bottom: 10px;
  }
  .products .products-it .pro-it .hover-inner {
    left: 15%;
  }
  .about .ab-item,
  .aboutv2 .ab-item {
    margin-bottom: 0;
  }
  .about .ab-intro p,
  .aboutv2 .ab-intro p {
    margin-left: 10%;
    margin-right: 10%;
  }
  #deal .deal-label {
    margin-left: 60px;
    width: 53%;
  }
  #deal .deal-right .deal-heading .time span,
  #deal .deal-right .deal-heading .time p {
    padding: 3px;
  }
  #process {
    background: none;
  }
  #process .heading-sec {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #process .process-step {
    margin-top: 90px;
  }
  #process .process-step .step1-icon i {
    margin-left: 100px;
    margin-top: 0;
  }
  #process .process-step .step1-icon:before {
    margin-left: 85px;
    margin-top: -10px;
    z-index: 999;
  }
  #process .process-step .step2-icon i {
    margin-left: 100px;
  }
  #process .process-step .st2,
  #process .process-step .st4 {
    margin-left: -15px;
  }
  #process .process-step .step2-icon:before {
    margin-left: 85px;
  }
  #process .process-step .step3-icon i {
    margin-left: 100px;
  }
  #process .process-step .st3 {
    margin-left: -10px;
  }
  #process .process-step .step3-icon:before {
    margin-left: 85px;
  }
  #process .process-step .step4-icon i {
    margin-left: 100px;
    margin-top: -25px;
  }
  #process .process-step .step4-icon:before {
    margin-left: 85px;
    margin-top: -35px;
  }
  #testimonial p.quote {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-it-content2 {
    margin-top: 20px;
  }
  #chooseus .outer-it {
    margin-top: 0;
  }
  #chooseus .choose-it.it1:before {
    right: -5px;
  }
  #chooseus .choose-it.it2:before {
    right: -15px;
  }
  #chooseus .choose-it {
    overflow: hidden;
  }
  .aboutv2 .ab-items {

  }
  .aboutv2 .ab-items .ab-item2 {
    padding-top:0!important;
  }
  .aboutv2 .ab-items .ab-item2 h1{
    font-size:15px;
  }
  .aboutv2 .ab-icon img{
    max-width:50px;
  }
  .aboutv2 .ab-icon{
    padding-top:40px!important;
  }
  #adsv2 {
    margin-top: 0;
    overflow: hidden;
  }
  #adsv2 .ads-left {
    margin-right: 0;
  }
  #adsv2 .ads-left .ads-text {
    padding-top: 130px;
  }
  #adsv2 .ads-left .ads-text h1 {
    font-size: 70px;
  }
  #adsv2 .ads-left .ads-text p {
    font-size: 10px;
  }
  #adsv2 .ads-right .ads-text.ad-r {
    padding-top: 140px;
    margin-left: 20px;
  }
  #adsv2 .ads-right .ads-text.ad-r h1.ad-r {
    font-size: 70px;
    letter-spacing: 0.1em;
  }
  #adsv2 .ads-right .ads-text.ad-r p.ad-r {
    font-size: 10px;
  }
  #offerv3 .offer-it {
    margin-bottom: 30px;
  }
  .subscribev3 .sub-content {
    padding: 80px 50px;
  }
  #aboutv4 .history-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dealv4 .deal-ct {
    background: none;
  }
  .productsv4 {
    overflow: hidden;
  }
  .productsv4 #owl-products .owl-controls {
    float: left;
    margin-left: 30px;
  }
  #topbar {
    overflow: hidden;
  }
  #farm .farm-it {
    margin-bottom: 30px;
  }
  #aboutv1 .ab-left {
    margin-bottom: 30px;
  }
  #aboutv1 .ab-left img {
    width: 100%;
  }
  #aboutv1 .ab-right img {
    width: 100%;
  }
  #aboutv1 .ab-right .quote {
    padding-top: 20px;
    background-size: contain;
  }
  .aboutlogo img {
    margin-bottom: 30px;
  }
  .farmers .farm-it {
    margin-bottom: 30px;
  }
  #aboutpagev2 .ab-right {
    margin-bottom: 30px;
  }
  #aboutpagev2 .ab-right .quote {
    background-size: contain;
  }
  .gallery .gallery-items {
    overflow: hidden;
  }
  .gallery .gallery-it {
    width: 100%;
  }
  .gallery .gallery-it .hover-inner {
    left: 25%;
  }
  .shopgrid .blogpanigation,
  .blogpanigation {
    margin-left: 0;
  }
  .shopgrid .blogpanigation ul,
  .blogpanigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .shopgrid .blogpanigation ul li,
  .blogpanigation ul li {
    margin-bottom: 30px;
  }
  .comingsoon {
    padding: 0px;
  }
  .comingsoon h1 {
    background-size: 50%;
  }
  .comingsoon .time {
    display: flex;
    flex-direction: column;
  }
  .comingsoon .time span.space {
    margin-top: 0;
  }
  .comingsoon .ct-icon {
    float: left;
    margin-left: 0;
  }
  .bloglistpost-v1 .bg-sidebar .search i {
    top: 15px;
  }
  .shopgrid .right-it {
    float: left;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .shopgrid .right-it .drop {
    margin-bottom: 30px;
  }
  .shopgrid .right-it .icon-select a i {
    margin-right: 20px;
  }
  .shoplist .pro-list-it {
    overflow: hidden;
  }
  .shoplist .pro-list-it span.right {
    margin-top: 10px;
  }
  .shopgrid .products-it .pro-it {
    margin-top: 30px;
    margin-left: -15px;
    padding-bottom: 20px;
  }
  .shopgrid .products-it .pro-it .hover-inner {
    left: 17%;
  }
  .shopgrid.v2 .pro-infor {
    margin-left: -30px;
  }
  .productdetail {
    overflow: hidden;
	float:left;
  }
  .productdetail .pro-detail-infor .more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail form {
    margin-left: 0;
  }
  .productdetail .pro-description span {
    margin-right: 20%;
  }
  .productdetail span.right {
    margin-top: -13px !important;
  }
  .productdetail .right-it {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail .right-it div.quantity {
    margin-bottom: 30px;
  }
  .productdetail .right-it .drop {
    margin-bottom: 30px;
  }
  .productdetail .tabs .tab-links {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail .tabs .tab-content .tab h2.cmt-heading {
    margin-left: 0;
  }
  .productdetail .tabs .tab-content .tab .cmt-it {
    margin-left: 0;
    margin-right: 0;
  }
  .productdetail .tabs .tab-content .tab .cmt-it .cmt-content span.right {
    float: left;
    left: 0;
  }
  .productdetail .tabs .tab-content .tab .cmt-it .cmt-content p {
    margin-top: 30px;
  }
  .productsidebar .pro-detail-infor .pro-list-it .right-it {
    display: flex;
    flex-wrap: wrap;
  }
  .productsidebar .pro-detail-infor .pro-list-it .right-it form {
    margin-bottom: 30px !important;
  }
  .productsidebar .pro-detail-infor .pro-list-it .pro-description span {
    margin-right: 5% !important;
  }
  #hero {
    overflow: hidden;
  }
  .bloglistpost-v1 .bg-sidebar .search i {
    top: 35px;
  }
  span.share {
    margin-right: 0;
  }
  .bloglistpost-v1 .blogpost-v1 .blog-it .video a.video-play img,
  .bloglistpost-v2 .blogpost-v1 .blog-it .video a.video-play img {
    left: 35%;
    top: 25%;
  }
  .blogsingle {
    margin-top: 0;
    padding-top: 0;
  }
  .blogsingle .blogsingle-content {
    margin-top: -30px;
    width: 100%;
    margin-left: 0;
    padding: 30px 30px;
  }
  .blogsingle .blogsingle-content p.quote {
    margin-left: 0;
  }
  .blogsingle .blogsingle-content span.share {
    float: left;
    left: 0;
    margin-top: 20px;
  }
  .blogsingle .blogsingle-content .panigation2 {
    padding: 20px 15px;
  }
  .blogsingle .blogsingle-content .comment .cmt2 {
    margin-left: 20px;
  }
  .blogsingle .blogsingle-content .comment .cmt-content {
    margin-top: 20px;
  }
  .blogsingle .blogsingle-content .comment a.loadmore {
    margin-left: 15%;
  }
  .contact .contact-left {
    padding-right: 30px;
    margin-top: 30px;
  }
  .contactv2 {
    overflow: hidden;
  }
  .contactv2 .heading-sec h4 {
    padding-right: 0;
  }
  .contactv2 h4 {
    padding-right: 30px;
  }
  .contactv2 .contact-top {
    margin-top: 30px;
    margin-left: 15px;
  }
  .contactv2 .contact-top .ct-img img {
    width: 100%;
  }
  .contactv2 .contact-top .left-ct {
    padding-left: 0;
  }
  .contactv2 .contact-top .left-ct .ct-v2-hd {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 35%;
  }
  .contactv2 .contact-form {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .arrivals .products-it .pro-infor {
    margin-left: -30px;
  }
  .arrivals .pro-it.v2.arrival-it .hover-inner {
    left: 18%;
  }
  .floweraboutv2 {
    padding-top: 50px;
  }
  .floweraboutv2 img.ab-img {
    margin-bottom: 50px;
  }
  .floweraboutv2 img.ab-img-r {
    width: 100%;
    margin-bottom: 50px;
  }
  .floweraboutv2 .heading-sec h1 {
    font-size: 48px;
  }
  .flowerarrival {
    overflow: hidden;
    margin-left: 0;
  }
  .flowerarrival .arr-left {
    background-size: 100%;
    padding: 90px 0;
  }
  .flowerarrival .arr-left h2,
  .flowerarrival .arr-left h1,
  .flowerarrival .arr-left p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .flowerarrival .time span,
  .flowerarrival .time p {
    padding: 3px;
  }
  .flowerarrival.trending {
    margin-right: 0;
    overflow: hidden;
  }
  .flowerarrival .arr-right .arr-hd h1 {
    margin-left: 30px;
  }
  .slogan h2 {
    font-size: 18px;
  }
  .slogan h1 {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .slogan p {
    letter-spacing: 0.1em;
  }
  .flowerblog .blog-fl-title h1 {
    margin-left: 80px;
    margin-top: 25px;
  }
  .flowersliderv3 {
    overflow: hidden;
  }
  .flowersliderv3 .slider-right {
    padding-top: 60px;
  }
  .floweradsv3 .ads-item-left {
    margin-bottom: 30px;
  }
  .flowercategories {
    overflow: hidden;
  }
  .flowercategories .fl-cate-ct h2.item1 {
    left: 20%;
  }
  .floweraboutv4 .flowerintro p {
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .floweraboutv4 .ab-flower-it {
    padding-right: 30px;
  }
  .trendingv4 .arr-hd h1 {
    margin-top: 0;
    padding-top: 30px;
  }
  .trendingv4 .right-it-3 span {
    display: none;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
  .flowerdealv4 .time {
    margin-left: 0;
  }
  .flowerdealv4 .time span,
  .flowerdealv4 .time p {
    padding: 0px;
  }
  .flowerdealv4 .dealv4-right .first-it .left {
    margin-left: 30px;
  }
  .plantheading {
    padding-bottom: 0;
  }
  .plantheading h1 {
    font-size: 78px;
  }
  .plantheading span {
    margin-left: 0;
    font-size: 52px;
  }
  .plantheading p {
    padding: 15px 0;
  }
  .plantservice .blog-it-left {
    padding-top: 30px;
  }
  .plantservice .blog-it-left .blog-ct-left p {
    padding-right: 0;
  }
  .plantservice {
    background: none;
    margin-top: 50px;
  }
  .plantservice img.icon {
    margin-bottom: 20px;
  }
  .plantproduct .products-it .pro-infor {
    margin-left: -30px;
  }
  .plantproduct .products-it .pro-it.arrival-it .hover-inner {
    left: 18%;
  }
  .planttestimonial {
    padding-top: 20px;
  }
  .planttestimonial .plant-it {
    padding: 20px 10px;
  }
  .planttestimonial .plant-it .star-rate {
    margin-bottom: 10px;
  }
  .flower-bg {
    display: none;
  }
  .cakecategories {
    margin-top: 0px;
  }
  .cakecategories .cake-heading h1 {
    margin-top: 30px;
    font-size: 24px;
  }
  .cakearrival .heading-sec h1 {
    font-size: 24px;
  }
  .cakearrival .blog-it-left .cakeblog-ct .arr-date {
    margin-right: 0;
    margin-left: 0;
    width: 30%;
  }
  .aboutflowerab {
    padding-top: 30px;
  }
  .aboutflowerab .process-it .step-icon {
    margin-left: 5px;
    margin-right: 5px;
  }
  .flowerab-ads,
  .aboutlogo {
    overflow: hidden;
  }
  .aboutflowerabv2 .ab-flow-r {
    padding-right: 30px;
    padding-left: 30px;
  }
  .aboutflowerabv2 .ab-flow-r .ab-introv2 {
    margin-bottom: 30px;
  }
  .aboutflowerabv2 .ab-flow-r .ab-introv2 h1 {
    font-size: 48px;
  }
  .aboutflowerabv2 .ab-flow-r .ab-introv2 h2.pink {
    font-size: 24px;
  }
  .aboutflowerabv2 .ab-flower-it {
    margin-bottom: 30px;
  }
  .aboutplantintro .ab-plant-left .team-it .hover-inner {
    left: 90px;
  }
  .aboutplantintro .ab-plant-r h1 {
    margin-left: 0;
  }
  .aboutplantintro .ab-plant-r .it img {
    margin-bottom: 30px;
  }
  .aboutplantads .plantads-r .panel-group .panel-heading a {
    padding: 16px 25px;
  }
  .cakeaboutab .item1 .heading-sec {
    padding: 15px;
  }
  .cakeaboutab .item1 .heading-sec p {
    padding-right: 30px;
  }
  .cakeaboutab .item1 .ab-right p.quote {
    padding-right: 30px;
  }
  .cakeaboutab .item1 .ab-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cakeaboutab .item2 {
    padding: 0;
  }
  .cakeinstagram .insta-content .border {
    margin-left: 20px;
    width: 90%;
  }
}
.top-row { width: 100%; float: left; background: #f8f4ef;}
.align-right { text-align: right; }
.phone { font-weight: bold; color: #c1bd78; font-size: 16px; }