.row {
  margin-left:  * -1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: ;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #3f9dd3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2573a1;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18.4px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3f9dd3;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.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 thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.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;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 4px solid transparent;
  margin-right: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2b88be;
  border-color: #287cad;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.btn-warning {
  color: #fff;
  background-color: #fb9220;
  border-color: #fb9220;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ee7e04;
  border-color: #da7304;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #fb9220;
  border-color: #fb9220;
}
.btn-danger {
  color: #fff;
  background-color: #e74847;
  border-color: #e74847;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e22423;
  border-color: #d51d1c;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74847;
  border-color: #e74847;
}
.btn-success {
  color: #fff;
  background-color: #8dbe3f;
  border-color: #8dbe3f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #769f35;
  border-color: #6b9030;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #8dbe3f;
  border-color: #8dbe3f;
}
.btn-info {
  color: #fff;
  background-color: #a44ec4;
  border-color: #a44ec4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #8f3aaf;
  border-color: #8335a0;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #a44ec4;
  border-color: #a44ec4;
}
.btn-link {
  color: #3f9dd3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2573a1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  -ms-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  -ms-transition: height .35s ease;
  transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -ms-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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.tabbable .nav.nav-tabs {
  background: #ededed;
  min-height: 40px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #3f9dd3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
  line-height: 22px;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3f9dd3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #3f9dd3;
  border-bottom-color: #3f9dd3;
}
.nav a:hover .caret {
  border-top-color: #2573a1;
  border-bottom-color: #2573a1;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #1d1d1d;
}
@media (max-width: 767px) {
  .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: 22px;
  }
  .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: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
  }
}
.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);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  -ms-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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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;
    -o-box-shadow: none;
    -ms-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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.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;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@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 {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #de1e1d;
}
.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: #e32927;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #de1e1d;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #de1e1d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .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: #de1e1d;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3f9dd3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2a82b5;
}
.label-success {
  background-color: #8dbe3f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #719832;
}
.label-info {
  background-color: #a44ec4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #8938a7;
}
.label-warning {
  background-color: #fb9220;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e47904;
}
.label-danger {
  background-color: #e74847;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #de1e1d;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3f9dd3;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3f9dd3;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #3f9dd3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  -ms-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8dbe3f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-info {
  background-color: #a44ec4;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning {
  background-color: #fb9220;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-danger {
  background-color: #e74847;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e5f2f9;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3f9dd3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3f9dd3;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3f9dd3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -moz-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  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;
  -ms-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -o-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -ms-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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.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: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  -ms-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background: url(../assets/img/short-left.png) no-repeat center -1px rgba(0,0,0,0.5);
}
.carousel-control.right {
  left: auto;
  right: 0px;
  background: url(../assets/img/short-right.png) no-repeat center -1px rgba(0,0,0,0.5);
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  z-index: 15;
  margin-bottom: 25px;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  text-indent: 9999px;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 0;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
body {
  background: #fff;
  color: #444;
  font-size: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/BitterBold.eot');
  src: url('../fonts/BitterBold.eot') format('embedded-opentype'), url('../fonts/BitterBold.woff2') format('woff2'), url('../fonts/BitterBold.woff') format('woff'), url('../fonts/BitterBold.ttf') format('truetype'), url('../fonts/BitterBold.svg#BitterBold') format('svg');
}
@font-face {
  font-family: 'BitterRegular';
  src: url('../fonts/BitterRegular.eot');
  src: url('../fonts/BitterRegular.eot') format('embedded-opentype'), url('../fonts/BitterRegular.woff2') format('woff2'), url('../fonts/BitterRegular.woff') format('woff'), url('../fonts/BitterRegular.ttf') format('truetype'), url('../fonts/BitterRegular.svg#BitterRegular') format('svg');
}
body .body-wrapper {
  overflow: hidden;
}
body .body-wrapper.box-layout {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 #555;
  -moz-box-shadow: 0 2px 8px 0 #555;
  -o-box-shadow: 0 2px 8px 0 #555;
  -ms-box-shadow: 0 2px 8px 0 #555;
  box-shadow: 0 2px 8px 0 #555;
}
body a {
  color: #444444;
}
body a:hover {
  color: #f06292;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
  color: #f06292;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
  font-family: inherit;
  line-height: 1.1em;
}
body a {
  outline: medium none !important;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #cecece;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
.theme-clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.home.blog .main-menu {
  margin-bottom: 20px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.loading {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.fa {
  margin: 5px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
#header	.top-header {
  position: relative;
}
#main-menu {
  position: static;
}
#main-menu .primary-menu .menu-vertical .navbar-inverse {
  background-color: transparent;
  display: table;
  margin: 0 auto;
}
#main-menu .primary-menu .menu-vertical .navbar-inverse .ya_selectmenu {
  display: none;
}
#main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu.nav-css li.dropdown .dropdown-menu .menu-imgae,
#main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu.nav-css li.dropdown .dropdown-menu .menu-img {
  display: none;
}
.ya-selectmenu {
  margin-left: 0;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 0;
}
.ya-selectmenu >li {
  float: left;
}
.ya-selectmenu >li >a {
  text-transform: uppercase;
  background-color: transparent;
  color: #555555;
  position: relative;
  padding: 10px 22px;
  display: block;
}
.ya-selectmenu >li >a:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #f06292;
  height: 3px;
  width: 0;
}
.ya-selectmenu >li:hover >a,
.ya-selectmenu >li.active >a {
  background-color: transparent;
  color: #f06292;
}
.ya-selectmenu >li:hover >a:before,
.ya-selectmenu >li.active >a:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
.ya-selectmenu >li.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  font-size: 12px;
  top: 115%;
  border: 0;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ya-selectmenu >li.dropdown .dropdown-menu li {
  min-width: 240px;
}
.ya-selectmenu >li.dropdown .dropdown-menu li a {
  background-color: transparent;
  text-transform: capitalize;
  border-bottom: 1px dashed #ddd;
  display: block;
  padding: 14px 15px;
  font-size: 14px;
}
.ya-selectmenu >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.ya-selectmenu >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  border-top: 3px solid #f06292;
  position: absolute;
  top: -1px;
  left: 105%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.ya-selectmenu >li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
  left: 95%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ya-selectmenu >li.dropdown .dropdown-menu li:last-child >a {
  border-bottom: 0;
}
.ya-selectmenu >li.dropdown .dropdown-menu > a:hover,
.ya-selectmenu >li.dropdown .dropdown-menu > a:focus {
  color: #f06292;
}
.ya-selectmenu >li.dropdown:hover .dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ya-selectmenu li.active >a,
.ya-selectmenu li:hover >a {
  color: #f06292;
  background-color: transparent;
}
.ya-selectmenu li .dropdown-menu>.active>a,
.ya-selectmenu li .dropdown-menu>.active>a:hover,
.ya-selectmenu li .dropdown-menu>.active>a:focus {
  color: #f06292;
  background-color: transparent;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu {
  border: 0;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu >li {
  padding: 10px;
  float: left;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu .dropdown-submenu >a {
  font-family: 'Bitter' !important;
  font-weight: bold;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu .dropdown-submenu a {
  border-bottom: 0;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 30px;
  margin-right: 15px;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu.two-column {
  min-width: 500px;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu.two-column >li {
  width: 50%;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu.three-column {
  min-width: 720px;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu.three-column >li {
  width: 33.33%;
  min-width: auto;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu.four-column {
  min-width: 960px;
}
.ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu.four-column >li {
  width: 25%;
  min-width: auto;
}
.ya-selectmenu.nav-mega .ya-mega-menu.static {
  position: static;
}
.ya-selectmenu.nav-mega .ya-mega-menu.static .dropdown-menu {
  width: 100%;
}
.ya-selectmenu.nav-mega .ya-mega-menu.static .dropdown-menu >li {
  min-width: auto;
}
.ya-selectmenu.nav-mega .ya-mega-menu.static .dropdown-menu >li.three-column {
  width: 33.33%;
}
.ya-selectmenu.nav-mega .ya-mega-menu.static .dropdown-menu >li.four-column {
  width: 25%;
}
.ya-selectmenu.nav-mega .ya-mega-menu.static .dropdown-menu >li.five-column {
  width: 20%;
}
.search.search-results .category-header .entry-title {
  font-size: 28px;
  color: #444;
  margin-bottom: 40px;
}
.search.search-results .entry-content {
  margin-left: 95px;
  color: #898989;
}
.search.search-results .entry-content .title-blog h3 {
  font-size: 16px;
  color: #363636;
}
.search.search-results .entry-content .entry-meta >span {
  display: inline-block;
  margin-right: 10px;
}
.search.search-results .entry-content .entry-meta >span .fa {
  margin-right: 5px;
}
.search.search-results .blog-content .post,
.search.search-results .blog-content .product {
  margin-bottom: 20px;
}
.search.search-results .pagination ul {
  margin: 0;
  border: 0;
}
.search.search-results .pagination ul >li {
  border: 0;
  padding: 0;
}
.search.search-results .pagination ul >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.search.search-results .pagination ul >li .page-numbers.current,
.search.search-results .pagination ul >li .page-numbers:hover {
  background-color: #f06292;
  color: #fff;
  border-color: #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.rtl.search.search-results .entry-content {
  margin-left: 0;
  margin-right: 95px;
}
.rtl.search.search-results .entry-content .entry-meta >span {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .pagination.nav-pag ul >li >a i:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-template-page-home .header-default #header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.home.page .header-default #header #searchform_special .search-wrapper {
  border: 0;
}
.home.page .box-layout .rev_slider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.home.page .sw-woo-tab {
  padding: 85px 0 75px 0;
}
.home.page .responsive-post-slider .resp-slider-container {
  margin-bottom: 80px;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 {
  text-align: center;
  overflow: hidden;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title {
  display: inline-block;
  position: relative;
  padding: 0 11px;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2:before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 30px;
  position: absolute;
  top: -32px;
  color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title:before {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  left: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title:after {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  right: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title {
  margin: 100px 0px 90px;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2 {
  color: #fff;
}
.home.page .responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2:before {
  color: #fff;
}
.home.page .responsive-post-slider .res-button {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 150px;
}
.home.page .responsive-post-slider .res-button.slick-prev {
  background: url('../assets/img/prev-brand1.png') no-repeat center top;
}
.home.page .responsive-post-slider .res-button.slick-next {
  background: url('../assets/img/next-brand1.png') no-repeat center top;
}
.home.page .responsive-post-slider .res-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home.page .responsive-post-slider .res-button.slick-prev {
  left: 50%;
  margin-left: -25px;
}
.home.page .responsive-post-slider .res-button.slick-next {
  right: 50%;
  margin-right: -25px;
}
.header-default,
.header-style2,
.header-style3,
.header-style4,
.header-style5 {
  position: relative;
  z-index: 5;
}
.page-template-page-home #main .breadcrumbs,
.page-template-page-home2 #main .breadcrumbs,
.page-template-page-home3 #main .breadcrumbs,
.page-template-page-home4 #main .breadcrumbs,
.page-template-page-home5 #main .breadcrumbs {
  display: none;
}
.page-template-page-home #main .breadcrumbs .breadcrumb,
.page-template-page-home2 #main .breadcrumbs .breadcrumb,
.page-template-page-home3 #main .breadcrumbs .breadcrumb,
.page-template-page-home4 #main .breadcrumbs .breadcrumb,
.page-template-page-home5 #main .breadcrumbs .breadcrumb {
  display: none;
}
.page-template-page-home #main #contents header,
.page-template-page-home2 #main #contents header,
.page-template-page-home3 #main #contents header,
.page-template-page-home4 #main #contents header,
.page-template-page-home5 #main #contents header {
  display: none;
}
.header-style2 #header,
.header-style3 #header,
.header-style4 #header,
.header-style5 #header {
  position: static;
}
#main {
  position: relative;
  z-index: 4;
}
.header-default #header .top-header {
  float: left;
  width: 100%;
}
.header-default #header .top-header .ya-logo >a {
  display: block;
  padding: 33px 0;
}
.header-default #header .top-header #main-menu .ya-selectmenu >li >a {
  padding: 47px 22px;
  margin: 0 5px;
}
.header-default #header .top-header #main-menu .ya-selectmenu >li >a:before {
  bottom: 30px;
}
.header-default #header .top-header .sidebar-top-header .menu {
  display: inline-block;
  font-size: 12px;
}
.header-default #header .top-header .sidebar-top-header .menu >li {
  float: left;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown >a {
  padding-bottom: 10px;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown >a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  visibility: hidden;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown .dropdown-menu >li >a {
  padding: 5px 0;
  font-size: 13px;
  text-indent: 10px;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown .dropdown-menu >li >a:hover {
  background-color: transparent;
  color: #f06292;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-default #header .top-header .sidebar-top-header .menu {
  float: right;
  font-size: 12px;
  padding: 35px 0px;
}
.header-default #header .top-header .sidebar-top-header .menu >li >a {
  padding: 10px 0;
  display: block;
  color: #555;
}
.header-default #header .top-header .sidebar-top-header .menu >li:first-child >a {
  padding-right: 15px;
}
.header-default #header .top-header .sidebar-top-header .menu >li.dropdown .dropdown-menu {
  margin-top: 0;
}
.header-default #header .bottom-header .sidebar-bottom-head1 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 12px 0;
}
.header-default #header .bottom-header .sidebar-bottom-head1 >div {
  float: left;
  margin-bottom: 0;
}
.header-default #header .bottom-header .sidebar-bottom-head1 >div.ya_social {
  float: right;
}
.header-default #header .bottom-header .sidebar-bottom-head1 >div.contact-phone {
  margin-left: 45px;
}
.header-default #header .bottom-header .sidebar-bottom-head1 >div.language {
  margin-left: 130px;
  margin-top: 5px;
}
.header-default #header .bottom-header .sidebar-bottom-head1 >div.widget_currency_converter {
  margin-top: 5px;
  margin: 5px 10px 0;
}
.header-default #header .bottom-header .sidebar-bottom-head1 >div .menu-contact-text {
  margin: 7px auto;
  display: table;
}
.header-default #header .bottom-header #searchform_special .search-wrapper {
  border: 1px solid #f06292;
}
.header-default .item-sidebar-fixed {
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 11;
}
.header-default .item-sidebar-fixed .cart-contents,
.header-default .item-sidebar-fixed .ic-wishlist,
.header-default .item-sidebar-fixed .ic-compare {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: #fff;
  display: block;
}
.header-default .item-sidebar-fixed .ya_cart .top-form-minicart .top-minicart .cart-contents {
  background-color: #f06292;
}
.header-default .item-sidebar-fixed .ya_cart .top-form-minicart .top-minicart .cart-contents .icons-minicart .fa-shopping-cart {
  font-size: 16px;
}
.header-default .item-sidebar-fixed .ya_cart .top-form-minicart .top-minicart .cart-contents .minicart-number {
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: normal;
  color: #fff;
  font-size: 12px;
}
.header-default .item-sidebar-fixed .ya_cart:hover .top-minicart .cart-contents {
  color: #444;
}
.header-default .item-sidebar-fixed .ya_wishlist {
  margin: 5px 0;
}
.header-default .item-sidebar-fixed .ya_wishlist .ic-wishlist {
  background-color: #81c683;
  font-size: 16px;
}
.header-default .item-sidebar-fixed .ya_wishlist .ic-wishlist:hover .fa {
  color: #444;
}
.header-default .item-sidebar-fixed .ya_wishlist .wishlistcount {
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: normal;
  font-size: 12px;
}
.header-default .item-sidebar-fixed .ya_compare .ic-compare {
  background-color: #80cbc4;
  font-size: 16px;
}
.header-default .item-sidebar-fixed .ya_compare .ic-compare:hover .fa {
  color: #444;
}
#lang_sel,
.currency_converter {
  text-transform: lowercase;
}
#lang_sel >ul,
.currency_converter >ul {
  font-size: 12px;
  margin: 0;
}
#lang_sel >ul >li,
.currency_converter >ul >li {
  position: relative;
  z-index: 1;
}
#lang_sel >ul >li >a,
.currency_converter >ul >li >a {
  padding: 0 0 10px;
  display: inline;
  background-color: transparent;
}
#lang_sel >ul >li >a:hover,
.currency_converter >ul >li >a:hover {
  background-color: transparent;
}
#lang_sel >ul >li >a:after,
.currency_converter >ul >li >a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
#lang_sel >ul >li >ul,
.currency_converter >ul >li >ul {
  position: absolute;
  top: 110%;
  left: 0;
  display: inline-block;
  visibility: hidden;
  margin-top: 10px;
  padding: 0;
  border: 1px solid #ddd;
  min-width: 80px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#lang_sel >ul >li >ul >li >a,
.currency_converter >ul >li >ul >li >a {
  padding: 5px 0;
  font-size: 13px;
  text-indent: 10px;
  display: block;
}
#lang_sel >ul >li:hover >ul,
.currency_converter >ul >li:hover >ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-contact-text li {
  float: left;
  position: relative;
  padding-left: 20px;
  margin: 0 15px;
  font-size: 12px;
}
.menu-contact-text li a {
  color: #707070;
}
.menu-contact-text li a:hover {
  color: #f06292;
}
.menu-contact-text li:before {
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: bold;
}
.menu-contact-text li.phone:before {
  content: "\f095";
}
.menu-contact-text li.email:before {
  content: "\f0e0";
}
#searchform_special .search-wrapper {
  position: relative;
  width: 340px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
#searchform_special .search-wrapper .cat-wrapper {
  float: left;
  width: 31%;
}
#searchform_special .search-wrapper .cat-wrapper .label-search {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  background-color: #f06292;
}
#searchform_special .search-wrapper .cat-wrapper .label-search:after {
  content: "\f107";
  font-family: "FontAwesome";
  right: 10px;
  top: 6px;
  position: absolute;
  pointer-events: none;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}
#searchform_special .search-wrapper .cat-wrapper .label-search .s1_option {
  height: 30px;
  padding: 0 10px;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
#searchform_special .search-wrapper .cat-wrapper .label-search .s1_option:focus {
  outline: -webkit-focus-ring-color auto 0;
}
#searchform_special .search-wrapper .cat-wrapper .label-search .s1_option option {
  color: #898989;
  background-color: #fff;
}
#searchform_special .search-wrapper .cat-wrapper .label-search select::-ms-expand {
  display: none;
}
#searchform_special .search-wrapper .cat-wrapper .label-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  margin: 0;
}
#searchform_special .search-wrapper .search-entry {
  width: 69%;
  float: left;
  position: relative;
}
#searchform_special .search-wrapper .search-entry .search-query {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  margin: 0;
  text-indent: 10px;
  border: 0;
  padding: 0 35px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#searchform_special .search-wrapper .search-entry .searchbox-submit {
  position: absolute;
  right: 5px;
  top: 0;
  background-color: transparent;
  border: 0;
  line-height: 30px;
  margin-bottom: 0;
}
#searchform_special .search-wrapper .search-entry .searchbox-submit:hover {
  color: #f06292;
}
#searchform_special .search-wrapper .search-entry .searchbox-submit:before {
  font-family: FontAwesome;
}
.ya_social ul {
  margin: 0;
  list-style-type: none;
}
.ya_social ul li {
  float: left;
}
.ya_social ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c2c2c2;
  background-color: transparent;
  display: block;
  text-align: center;
  margin: 0 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.ya_social ul li a i {
  color: #231f20;
  margin: 0;
  font-weight: bold;
}
.ya_social ul li a:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #f06292;
  border: 1px solid #f06292;
}
.ya_social ul li a:hover i {
  color: #fff;
}
.ya_social ul li:last-child a {
  margin-right: 0;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
  display: none;
}
.rev_slider_wrapper .tp-leftarrow.default,
.rev_slider_wrapper .tp-leftarrow.tparrows {
  z-index: 100;
  cursor: pointer;
  background: url('../assets/img/sl_prev.png') no-repeat 0 0;
  width: 25px;
  height: 76px;
}
.rev_slider_wrapper .tp-rightarrow.default,
.rev_slider_wrapper .tp-rightarrow.tparrows {
  z-index: 100;
  cursor: pointer;
  background: url('../assets/img/sl_next.png') no-repeat 0 0;
  width: 25px;
  height: 76px;
}
.rev_slider_wrapper .tparrows:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
.rev_slider_wrapper .hesperiden.tparrows:before {
  display: none;
}
.rev_slider_wrapper .tp-bullets.hephaistos.horizontal {
  display: none;
}
.rev_slider_wrapper .tp-tabs,
.rev_slider_wrapper .tp-thumbs,
.rev_slider_wrapper .tp-bullets {
  display: none;
}
.tp-caption .btn-learn-more {
  border: 1px solid #898989;
  color: #252525;
  padding: 8px 35px !important;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-transform: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.tp-caption .btn-learn-more:hover {
  background-color: #f06292;
  border: 1px solid #f06292;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.tp-caption.h1-idx3 {
  text-align: center;
}
.top-form-minicart {
  position: relative;
}
.top-form-minicart .top-minicart .cart-contents {
  font-size: 12px;
}
.top-form-minicart .top-minicart .cart-contents .icons-minicart {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 15px;
}
.top-form-minicart .top-minicart .cart-contents .icons-minicart .fa-shopping-cart {
  margin: 0;
  font-size: 16px;
}
.top-form-minicart .top-minicart .cart-contents .icons-minicart .minicart-number {
  position: absolute;
  top: -8px;
  right: -7px;
  min-width: 17px;
  height: 17px;
  padding: 2px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  border: 1px solid #f06292;
  background-color: #f06292;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.top-form-minicart .wrapp-minicart {
  padding-top: 10px;
  top: 100%;
  position: absolute;
  z-index: 9897;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.top-form-minicart .wrapp-minicart .minicart-padding {
  background: #fff;
  width: 300px;
  border-top: 5px solid #f06292;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content {
  margin: 0 0 10px;
  max-height: 320px;
  overflow: auto;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li {
  list-style: none;
  padding: 17px 15px;
  border-bottom: 1px solid #f0f0f0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-image {
  position: relative;
  width: 70px;
  padding: 10px;
  float: left;
  margin-right: 15px;
  background-color: #eee;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-image .btn-remove {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-image .btn-remove:hover {
  background-color: #f06292;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-image .btn-remove .fa {
  margin: 0;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-detail-cart .product-details .rating-container {
  margin: 3px 0;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-detail-cart .product-details .product-price {
  float: left;
}
.top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-detail-cart .product-details .qty {
  font-size: 12px;
  float: left;
  margin: 0 20px;
}
.top-form-minicart .wrapp-minicart .minicart-padding .cart-empty {
  padding: 25px 20px;
}
.top-form-minicart .wrapp-minicart .cart-checkout {
  padding: 0 15px 15px;
}
.top-form-minicart .wrapp-minicart .cart-checkout .price-total {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.top-form-minicart .wrapp-minicart .cart-checkout .price-total .price {
  color: #f06292;
}
.top-form-minicart .wrapp-minicart .cart-checkout a {
  color: #fff;
}
.top-form-minicart .wrapp-minicart .cart-checkout .cart-link {
  display: inline-block;
  background: #909090;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
.top-form-minicart .wrapp-minicart .cart-checkout .cart-link:hover {
  background: #f06292;
}
.top-form-minicart .wrapp-minicart .cart-checkout .checkout-link {
  display: inline-block;
  background: #f06292;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
.top-form-minicart .wrapp-minicart .cart-checkout .checkout-link:hover {
  background: #ec3372;
}
.top-form-minicart:hover .wrapp-minicart {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#cpanel-form {
  position: fixed;
  right: -350px;
  top: 40%;
  width: 350px;
  float: right;
  z-index: 4;
  text-align: left;
  direction: ltr;
}
#cpanel-form .cpanel-inner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .ytcpanel_accordion {
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .ya-radio-img input[type="radio"],
#cpanel-form .ya-radio-img span {
  display: none;
}
#cpanel-form .ya-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .ya-radio-img img {
  width: auto;
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 4;
  text-align: left;
  direction: ltr;
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.ya-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .ya-radio-img input[type="radio"],
#cpanel-form .ya-radio-img span {
  display: none;
}
#cpanel-form .ya-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .ya-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin-left: 0;
  list-style-type: none;
}
.widget .block-title-widget h2 {
  font-size: 21px;
  text-transform: uppercase;
  color: #f06292;
}
.widget.widget_search .searchform {
  margin-top: 20px;
}
.widget.widget_search .searchform .screen-reader-text {
  display: block;
}
.widget.widget_search .searchform > div {
  position: relative;
  min-height: 60px;
}
.widget.widget_search .searchform > div input {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 60px 7px 7px;
  background: #fff;
}
.rtl .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.widget.widget_search .searchform > div input#searchsubmit {
  background: #444;
  border-color: #444;
  padding: 7px;
  right: 0;
  width: 60px;
  left: auto;
  color: #fff;
}
.widget.widget_search .searchform > div input#searchsubmit:hover {
  background: #f06292;
  border-color: #f06292;
}
.rtl .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
}
.widget.widget_calendar .calendar_wrap {
  width: 100%;
}
.widget.widget_calendar .calendar_wrap table {
  width: 100%;
}
.widget.widget_calendar .calendar_wrap table caption {
  margin-bottom: 15px;
}
.widget.widget_calendar .calendar_wrap table th {
  text-align: center;
}
.widget.widget_calendar .calendar_wrap table tbody tr td {
  padding: 10px;
}
footer {
  color: #898989;
}
footer .footer-top {
  padding-top: 60px;
  padding-bottom: 55px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #ddd;
}
footer .footer-top h3 {
  font-size: 14px;
  color: #363636;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .footer-top .about-footer .more {
  color: #f06292;
}
footer .footer-top .about-footer .more:hover {
  text-decoration: underline;
}
footer .footer-top .about-footer .des-about {
  margin-bottom: 25px;
  line-height: 24px;
}
footer .footer-top .menu li {
  position: relative;
  background: url('../assets/img/bullet.png') no-repeat left 8px;
  padding-left: 17px;
  line-height: 24px;
}
footer .footer-top .menu li a {
  padding: 0;
  border-bottom: 0;
  color: #898989;
}
footer .footer-top .menu li a:hover {
  color: #f06292;
}
footer .footer-top .ya_social {
  float: left;
  margin-bottom: 25px;
}
footer .footer-top .ya_social ul li {
  margin-right: 6px;
}
footer .footer-top .ya_social ul li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0;
  font-size: 16px;
}
footer .footer-top .footer-contact-us .footer-block-contact ul li {
  margin-bottom: 20px;
  clear: both;
}
footer .footer-top .footer-contact-us .footer-block-contact ul li .fa {
  width: 25px;
  height: 40px;
  margin: 0;
  display: inline-block;
  float: left;
  padding-top: 3px;
}
footer .footer-top .footer-contact-us .footer-block-contact ul li a {
  color: #707070;
}
footer .footer-top .footer-contact-us .footer-block-contact ul li a:hover {
  color: #f06292;
}
footer .wp-copyright {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 26px;
  padding: 30px 0;
}
footer .wp-copyright .icon-payment {
  margin: 0;
  float: right;
}
footer .wp-copyright .icon-payment img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.home footer .footer-top,
.page-template-page-home2 footer .footer-top,
.page-template-page-home3 footer .footer-top,
.page-template-page-home4 footer .footer-top,
.page-template-page-home5 footer .footer-top {
  border-top: 0;
}
.rtl footer .footer-top .widget {
  float: right;
}
.rtl footer .footer-top .menu li {
  padding-left: 0;
  padding-right: 17px;
  background: url('../assets/img/bullet_rtl.png') no-repeat right 8px;
}
.rtl footer .footer-top .footer-contact-us .footer-block-contact ul li .fa {
  float: right;
}
.rtl footer .footer-top .ya_social ul li {
  margin-right: 0;
  margin-left: 6px;
}
.rtl footer .wp-copyright >div {
  float: right;
}
.rtl footer .wp-copyright .icon-payment {
  float: left;
}
#ya-totop {
  background: url("../assets/img/up-arrow.png") no-repeat scroll center center transparent;
  background-color: #f06292;
  bottom: 15px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  height: 40px;
  width: 40px;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#ya-totop:hover {
  opacity: 0.9;
}
.rtl #ya-totop {
  right: auto;
  left: 15px;
}
#contents .page .entry-title {
  font-size: 24px;
  margin-bottom: 50px;
}
.box-contact-us .contact-map .border-map {
  border: 6px solid #ececec;
  margin-bottom: 20px;
  line-height: 0;
}
.box-contact-us .contact-map .border-map iframe {
  width: 100%;
  height: 292px;
  border: 0;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap input,
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 1px solid #dddddd;
  text-indent: 10px;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap input {
  width: 400px;
  max-width: 100%;
  height: 30px;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 170px;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 12px;
  left: 10px;
  padding: 0px;
  position: absolute;
  top: 5px;
  width: auto;
  background: #fff;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap:hover span.wpcf7-not-valid-tip {
  display: none;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form span {
  display: block;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .wpcf7-text {
  margin: 0;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .senmail-buttom {
  display: inline-block;
  width: 100%;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .senmail-buttom .wpcf7-submit {
  float: left;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  min-height: 0;
  line-height: 100%;
  padding: 12px 22px;
  font-weight: bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .senmail-buttom .wpcf7-submit:hover {
  background: #f06292;
  border-color: #f06292;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .senmail-buttom img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 0px;
  padding: 10px 20px;
}
.rtl .box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form .senmail-buttom img.ajax-loader {
  float: right;
}
.box-contact-us .contact-form-submit .wpcf7 form.wpcf7-form div.wpcf7-response-output {
  margin: 0;
}
.box-contact-us .wrap-contact-address {
  clear: both;
  width: 100%;
  margin: 15px 0 0 0;
  display: inline-block;
  padding: 0 0 40px 0;
}
.box-contact-us .wrap-contact-address .contact-address .bl {
  display: block;
}
.box-contact-us .wrap-contact-address .contact-address br {
  display: none;
}
.box-contact-us .wrap-contact-address .contact-address .ct > a {
  display: block;
}
.box-contact-us .wrap-contact-address .contact-address .ct-street {
  background: url("../assets/img/adress-icon.png") no-repeat scroll left center rgba(0,0,0,0);
  padding: 26px 0 7px 45px;
  color: #666666;
  max-width: 289px;
  display: inline-block;
}
.box-contact-us .wrap-contact-address .contact-address .ct-street a {
  font-weight: 600;
  color: #f06292;
  font-size: 14px;
  margin-bottom: 3px;
}
.box-contact-us .wrap-contact-address .contact-address ul {
  margin: 0;
}
.box-contact-us .wrap-contact-address .contact-address .ct-email {
  background: url("../assets/img/email-icon.png") no-repeat scroll left top rgba(0,0,0,0);
  color: #a9a9a9;
  display: block;
  margin: 0 0 10px;
  padding: 0px 0 7px 45px;
  color: #666666;
}
.box-contact-us .wrap-contact-address .contact-address .ct-email span {
  font-size: 14px;
}
.box-contact-us .wrap-contact-address .contact-address .ct-email span:hover {
  color: #f06292;
}
.box-contact-us .wrap-contact-address .contact-address .ct-email a {
  font-weight: normal;
}
.box-contact-us .wrap-contact-address .contact-address .ct-hotline {
  background: url("../assets/img/mobile-icon.png") no-repeat scroll left top rgba(0,0,0,0);
  padding: 0px 0 7px 45px;
  color: #666666;
}
.rtl .box-contact-us .contact-form-submit .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  text-align: right;
}
.rtl .box-contact-us .contact-form-submit .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input,
.rtl .box-contact-us .contact-form-submit .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  text-align: right;
  padding-right: 10px;
}
.rtl .box-contact-us .contact-form-submit .wpcf7 .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  left: auto;
  right: 10px;
}
.rtl .box-contact-us .contact-form-submit .wpcf7 .wpcf7-form .senmail-buttom .wpcf7-submit {
  float: right;
}
.rtl .box-contact-us div.wpcf7-validation-errors,
.rtl .box-contact-us div.wpcf7-mail-sent-ok {
  direction: rtl;
}
.rtl .box-contact-us .wrap-contact-address .contact-address .ct-street {
  background: url("../assets/img/adress-icon.png") no-repeat scroll right center rgba(0,0,0,0);
  padding: 26px 45px 7px 0;
}
.rtl .box-contact-us .wrap-contact-address .contact-address .ct-email {
  background: url("../assets/img/email-icon.png") no-repeat scroll right top rgba(0,0,0,0);
  padding: 0px 45px 7px 0;
}
.rtl .box-contact-us .wrap-contact-address .contact-address .ct-hotline {
  background: url("../assets/img/mobile-icon.png") no-repeat scroll right top rgba(0,0,0,0);
  padding: 0px 45px 7px 0;
}
@media (max-width: 767px) {
  .contact-map {
    margin-bottom: 20px;
  }
}
.wp_ab .ab_icons {
  margin: 0;
  float: left;
  font-size: 35px;
  border: 2px solid #555555;
  width: 90px;
  height: 90px;
  line-height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.wp_ab .ab_icons:hover {
  color: #fff;
  border-color: #f06292;
  background-color: #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.wp_ab .ab_item {
  margin-left: 110px;
}
.wp_ab .ab_item h4 {
  font-size: 14px;
}
.wp_ab .ab_item .ab_desc {
  color: #898989;
}
.rtl .wp_ab .ab_icons {
  float: right;
}
.rtl .ab_item {
  margin-left: 0;
  margin-right: 110px;
}
@media (max-width: 991px) {
  .wp_ab {
    text-align: center;
  }
  .wp_ab .ab_icons {
    float: none;
  }
  .wp_ab .ab_item {
    margin: 15px 0 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .rtl .wp_ab .ab_icons {
    float: none;
  }
}
.category .category-contents {
  display: inline-block;
  vertical-align: top;
}
.category .category-contents .category-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.category .category-contents .entry-title {
  margin-bottom: 20px;
}
.category .entry-thumb-content .entry-hover img {
  width: 100%;
}
.category-contents .entry-title {
  font-size: 24px;
}
.category-contents .post {
  margin-bottom: 50px;
}
.category-contents .post .entry .entry-thumb {
  margin-bottom: 30px;
}
.category-contents .post .entry .entry-content {
  color: #898989;
}
.category-contents .post .entry .entry-content .title-blog h3 {
  font-size: 16px;
  color: #464646;
  margin-bottom: 15px;
}
.category-contents .post .entry .entry-content .entry-meta {
  margin-bottom: 15px;
}
.category-contents .post .entry .entry-content .entry-meta >span {
  margin-right: 15px;
  display: inline-block;
}
.rtl .category-contents .post .entry .entry-content .entry-meta >span {
  margin-right: 0;
  margin-left: 15px;
}
.category-contents .woocommerce-pagination {
  margin-bottom: 90px;
}
.category-contents .woocommerce-pagination .page-numbers {
  margin: 0;
  border: 0;
}
.category-contents .woocommerce-pagination .page-numbers >li {
  margin: 0 5px;
  border: 0;
}
.category-contents .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.category-contents .woocommerce-pagination .page-numbers >li .page-numbers.current,
.category-contents .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #f06292;
  color: #fff;
  border-color: #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.pagination.nav-pag {
  width: 100%;
  text-align: center;
  margin: 15px 0 65px;
}
.pagination.nav-pag ul {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0 auto;
}
.pagination.nav-pag ul >li {
  margin: 0 5px;
  border: 0;
  float: left;
}
.pagination.nav-pag ul >li >a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.pagination.nav-pag ul >li.disabled >a,
.pagination.nav-pag ul >li:hover >a {
  background-color: #f06292;
  color: #fff;
  border: 1px solid #f06292;
}
.pagination.nav-pag ul >li.prev >a,
.pagination.nav-pag ul >li.next >a {
  width: auto;
  padding: 0 20px;
}
.pagination.nav-pag ul >li.disabled.prev,
.pagination.nav-pag ul >li.disabled.next {
  display: none;
}
.rtl .pagination.nav-pag ul >li {
  float: right;
}
.grid-blog .post {
  margin-bottom: 20px;
}
.grid-blog .post .entry {
  border: 1px solid #ddd;
}
.grid-blog .post .entry .entry-thumb {
  padding: 15px 15px 0;
  margin-bottom: 0;
}
.grid-blog .post .entry .entry-content {
  padding: 20px 15px 15px;
}
.grid-blog .post .entry .entry-bottom {
  line-height: 30px;
}
.grid-blog .post .entry .entry-bottom .entry-comment {
  float: left;
  width: 140px;
  max-width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #898989;
}
.grid-blog .post .entry .entry-bottom .entry-comment .fa {
  font-size: 18px;
  color: #898989;
}
.grid-blog .post .entry .entry-bottom .entry-readmore {
  float: right;
  width: 120px;
  max-width: 100%;
  text-align: center;
  border-top: 1px solid #898989;
  border-left: 1px solid #898989;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.grid-blog .post .entry .entry-bottom .entry-readmore a {
  display: block;
  font-weight: bold;
  color: #111111;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.grid-blog .post .entry .entry-bottom .entry-readmore a:hover {
  color: #f06292;
}
.grid-blog .post .entry .entry-bottom .entry-readmore:hover {
  border-color: #ddd;
}
blockquote {
  border: 0;
  padding: 5px 30px;
  position: relative;
}
blockquote:before {
  content: "";
  background: url('../assets/img/icon-quote.png') no-repeat center;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  background: url('../assets/img/icon-quote-right.png') no-repeat center;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
blockquote p {
  font-style: italic;
  font-size: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  width: 40px;
  height: 60px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  background: url('../assets/img/tes_prev.png') no-repeat center rgba(0,0,0,0.5);
}
.format-gallery .carousel.gallery-slider .carousel-control.right {
  background: url('../assets/img/tes_next.png ') no-repeat center rgba(0,0,0,0.5);
}
.format-gallery .carousel.gallery-slider:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.widget-popular-blog ul {
  margin: 0;
}
.widget-popular-blog ul li {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.widget-popular-blog ul li .widget-thumb {
  float: left;
  margin-right: 15px;
}
.rtl .widget-popular-blog ul li .widget-thumb {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.widget-popular-blog ul li .item-content {
  color: #898989;
}
.widget-popular-blog ul li .item-content h4 {
  margin-bottom: 5px;
  line-height: 12px;
}
.widget-popular-blog ul li .item-content h4 a {
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
}
.widget-popular-blog ul li .item-content h4 a:hover {
  color: #f06292;
}
.widget-popular-blog ul li:last-child {
  margin-bottom: 0;
}
.widget-the-blog ul {
  margin: 0;
}
.widget-the-blog ul li {
  margin-bottom: 15px;
}
.widget-the-blog ul li .widget-thumb {
  margin-bottom: 20px;
}
.widget-the-blog ul li .widget-caption .item-title h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.widget-the-blog ul li .widget-caption .item-title h4 a {
  color: #555;
}
.widget-the-blog ul li .widget-caption .item-title h4 a:hover {
  color: #f06292;
}
.widget-the-blog ul li .widget-caption .item-desc {
  margin-bottom: 20px;
}
.widget-the-blog ul li .widget-caption .entry-readmore a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #555;
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.widget-the-blog ul li .widget-caption .entry-readmore a:hover {
  color: #fff;
  background-color: #f06292;
  border-color: #f06292;
}
.widget-the-blog ul li:last-child {
  margin-bottom: 0;
}
.entry-meta .entry-author a {
  color: #898989;
}
.entry-meta .entry-author a:hover {
  color: #f06292;
}
.entry-hover {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
}
.entry-hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.entry-hover:hover .effect-image-blog {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #fff;
}
.entry-hover:hover:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect-image-blog {
  color: #fff;
  font-size: 15px;
  background-color: #f06292;
  border-radius: 50%;
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.effect-image-blog .icon-hover {
  display: block;
  line-height: 48px;
  margin: 0 auto;
}
.effect-image-blog .icon-hover:before {
  content: "\f064";
}
.single.main {
  display: inline-block;
  vertical-align: top;
}
.single.main .header-single h1 {
  font-size: 24px;
  margin-bottom: 40px;
}
.single.main .entry-content {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.single.main .entry-content .single-thumb {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.single.main .entry-content .single-thumb img {
  width: 100%;
}
.single.main .entry-content .entry-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single.main .entry-content .entry-meta {
  margin-bottom: 20px;
}
.single.main .entry-content .entry-meta >span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.rtl .single.main .entry-content .entry-meta >span {
  margin-left: 10px;
  margin-right: 0;
}
.single.main .entry-content .entry-meta >span a {
  color: #999;
}
.single.main .entry-content .entry-meta >span a:hover {
  color: #f06292;
}
.single.main #comments {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
.single.main #comments h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single.main #comments .commentlist .comment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single.main #comments .commentlist .comment .avata-author {
  margin-right: 15px;
}
.single.main #comments .commentlist .comment .media-body .media .media-heading .author-name {
  font-weight: 500;
  color: #444;
}
.single.main #comments .commentlist .children {
  margin-left: 20px;
}
.rtl .single.main #comments .commentlist .children {
  margin-left: 0;
  margin-right: 20px;
}
.single.main #comments .commentlist .children .children {
  margin-left: 20px;
}
.rtl .single.main #comments .commentlist .children .children {
  margin-left: 0;
  margin-right: 20px;
}
.single.main #comments .commentlist >.comment:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.single.main .single-content {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.single-post-relate {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
.single-post-relate h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-post-relate .item-relate-img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-relate .item-relate-img a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-post-relate .item-relate-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.single-post-relate .item-relate-content p {
  display: none;
}
.single-post-relate .item-relate-content h4 a {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.single-post-relate .item-relate-content h4 a:hover {
  color: #f06292;
}
nav ul.pager {
  display: none;
}
#form-comment {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#form-comment .title {
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#respond {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
}
#respond #commentform .cmm-box-left .control-group {
  margin-bottom: 15px;
}
#respond #commentform .cmm-box-left .control-group .input-block-level {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  background-color: #ebebeb;
  color: #7d7d7d;
  border: 0;
  margin: 0;
}
#respond #commentform .cmm-box-right .control-group .input-block-level {
  padding: 10px 0;
  width: 100%;
  border-radius: 0;
  min-height: 250px;
  text-indent: 10px;
  background-color: #ebebeb;
  color: #7d7d7d;
  border: 0;
  margin-bottom: 15px;
}
#respond #commentform .cmm-box-right .control-group .btn-submit-comment {
  float: right;
  width: 165px;
  height: 50px;
  line-height: 50px;
  border-color: #898989;
  border-radius: 0;
  background-color: transparent;
  font-weight: 500;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#respond #commentform .cmm-box-right .control-group .btn-submit-comment:hover {
  background-color: #f06292;
  border-color: #f06292;
  color: #fff;
}
textarea.input-block-level {
  text-indent: 15px !important;
}
ul.thumbnails {
  margin-left: -1%;
}
.rtl ul.thumbnails {
  margin-right: -1% !important;
  margin-left: 0;
}
.gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.gallery .thumbnail:hover {
  background: #f06292;
  border-color: #ddd;
}
.gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.gallery img {
  width: 100%;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.portfolio-top {
  margin-bottom: 30px;
}
.portfolio-top h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.portfolio-top h2 {
  font-size: 16px;
}
.portfolio-top .portfolio-content .single-thumbnail {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 68%;
}
.rtl .portfolio-top .portfolio-content .single-thumbnail {
  margin-right: 0;
  margin-left: 2%;
}
.portfolio-top .portfolio-content .single-portfolio-content h3 {
  font-size: 18px;
}
.related-portfolio {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}
.related-portfolio h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}
.related-portfolio h2:after {
  content: "";
  border-bottom: 1px solid #e74847;
  display: block;
  width: 50px;
  margin-top: 7px;
}
.related-portfolio .related-items {
  margin: 0 -15px;
}
.related-portfolio .related-items .related-item {
  width: 25%;
  padding: 0 15px;
}
.related-portfolio .related-items .related-item .item-img h4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-portfolio .containers {
  display: none;
}
.vc_grid-filter-dropdown .vc_grid-styled-select select,
.vc_grid-filter-select .vc_grid-styled-select select {
  margin: 0;
}
.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
  margin: 0 10px;
}
.ya-portfolio {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 60px;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
  -o-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
  -ms-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
}
.ya-portfolio .portfolio-tab {
  text-align: center;
}
.ya-portfolio .portfolio-tab ul {
  margin-bottom: 46px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.ya-portfolio .portfolio-tab ul li {
  float: left;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 7px 10px;
  color: #999;
}
.ya-portfolio .portfolio-tab ul li:first-child {
  border-radius: 3px 0 0 3px;
}
.ya-portfolio .portfolio-tab ul li:last-child {
  border-radius: 0 3px 3px 0;
}
.ya-portfolio .portfolio-tab ul li.selected {
  background: #f06292;
  color: #fff;
  border-color: #f06292;
}
.ya-portfolio .portfolio-tab ul li + li {
  border-left: 0;
}
.ya-portfolio .portfolio-container {
  overflow: hidden;
}
.ya-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.ya-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10%;
  width: 100%;
  text-align: center;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item {
  text-align: center;
  box-shadow: 0 0 1px 1px #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more {
  right: 50%;
  left: auto;
  transform: translate3d(-100px,0,0);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup {
  transform: translate3d(100px,0,0);
  left: 50%;
  right: auto;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #f06292;
  box-shadow: 0 0 1px 1px #f06292;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title {
  display: block;
  margin-bottom: 10px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  transform: translate3d(0,-100px,0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #f06292;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:before {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.334%;
  margin: 0;
  padding: 0;
  border: 0;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item :after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.ya-portfolio .btn-loadmore {
  padding: 0;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ya-portfolio .btn-loadmore.btn-loading {
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 40px 40px;
}
.ya-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  background: none;
}
.ya-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.ya-portfolio .btn-loadmore .des-load {
  font-size: 16px;
  padding: 10px 59px;
  display: inline-block;
  line-height: normal;
  background: #f06292;
  color: #fff;
  border-radius: 3px;
  margin-top: 50px;
}
.ya-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.ya-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.ya-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.masonry .btn-loadmore .des-load {
  margin-top: 50px;
}
.rtl.page-template-page-portfolio .wp-portfolio .vc_grid-filter .vc_grid-filter-item:first-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rtl.page-template-page-portfolio .wp-portfolio .vc_grid-filter .vc_grid-filter-item:last-child {
  border-left: 1px solid #ddd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 991px) {
  .related-portfolio .related-items .related-item {
    width: 50%;
  }
  .related-portfolio .related-items .related-item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .related-portfolio .related-items .related-item {
    float: left;
  }
}
@media (max-width: 480px) {
  .related-portfolio .related-items .related-item {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .p-lg-1 {
    width: 100%;
  }
  .p-lg-2 {
    width: 50%;
  }
  .p-lg-3 {
    width: 33.3333%;
  }
  .p-lg-4 {
    width: 25%;
  }
  .p-lg-5 {
    width: 20%;
  }
  .p-lg-6 {
    width: 16.6666%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-md-1 {
    width: 100%;
  }
  .p-md-2 {
    width: 50%;
  }
  .p-md-3 {
    width: 33.3333%;
  }
  .p-md-4 {
    width: 25%;
  }
  .p-md-5 {
    width: 20%;
  }
  .p-md-6 {
    width: 16.6666%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-sm-1 {
    width: 100%;
  }
  .p-sm-2 {
    width: 50%;
  }
  .p-sm-3 {
    width: 33.3333%;
  }
  .p-sm-4 {
    width: 25%;
  }
  .p-sm-5 {
    width: 20%;
  }
  .p-sm-6 {
    width: 16.6666%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-xs-1 {
    width: 100%;
  }
  .p-xs-2 {
    width: 50%;
  }
  .p-xs-3 {
    width: 33.3333%;
  }
  .p-xs-4 {
    width: 25%;
  }
  .p-xs-5 {
    width: 20%;
  }
  .p-xs-6 {
    width: 16.6666%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    width: 100%;
  }
}
.header-style2 #header .top-header {
  padding: 20px 0;
  background: url('../assets/img/bgr_header.jpg') center center repeat-x;
  position: relative;
  z-index: 5;
}
.header-style2 #header .top-header .ya-logo {
  padding-top: 7px;
  padding-bottom: 7px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 23px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .menu-text >li {
  float: left;
  margin-right: 40px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 {
  float: left;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu {
  display: inline-block;
  font-size: 12px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li {
  float: left;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown >a {
  padding-bottom: 10px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown >a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  visibility: hidden;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown .dropdown-menu >li >a {
  padding: 5px 0;
  font-size: 13px;
  text-indent: 10px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown .dropdown-menu >li >a:hover {
  background-color: transparent;
  color: #f06292;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu {
  position: relative;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu:before {
  position: absolute;
  content: "\f007";
  font-family: fontawesome;
  font-size: 12px;
  color: #464646;
  top: 2px;
  left: 0;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li {
  padding-left: 15px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .language {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .language #lang_sel {
  margin-top: 0;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .language #lang_sel ul {
  vertical-align: top;
}
.header-style2 #header .top-header .sidebar-top-head-index2 .widget_currency_converter {
  float: right;
}
.header-style2 #header .top-header .group-cart-wishlist {
  padding-left: 0;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_cart {
  float: right;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_cart .top-form-minicart .top-minicart .cart-contents {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  background-color: #f06292;
  color: #fff;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #b42a58;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_cart .top-form-minicart .top-minicart .cart-contents .icons-minicart .fa {
  font-size: 20px;
  line-height: 55px;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_cart .top-form-minicart .top-minicart .cart-contents .minicart-number {
  position: absolute;
  top: 1px;
  left: 3px;
  line-height: normal;
  color: #fff;
  font-size: 12px;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_cart:hover .top-minicart .cart-contents {
  color: #444;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_wishlist {
  float: right;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_wishlist .ic-wishlist {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  background-color: #81c683;
  color: #fff;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #459f48;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_wishlist .ic-wishlist .fa {
  font-size: 20px;
  line-height: 55px;
  margin: 0;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_wishlist .ic-wishlist:hover .fa {
  color: #444;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_wishlist .wishlistcount {
  position: absolute;
  top: 1px;
  left: 3px;
  line-height: normal;
  font-size: 12px;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_compare {
  margin: 0 5px;
  float: right;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_compare .ic-compare {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  background-color: #80cbc4;
  color: #fff;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #48a49c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_compare .ic-compare .fa {
  font-size: 20px;
  line-height: 55px;
  margin: 0;
}
.header-style2 #header .top-header .group-cart-wishlist .ya_compare .ic-compare:hover .fa {
  color: #444;
}
.header-style2 #header .bot-menu-header {
  background: url('../assets/img/bg-menu.jpg') repeat-x bottom center;
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 4;
}
.header-style2 #header .bot-menu-header .content-menu-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.header-style2 #header .bot-menu-header .content-menu-header #main-menu {
  padding: 0;
}
.header-style2 #header .bot-menu-header .content-menu-header #main-menu .primary-menu .menu-vertical .navbar-inverse {
  margin: 0;
}
.header-style2 #header .bot-menu-header .content-menu-header #main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu >li >a {
  padding: 20px 22px;
}
.header-style2 #header .bot-menu-header .content-menu-header #main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu >li:hover >a:before,
.header-style2 #header .bot-menu-header .content-menu-header #main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu >li.active >a:before {
  display: none;
}
.header-style2 #header .bot-menu-header .content-menu-header #main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu >li:first-child >a {
  padding-left: 0;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right {
  float: right;
  padding: 15px 0;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search {
  float: right;
  margin-right: 20px;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search {
  position: relative;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search .search-query {
  text-indent: 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: right;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  position: absolute;
  padding: 0;
  top: 0;
  right: -1px;
  margin: 0;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #f06292;
  color: #fff;
  background-color: #f06292;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search .button-search-pro:before {
  font-family: FontAwesome;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  width: 100%;
  padding-right: 35px;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_social {
  float: right;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_social ul li a {
  border: 0;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_social ul li a:hover {
  background-color: transparent;
}
.header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_social ul li a:hover i {
  color: #f06292;
}
.border-image-full {
  background: url('../assets/img/bg-menu.jpg') repeat-x bottom center;
}
.page-template-page-home3 #main {
  margin-top: 50px;
}
.header-style3 #header .top-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px 0;
  background: url('../assets/img/bg-menu.jpg') repeat-x bottom center;
}
.header-style3 #header .top-header .left-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div {
  float: left;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div #lang_sel {
  margin-right: 15px;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div #lang_sel >ul >li >a,
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div .currency_converter >ul >li >a {
  line-height: 30px;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div #lang_sel >ul >li >ul,
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div .currency_converter >ul >li >ul {
  margin-top: 0;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 .ya_social {
  float: right;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 .ya_social ul li a {
  border: 0;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 .ya_social ul li a:hover {
  background-color: transparent;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 .ya_social ul li a:hover i {
  color: #f06292;
}
.header-style3 #header .top-header .left-header .sidebar-top-left-index3 .ya_social ul li a {
  margin: 0 5px;
}
.header-style3 #header .top-header .ya-logo {
  text-align: center;
}
.header-style3 #header .top-header .ya-logo >a {
  display: inline-block;
  margin-top: 3px;
}
.header-style3 #header .top-header .right-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 {
  float: left;
  margin-left: 20px;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu {
  display: inline-block;
  font-size: 12px;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li {
  float: left;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li.dropdown >a {
  padding-bottom: 10px;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li.dropdown >a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  visibility: hidden;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li.dropdown .dropdown-menu >li >a {
  padding: 5px 0;
  font-size: 13px;
  text-indent: 10px;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li.dropdown .dropdown-menu >li >a:hover {
  background-color: transparent;
  color: #f06292;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 .menu >li.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style3 #header .top-header .right-header .sidebar-top-menu .ya-minicart-style2 {
  float: right;
}
.header-style3 #header .bottom-header {
  border-bottom: 1px solid #e1e1e1;
  background: url('../assets/img/bg-menu3.jpg') repeat-x center center;
}
.header-style3 #header .bottom-header .content-bottom-header {
  position: relative;
}
.header-style3 #header .bottom-header .content-bottom-header #main-menu .ya-selectmenu >li >a {
  padding: 21px 22px;
  margin: 0 5px;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search {
  position: absolute;
  right: 0;
  top: 16px;
  float: right;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search {
  position: relative;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .search-query {
  text-indent: 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: right;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  position: absolute;
  padding: 0;
  top: 0;
  right: -1px;
  margin: 0;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #f06292;
  color: #fff;
  background-color: #f06292;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro:before {
  font-family: FontAwesome;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  width: 100%;
  padding-right: 35px;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .search-query {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  border: 1px solid #464646;
  background-color: #464646;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search:hover .button-search-pro {
  background-color: #f06292;
  border-color: #f06292;
}
.page-template-page-home4 {
  background: url('../assets/img/bg-body.jpg') repeat-x top center #ffffff;
}
.page-template-page-home4 #main {
  margin-top: 40px;
}
.page-template-page-home4 .vertical_mega_menu .mega-title h2 {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f06292;
}
.page-template-page-home4 .vertical_mega_menu .vertical-megamenu li a {
  color: #707070;
}
.page-template-page-home4 .vertical_mega_menu .vertical-megamenu li a:hover {
  color: #f06292;
}
.page-template-page-home4 .vertical_mega_menu .vertical-megamenu .showMore a:hover {
  color: #fff;
  background-color: #ec3372;
}
.vertical_megamenu .vertical-megamenu >li.dropdown ul.dropdown-menu,
.vertical_megamenu .vertical-megamenu >li.dropdown ul.dropdown-sub {
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 10%;
  display: block;
  min-width: 240px;
  border: 0;
  border-top: 3px solid #f06292;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.vertical_megamenu .vertical-megamenu >li.dropdown ul li {
  position: relative;
}
.vertical_megamenu .vertical-megamenu >li.dropdown ul li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 15px;
  color: #444;
}
.vertical_megamenu .vertical-megamenu >li.dropdown ul li a:hover {
  color: #f06292;
}
.vertical_megamenu .vertical-megamenu >li.dropdown ul li.dropdown-submenu:hover .dropdown-sub,
.vertical_megamenu .vertical-megamenu >li.dropdown ul li.dropdown-submenu:hover .dropdown-menu {
  top: -2px;
  left: 100%;
  margin-left: -15px;
  visibility: visible;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vertical_megamenu .vertical-megamenu >li.dropdown:hover >.dropdown-menu {
  top: -1px;
  left: 100%;
  visibility: visible;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vertical_megamenu .vertical-megamenu >li.dropdown >a {
  position: relative;
}
.vertical_megamenu .vertical-megamenu >li.dropdown >a:after {
  content: "\f105";
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
  width: 19px;
  height: 19px;
  line-height: 16px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #f06292;
  background-color: #f06292;
  float: right;
  margin: 0 5px;
}
.header-style4 #header .sidebar-top-index4 {
  background-color: #252525;
  position: relative;
  z-index: 10;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar .menu-contact-text {
  margin-bottom: 0;
  color: #d7d7d7;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar .menu-contact-text li {
  margin: 0 20px 0 0;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar .menu-contact-text li a {
  color: #d7d7d7;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar .menu-contact-text li a:hover {
  color: #f06292;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar #lang_sel {
  margin: 0 10px;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar #lang_sel >ul >li >a,
.header-style4 #header .sidebar-top-index4 .content-sidebar .currency_converter >ul >li >a {
  color: #d7d7d7;
}
.header-style4 #header .sidebar-top-index4 .content-sidebar #lang_sel >ul >li >a:hover,
.header-style4 #header .sidebar-top-index4 .content-sidebar .currency_converter >ul >li >a:hover {
  color: #f06292;
}
.header-style4 #header .top-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px 0;
}
.header-style4 #header .top-header .ya_center {
  padding-top: 13px;
  padding-bottom: 12px;
}
.header-style4 #header .top-header .ya_center .menu-account-index4 .menu li {
  float: left;
  padding: 0 25px;
}
.header-style4 #header .top-header .ya_right {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart {
  float: right;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart .ya-minicart-style3 .top-minicart .cart-contents {
  font-weight: bold;
  line-height: 33px;
  display: block;
  position: relative;
  overflow: hidden;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart .ya-minicart-style3 .top-minicart .cart-contents .icons-minicart {
  background-color: #f06292;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  border: 1px solid #f06292;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart .ya-minicart-style3 .top-minicart .cart-contents:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #f06292;
  bottom: 1px;
  left: 0;
  margin-left: 15px;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search {
  float: right;
  margin-right: 20px;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search {
  position: relative;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .search-query {
  text-indent: 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: right;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  position: absolute;
  padding: 0;
  top: 0;
  right: -1px;
  margin: 0;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #f06292;
  color: #fff;
  background-color: #f06292;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .button-search-pro:before {
  font-family: FontAwesome;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  width: 100%;
  padding-right: 35px;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  background-color: #464646;
  border-color: #464646;
}
.header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .button-search-pro:hover {
  background-color: #f06292;
  border-color: #f06292;
}
.header-style4 #header .bottom-header .content-bottom-header {
  background: url('../assets/img/bg-menu.jpg') repeat-x bottom center #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  float: left;
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header-style4 #header .bottom-header .content-bottom-header #main-menu {
  float: left;
}
.header-style4 #header .bottom-header .content-bottom-header #main-menu .ya-selectmenu >li >a {
  padding: 19px 22px;
  margin-bottom: 5px;
}
.header-style4 #header .bottom-header .content-bottom-header #main-menu .ya-selectmenu >li:hover >a:before,
.header-style4 #header .bottom-header .content-bottom-header #main-menu .ya-selectmenu >li.active >a:before {
  display: none;
}
.header-style4 #header .bottom-header .content-bottom-header .menu-bottom-right {
  float: right;
  padding: 15px 0;
}
.header-style4 #header .bottom-header .content-bottom-header .menu-bottom-right .ya_social ul li a {
  border: 0;
}
.header-style4 #header .bottom-header .content-bottom-header .menu-bottom-right .ya_social ul li a:hover {
  background-color: transparent;
}
.header-style4 #header .bottom-header .content-bottom-header .menu-bottom-right .ya_social ul li a:hover i {
  color: #f06292;
}
.header-style4 #header .bottom-header .content-bottom-header .menu-bottom-right .ya_social ul li a {
  margin: 0 7px;
}
.page-template-page-home5 #main {
  margin-top: 50px;
}
.header-style5 #header .sidebar-top-index5 {
  height: 150px;
  visibility: visible;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style5 #header .sidebar-top-index5 .content-sale {
  text-align: center;
  position: relative;
  background: url('..assets/img/button-top.png') no-repeat;
}
.header-style5 #header .sidebar-top-index5 .content-sale h3 {
  font-size: 21px;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.header-style5 #header .sidebar-top-index5 .content-sale .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  border: 0px;
  z-index: 99;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: url('../assets/img/button-top.png') no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style5 #header .sidebar-top-index5 .content-sale .close:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
.header-style5 #header .sidebar-top-index5.close-banner {
  height: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-style5 #header .top-header {
  padding: 33px 0;
  background: url('../assets/img/bg-menu.jpg') repeat-x bottom center #fff;
  position: relative;
  z-index: 5;
}
.header-style5 #header .top-header .left-header {
  padding-top: 7px;
  padding-right: 7px;
}
.header-style5 #header .top-header .left-header .sidebar-top-left-index5 #lang_sel >ul >li >a,
.header-style5 #header .top-header .left-header .sidebar-top-left-index5 .currency_converter >ul >li >a {
  line-height: 30px;
  display: block;
  padding-bottom: 0;
}
.header-style5 #header .top-header .ya-logo {
  text-align: center;
}
.header-style5 #header .top-header .ya-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style5 #header .top-header .right-header {
  padding-top: 7px;
  padding-right: 15px;
}
.rtl .header-style5 #header .top-header .right-header {
  padding-right: 0;
  padding-left: 15px;
}
.header-style5 #header .top-header .right-header .sidebar-top-menu .ya_social {
  float: left;
}
.header-style5 #header .top-header .right-header .sidebar-top-menu .ya_social ul li a {
  border: 0;
}
.header-style5 #header .top-header .right-header .sidebar-top-menu .ya_social ul li a:hover {
  background-color: transparent;
}
.header-style5 #header .top-header .right-header .sidebar-top-menu .ya_social ul li a:hover i {
  color: #f06292;
}
.header-style5 #header .top-header .right-header .sidebar-top-menu .ya_cart {
  float: right;
}
.header-style5 #header .top-header .right-header .sidebar-top-menu .ya_cart .top-form-minicart .top-minicart .cart-contents {
  line-height: 30px;
  display: block;
}
.header-style5 #header .bottom-header {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 4;
}
.header-style5 #header .bottom-header .content-bottom-header {
  position: relative;
}
.header-style5 #header .bottom-header .content-bottom-header #main-menu .ya-selectmenu >li >a {
  padding: 21px 22px;
  margin: 0 5px;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search {
  position: absolute;
  right: 0;
  top: 15px;
  float: right;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search {
  position: relative;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .search-query {
  text-indent: 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: right;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  position: absolute;
  padding: 0;
  top: 0;
  right: -1px;
  margin: 0;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #f06292;
  color: #fff;
  background-color: #f06292;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro:before {
  font-family: FontAwesome;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  width: 100%;
  padding-right: 35px;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .search-query {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  border: 1px solid #464646;
  background-color: #464646;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search:hover .button-search-pro {
  background-color: #f06292;
  border-color: #f06292;
}
.responsive-post-slider .resp-slider-container .title-home.style1 {
  text-align: center;
  overflow: hidden;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title {
  display: inline-block;
  position: relative;
  padding: 0 11px;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2:before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 30px;
  position: absolute;
  top: -32px;
  color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title:before {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  left: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title:after {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  right: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2 {
  color: #444;
}
.responsive-post-slider .resp-slider-container .title-home.style1 .box-slider-title h2:before {
  color: #fff;
}
.responsive-post-slider .resp-slider-container .slider .item {
  margin: 0 auto;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .widget-post .widget-thumb .img_over img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .widget-post .widget-thumb .img_over:hover img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content {
  color: #898989;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .widget-title {
  margin-bottom: 10px;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .widget-title h4 a {
  text-transform: uppercase;
  font-size: 14px;
  color: #363636;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .widget-title h4 a:hover {
  color: #f06292;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .entry-meta >span {
  margin-right: 10px;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .description {
  line-height: 24px;
}
.responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .read-more {
  display: none;
}
.responsive-post-slider .resp-slider-container .slider.slick-initialized .slick-slide {
  padding: 0;
}
.responsive-post-slider .res-button {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 150px;
}
.responsive-post-slider .res-button.slick-prev {
  background: url('../assets/img/prev-brand1.png') no-repeat center top;
}
.responsive-post-slider .res-button.slick-next {
  background: url('../assets/img/next-brand1.png') no-repeat center top;
}
.responsive-post-slider .res-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.responsive-post-slider .res-button.slick-prev {
  left: 0;
  margin-left: -25px;
}
.responsive-post-slider .res-button.slick-next {
  right: 0;
  margin-right: -25px;
}
.responsive-slider.sw-partner-container-slider {
  position: relative;
  z-index: 1;
}
.responsive-slider.sw-partner-container-slider .title-home {
  border-bottom: 2px solid #f06292;
}
.responsive-slider.sw-partner-container-slider .title-home h2 {
  color: #000;
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 0;
  display: block;
}
.responsive-slider.sw-partner-container-slider .resp-slider-container {
  padding: 0 30px;
}
.responsive-slider.sw-partner-container-slider .resp-slider-container .item {
  padding: 0;
  margin: 0;
}
.responsive-slider.sw-partner-container-slider .resp-slider-container .item .item-wrap {
  overflow: hidden;
}
.responsive-slider.sw-partner-container-slider .resp-slider-container .item .item-wrap .item-height .item-img-info a img {
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.responsive-slider.sw-partner-container-slider .resp-slider-container .item .item-wrap:hover .item-height .item-img-info a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.responsive-slider.sw-partner-container-slider .res-button {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50%;
  margin-top: -12px;
}
.responsive-slider.sw-partner-container-slider .res-button.slick-prev {
  background: url('../assets/img/prev-brand1.png') no-repeat center top;
}
.responsive-slider.sw-partner-container-slider .res-button.slick-next {
  background: url('../assets/img/next-brand1.png') no-repeat center top;
}
.responsive-slider.sw-partner-container-slider .res-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.responsive-slider.sw-partner-container-slider .res-button.slick-prev {
  left: 0;
  right: auto;
}
.responsive-slider.sw-partner-container-slider .res-button.slick-next {
  right: 0;
  left: auto;
}
.countdown-slider.style1 .title-home {
  text-align: center;
  overflow: hidden;
}
.countdown-slider.style1 .title-home .box-slider-title {
  display: inline-block;
  position: relative;
  padding: 0 11px;
}
.countdown-slider.style1 .title-home .box-slider-title h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.countdown-slider.style1 .title-home .box-slider-title h2:before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 30px;
  position: absolute;
  top: -32px;
  color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
}
.countdown-slider.style1 .title-home .box-slider-title:before {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  left: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.countdown-slider.style1 .title-home .box-slider-title:after {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  right: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.countdown-slider.style1 .title-home .box-slider-title {
  padding: 60px 10px 60px;
  background-color: #fff;
}
.countdown-slider.style1 .item-detail .products-thumb {
  margin-bottom: 0;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown {
  padding: 17px;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown .countdown-row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px dashed #252525;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown .countdown-row .countdown-section {
  float: left;
  width: 25%;
  color: #252525;
  border-right: 1px dashed #252525;
  padding: 15px 0;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown .countdown-row .countdown-section:last-child {
  border-right: 0;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown .countdown-row .countdown-section >span {
  display: block;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 21px;
  font-weight: bold;
}
.countdown-slider.style1 .item-detail .item-content .product-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  font-weight: bold;
}
.countdown-slider.style1 .item-detail .item-content h4 {
  margin-bottom: 12px;
}
.countdown-slider.style1 .item-detail .item-content .description {
  margin-bottom: 26px;
  padding: 0 20px;
  line-height: 24px;
  color: #898989;
}
.countdown-slider.style1 .item-detail .item-content .wp-review-price {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.countdown-slider.style1 .item-detail .item-content .wp-review-price .reviews-content {
  float: left;
  padding: 4px 10px;
  margin-bottom: 0;
}
.countdown-slider.style1 .item-detail .item-content .wp-review-price .item-price {
  float: right;
  padding-bottom: 0;
}
.countdown-slider.style1 .item-detail .item-content .product-addcart-wrapper {
  position: static;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 10px 0;
}
.countdown-slider.style1 .res-button {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.countdown-slider.style1 .res-button.slick-prev {
  background: url('../assets/img/prev-brand1.png') no-repeat center top;
}
.countdown-slider.style1 .res-button.slick-next {
  background: url('../assets/img/next-brand1.png') no-repeat center top;
}
.countdown-slider.style1 .res-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.countdown-slider.style1 .res-button.slick-prev {
  left: 50%;
  margin-left: -25px;
}
.countdown-slider.style1 .res-button.slick-next {
  right: 50%;
  margin-right: -25px;
}
.countdown-slider.style1:hover .res-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.testimonial-slider.layout1 {
  padding: 60px 0;
}
.testimonial-slider.layout1 .carousel-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-slider.layout1 .carousel-inner .item {
  background-color: #fff;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-img-left,
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-img-right {
  width: 18%;
  float: left;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-img-left img,
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-img-right img {
  width: 100%;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-content {
  width: 64%;
  float: left;
  padding: 0 20px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-content .item-description {
  padding: 25px 0 20px;
  line-height: 22px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-content .item-meta .item-name {
  color: #f06292;
  font-weight: bold;
  margin: 0 5px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-img-right >a {
  position: relative;
  display: block;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-testimonial .item-img-right >a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255,255,255,0.4);
}
.testimonial-slider.layout1 .res-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.testimonial-slider.layout1 .res-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-slider.layout1 .slide-left {
  left: 0;
  background: url('../assets/img/tes_prev.png') left center no-repeat;
}
.testimonial-slider.layout1 .slide-right {
  right: 0;
  background: url('../assets/img/tes_next.png') center right no-repeat;
}
.rtl .header-default .item-sidebar-fixed {
  right: auto;
  left: 0;
}
.rtl .top-form-minicart .wrapp-minicart {
  right: auto;
  left: 0;
}
.rtl .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-image .btn-remove {
  right: auto;
  left: -5px;
}
.rtl .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-detail-cart .product-details .product-price {
  float: right;
}
.rtl .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .item-detail-cart .product-details .qty {
  float: right;
}
.rtl .top-form-minicart .wrapp-minicart {
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.rtl .ya-selectmenu >li {
  float: right;
}
.rtl .ya-selectmenu >li.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu >li {
  float: right;
}
.rtl .ya-selectmenu.nav-mega .ya-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .ya-selectmenu >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.rtl .ya-selectmenu >li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
  left: auto;
  right: 95%;
}
.rtl .header-default #header .top-header .sidebar-top-header .menu >li.dropdown >a:after {
  display: none;
}
.rtl .header-default #header .top-header .sidebar-top-header .menu >li.dropdown >a:before {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
.rtl .header-default #header .top-header .sidebar-top-header .menu >li:first-child >a {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .header-default #header .top-header .sidebar-top-header .menu >li {
  float: right;
}
.rtl .header-default #header .bottom-header .sidebar-bottom-head1 >div {
  float: right;
}
.rtl #searchform_special .search-wrapper .cat-wrapper {
  float: right;
}
.rtl #searchform_special .search-wrapper .cat-wrapper .label-search:after {
  right: auto;
  left: 10px;
}
.rtl #searchform_special .search-wrapper .search-entry .searchbox-submit {
  right: auto;
  left: 5px;
}
.rtl #searchform_special .search-wrapper .search-entry .search-query {
  padding: 0 0 0 35px;
}
.rtl .header-default #header .bottom-header .sidebar-bottom-head1 >div.contact-phone {
  margin-left: 0;
  margin-right: 45px;
}
.rtl .header-default #header .bottom-header .sidebar-bottom-head1 >div.language {
  margin-left: 0;
  margin-right: 130px;
}
.rtl #lang_sel >ul >li >a:after,
.rtl .currency_converter >ul >li >a:after {
  display: none;
}
.rtl #lang_sel >ul >li >a:before,
.rtl .currency_converter >ul >li >a:before {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
.rtl #lang_sel >ul >li >ul,
.rtl .currency_converter >ul >li >ul {
  left: auto;
  right: 0;
}
.rtl .header-default #header .bottom-header .sidebar-bottom-head1 >div.ya_social {
  float: left;
}
.rtl .ya_social ul li {
  float: right;
}
.rtl .ya_social ul li:last-child a {
  margin-right: 3px;
  margin-left: 0;
}
.rtl .menu-contact-text li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .menu-contact-text li:before {
  left: auto;
  right: 0;
}
.rtl .static-image-wrapper .category-info {
  float: right;
}
.rtl .static-image-wrapper .banner-home.pull-left {
  float: right;
}
.rtl .static-image-wrapper .banner-home.pull-right {
  float: left;
}
.rtl .countdown-slider.style1 .item-detail .item-content .wp-review-price .item-price {
  float: left;
}
.rtl .countdown-slider.style1 .item-detail .item-content .wp-review-price .reviews-content {
  float: right;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .entry-meta >span {
  margin-right: 0;
  margin-left: 10px;
}
.rtl footer .footer-left {
  padding-right: 15px;
  padding-left: 0;
  border-right: 0;
}
.rtl footer .footer-right {
  border-right: 1px solid #fff;
  border-left: 0;
  padding-left: 15px;
  padding-right: 0;
}
.rtl footer .footer-right .footer-right-about {
  padding-left: 0;
  padding-right: 30px;
}
.rtl footer .footer-right .col-4-footer-right.first {
  float: right;
  padding-left: 15px;
  padding-right: 30px;
}
.rtl footer .footer-left .ya_social {
  float: right;
}
.rtl footer .footer-left .footer-left-contact {
  padding-left: 15px;
  padding-right: 90px;
}
.rtl footer .footer-left .ya_social ul li a {
  margin: 0 0 8px 0;
}
.rtl footer .footer-left .footer-left-contact .footer-contact-us .footer-block-contact ul li .fa {
  float: right;
}
.rtl footer .footer-right .footer-right-about .img-about {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl footer .footer-right .col-4-footer-right .menu li {
  padding-left: 0;
  padding-right: 17px;
  background: url('../assets/img/bullet_rtl.png') no-repeat right 8px;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs {
  margin-left: 0;
  display: table;
  margin: 0 auto;
  border: 0;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #898989;
  font-size: 16px;
  padding: 10px 20px;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li.active >a,
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li:hover >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  background-color: #f06292;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li.active >a:before,
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li:hover >a:before {
  display: none;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .responsive-slider .res-button {
  width: 45px;
  height: 46px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50%;
  margin-top: -23px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .responsive-slider .res-button.slick-prev {
  background: url('../assets/img/prev-tes2.png') no-repeat center top;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .responsive-slider .res-button.slick-next {
  background: url('../assets/img/next-tes2.png') no-repeat center top;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .responsive-slider .res-button:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .responsive-slider .res-button.slick-prev {
  left: -40px;
}
.page-template-page-home2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .responsive-slider .res-button.slick-next {
  right: -40px;
}
.page-template-page-home2 .sw-woo-tab-cat:hover .resp-tab .tab-content .tab-pane .responsive-slider .res-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs {
  margin-left: 0;
  display: table;
  margin: 0 auto;
  border: 0;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #898989;
  font-size: 16px;
  padding: 10px 20px;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li.active >a,
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li:hover >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  background-color: #f06292;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li.active >a:before,
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs >li:hover >a:before {
  display: none;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .order-title h2 {
  margin-bottom: 46px;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs:before,
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs:after {
  display: none;
}
.page-template-page-home2 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style1 .nav.nav-tabs li a {
  text-transform: capitalize;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap {
  margin-bottom: 50px;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail {
  text-align: left;
  border-bottom: 0;
  background-color: transparent;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail .item-content .description {
  margin-bottom: 25px;
  color: #898989;
  line-height: 24px;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail .item-content .item-price {
  padding-bottom: 25px;
}
.sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail .item-content .product-addcart-wrapper {
  background-color: transparent;
  position: static;
  opacity: 1;
}
.rtl .sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail {
  text-align: right;
}
.block-subscribe {
  background: #fff;
  padding: 0 30px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.block-subscribe .wrapper-subscribe {
  background: #f7f7f7;
  padding: 50px;
  position: relative;
  color: #898989;
}
.block-subscribe .wrapper-subscribe:before {
  content: "";
  display: inline-block;
  background: url('../assets/img/dotte11.png') top repeat-x #fff;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  top: 0;
}
.block-subscribe .wrapper-subscribe:after {
  content: "";
  display: inline-block;
  background: url('../assets/img/dotte11.png') bottom repeat-x #fff;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
}
.block-subscribe .wrapper-subscribe .title-home-dottebttom {
  text-align: center;
}
.block-subscribe .wrapper-subscribe .title-home-dottebttom h2 {
  display: inline-block;
  font-size: 28px;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.block-subscribe .wrapper-subscribe .title-home-dottebttom h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.block-subscribe .wrapper-subscribe .description-subscribe-header {
  margin-bottom: 30px;
  line-height: 24px;
}
.block-subscribe .wrapper-subscribe .form-mailchimp form {
  position: relative;
  height: 55px;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}
.block-subscribe .wrapper-subscribe .form-mailchimp form .email {
  border: 0;
  height: 53px;
  text-indent: 15px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  padding-right: 115px;
  max-width: 100%;
}
.rtl .block-subscribe .wrapper-subscribe .form-mailchimp form .email {
  padding-right: 0;
  padding-left: 115px;
}
.block-subscribe .wrapper-subscribe .form-mailchimp form .submit {
  position: absolute;
  right: 0;
  width: 110px;
  max-width: 100%;
  height: 55px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #f06292;
  background-color: #f06292;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  top: -1px;
}
.block-subscribe .wrapper-subscribe .form-mailchimp form .submit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.rtl .block-subscribe .wrapper-subscribe .form-mailchimp form .submit {
  right: auto;
  left: 0;
  border-radius: 3px 0 0 3px;
}
.sw-ourteam-slider .resp-slider-container {
  background-color: #fff;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item {
  padding: 0;
  margin: 0 15px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap {
  text-align: center;
  background-color: #f7f7f7;
  padding: 45px 20px 35px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-img {
  margin-bottom: 25px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-img .item-img-info img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  height: 150px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-img .item-img-info:hover img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content {
  color: #898989;
  line-height: 24px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content .item-desc {
  font-style: italic;
  margin-bottom: 15px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content .team-info {
  font-weight: bold;
}
.sw-ourteam-slider .res-button {
  width: 45px;
  height: 46px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50%;
  margin-top: -23px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.sw-ourteam-slider .res-button.slick-prev {
  background: url('../assets/img/prev-tes2.png') no-repeat center top;
}
.sw-ourteam-slider .res-button.slick-next {
  background: url('../assets/img/next-tes2.png') no-repeat center top;
}
.sw-ourteam-slider .res-button:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sw-ourteam-slider .res-button.slick-prev {
  left: -44px;
}
.sw-ourteam-slider .res-button.slick-next {
  right: -44px;
}
.sw-ourteam-slider:hover .res-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sw-latest-post-slider .resp-slider-container .top-tab-slider.style1 {
  text-align: center;
  margin-bottom: 60px;
}
.sw-latest-post-slider .resp-slider-container .top-tab-slider.style1 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.sw-latest-post-slider .resp-slider-container .top-tab-slider.style1 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.sw-latest-post-slider .resp-slider-container .top-tab-slider.style1 .order-title h2 {
  margin-bottom: 0;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner {
  padding: 0;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb {
  border: 0;
  background-color: transparent;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over {
  max-width: 150px;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: visible;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -45px;
  overflow: hidden;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post .day-post {
  float: left;
  font-size: 18px;
  font-weight: bold;
  background-color: #464646;
  width: 40px;
  height: 32px;
  line-height: 32px;
}
.rtl .sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post .day-post {
  float: right;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post .month-year-post {
  background-color: #81c683;
  width: 45px;
  height: 32px;
  float: left;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post .month-year-post .month-post {
  font-size: 12px;
  font-weight: bold;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post .month-year-post .year-post {
  font-size: 10px;
}
.rtl .sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over .date-post {
  left: -45px;
  right: auto;
}
.rtl .sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .img_over {
  float: right;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content {
  padding: 25px 0 15px;
  margin-left: 210px;
  color: #898989;
  line-height: 24px;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content h4 {
  margin-bottom: 5px;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content h4 a {
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content h4 a:hover {
  color: #f06292;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content .readmore {
  text-align: right;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content .readmore a {
  display: inline-block;
  font-size: 0;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content .readmore a:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 14px;
  color: #b7b7b7;
}
.sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content .readmore a:hover:before {
  color: #f06292;
}
.rtl .sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content {
  margin-left: 0;
  margin-right: 210px;
}
.sw-latest-post-slider .res-button {
  width: 45px;
  height: 46px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50%;
  margin-top: -23px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.sw-latest-post-slider .res-button.slick-prev {
  background: url('../assets/img/prev-tes2.png') no-repeat center top;
}
.sw-latest-post-slider .res-button.slick-next {
  background: url('../assets/img/next-tes2.png') no-repeat center top;
}
.sw-latest-post-slider .res-button:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sw-latest-post-slider .res-button.slick-prev {
  left: -44px;
}
.sw-latest-post-slider .res-button.slick-next {
  right: -44px;
}
.sw-latest-post-slider:hover .res-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-template-page-home2 a.product_type_simple,
.page-template-page-home2 a.product_type_external,
.page-template-page-home2 a.product_type_grouped,
.page-template-page-home2 a.add_to_cart_button,
.page-template-page-home2 a.single_add_to_cart_button.button.alt,
.page-template-page-home2 .yith-wcwl-add-to-wishlist,
.page-template-page-home2 .product a.compare,
.page-template-page-home2 .group.fancybox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.page-template-page-home2 a.product_type_simple,
.page-template-page-home2 a.product_type_external,
.page-template-page-home2 a.product_type_grouped,
.page-template-page-home2 a.add_to_cart_button,
.page-template-page-home2 a.single_add_to_cart_button.button.alt {
  margin-left: 0;
}
.page-template-page-home2 .item-detail .item-content .item-price del {
  padding-left: 0;
}
.page-template-page-home2 .sw-woo-tab-cat {
  padding: 80px 0 90px;
}
.page-template-page-home2 .sw-woo-tab-cat .item-detail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.page-template-page-home2 .sw-woo-tab-cat .item-detail .product-addcart-wrapper {
  background-color: #fff;
}
.page-template-page-home2 .sw-woo-tab.style2 {
  padding: 80px 0;
}
.page-template-page-home2 .sw-latest-post-slider {
  padding-bottom: 80px;
}
.rtl .header-style2 #header .top-header .group-cart-wishlist {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .header-style2 #header .top-header .group-cart-wishlist .ya_cart,
.rtl .header-style2 #header .top-header .group-cart-wishlist .ya_compare,
.rtl .header-style2 #header .top-header .group-cart-wishlist .ya_wishlist {
  float: left;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .menu-text >li {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 {
  float: right;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .widget_currency_converter {
  float: left;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .language {
  float: left;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu:before {
  left: auto;
  right: 0;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown >a:after {
  display: none;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown >a:before {
  content: "\f107";
  font-family: FontAwesome;
  margin: 0 5px;
  font-size: 12px;
}
.rtl .header-style2 #header .top-header .sidebar-top-head-index2 .my-account-idx2 .menu >li.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right,
.rtl .header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_social {
  float: left;
}
.rtl .header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search {
  float: left;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  padding-right: 0;
  padding-left: 35px;
}
.rtl .header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search .search-query {
  float: left;
}
.rtl .header-style2 #header .bot-menu-header .content-menu-header .menu-bottom-right .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  right: auto;
  left: -1px;
}
.rtl .header-style2 #header .bot-menu-header .content-menu-header #main-menu .primary-menu .menu-vertical .navbar-inverse .ya-selectmenu >li:first-child >a {
  padding-left: 22px;
  padding-right: 0;
}
.rtl .service-inner .info-service {
  margin-left: 0;
  margin-right: 90px;
}
.rtl .sw-woo-tab.style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-detail .products-thumb {
  float: right;
  border-left: 0;
  border-right: 1px solid #ebebeb;
  margin-left: 30px;
  margin-right: 0;
}
.page-template-page-home3 .sw-latest-post-slider {
  padding-bottom: 70px;
  margin-bottom: 70px !important;
  border-bottom: 1px solid #ddd;
}
.page-template-page-home3 .sw-woo-tab-cat {
  padding: 80px 0;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs {
  margin-left: 0;
  display: table;
  margin: 0 auto;
  border: 0;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #898989;
  font-size: 16px;
  padding: 10px 20px;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a,
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  background-color: #f06292;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a:before,
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a:before {
  display: none;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .order-title h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .responsive-slider .item-detail {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.page-template-page-home3 .sw-woo-tab-cat .resp-tab .responsive-slider .item-detail .product-addcart-wrapper {
  background-color: #fff;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs {
  margin-left: 0;
  display: table;
  margin: 0 auto;
  border: 0;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #898989;
  font-size: 16px;
  padding: 10px 20px;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a,
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  background-color: #f06292;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a:before,
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a:before {
  display: none;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .top-tab-slider.style2 .order-title h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .responsive-slider .item-detail {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.page-template-page-home3 .sw-woo-tab .resp-tab .responsive-slider .item-detail .product-addcart-wrapper {
  background-color: #fff;
}
.page-template-page-home3 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home3 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home3 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home3 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 .order-title h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.page-template-page-home3 a.product_type_simple,
.page-template-page-home3 a.product_type_external,
.page-template-page-home3 a.product_type_grouped,
.page-template-page-home3 a.add_to_cart_button,
.page-template-page-home3 a.product_type_variable,
.page-template-page-home3 a.single_add_to_cart_button.button.alt,
.page-template-page-home3 .yith-wcwl-add-to-wishlist,
.page-template-page-home3 .product.compare-button,
.page-template-page-home3 .group.fancybox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.wp-bestseller-product,
.wp-feature-product,
.wp-recommend-product {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wp-bestseller-product h3,
.wp-feature-product h3,
.wp-recommend-product h3 {
  font-size: 21px;
  color: #f06292;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px dashed #ddd;
  text-transform: uppercase;
}
.sw-bestseller-product .list-unstyled,
.sw-best-seller-product .list-unstyled,
.sw-feature-product .list-unstyled,
.sw-recommend-product .list-unstyled {
  margin: 30px 0;
}
.sw-bestseller-product .list-unstyled li,
.sw-best-seller-product .list-unstyled li,
.sw-feature-product .list-unstyled li,
.sw-recommend-product .list-unstyled li {
  padding: 0 10px;
}
.sw-bestseller-product .list-unstyled li .item-img,
.sw-best-seller-product .list-unstyled li .item-img,
.sw-feature-product .list-unstyled li .item-img,
.sw-recommend-product .list-unstyled li .item-img {
  width: 120px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.sw-bestseller-product .list-unstyled li .item-img img,
.sw-best-seller-product .list-unstyled li .item-img img,
.sw-feature-product .list-unstyled li .item-img img,
.sw-recommend-product .list-unstyled li .item-img img {
  width: 100%;
}
.sw-bestseller-product .list-unstyled li .item-img > a,
.sw-best-seller-product .list-unstyled li .item-img > a,
.sw-feature-product .list-unstyled li .item-img > a,
.sw-recommend-product .list-unstyled li .item-img > a {
  display: inline-block;
  padding: 10px;
  position: relative;
  vertical-align: top;
}
.sw-bestseller-product .list-unstyled li .item-img > a:before,
.sw-bestseller-product .list-unstyled li .item-img > a:after,
.sw-best-seller-product .list-unstyled li .item-img > a:before,
.sw-best-seller-product .list-unstyled li .item-img > a:after,
.sw-feature-product .list-unstyled li .item-img > a:before,
.sw-feature-product .list-unstyled li .item-img > a:after,
.sw-recommend-product .list-unstyled li .item-img > a:before,
.sw-recommend-product .list-unstyled li .item-img > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.rtl .sw-bestseller-product .list-unstyled li .item-img,
.rtl .sw-best-seller-product .list-unstyled li .item-img,
.rtl .sw-feature-product .list-unstyled li .item-img,
.rtl .sw-recommend-product .list-unstyled li .item-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.sw-bestseller-product .list-unstyled li .item-content,
.sw-best-seller-product .list-unstyled li .item-content,
.sw-feature-product .list-unstyled li .item-content,
.sw-recommend-product .list-unstyled li .item-content {
  padding-top: 15px;
}
.sw-bestseller-product .list-unstyled li .item-content h4,
.sw-best-seller-product .list-unstyled li .item-content h4,
.sw-feature-product .list-unstyled li .item-content h4,
.sw-recommend-product .list-unstyled li .item-content h4 {
  margin-bottom: 5px;
}
.sw-bestseller-product .list-unstyled li .item-content h4 a,
.sw-best-seller-product .list-unstyled li .item-content h4 a,
.sw-feature-product .list-unstyled li .item-content h4 a,
.sw-recommend-product .list-unstyled li .item-content h4 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.sw-bestseller-product .list-unstyled li .item-content .reviews-content,
.sw-best-seller-product .list-unstyled li .item-content .reviews-content,
.sw-feature-product .list-unstyled li .item-content .reviews-content,
.sw-recommend-product .list-unstyled li .item-content .reviews-content {
  margin-bottom: 5px;
}
.sw-bestseller-product .list-unstyled li .item-content ins,
.sw-best-seller-product .list-unstyled li .item-content ins,
.sw-feature-product .list-unstyled li .item-content ins,
.sw-recommend-product .list-unstyled li .item-content ins {
  padding: 0 15px;
}
.sw-bestseller-product .list-unstyled li .item-content del,
.sw-best-seller-product .list-unstyled li .item-content del,
.sw-feature-product .list-unstyled li .item-content del,
.sw-recommend-product .list-unstyled li .item-content del {
  color: #b7b7b7;
  font-size: 14px;
  padding: 0;
}
.sw-bestseller-product .list-unstyled li .item-content ins,
.sw-best-seller-product .list-unstyled li .item-content ins,
.sw-feature-product .list-unstyled li .item-content ins,
.sw-recommend-product .list-unstyled li .item-content ins {
  text-decoration: none;
}
.sw-bestseller-product .list-unstyled li .item-content ins .amount,
.sw-bestseller-product .list-unstyled li .item-content >span .amount,
.sw-bestseller-product .list-unstyled li .item-content >.amount,
.sw-bestseller-product .list-unstyled li .item-content p>.amount,
.sw-best-seller-product .list-unstyled li .item-content ins .amount,
.sw-best-seller-product .list-unstyled li .item-content >span .amount,
.sw-best-seller-product .list-unstyled li .item-content >.amount,
.sw-best-seller-product .list-unstyled li .item-content p>.amount,
.sw-feature-product .list-unstyled li .item-content ins .amount,
.sw-feature-product .list-unstyled li .item-content >span .amount,
.sw-feature-product .list-unstyled li .item-content >.amount,
.sw-feature-product .list-unstyled li .item-content p>.amount,
.sw-recommend-product .list-unstyled li .item-content ins .amount,
.sw-recommend-product .list-unstyled li .item-content >span .amount,
.sw-recommend-product .list-unstyled li .item-content >.amount,
.sw-recommend-product .list-unstyled li .item-content p>.amount {
  font-weight: bold;
  color: #363636;
  text-decoration: none;
  font-size: 18px;
}
.sw-bestseller-product .list-unstyled li:hover .item-img >a:before,
.sw-bestseller-product .list-unstyled li:hover .item-img >a:after,
.sw-best-seller-product .list-unstyled li:hover .item-img >a:before,
.sw-best-seller-product .list-unstyled li:hover .item-img >a:after,
.sw-feature-product .list-unstyled li:hover .item-img >a:before,
.sw-feature-product .list-unstyled li:hover .item-img >a:after,
.sw-recommend-product .list-unstyled li:hover .item-img >a:before,
.sw-recommend-product .list-unstyled li:hover .item-img >a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown {
  padding: 0;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content h4 {
  margin-bottom: 38px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content h4 a {
  font-size: 32px;
  color: #555555;
  text-transform: capitalize;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content h4 a:hover {
  color: #f06292;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price {
  float: left;
  margin-right: 25px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price .price {
  font-weight: bold;
  line-height: 60px;
  display: block;
  margin-bottom: 10px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price .price del,
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price .price ins,
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price .price .amount {
  color: #f06292;
  font-size: 72px;
  font-family: 'Bitter';
  font-weight: bold;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price .product-sales {
  text-align: right;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-desc {
  margin-bottom: 40px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-desc .desc {
  margin-bottom: 30px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-desc .item-shopnow a.button.add_to_cart_button.product_type_simple {
  font-size: 22px;
  font-weight: inherit;
  display: inline-block;
  color: #555555;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #555;
  font-weight: 900;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-desc .item-shopnow a.button.add_to_cart_button.product_type_simple:before {
  display: none;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-desc .item-shopnow a.button.add_to_cart_button.product_type_simple:hover {
  background-color: #f06292;
  color: #fff;
  border-color: #f06292;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .product-countdown .countdown-row .countdown-section {
  padding: 0 30px;
  border-left: 1px solid #ddd;
  font-family: 'Bitter' !important;
  font-weight: bold;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .product-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 18px;
  color: #555555;
  padding-right: 4px;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .product-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  color: #959595;
}
.countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .product-countdown .countdown-row .countdown-section:first-child {
  padding-left: 0;
  border-left: 0;
}
.rtl .header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div {
  float: right;
}
.rtl .header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div .currency_converter {
  margin-right: 0;
  margin-left: 35px;
}
.rtl .header-style3 #header .top-header .left-header .sidebar-top-left-index3 >div #lang_sel {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .header-style3 #header .top-header .right-header .sidebar-top-menu .menu-account-index3 {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
.rtl .header-style3 #header .top-header .right-header .sidebar-top-menu .ya-minicart-style2 {
  float: left;
}
.rtl .header-style3 #header .bottom-header .content-bottom-header .ya_search {
  left: 0;
  right: auto;
}
.rtl .header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .search-query {
  float: left;
}
.rtl .header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  padding-left: 35px;
  padding-right: 0;
}
.rtl .header-style3 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  left: 0;
  right: auto;
}
.rtl .sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content .readmore {
  text-align: left;
}
.rtl .sw-latest-post-slider .resp-slider-container .slider .slick-list .slick-track .item .item-inner .widget-thumb .entry-content .readmore a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .float-none >div {
  float: none;
}
.rtl .countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl .countdown-slider.style2 .countdown-container .countdown-content .item-countdown .item-wrap .item-content .item-price .product-sales {
  text-align: left;
  padding-left: 20px;
}
.page-template-page-home4 .sw-woo-tab {
  padding: 30px 0 60px 0;
}
.page-template-page-home4 .sw-woo-tab-cat {
  padding-bottom: 60px;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap {
  margin-bottom: 30px;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap .item-detail .products-thumb .product-thumb-hover {
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap .item-detail .products-thumb:hover .product-thumb-hover a:before,
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap .item-detail .products-thumb:hover .product-thumb-hover a:after {
  display: none;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap .item-detail:hover {
  background-color: #fff;
  border-color: transparent;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap .item-detail:hover .products-thumb .product-thumb-hover {
  border: 1px solid #ddd;
}
.page-template-page-home4 .woo-tab-container-slider.responsive-slider .slider .item .item-wrap .item-detail:hover .product-addcart-wrapper {
  background-color: #fff;
}
.page-template-page-home4 .wp-feature-product.sidebar_ya_product,
.page-template-page-home4 .wp-bestseller-product.sidebar_ya_product {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.page-template-page-home4 .responsive-post-slider .resp-slider-container .slider .item.widget-pformat-detail .entry-content .read-more {
  display: inline-block;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .order-title h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #f06292;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs {
  border-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs:before,
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs:after {
  display: none;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li a {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li.active a,
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li:hover a {
  background-color: #f06292;
  color: #fff;
  border: 1px solid #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li.active a:before,
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li:hover a:before {
  display: none;
}
.page-template-page-home4 .sw-woo-tab-cat .resp-tab .top-tab-slider.style3 .nav.nav-tabs >li a {
  font-size: 16px;
}
.page-template-page-home4 a.product_type_simple,
.page-template-page-home4 a.product_type_external,
.page-template-page-home4 a.product_type_grouped,
.page-template-page-home4 a.add_to_cart_button,
.page-template-page-home4 a.product_type_variable,
.page-template-page-home4 a.single_add_to_cart_button.button.alt,
.page-template-page-home4 .yith-wcwl-add-to-wishlist,
.page-template-page-home4 .product.compare-button,
.page-template-page-home4 .group.fancybox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav:before,
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav:after {
  display: none;
}
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li {
  margin: 0 10px;
}
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li a {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li.active a,
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li:hover a {
  background-color: #f06292;
  color: #fff;
  border: 1px solid #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li.active a:before,
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li:hover a:before {
  display: none;
}
.sw-woo-tab .resp-tab .top-tab-slider.style2 .nav >li a {
  border: 1px solid #ddd;
}
.wp-testimonial .customersay {
  position: relative;
}
.wp-testimonial .customersay .custom-title {
  font-size: 21px;
  text-transform: uppercase;
  color: #f06292;
  margin-bottom: 25px;
}
.wp-testimonial .customersay .testimonial-slider {
  position: static;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-image {
  float: left;
  margin-right: 15px;
  min-height: 120px;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-image a {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 75px;
}
.rtl .wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-content {
  margin-bottom: 15px;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-content .item-desc {
  color: #959595;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-info h4 {
  font-size: 14px;
  color: #555;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-info h4 .author {
  font-weight: 500;
}
.wp-testimonial .customersay .testimonial-slider .carousel-inner .item .item-inner .item-info h4 .info {
  color: #959595;
}
.wp-testimonial .customersay .testimonial-slider .carousel-cl {
  position: absolute;
  top: 3px;
  right: 0;
}
.wp-testimonial .customersay .testimonial-slider .carousel-cl .carousel-control {
  width: 15px;
  height: 20px;
  display: inline-block;
  position: static;
  opacity: 1;
}
.wp-testimonial .customersay .testimonial-slider .carousel-cl .carousel-control.left {
  background: url('../assets/img/prev-deals4.png') no-repeat center top;
}
.wp-testimonial .customersay .testimonial-slider .carousel-cl .carousel-control.right {
  background: url('../assets/img/next-deals4.png') no-repeat center top;
}
.sidebar-post-slider .resp-slider-container {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.sidebar-post-slider .resp-slider-container .title-home.style2 .box-slider-title h2 {
  color: #f06292;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sidebar-post-slider .resp-slider-container .slick-slider .widget-pformat-detail .widget-post .widget-thumb {
  border: 0;
}
.sidebar-post-slider .resp-slider-container .slick-slider .widget-pformat-detail .widget-post .widget-thumb .entry-content {
  padding: 15px 0 30px;
  background-color: #fff;
}
.sidebar-post-slider .resp-slider-container .slick-slider .widget-pformat-detail .widget-post .widget-thumb .entry-content .entry-meta {
  display: none;
}
.sidebar-post-slider .resp-slider-container .slick-slider .widget-pformat-detail .widget-post .widget-thumb .entry-content .description {
  margin-bottom: 20px;
}
.sidebar-post-slider .resp-slider-container .slick-slider .widget-pformat-detail .widget-post .widget-thumb .entry-content .read-more .btn-read-more {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  border: 1px solid #959595;
  font-size: 15px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-post-slider .resp-slider-container .slick-slider .widget-pformat-detail .widget-post .widget-thumb .entry-content .read-more .btn-read-more:hover {
  background-color: #f06292;
  color: #fff;
  border: 1px solid #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-post-slider .res-button {
  top: 3px;
}
.sidebar-post-slider .res-button.slick-prev {
  right: 25px;
  left: auto;
  background: url('../assets/img/prev-deals4.png') no-repeat center top;
}
.sidebar-post-slider .res-button.slick-next {
  right: 0;
  left: auto;
  margin: 0;
  background: url('../assets/img/next-deals4.png') no-repeat center top;
}
.sidebar-newletter {
  text-align: center;
  background-color: #f06292;
  color: #fff;
}
.sidebar-newletter .wp-subscribe {
  padding: 35px 20px;
}
.sidebar-newletter .wp-subscribe h2 {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar-newletter .wp-subscribe .form-mailchimp .email {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.sidebar-newletter .wp-subscribe .form-mailchimp .submit {
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-newletter .wp-subscribe .form-mailchimp .submit:hover {
  background-color: #fff;
  color: #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.wp-bestseller-product.sidebar_ya_product,
.wp-feature-product.sidebar_ya_product {
  border: 0;
}
.wp-bestseller-product.sidebar_ya_product h3,
.wp-feature-product.sidebar_ya_product h3 {
  padding: 0;
  border-bottom: 0;
}
.wp-bestseller-product.sidebar_ya_product .list-unstyled li,
.wp-feature-product.sidebar_ya_product .list-unstyled li {
  margin-bottom: 20px;
  padding: 0;
}
.wp-bestseller-product.sidebar_ya_product .list-unstyled li .item-img,
.wp-feature-product.sidebar_ya_product .list-unstyled li .item-img {
  width: 75px;
  border: 1px solid #ddd;
}
.wp-bestseller-product.sidebar_ya_product .list-unstyled li .item-content,
.wp-feature-product.sidebar_ya_product .list-unstyled li .item-content {
  padding-top: 0;
}
.wp-bestseller-product.sidebar_ya_product .list-unstyled li .item-content h4 a,
.wp-feature-product.sidebar_ya_product .list-unstyled li .item-content h4 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.wp-bestseller-product.sidebar_ya_product .list-unstyled li .item-content .item-price,
.wp-feature-product.sidebar_ya_product .list-unstyled li .item-content .item-price {
  padding-bottom: 0;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart {
  float: left;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart .ya-minicart-style3 .top-minicart .cart-contents .icons-minicart {
  margin: 0 0 0 10px;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search {
  float: left;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .search-query {
  float: left;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  padding-right: 0;
  padding-left: 35px;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  right: auto;
  left: 0;
}
.rtl .header-style4 #header .top-header .ya_right .sidebar-top-menu .ya_cart .ya-minicart-style3 .top-minicart .cart-contents:before {
  left: auto;
  right: 0;
  margin-right: 15px;
  margin-left: 0;
}
.rtl .header-style4 #header .bottom-header .content-bottom-header #main-menu {
  float: right;
}
.rtl .header-style4 #header .bottom-header .content-bottom-header .menu-bottom-right {
  float: left;
}
.rtl .vertical_megamenu .vertical-megamenu .dropdown >a:after {
  float: left;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .vertical_megamenu .vertical-megamenu .dropdown ul.dropdown-menu,
.rtl .vertical_megamenu .vertical-megamenu .dropdown ul.dropdown-sub {
  left: auto;
  right: 110%;
}
.rtl .vertical_megamenu .vertical-megamenu >li.dropdown ul li.dropdown-submenu:hover .dropdown-sub,
.rtl .vertical_megamenu .vertical-megamenu >li.dropdown ul li.dropdown-submenu:hover .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -15px;
}
.rtl .vertical_megamenu .vertical-megamenu .dropdown:hover .dropdown-menu {
  left: auto;
  right: 100%;
}
.rtl .wp-testimonial .customersay .testimonial-slider .carousel-cl {
  right: auto;
  left: 0;
}
.rtl .wp-testimonial .customersay .testimonial-slider .carousel-cl .carousel-control {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sidebar-post-slider .res-button.slick-next {
  left: 25px;
  right: auto;
}
.rtl .sidebar-post-slider .res-button.slick-prev {
  left: 0;
  right: auto;
  margin-left: 0;
}
.page-template-page-home5 .sw-latest-post-slider {
  padding-bottom: 70px;
  margin-bottom: 70px !important;
  border-bottom: 1px solid #ddd;
}
.page-template-page-home5 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home5 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home5 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home5 .sw-latest-post-slider .resp-slider-container .top-tab-slider.style2 .order-title h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.page-template-page-home5 .sw-woo-tab-cat {
  padding: 70px 0;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs {
  margin-left: 0;
  display: table;
  margin: 0 auto;
  border: 0;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #898989;
  font-size: 16px;
  padding: 10px 20px;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a,
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  background-color: #f06292;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a:before,
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a:before {
  display: none;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .order-title h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .top-tab-slider.style2 .nav.nav-tabs li a {
  font-weight: 500;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .responsive-slider .item-detail {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.page-template-page-home5 .sw-woo-tab-cat .resp-tab .responsive-slider .item-detail .product-addcart-wrapper {
  background-color: #fff;
}
.page-template-page-home5 .sw-woo-tab {
  padding: 70px 0;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .order-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f06292;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .order-title h2:before {
  bottom: 0;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: url('../assets/img/dot-title2.png') repeat-x #f06292;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs {
  margin-left: 0;
  display: table;
  margin: 0 auto;
  border: 0;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li {
  margin: 0 10px;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #898989;
  font-size: 16px;
  padding: 10px 20px;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a,
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a {
  border: 0;
  margin: 0;
  background-color: transparent;
  background-color: #f06292;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li.active >a:before,
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs >li:hover >a:before {
  display: none;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .order-title h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs:before,
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs:after {
  display: none;
}
.page-template-page-home5 .sw-woo-tab.style2 .resp-tab .top-tab-slider.style2 .nav.nav-tabs li a {
  text-transform: capitalize;
}
.page-template-page-home5 a.product_type_simple,
.page-template-page-home5 a.product_type_external,
.page-template-page-home5 a.product_type_grouped,
.page-template-page-home5 a.add_to_cart_button,
.page-template-page-home5 a.product_type_variable,
.page-template-page-home5 a.single_add_to_cart_button.button.alt,
.page-template-page-home5 .yith-wcwl-add-to-wishlist,
.page-template-page-home5 .product.compare-button,
.page-template-page-home5 .group.fancybox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.header-style5 .widget_currency_converter {
  margin: 0 15px;
}
.countdown-slider.style3 {
  background-color: #f6f6f6;
  padding: 15px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown {
  padding: 0;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed #ddd;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content {
  float: left;
  margin-right: 75px;
  position: relative;
  padding-bottom: 15px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .product-thumb-hover {
  margin-bottom: 13px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .product-thumb-hover >a >img {
  display: inline-block;
  padding: 0 50px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content h4 {
  margin-bottom: 3px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content h4 a {
  font-size: 16px;
  color: #555555;
  text-transform: capitalize;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content h4 a:hover {
  color: #f06292;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-price {
  padding-bottom: 0;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-price .price {
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-price .price del,
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-price .price ins,
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-price .price .amount {
  color: #f06292;
  font-size: 34px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-price .item-sales {
  display: inline-block;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-desc {
  margin-bottom: 40px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-desc .desc {
  margin-bottom: 30px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-desc .item-shopnow a.button.add_to_cart_button.product_type_simple {
  font-size: 22px;
  font-weight: inherit;
  display: inline-block;
  color: #555555;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #555;
  font-weight: bold;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-desc .item-shopnow a.button.add_to_cart_button.product_type_simple:before {
  display: none;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content .item-desc .item-shopnow a.button.add_to_cart_button.product_type_simple:hover {
  background-color: #f06292;
  color: #fff;
  border-color: #f06292;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .product-countdown {
  position: absolute;
  right: 0;
  top: 0;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .product-countdown .countdown-row .countdown-section {
  padding: 5px 0;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  font-family: 'Bitter' !important;
  font-weight: bold;
  text-align: center;
  min-width: 60px;
  float: left;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .product-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 18px;
  color: #555555;
  padding-right: 4px;
  display: block;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .product-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  color: #959595;
  display: block;
}
.countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-desc .desc {
  line-height: 21px;
}
.countdown-slider.style3 .countdown-container .countdown-content .slick-dots {
  list-style-type: none;
  margin: 0 auto;
  display: table;
}
.countdown-slider.style3 .countdown-container .countdown-content .slick-dots >li {
  float: left;
}
.countdown-slider.style3 .countdown-container .countdown-content .slick-dots >li >button {
  font-size: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border: 0;
  margin: 0 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.countdown-slider.style3 .countdown-container .countdown-content .slick-dots >li.slick-active >button,
.countdown-slider.style3 .countdown-container .countdown-content .slick-dots >li:hover >button {
  background-color: #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.rtl .header-style5 #header .sidebar-top-index5 .content-sale .close {
  right: auto;
  left: 0;
}
.rtl .header-style5 #header .top-header .right-header .sidebar-top-menu .ya_cart {
  float: left;
}
.rtl .header-style5 #header .top-header .right-header .sidebar-top-menu .ya_social {
  float: right;
}
.rtl .header-style5 #header .bottom-header .content-bottom-header .ya_search {
  float: left;
  right: auto;
  left: 0;
}
.rtl .header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .button-search-pro {
  right: auto;
  left: 0;
}
.rtl .header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search .search-query {
  float: left;
}
.rtl .header-style5 #header .bottom-header .content-bottom-header .ya_search .top-search .topsearch-entry .form-search:hover .search-query {
  padding-right: 0;
  padding-left: 35px;
}
.rtl .countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .item-content {
  margin-right: 0;
  margin-left: 75px;
}
.rtl .countdown-slider.style3 .countdown-container .countdown-content .item-countdown .item-wrap .item-img.products-thumb .product-countdown {
  right: auto;
  left: 0;
}
.woo-tab-container-slider.style1 .item-detail,
.sw-woo-container-slider.style1 .item-detail {
  border-bottom: 0;
}
.woo-tab-container-slider.style1 .item-detail .products-thumb,
.sw-woo-container-slider.style1 .item-detail .products-thumb {
  margin-bottom: 0;
}
.woo-tab-container-slider.style1 .item-detail .woocommerce span.onsale,
.woo-tab-container-slider.style1 .item-detail .products-thumb span.onsale,
.sw-woo-container-slider.style1 .item-detail .woocommerce span.onsale,
.sw-woo-container-slider.style1 .item-detail .products-thumb span.onsale {
  background: url('../assets/img/sale.png') no-repeat center transparent;
  width: 26px;
  height: 68px;
  font-size: 0;
}
.woo-tab-container-slider.style1 .item-detail .item-content,
.sw-woo-container-slider.style1 .item-detail .item-content {
  margin: 0 10px 10px;
  padding: 10px 10px 15px;
  background-color: #fff;
}
.woo-tab-container-slider.style1 .item-detail .item-content .item-price,
.sw-woo-container-slider.style1 .item-detail .item-content .item-price {
  padding-bottom: 0;
}
.woo-tab-container-slider.style1 .item-detail .product-addcart-wrapper,
.sw-woo-container-slider.style1 .item-detail .product-addcart-wrapper {
  background-color: #fff;
  max-width: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.products-loop.grid .item-detail {
  border-bottom: 0;
}
.products-loop.grid .item-detail .products-thumb {
  margin-bottom: 0;
}
.products-loop.grid .item-detail .woocommerce span.onsale,
.products-loop.grid .item-detail .products-thumb span.onsale {
  background: url('../assets/img/sale.png') no-repeat center transparent;
  width: 26px;
  height: 68px;
  font-size: 0;
}
.products-loop.grid .item-detail .item-content {
  margin: 0 10px 10px;
  padding: 10px 10px 15px;
  background-color: #fff;
}
.products-loop.grid .item-detail .item-content .item-price {
  padding-bottom: 0;
}
.products-loop.grid .item-detail .product-addcart-wrapper {
  background-color: #fff;
  max-width: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-product.style1 .item-wrap .item-detail .products-thumb {
  margin-bottom: 0;
}
.featured-product.style1 .item-wrap .item-detail:hover .product-addcart-wrapper {
  bottom: 18px;
}
.featured-product.style1 .item-wrap .item-detail .item-content {
  padding-top: 8px;
}
.featured-product.style1 .item-wrap .item-detail .item-content .item-price {
  padding-bottom: 0;
}
.countdown-slider.style1 .item-detail .item-content {
  padding: 0;
}
.sw-woo-container-slider.style1 .slider .item img,
.woo-tab-container-slider.style1 .slider .item img {
  padding: 20px;
}
.background-ourteam-index1 {
  background-position: center center;
}
.sw-ourteam-slider.style2 {
  padding: 70px 0;
  margin-right: 16px;
}
.sw-ourteam-slider.style2 .resp-slider-container {
  background-color: transparent;
}
.sw-ourteam-slider.style2 .resp-slider-container .slick-list {
  margin: 0 -5px;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item {
  margin: 0 5px;
  border: 1px dashed #f4f4f4;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item .item-wrap {
  background-color: transparent;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-img .item-img-info img {
  max-width: 75px;
  height: 75px;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content {
  color: #f4f4f4;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content .item-desc {
  position: relative;
  padding: 30px 0;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content .item-desc:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url('../assets/img/blockque_open.png') no-repeat center;
  width: 20px;
  height: 13px;
}
.sw-ourteam-slider.style2 .resp-slider-container .slider .slick-list .slick-track .item .item-wrap .item-content .item-desc:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url('../assets/img/blockque_close.png') no-repeat center;
  width: 20px;
  height: 13px;
}
.sw-ourteam-slider.style2 .res-button {
  top: 70px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ebebeb;
  text-align: center;
  z-index: 10;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sw-ourteam-slider.style2 .res-button:before {
  color: #8d8d8d;
}
.sw-ourteam-slider.style2 .res-button.slick-prev {
  background-image: none;
  left: 50%;
  margin-left: -35px;
}
.sw-ourteam-slider.style2 .res-button.slick-prev:before {
  content: "\f104";
  font-family: Fontawesome;
  font-size: 15px;
}
.sw-ourteam-slider.style2 .res-button.slick-next {
  background-image: none;
  right: 50%;
  margin-right: -35px;
}
.sw-ourteam-slider.style2 .res-button.slick-next:before {
  content: "\f105";
  font-family: Fontawesome;
  font-size: 15px;
}
.sw-ourteam-slider.style2 .res-button:hover {
  background-color: #f06292;
}
.sw-ourteam-slider.style2 .res-button:hover:before {
  color: #fff;
}
.form-subcribe-home1 {
  display: inline-block;
  width: 100%;
  border: 1px dashed #898989;
  padding: 34px 17px;
}
.form-subcribe-home1 .mc4wp-form {
  margin: 0;
  position: relative;
}
.form-subcribe-home1 .mc4wp-form .email {
  font-size: 21px;
  width: 100%;
  max-width: 100%;
  border: 0;
  line-height: 54px;
  height: 54px;
  margin: 0;
  padding-right: 160px;
}
.rtl .form-subcribe-home1 .mc4wp-form .email {
  padding-right: 0;
  padding-left: 160px;
}
.form-subcribe-home1 .mc4wp-form .submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 54px;
  width: 145px;
  background-color: #252525;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bitter' !important;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.form-subcribe-home1 .mc4wp-form .submit:hover {
  background-color: #f06292;
}
.rtl .form-subcribe-home1 .mc4wp-form .submit {
  right: auto;
  left: 0;
}
.reponsive-post-latest {
  background: url('../assets/img/border-blog.png') no-repeat 131px 87px;
  padding: 75px 0 180px;
  position: relative;
}
.reponsive-post-latest .resp-latest-container .title-home .box-slider-title {
  text-align: center;
}
.reponsive-post-latest .resp-latest-container .title-home .box-slider-title h2 {
  font-size: 24px;
  font-family: 'Bitter' !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #111111;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item {
  text-align: center;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .img_over {
  margin-bottom: 13px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .img_over img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .img_over:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content {
  text-align: center;
  padding: 0 15px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content .title-cate h3 {
  margin-bottom: 5px;
  font-family: Merriweather !important;
  font-size: 10px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content .title-cate h3 a {
  text-transform: uppercase;
  color: #898989;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content .title-cate h3 a:hover {
  color: #f06292;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content h4 {
  margin-bottom: 5px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content h4 a {
  font-size: 18px;
  font-family: 'Bitter' !important;
  font-weight: bold;
  color: #252525;
  line-height: 22px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content h4 a:hover {
  color: #f06292;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content .post-time-view {
  margin-bottom: 20px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content .post-time-view .posted {
  display: inline-block;
  color: #898989;
  font-size: 10px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item .widget-thumb .entry-content .post-time-view .fa-eye {
  font-size: 14px;
  padding: 0 4px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center {
  text-align: center;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb {
  position: relative;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.2);
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb .img_over {
  margin-bottom: 0;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb .entry-content {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 430px;
  max-width: 100%;
  border: 3px solid #fff;
  padding: 120px 15px 50px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb .entry-content .title-cate h3 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  color: #252525;
  vertical-align: top;
  margin-bottom: 15px;
  line-height: 10px;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb .entry-content h4 a {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  text-shadow: 4px 3px 1px #929291;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb .entry-content h4 a:hover {
  color: #f06292;
}
.reponsive-post-latest .resp-latest-container .resp-latest .item.post-center .widget-thumb .entry-content .post-time-view .fa-eye {
  color: #fff;
  font-size: 30px;
}
.rtl .reponsive-post-latest .resp-latest-container .resp-latest .item {
  float: right;
}
.reponsive-post-latest .view-all a {
  position: absolute;
  font-size: 18px;
  font-family: 'Bitter' !important;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  background-color: #252525;
  width: 130px;
  left: 0;
  right: 0;
  bottom: 72px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.reponsive-post-latest .view-all a:hover {
  background-color: #f06292;
}
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0 !important;
}
.service-inner {
  padding: 40px 0;
  position: relative;
}
.service-inner:before {
  content: "";
  display: inline-block;
  background: url('../assets/img/dotte11.png') repeat;
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
}
.service-inner .icon-service {
  font-size: 60px;
  position: absolute;
  text-align: center;
  width: 80px;
  margin: 0;
}
.service-inner .icon-service .fa {
  color: #d7d7d7;
  margin: 0;
}
.service-inner .info-service {
  line-height: 20px;
  margin-left: 90px;
}
.service-inner .info-service h2 {
  color: #363636;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.service-inner .info-service p {
  color: #707070;
}
.service-inner:hover .icon-service .fa,
.service-inner:hover .info-service h2 a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  color: #f06292;
}
.quote-border {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
iframe {
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
}
.block-whychoose {
  margin-bottom: 30px !important;
  display: inline-block;
}
.block-whychoose .image-whychoose {
  float: left;
  width: 64px;
}
.rtl .block-whychoose .image-whychoose {
  float: right;
}
.block-whychoose .content-whychoose {
  margin-left: 80px;
}
.rtl .block-whychoose .content-whychoose {
  margin-right: 80px;
  margin-left: 0;
}
.block-whychoose .content-whychoose h2 {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.block-whychoose .content-whychoose .description {
  color: #666;
}
.wpb_single_image a img:hover,
.hot-category .content-box .image-cat a img:hover,
.banner-sidebar a img:hover,
.banner-sidebar-top a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner-sidebar-top a img {
  width: 100%;
}
.wpb_single_image a img,
.hot-category .content-box .image-cat a img,
.banner-sidebar a img,
.banner-sidebar-top a img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.vc_wp_search .widget_search .searchform .screen-reader-text {
  display: none;
}
.vc_wp_search .widget_search .searchform input[type="submit"] {
  text-indent: -9999px;
  display: block;
  border: 0;
  width: 34px !important;
  height: 34px;
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #666 !important;
}
.vc_wp_search .widget_search .searchform input[type="submit"]:hover {
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #f06292 !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #e1e1e1;
}
.rtl .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 20px;
  padding-right: 46px;
}
.rtl .vc_tta.vc_general .vc_tta-panel-title>a {
  text-align: right;
}
.rtl .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto;
  right: 20px;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
  margin: 0 10px !important;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #ec3372;
  color: #fff;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #ec3372;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #f06292;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #e91c62;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #ec3372;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  background: #f06292;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: #e91c62;
}
.woocommerce form table.shop_table,
.woocommerce-page form table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
}
.woocommerce form table.shop_table tr,
.woocommerce-page form table.shop_table tr {
  border: 0;
}
.woocommerce form table.shop_table tr td,
.woocommerce-page form table.shop_table tr td {
  border: 0;
}
.woocommerce form table.shop_table tr td.product-remove,
.woocommerce-page form table.shop_table tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity {
  border: 1px solid #ccc;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .plus:hover {
  background: #f06292;
  color: #fff;
}
.woocommerce form table.shop_table tr td.actions,
.woocommerce-page form table.shop_table tr td.actions {
  padding: 15px 10px;
}
.woocommerce form table.shop_table tr td.actions .coupon,
.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: left;
}
.woocommerce form table.shop_table tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table tr td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce form table.shop_table tr td.actions .coupon input.input-text,
.woocommerce-page form table.shop_table tr td.actions .coupon input.input-text {
  height: 31px;
  padding: 5px 10px;
}
.rtl .woocommerce form table.shop_table tr td.actions .coupon input.input-text,
.rtl .woocommerce-page form table.shop_table tr td.actions .coupon input.input-text {
  float: right;
}
.woocommerce form table.shop_table tr td.actions button.button,
.woocommerce-page form table.shop_table tr td.actions button.button {
  background: #f06292;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: #f06292;
  vertical-align: top;
  display: inline-block;
  width: auto;
}
.woocommerce form table.shop_table tr td.actions button.button:hover,
.woocommerce-page form table.shop_table tr td.actions button.button:hover {
  background: #ec3372;
  color: #fff;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .button,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .button {
  background: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .button:hover,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .button:hover {
  background: #f06292;
  color: #fff;
  border-color: #f06292;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .checkout-button.button,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .checkout-button.button {
  background: #f06292;
  color: #fff;
  border-color: #f06292;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .checkout-button.button:hover,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .checkout-button.button:hover {
  background: #ec3372;
}
.woocommerce > .cart-collaterals,
.woocommerce-page > .cart-collaterals {
  margin-bottom: 30px;
}
.woocommerce > .cart-collaterals .cart_totals,
.woocommerce-page > .cart-collaterals .cart_totals {
  width: 50%;
  float: left;
}
.rtl .woocommerce > .cart-collaterals .cart_totals,
.rtl .woocommerce-page > .cart-collaterals .cart_totals {
  float: right;
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals h2,
.woocommerce-page > .cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce > .cart-collaterals .cart_totals table,
.woocommerce-page > .cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr,
.woocommerce-page > .cart-collaterals .cart_totals table tr {
  border: 0;
}
.woocommerce > .cart-collaterals .cart_totals table tr th,
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr th,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #f06292;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #f06292;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 15px;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #ec3372;
}
.woocommerce > .cart-collaterals .shipping_calculator,
.woocommerce-page > .cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce > .cart-collaterals .shipping_calculator h2,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce > .cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: #f06292;
  color: #fff;
  border-color: #f06292;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: #ec3372;
}
.woocommerce #content .woocommerce-message,
.woocommerce #content .woocommerce-error,
.woocommerce #content .woocommerce-info,
.woocommerce #contents .woocommerce-message,
.woocommerce #contents .woocommerce-error,
.woocommerce #contents .woocommerce-info,
.woocommerce-page #content .woocommerce-message,
.woocommerce-page #content .woocommerce-error,
.woocommerce-page #content .woocommerce-info,
.woocommerce-page #contents .woocommerce-message,
.woocommerce-page #contents .woocommerce-error,
.woocommerce-page #contents .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top-color: #f06292;
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .woocommerce-message .wc-forward,
.woocommerce #content .woocommerce-error .wc-forward,
.woocommerce #content .woocommerce-info .wc-forward,
.woocommerce #contents .woocommerce-message .wc-forward,
.woocommerce #contents .woocommerce-error .wc-forward,
.woocommerce #contents .woocommerce-info .wc-forward,
.woocommerce-page #content .woocommerce-message .wc-forward,
.woocommerce-page #content .woocommerce-error .wc-forward,
.woocommerce-page #content .woocommerce-info .wc-forward,
.woocommerce-page #contents .woocommerce-message .wc-forward,
.woocommerce-page #contents .woocommerce-error .wc-forward,
.woocommerce-page #contents .woocommerce-info .wc-forward {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  background: #f06292;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
  width: 60%;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #444;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #f06292;
}
.woocommerce .entry-content .col2-set.col2-set,
.woocommerce-page .entry-content .col2-set.col2-set {
  width: auto;
}
.woocommerce .entry-content .col2-set.col2-set .address,
.woocommerce-page .entry-content .col2-set.col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: left;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.rtl,
.woocommerce-page form table.wishlist_table tr td.rtl {
  text-align: right;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-right: 10px;
}
.woocommerce form table.wishlist_table tr td.product-price del span,
.woocommerce-page form table.wishlist_table tr td.product-price del span {
  font-size: 16px;
}
.woocommerce form table.wishlist_table tr td.product-price ins,
.woocommerce-page form table.wishlist_table tr td.product-price ins {
  color: ;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-price ins span,
.woocommerce-page form table.wishlist_table tr td.product-price ins span {
  font-size: 18px;
}
.woocommerce form table.wishlist_table tr td.product-price >span.amount,
.woocommerce-page form table.wishlist_table tr td.product-price >span.amount {
  color: ;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #999;
  border: 0;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #f06292;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  background: #dedede;
  cursor: pointer;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #f06292;
}
.woocommerce article .wishlist-title,
.woocommerce-page article .wishlist-title {
  display: none;
}
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce-page .return-to-shop .button.wc-backward {
  background-color: #f06292;
  color: #fff;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: ;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 22px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #444;
  color: #fff;
  font-weight: normal;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #f06292;
  color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
.rtl .woocommerce div.product p.cart {
  float: right;
}
.woocommerce table.shop_table th {
  font-weight: 500;
}
.vc_grid-btn-load_more >a:hover {
  background-color: #f06292 !important;
  color: #fff !important;
}
.wpb_single_image .vc_figure {
  width: 100%;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce p.stars a.star-1,
.rtl.woocommerce p.stars a.star-2,
.rtl.woocommerce p.stars a.star-3,
.rtl.woocommerce p.stars a.star-4,
.rtl.woocommerce p.stars a.star-5 {
  border-right: 0;
  border-left: 1px solid #ccc;
}
.rtl.woocommerce p.stars a.star-1:after,
.rtl.woocommerce p.stars a.star-2:after,
.rtl.woocommerce p.stars a.star-3:after,
.rtl.woocommerce p.stars a.star-4:after,
.rtl.woocommerce p.stars a.star-5:after {
  left: auto;
  right: 0;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl .woocommerce td.product-name dl.variation dd,
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  margin-right: 0;
}
.rtl .woocommerce td.product-name dl.variation dd {
  margin-left: 20px;
}
.rtl .woocommerce td.product-name dl.variation dt {
  margin-left: 10px;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: right !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: right !important;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
  .woocommerce form table.shop_table,
  .woocommerce-page form table.shop_table {
    width: 640px;
    max-width: inherit;
    margin: 0;
  }
}
div.star,
div.stars {
  background: url("../assets/img/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 11px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 65px;
  display: inline-block;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d9d9d9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ededed;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #b7b7b7;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #f06292;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 48%;
  text-indent: 10px;
  height: 32px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 1%;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: right;
  margin-left: 1%;
}
.price_slider_wrapper .price_label {
  float: right;
}
.tagcloud a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  font-size: 13px !important;
  border: 1px solid #cccccc;
  color: #666666;
  padding: 0 10px;
  line-height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.tagcloud a:hover {
  color: #fff;
  background-color: #f06292;
  border: 1px solid #f06292;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .tagcloud a {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.woocommerce-account .entry-content {
  margin-bottom: 50px;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title {
  display: none;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
}
.entry-content .faq-tabs {
  border: 0;
}
.entry-content .faq-tabs ul.nav-tabs {
  margin: 0;
  border: 0;
  background-color: #ededed;
}
.rtl .entry-content .faq-tabs ul.nav-tabs {
  margin: 0;
}
.entry-content .faq-tabs ul.nav-tabs > li {
  border: 0;
  text-transform: capitalize;
  background-color: #ededed;
}
.rtl .entry-content .faq-tabs ul.nav-tabs > li {
  float: right;
}
.entry-content .faq-tabs ul.nav-tabs > li > a {
  padding: 10px 20px;
  background-color: #ededed;
  margin: 0;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.entry-content .faq-tabs ul.nav-tabs > li > a:hover {
  border: 0;
  background-color: #f06292;
  color: #fff;
}
.entry-content .faq-tabs ul.nav-tabs > li:first-child {
  border: 0;
}
.entry-content .faq-tabs ul.nav-tabs > li.active {
  border: 0;
}
.entry-content .faq-tabs ul.nav-tabs > li.active a {
  margin: 0;
  border: 0;
  background-color: #f06292;
  color: #fff;
}
.entry-content .faq-tabs ul.nav-tabs > li.active a:before {
  width: 0;
}
.entry-content .faq-tabs ul.nav-tabs > li.active a:hover {
  background-color: #f06292;
  color: #fff;
}
.entry-content .faq-tabs ul.nav-tabs > li.active:first-child {
  border: 0;
}
.rtl .entry-content .faq-tabs ul.nav-tabs > li.active:last-child {
  border-right: 0;
}
.entry-content .faq-tabs .tab-content {
  margin-top: 20px;
  padding: 0;
  border: 0;
}
.entry-content .faq-tabs .tab-content .tab-pane {
  position: relative;
  z-index: 1;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group {
  float: none !important;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default {
  border: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion {
  display: inline-block;
  width: 100%;
  position: relative;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion span {
  position: absolute;
  right: 15px;
  left: auto;
  z-index: 3;
  width: 12px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../assets/img/faq-minus.png") no-repeat center center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion span {
  left: 15px;
  right: auto;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion .panel-heading {
  background-color: #f06292 !important;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion.collapsed span {
  position: absolute;
  right: 15px;
  left: auto;
  z-index: 3;
  background: url("../assets/img/faq-plus.png") no-repeat center center;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rtl .entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion.collapsed span {
  left: 15px;
  right: auto;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default a.ya-accordion.collapsed .panel-heading {
  background-color: #ededed !important;
  color: #444;
}
.entry-content .faq-tabs .tab-content .tab-pane .panel-group .panel-default .panel-collapse .panel-body {
  padding: 20px 20px 40px;
}
.our-service .title-service {
  text-align: center;
}
.our-service .title-service h3 {
  font-size: 20px;
  font-weight: 500;
}
.our-service .title-service p {
  color: #666;
}
.our-service .service {
  text-align: center;
}
.our-service .service span {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #f06292;
  cursor: pointer;
  position: relative;
}
.our-service .service span:after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 40px;
  height: 2px;
  background-color: #f06292;
  display: block;
  margin-left: 25px;
}
.our-service .service span:hover {
  color: #fff;
  background-color: #f06292;
  border: 1px solid #f06292;
}
.our-service .service .title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
.our-service .service p {
  color: #666;
}
.our-bestservice {
  padding: 20px 0 30px;
}
.our-bestservice .title-service {
  text-align: center;
}
.our-bestservice .title-service h3 {
  font-size: 20px;
  font-weight: 500;
}
.our-bestservice .title-service p {
  color: #666;
}
.our-bestservice .best-service {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}
.our-bestservice .best-service .title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.our-bestservice .best-service span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #f06292;
  cursor: pointer;
  margin: 20px 0;
}
.our-bestservice .best-service span:hover {
  color: #fff;
  background-color: #f06292;
  border: 1px solid #f06292;
}
.our-bestservice .best-service ul {
  list-style: none;
  margin: 0;
}
.our-bestservice .best-service ul > li {
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0;
  color: #333;
  border-top: 1px solid #f3f3f3;
}
.our-bestservice .best-service ul > li:last-child {
  border-bottom: 1px solid #f3f3f3;
}
.our-bestservice .best-service .button {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  padding: 9px 25px;
  height: auto;
  margin-top: 20px;
  border: 1px solid #ddd;
  background-color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.our-bestservice .best-service .button:hover {
  border: 1px solid #f06292;
  background-color: #f06292;
  color: #fff;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
  float: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: auto;
}
#main .breadcrumbs {
  background: #f1f1f1;
  margin-bottom: 40px;
}
#main .breadcrumbs .breadcrumb {
  margin: 0;
  padding: 35px 0;
  background: #f1f1f1;
}
#main .breadcrumbs .breadcrumb li a,
#main .breadcrumbs .breadcrumb li span {
  font-size: 16px;
  color: #464646;
  font-family: 'Bitter';
  font-weight: bold;
}
.single-product #main .breadcrumbs {
  margin-bottom: 60px;
}
.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_simple,
.woocommerce a.product_type_external,
.woocommerce a.product_type_grouped,
.woocommerce a.product_type_variable,
.woocommerce button.single_add_to_cart_button.alt,
a.product_type_simple,
a.product_type_external,
a.product_type_grouped,
a.add_to_cart_button,
a.product_type_variable,
a.single_add_to_cart_button.button.alt {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  background-color: transparent;
  margin: 0 5px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}
.woocommerce a.add_to_cart_button:before,
.woocommerce a.product_type_simple:before,
.woocommerce a.product_type_external:before,
.woocommerce a.product_type_grouped:before,
.woocommerce a.product_type_variable:before,
.woocommerce button.single_add_to_cart_button.alt:before,
a.product_type_simple:before,
a.product_type_external:before,
a.product_type_grouped:before,
a.add_to_cart_button:before,
a.product_type_variable:before,
a.single_add_to_cart_button.button.alt:before {
  content: "\f07a";
  position: absolute;
  font-family: fontawesome;
  font-size: 22px;
  width: 36px;
  height: 36px;
  left: 0;
  top: 0;
  line-height: 36px;
  color: #444;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.product_type_simple:hover,
.woocommerce a.product_type_external:hover,
.woocommerce a.product_type_grouped:hover,
.woocommerce a.product_type_variable:hover,
.woocommerce button.single_add_to_cart_button.alt:hover,
a.product_type_simple:hover,
a.product_type_external:hover,
a.product_type_grouped:hover,
a.add_to_cart_button:hover,
a.product_type_variable:hover,
a.single_add_to_cart_button.button.alt:hover {
  background-color: #f06292;
}
.woocommerce a.add_to_cart_button:hover:before,
.woocommerce a.product_type_simple:hover:before,
.woocommerce a.product_type_external:hover:before,
.woocommerce a.product_type_grouped:hover:before,
.woocommerce a.product_type_variable:hover:before,
.woocommerce button.single_add_to_cart_button.alt:hover:before,
a.product_type_simple:hover:before,
a.product_type_external:hover:before,
a.product_type_grouped:hover:before,
a.add_to_cart_button:hover:before,
a.product_type_variable:hover:before,
a.single_add_to_cart_button.button.alt:hover:before {
  color: #fff;
}
.woocommerce a.add_to_cart_button.loading,
.woocommerce a.product_type_simple.loading,
.woocommerce a.product_type_external.loading,
.woocommerce a.product_type_grouped.loading,
.woocommerce a.product_type_variable.loading,
.woocommerce button.single_add_to_cart_button.alt.loading,
a.product_type_simple.loading,
a.product_type_external.loading,
a.product_type_grouped.loading,
a.add_to_cart_button.loading,
a.product_type_variable.loading,
a.single_add_to_cart_button.button.alt.loading {
  padding-right: 20px;
  background-color: transparent;
}
.woocommerce a.add_to_cart_button.loading:after,
.woocommerce a.product_type_simple.loading:after,
.woocommerce a.product_type_external.loading:after,
.woocommerce a.product_type_grouped.loading:after,
.woocommerce a.product_type_variable.loading:after,
.woocommerce button.single_add_to_cart_button.alt.loading:after,
a.product_type_simple.loading:after,
a.product_type_external.loading:after,
a.product_type_grouped.loading:after,
a.add_to_cart_button.loading:after,
a.product_type_variable.loading:after,
a.single_add_to_cart_button.button.alt.loading:after {
  display: none;
}
.woocommerce a.add_to_cart_button.loading:hover:before,
.woocommerce a.product_type_simple.loading:hover:before,
.woocommerce a.product_type_external.loading:hover:before,
.woocommerce a.product_type_grouped.loading:hover:before,
.woocommerce a.product_type_variable.loading:hover:before,
.woocommerce button.single_add_to_cart_button.alt.loading:hover:before,
a.product_type_simple.loading:hover:before,
a.product_type_external.loading:hover:before,
a.product_type_grouped.loading:hover:before,
a.add_to_cart_button.loading:hover:before,
a.product_type_variable.loading:hover:before,
a.single_add_to_cart_button.button.alt.loading:hover:before {
  color: #444;
}
.woocommerce a.add_to_cart_button.added,
.woocommerce a.product_type_simple.added,
.woocommerce a.product_type_external.added,
.woocommerce a.product_type_grouped.added,
.woocommerce a.product_type_variable.added,
.woocommerce button.single_add_to_cart_button.alt.added,
a.product_type_simple.added,
a.product_type_external.added,
a.product_type_grouped.added,
a.add_to_cart_button.added,
a.product_type_variable.added,
a.single_add_to_cart_button.button.alt.added {
  background-color: #f06292;
  color: #fff;
}
.woocommerce a.add_to_cart_button.added:before,
.woocommerce a.product_type_simple.added:before,
.woocommerce a.product_type_external.added:before,
.woocommerce a.product_type_grouped.added:before,
.woocommerce a.product_type_variable.added:before,
.woocommerce button.single_add_to_cart_button.alt.added:before,
a.product_type_simple.added:before,
a.product_type_external.added:before,
a.product_type_grouped.added:before,
a.add_to_cart_button.added:before,
a.product_type_variable.added:before,
a.single_add_to_cart_button.button.alt.added:before {
  color: #fff;
}
.woocommerce a.add_to_cart_button:focus,
.woocommerce a.product_type_simple:focus,
.woocommerce a.product_type_external:focus,
.woocommerce a.product_type_grouped:focus,
.woocommerce a.product_type_variable:focus,
.woocommerce button.single_add_to_cart_button.alt:focus,
a.product_type_simple:focus,
a.product_type_external:focus,
a.product_type_grouped:focus,
a.add_to_cart_button:focus,
a.product_type_variable:focus,
a.single_add_to_cart_button.button.alt:focus {
  color: #fff;
}
.group.fancybox {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.group.fancybox:before {
  position: absolute;
  content: '\f06e';
  font-size: 22px;
  font-family: fontawesome;
  width: 36px;
  height: 36px;
  line-height: 36px;
  left: 0;
}
.woocommerce a.added_to_cart,
.added_to_cart {
  display: none;
}
.product.compare-button {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  text-align: center;
}
.product.compare-button a.compare {
  width: 36px;
  height: 36px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product.compare-button a.compare:before {
  position: absolute;
  content: '\f079';
  font-size: 22px;
  font-family: fontawesome;
  width: 36px;
  height: 36px;
  line-height: 36px;
  left: 0;
}
.woocommerce .yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  text-align: center;
  line-height: 0;
}
.woocommerce .yith-wcwl-add-to-wishlist a,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist a.add_to_wishlist {
  width: 36px;
  height: 36px;
  font-size: 0;
  position: relative;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce .yith-wcwl-add-to-wishlist a:before,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.yith-wcwl-add-to-wishlist a:before,
.yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
  position: absolute;
  content: '\f004';
  font-size: 22px;
  font-family: fontawesome;
  width: 36px;
  height: 36px;
  left: 0;
  line-height: 36px;
}
.woocommerce .yith-wcwl-add-to-wishlist .feedback,
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
  float: left;
  vertical-align: top;
}
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse >a,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse >a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse >a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse >a {
  background-color: #f06292;
}
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse >a:before,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse >a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse >a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse >a:before {
  color: #fff;
}
.woocommerce span.onsale,
.products-thumb span.onsale {
  text-transform: uppercase;
  padding: 5px 10px;
  top: 8px;
  left: auto;
  right: 8px;
  border-radius: 0;
  min-height: inherit;
  line-height: inherit;
  z-index: 1;
  position: absolute;
  color: #fff;
  background: url('../assets/img/sale.png') no-repeat center transparent;
  width: 26px;
  height: 68px;
  font-size: 0;
}
.rtl.woocommerce span.onsale,
.rtl .products-thumb span.onsale {
  left: 5px;
  right: auto;
}
.products-thumb {
  position: relative;
  margin-bottom: 15px;
}
.products-thumb .product-thumb-hover a {
  position: relative;
  display: block;
}
.products-thumb .product-thumb-hover a:before,
.products-thumb .product-thumb-hover a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.products-thumb .product-thumb-hover img {
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
  width: 100%;
}
.products-thumb .product-thumb-hover .wp-post-image {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-thumb .product-thumb-hover .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-thumb .product-sales {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  background-color: ;
  color: #fff;
  margin: 10px;
  width: 50px;
  line-height: 50px;
}
.products-thumb .product-sales .save-number {
  font-size: 14px;
  display: block;
}
.products-thumb:hover .product-thumb-hover a:before,
.products-thumb:hover .product-thumb-hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.products-thumb:hover .product-thumb-hover img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.products-thumb:hover .product-thumb-hover .wp-post-image {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-thumb:hover .product-thumb-hover .hover-image {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-content h4 a {
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
}
.item-content h4 a:hover {
  color: #f06292;
}
.item-content .reviews-content {
  margin-bottom: 12px;
}
.item-content .item-price {
  padding-bottom: 30px;
  font-family: 'BitterRegular';
}
.item-content .item-price ins {
  padding: 0 8px;
}
.item-content .item-price del {
  color: #b7b7b7;
  font-size: 14px;
}
.item-content .item-price ins {
  text-decoration: none;
}
.item-content .item-price ins .amount,
.item-content .item-price >span .amount,
.item-content .item-price >.amount {
  font-weight: bold;
  color: #363636;
  text-decoration: none;
  font-size: 18px;
}
.item-detail {
  text-align: center;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}
.item-detail .product-addcart-wrapper {
  position: absolute;
  width: 100%;
  bottom: -10px;
  background-color: #f4f4f4;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item-detail .product-addcart-wrapper >div.clear {
  display: none;
}
.item-detail:hover .product-addcart-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 17px;
}
.woocommerce .yith-wcwl-add-to-wishlist a,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist a.add_to_wishlist,
.product a.compare,
.group.fancybox {
  background-color: transparent;
  text-align: center;
}
.woocommerce .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover,
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover,
.product a.compare:hover,
.group.fancybox:hover {
  background-color: #f06292;
}
.woocommerce .yith-wcwl-add-to-wishlist a:hover:before,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover:before,
.yith-wcwl-add-to-wishlist a:hover:before,
.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover:before,
.product a.compare:hover:before,
.group.fancybox:hover:before {
  color: #fff;
}
.sw-woo-tab {
  overflow: hidden;
}
.sw-woo-tab .resp-tab .top-tab-slider {
  text-align: center;
  margin-bottom: 50px;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav {
  margin-left: 0;
  border-bottom: 0;
  display: inline-block;
  position: relative;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav:before {
  content: "";
  display: inline-block;
  background: url('../assets/img/dotte11.png') repeat;
  width: 100%;
  position: absolute;
  height: 1px;
  left: -100%;
  top: 50%;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav:after {
  content: "";
  display: inline-block;
  background: url('../assets/img/dotte11.png') repeat;
  width: 100%;
  position: absolute;
  height: 1px;
  right: -100%;
  top: 50%;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav li {
  border: 0;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav li a {
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-size: 24px;
  font-family: 'Bitter';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav li a:hover {
  background-color: transparent;
  color: #f06292;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav li a:hover:before {
  content: '\f005';
  font-family: FontAwesome;
  line-height: 30px;
  position: absolute;
  top: -32px;
  color: #f06292;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav li.active a {
  color: #f06292;
}
.sw-woo-tab .resp-tab .top-tab-slider .nav li.active a:before {
  content: '\f005';
  font-family: FontAwesome;
  line-height: 30px;
  position: absolute;
  top: -32px;
  color: #f06292;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane,
.sw-woo-tab .resp-tab .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active,
.sw-woo-tab .resp-tab .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.featured-product .title-home {
  text-align: center;
  overflow: hidden;
}
.featured-product .title-home .box-slider-title {
  display: inline-block;
  position: relative;
  padding: 0 11px;
}
.featured-product .title-home .box-slider-title h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.featured-product .title-home .box-slider-title h2:before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 30px;
  position: absolute;
  top: -32px;
  color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
}
.featured-product .title-home .box-slider-title:before {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  left: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.featured-product .title-home .box-slider-title:after {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  right: -600px;
  top: 50%;
  background: url('../assets/img/dottot1.png') repeat;
}
.featured-product .title-home .box-slider-title {
  padding: 60px 10px 60px;
  background-color: #fff;
}
.featured-product .item-wrap {
  margin-bottom: 30px;
}
.featured-product .item-wrap .item-detail .products-thumb {
  margin-bottom: 5px;
}
.featured-product .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
}
.featured-product .item-wrap .item-detail .item-content .reviews-content {
  margin-bottom: 9px;
}
.featured-product .item-wrap .item-detail .item-content .item-price {
  padding-bottom: 20px;
}
.featured-product .item-wrap .item-detail:hover .product-addcart-wrapper {
  bottom: 10px;
}
.banner-cate {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.banner-cate:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.banner-cate img {
  margin: 0;
}
.banner-cate .content-cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 40px;
}
.banner-cate .content-cat h2 {
  position: relative;
  left: 50%;
  top: 20%;
  margin-bottom: 20px;
  transform: translate(0,-20%);
  -webkit-transform: translate(0,-20%);
  transition: transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-cate .content-cat h2 a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}
.banner-cate .content-cat h2 a:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #fff;
  content: '';
}
.banner-cate .content-cat .description {
  position: relative;
  right: 50%;
  top: 30%;
  transform: translate(0,-30%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-cate:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-cate:hover .content-cat h2 {
  transform: translate(-50%,-20%);
  -webkit-transform: translate(-50%,-20%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-cate:hover .content-cat .description {
  transform: translate(50%,-30%);
  -webkit-transform: translate(50%,-30%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.static-image-wrapper {
  margin: 80px 0 0px;
  float: left;
  width: 100%;
}
.static-image-wrapper .banner-home {
  display: inline-block;
  position: relative;
  vertical-align: top;
  float: left;
  cursor: pointer;
  padding: 5px;
}
.static-image-wrapper .banner-home:hover .button1 {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.static-image-wrapper .banner-home:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.static-image-wrapper .banner-home .button1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #252525;
  background: #fff;
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase;
  outline: 1px solid #fff !important;
  outline-offset: 4px;
  padding: 8px 25px;
  margin-left: -85px;
  margin-top: -20px;
  font-size: 16px;
  font-family: 'Bitter';
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.static-image-wrapper .banner-home .button1:hover {
  background: #f06292;
  outline-color: #f06292 !important;
  color: #fff;
}
.static-image-wrapper .banner-home img {
  margin: 0 auto;
}
.static-image-wrapper .static-image-top {
  float: left;
  width: 100%;
}
.static-image-wrapper .static-image-top .banner-home {
  border: 1px dashed #ebebeb;
  border-bottom: 0px;
  width: 37%;
}
.static-image-wrapper .category-info {
  float: left;
  width: 26%;
  text-align: center;
  padding: 10px 0px;
  color: #898989;
}
.static-image-wrapper .category-info h1 {
  font-size: 200%;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.static-image-wrapper .category-info h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #898989;
}
.static-image-wrapper .category-info .description {
  font-size: 100%;
  line-height: 20px;
  padding-bottom: 12px;
}
.static-image-wrapper .category-info a.button1 {
  font-family: 'Bitter';
  font-weight: bold;
  border: 1px solid #898989;
  padding: 14px 22px;
  color: #252525;
  font-size: 100%;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  background: #ffffff;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.static-image-wrapper .category-info a.button1:hover {
  color: #ffffff;
  border-color: #f06292;
  background-color: #f06292;
}
.static-image-wrapper .category-info .fa {
  font-size: 128.5%;
  margin-bottom: 5px;
}
.static-image-wrapper .static-image-bottom {
  float: left;
  border-top: 1px dashed #ebebeb;
  border-bottom: 1px dashed #ebebeb;
  border-right: 1px dashed #ebebeb;
  width: 100%;
}
.static-image-wrapper .static-image-bottom .banner-home {
  border-left: 1px dashed #ebebeb;
  width: 31.3%;
  padding: 4px 4px 4px 5px;
}
.static-image-wrapper .static-image-bottom .banner-home.banner-small {
  width: 18.7%;
}
.static-image-wrapper .static-image-bottom .banner-home .banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
aside.sidebar >div {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
aside.sidebar >div:first-child .block-title-widget h2 {
  padding-top: 14px;
  margin-bottom: 10px;
}
aside.sidebar .widget .block-title-widget h2 {
  font-size: 16px;
  color: #555;
  font-family: 'Bitter';
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
aside.sidebar .sw-best-seller-product .list-unstyled li,
aside.sidebar .sw-feature-product .list-unstyled li {
  margin-bottom: 20px;
}
aside.sidebar .sw-best-seller-product .list-unstyled li .item-img,
aside.sidebar .sw-feature-product .list-unstyled li .item-img {
  width: 75px;
  border: 1px solid #ddd;
}
aside.sidebar .sw-best-seller-product .list-unstyled li .item-img img,
aside.sidebar .sw-feature-product .list-unstyled li .item-img img {
  width: 100%;
}
aside.sidebar .sw-best-seller-product .list-unstyled li .item-content,
aside.sidebar .sw-feature-product .list-unstyled li .item-content {
  padding-top: 0;
}
aside.sidebar .sw-best-seller-product .list-unstyled li .item-content .item-price,
aside.sidebar .sw-feature-product .list-unstyled li .item-content .item-price {
  padding-bottom: 0;
}
aside.sidebar .widget-thumb img:hover,
aside.sidebar .block_content img:hover {
  opacity: 0.75;
}
.vertical_megamenu .vertical-megamenu {
  margin-left: 0;
}
.vertical_megamenu .vertical-megamenu li {
  border-bottom: 1px dashed #ddd;
}
.vertical_megamenu .vertical-megamenu li:last-child {
  border-bottom: 0;
}
.vertical_megamenu .vertical-megamenu li a {
  padding: 13px 0;
}
.vertical_megamenu .vertical-megamenu li a:hover {
  background-color: transparent;
}
.vertical_megamenu .vertical-megamenu li.showMore {
  text-align: center;
  border-bottom: 1px solid #f06292;
  margin-top: 20px;
}
.vertical_megamenu .vertical-megamenu li.showMore a {
  display: inline-block;
  color: #fff;
  background-color: #f06292;
  width: 90px;
  cursor: pointer;
  padding: 7px 0;
}
.vertical_megamenu .vertical-megamenu li.showMore a:hover {
  background-color: #ec3372;
}
.bt_index2 {
  border-bottom: 1px solid #b42a58 !important;
}
.box-recommend-title h3 {
  margin-bottom: 20px !important;
}
.products-wrapper ul {
  list-style-type: none;
}
.products-wrapper .product-nav {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.products-wrapper .product-nav .catalog-ordering {
  float: left;
  margin-top: 5px;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .sort,
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .show-product {
  float: left;
  line-height: 32px;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .orderby {
  width: 100px;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .sort-count {
  width: 60px;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown {
  float: left;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 0;
  background-color: #fff;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 10;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 32px;
  display: block;
  border: 1px solid #ddd;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 10px;
  position: relative;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 14px;
  width: 37px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.rtl .products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .product-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .product-nav .view-mode-wrap {
  float: right;
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-size: 21px;
  font-family: FontAwesome;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #e1e1e1;
  color: #898989;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .product-nav .view-mode-wrap .view-mode >a:hover:before {
  color: #fff;
  background-color: #f06292;
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a.grid-view {
  margin: 0 10px;
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\f009";
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\f0ca";
}
.products-wrapper .product-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .woocommerce-pagination {
  margin-bottom: 90px;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  margin: 0 5px;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #f06292;
  color: #fff;
  border-color: #f06292;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  width: auto;
  padding: 0 20px;
}
.products-wrapper .products-loop >li {
  margin-bottom: 30px;
}
.products-wrapper .products-loop.grid >li .item-detail .products-thumb a.fancybox {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-detail .item-content .item-desc {
  display: none;
}
.products-loop {
  list-style-type: none;
}
.products-loop.list >.product {
  width: 100%;
}
.products-loop.list >.product .item-detail {
  text-align: inherit;
}
.products-loop.list >.product .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.products-loop.list >.product .item-detail .products-thumb .group.fancybox {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.products-loop.list >.product .item-detail .products-thumb .group.fancybox:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop.list >.product .item-detail .products-thumb .group.fancybox:hover:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #f06292;
  color: #fff;
}
.products-loop.list >.product .item-detail .products-thumb:hover .group.fancybox {
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products-loop.list >.product .item-detail .item-content {
  padding: 0 20px;
}
.products-loop.list >.product .item-detail .item-content h4 {
  padding-top: 20px;
}
.products-loop.list >.product .item-detail .item-content .reviews-content {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 30px;
}
.products-loop.list >.product .item-detail .item-content .item-price {
  padding-bottom: 15px;
}
.products-loop.list >.product .item-detail .item-content .item-desc {
  margin-bottom: 20px;
  color: #898989;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper {
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_simple,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_external,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_grouped,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.add_to_cart_button,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.single_add_to_cart_button.button.alt {
  font-size: 14px;
  text-transform: capitalize;
  width: auto;
  float: left;
  padding: 0 15px 0 40px;
  line-height: 36px;
  border: 1px solid #000;
  margin-left: 0;
  color: #000;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_simple.added,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_simple:hover,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_external.added,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_external:hover,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_grouped.added,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_grouped:hover,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.add_to_cart_button.added,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.add_to_cart_button:hover,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.single_add_to_cart_button.button.alt.added,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.single_add_to_cart_button.button.alt:hover {
  color: #fff;
  border-color: #f06292;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_simple.added:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_simple:hover:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_external.added:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_external:hover:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_grouped.added:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.product_type_grouped:hover:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.add_to_cart_button.added:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.add_to_cart_button:hover:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.single_add_to_cart_button.button.alt.added:after,
.products-loop.list >.product .item-detail .product-addcart-wrapper a.single_add_to_cart_button.button.alt:hover:after {
  color: #fff;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .yith-wcwl-add-to-wishlist {
  float: left;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist {
  border: 1px solid #000;
  color: #000;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  border-color: #f06292;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show >a {
  border: 1px solid #f06292;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .product a.compare {
  border: 1px solid #000;
  color: #000;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .product a.compare:hover {
  border-color: #f06292;
}
.products-loop.list >.product .item-detail .product-addcart-wrapper .group.fancybox {
  display: none;
}
#contents-detail .single-product .type-product .tabs {
  margin-top: 50px;
  margin-bottom: 70px;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive {
  background-color: #f4f4f4;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive .slick-list .slick-track .item-img-slider {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-active {
  cursor: pointer;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current {
  cursor: inherit;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  background-color: #f4f4f4;
  padding: 13px 20px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #ddd;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current .thumbnail-wrapper,
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border: 1px solid #f06292;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-next {
  position: absolute;
  text-indent: -9999px;
  width: 24px;
  height: 20px;
  font-size: 0;
  border: 0;
  border-radius: 0;
  z-index: 3;
  margin-bottom: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-prev {
  background: url('../assets/img/pr_prev.png') center center no-repeat;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail .slick-next {
  background: url('../assets/img/pr_next.png') center center no-repeat;
}
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 74%;
  margin-right: 1%;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin-right: 0;
  margin-left: 1%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-vertical {
  width: 25%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-vertical .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  margin-bottom: 4px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-vertical .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-vertical .slick-next {
  left: 50%;
  margin-left: -12px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-vertical .slick-prev {
  top: 2px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-vertical .slick-next {
  bottom: 2px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .product-responsive {
  margin-bottom: 10px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-list {
  margin: 0 -6px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-list .slick-track .item-thumbnail-product {
  padding: 0 7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  background-color: #f4f4f4;
  padding: 13px 20px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-next {
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-prev {
  left: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-bottom .slick-slider .slick-next {
  right: 0;
}
.product_detail .content_product_detail .product_title {
  font-size: 18px;
  margin-bottom: 25px;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 25px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  margin: 0 30px;
}
.product_detail .content_product_detail .item-desc {
  margin-bottom: 30px;
  line-height: 24px;
  color: #898989;
}
.product_detail .content_product_detail .wp-price {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 30px;
}
.product_detail .content_product_detail .wp-price .product-stock {
  float: left;
  padding: 30px 0px;
}
.product_detail .content_product_detail .wp-price .product-stock span {
  color: #f06292;
  font-weight: bold;
}
.product_detail .content_product_detail .wp-price .item-price {
  float: right;
  font-family: 'BitterRegular';
}
.product_detail .content_product_detail .wp-price .item-price .price ins {
  padding: 0 8px;
}
.product_detail .content_product_detail .wp-price .item-price .price del {
  color: #898989;
  font-size: 24px;
  margin: 0 20px;
}
.product_detail .content_product_detail .wp-price .item-price .price ins {
  text-decoration: none;
}
.product_detail .content_product_detail .wp-price .item-price .price ins .amount,
.product_detail .content_product_detail .wp-price .item-price .price >span .amount,
.product_detail .content_product_detail .wp-price .item-price .price >.amount {
  font-weight: bold;
  color: #f06292;
  text-decoration: none;
  font-size: 48px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity {
  position: relative;
  width: 100px;
  height: 46px;
  float: left;
  margin-right: 5%;
  margin-bottom: 5px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity input {
  margin-bottom: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .cart .addcart-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity .minus,
.product_detail .content_product_detail .cart .addcart-wrapper .quantity .plus {
  position: absolute;
  width: 20px;
  height: 46px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 3;
  border: 0;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity .minus {
  background: url('../assets/img/arrow-prev.jpg') no-repeat center;
  left: 0;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity .plus {
  background: url('../assets/img/arrow-next.jpg') no-repeat center;
  right: 0;
}
.product_detail .content_product_detail .cart .addcart-wrapper .quantity .input-text.qty {
  width: 100%;
  font-size: 16px;
  text-indent: inherit;
  position: absolute;
  height: 46px;
  line-height: 46px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_simple,
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_external,
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_grouped,
.product_detail .content_product_detail .cart .addcart-wrapper .add_to_cart_button,
.product_detail .content_product_detail .cart .addcart-wrapper .single_add_to_cart_button.button.alt {
  font-size: 14px;
  text-transform: capitalize;
  width: auto;
  float: left;
  padding: 0 15px 0 50px;
  line-height: 46px;
  height: 46px;
  border: 1px solid #000;
  margin-left: 0;
  color: #000;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_simple:before,
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_external:before,
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_grouped:before,
.product_detail .content_product_detail .cart .addcart-wrapper .add_to_cart_button:before,
.product_detail .content_product_detail .cart .addcart-wrapper .single_add_to_cart_button.button.alt:before {
  width: 45px;
  height: 45px;
  line-height: 43px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_simple:hover,
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_external:hover,
.product_detail .content_product_detail .cart .addcart-wrapper .product_type_grouped:hover,
.product_detail .content_product_detail .cart .addcart-wrapper .add_to_cart_button:hover,
.product_detail .content_product_detail .cart .addcart-wrapper .single_add_to_cart_button.button.alt:hover {
  color: #fff;
  border-color: #f06292;
}
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist {
  width: 46px;
  height: 46px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist a,
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist {
  border: 1px solid #000;
  color: #000;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist a:before,
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist a:hover,
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  border-color: #f06292;
}
.product_detail .content_product_detail .cart .addcart-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show >a {
  border: 1px solid #f06292;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product.compare-button {
  width: 46px;
  height: 46px;
  line-height: 45px;
  float: left;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product.compare-button a.compare {
  border: 1px solid #000;
  color: #000;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product.compare-button a.compare:before {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.product_detail .content_product_detail .cart .addcart-wrapper .product.compare-button a.compare:hover {
  border-color: #f06292;
}
.tabs {
  border: 1px solid #ddd;
}
.tabs .tabbable .nav.nav-tabs {
  margin-left: 0;
  border-bottom: 0;
  background-color: transparent;
}
.tabs .tabbable .nav.nav-tabs >li {
  border-left: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.tabs .tabbable .nav.nav-tabs >li a {
  margin: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.tabs .tabbable .nav.nav-tabs >li.active {
  border-color: #f06292;
}
.tabs .tabbable .nav.nav-tabs >li.active a {
  background-color: #f06292;
  color: #fff;
}
.tabs .tabbable .tab-content {
  padding: 30px;
}
.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 20px;
}
.tabs .tabbable .tab-content #tab-description {
  color: #898989;
  line-height: 23px;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #eee;
  border-top: 2px solid #ddd;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form {
  padding: 15px 0;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form input {
  border: 1px solid #ddd;
  height: 38px;
  max-width: 450px;
  width: 100%;
  text-indent: 10px;
  margin-bottom: 15px;
  display: block;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating {
  margin-bottom: 15px;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment #comment {
  border: 1px solid #ddd;
  text-indent: 10px;
  min-height: 150px;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit #submit {
  height: 40px;
  background-color: #444444;
  text-shadow: none;
  display: inline-block;
  color: #ffffff;
  width: auto;
  text-indent: inherit;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.tabs .tabbable .tab-content #tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit #submit:hover {
  background-color: #f06292;
}
.bottom-single-product .sw_woo_slider_content {
  margin-bottom: 50px;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .box-slider-title h2 {
  font-size: 24px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button {
  position: absolute;
  top: 0;
  width: 15px;
  cursor: pointer;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button:hover:after {
  color: #f06292;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button:after {
  display: block;
  font-family: Fontawesome;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button.slick-prev {
  right: 20px;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button.slick-prev:after {
  content: "\f104";
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button.slick-next {
  right: 0;
}
.bottom-single-product .sw_woo_slider_content .sw-woo-container-slider .res-button.slick-next:after {
  content: "\f105";
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
}
.variations tr td.label {
  color: #444;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
}
.variations tr td.value {
  padding: 0;
}
.variations tr td.value select {
  max-width: 320px;
  width: 100%;
  text-indent: 10px;
  height: 35px;
  line-height: 35px;
  background-color: #f3f3f3;
  border: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  filter: none;
}
.variations tr td.value select option {
  text-transform: capitalize;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
}
.addcart-wrapper .single_variation_wrap .single_variation {
  margin-bottom: 15px;
}
.fancybox-wrap .fancybox-outer {
  background-color: #fff;
  padding-top: 15px;
}
.error404 .std {
  padding: 40px 0 100px;
  text-align: center;
}
.error404 .std .wrapper_404page {
  display: inline-block;
}
.error404 .std .wrapper_404page .error-code .erro-key {
  display: inline-block;
}
.error404 .std .wrapper_404page .block-main .block-inner .mess-code p {
  font-size: 30px;
  color: #000;
  margin-bottom: 35px;
}
.error404 .std .wrapper_404page .block-main .block-inner .second-block a {
  border: 4px solid #000;
  padding: 18px 38px;
  font-size: 18px;
  color: #000;
}
.error404 .std .wrapper_404page .block-main .block-inner .second-block a:hover {
  color: #f06292;
  border: 4px solid #f06292;
}
@media (max-width: 768px) {
  .error404 .std .wrapper_404page .block-main .block-inner .mess-code p {
    font-size: 18px;
  }
}
h1,
h2,
h3,
h4,
.ya-selectmenu>li>a,
.tp-caption.h1-idx1.h1-index2 {
  font-family: 'Bitter', sans-serif !important;
  font-weight: bold;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.entry-content table {
  width: 100%;
}
.entry-content table th,
.entry-content table td {
  padding: 5px;
}
