
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.class {
   font-family: "Roboto", sans-serif;
}

*{
   font-family: "Roboto", sans-serif;
}

.quick-view-popup .info-title,
.btn-sing-up,
.shop .detail-item .description ul li>span,
.tab-menu,
.price,
.btn-1,
.btn-2 {
   font-family: "Roboto", sans-serif;
}

.percent-img-wrapper .percent-img-1 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.radio .text {
  font-family: 'Cabin', sans-serif;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 500;
}

.loader {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #222;
  /* Green */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
   font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #989898;
}

body:not(.loaded) * {
  -webkit-transition: none !important;
  transition: none !important;
}

ul {
  list-style-type: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.is-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .is-mobile {
    display: block;
  }
}

#content {
  overflow-x: hidden;
}

/*table*/
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

.height-min {
  min-height: 100vh;
  height: 100%;
}

@media (max-width: 1199px) {
  .height-min {
    min-height: 1px;
    height: 100%;
  }
}

/*flex*/
.flex-js {
  display: flex;
  /*width:100%;*/
  -webkit-align-items: center;
  align-items: center;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  /*width: 100%;*/
  height: 100%;
  min-height: inherit;
}

.flex-in {
  display: inline-block;
  width: 100%;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-eq-h {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

@media (min-width: 992px) {
  .flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*width: 100%;*/
    height: 100%;
    min-height: inherit;
  }
}

@media (min-width: 768px) {
  .flex-sm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*width: 100%;*/
    height: 100%;
    min-height: inherit;
  }
}

@media (max-width: 991px) {
  .flex-js {
    display: block;
  }

  .flex {
    display: block;
  }

  .flex-eq-h {
    display: block;
  }
}

/*flex*/

/*inputs*/
.input-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}

.input-wrapper .input-style {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  margin-right: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.input-wrapper .input-style input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  color: #222;
  background-color: transparent;
  border: 1px solid #e3e3e3;
}

.input-wrapper .input-style label {
  position: absolute;
  left: 15px;
  top: 6px;
  cursor: text;
  font-size: 13px;
  line-height: 16px;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
}

.input-wrapper .input-style.focus label {
  top: 6px;
  opacity: 0;
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
}

.input-wrapper .input-style.half {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.input-wrapper .input-style.half.half-right {
  margin-right: 0;
}

.input-wrapper .input-style.third {
  width: calc(33.33% - 7px);
  margin-right: 10px;
}

.input-wrapper .input-style.third.third-right {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .input-wrapper .input-style.third {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .input-wrapper .input-style.half {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - BUTTONS AND INPUT STYLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*inputs*/

/*sumoselect*/
.shop .SumoSelect {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}

.shop .SumoSelect>.CaptionCont {
  border-radius: 0;
  border: 1px solid #e3e3e3;
}

.shop .SumoSelect>.optWrapper {
  border-radius: 0;
}

.shop .SumoSelect.open>.optWrapper {
  top: 40px;
}

.shop .SumoSelect>.optWrapper>.options {
  border-radius: 0;
}

.shop .SelectBox {
  display: block;
  height: 40px;
  padding: 5px 15px;
}

.shop .SumoSelect:focus>.CaptionCont,
.shop .SumoSelect:hover>.CaptionCont,
.shop .SumoSelect.open>.CaptionCont {
  box-shadow: none;
  border-color: #1b568e;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop .SumoSelect>.CaptionCont>label>i {
  background-image: url(../img/shop/down.png);
}

.shop .SumoSelect>.optWrapper>.options li.opt {
  padding: 3px 6px;
}

.shop .SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #1b568e;
  color: #fff;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop .SumoSelect>.optWrapper>.options>li.opt:first-child,
.shop .SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0;
}

.shop .SumoSelect>.CaptionCont>span.placeholder {
  font-style: normal;
  color: #989898;
}

.shop .SumoSelect.sumo_sortby {
  width: 270px;
}

.shop .SumoSelect.sumo_show {
  width: 110px;
}

.shop .SumoSelect.sumo_country {
  width: calc(33.33% - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.shop .SumoSelect.sumo_city {
  width: calc(33.33% - 7px);
  margin-right: 0;
  margin-bottom: 10px;
  float: left;
}

.select-date {
  width: 67.2%;
  position: relative;
  float: left;
  padding-left: 120px;
}

.select-date>span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 40px;
  color: #222;
}

.select-date .SumoSelect {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop .inline-wrapper .SumoSelect:first-child {
    width: 250px;
  }

  .shop .inline-wrapper .SumoSelect:last-child {
    width: 110px;
  }
}

@media (max-width: 991px) {
  .shop .SumoSelect {
    width: 100%;
  }

  .select-date {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .shop .SumoSelect {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }
}

/*radiobutton*/
.radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;
}

.radio .text {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-left: 35px;
  display: block;
  text-transform: uppercase;
  color: #222;
}

.radio .text span {
  color: #7a7a7a;
  padding-left: 15px;
}

.radio input:checked+.text {
  color: #1b568e;
}

.radio input {
  opacity: 0;
}

.radio input:checked+.text span {
  color: #1b568e;
}

.radio .text:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: transparent;
}

.radio input:checked+.text:before {
  background-color: #1b568e;
}

.radio .text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px #222 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radio input:checked+.text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px #1b568e solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radio-item {
  display: block;
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 10px;
}

.radio-item.right {
  margin-right: 0;
}

.radio-item p {
  padding-left: 35px;
}

@media (max-width: 767px) {
  .radio-item {
    width: 100%;
  }
}

/*buttons*/
.btn-wrap {
  position: relative;
  display: inline-block;
}

.btn-1 {
  position: relative;
  float: left;
  padding: 7px 25px 7px 25px;
  background: #fff;
  color: #222;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-1 span {
  z-index: 2;
  position: relative;
  color: #222;
  cursor: pointer;
}

.btn-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b568e;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.btn-1.border {
  border: 1px solid #1b568e;
}

.btn-1.border span {
  color: #1b568e;
}

.btn-1.border:before {
  background: #222;
  width: calc(100% + 2px);
  left: -1px;
  height: calc(100% + 2px);
  top: -1px;
}

.btn-2 {
  position: relative;
  float: left;
  padding: 7px 25px 7px 25px;
  background: #1b568e;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-2 span {
  z-index: 2;
  position: relative;
  color: #fff;
  cursor: pointer;
}

.btn-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 54px;
  text-align: center;
  background-color: #1b568e;
  cursor: pointer;
  color: #fff;
  margin-left: -42px;
  margin-top: -27px;
  outline: 3px solid rgba(223, 205, 80, 0.5);
  box-sizing: border-box;
}

.btn-play i {
  line-height: 54px;
}

@media (min-width: 1200px) {
  .btn-1:hover span {
    color: #fff;
  }

  .btn-1.border:hover span {
    color: #1b568e;
  }

  .btn-2:hover span {
    color: #1b568e;
  }

  .btn-1:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btn-2:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btn-play:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #1b568e;
    outline-color: #1b568e;
  }
}

/*buttons*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h1-2 {
   font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: 400;
  margin: 0;
}

.h1 {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 17px;
  position: relative;
}

.h1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1b568e;
}

.h1-2 {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 17px;
  position: relative;
}

.h1-2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #1b568e;
}

.h2 {
  font-size: 25px;
  line-height: 27px;
  padding-bottom: 22px;
  position: relative;
}

.h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #1b568e;
}

.h2.text-left:before {
  left: 0px;
  margin-left: 0px;
}

.h2.white:before {
  background-color: #fff;
}

.h3 {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.h4 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.h5 {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}

  .h6 {
        font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-align: inherit;
    text-transform: capitalize;
}

.h6.sm {
  font-size: 14px;
  line-height: 22px;
}

.h7 {
  font-size: 13px;
  line-height: 20px;
  color: #000;
   font-family: "Roboto", sans-serif;
}

.large {
  font-size: 22px;
  line-height: 26px;
}

.big {
  font-size: 15px;
  line-height: 26px;
}

.normal {
  font-size: 15px;
  line-height: 24px;
}

.small {
  font-size: 13px;
  line-height: 32px;
}

.small-sm {
  font-size: 13px;
  line-height: 24px;
}

.small-xs {
  font-size: 12px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .h1 {
    padding-bottom: 10px;
  }

  .h1:before {
    display: none;
  }
}

@media (max-width: 479px) {
  .h1 {
    font-size: 46px;
    line-height: 46px;
  }
}

article {
  position: relative;
  float: left;
  width: 100%;
}

.article {
  position: relative;
  float: left;
  width: 100%;
  color: #000;
}

.white {
  color: #fff;
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.black {
  color: #222222;
}

.grey {
  color: #989898;
}

.yellow {
  color: #1b568e;
}

/*hover*/
.img-hover-1,
.img-hover-2 {
  display: block;
  width: 100%;
  overflow: hidden;
}

.img-hover-1 img,
.img-hover-2 img {
  display: block;
  width: 100%;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  -webkit-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
}

@media (min-width: 1200px) {
  .hover-1:hover {
    color: #1b568e;
    cursor: pointer;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
  }

  .img-hover-1:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .img-hover-2:hover img {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*hover*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*padding class*/
.empty-space {
  position: relative;
  display: block;
}

.h0-xs {
  height: 0px;
}

.h5-xs {
  height: 5px;
}

.h10-xs {
  height: 10px;
}

.h15-xs {
  height: 15px;
}

.h20-xs {
  height: 20px;
}

.h25-xs {
  height: 25px;
}

.h30-xs {
  height: 30px;
}

.h35-xs {
  height: 35px;
}

.h40-xs {
  height: 40px;
}

.h45-xs {
  height: 45px;
}

.h50-xs {
  height: 50px;
}

.h55-xs {
  height: 55px;
}

.h60-xs {
  height: 60px;
}

.h65-xs {
  height: 65px;
}

.h70-xs {
  height: 70px;
}

.h75-xs {
  height: 75px;
}

.h80-xs {
  height: 80px;
}

.h85-xs {
  height: 85px;
}

.h90-xs {
  height: 90px;
}

.h95-xs {
  height: 95px;
}

.h100-xs {
  height: 100px;
}

@media (min-width: 768px) {
  .h0-sm {
    height: 0px;
  }

  .h5-sm {
    height: 5px;
  }

  .h10-sm {
    height: 10px;
  }

  .h15-sm {
    height: 15px;
  }

  .h20-sm {
    height: 20px;
  }

  .h25-sm {
    height: 25px;
  }

  .h30-sm {
    height: 30px;
  }

  .h35-sm {
    height: 35px;
  }

  .h40-sm {
    height: 40px;
  }

  .h45-sm {
    height: 45px;
  }

  .h50-sm {
    height: 35px;
  }

  .h55-sm {
    height: 55px;
  }

  .h60-sm {
    height: 60px;
  }

  .h65-sm {
    height: 65px;
  }

  .h70-sm {
    height: 70px;
  }

  .h75-sm {
    height: 75px;
  }

  .h80-sm {
    height: 80px;
  }

  .h85-sm {
    height: 85px;
  }

  .h90-sm {
    height: 90px;
  }

  .h95-sm {
    height: 95px;
  }

  .h100-sm {
    height: 100px;
  }
}

@media (min-width: 992px) {
  .h0-md {
    height: 0px;
  }

  .h5-md {
    height: 5px;
  }

  .h10-md {
    height: 10px;
  }

  .h15-md {
    height: 15px;
  }

  .h20-md {
    height: 20px;
  }

  .h25-md {
    height: 25px;
  }

  .h30-md {
    height: 30px;
  }

  .h35-md {
    height: 35px;
  }

  .h40-md {
    height: 40px;
  }

  .h45-md {
    height: 45px;
  }

  .h50-md {
    height: 50px;
  }

  .h55-md {
    height: 55px;
  }

  .h60-md {
    height: 60px;
  }

  .h65-md {
    height: 20px;
  }

  .h70-md {
    height: 70px;
  }

  .h75-md {
    height: 75px;
  }

  .h80-md {
    height: 40px;
  }

  .h85-md {
    height: 85px;
  }

  .h90-md {
    height: 90px;
  }

  .h95-md {
    height: 95px;
  }

  .h100-md {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .h0-lg {
    height: 0px;
  }

  .h5-lg {
    height: 5px;
  }

  .h10-lg {
    height: 10px;
  }

  .h15-lg {
    height: 15px;
  }

  .h20-lg {
    height: 20px;
  }

  .h25-lg {
    height: 25px;
  }

  .h30-lg {
    height: 30px;
  }

  .h35-lg {
    height: 35px;
  }

  .h40-lg {
    height: 40px;
  }

  .h45-lg {
    height: 45px;
  }

  .h50-lg {
    height: 50px;
  }

  .h55-lg {
    height: 55px;
  }

  .h60-lg {
    height: 60px;
  }

  .h65-lg {
    height: 65px;
  }

  .h70-lg {
    height: 70px;
  }

  .h75-lg {
    height: 75px;
  }

  .h80-lg {
    height: 80px;
  }

  .h85-lg {
    height: 85px;
  }

  .h90-lg {
    height: 90px;
  }

  .h95-lg {
    height: 95px;
  }

  .h100-lg {
    height: 100px;
  }
}

.fl {
  float: left;
  width: 100%;
}


/*nopadding class*/
.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .nopadding-md {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/*background*/
.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.bg.fix {
  background-attachment: fixed;
}

.bg-layer-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bg-layer-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

.img {
  width: 100%;
  height: auto;
  display: block;
}

/*table*/
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

/*block*/
.block {
  position: relative;
  float: left;
  width: 100%;
}

.wide-container-fluid {
  position: relative;
  padding: 0 50px;
}

.container-fluid-05 {
  position: relative;
  padding: 0 5px;
}

.container-fluid-10 {
  position: relative;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .wide-container-fluid {
    padding: 0 15px;
  }
}

.grid-5-col {
  position: relative;
  width: 20%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiper-button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
}

.swiper-button-wrapper .container {
  position: relative;
}

.swiper-button-wrapper .container .swiper-button-prev {
  left: -60px;
}

.swiper-button-wrapper .container .swiper-button-next {
  right: -60px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 8px;
  height: 14px;
  margin-top: -4px;
  background-size: 8px 14px;
}

.swiper-button-prev {
  background-image: url(../img/prev.png);
}

.swiper-button-next {
  background-image: url(../img/next.png);
}

.swiper-pagination {
  position: relative;
  margin-top: 30px;
  display: block;
}

.swiper-pagination-bullet {
  margin: 0 7px;
  width: 7px;
  height: 7px;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background-color: #1b568e;
}

.swiper-pagination-black.type-2 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-black.type-2 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
}

.swiper-button.square-style {
  height: 40px;
  width: 40px;
  background-color: transparent;
  margin-top: -20px;
}

.swiper-button.square-style img {
  margin-top: 13px;
}

.swiper-button.square-style:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #1b568e;
  border-top: 1px solid #1b568e;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.swiper-button.square-style:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #1b568e;
  border-right: 1px solid #1b568e;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

@media (min-width: 1200px) {
  .swiper-button.square-style:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .swiper-button.square-style:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .swiper-pagination.visible-sm {
    display: block;
  }
}

/*TABS */
.tabs-block {
  text-align: center;
}

.tab-menu {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  color: #a1a1a1;
}

.tab-menu.active {
  color: #1b568e;
}

.tab-entry {
  display: none;
  text-align: left;
  font-size: 13px;
  margin-top: 35px;
}

.tab-entry ul {
  margin-top: 20px;
}

.tab-entry ul.disc li {
  margin: 5px 0;
}

.tab-entry ul.disc li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #1b568e;
}

@media (min-width: 1200px) {
  .tab-menu:hover {
    color: #1b568e;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
  }
}

.overlay-wrapper,
.overlay-wrapper-video {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
}

.overlay-wrapper.active,
.overlay-wrapper-video.active {
  visibility: visible;
}

.overlay-menu {
  width: 100%;
  height: 100%;
  z-index: -15;
  opacity: 0;
  left: 0;
}

.overlay-wrapper.active .overlay-menu {
  opacity: 1;
  z-index: 15;
}

.overlay-menu ul {
  display: inline-block;
  width: 100%;
  z-index: 6;
  list-style-type: none;
}

.overlay-menu ul>li {
  position: relative;
  float: left;
  margin: 15px 0;
  padding: 5px 0;
  font-size: 18px;
  width: 100%;
}

.overlay-menu ul>li>ul {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  left: calc(100% + 10px);
  padding: 20px 20px;
  background-color: #222;
  z-index: 6;
  list-style-type: none;
  text-align: left;
}

.overlay-menu ul>li>ul>li {
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}

.overlay-menu ul>li>a:before {
  position: absolute;
  width: 0;
  height: 1px;
  background: #1b568e;
  content: "";
  left: 0;
  bottom: 0;
}

.overlay-menu ul>li.active>a:before {
  width: 100%;
}

.overlay-menu ul>li>ul>li a:before {
  display: none;
}

.overlay-menu a {
  color: white;
  position: relative;
  padding-bottom: 10px;
}

.overlay-animation:before {
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: rgba(34, 34, 34, 0.95);
  content: "";
}

.overlay-animation:after {
  width: 0;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  background-color: rgba(34, 34, 34, 0.95);
  content: "";
}

.overlay-wrapper.active .overlay-animation:before,
.overlay-wrapper-video.active .overlay-animation:before {
  width: 50%;
}

.overlay-wrapper.active .overlay-animation:after,
.overlay-wrapper-video.active .overlay-animation:after {
  width: 50%;
}

.overlay-menu .col-md-2 {
  padding: 0;
}

.btn-close * {
  backface-visibility: hidden;
}

.btn-close {
  width: 46px;
  height: 46px;
  background: #151515;
  display: block;
  position: absolute;
  right: 35px;
  top: 30px;
  cursor: pointer;
  z-index: 7;
}

.btn-close span {
  width: 14px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -7px;
  background: white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.btn-close span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.overlay-menu .basket,
.overlay-menu .login-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  z-index: -10;
  color: #fff;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

.overlay-menu .basket {
  margin-bottom: 25px;
}

.overlay-wrapper.active .overlay-menu .basket,
.overlay-wrapper.active .overlay-menu .login-wrapper {
  z-index: 10;
  visibility: visible;
}

@media (max-height: 720px) {
  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 70px 15px 15px 15px;
  }
}

@media (min-width: 992px) {
  .btn-close:hover {
    background: white;
  }

  .btn-close:hover span {
    background: #151515;
  }

  .overlay-menu ul {
    text-align: center;
  }

  .overlay-menu ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }

  .overlay-menu ul>li:hover>a:before {
    width: 100%;
  }

  .overlay-menu ul>li>ul>li a:hover {
    color: #1b568e;
  }
}

@media (max-width: 991px) {
  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 70px 15px 15px 15px;
  }

  .overlay-menu a {
    float: left;
  }

  .overlay-menu ul {
    position: relative;
    float: left;
    text-align: left;
  }

  .overlay-menu ul>li>span {
    position: absolute;
    display: block;
    z-index: 55;
    height: 45px;
    width: 45px;
    margin-top: -10px;
    right: 0;
    cursor: pointer;
  }

  .overlay-menu ul>li>span:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 13px;
    height: 1px;
    width: 18px;
    background-color: white;
  }

  .overlay-menu ul>li>span:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 22px;
    height: 18px;
    width: 1px;
    background-color: white;
  }

  .overlay-menu ul>li.active.clicked span:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  .overlay-menu ul>li {
    margin: 0;
  }

  .overlay-menu ul>li>ul {
    position: relative;
    float: left;
    margin: 0;
    transform: none;
    background-color: inherit;
    left: 10px;
    padding: 0px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
  }

  .clicked:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  .overlay-menu ul>li>ul li a {
    padding: 0px;
  }

  .overlay-menu ul>li.active.clicked ul li {
    padding: 10px 10px 10px 0;
    height: auto;
  }

  .overlay-menu ul>li.active.clicked ul li a {
    font-size: 14px;
  }

  .btn-close {
    top: 15px;
    right: 15px;
  }
}

/*overlay-video*/
.overlay-wrapper.video.active {
  visibility: visible;
}

.video-wrapper {
  position: relative;
  float: left;
  display: block;
  width: 100%;
}

.video .iframe-wrapper {
  position: absolute;
  left: 0;
  top: 46px;
  bottom: 46px;
  right: 0;
}

.full-size,
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.popup-wrapper.active {
  left: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, .45);
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  opacity: 0;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}

.popup-content.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  position: relative;
}

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 570px;
}

.popup-container.right {
  display: block;
  width: 100%;
  position: absolute;
  text-align: left;
  background: #fff;
  top: 130px;
  right: 10px;
}

.popup-container.right.scrolled {
  top: 100px;
}

.popup-container.size-1 {
  max-width: 570px;
}

.popup-container.size-2 {
  max-width: 730px;
}

.popup-container.size-3 {
  max-width: 1170px;
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-align {
  padding: 50px 70px 50px 70px;
  overflow: hidden;
}

.popup-container .button-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.button-close {
  width: 40px;
  height: 40px;
  background: transparent;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.button-close:before {
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -7px;
  background: #222;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.button-close:after {
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -7px;
  background: #222;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

@media (min-width: 1200px) {

  .button-close:hover:before,
  .button-close:hover:after {
    background-color: #1b568e;
  }

  .popup-wrapper.z-lower {
    z-index: 11;
  }
}

@media (max-width: 1199px) {
  .popup-wrapper {
    z-index: 150;
  }
}

@media (max-width: 767px) {
  .popup-align {
    padding: 50px 15px 50px 15px;
  }
}

/*basket-popup*/
.basket-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #e3e3e3;
  padding: 30px 0 30px 170px;
  height: 170px;
}

.basket-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.basket-item-close {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
}

.basket-item-close:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 15px;
  height: 1px;
  background-color: #222;
  -ms-transform: rotate(45deg) translateX(4px) translateY(4px);
  -webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
  transform: rotate(45deg) translateX(4px) translateY(4px);
}

.basket-item-close:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 1px;
  background-color: #222;
  -ms-transform: rotate(-45deg) translateX(-4px) translateY(4px);
  -webkit-transform: rotate(-45deg) translateX(-4px) translateY(4px);
  transform: rotate(-45deg) translateX(-4px) translateY(4px);
}

.basket-item img {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  display: block;
}

.basket-item .description {
  position: absolute;
  left: 170px;
  top: 30px;
  width: 190px;
  height: 110px;
  line-height: 110px;
}

.basket-item article {
  float: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.basket-item article p {
  line-height: 24px;
}

.basket-item .quantity-wrapper {
  position: absolute;
  right: 100px;
  top: 30px;
  width: 120px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  font-size: 13px;
}

.quantity {
  display: inline-block;
  position: relative;
}

.quantity input {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #222;
}

.quantity input::-webkit-inner-spin-button {
  display: none;
}

.basket-item .price {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  color: #1b568e;
}

.basket-item .price span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 168px;
}

.quantity i {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -15px;
  font-size: 13px;
  padding: 5px;
  cursor: pointer;
}

.quantity i.fa-caret-right {
  left: auto;
  right: -15px;
}

.total-basket-price {
  display: block;
  width: 100%;
  text-align: right;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 35px;
}

.total-basket-price span {
  color: #1b568e;
}

.basket-popup .popup-align .btn-wrap {
  float: right;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .popup-container.right {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    right: auto;
  }
}

@media (max-width: 767px) {
  .basket-item {
    height: auto;
    padding: 30px 0 30px 0;
    text-align: center;
  }

  .basket-item a {
    width: auto;
    display: inline-block;
  }

  .basket-item img {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    margin-top: 0;
    width: 110px;
    height: 110px;
    display: block;
    margin-bottom: 15px;
  }

  .basket-item .description {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    left: auto;
    top: auto;
    width: calc(100% - 115px);
    padding-left: 15px;
    height: auto;
    line-height: 0;
    margin-bottom: 15px;
  }

  .basket-item .quantity-wrapper {
    position: relative;
    display: inline-block;
    right: auto;
    top: auto;
    width: 110px;
    height: auto;
    line-height: 0;
    border-left: none;
    border-right: none;
    font-size: 13px;
  }

  .basket-item .price {
    position: relative;
    display: inline-block;
    height: auto;
    width: calc(100% - 115px);
  }

  .basket-item .price span {
    height: auto;
    line-height: 40px;
  }

  .basket-item-close {
    top: 4px;
    margin-top: 0;
  }
}

/*login popup*/
.login-popup {
  z-index: 200;
}

.login-popup p,
.login-popup p a {
  font-size: 13px;
  color: #989898;
}

.btn-2.twitter {
  background-color: #dd0000;
  width: calc(50% - 10px);
  margin-right: 10px;
  text-align: center;
}

.btn-2.facebook {
  background-color: #3b5998;
  width: calc(50% - 10px);
  margin-left: 10px;
  text-align: center;
}

.btn-sing-up {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  position: relative;
  padding-bottom: 3px;
}

.btn-sing-up:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #222;
}

.btn-sing-up:hover,
.login-popup p a:hover {
  color: #1b568e;
}

.btn-sing-up:hover:before {
  background-color: #1b568e;
}

.login-popup input {
  font-size: 15px;
}

.login-popup .input-style label {
  top: 12px;
}

.login-popup .input-style.focus label {
  top: 20px;
}

@media (min-width: 768px) {
  .login-popup .separator {
    position: relative;
    height: 100%;
  }

  .login-popup .separator:before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% - 10px);
    width: 1px;
    top: 0;
    left: 50%;
    background-color: #e3e3e3;
  }

  .login-popup .separator .col-sm-6:nth-child(1) {
    padding-right: 40px;
  }

  .login-popup .separator .col-sm-6:nth-child(2) {
    padding-left: 40px;
  }
}

/*quick-view popup*/
.swiper-popup .swiper-slide {
  text-align: center;
}

.swiper-popup img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.quick-view-popup p {
  font-size: 13px;
  line-height: 24px;
}

.quick-view-popup .yellow {
  margin-left: 20px;
  font-size: 26px;
  line-height: 24px;
  vertical-align: sub;
}

.quick-view-popup .price {
  font-size: 28px;
  line-height: 24px;
  vertical-align: sub;
  margin-left: 20px;
  color: #1b568e;
}

.quick-view-popup .price sup {
  font-size: 16px;
}

.quick-view-popup .quantity-wrapper input {
  font-size: 13px;
}

.quick-view-popup .quantity-wrapper .h6 {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}

.quick-view-popup .quantity-wrapper .quantity {
  margin-left: 25px;
}

.quick-view-popup .text-right .btn-wrap {
  vertical-align: middle;
}

.quick-view-popup .info-title {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  text-transform: uppercase;
}

.quick-view-popup .follow-wrapper {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #222;
}

.quick-view-popup .follow-wrapper .h6 {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

.quick-view-popup .follow-wrapper .follow {
  display: inline-block;
  margin-left: 15px;
}

.quick-view-popup .follow .item {
  background-color: #111111;
  border: none;
  color: #a1a1a1;
}

.quick-view-popup .follow .item:before {
  background-color: #1b568e;
}

.swiper-popup {
  position: relative;
}

.swiper-popup .swiper-button-prev {
  left: 0;
}

.swiper-popup .swiper-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .quick-view-popup .popup-align {
    padding: 70px 85px 70px 30px;
  }

  .quick-view-popup .separator {
    position: relative;
    height: 100%;
  }

  .quick-view-popup .separator:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    left: 41.66%;
    background-color: #e3e3e3;
  }

  .quick-view-popup .separator .col-sm-5 {
    padding-right: 30px;
  }

  .quick-view-popup .separator .col-sm-7 {
    padding-left: 70px;
  }

  .swiper-popup .swiper-pagination {
    display: none;
  }
}

@media (max-width: 991px) {
  .swiper-popup .swiper-button-prev {
    left: -15px;
  }

  .swiper-popup .swiper-button-next {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .swiper-popup .swiper-button {
    display: none;
  }

  .swiper-popup {
    margin-bottom: 30px;
  }

  .quick-view-popup .col-sm-6.text-right {
    text-align: left;
  }

  .quick-view-popup .quantity-wrapper {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  padding: 15px 0px 10px 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

header.scrolled {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}

.logo {
  height: auto;
  line-height: 60px;
  position: relative;
  top: 0;
  /*background-color: #fff; padding: 20px; margin-left: -20px;*/
}

.logo img {
  vertical-align: middle;
}

header.header-style-2 {
  background-color: #fff;
}

/*menu*/
header ul.header-menu {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  width: auto;
  z-index: 10;
  list-style-type: none;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

header ul.header-menu>li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
 font-size: 14px;
  width: auto;
  vertical-align: middle;
}

header ul.header-menu>li>a {
  display: block;
  height: 30px;
  line-height: 31px;
  width: auto;
  padding: 0 8px;
  color: #222;
  font-size: 14px;
  letter-spacing: 0.2px;
  
}

header ul.header-menu>li.active>a {
  color: #fff;
}

header ul.header-menu>li>a span {
  z-index: 1;
  position: relative;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

header ul.header-menu>li.active>a:before {
  height: 100%;
}

header ul.header-menu>li>a:before {
  position: absolute;
  width: 100%;
  height: 0;
  background: #1b568e;
  content: "";
  left: 0;
  bottom: 0;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

header ul.header-menu>li>ul {
  position: absolute;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  left: 50px;
  padding: 20px 20px;
  background-color: #fff;
  z-index: 6;
  list-style-type: none;
  text-align: left;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

header ul.header-menu>li>ul>li {
  padding: 0;
  margin: 0;
}

header ul.header-menu>li>ul>li a {
  color: #fff;
 font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}

header a {
  color: #222;
  position: relative;
}

header ul.header-menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  left: 0;
}

/*hamburger*/
.hamburger-icon-2,
.hamburger-icon {
  width: 40px;
  height: 45px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: -10px;
  margin-top: 6px;
  /*background-color: #fff;*/
}

.hamburger-icon-2 {
  margin-top: 6px;
  z-index: 100;
  vertical-align: top;
}

.hamburger-icon-2 span,
.hamburger-icon span {
  background-color: #222;
  height: 2px;
  width: 18px;
  position: absolute;
  left: 11px;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.hamburger-icon-2 span:nth-child(1),
.hamburger-icon span:nth-child(1) {
  bottom: 27px;
}

.hamburger-icon-2 span:nth-child(2),
.hamburger-icon span:nth-child(2) {
  bottom: 21px;
}

.hamburger-icon-2 span:nth-child(3),
.hamburger-icon span:nth-child(3) {
  bottom: 15px;
}

.hamburger-icon-2.active span:nth-child(1) {
  -ms-transform: rotate(45deg) translateX(4px) translateY(4px);
  -webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
  transform: rotate(45deg) translateX(4px) translateY(4px);
}

.hamburger-icon-2.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon-2.active span:nth-child(3) {
  -ms-transform: rotate(-45deg) translateX(4px) translateY(-5px);
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px);
  transform: rotate(-45deg) translateX(4px) translateY(-5px);
}

/*BASKET*/
.basket {
  position: relative;
  cursor: pointer;
  color: #222;
  text-align: center;
  display: inline-block;
  width: auto;
  font-size: 13px;
  margin: 0 25px 0 -15px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

/*.basket .img-wrapper{position: relative; display: inline-block; width: auto;}*/
.basket .img-wrapper span {
  position: absolute;
  bottom: 0;
  right: -3px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #1b568e;
  color: #fff;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

.basket .img-wrapper {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 36px;
  background-image: url(../img/shop/basket-spr.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.basket .img-wrapper span {
  position: absolute;
  bottom: 0;
  right: -3px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #1b568e;
  color: #fff;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

.basket p {
  display: inline-block;
  width: auto;
}

.basket p span {
  color: #1b568e;
}

.basket.open-popup.active .img-wrapper {
  background-position: top right;
}

/*LOGIN*/
.login-wrapper {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 13px;
  vertical-align: top;
  margin: 0 50px 0 25px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.login {
  cursor: pointer;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  header.header-style-2 .hamburger-icon {
    display: none;
  }

  .hamburger-icon-2:hover span:nth-child(1),
  .hamburger-icon:hover span:nth-child(1) {
    bottom: 29px;
  }

  .hamburger-icon-2:hover span:nth-child(3),
  .hamburger-icon:hover span:nth-child(3) {
    bottom: 13px;
  }

  .hamburger-icon-2.active:hover span:nth-child(1) {
    bottom: 27px;
  }

  .hamburger-icon-2.active:hover span:nth-child(3) {
    bottom: 15px;
  }

  header ul.header-menu>li>a:hover:before {
    height: 100%;
  }

  header ul.header-menu>li>a:hover {
    color: #fff;
  }

  header ul.header-menu>li>ul>li a:hover {
    color: #1b568e;
  }

  header.header-style-2.open-style ul.header-menu,
  header.header-style-2.open-style .login-wrapper,
  header.header-style-2.open-style .basket,
  header.header-style-2.active ul.header-menu,
  header.header-style-2.active .login-wrapper,
  header.header-style-2.active .basket {
    visibility: visible;
    opacity: 1;

  }
}

header.header-style-2.open-style .hamburger-icon-2 {
  display: none;
}

header.header-style-2.open-style .login-wrapper {
  margin-right: 0;
}

@media (max-width: 1199px) {

  header.header-style-2 .hamburger-icon-2,
  header.header-style-2 ul.header-menu,
  header.header-style-2 .login-wrapper,
  header.header-style-2 .basket {
    display: none;
  }

  header.scrolled,
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    padding: 5px 0;
  }

  .logo {
    height: 50px;
    line-height: 50px;
  }

  header .hamburger-icon {
    margin-top: 2px;
  }
}

@media (max-width: 767px) {

  .hamburger-icon-2,
  .hamburger-icon {
    margin-right: 0;
  }

  .logo {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

footer {
  padding: 45px 0;
  border-top: 1px solid #e3e3e3
}

footer ul {
  list-style-type: none;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a {
  color: #989898
}

footer .copyright a {
  color: #222;
}

footer .copyright .fa {
  color: #e9edd9;
}

footer h6.h7 {
  text-transform: uppercase;
   font-family: "Roboto", sans-serif;
      text-transform: uppercase;
     font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #000;
    border-bottom: 1px #c3c3c3 solid;
}

/*follow*/
.follow {
  font-size: 0;
}

.follow .item {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #cbcbcb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  border: 1px #cbcbcb solid;
  background: #fff;
  font-size: 12px;
  vertical-align: bottom;
}

.follow .item:last-child {
  margin-right: 0;
}

.follow .item .fa {
  position: relative;
  line-height: 28px;
  padding-top: 2px;
      color: #fff;
}

.follow .item:before {
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  content: "";
  background: #222;
  transform: scale(0);
  -webkit-transform: scale(0);
}

/*footer-black*/
footer.footer-black {
  background-color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

footer.footer-black ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px !Important;
}

footer.footer-black .copyright a {
  color: #fff;
}

footer.footer-black .copyright .fa {
  color: #1b568e;
}

footer.footer-black .follow .item {
  background-color: #111111;
  border: none;
  color: #a1a1a1;
}

footer.footer-black .follow .item:before {
  background-color: #1b568e;
}

@media (min-width: 1200px) {
  .follow .item:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  footer.footer-black .follow .item:hover,
  .follow .item:hover {
    color: #fff;
  }

  footer ul li a:hover {
    color: #222;
  }

  footer .copyright a:hover {
    color: #e9edd9;
  }

  footer.footer-black .copyright a:hover {
    color: #1b568e;
  }

  footer.footer-black ul li a:hover {
    color: #1b568e;
  }
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*BANNER*/
.swiper-style-banner {
  position: relative;
}

.swiper-style-banner .swiper-container {
  height: 100vh;
  min-height: 600px;
}

.banner {
  position: relative;
  height: 100%;
}

.banner .row {
     height: 100% !important;
}

.banner article p {
  padding-top: 25px;
  padding-bottom: 45px;
}

.banner-img-wrapper {
  position: relative;
  top: 0;
  left: -31%;
  width: calc(100% - 20px);
}

.banner-img-inner {
 padding-bottom: 82.7%;
}

.banner-img-item-1 {
  position: absolute;
  width: 23%;
  top: 5%;
  left: 21px;

}

.banner-img-1 {
  padding-bottom: 500%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img-item-2 {
  position: absolute;
  width: 15%;
  top: 0;
  left: 24.8%;
}

.banner-img-2 {
  padding-bottom: 851%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img-item-3 {
  position: absolute;
  width: 15%;
  top: 5%;
  left: 41.5%;
}

.banner-img-3 {
  padding-bottom: 766%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img-item-4 {
  position: absolute;
  width: 15%;
  top: 15%;
  left: 58.3%;
}

.banner-img-4 {
  padding-bottom: 700%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img-item-5 {
  position: absolute;
  width: 24.5%;
  top: 4%;
  left: 75%;
}

.banner-img-5 {
  padding-bottom: 500%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1200px) {
  .swiper-style-banner .swiper-pagination {
    left: 50px;
  }
}

@media (max-width: 1199px) {
  .swiper-style-banner .swiper-pagination {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .swiper-style-banner .swiper-pagination {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 0;
    margin-top: 0;
  }

  .swiper-style-banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin-bottom: 15px;
  }

  .swiper-style-banner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .swiper-style-banner .swiper-container {
    height: auto;
  }

  .banner-img-wrapper {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .banner .text-right {
    text-align: center;
  }

  .banner-img-inner {
    padding-bottom: 60%;
  }

  .banner-img-1 {
    padding-bottom: 234%;
  }

  .banner-img-2 {
    padding-bottom: 400%;
  }

  .banner-img-3 {
    padding-bottom: 358%;
  }

  .banner-img-4 {
    padding-bottom: 329%;
  }

  .banner-img-5 {
    padding-bottom: 235%;
  }

  .banner article p {
    padding-bottom: 35px;
  }
}

/*BANNER*/

/*WHAT-WE-DO*/
.prod-item .prod-item-img {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  background-color: #1b568e;
}

.prod-item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.prod-item ul {
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 40px;
}

.prod-item ul li {
  position: relative;
  padding-left: 25px;
}

.prod-item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #1b568e;
}

.prod-item .article a.h4 {
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 1200px) {
  .prod-item .article a:hover {
    color: #1b568e;
  }

  .prod-item .prod-item-img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*WHAT-WE-DO*/

/*WHAT-WE-MADE*/
.sorting-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 11;
}

.sorting-menu ul {
  list-style-type: none;
  display: inline-block;
}

.sorting-menu ul li {
  position: relative;
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
  margin: 0 5px;
  font-size: 14px;
  color: #a1a1a1;
  cursor: pointer;
  padding-top: 2px;
}

.sorting-menu ul li.active {
  color: #fff;
  /*background-color: #1b568e;*/
}

.sorting-menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #1b568e;
  z-index: -1;
}

.sorting-menu ul li.active:before {
  height: 100%;
}

.sorting-menu .button-drop {
  display: none;
  width: 100%;
  text-transform: uppercase;
}

.sorting-menu .button-drop a {
  display: inline-block;
  color: #a1a1a1;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #1b568e;
  font-weight: bold;
}

.sorting-menu .button-drop a i {
  display: inline-block;
  padding-left: 10px;
  margin-right: -20px;
}

.sorting-menu .button-drop a i.fa-angle-up {
  display: none;
}

.sorting-menu .button-drop.active a i.fa-angle-down {
  display: none;
}

.sorting-menu .button-drop.active a i.fa-angle-up {
  display: inline-block;
}

@media (min-width: 1200px) {
  .sorting-menu ul li:hover {
    color: #fff;
  }

  .sorting-menu ul li:hover:before {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .sorting-menu .button-drop {
    display: block;
  }

  .sorting-menu ul {
    display: none;
  }

  .sorting-menu ul.active {
    display: inline-block;
  }

  .sorting-menu ul li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .sorting-menu ul li:first-child {
    margin-top: 10px;
  }

  .sorting-menu ul li.active:before {
    display: none;
  }
}

/*isotope masonry*/
.grid {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  overflow: hidden;
}

.grid-sizer {
  width: 1%;
}

.grid-item {
  position: absolute;
  width: 33%;
  padding: 50px 25px 50px 25px;
}

.grid-item.big {
  padding: 0 25px 49px 25px;
}

.grid-item .img-wrapper {
  position: relative;
  float: left;
  overflow: hidden;
}

.grid-item a:first-child {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.grid-item img {
  width: 100%;
  float: left;
}

.grid-item a {
  text-transform: uppercase;
}

.grid-item p {
  font-size: 13px;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
  margin-top: 5px;
}

.grid-item p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #1b568e;
}

@media (min-width: 1200px) {
  .grid-item img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .grid-item a:hover {
    color: #1b568e;
  }
}

@media (max-width: 991px) {
  .grid-item {
    width: 50%;
  }

  .grid-item,
  .grid-item.big {
    padding: 25px
  }
}

@media (max-width: 767px) {
  .sorting-menu ul li.active {
    color: #fff;
    background-color: #1b568e;
  }
}

@media (max-width: 479px) {

  .grid-item.big,
  .grid-item {
    width: 100%;
    padding: 20px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - ABOUT PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.percent-img-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.percent-img-inner {
  padding-bottom: 87.7%;
}

.percent-img-item-1 {
  position: absolute;
  width: 15.8%;
  top: 10%;
  left: 0;
}

.percent-img-1 {
  padding-bottom: 444%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.percent-img-item-2 {
  position: absolute;
  width: 82.5%;
  top: 0;
  left: 17.8%;
}

.percent-img-2 {
  padding-bottom: 106.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-list {
  list-style-type: none;
  position: relative;
  float: left;
}

.about-list li {
  margin-bottom: 40px;
  position: relative;
  float: left;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list li article {
  padding-left: 60px;
}

.about-list li img {
  width: 100%;
  max-width: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-style-1 {
  position: relative;
}

.quote article {
  display: none;
}

.quote article.active {
  display: block;
}

.quote article .h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}

.quote article span {
  margin-bottom: 35px;
}

.quote article p {
  margin: 10px 0;
}

.quote ul {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin-top: 40px;
}

.quote ul li {
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
}

.quote ul li img {
  display: block;
}

.quote .quote-nav {
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.quote .quote-nav.active {
  -ms-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (min-width: 1200px) {
  .quote .quote-nav:hover {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

/*QUOTE*/

/*OUR PREFERENCE*/
.slide-number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1b568e;
}

.detail-info span {
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}

.detail-info p {
  color: #989898;
  padding-left: 20px;
  position: relative;
}

.detail-info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 10px;
  height: 1px;
  background-color: #1b568e;
}

.percent-img-wrapper.style-2 .percent-img-1 {
  position: relative;
}

.percent-img-wrapper.style-2 .percent-img-1 span {
  position: absolute;
  left: 0;
  top: 47%;
  font-size: 350px;
  color: #1b568e;
}

.percent-img-wrapper.style-2 .percent-img-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2.3%;
  background-color: #fff;
}

/*OUR PREFERENCE*/

/*TEAM*/
.team-img {
  position: relative;
  display: block;
}

.team-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #e3e3e3;
}

.team-img img {
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .team-img:hover:before {
    background-color: #1b568e;
    height: 100%;
  }
}

@media (max-width: 479px) {
  .percent-img-wrapper.style-2 .percent-img-1 span {
    font-size: 200px;
  }
}

/*TEAM*/

/*EXCURSION*/
.excursion .excursion-video {
  position: relative;
}

.excursion .excursion-video img {
  display: block;
  width: 100%;
}

.excursion .excursion-preview img {
  width: 100%;
  display: block;
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}

.excursion .excursion-preview.active img {
  -ms-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.excursion .excursion-preview p {
  color: #989898;
  padding-left: 22px;
  position: relative;
  font-size: 13px;
  line-height: 24px;
}

.excursion .excursion-preview p:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 15px;
  height: 1px;
  background-color: #1b568e;
}

@media (min-width: 1200px) {
  .excursion .excursion-preview img:hover {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@media (max-width: 991px) {
  .excursion .excursion-video {
    margin-bottom: 30px;
  }
}

/*EXCURSION*/

/*DESIGN ITEM*/
.swiper-style-2 .swiper-slide {
  padding: 0 5px;
}

.swiper-style-2 .swiper-container {
  padding: 0 5px;
}

.design-item {
  position: relative;
  width: 100%;
  float: left;
  background-color: #fff;
  margin: 0;
  padding: 50px;
}

.price {
  font-size: 20px;
  line-height: 24px;
  color: #222;
}

.price sup {
  font-size: 15px;
  line-height: 15px;
}

.price.price-sm {
  font-size: 18px;
}

.price.price-sm sup {
  font-size: 11px;
  line-height: 11px;
}

.design-item img {
  display: block;
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
}


/*KNOW MORE*/
ul.author-date {
  list-style-type: none;
}

ul.author-date li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle;
}

ul.author-date li:last-child {
  margin-right: 0;
}

ul.author-date li img {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

ul.author-date li span {
  display: inline-block;
}

/*KNOW MORE*/

/*INSTAGRAM*/
.swiper-instagram .swiper-container {
  padding: 0 10px;
}

/*INSTAGRAM*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - SHOP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop .price {
  color: #1b568e;
  
 
}

span {
  -moz-user-select: none;
  -webkit-user-select: none;
    color: #000 !important;
        font-size: 14px;

      
}

.shop .padding-100 {
  position: relative;
  padding-right: 100px;
  padding-left: 100px;
}

.shop .inline-wrapper {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (max-width: 991px) {
  .shop .inline-wrapper {
    text-align: left;
    margin-top: 30px;
  }

  .shop .padding-100 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .shop .padding-100 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .shop .inline-wrapper {
    text-align: left;
    margin-top: 15px;
  }
}

/*PAGE PAGINATION*/
.shop .page-pagination {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 0;
}

.shop .page-pagination a {
  position: relative;
  font-size: 12px;
  color: #222;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #f0f0f0;
}

.shop .page-pagination a:first-child,
.page-pagination a:last-child {
  width: 15px;
  vertical-align: top;
  border: none;
  font-size: 0;
}

.shop .page-pagination a:first-child {
  margin-left: 0;
}

.shop .page-pagination a:last-child {
  margin-right: 0;
}

.shop .page-pagination a.active {
  color: #1b568e;
  border-color: #1b568e;
}

@media (min-width: 1200px) {
  .shop .page-pagination a:hover {
    color: #1b568e;
    border-color: #1b568e;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
  }
}


/*SHOP-FORM*/
/*search*/
.shop .input-wrapper.search {
  display: inline-block;
  position: relative;
  width: 270px;
  height: 40px;
}

.shop .input-wrapper.search .input-style {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: 10px;
}

.shop .input-wrapper.search .input-style input {
  width: 100%;
  height: 100%;
}

.shop .shop-form .input-wrapper .input-style input:nth-child(1) {
  padding: 0 55px 0 15px;
}

.shop .shop-form .input-wrapper .input-style input:nth-child(2) {
  border: none;
}

.shop .input-wrapper .input-style.focus label {
  top: 40px;
}

.shop .input-wrapper .input-style label {
  top: 12px;
}

.shop .input-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
}

.shop .input-icon input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.shop .input-wrapper .input-style.focus:after {
  z-index: 3;
}

.shop .input-wrapper .input-style.focus .fa {
  color: #1b568e;
}

/*found*/
.shop .shop-form .found {
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 30px;
  font-size: 13px;
}

.shop .shop-form .found span {
  color: #1b568e;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop .input-wrapper.search {
    width: 220px;
  }

  .shop .padding-100 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .shop .input-wrapper.search {
    width: 100%;
  }

  .shop .shop-form .input-wrapper.search .input-style {
    margin-right: 0;
    width: 100%;
  }

  .shop .shop-form .found {
    margin-left: 0px;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
}

/*txt*/
.shop .input-txt-left {
  font-size: 13px;
  color: #222;
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .shop .input-txt-left {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*buttons*/
.shop .view-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0 5px;
  background-position: left top;
  background-repeat: no-repeat;
}

.shop .view-btn.view-btn-1 {
  background-image: url(../img/shop/btn-1-spr.png);
  margin-left: 20px
}

.shop .view-btn.view-btn-1.active {
  background-position: right top;
}

.shop .view-btn.view-btn-2 {
  background-image: url(../img/shop/btn-2-spr.png);
  margin-right: 0;
}

.shop .view-btn.view-btn-2.active {
  background-position: right top;
}

@media (max-width: 991px) {
  .shop .view-btn {
    visibility: hidden;
  }
}

/*SHOP-FORM-2*/
.shop .shop-form-2 .input-wrapper.search {
  width: 100%;
}

.shop .shop-form-2 .input-wrapper.search .input-style {
  margin-right: 0;
}

.shop .shop-form-2 .checkbox-entry {
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 20px;
  min-height: 20px;
  margin-top: 15px;
}

.shop .shop-form-2 .checkbox-entry input {
  display: none;
}

.shop .shop-form-2 .checkbox-entry span {
  position: relative;
      font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  line-height: 20px;
  padding-left: 30px;
  display: block;
  color: #000;
}

.shop .shop-form-2 .checkbox-entry:hover span,
.checkbox-entry span a:hover {
  color: #222;
  text-decoration: none;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop .shop-form-2 .checkbox-entry span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px #eee solid;
}

.shop .shop-form-2 .checkbox-entry span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 18px;
  height: 14px;
}

.shop .shop-form-2 .checkbox-entry input:checked+span:after {
  background: url(../img/shop/check.png) center center no-repeat;
}

.shop .shop-form-2 .checkbox-entry input:checked+span {
  color: #222;
}

/*slider-range*/
.shop .shop-form-2 .ui-slider-horizontal {
  height: 5px;
  background: #f0f0f0;
  border-radius: 0;
  border: none;
}

.shop .shop-form-2 .ui-slider .ui-slider-handle {
  width: 5px;
  height: 16px;
  background: #1b568e;
  top: -6px;
  margin-left: 0;
  border-radius: 0;
  border: none;
}

.shop .shop-form-2 .ui-widget.ui-widget-content {
  border: none;
}

.shop .shop-form-2 .ui-widget-header {
  background: #1b568e;
  border-radius: 0;
  border: none;
}

.shop .shop-form-2 #amount {
  border: none;
}

.shop .shop-form-2 p {
  font-size: 14px;
  text-transform: uppercase;
}

.shop .shop-form-2 p label {
  color: #222;
}

/*products*/
.shop .prod-item-wrapper {
  position: relative;
  float: left;
  /*width: calc(100% + 15px);*/
  width: 100%;
}

.shop .shop-prod-item {
  position: relative;
  float: left;
  display: block;
  width: 24.33%;
  padding: 0 15px;
  margin-bottom: 45px;
  text-align: center;
}

.shop .shop-prod-item>a {
  position: relative;
  display: block;
}

.shop .shop-prod-item article {
  font-size: 13px;
  display: block;
  width: 100%;
  margin: 0 auto;
  float: none;
  margin-top: 25px;
  text-align: center;
}

.shop .shop-prod-item article p {
  max-width: 200px;
  display: inline-block;
}

.shop .shop-prod-item article a {
  display: block;
  text-transform: uppercase;
}

.shop .shop-prod-item img {
  display: block;
  width: 100%;
}

.shop .shop-prod-item .price {
position: relative;
    display: inline-block;
    color: #1b568e;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 700;
}

/*products-hover*/
.shop-prod-item .shop-prod-item-hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.shop-prod-item-hover i {
  position: absolute;
  top: 20px;
  right: -20px;
  color: #1b568e;
  font-weight: 900;
  opacity: 0;
}

.shop-prod-item-hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.shop .shop-prod-item .shop-prod-item-hover .btn-2 {
  position: absolute !important;
  left: 0;
  bottom: -40px;
  width: 100%;
  opacity: 0;
}

.shop .shop-prod-item .shop-prod-item-hover .btn-2:nth-child(2) {
  left: 50%;
  background-color: #d4c34c;
}

.shop-prod-item:hover .shop-prod-item-hover {
  visibility: visible;
  z-index: 5;
  opacity: 1;
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
}

.shop-prod-item:hover .shop-prod-item-hover .btn-2 {
  bottom: 0px;
  opacity: 1;
}

.shop-prod-item:hover .shop-prod-item-hover i {
  right: 20px;
  opacity: 1;
}

/*products view-2*/
@media (min-width: 992px) {
  .shop .prod-item-wrapper.view-2 {
    width: 100%;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item:last-child {
    margin-bottom: 50px;
  }

  .shop .prod-item-wrapper.view-2 img {
    width: 170px;
    height: 170px;
    float: left;
  }

  .shop .prod-item-wrapper.view-2 .description {
    position: relative;
    float: left;
    line-height: 170px;
    height: 170px;
  }

  .shop .prod-item-wrapper.view-2 article {
    margin-left: 35px;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    line-height: 0;
    text-align: left;
  }

  .shop .prod-item-wrapper.view-2 article p {
    line-height: 24px;
  }

  .shop .prod-item-wrapper.view-2 article a {
    z-index: 7;
    position: relative;
  }

  .shop .prod-item-wrapper.view-2 .price {
    position: relative;
    float: right;
    margin-top: 0;
    height: 170px;
    line-height: 170px;
  }

  .shop .prod-item-wrapper.view-2 .price span {
    display: inline-block;
    vertical-align: middle;
  }

  /*products-hover view-2*/
  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover {
    overflow: hidden;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover .btn-2 {
    position: absolute;
    bottom: auto;
    top: 0;
    width: auto;
    min-width: 135px;
    left: auto;
    right: 125px;
    text-align: center;
    opacity: 0;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover .btn-2:nth-child(2) {
    top: 100%;
    margin-top: -40px;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover i {
    right: auto;
    left: 220px;
    top: -20px;
    opacity: 0;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item>a {
    position: static;
    display: inline-block;
    float: left;
    width: 170px;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item:hover .shop-prod-item-hover i {
    top: 5px;
    opacity: 1;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item:hover .shop-prod-item-hover .btn-2 {
    top: 50%;
    margin-top: -45px;
    opacity: 1;
  }

  .shop .prod-item-wrapper.view-2 .shop-prod-item:hover .shop-prod-item-hover .btn-2:nth-child(2) {
    margin-top: 5px;
  }

  .shop .prod-item-wrapper.view-2 .img-hover-1 img {
    position: relative;
    z-index: 6;
  }
}

@media (min-width: 1200px) {
  .shop .prod-item-wrapper.view-2 .img-hover-1:hover img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .shop .prod-item-wrapper.view-2 .img-hover-1 img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (max-width: 1199px) {
  .shop .prod-item-wrapper.view-2 article {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .shop .shop-prod-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .shop .pull-right {
    float: left !important;
  }

  .shop .shop-prod-item {
    width: 100%;
    padding: 0;
  }

  .shop .prod-item-wrapper {
    width: 100%;
  }

  .shop .shop-form-2 {
    float: left;
  }
}


.shop .shop-form-2 .btn-wrap,
.shop .shop-form-2 .btn-2 {
  width: 100%;
  text-align: center;
  font-size: 13px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - SHOP #2*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop.shop-2 .prod-item-wrapper {
  position: relative;
  float: left;
  margin-left: -15px;
  width: calc(100% + 45px);
}

.shop.shop-2 .shop-form .found {
  margin-left: 0;
}

.shop .shop-form-2 .input-wrapper .input-style input:nth-child(1) {
  padding: 0 55px 0 15px;
}

.shop .shop-form-2 .input-wrapper .input-style input:nth-child(2) {
  border: none;
}

@media (max-width: 991px) {
  .shop.shop-2 .prod-item-wrapper {
    position: relative;
    float: left;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

@media (max-width: 767px) {
  .shop.shop-2 .shop-prod-item {
    width: 100%;
    padding: 0;
  }

  .shop.shop-2 .prod-item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

/*category menu*/
.shop .category {
  display: block;
  width: 100%;
  text-align: center;
}

.shop .category ul li {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin: 0 5px;
  padding: 0 15px;
  cursor: pointer;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop .category ul li.active {
  color: #fff;
}

.shop .category ul li span {
  z-index: 1;
  position: relative;
}

.shop .category ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #1b568e;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop .category ul li.active:before {
  height: 100%;
}

.shop .category-toggle {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  color: #1b568e;
  display: none;
  border-bottom: 1px solid #d0d0d0;
  font-weight: bold;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop .category-toggle.active {
  border-color: #1b568e;
}

.shop .category-toggle i {
  margin-left: 10px;
  /*color: #93c8da;*/
}

.shop .category-toggle.active i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .shop .category ul li:hover {
    color: #fff;
  }

  .shop .category ul li:hover:before {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .shop .category {
    display: none;
  }

  .shop .category-toggle {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
  }

  .shop .category ul li {
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
  }

  .shop .category ul li.active:before {
    display: none;
  }

  .shop .category ul li.active {
    color: #1b568e;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - DETAIL PAGE*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop .detail-item img {
  display: block;
  width: 100%;
}

.shop .detail-item .img-preview {
  display: block;
  width: calc(100% + 10px);
  float: left;
}

.shop .detail-item .img-preview img {
  float: left;
  width: 20%;
  margin-top: 10px;
  padding-right: 10px;
  cursor: pointer;
  backface-visibility: hidden;
}

.shop .detail-item .description {
    font-size: 14px;
    color: #000;
}

.shop .detail-item .description ul {
  margin-top: 15px;
  margin-bottom: 10px;
}

.shop .detail-item .description ul li {
  text-transform: uppercase;
  color: #1b568e;
  height: 50px;
  line-height: 50px;
}

.shop .detail-item .description ul li span {
  display: inline-block;
  vertical-align: middle;
}

.shop .detail-item .description ul li>span:first-child {
  color: #222;
  margin-right: 10px;
}

.shop .detail-item .description .price {
  font-size: 23px;
  line-height: 13px;
}

.shop .detail-item .description .price sup {
  top: -10px;
}

.shop .star i {
  margin: 0 3px;
  font-size: 15px;
  color: #1b568e;
}

.shop .detail-item .description .star i:first-child {
  margin-left: 1px;
}

.shop .detail-item .description .color {
  font-size: 0;
}

.shop .detail-item .description .color span {
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.shop .detail-item .description .color span.active {
  outline-offset: 2px;
  outline: 1px solid;
}

.shop .detail-item .quantity-wrapper {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #222;
  margin-top: 21px;
  margin-bottom: 32px;
}

.shop .detail-item .quantity-wrapper .quantity {
  margin-left: 25px;
}

.shop .detail-item .btn-2 {
  margin-right: 7px;
}

.shop .detail-item .follow-wrapper {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #222;
  margin-top: 22px;
}

.shop .detail-item .follow-wrapper .follow {
  display: inline-block;
  margin-left: 15px;
}

.shop .detail-item .follow .item {
  background-color: #111111;
  border: none;
  color: #a1a1a1;
}

.shop .detail-item .follow .item:before {
  background-color: #1b568e;
}

.shop .testimonial {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding-left: 110px;
  margin-bottom: 30px;
}

.shop .testimonial img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 86px;
  height: 86px;
}

.shop .testimonial .article span {
  line-height: 24px;
  height: 24px;
  margin-right: 25px;
  text-transform: uppercase;
}

.shop .testimonial .article .star i {
  color: #1b568e;
  margin: 0 3px;
  font-size: 13px;
}

.shop .testimonial .article p {
  margin-top: 10px;
}

.testimonial-form-wrapper {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.testimonial-form-wrapper .input-wrapper {
  margin: 0;
  height: 100%;
  width: 100%;
}

.testimonial-form-wrapper .input-wrapper .input-style {
  position: relative;
  display: block;
  float: left;
  width: calc(50% - 5px);
  height: 40px;
  margin-right: 0;
  margin-bottom: 10px;
}

.testimonial-form-wrapper .input-wrapper .input-style:first-child {
  margin-right: 10px;
}

.testimonial-form-wrapper .input-wrapper .input-style input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.testimonial-form-wrapper .input-wrapper .input-style.textarea {
  width: 100%;
  margin-right: 0;
  height: 100%;
}

.testimonial-form-wrapper .input-wrapper .input-style.textarea textarea {
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  color: #222;
  border: 1px solid #e3e3e3;
  resize: none;
}

.testimonial.sm .author span {
  font-size: 13px;
}

.testimonial.sm .author .h6 {
  font-size: 14px;
}

.shop .shop-form .input-wrapper .input-style.focus label {
  top: 40px;
}

.shop .shop-form .input-wrapper .input-style label {
  top: 12px;
}

.shop .y-rating span {
  font-size: 14px;
  line-height: 40px;
  color: #7a7a7a;
}

.shop .y-rating .star {
  font-size: 15px;
  margin-left: 10px;
}

@media (min-width: 1200px) {

  .shop .detail-item .follow .item:hover,
  .shop .follow .item:hover {
    color: #fff;
  }

  .shop .detail-item .img-preview img:hover {
    opacity: 0.5;
  }
}

@media (max-width: 1199px) {
  .shop .detail-item .h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .shop .detail-item .img-preview {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .shop .testimonial {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .shop .testimonial img {
    position: relative;
    float: left;
    margin-bottom: 15px;
  }

  .shop .testimonial .article span:first-child {
    display: block;
    width: 100%;
  }

  .testimonial-form-wrapper .input-wrapper .input-style {
    width: 100%;
  }

  .testimonial-form-wrapper .input-wrapper .input-style {
    margin-bottom: 10px;
  }

  .testimonial-form-wrapper .input-wrapper .input-style.textarea {
    margin-bottom: 0px;
  }

  .shop .col-sm-6.text-right {
    text-align: left;
  }

  .shop .y-rating {
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - CHECKOUT*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.text-center.btn-inline .btn-1 {
  margin-right: 7px;
}

/*btn price*/
.shop .btn-2 .price {
  color: #fff;
  font-size: 16px;
}

.shop .btn-2 .price sup {
  font-size: 10px;
}

.shop .btn-2:hover .price {
  color: #1b568e;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - CSS ANIMATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.shop .prod-item-wrapper.view-2 .shop-prod-item>a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -ms-transition: none;
}

.btn-sing-up:before,
.shop .shop-form .input-wrapper .input-style.focus .fa,
.btn-play,
.sorting-menu ul li:before,
.sorting-menu ul li,
a,
.follow .item,
.follow .item:before,
.btn-1 span,
.btn-2:before,
.btn-1:before,
.btn-1 span,
.overlay-menu ul>li>span:after,
.overlay-menu ul>li>a:before,
.btn-close,
.hamburger-icon span {
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
}

.shop-prod-item .shop-prod-item-hover i,
.shop-prod-item:hover .shop-prod-item-hover i,
.shop-prod-item:hover .shop-prod-item-hover .btn-2,
.shop-prod-item .shop-prod-item-hover .btn-2,
.shop .popup-container.right,
.shop .detail-item .img-preview img,
.excursion .excursion-preview img,
.team-img:before,
.quote .quote-nav,
.grid-item img,
.prod-item .prod-item-img,
.overlay-menu ul>li>ul {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.overlay-menu ul>li>ul li,
.overlay-menu ul>li.active.clicked ul li,
.animation-wrapper,
.overlay-menu,
.overlay-animation:before,
.overlay-animation:after {
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
}

.class {
  -moz-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;
}

.class {
  -moz-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -ms-transition: all 1000ms ease-out;
}

.class {
  -moz-transition: all 2000ms ease-out;
  -o-transition: all 2000ms ease-out;
  -webkit-transition: all 2000ms ease-out;
  transition: all 2000ms ease-out;
  -ms-transition: all 2000ms ease-out;
}

/*transition delay*/
.overlay-wrapper.active,
.overlay-wrapper.active .overlay-animation:before,
.overlay-wrapper.active .overlay-animation:after,
.overlay-menu {
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
}

.class {
  transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
}

.class {
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
}

.class {
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.class {
  transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
}

.overlay-animation:before,
.overlay-animation:after,
.overlay-wrapper.active .overlay-menu {
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.class {
  transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.class {
  transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
}

.overlay-wrapper {
  transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}


_:-ms-fullscreen,
:root .bloom.index03 .quote .quote-nav {
  opacity: 0.5;
}

_:-ms-fullscreen,
:root .bloom.index03 .quote .quote-nav.active {
  opacity: 1;
}

.section {
  position: relative;
}

.bg-item {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  backface-visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.bg-item.fix {
  background-attachment: fixed;
}

.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

.vertical-align.full {
  left: 0px;
  width: 100%;
  text-align: center;
}

.vertical-wrap {
  font-size: 0px;
}

.vertical-wrap>div[class*="col"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
}

.section {
  position: relative;
  background: #fff;
}

.row.clear-padding {
  margin: 0px;
}

.row.clear-padding>div[class*="col"] {
  padding: 0px;
}

.resp-img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-container {
  padding: 0 150px;
}

.simple-text p {
  font-size: 15px;
  line-height: 24px;
}

.simple-text.sm p {
  font-size: 13px;
  line-height: 24px;
}

.full-height-banner {
  position: relative;
  height: 80vh;
  min-height: 500px;
}

.sm-sepp.h1:before {
  width: 50px;
  background: #fff;
  left: 50%;
  margin-left: -25px;
}

.lh-36 {
  line-height: 36px;
}

.full-height-banner .vertical-align {
  margin-top: 60px;
}

.service-slider-item {
  position: relative;
  width: 100%;
  height: 600px;
  text-align: center;
}

.service-slider-item .decsription {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  border: 2px solid #fff;
  padding: 100px 40px;
  max-width: 600px;
  text-align: center;
}

.service-slider-item .h2 {
  font-size: 60px;
}

.pagination-on-slider .swiper-pagination {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
}

.grid-item.w-25 {
  width: 25%;
}

.grid-item.grid-item-full {
  padding: 0 15px 30px;
}

.detail-block {
  position: relative;
  width: 100%;
}

.detail-block img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-block {
  position: relative;
}

.detail-block .image {
  position: relative;
  width: 100%;
  height: 740px;
}

.detail-block .text {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 480px;
}

.project-info {
  position: relative;
  text-align: center;
}

.project-info a,
.project-info span {
  display: block;
  color: #989898;
  font-size: 13px;
}

.project-info a:hover {
  color: #1b568e;
}

.detail-nav-link {
  position: relative;
  width: 33.333%;
  float: left;
  height: 400px;
  text-align: center;
  display: block;
  backface-visibility: hidden;
}

.detail-nav-link .clip {
  top: 1px;
}

.detail-nav-link .bg {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.detail-nav-link:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.detail-pagination {
  position: relative;
  float: left;
  width: 100%;
}

.all-projects {
  font-size: 30px;
  color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
}

.all-projects:hover {
  color: #1b568e;
}

.cat-text {
  font-size: 13px;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
  margin-top: 5px;
}

.cat-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #1b568e;
}

.input-style.full-w {
  width: 100% !important;
}

.btn-2 input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 50;
  cursor: pointer;
}

.map {
  position: relative;
  width: 100%;
  height: 650px;
}

.map-item {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.blog-item {
  position: relative;
}

.blog-item .swiper-container {
  height: 100%;
}

.blog-item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
}

.blog-item .image .hover-img {
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  backface-visibility: hidden;
}

.blog-item .image .bg-item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.blog-item .image:hover .hover-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.blog-item.sm .image {
  height: 300px;
}

.blog-item .text i,
.post-recent .txt i,
.twitter-slide a {
  font-size: 13px;
  line-height: 24px;
  color: #777;
  display: block;
  display: block;
  position: relative;
}

.blog-item .text i,
.post-recent .txt span {
  padding-left: 20px;
  position: relative;
  display: block;
}

.blog-item .text i:before,
.post-recent .txt span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #1b568e;
}

.blog-item .text i {
  font-style: normal;
}

.blog-item .title {
  line-height: 30px;
}

.blog-item .title a {
  color: #222;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.blog-item .title a:hover {
  color: #1b568e;
}

.blog-link {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 5;
}

.blog-link a {
  position: relative;
  float: left;
  margin: 0 10px 0px 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.blog-link a:hover {
  color: #fff;
}

.blog-link a span {
  padding-right: 5px;
}

.blog-cat {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 6;
}

.blog-cat a {
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  text-align: center;
  font-size: 14px;
  color: #777;
  background: #fff;
  height: 30px;
  line-height: 30px;
}

.blog-item .image iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.pagination-type-1 {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  z-index: 6;
}

.pagination-type-1 .swiper-pagination-bullet {
  margin: 0 3px;
}

.sidebar-blok {
  position: relative;
  width: 100%;
}

.video-item.sm {
  height: 300px;
}

.sidebar-blok ul li a {
  color: #989898;
  font-size: 13px;
}

.sidebar-blok ul li:hover a,
.twitter-slide a:hover {
  color: #1b568e;
}

.sidebar-blok .title {
  line-height: 30px;
}

.sidebar-blok .swiper-container {
  padding-bottom: 60px;
}

.tag-link {
  position: relative;
  height: 30px;
  margin: 0 5px 5px 0px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  color: #999;
  padding: 0 20px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.tag-link:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background: #1b568e;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.tag-link span {
  position: relative;
  z-index: 1;
}

.tag-link:hover {
  color: #fff;
  border-color: #1b568e;
}

.tag-link:hover:before {
  height: 100%;
}

.post-recent {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0px;
}

.post-recent .img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  z-index: 5;
  overflow: hidden;
  margin-bottom: 0px;
}

.post-recent .img a {
  display: block;
  margin-bottom: 0px;
}

.post-recent .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.post-recent .img:hover img {
  transform: scale(1.1);
}

.post-recent .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.post-recent .txt a {
  font-size: 14px;
}

.post-recent .txt span {
  font-size: 14px;
  display: block;
  color: #777;
  font-weight: 400;
}

.post-recent a:hover {
  color: #1b568e;
}

.post-recent a {
  display: block;
  margin-bottom: 10px;
}

.instagram-item {
  margin-left: -5px;
  margin-right: -5px;
}

.instagram-item a {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0 5px 10px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.instagram-item a:hover {
  opacity: 0.5;
}

.instagram-item a img {
  width: 100%;
  height: auto;
  display: block;
}

.twitter-slide .icon {
  float: right;
  font-size: 18px;
}

.twitter-slide .date {
  font-size: 13px;
  line-height: 20px;
  color: #999;
  float: left;
}

.full-height-banner ul.author-date {
  display: inline-block;
}

.full-height-banner ul.author-date li {
  font-size: 14px;
}

.full-height-banner ul.author-date li span {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-blok .prod-item ul {
  margin: 0px;
}

.post-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.post-article p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}

.post-article iframe {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  min-height: 380px;
}

.fl-item {
  float: left;
  position: relative;
}

.fr-item {
  float: right;
  position: relative;
}

.txt-replace {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  color: #222;
  display: none;
  border-bottom: 1px solid #d0d0d0;
  font-weight: bold;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  width: 300px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}

.txt-replace i {
  padding-left: 10px;
  display: inline-block;
}

.tabs-link-wrap {
  position: relative;
}

.category-list li {
  margin-bottom: 10px;
}

.post-blok .h5 {
  line-height: 24px;
}

.post-title-desc .auth {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  position: relative;
}

.post-title-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
}

.post-title-link a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-left: 8px;
}

.post-title-link a i {
  padding-left: 5px;
}

.full-height-banner .title {
  display: block;
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.post-title-desc {
  position: relative;
  float: left;
  width: 100%;
}

@media (max-width: 1500px) {
  .basket {
    margin: 0 10px 0 20px;
  }

  header ul.header-menu>li {
    margin: 0px;
  }

  header ul.header-menu>li>a {
    padding: 0 15px;
  }

  .login {
    padding: 0 5px;
  }

  .login-wrapper {
    margin: 0px 0px 0px 5px;
  }
}

@media (max-width: 1400px) {
  .custom-container {
    padding: 0px;
  }
}

@media (max-width: 1200px) {
  .full-height-banner {
    height: auto;
    min-height: 550px;
  }

  .full-height-banner .vertical-align {
    margin-top: 30px;
  }

  .detail-block .image {
    height: 500px;
  }

  .detail-nav-link {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .service-slider-item {
    height: auto;
  }

  .service-slider-item .decsription {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    border: 0 none;
    padding: 80px 30px 100px;
    max-width: 100%;
  }

  .service-slider-item .decsription article {
    float: none;
  }

  .grid-item.w-25 {
    width: 50%;
  }

  .detail-pagination .detail-nav-link {
    width: 40%;
  }

  .detail-pagination .detail-nav-link:nth-child(2) {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .grid-item.w-25 {
    width: 100%;
    padding: 0 0 30px;
  }

  .detail-nav-link .h5 {
    line-height: 22px;
  }

  .map {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .detail-block .image {
    height: 350px;
  }

  .h1-2 {
    font-size: 40px;
    line-height: 46px;
  }

  .detail-pagination .detail-nav-link {
    width: 50%;
  }

  .detail-pagination .detail-nav-link:nth-child(2) {
    display: none;
  }

  .fr-item,
  .fl-item {
    float: none;
    text-align: center;
  }

  .fl-item {
    margin-bottom: 30px;
  }
}

.overlay-wrapper.video {
  z-index: 50;
}