/*
    @media only screen and (max-width: 767px) { }
*/
::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.4);
  font-family: "Roboto", sans-serif;
  opacity: 1; }

:-moz-placeholder {
  color: rgba(74, 74, 74, 0.4);
  font-family: "Roboto", sans-serif;
  opacity: 1; }

::-moz-placeholder {
  color: rgba(74, 74, 74, 0.4);
  font-family: "Roboto", sans-serif;
  opacity: 1; }

:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.4);
  font-family: "Roboto", sans-serif;
  opacity: 1; }

.safari ::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.4); }

.safari :-moz-placeholder {
  color: rgba(74, 74, 74, 0.4); }

.safari ::-moz-placeholder {
  color: rgba(74, 74, 74, 0.4); }

.safari :-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.4); }

.main-btn {
  width: auto;
  height: 50px;
  float: left;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: relative;
  padding: 14px 20px;
  min-width: 224px;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: none !important;
  background: #289ed2;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  position: relative; }

.main-btn.green {
  background: #63aa15; }

.main-btn:after {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/arrow_icon.svg) no-repeat center center; }

.main-btn:hover {
  background: #000000;
  color: #FFFFFF; }

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%;
  vertical-align: baseline; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  background: #FFFFFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 60px !important;
  line-height: 60px; }

h2 {
  font-size: 50px;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

h3 {
  font-size: 38px !important;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

h4 {
  font-size: 30px;
  line-height: 30px; }

h5 {
  font-size: 22px;
  line-height: 22px; }

h6 {
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.entry-content, p {
  margin-bottom: 30px;
  line-height: 26px;
  font-family: "Roboto", sans-serif; }

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

a:active, a:hover, a:focus {
  outline: 0;
  text-decoration: none; }

/*input, textarea, selectbox { -webkit-appearance: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }*/
button {
  cursor: pointer; }

/*.main-outercon { overflow: hidden; }*/
/*.main-outercon { width: 100%; height: auto; float: left; }*/
.header-container {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0 0 0;
  z-index: 1500;
  position: absolute; }

@media only screen and (max-width: 767px) {
  .header-container {
    display: none; } }

.header-container .logo-outer {
  line-height: 1;
  position: relative;
  margin-bottom: -10px;
  z-index: 999; }

.header-container .logo-outer img {
  width: 100%;
  max-width: 135px;
  line-height: 1; }

.header-container .col-sm-10 {
  position: static; }

.header-container .navigation-blk {
  width: 100%;
  height: auto;
  float: left; }

.header-container .navigation-blk ul.main-nav {
  width: auto;
  height: auto;
  float: left; }

.header-container .navigation-blk ul.main-nav > li {
  width: auto;
  height: auto;
  float: left;
  list-style: none;
  padding: 0 30px; }

.header-container .navigation-blk ul.main-nav > li:first-child a:before {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-container .navigation-blk ul.main-nav > li {
    padding: 0 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li {
    padding: 0 5px; } }

.header-container .navigation-blk ul.main-nav > li > a {
  font-size: 18px;
  color: #FFFFFF !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 12px;
  position: relative;
  padding: 30px 10px 30px 10px;
  width: auto;
  float: left;
  z-index: 999999; }

.header-container .navigation-blk ul.main-nav > li > a:before {
  width: 1px;
  height: 16px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -8px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-container .navigation-blk ul.main-nav > li > a:before {
    left: -33px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li > a:before {
    left: -5px; } }

.header-container .navigation-blk ul.main-nav > li > a:after {
  width: 0;
  height: 2px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 45px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.header-container .navigation-blk ul.main-nav > li > a:hover:after {
  width: 100%;
  left: 0; }

.header-container .navigation-blk ul.main-nav > li:hover > a:after {
  width: 100%;
  left: 0; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation {
  width: 100%;
  height: auto;
  float: left;
  background: #FFFFFF;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-leftblk {
  width: 29%;
  height: 100%;
  float: left;
  max-width: 280px;
  background: #f4f4f4;
  position: relative;
  padding: 58px 35px 100px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-leftblk {
    padding: 58px 5px 50px 0; }
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-leftblk .main-btn {
    min-width: 10px;
    width: 100%; } }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-leftblk:before {
  content: "";
  width: 500%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background: #f4f4f4; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-leftblk h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-leftblk p {
  padding-bottom: 15px; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk {
  width: 71%;
  height: 100%;
  float: left;
  max-width: 890px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block {
  width: 25%;
  height: auto;
  float: left;
  padding: 60px 0 30px 50px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block {
    padding: 30px 10px; } }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block h3 {
  width: 100%;
  height: auto;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding-bottom: 16px;
  letter-spacing: 2px;
  line-height: 34px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block h3 {
    font-size: 24px;
    line-height: 24px; } }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block h3 strong {
  width: 100%;
  height: auto;
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block .img-block {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 10px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block .img-block img {
    width: 100%; } }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul {
  width: 100%;
  height: auto;
  float: left; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul li {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 6px; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul li i {
  width: 36px;
  height: 36px;
  float: left;
  background: #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul li i img {
  width: 36px;
  height: 36px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul li i img {
    width: 20px;
    height: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul li i {
    width: 20px;
    height: 20px; } }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .single-block ul li span {
  width: auto;
  float: left;
  padding: 0 0 0 10px; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .inner-nav {
  width: 270px;
  height: auto;
  float: left;
  padding-left: 25px; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .inner-nav ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
  background: #FFFFFF; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .inner-nav ul li {
  width: 100%;
  height: auto;
  float: left;
  line-height: 54px; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .inner-nav ul li a {
  width: 100%;
  height: auto;
  float: left;
  line-height: 54px;
  border-top: #e8e8e8 solid 1px;
  padding-left: 30px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: url(../images/svg/nav_arrow.svg) no-repeat right center; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk .inner-nav ul li a:hover {
  color: #289ed2; }

.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk.over-nav {
  background-size: 100% 100%;
  background: url(../images/nav_banner.jpg) no-repeat right center; }

.header-container .navigation-blk ul.main-nav > li:hover .sub-navigation {
  visibility: visible;
  opacity: 1; }

ul.icon-outer {
  width: auto;
  height: auto;
  float: right;
  padding-top: 17px;
  z-index: 999999;
  position: relative; }

ul.icon-outer > li {
  width: 37px;
  height: auto;
  float: left;
  list-style: none;
  position: relative; }

/*ul.icon-outer li a { width: 100%; height: auto; float: left; padding: 6px 0; }*/
ul.icon-outer li a .search-icon, ul.icon-outer li a .user-icon, ul.icon-outer li a .cart-icon, ul.icon-outer li a .quick-icon {
  width: 35px;
  height: 20px;
  float: left; }

ul.icon-outer li a .quick-icon {
  width: 35px;
  height: 30px;
  background-size: 30px; }

ul.icon-outer li a .search-icon {
  background: url(../images/svg/search-icon.svg) no-repeat center center; }

ul.icon-outer li a .user-icon {
  background: url(../images/svg/user_icon.svg) no-repeat center center; }

ul.icon-outer li a .cart-icon {
  background: url(../images/svg/cart_icon.svg) no-repeat center center; }

ul.icon-outer li a .quick-icon {
  background-image: url(../images/svg/quickorder-white.svg);
  background-repeat: no-repeat;
  margin-top: -3px; }

ul.icon-outer li:hover .search-icon {
  background: url(../images/svg/search-icon_over.svg) no-repeat center center; }

ul.icon-outer li:hover .user-icon {
  background: url(../images/svg/user_icon_over.svg) no-repeat center center; }

ul.icon-outer li:hover .cart-icon {
  background: url(../images/svg/cart_icon_over.svg) no-repeat center center; }

ul.icon-outer li:hover .quick-icon {
  background-image: url(../images/svg/quickorder-darkblue.svg); }

ul.icon-outer li:hover .search-outerblk {
  top: 100%;
  opacity: 1;
  visibility: visible; }

ul.icon-outer li .search-outerblk {
  float: left;
  position: absolute;
  right: 0;
  top: 90%;
  width: 927px;
  height: 73px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.icon-outer li .search-outerblk {
    width: 620px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.icon-outer li .search-outerblk {
    width: 500px; } }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .search-outerblk {
    width: 300px;
    right: auto;
    left: -30px; } }

ul.icon-outer li .search-outerblk input {
  width: 100%;
  border: none;
  background: #FFF;
  height: 73px;
  padding: 15px 14px;
  font-size: 14px;
  color: #333333;
  letter-spacing: .1px;
  padding-right: 75px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.18;
  color: #000000; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .search-outerblk input {
    font-size: 18px;
    height: 50px;
    padding-right: 50px; } }

ul.icon-outer li .search-outerblk button {
  width: 73px;
  border: none;
  background: #FFF;
  height: 73px;
  padding: 0;
  margin: 0;
  margin-left: -97px;
  float: right;
  position: relative;
  z-index: 99999;
  outline: none;
  background: url(../images/svg/search_icon_lrg.svg) no-repeat center center; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .search-outerblk button {
    font-size: 18px;
    height: 50px;
    width: 40px; } }

ul.icon-outer li img {
  width: 35px;
  height: 20px;
  float: left; }

ul.icon-outer li .alert-block {
  width: 19px;
  height: 19px;
  float: left;
  position: absolute;
  right: -5px;
  top: -7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d22b31;
  text-align: center;
  line-height: 19px;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 14px; }

ul.icon-outer li .listing-outerblk {
  width: 530px;
  height: auto;
  float: left;
  position: absolute;
  right: 0;
  top: 70%;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk {
    max-width: 310px; } }

ul.icon-outer li .listing-outerblk .list-main-details {
  width: 100%;
  height: auto;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 20px 25px; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk .list-main-details {
    padding: 20px 10px; } }

ul.icon-outer li .listing-outerblk .list-main-details h5 {
  width: auto;
  height: auto;
  float: left;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk .list-main-details h5 {
    font-size: 22px; } }

ul.icon-outer li .listing-outerblk .list-main-details h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

ul.icon-outer li .listing-outerblk .list-main-details h5 .total-outer {
  width: auto;
  height: auto;
  float: right; }

ul.icon-outer li .listing-outerblk .list-main-details a {
  width: auto;
  height: auto;
  float: right;
  padding: 0; }

ul.icon-outer li .listing-outerblk .list-main-details a:hover {
  background: none; }

/*ul.icon-outer li .listing-outerblk ul { width: 100%; height: auto; float: left; }*/
/*ul.icon-outer li .listing-outerblk ul li { width: 100%; height: auto; float: left; list-style: none; padding: 12px 25px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: left; -ms-flex-align: left; -webkit-align-items: left; -moz-align-items: left; align-items: left; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }*/
@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk ul li {
    display: block;
    padding: 10px; } }

ul.icon-outer li .listing-outerblk ul li:last-child {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

/*ul.icon-outer li .listing-outerblk ul li:nth-child(odd) { background: #f4f4f4; }*/
ul.icon-outer li .listing-outerblk ul li .img-blk {
  width: auto;
  height: auto;
  float: left; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk ul li .img-blk {
    width: 20%;
    margin-bottom: 10px; } }

ul.icon-outer li .listing-outerblk ul li .img-blk img {
  width: auto;
  height: auto; }

ul.icon-outer li .listing-outerblk ul li .title-blk {
  width: 190px;
  height: auto; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk ul li .title-blk {
    width: 80%;
    float: left; } }

ul.icon-outer li .listing-outerblk ul li .title-blk h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

ul.icon-outer li .listing-outerblk ul li .title-blk strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

ul.icon-outer li .listing-outerblk ul li .details-blk {
  width: 50px;
  height: auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk ul li .details-blk {
    width: 80%;
    float: right;
    text-align: left; } }

ul.icon-outer li .listing-outerblk ul li .price-total {
  width: 80px;
  height: auto;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk ul li .price-total {
    float: right;
    text-align: left; } }

ul.icon-outer li .listing-outerblk .list-main-total .total-outer strong {
  color: #1a2b67;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

ul.icon-outer li .listing-outerblk .list-main-total .total-outer span {
  display: block;
  font-size: 14px;
  text-align: right; }

ul.icon-outer li .listing-outerblk .listing-submit {
  background: #f4f4f4;
  width: 100%;
  height: auto;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk .listing-submit {
    display: block; } }

ul.icon-outer li .listing-outerblk .listing-submit .listing-submit-left {
  padding: 16px 25px;
  width: 50%; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk .listing-submit .listing-submit-left {
    width: 100%;
    float: left;
    text-align: left; } }

ul.icon-outer li .listing-outerblk .listing-submit .listing-submit-right {
  width: 50%; }

@media only screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk .listing-submit .listing-submit-right {
    width: 100%;
    float: left;
    text-align: left; } }

ul.icon-outer li.yes-its-open > a {
  background: #fff; }

ul.icon-outer li.yes-its-open .user-icon {
  background: url(../images/svg/user_icon_over.svg) no-repeat center center; }

ul.icon-outer li.yes-its-open .listing-outerblk,
ul.icon-outer li.yes-its-open .login-form {
  opacity: 1;
  visibility: visible;
  top: 100%; }

ul.icon-outer li .listing-outerblk .listing-submit .listing-submit-right button {
  cursor: pointer;
  height: 66px;
  width: 100%; }

ul.icon-outer li .listing-outerblk .listing-submit img {
  width: 40px;
  height: 30px;
  margin-right: 20px; }

ul.icon-outer li .listing-outerblk .listing-submit .delivery-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 26px; }

ul.icon-outer li .listing-outerblk .listing-submit .delivery-text span {
  color: #63aa15;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

ul.icon-outer li .login-form {
  position: absolute;
  right: 0;
  top: 70%;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  width: 265px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

ul.icon-outer li .login-form h4 {
  font-size: 28px;
  color: #1a2b67;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 5px; }

ul.icon-outer li .login-form .login-top {
  padding: 15px; }

ul.icon-outer li .login-form .login-top a {
  color: #1a2b67;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-decoration: underline; }

ul.icon-outer li .login-form .login-top a:hover {
  background: none;
  color: #289ed2; }

ul.icon-outer li .login-form .input-out {
  float: left;
  width: 100%;
  margin-bottom: 3px; }

ul.icon-outer li .login-form .input-out label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 14px;
  color: #a0a0a0; }

ul.icon-outer li .login-form .input-out input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.01);
  height: 48px;
  padding: 15px 14px;
  font-size: 14px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1px; }

ul.icon-outer li .login-form button {
  width: 100%;
  cursor: pointer; }

ul.icon-outer li .login-form .create-account {
  padding: 15px;
  float: left;
  width: 100%; }

ul.icon-outer li .login-form .create-account span {
  color: #000000;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  display: inline-block; }

ul.icon-outer li .login-form .create-account a {
  text-decoration: underline;
  width: auto;
  padding: 0;
  display: inline-block;
  float: right;
  color: #1a2b67; }

ul.icon-outer li .login-form .create-account a:hover {
  background: none;
  color: #289ed2; }

ul.icon-outer > li.open > a {
  background: #FFFFFF;
  float: left;
  padding: 6px 0;
  height: auto; }

/*ul.icon-outer li:last-child:hover > a { background: none; }*/
ul.icon-outer li:hover .search-outerblk {
  visibility: hidden;
  opacity: 0; }

@media only screen and (min-width: 768px) {
  ul.icon-outer li.open .listing-outerblk,
  ul.icon-outer li.open .search-outerblk,
  ul.icon-outer li.open .login-form {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

@media only screen and (max-width: 767px) {
  .result_hover ul.icon-outer li:hover .listing-outerblk,
  .result_hover ul.icon-outer li:hover .search-outerblk,
  .result_hover ul.icon-outer li:hover .login-form {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

.mobi-header {
  width: 100%;
  height: auto;
  padding: 0px 10px;
  display: none;
  z-index: 10001; }

@media only screen and (max-width: 767px) {
  .mobi-header {
    display: block;
    position: absolute; } }

.mobi-header ul.icon-outer {
  width: 300px;
  height: auto;
  float: none;
  margin: 0 auto; }

.mobi-header ul.icon-outer li a {
  padding: 5px;
  display: block;
  height: 35px; }

.mobi-header ul.icon-outer li .logo-outer {
  padding: 0 13px;
  margin-top: -15px; }

.mobi-header ul.icon-outer li .logo-outer img {
  width: 96px;
  height: 54px; }

.mobi-header ul {
  width: 100%;
  list-style: none; }

.mobi-header ul li {
  width: auto;
  list-style: none; }

.menu-icon {
  height: 20px;
  width: 28px;
  padding: 0px;
  margin: 5px 0 0 0px;
  position: relative;
  outline: none;
  float: left;
  cursor: pointer; }

.menu-icon span {
  height: 3px;
  width: 28px;
  background: #FFF;
  float: left;
  position: absolute;
  left: 0; }

.menu-icon span.line-one {
  width: 28px;
  top: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.menu-icon span.line-two {
  top: 8px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.menu-icon span.line-three {
  width: 28px;
  top: 16px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.open-nav .menu-icon span.line-one {
  width: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px; }

.open-nav .menu-icon span.line-two {
  left: -100px;
  opacity: 0; }

.open-nav .menu-icon span.line-three {
  width: 28px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px; }

.open-nav .mobi-header {
  position: fixed; }

.page-outer-block {
  padding: 0 !important;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  left: 0; }

@media only screen and (max-width: 767px) {
  .page-outer-block {
    z-index: 100; } }

.overlay-blk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  cursor: w-resize; }

body.open-nav {
  overflow: hidden; }

body.open-nav .overlay-blk {
  display: block; }

.open-nav .page-outer-block {
  left: 300px;
  position: relative; }

.open-nav .header-block {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  left: 0; }

.header-block {
  width: 100%;
  height: 100%;
  max-width: 300px;
  float: left;
  z-index: 10000;
  position: fixed;
  padding-top: 120px;
  display: none;
  left: -300px;
  background: #1596d0;
  background: -moz-linear-gradient(-45deg, #1596d0 0%, #51bded 100%);
  background: -webkit-linear-gradient(-45deg, #1596d0 0%, #51bded 100%);
  background: linear-gradient(135deg, #1596d0 0%, #51bded 100%);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (max-width: 767px) {
  .header-block {
    display: block; } }

.header-block .mobinavigation-blk {
  width: 100%;
  height: 100%;
  float: left;
  overflow-y: scroll;
  max-width: 320px; }

.header-block .mobinavigation-blk ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none; }

.header-block .mobinavigation-blk ul li {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 27px;
  max-width: 262px;
  overflow: hidden;
  position: relative; }

.header-block .mobinavigation-blk ul li a {
  width: 100%;
  height: auto;
  float: left;
  max-width: 235px;
  line-height: 30px;
  font-size: 22px;
  color: #FFFFFF !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 45px;
  border-top: #74c5ea solid 1px; }

.header-block .mobinavigation-blk ul li a span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.header-block .mobinavigation-blk ul li .arrow-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 218px;
  top: 1px;
  cursor: pointer;
  background: url(../images/ic_arrow_right.png) no-repeat center center; }

.header-block .mobinavigation-blk ul li.open-nav .arrow-icon {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.header-block .mobinavigation-blk ul li ul {
  display: none; }

.header-block .mobinavigation-blk ul li.open-nav ul li .arrow-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.header-block .mobinavigation-blk ul li.open-nav ul {
  display: block; }

.header-block .mobinavigation-blk ul li ul li .arrow-icon {
  left: 190px; }

.header-block .mobinavigation-blk ul li:hover {
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2effffff', endColorstr='#00ffffff', GradientType=1); }

.language-block {
  width: 100%;
  height: auto;
  float: left;
  margin: 50px 0 30px; }

.language-block a {
  width: 100%;
  height: auto;
  float: left;
  max-width: 262px;
  line-height: 30px;
  font-size: 22px;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 45px;
  padding-left: 27px;
  background: url(../images/ic_arrow_right.png) no-repeat right center; }

.language-block a span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.language-block a img {
  position: relative;
  top: 3px; }

.language-block a:hover {
  color: #000000; }

/*.blur-blk { -webkit-transition: all 300ms ease-in-out 0s; -moz-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; }*/
/*body.result_hover .blur-blk { -webkit-transition: all 300ms ease-in-out 0s; -moz-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; -webkit-filter: url(#svg-blur); filter: url(#svg-blur); }*/
/*@media only screen and (max-width: 767px) { body.result_hover .blur-blk { -webkit-transition: all 300ms ease-in-out 0s; -moz-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; filter: none; -webkit-filter: none; } }*/
#svg-filter {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: absolute;
  right: 100%; }

.banner-container {
  width: 100%;
  position: relative;
  padding: 20px 0 20px;
  background: #69cffb;
  background: -moz-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: -webkit-gradient(radial, 70% center, 0px, center center, 100%, color-stop(63%, #69cffb), color-stop(39%, #42b4e5), color-stop(100%, #038cc7));
  background: -webkit-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: -o-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: -ms-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: radial-gradient(ellipse at 70%, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cffb', endColorstr='#038cc7', GradientType=1 );
  background-image: radial-gradient(circle at 70% 63%, #69cefb, #42b3e5 39%, #038bc7); }

.banner-container h1 {
  color: #FFFFFF !important; }

@media only screen and (max-width: 767px) {
  .banner-container h1 {
    font-size: 64px;
    line-height: 44px; }
  .page-template-template-instructionvideos .banner-container h1 {
    font-size: 43px; } }

.banner-container h1 span {
  display: block;
  font-size: 35px;
  line-height: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .banner-container h1 span {
    font-size: 36px; } }

@media only screen and (max-width: 767px) {
  .banner-container .container {
    padding: 0 15px; } }

.banner-container .banner-content {
  width: 100%;
  float: left; }

@media only screen and (max-width: 767px) {
  .banner-container .banner-content {
    text-align: center; } }

.banner-outer {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f4f4f4; }

.banner-outer > img {
  width: 1920px;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -960px;
  /* @media only screen and (min-width: 1920px) { width: 100%; position: static; margin: 0; max-width: 100%; }*/
  /* @media only screen and (max-width: 767px) { width: 2800px; }*/ }

@media only screen and (max-width: 767px) {
  .banner-outer > img {
    width: 2300px;
    margin-left: -800px; } }

.banner-outer .banner-content {
  position: absolute;
  width: 100%;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content {
    max-width: 320px;
    padding: 0 15px;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); } }

.banner-outer .banner-content h1 {
  font-weight: 600 !important;
  line-height: 68px;
  font-size: 82px !important;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  position: relative;
  top: -53px; }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content h1 {
    font-size: 45px !important;
    line-height: 44px; } }

.banner-outer .banner-content h1 span {
  display: block;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content h1 span {
    font-size: 36px; } }

.banner-outer .banner-content .banner-image {
  position: absolute;
  right: 0;
  top: -50px; }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content .banner-image {
    position: static; } }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content .banner-image img {
    width: 100%; } }

.banner-outer .banner-content .banner-badge {
  margin-top: 50px;
  margin-bottom: 68px; }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content .banner-badge {
    margin: 81px 0 0; } }

@media only screen and (max-width: 767px) {
  .banner-outer .banner-content .banner-badge img {
    width: 59px; } }

.banner-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none; }

@media only screen and (max-width: 767px) {
  .banner-scroll {
    display: block; } }

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-16px); }
  60% {
    transform: translateY(-15px); } }

.banner-container.product-banner.background-blue {
  background: #69cffb;
  background: -moz-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: -webkit-gradient(radial, 70% center, 0px, center center, 100%, color-stop(63%, #69cffb), color-stop(39%, #42b4e5), color-stop(100%, #038cc7));
  background: -webkit-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: -o-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: -ms-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  background: radial-gradient(ellipse at 70%, #69cffb 63%, #42b4e5 39%, #038cc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cffb', endColorstr='#038cc7', GradientType=1 );
  background-image: radial-gradient(circle at 70% 63%, #69cefb, #42b3e5 39%, #038bc7); }

.banner-container.product-banner.background-pink {
  background: #f03e88;
  background: -moz-radial-gradient(center, ellipse cover, #f03e88 0%, #ffaf4b 0%, #e21969 0%, #cb1762 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f03e88), color-stop(0%, #ffaf4b), color-stop(0%, #e21969), color-stop(100%, #cb1762));
  background: -webkit-radial-gradient(center, ellipse cover, #f03e88 0%, #ffaf4b 0%, #e21969 0%, #cb1762 100%);
  background: -o-radial-gradient(center, ellipse cover, #f03e88 0%, #ffaf4b 0%, #e21969 0%, #cb1762 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f03e88 0%, #ffaf4b 0%, #e21969 0%, #cb1762 100%);
  background: radial-gradient(ellipse at center, #f03e88 0%, #ffaf4b 0%, #e21969 0%, #cb1762 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03e88', endColorstr='#cb1762', GradientType=1 ); }

.banner-container.product-banner.background-black {
  background: black;
  background: -moz-radial-gradient(center, ellipse cover, black 0%, black 0%, black 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, black), color-stop(0%, black), color-stop(100%, black));
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, black 0%, black 100%);
  background: -o-radial-gradient(center, ellipse cover, black 0%, black 0%, black 100%);
  background: -ms-radial-gradient(center, ellipse cover, black 0%, black 0%, black 100%);
  background: radial-gradient(ellipse at center, black 0%, black 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }

.banner-container.product-banner.background-orange {
  background: #f59300;
  background: -moz-radial-gradient(center, ellipse cover, #f59300 0%, #f14800 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f59300), color-stop(100%, #f14800));
  background: -webkit-radial-gradient(center, ellipse cover, #f59300 0%, #f14800 100%);
  background: -o-radial-gradient(center, ellipse cover, #f59300 0%, #f14800 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f59300 0%, #f14800 100%);
  background: radial-gradient(ellipse at center, #f59300 0%, #f14800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59300', endColorstr='#f14800', GradientType=1 ); }

.banner-container.product-banner.background-yellow {
  background: #efc700;
  background: -moz-radial-gradient(center, ellipse cover, #efc700 0%, #dfb600 86%, #dfb600 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #efc700), color-stop(86%, #dfb600), color-stop(100%, #dfb600));
  background: -webkit-radial-gradient(center, ellipse cover, #efc700 0%, #dfb600 86%, #dfb600 100%);
  background: -o-radial-gradient(center, ellipse cover, #efc700 0%, #dfb600 86%, #dfb600 100%);
  background: -ms-radial-gradient(center, ellipse cover, #efc700 0%, #dfb600 86%, #dfb600 100%);
  background: radial-gradient(ellipse at center, #efc700 0%, #dfb600 86%, #dfb600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc700', endColorstr='#dfb600', GradientType=1 ); }

.banner-container.product-banner.background-green {
  background: #2bb85f;
  background: -moz-radial-gradient(center, ellipse cover, #2bb85f 0%, #209140 84%, #209140 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2bb85f), color-stop(84%, #209140), color-stop(100%, #209140));
  background: -webkit-radial-gradient(center, ellipse cover, #2bb85f 0%, #209140 84%, #209140 100%);
  background: -o-radial-gradient(center, ellipse cover, #2bb85f 0%, #209140 84%, #209140 100%);
  background: -ms-radial-gradient(center, ellipse cover, #2bb85f 0%, #209140 84%, #209140 100%);
  background: radial-gradient(ellipse at center, #2bb85f 0%, #209140 84%, #209140 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb85f', endColorstr='#209140', GradientType=1 ); }

.banner-container.product-banner.background-red {
  background: #d6333e;
  background: -moz-radial-gradient(center, ellipse cover, #d6333e 0%, #a30800 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d6333e), color-stop(100%, #a30800));
  background: -webkit-radial-gradient(center, ellipse cover, #d6333e 0%, #a30800 100%);
  background: -o-radial-gradient(center, ellipse cover, #d6333e 0%, #a30800 100%);
  background: -ms-radial-gradient(center, ellipse cover, #d6333e 0%, #a30800 100%);
  background: radial-gradient(ellipse at center, #d6333e 0%, #a30800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6333e', endColorstr='#a30800', GradientType=1 ); }

.banner-container.product-banner.background-lightbrown {
  background: #e5bc9c;
  background: -moz-radial-gradient(center, ellipse cover, #e5bc9c 0%, #c99473 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e5bc9c), color-stop(100%, #c99473));
  background: -webkit-radial-gradient(center, ellipse cover, #e5bc9c 0%, #c99473 100%);
  background: -o-radial-gradient(center, ellipse cover, #e5bc9c 0%, #c99473 100%);
  background: -ms-radial-gradient(center, ellipse cover, #e5bc9c 0%, #c99473 100%);
  background: radial-gradient(ellipse at center, #e5bc9c 0%, #c99473 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bc9c', endColorstr='#c99473', GradientType=1 ); }

.banner-container.product-banner.background-gray {
  background: #e9e8e6;
  background: -moz-radial-gradient(center, ellipse cover, #e9e8e6 0%, #bbb9b6 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e9e8e6), color-stop(100%, #bbb9b6));
  background: -webkit-radial-gradient(center, ellipse cover, #e9e8e6 0%, #bbb9b6 100%);
  background: -o-radial-gradient(center, ellipse cover, #e9e8e6 0%, #bbb9b6 100%);
  background: -ms-radial-gradient(center, ellipse cover, #e9e8e6 0%, #bbb9b6 100%);
  background: radial-gradient(ellipse at center, #e9e8e6 0%, #bbb9b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e6', endColorstr='#bbb9b6', GradientType=1 ); }

.spacing-btm {
  padding-bottom: 266px; }

@media only screen and (max-width: 767px) {
  .spacing-btm {
    padding-bottom: 225px; } }

.footer-container {
  width: 100%;
  float: left;
  margin-top: -166px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .footer-container {
    margin-top: -176px; } }

.footer-container h6 {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px; }

.footer-container .footer-topblock h6 {
  letter-spacing: 0; }

.footer-container .footer-top {
  width: 100%;
  padding: 33px 0 45px;
  background: #fff url(../images/bg-footer.png) no-repeat center top;
  background-size: auto; }

.single-product .footer-container .footer-top {
  background-color: transparent; }

@media only screen and (min-width: 1800px) {
  .footer-container .footer-top {
    background-size: 100% 100%; } }

@media only screen and (max-width: 767px) {
  .footer-container .footer-top {
    background: none;
    padding-bottom: 0; } }

.footer-container .footer-bottom {
  width: 100%;
  background: #000000;
  padding: 30px 0 50px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container .footer-bottom {
    padding: 0 0 20px; } }

@media only screen and (max-width: 767px) {
  .footer-container .footer-bottom {
    padding: 45px 15px 20px; } }

.footer-topblock {
  width: 68%;
  float: right;
  margin: 30px 0 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-topblock {
    width: 77%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-topblock {
    width: 87%; } }

@media only screen and (max-width: 767px) {
  .footer-topblock {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
    background: #000000;
    padding: 0 15px;
    z-index: 0; }
  .footer-topblock:before {
    position: absolute;
    content: "";
    background: url(../images/bg-footer.png) no-repeat left top;
    top: -80px;
    left: 0;
    height: 80px;
    width: 100%;
    background-size: 100%;
    z-index: -1; } }

@media only screen and (max-width: 767px) and (max-width: 479px) {
  .footer-topblock:before {
    top: -55px;
    left: 0;
    height: 60px; } }

@media only screen and (max-width: 767px) {
  .footer-topblock h6 {
    padding: 0 0 20px; } }

.social-icons {
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.social-icons h6 {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .social-icons h6 {
    width: 100%;
    padding-top: 0; } }

.social-icons ul {
  float: right;
  padding-right: 11px; }

@media only screen and (max-width: 767px) {
  .social-icons ul {
    width: 100%;
    padding: 0;
    text-align: center; } }

.social-icons ul li {
  display: inline-block;
  margin-left: 36px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icons ul li {
    margin-left: 24px; } }

@media only screen and (max-width: 767px) {
  .social-icons ul li {
    margin: 0 18px; } }

.social-icons ul li a {
  color: #FFFFFF !important;
  font-size: 36px; }

.social-icons ul li a i {
  vertical-align: middle; }

.social-icons ul li a:hover, .social-icons ul li a:focus {
  color: #289ed2; }

.form-block {
  width: 100%;
  float: left;
  position: relative; }

.form-block h6 {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .form-block h6 {
    margin: 0; } }

.form-block input[type="email"] {
  width: 100%;
  background: #f8f8f8;
  height: 50px;
  border: 0;
  padding: 0 150px 0 31px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.form-block input[type="email"]::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif; }

.form-block input[type="email"]:-moz-placeholder {
  font-family: "Roboto", sans-serif; }

.form-block input[type="email"]::-moz-placeholder {
  font-family: "Roboto", sans-serif; }

.form-block input[type="email"]:-ms-input-placeholder {
  font-family: "Roboto", sans-serif; }

@media only screen and (max-width: 767px) {
  .form-block input[type="email"] {
    padding: 0 22px; } }

.form-block button {
  height: 40px;
  line-height: 40px;
  background: #289ed2;
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding: 0 24px;
  border: 0;
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 6px;
  bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  text-align: center;
  outline: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.form-block button:hover, .form-block button:focus {
  background: #63aa15;
  outline: 0; }

@media only screen and (max-width: 767px) {
  .form-block button {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 2px;
    height: 57px;
    line-height: 57px;
    font-family: "Roboto", sans-serif; }
  .form-block button:after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    top: 49%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    font-size: 23px; } }

.footer-links {
  width: 100%;
  float: left;
  margin-bottom: 28px;
  padding-left: 13px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-links {
    padding-left: 25px; } }

@media only screen and (max-width: 767px) {
  .footer-links {
    padding: 0;
    float: none; }
  .footer-links:first-child {
    order: 2; }
  .footer-links:nth-child(2) {
    order: 1; } }

.footer-links h6 {
  margin-bottom: 13px; }

.footer-links ul {
  width: 50%;
  float: left;
  list-style: none; }

@media only screen and (max-width: 767px) {
  .footer-links ul {
    width: 100%; } }

.footer-links ul li {
  float: left;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-links ul li {
    margin-bottom: 8px; } }

@media only screen and (max-width: 767px) {
  .footer-links ul li {
    margin-bottom: 10px; } }

.footer-links ul li a {
  color: #FFFFFF !important; }

.footer-links ul li a:hover, .footer-links ul li a:focus {
  color: #289ed2; }

@media only screen and (max-width: 767px) {
  .footer-links.overview ul.list2 {
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer-links.support ul.list2 {
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .links-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.map-block {
  width: 100%;
  float: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-block {
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .map-block {
    display: none; } }

.map-block h6 {
  margin-bottom: 24px; }

.map-block > a > img {
  display: block; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-block > a > img {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-block > a > img {
    width: 100%; } }

.footer-logo {
  width: 100%;
  float: left; }

.footer-logo a {
  float: left; }

.footer-logo img {
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-logo {
    padding: 0 25px 60px; } }

@media only screen and (max-width: 479px) {
  .footer-logo {
    padding: 0 12px 50px; } }

.map-modal .modal-dialog {
  max-width: 770px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-modal .modal-dialog {
    max-width: 700px; } }

.map-modal .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 50px 20px 35px; }

.map-modal .modal-title {
  width: 100%;
  text-align: center; }

.map-modal h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.map-modal .modal-header {
  border-bottom: 0;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase; }

.map-modal .modal-header .close {
  padding: 0;
  position: absolute;
  top: -10px;
  right: 18px;
  opacity: 1;
  outline: 0; }

.map-modal .modal-body {
  padding: 0; }

.map-modal .country-listouter {
  float: left;
  width: 100%; }

.map-modal .countrylist {
  width: 100%;
  display: none; }

.map-modal .countrylist ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 30px; }

.map-modal .countrylist ul li {
  float: left;
  width: 25%;
  margin-bottom: 33px;
  position: relative; }

.map-modal .countrylist ul li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #000000; }

.map-modal .countrylist ul li a img {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px; }

.map-modal .countrylist ul li ul {
  padding: 12px 0 13px; }

.map-modal .countrylist ul li li {
  padding: 0;
  width: 100%;
  margin-bottom: 5px; }

.map-modal .countrylist ul li li a:focus, .map-modal .countrylist ul li li a:hover {
  color: #289ed2; }

.map-modal .countrylist ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0 0 4px;
  z-index: 99; }

.modal-backdrop.show {
  opacity: 0.6;
  z-index: 99; }

.language-dropdown {
  max-width: 114px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  left: -3px;
  padding: 12px 0 13px;
  margin: 0;
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.language-dropdown:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  background: url(../images/bottom-arrow.png) no-repeat center center; }

.language-dropdown li {
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 4px; }

.language-dropdown li a {
  line-height: 16px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #000000; }

.language-dropdown li a:focus, .language-dropdown li a:hover {
  color: #289ed2; }

.video-container {
  width: 100%;
  float: left;
  padding-top: 128px;
  text-align: center;
  background: #289fd2;
  background: -moz-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #289fd2), color-stop(50%, #299fd2), color-stop(100%, #63c4ed));
  background: -webkit-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: -o-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: -ms-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289fd2', endColorstr='#63c4ed', GradientType=1 );
  position: relative; }

.video-container:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 204px;
  background: url(../images/curved-img2.png) no-repeat left top;
  background-size: 100%;
  z-index: 0; }

@media only screen and (min-width: 1800px) {
  .video-container:before {
    background-size: 100% 100%; } }

@media only screen and (max-width: 767px) {
  .video-container {
    padding-top: 100px; } }

.video-container h2, .video-container h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 0 15px;
  text-align: center; }

.video-container p {
  display: none;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .video-container p {
    display: block;
    padding: 0 15px;
    text-align: center; } }

.video-container .tab-content {
  padding: 30px 0 0; }

@media only screen and (max-width: 767px) {
  .video-container .tab-content {
    padding: 20px 5px 0; } }

.customtab.nav-tabs {
  display: flex;
  border-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.customtab.nav-tabs .nav-link {
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }

.customtab.nav-tabs .nav-link.active .icon-block {
  background: #269dd1;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25); }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-other {
  background: url(../images/svg/icon_all_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-leg {
  background: url(../images/svg/knee_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-foot {
  background: url(../images/svg/foot_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-shoulder {
  background: url(../images/svg/shoulder_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-hand {
  background: url(../images/svg/arm_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-back {
  background: url(../images/svg/neck_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-link.active .icon-block i.icon-flower {
  background: url(../images/svg/flower_hover.svg) no-repeat center center; }

.customtab.nav-tabs .nav-item {
  margin: 0 8px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customtab.nav-tabs .nav-item {
    margin: 0 3px; } }

@media only screen and (max-width: 767px) {
  .customtab.nav-tabs .nav-item {
    margin: 0;
    width: auto;
    text-align: left;
    padding: 0 5px 6px; } }

.customtab.nav-tabs .icon-wrap {
  display: inline-block;
  vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .customtab.nav-tabs .icon-wrap {
    width: 35px;
    height: 35px;
    text-align: center; } }

.customtab.nav-tabs h6 {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 3px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customtab.nav-tabs h6 {
    margin-left: 1px;
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .customtab.nav-tabs h6 {
    margin-left: 5px; } }

.customtab.nav-tabs h6 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.icon-block {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.icon-block:hover {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12); }

@media only screen and (max-width: 767px) {
  .icon-block {
    width: 36px;
    height: 36px; } }

.icon-block img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto; }

.icon-block i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 12px; }

.icon-block i.icon-other {
  background: url(../images/svg/icon_all.svg) no-repeat center center; }

.icon-block i.icon-knee {
  width: 15px;
  height: 28px;
  background: url(../images/svg/knee.svg) no-repeat center center; }

.icon-block i.icon-foot {
  width: 23px;
  height: 17px;
  background: url(../images/svg/foot.svg) no-repeat center center; }

.icon-block i.icon-shoulder {
  width: 26px;
  height: 24px;
  background: url(../images/svg/shoulder.svg) no-repeat center center; }

.icon-block i.icon-arm {
  width: 19px;
  height: 24px;
  background: url(../images/svg/arm.svg) no-repeat center center; }

.icon-block i.icon-neck {
  width: 28px;
  height: 16px;
  background: url(../images/svg/neck.svg) no-repeat center center; }

.icon-block i.icon-flower {
  width: 26px;
  height: 26px;
  background: url(../images/svg/flower.svg) no-repeat center center; }

.video-js.custom {
  width: 470px;
  height: 245px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 767px) {
  .video-js.custom {
    width: 100%;
    height: 200px; } }

.video-js.custom .vjs-big-play-button {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background: #FFFFFF;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: -33px auto 0; }

.video-js.custom .vjs-big-play-button:focus {
  background: #FFFFFF;
  outline: 0; }

.video-js.custom .vjs-icon-placeholder:before {
  color: #323232; }

.video-js.custom:hover .vjs-big-play-button {
  background: #FFFFFF; }

.video-js.custom .vjs-poster {
  background-size: cover; }

.video-js.custom button {
  outline: 0; }

.fullwidth-contentblk {
  width: 100%;
  float: left;
  padding: 102px 0 180px !important;
  position: relative; }

.fullwidth-contentblk:before {
  position: absolute;
  content: "";
  left: 0;
  top: -246px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img4.png) no-repeat left bottom;
  background-size: 100%;
  z-index: 0; }

@media only screen and (max-width: 767px) {
  .fullwidth-contentblk:before {
    background: url(../images/curved-img5.png) no-repeat left bottom;
    background-size: 100%; } }

@media only screen and (max-width: 767px) {
  .fullwidth-contentblk {
    padding: 20px 15px 90px;
    background: #f8f8f8; } }

.fullwidth-contentblk h3 {
  padding-bottom: 23px; }

@media only screen and (max-width: 767px) {
  .fullwidth-contentblk h3 {
    font-size: 50px;
    line-height: 41px; } }

.fullwidth-contentblk h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .fullwidth-contentblk h3 span {
    display: block; } }

.fullwidth-contentblk p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullwidth-contentblk p {
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 17px; } }

@media only screen and (max-width: 767px) {
  .fullwidth-contentblk p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-contentblk {
    padding-right: 55px; } }

@media only screen and (max-width: 767px) {
  .inner-contentblk {
    padding: 0 15px; } }

.alignright {
  float: right;
  margin: 0 45px 0 19px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alignright {
    margin: 0 0 0 19px; } }

@media only screen and (max-width: 767px) {
  .alignright {
    float: left;
    margin: 0 15px 0 0; } }

.image-block {
  float: left;
  width: 100%;
  position: relative; }

.image-block .image-wrap {
  position: absolute;
  top: 0;
  left: 48%;
  width: 100%; }

@media only screen and (max-width: 1800px) {
  .image-block .image-wrap {
    left: 32%; } }

@media only screen and (min-width: 1360px) and (max-width: 1499px) {
  .image-block .image-wrap {
    top: 30px;
    max-width: 472px;
    left: 21%; } }

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .image-block .image-wrap {
    top: 30px;
    max-width: 420px;
    left: 15.5%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-block .image-wrap {
    top: 30px;
    max-width: 360px;
    left: 11.5%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-block .image-wrap {
    top: 40px;
    max-width: 331px;
    left: 13%; } }

@media only screen and (max-width: 767px) {
  .image-block .image-wrap {
    position: relative;
    left: 0; } }

.image-block .image-wrap img {
  display: block; }

@media only screen and (max-width: 1800px) {
  .image-block .image-wrap img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .image-block .image-wrap > img {
    position: relative; } }

.image-block .img-description {
  position: absolute;
  top: 6.3%;
  left: -2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media only screen and (min-width: 1360px) and (max-width: 1499px) {
  .image-block .img-description {
    left: -6%; } }

@media only screen and (max-width: 767px) {
  .image-block .img-description {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 15px 26px; } }

.image-block .img-description.list2 {
  top: 32.7%;
  left: -15%; }

@media only screen and (min-width: 1360px) and (max-width: 1499px) {
  .image-block .img-description.list2 {
    left: -18%; } }

@media only screen and (max-width: 767px) {
  .image-block .img-description.list2 {
    top: 0;
    left: 0; } }

.image-block .img-description.list3 {
  top: 57.3%;
  left: -25%; }

@media only screen and (min-width: 1360px) and (max-width: 1499px) {
  .image-block .img-description.list3 {
    left: -27%; } }

@media only screen and (max-width: 767px) {
  .image-block .img-description.list3 {
    top: 0;
    left: 0; } }

.image-block .img-description .desc-text {
  width: auto;
  text-align: right;
  font-size: 22px;
  line-height: 21px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 3px 11px 0 0; }

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .image-block .img-description .desc-text {
    font-size: 18px;
    line-height: 19px;
    margin: 3px 5px 0 0; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-block .img-description .desc-text {
    font-size: 16px;
    line-height: 18px;
    margin: 3px 5px 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-block .img-description .desc-text {
    font-size: 14px;
    line-height: 18px;
    margin: 3px 5px 0 0; } }

@media only screen and (max-width: 767px) {
  .image-block .img-description .desc-text {
    order: 2;
    width: 100%;
    text-align: center;
    margin: 0; } }

.image-block .img-description .desc-text span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .image-block .img-description .desc-text span {
    display: inline;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: -0.03em; } }

.image-block .img-description .desc-image {
  order: 2;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  width: 55px;
  height: 55px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.desc-image {
  order: 2;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  width: 55px;
  height: 55px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .image-block .img-description .desc-image {
    width: 45px;
    height: 45px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-block .img-description .desc-image {
    width: 40px;
    height: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-block .img-description .desc-image {
    width: 35px;
    height: 35px; } }

@media only screen and (max-width: 767px) {
  .image-block .img-description .desc-image {
    order: 1;
    width: 69px;
    height: 69px;
    margin: 0 auto 11px; } }

.gridlist-outer {
  width: 100%;
  float: left;
  padding: 26px 0 105px;
  margin: -103px 0 0 0;
  background: #f4f4f4; }

@media only screen and (max-width: 767px) {
  .gridlist-outer {
    padding: 0 0 40px;
    margin: -180px 0 0 0; } }

.gridlist-outer .grid-left {
  width: 75.2%;
  float: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gridlist-outer .grid-left {
    width: 72%; } }

@media only screen and (max-width: 767px) {
  .gridlist-outer .grid-left {
    width: 100%; } }

.gridlist-outer .grid-right {
  width: 24.8%;
  float: left;
  padding-left: 23px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gridlist-outer .grid-right {
    width: 28%;
    padding-left: 20px; } }

@media only screen and (max-width: 767px) {
  .gridlist-outer .grid-right {
    width: 100%;
    padding-left: 0; } }

.gridlist-outer .grid-row {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10; }

@media only screen and (max-width: 767px) {
  .gridlist-outer .grid-row {
    margin-bottom: 0; } }

.grid-item {
  float: left;
  width: 100%;
  background: #FFFFFF;
  height: 265px;
  position: relative;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  overflow: hidden;
  z-index: 99; }

.grid-item:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 10px 50px 0 rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item {
    height: 235px; } }

@media only screen and (max-width: 767px) {
  .grid-item {
    height: auto;
    min-height: 365px;
    margin-bottom: 32px;
    padding: 27px 60px 60px 15px; } }

.grid-item .grid-image {
  width: 100%;
  float: right;
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top; }

@media only screen and (max-width: 767px) {
  .grid-item .grid-image {
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center center;
    z-index: -1;
    width: 100%;
    height: 53%; } }

.grid-item .grid-image img {
  width: 100%;
  display: block; }

.grid-item h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  left: 0;
  padding: 0 0 0 39px !important; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item h2 {
    font-size: 36px;
    line-height: 28px;
    padding: 0 0 0 26px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item h2 {
    line-height: 29px;
    padding: 0 28px !important;
    font-size: 33px; } }

@media only screen and (max-width: 767px) {
  .grid-item h2 {
    position: relative;
    top: 0;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0 0 22px !important; } }

.grid-item h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.06em;
  font-size: 0.85em; }

@media only screen and (max-width: 767px) {
  .grid-item h2 span {
    display: block; } }

.grid-item p {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 0 39px;
  margin: 10px 0 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item p {
    padding: 0 26px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item p {
    padding: 0 12px;
    font-size: 12px;
    line-height: 14px; } }

@media only screen and (max-width: 767px) {
  .grid-item p {
    display: block;
    margin-bottom: 23px;
    padding: 0;
    margin: 0; } }

.grid-item .img-thumb {
  position: absolute;
  right: -147px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  display: none; }

@media only screen and (max-width: 767px) {
  .grid-item .img-thumb {
    display: block;
    right: auto;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 100%;
    left: 18px;
    margin-bottom: 14px; }
  .grid-item .img-thumb img {
    display: block; } }

.grid-item .link-btn {
  text-indent: -9999px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #289ed2;
  width: 65px;
  height: 65px;
  color: transparent;
  /*text-indent: -9999px;*/
  line-height: 69px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  z-index: 10; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item .link-btn {
    height: 53px;
    line-height: 57px;
    letter-spacing: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item .link-btn {
    width: 45px;
    height: 43px;
    letter-spacing: 0;
    line-height: 43px;
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .grid-item .link-btn {
    color: #FFFFFF !important;
    width: 100%;
    text-indent: 0;
    height: 60px;
    line-height: 60px; } }

.grid-item .link-btn:after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  top: 49%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 30px;
  color: #fefefe;
  text-indent: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item .link-btn:after {
    font-size: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item .link-btn:after {
    font-size: 22px; } }

@media only screen and (max-width: 767px) {
  .grid-item .link-btn:after {
    left: inherit;
    right: 17px; } }

.grid-item .link-btn:hover, .grid-item .link-btn:focus {
  background: #63aa15;
  text-indent: 0;
  color: #FFFFFF; }

.grid-item .link-btn:hover:after, .grid-item .link-btn:focus:after {
  left: auto;
  right: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item .link-btn:hover:after, .grid-item .link-btn:focus:after {
    right: 5px; } }

@media only screen and (max-width: 767px) {
  .grid-item .link-btn:hover:after, .grid-item .link-btn:focus:after {
    right: 17px; } }

.grid-item.block1 h2 {
  display: inline-flex;
  z-index: 1; }

@media only screen and (max-width: 767px) {
  .grid-item.block1 h2 {
    display: block; } }

.grid-text {
  width: 33.5%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (max-width: 767px) {
  .grid-text {
    height: 50%;
    width: 100%; } }

.grid-text:after {
  position: absolute;
  content: "";
  right: -149px;
  top: 0;
  width: 149px;
  height: 100%;
  background: url(../images/shape1.png) no-repeat left top;
  background-size: cover; }

@media only screen and (max-width: 767px) {
  .grid-text:after {
    width: 100%;
    height: 123px;
    top: 100%;
    right: auto;
    left: 0;
    background: url(../images/shape3.png) no-repeat left top;
    background-size: 100% 100%; } }

.grid-item.block1 .grid-image {
  background-size: auto;
  background-position: right top; }

.grid-item.block2 {
  width: 65%; }

@media only screen and (max-width: 767px) {
  .grid-item.block2 h2 {
    padding: 0 0 10px !important; } }

@media only screen and (max-width: 767px) {
  .grid-item.block2 {
    width: 100%; } }

.grid-item.block2 .grid-text {
  left: auto;
  right: 0;
  width: 52%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item.block2 .grid-text {
    padding: 0 15px; } }

@media only screen and (max-width: 767px) {
  .grid-item.block2 .grid-text {
    width: 100%; } }

.grid-item.block2 .grid-text:after {
  right: auto;
  left: -66px;
  top: 0;
  width: 66px;
  height: 100%;
  background: url(../images/shape2.png) no-repeat left top; }

@media only screen and (max-width: 767px) {
  .grid-item.block2 .grid-text:after {
    width: 100%;
    height: 123px;
    top: 100%;
    right: auto;
    left: 0;
    background: url(../images/shape3.png) no-repeat left top;
    background-size: 100% 100%; } }

.grid-item.block2 .grid-image {
  background-size: auto;
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .grid-item.block2 .grid-image {
    background: 100%; } }

.grid-item.block2 h2 {
  padding: 0 !important; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item.block2 h2 {
    padding: 0 !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item.block2 h2 {
    padding: 0 !important; } }

.grid-item.block2 p {
  padding: 0; }

.grid-item.block3 {
  float: right;
  width: 32%; }

@media only screen and (max-width: 767px) {
  .grid-item.block3 {
    width: 100%; } }

.grid-item.block3 .grid-text {
  left: auto;
  right: 0;
  width: 100%;
  background: transparent; }

@media only screen and (max-width: 767px) {
  .grid-item.block3 .grid-text {
    background: #FFFFFF; } }

.grid-item.block3 .grid-text:after {
  right: auto;
  left: 0;
  top: 44%;
  width: 100%;
  height: 146px;
  background: url(../images/shape3.png) no-repeat right bottom;
  background-size: 105% 100%; }

@media only screen and (max-width: 767px) {
  .grid-item.block3 .grid-text:after {
    background-size: 100% 84%;
    top: 100%; } }

.grid-item.block3 .grid-text .text-outer {
  top: 35%; }

@media only screen and (max-width: 767px) {
  .grid-item.block3 .grid-text .text-outer {
    top: inherit; } }

.grid-item.block3 .grid-image {
  width: 100%;
  height: 55%;
  top: 45%; }

.grid-item.block3 h2 {
  padding: 0 35px !important;
  text-align: center;
  width: 100%;
  top: 35%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-item.block3 h2 {
    padding: 0 16px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item.block3 h2 {
    padding: 0 22px !important;
    line-height: 23px;
    font-size: 31px; } }

@media only screen and (max-width: 767px) {
  .grid-item.block3 h2 {
    padding: 0 0 10px !important;
    text-align: left; } }

.grid-item.block4 {
  float: right;
  height: 569px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item.block4 {
    height: 510px; } }

@media only screen and (max-width: 767px) {
  .grid-item.block4 {
    height: auto; } }

.grid-item.block4 .grid-text {
  left: auto;
  right: 0;
  width: 100%;
  background: transparent; }

@media only screen and (max-width: 767px) {
  .grid-item.block4 .grid-text {
    background: #FFFFFF; } }

.grid-item.block4 .grid-text:after {
  right: auto;
  left: 0;
  top: 30%;
  width: 100%;
  height: 146px;
  background: url(../images/shape3.png) no-repeat left top;
  background-size: 105% 100%; }

@media only screen and (max-width: 767px) {
  .grid-item.block4 .grid-text:after {
    top: 100%;
    background-size: 105% 99%; } }

.grid-item.block4 .grid-text .text-outer {
  top: 20%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-item.block4 .grid-text .text-outer {
    top: 17%; } }

@media only screen and (max-width: 767px) {
  .grid-item.block4 .grid-text .text-outer {
    top: inherit; } }

.grid-item.block4 .grid-image {
  width: 100%;
  height: 68%;
  top: 32%; }

.grid-item.block4 .img-fixed {
  position: absolute;
  bottom: 16px;
  right: 31px;
  display: block !important;
  width: auto;
  z-index: 10; }

@media only screen and (max-width: 767px) {
  .grid-item.block4 .img-fixed {
    top: 70px;
    right: 0;
    z-index: 0; } }

.grid-item.block4 h2 {
  padding: 0 35px;
  text-align: center;
  width: 100%;
  top: 35%; }

@media only screen and (max-width: 767px) {
  .grid-item.block4 h2 {
    text-align: left;
    padding: 0 0 10px; } }

.text-outer {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

@media only screen and (max-width: 767px) {
  .text-outer {
    position: relative;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: inherit;
    padding: 25px; } }

@media only screen and (max-width: 767px) {
  .grid-item h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 0 10px !important; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover h2 {
    font-size: 40px; } }

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .grid-item:hover h2 {
    font-size: 34px; } }

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .grid-item:hover h2 {
    font-size: 30px;
    padding: 0 0 0 10px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover h2 {
    font-size: 50px;
    line-height: 40px;
    text-align: left;
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover p {
    display: block; }
  .grid-item:hover .img-thumb {
    display: block; }
  .grid-item:hover .link-btn {
    background: #63aa15;
    width: 35%;
    text-indent: 0;
    color: #FFFFFF !important; } }

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .grid-item:hover .link-btn {
    width: 42%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover .link-btn {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover .link-btn:after {
    left: auto;
    right: 15px; } }

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .grid-item:hover .link-btn:after {
    right: 5px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover .link-btn:after {
    right: 17px; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block1 .grid-text {
    width: 38%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block1 .grid-text {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block2 .grid-text {
    width: 53%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block2 .grid-text {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block2 .link-btn {
    width: 47%; } }

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .grid-item:hover.block2 .link-btn {
    width: 48%; } }

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .grid-item:hover.block2 .link-btn {
    width: 51%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block2 .link-btn {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block2 .img-thumb {
    right: auto;
    left: -162px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block2 .img-thumb {
    left: 18px; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block3 .grid-text {
    height: 102%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block3 .grid-text {
    height: auto; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block3 .grid-text h2 {
    line-height: 30px; } }

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .grid-item:hover.block3 .grid-text h2 {
    line-height: 23px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block3 .grid-text h2 {
    line-height: 40px; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block3 .grid-text:after {
    top: 44%;
    height: 155px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block3 .grid-text:after {
    top: 100%;
    height: 135px;
    background-size: 100% 93%; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block3 .link-btn {
    width: 100%; } }

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .grid-item:hover.block3 .text-outer {
    top: 31%; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block4 h2 {
    line-height: 33px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block4 h2 {
    line-height: 40px; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block4 .grid-text {
    height: 102%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block4 .grid-text {
    height: auto; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block4 .grid-text:after {
    top: 31%;
    height: 155px;
    background-size: 100% 93%; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block4 .grid-text:after {
    top: 100%;
    height: 135px;
    background-size: 100% 93%; } }

@media only screen and (min-width: 768px) {
  .grid-item:hover.block4 .link-btn {
    width: 100%; }
  .grid-item:hover.block4 .link-btn:after {
    right: 7px; } }

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .grid-item:hover.block4 .link-btn:after {
    right: 17px; } }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *, .video-js *:before, .video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover, .js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu, .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control, .video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: #888; }

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-loading-spinner:before, .vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-font, .vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus, .vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible), .video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

.account-contentblk {
  float: left;
  width: 100%;
  padding: 60px 0 226px;
  background: #f4f4f4; }

@media only screen and (max-width: 767px) {
  .account-contentblk {
    padding: 4px 0 226px; } }

.tab-container {
  float: left;
  width: 100%; }

.tab-left-outer {
  float: left;
  width: 25.642%; }

@media only screen and (max-width: 767px) {
  .tab-left-outer {
    width: 100%; } }

.tab-left-outer .nav {
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .tab-left-outer .nav {
    width: 90%;
    margin: 0 5%;
    display: block; } }

.tab-left-outer .nav .nav-link {
  float: left;
  width: 100%;
  padding: 19px 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  border-bottom: 2px solid #dbdbdb;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-left-outer .nav .nav-link {
    padding: 19px 16px 14px;
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .tab-left-outer .nav .nav-link {
    width: 50%;
    text-align: center;
    border-bottom: none;
    padding: 19px 16px 14px; }
  .tab-left-outer .nav .nav-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #dbdbdb;
    content: ""; }
  .tab-left-outer .nav .nav-link:first-child:before {
    left: auto;
    right: 0; } }

@media only screen and (max-width: 479px) {
  .tab-left-outer .nav .nav-link {
    font-size: 18px; } }

.tab-left-outer .nav .nav-link.active {
  background: #FFFFFF;
  color: #222222;
  border-bottom: 2px solid transparent;
  box-shadow: 5px 5px 10px -15px rgba(0, 0, 0, 0.6); }

@media only screen and (max-width: 767px) {
  .tab-left-outer .nav .nav-link.active {
    border: 0;
    box-shadow: 0 -11px 14px -20px rgba(0, 0, 0, 0.1); } }

.tab-left-outer .nav .nav-link.active:before {
  content: none; }

.tab-left-outer .nav .nav-link span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.tab-right-outer {
  float: left;
  width: 74.358%;
  padding: 33px 39px 43px 10px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .tab-right-outer {
    width: 100%;
    padding: 30px 5%; } }

.tab-content {
  float: left;
  width: 100%; }

.tab-pane {
  float: left;
  width: 100%; }

.tab-pane ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none; }

@media only screen and (max-width: 767px) {
  .tab-pane ul li {
    margin: 30px 0 0 0;
    width: 100%; }
  .tab-pane ul li:first-child {
    margin: 0; } }

.tab-pane ul li .content-box {
  float: left;
  width: 100%;
  position: relative;
  padding: 24px 13px 43px 27px;
  height: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane ul li .content-box {
    padding: 15px 5% 30px; } }

.tab-pane ul li .content-box h6 {
  float: left;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #000000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane ul li .content-box h6 {
    margin-bottom: 5px; } }

.tab-pane ul li .content-box address, .tab-pane ul li .content-box p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  line-height: 1.14;
  margin: 0; }

.tab-pane ul li .content-box address span, .tab-pane ul li .content-box p span {
  float: left;
  width: 100px; }

.tab-pane ul li .content-box a {
  float: right;
  width: auto;
  color: #269dd1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane ul li .content-box a {
    bottom: 4px;
    font-size: 12px; } }

.tab-pane ul li .content-box a:after {
  position: absolute;
  right: 0;
  top: 1px;
  content: ">";
  color: #269dd1;
  font-size: 14px; }

.tab-pane ul li .content-box a:hover, .tab-pane ul li .content-box a:focus, .tab-pane ul li .content-box a:active {
  text-decoration: underline; }

.tab-pane .content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 13px 3.2% 17px 2.2%;
  margin: 37px 0 0 2%; }

@media only screen and (max-width: 767px) {
  .tab-pane .content-grid {
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    padding: 15px 4%; } }

.tab-pane .content-grid:first-child {
  margin-top: 0; }

.tab-pane .content-grid .content-grid-left {
  float: left;
  width: 17.88%;
  margin-right: 13.28%;
  position: relative; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-pane .content-grid .content-grid-left {
    width: 22.88%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane .content-grid .content-grid-left {
    width: 33.88%; } }

@media only screen and (max-width: 767px) {
  .tab-pane .content-grid .content-grid-left {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 15px;
    margin-right: 0; } }

.tab-pane .content-grid .content-grid-left h6 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane .content-grid .content-grid-left h6 {
    font-size: 17px; } }

.tab-pane .content-grid .content-grid-left .order-id {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000; }

.tab-pane .content-grid .content-grid-left span {
  float: left;
  width: 100%;
  color: #1e913d;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding-left: 15px;
  position: relative; }

.tab-pane .content-grid .content-grid-left span:before {
  position: absolute;
  width: 12px;
  height: 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "";
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1e913d; }

.tab-pane .content-grid .content-grid-left a {
  float: right;
  width: auto;
  color: #269dd1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 15px; }

.tab-pane .content-grid .content-grid-left a:after {
  position: absolute;
  right: 0;
  top: 1px;
  content: ">";
  color: #269dd1;
  font-size: 14px; }

.tab-pane .content-grid .content-grid-left a:hover, .tab-pane .content-grid .content-grid-left a:focus, .tab-pane .content-grid .content-grid-left a:active {
  text-decoration: underline; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane .content-grid .content-grid-left a {
    bottom: -12px; } }

.tab-pane .content-grid .content-grid-right {
  float: left;
  width: 68.84%; }

@media only screen and (max-width: 767px) {
  .tab-pane .content-grid .content-grid-right {
    width: 100%; } }

.tab-pane .content-grid .content-grid-right .product-wrap {
  float: left;
  width: 22.28%;
  margin-left: 3.63%;
  text-align: center; }

.tab-pane .content-grid .content-grid-right .product-wrap:first-child {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .tab-pane .content-grid .content-grid-right .product-wrap {
    width: 22%;
    margin-left: 4%; } }

.tab-pane .content-grid .content-grid-right .product-wrap .number {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #d22b31;
  text-align: center;
  color: #FFFFFF;
  line-height: 25px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 4px 0 3px; }

@media only screen and (max-width: 767px) {
  .tab-pane .content-grid .content-grid-right .product-wrap .number {
    line-height: 26px; } }

.tab-pane .content-grid .content-grid-right .product-wrap .product-image-wrap {
  float: left;
  width: 100%; }

.tab-pane .content-grid .content-grid-right .product-wrap .product-image-wrap img {
  width: 100%; }

.b-modal.__b-popup1__ {
  background: rgba(0, 0, 0, 0.6) !important; }

.close-trigger {
  position: absolute;
  top: 21px;
  right: 20px;
  cursor: pointer; }

.join-form {
  float: left;
  width: 100%;
  max-width: 770px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 41px 3.7% 51px 3.78%;
  position: relative;
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .join-form {
    max-width: 650px; } }

@media only screen and (max-width: 767px) {
  .join-form {
    max-width: 400px; } }

@media only screen and (max-width: 767px) {
  .join-form {
    max-width: 300px; } }

.join-form h3 {
  float: left;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 13px; }

@media only screen and (max-width: 767px) {
  .join-form h3 {
    font-size: 30px; } }

.join-form h3 span {
  padding-left: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.form-outer {
  float: left;
  width: 100%; }

.form-element-outer {
  float: left;
  width: 100%; }

.form-element {
  float: left;
  margin-bottom: 8px;
  margin-left: 1.94%; }

@media only screen and (max-width: 767px) {
  .form-element {
    width: 100% !important;
    margin-left: 0 !important; } }

.form-element:first-child {
  margin-left: 0; }

.form-element label {
  float: left;
  width: 100%;
  color: #a0a0a0;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.form-element input {
  float: left;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  height: 48px;
  line-height: 48px;
  box-shadow: none;
  padding: 0 14px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #333333; }

.form-element input::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
  font-family: "Roboto", sans-serif; }

.form-element input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
  font-family: "Roboto", sans-serif; }

.form-element input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
  font-family: "Roboto", sans-serif; }

.form-element input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  font-family: "Roboto", sans-serif; }

.row1 .form-element {
  width: 60.88%; }

.row2 .form-element:first-child {
  width: 37.36%; }

.row2 .form-element:nth-child(2n) {
  width: 21.38%; }

.row2 .form-element:last-child {
  width: 37.38%; }

.row3 .form-element:first-child {
  width: 60.88%; }

.row3 .form-element:nth-child(2n) {
  width: 17.5%; }

.row3 .form-element:last-child {
  width: 17.5%; }

.row4 .form-element:first-child {
  width: 17.2%; }

.row4 .form-element:nth-child(2n) {
  width: 41.54%; }

.row4 .form-element:last-child {
  width: 37.38%; }

.row5 .form-element:first-child {
  width: 60.68%; }

.row5 .form-element:last-child {
  width: 37.38%; }

.row6 {
  margin-top: 6px; }

.row6 .form-element {
  float: right;
  width: 200px;
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .row6 .form-element {
    width: 100%;
    margin-bottom: 8px; } }

.row6 .form-element:last-child {
  margin-right: 1.94%; }

@media only screen and (max-width: 767px) {
  .row6 .form-element:last-child {
    margin-right: 0;
    margin-bottom: 0; } }

.row6 .form-element .main-btn {
  min-width: 200px;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .row6 .form-element .main-btn {
    min-width: 100%; } }

.row6 .form-element .main-btn.secondary-btn {
  background: #cccccc; }

.row6 .form-element .main-btn.secondary-btn:hover {
  background: #000000; }

.select-outer {
  float: left;
  width: 100%; }

.sbHolder {
  font-size: 14px;
  color: #333333;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 100%;
  border: 1px solid #eaeaea;
  background: #fcfcfc; }

.sbHolder .sbToggle {
  display: block;
  height: 48px;
  outline: none;
  position: absolute;
  right: -2px;
  top: 0;
  width: 37px;
  line-height: 48px;
  z-index: 0; }

.sbHolder .sbToggle::after {
  z-index: 99999;
  width: 20px;
  height: 48px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.sbHolder .sbSelector {
  display: block;
  height: 48px;
  left: 0;
  line-height: 48px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0 17px;
  top: 0;
  width: 100%;
  font-size: 14px;
  color: #333333; }

.sbHolder .sbOptions {
  border: 1px solid #eaeaea;
  background: #fcfcfc;
  list-style: none;
  left: 0px;
  margin: -3px 0 0 0;
  padding: 0 !important;
  position: absolute;
  top: 100% !important;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.1);
  -moz-box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.1); }

.sbHolder .sbOptions li {
  border-top: 1px solid #eaeaea; }

.sbHolder .sbOptions li:first-child {
  border: 0; }

.sbHolder .sbOptions li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333333;
  padding: 0 14px;
  background: #fcfcfc; }

.sbHolder .sbOptions li a:hover {
  background: #a0a0a0; }

.banner-container.account {
  padding-bottom: 94px; }

@media only screen and (max-width: 767px) {
  .banner-container.account {
    padding: 130px 0 160px; } }

.banner-container.account h1 {
  font-size: 60px;
  line-height: 48px; }

@media only screen and (max-width: 767px) {
  .banner-container.account h1 {
    text-align: center; } }

.banner-container.account h1 span {
  font-size: 60px; }

@media only screen and (max-width: 767px) {
  .banner-container.account h1 span {
    font-size: 40px; } }

/* slick slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* slick slider */
.slider-block {
  width: 100%;
  float: left;
  padding: 43px 0 199px;
  background: #f4f4f4; }

@media only screen and (max-width: 767px) {
  .slider-block {
    padding: 0px 15px 199px; } }

@media only screen and (max-width: 767px) {
  .slider-block .customtab.nav-tabs .nav-item {
    padding: 0 5px 6px; } }

@media only screen and (max-width: 479px) {
  .slider-block .customtab.nav-tabs .nav-item {
    padding: 0 3px 6px; } }

.slider-block .customtab.nav-tabs .nav-link h6 {
  color: #000000; }

.slider-block .customtab.nav-tabs .nav-link.active.show h6 {
  color: #269dd1; }

.slider-block .tab-pane ul {
  padding: 30px 40px; }

.slider-block .tab-pane ul li {
  box-shadow: none;
  margin: 0; }

.slider-block .tab-pane ul li .content-box {
  padding: 10px 14px 14px;
  background: #FFFFFF;
  /* -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);*/ }

.slider-block .tab-pane ul li .content-box h6 {
  color: #333333;
  margin-bottom: 6px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-block .tab-pane ul li .content-box h6 {
    font-size: 14px; } }

.slider-block .tab-pane ul li .content-box h6 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.slider-block .tab-content {
  padding: 0; }

@media only screen and (max-width: 767px) {
  .slider-block .slick-list {
    padding: 0 !important; } }

@media only screen and (max-width: 767px) {
  .slider-block .slider-list {
    padding: 25px 0 0; } }

.slider-block .slider-list ul {
  padding: 15px 40px 30px; }

@media only screen and (max-width: 767px) {
  .slider-block .slider-list ul {
    padding: 15px 0px 30px; } }

.slick-slide {
  margin: 0 10px;
  box-shadow: none; }

.slick-slide img {
  width: 100%; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .slick-arrow {
    transform: translateY(0); } }

.slick-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 19px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ""; }

.slider-block .slick-arrow.slick-next {
  right: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-block .slick-next {
    right: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-block .slick-arrow.slick-next {
    right: 18px; } }

@media only screen and (max-width: 767px) {
  .slider-block .slick-arrow.slick-next {
    right: auto;
    left: 15px; } }

.slick-arrow.slick-next:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMzIuNiAyNDAuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMyLjYgMjQwLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMyNjlERDE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGlkPSJDaGV2cm9uX1JpZ2h0IiBjbGFzcz0ic3QwIiBkPSJNMTI5LjIsMTEyLjhMMjAuOSw0LjVjLTQuOC00LjctMTIuNS00LjctMTcuMiwwYy00LjgsNC43LTQuOCwxMi40LDAsMTcuMmw5OS43LDk5LjcNCgkJTDMuNywyMjEuMWMtNC44LDQuNy00LjgsMTIuNCwwLDE3LjJjNC44LDQuNywxMi41LDQuNywxNy4yLDBMMTI5LjIsMTMwQzEzMy45LDEyNS4zLDEzMy45LDExNy41LDEyOS4yLDExMi44eiIvPg0KPC9nPg0KPC9zdmc+DQo) !important;
  background-size: 20px 19px;
  background-repeat: no-repeat; }

.slider-block .slick-arrow.slick-prev {
  left: -19px; }

.slick-arrow.slick-prev:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMzIuNiAyNDAuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMyLjYgMjQwLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMyNjlERDE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGlkPSJDaGV2cm9uX1JpZ2h0IiBjbGFzcz0ic3QwIiBkPSJNMy42LDEyOWwxMDguMywxMDguM2M0LjgsNC43LDEyLjUsNC43LDE3LjIsMGM0LjgtNC43LDQuOC0xMi40LDAtMTcuMmwtOTkuNy05OS43DQoJCWw5OS43LTk5LjdjNC44LTQuNyw0LjgtMTIuNCwwLTE3LjJjLTQuOC00LjctMTIuNS00LjctMTcuMiwwTDMuNiwxMTEuOEMtMS4xLDExNi41LTEuMSwxMjQuMywzLjYsMTI5eiIvPg0KPC9nPg0KPC9zdmc+DQo) !important;
  background-size: 20px 19px;
  background-repeat: no-repeat; }

.about-video-block {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 64px;
  background: #FFFFFF;
  position: relative; }

.about-video-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: -246px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img4.png) no-repeat left bottom;
  background-size: 100%;
  z-index: 0; }

.about-video-block .about-inner {
  width: 100%;
  float: left;
  height: 100%;
  position: relative; }

.about-video-block .about-inner:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -309px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img2.png) no-repeat left top;
  background-size: 100%;
  z-index: 0; }

.about-video-block .top-video-blk {
  width: 100%;
  float: left;
  margin: -175px 0 0; }

.about-video-block .top-video-blk .video-js.custom {
  margin: 48px auto 0; }

.about-video-block .top-video-blk .text-content {
  padding: 46px 0 0;
  width: 100%;
  max-width: 718px;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .about-video-block .top-video-blk .text-content {
    padding: 46px 15px 0;
    max-width: 100%; } }

.about-video-block .top-video-blk .text-content p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 27px; }

.about-video-block .top-video-blk .text-content .main-btn {
  float: none;
  display: inline-block;
  min-width: 238px; }

@media only screen and (max-width: 767px) {
  .about-video-block .top-video-blk .text-content .main-btn {
    margin-top: 13px; } }

.title-div {
  width: 100%;
  float: left; }

.title-div h3 {
  padding: 0 0 14px;
  text-transform: uppercase; }

.title-div h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.comment-block {
  width: 100%;
  float: left;
  padding: 60px 0 258px;
  background: #f4f4f4; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-block {
    padding: 60px 0 225px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-block {
    padding: 60px 15px 220px; } }

@media only screen and (max-width: 767px) {
  .comment-block {
    padding: 60px 15px 190px; } }

.comment-block .title-div h3 {
  text-align: center;
  padding: 0 0 47px; }

.comment-block .comment-list {
  float: left;
  width: 100%;
  padding: 0 5px; }

.comment-block .comment-list ul li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 0 14px; }

.comment-block .comment-list ul li h5 {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #222222; }

.comment-block .comment-list ul li h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.comment-block .comment-list ul li span.answer {
  position: absolute;
  top: -8px;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.06px;
  color: #289ed2; }

.comment-block .comment-list ul li span.date {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #222222;
  line-height: 14px; }

.comment-block .comment-list ul li p {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.comment-block .comment-list ul ul {
  padding: 0 0 0 55px; }

@media only screen and (max-width: 767px) {
  .comment-block .comment-list ul ul {
    padding: 0 0 0 35px; } }

.comment-block .comment-list ul ul p {
  margin: 0; }

.comment-block .comment-list ul ul li {
  margin: 0 0 11px; }

.comment-block .form-outer {
  float: left;
  width: 100%;
  padding: 42px 5px 0 5px;
  border-top: 1px solid #e8e8e8; }

.comment-block .form-outer .single-row {
  width: 100%;
  float: left;
  margin: 0 0 9px; }

.comment-block .form-outer .single-row textarea {
  width: 100%;
  float: left;
  resize: none;
  box-shadow: none;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.07);
  height: 116px;
  background: rgba(0, 0, 0, 0.01);
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  padding: 10px 14px 10px;
  border-radius: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-block .form-outer .single-row textarea {
    line-height: 21px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-block .form-outer .single-row textarea {
    line-height: 21px; } }

.comment-block .form-outer .single-row textarea:focus {
  box-shadow: none; }

.comment-block .form-outer .single-row label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 19px;
  display: block;
  color: #a0a0a0;
  letter-spacing: 0.1px; }

.comment-block .form-outer .main-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .comment-block .form-outer .main-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.comment-block .form-outer .main-row .single-row {
  width: 32.47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (max-width: 767px) {
  .comment-block .form-outer .main-row .single-row {
    width: 100%; } }

.comment-block .form-outer .main-row .single-row.btn-blk {
  width: 31%; }

@media only screen and (max-width: 767px) {
  .comment-block .form-outer .main-row .single-row.btn-blk {
    width: 100%; } }

.comment-block .form-outer .main-row .main-btn {
  height: 48px;
  margin: 18px 0 0;
  min-width: 100%;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-block .form-outer .main-row .main-btn {
    padding: 14px 6px;
    font-size: 14px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-block .form-outer .main-row .main-btn {
    padding: 14px 6px;
    font-size: 14px; } }

.comment-block .form-outer .main-row .main-btn:after {
  width: 33px;
  height: 44px; }

.input-box {
  width: 100%;
  display: inline-block;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  padding: 15px 14px 16px;
  background: rgba(0, 0, 0, 0.01);
  outline: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: capitalize;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input-box:focus {
  box-shadow: none;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.07);
  color: #333333; }

.input-box::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #333333; }

.input-box:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  color: #333333; }

.input-box::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  color: #333333;
  opacity: 1; }

.input-box:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #333333; }

.slider-block .tab-content > .tab-pane {
  display: block;
  visibility: hidden; }

.slider-block .tab-content > .tab-pane.active {
  visibility: visible; }

.slider-block .tab-content {
  position: relative; }

.slider-block .tab-pane:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.curve-pattern {
  width: 100%;
  height: 176px;
  padding: 33px 0 54px;
  background: url(../images/curved-img6.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px; }

@media only screen and (min-width: 1360px) and (max-width: 1499px) {
  .curve-pattern {
    background-size: 100% 100%; } }

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .curve-pattern {
    background-size: 100% 100%;
    height: 175px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .curve-pattern {
    background-size: 100% 100%;
    height: 155px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .curve-pattern {
    background-size: 100% 100%;
    height: 155px; } }

@media only screen and (max-width: 767px) {
  .curve-pattern {
    background-size: auto 100%;
    height: 155px; } }

@media only screen and (max-width: 479px) {
  .curve-pattern {
    padding: 33px 0 14px; } }

/*.maincontent-area { width: 100%; float: left; padding: 0 0 98px; margin-top: -60px; background: #FFFFFF; }*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .maincontent-area {
    margin-top: -30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maincontent-area {
    padding-top: 60px; } }

@media only screen and (max-width: 767px) {
  .maincontent-area {
    background: #f4f4f4;
    padding: 30px 15px 60px;
    margin-top: 0; } }

.maincontent-area .row {
  position: relative;
  z-index: 10; }

.maincontent-area h3 {
  text-transform: uppercase;
  padding-bottom: 29px; }

@media only screen and (max-width: 767px) {
  .maincontent-area h3 {
    padding-bottom: 16px; } }

.maincontent-area h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.maincontent-area p {
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  margin-bottom: 26px; }

@media only screen and (max-width: 767px) {
  .maincontent-area p {
    line-height: 24px;
    margin-bottom: 18px; } }

.maincontent-area .leftcontent-area {
  width: 100%;
  float: left;
  padding-right: 94px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maincontent-area .leftcontent-area {
    padding-right: 50px; } }

@media only screen and (max-width: 767px) {
  .maincontent-area .leftcontent-area {
    padding-right: 0; } }

.maincontent-area .rightcontent-area {
  width: 100%;
  float: left;
  padding: 0 5px 17px 8px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maincontent-area .rightcontent-area {
    padding: 0 0 17px; } }

@media only screen and (max-width: 767px) {
  .maincontent-area .rightcontent-area {
    padding: 10px 0 0; } }

.maincontent-area .rightcontent-area h3 {
  padding-bottom: 8px; }

.quick-links {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 20px 20px 14px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-links {
    padding: 20px 27px 14px 27px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-links {
    padding: 18px 12px 14px 12px; } }

@media only screen and (max-width: 767px) {
  .quick-links {
    padding: 20px 18px 14px 18px; } }

.quick-links li {
  width: 100%;
  float: left;
  margin-bottom: 14px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-links li {
    margin-bottom: 9px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-links li {
    margin-bottom: 8px; } }

@media only screen and (max-width: 767px) {
  .quick-links li {
    margin-bottom: 8px; } }

.quick-links li img {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  margin-right: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-links li img {
    margin-right: 13px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-links li img {
    margin-right: 8px; } }

@media only screen and (max-width: 767px) {
  .quick-links li img {
    margin-right: 10px; } }

.quick-links li a {
  float: left;
  color: #000000; }

.quick-links li a:hover, .quick-links li a:focus {
  color: #289ed2; }

.quick-links h5 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-links h5 {
    font-size: 18px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-links h5 {
    font-size: 18px;
    letter-spacing: 0; } }

@media only screen and (max-width: 767px) {
  .quick-links h5 {
    font-size: 18px;
    letter-spacing: 0.5px; } }

.quick-links h5 span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.product-outer {
  width: 100%;
  float: left; }

@media only screen and (max-width: 767px) {
  .product-outer {
    background: #f4f3f7; } }

.product-outer.spacing-btm {
  padding-bottom: 110px; }

@media only screen and (max-width: 767px) {
  .product-outer.spacing-btm {
    padding-bottom: 180px; } }

.product-single {
  width: 100%;
  float: left;
  padding: 92px 0 124px !important;
  background: #FFFFFF;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single {
    padding: 75px 0 100px !important; } }

@media only screen and (max-width: 767px) {
  .product-single {
    background: #f4f3f7 !important;
    padding: 50px 15px 55px !important; } }

.full-width-product.product-single:before {
  position: absolute;
  content: "";
  left: 0;
  top: -246px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img4.png) no-repeat left bottom;
  background-size: 100%;
  z-index: 0; }

@media only screen and (max-width: 767px) {
  .full-width-product.product-single:before {
    background: url(../images/curved-img10.png) no-repeat left bottom;
    background-size: 100%; } }

.product-single:nth-child(even) {
  padding: 125px 0 130px !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single:nth-child(even) {
    padding: 105px 0 120px !important; } }

@media only screen and (max-width: 767px) {
  .product-single:nth-child(even) {
    padding: 60px 15px 55px !important;
    background: #FFFFFF !important; } }

.product-single:nth-child(even):before {
  top: 0;
  background: url(../images/curved-img2.png) no-repeat left top;
  background-size: 100%; }

@media only screen and (max-width: 767px) {
  .product-single:nth-child(even):before {
    background: url(../images/curved-img9.png) no-repeat left top;
    background-size: 100%; } }

.product-single:nth-child(even) .product-image {
  text-align: right; }

@media only screen and (max-width: 767px) {
  .product-single:nth-child(even) .product-image {
    text-align: center; } }

.product-single:nth-child(even) .product-description {
  padding-right: 49px;
  padding-left: 0;
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .product-single:nth-child(even) .product-description {
    padding-right: 0; } }

.product-single:nth-child(even) .product-col:first-child {
  order: 2; }

@media only screen and (max-width: 767px) {
  .product-single:nth-child(even) .product-col:first-child {
    order: 0; } }

.product-single .product-col {
  z-index: 10; }

.product-single .product-image {
  width: 100%;
  float: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single .product-image img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .product-single .product-image {
    text-align: center; }
  .product-single .product-image img {
    width: 100%;
    max-width: 200px; } }

.product-single .product-description {
  width: 100%;
  float: left;
  margin-left: -21px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-single .product-description {
    margin-left: 0;
    padding-left: 39px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single .product-description {
    margin-left: 0;
    padding-left: 35px; } }

@media only screen and (max-width: 767px) {
  .product-single .product-description {
    margin-left: 0;
    padding: 25px 0 0; } }

.product-single .product-description h3 {
  padding-bottom: 29px;
  color: #000000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single .product-description h3 {
    padding-bottom: 18px; } }

@media only screen and (max-width: 767px) {
  .product-single .product-description h3 {
    padding-bottom: 15px; } }

.product-single .product-description h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.product-single .product-description p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
  max-width: 650px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single .product-description p {
    line-height: 23px;
    margin-bottom: 22px; } }

@media only screen and (max-width: 767px) {
  .product-single .product-description p {
    line-height: 24px;
    margin-bottom: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-single .product-description .main-btn {
    min-width: 194px; } }

@media only screen and (max-width: 767px) {
  .product-single .product-description .main-btn {
    width: 100%; } }

.product-single .description-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

@media only screen and (max-width: 767px) {
  .product-single .description-bottom {
    float: left;
    display: block;
    width: 100%; } }

.product-single .product-colors p {
  margin-bottom: 0;
  max-width: 100%; }

.product-colors {
  width: auto;
  float: left; }

@media only screen and (max-width: 767px) {
  .product-colors {
    width: 100%;
    margin-bottom: 25px; } }

.product-colors p {
  margin-bottom: 0;
  max-width: 100%; }

.product-colors ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.product-colors ul li {
  float: left;
  margin-left: 12px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-colors ul li {
    margin-left: 5px; } }

@media only screen and (max-width: 767px) {
  .product-colors ul li {
    margin-left: 6px; } }

.product-colors ul li:first-child {
  margin-left: 0; }

.product-colors ul li a {
  float: left;
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-colors ul li a {
    width: 35px;
    height: 35px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-colors ul li a {
    width: 23px;
    height: 23px; } }

@media only screen and (max-width: 767px) {
  .product-colors ul li a {
    width: 30px;
    height: 30px; } }

.product-colors ul li.color1 a {
  background: #c99473;
  background: -moz-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #c99473), color-stop(38%, #e2ad8a), color-stop(100%, #e5bc9c));
  background: -webkit-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: -o-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: -ms-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color2 a {
  background: #289ed2;
  background: -moz-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #289ed2), color-stop(38%, #299ed2), color-stop(100%, #63c3ed));
  background: -webkit-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: -o-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: -ms-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color3 a {
  background: #0d0d0d; }

.product-colors ul li.color4 a {
  background: #cb1762;
  background: -moz-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #cb1762), color-stop(38%, #e2196b), color-stop(100%, #f03e89));
  background: -webkit-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: -o-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: -ms-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color5 a {
  background: #dfb700;
  background: -moz-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #dfb700), color-stop(38%, #ecbe00), color-stop(100%, #efc700));
  background: -webkit-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: -o-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: -ms-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color6 a {
  background: #209140;
  background: -moz-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #209140), color-stop(38%, #25a454), color-stop(100%, #2bb85f));
  background: -webkit-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: -o-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: -ms-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color7 a {
  background: #a30900;
  background: -moz-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #a30900), color-stop(38%, #cf2326), color-stop(100%, #d6333d));
  background: -webkit-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: -o-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: -ms-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color8 a {
  background: #f14a00;
  background: -moz-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f14a00), color-stop(38%, #f06000), color-stop(100%, #f59300));
  background: -webkit-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: -o-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: -ms-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-colors ul li.color9 a {
  background: #bbb9b6;
  background: -moz-linear-gradient(295deg, #bbb9b6 0%, #dad9d5 38%, #e9e8e6 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #bbb9b6), color-stop(38%, #dad9d5), color-stop(100%, #e9e8e6));
  background: -webkit-linear-gradient(295deg, #bbb9b6 0%, #dad9d5 38%, #e9e8e6 100%);
  background: -o-linear-gradient(295deg, #bbb9b6 0%, #dad9d5 38%, #e9e8e6 100%);
  background: -ms-linear-gradient(295deg, #bbb9b6 0%, #dad9d5 38%, #e9e8e6 100%);
  background: linear-gradient(295deg, #bbb9b6 0%, #dad9d5 38%, #e9e8e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.banner-outer.bannerinner {
  background: #FFFFFF; }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner {
    background: #f4f4f4; } }

.banner-outer.bannerinner h1 {
  font-size: 90px;
  line-height: 66px;
  top: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer.bannerinner h1 {
    font-size: 80px;
    line-height: 62px; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner h1 {
    font-size: 60px;
    line-height: 42px;
    text-align: center; } }

.banner-outer.bannerinner h1 span {
  font-size: 80px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer.bannerinner h1 span {
    font-size: 70px; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner h1 span {
    font-size: 40px; } }

.banner-outer.bannerinner .banner-content {
  top: 25%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-outer.bannerinner .banner-content {
    top: 28%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer.bannerinner .banner-content {
    top: 29%; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner .banner-content {
    top: 50%;
    left: 50%;
    max-width: 100%; } }

.banner-outer.bannerinner .banner-content .banner-image {
  right: 50px;
  top: 50px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-outer.bannerinner .banner-content .banner-image {
    right: 30px;
    top: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer.bannerinner .banner-content .banner-image {
    right: 0;
    top: 90px;
    width: 100%; }
  .banner-outer.bannerinner .banner-content .banner-image img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner .banner-content .banner-image {
    right: 0;
    top: 0;
    text-align: center; }
  .banner-outer.bannerinner .banner-content .banner-image img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) and (max-width: 479px) {
  .banner-outer.bannerinner .banner-content .banner-image img {
    max-width: 250px; } }

.banner-outer.bannerinner .banner-content .banner-badge {
  top: 100%;
  position: absolute;
  margin-top: 34.5%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-outer.bannerinner .banner-content .banner-badge {
    margin-top: 35%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer.bannerinner .banner-content .banner-badge {
    margin-top: 41%;
    width: 60px; }
  .banner-outer.bannerinner .banner-content .banner-badge img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner .banner-content .banner-badge {
    top: 75px;
    position: relative;
    margin-top: 0; } }

@media only screen and (max-width: 479px) {
  .banner-outer.bannerinner .banner-content .banner-badge {
    top: 62px; }
  .banner-outer.bannerinner .banner-content .banner-badge img {
    width: 49px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-outer.bannerinner > img {
    width: 1800px;
    margin-left: -900px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer.bannerinner > img {
    width: 1600px;
    margin-left: -800px; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner > img {
    width: 1550px;
    margin-left: -253px;
    left: 0; } }

@media only screen and (max-width: 479px) {
  .banner-outer.bannerinner > img {
    width: 1200px;
    margin-left: -253px; } }

@media only screen and (max-width: 767px) {
  .banner-outer.bannerinner .banner-scroll {
    bottom: -78px; } }

@media only screen and (max-width: 479px) {
  .banner-outer.bannerinner .banner-scroll {
    bottom: -58px; } }

.breadcrumb-block {
  width: 100%;
  float: left;
  margin-bottom: 7px;
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 767px) {
  .breadcrumb-block {
    display: none; } }

.breadcrumb-block .breadcrumb {
  background: transparent;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.breadcrumb-block .breadcrumb li {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif; }

.breadcrumb-block .breadcrumb li a {
  color: #FFFFFF;
  text-decoration: underline; }

.breadcrumb-block .breadcrumb li a:hover, .breadcrumb-block .breadcrumb li a:focus {
  color: #000000; }

.breadcrumb-block .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 11px; }

.breadcrumb-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 9px;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #FFFFFF;
  font-size: 18px; }

.rating {
  width: 100%;
  float: left; }

.rating ul {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .rating ul {
    text-align: center;
    width: 100%; } }

.rating ul li {
  float: left;
  margin-left: 8px; }

@media only screen and (max-width: 767px) {
  .rating ul li {
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
    float: none; } }

.rating ul li:first-child {
  margin-left: 0; }

.rating ul li img {
  display: block; }

@media only screen and (max-width: 767px) {
  .rating ul li img {
    width: 15px; } }

.fix-header-blk {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.fix-header-blk.is_stuck {
  opacity: 1;
  visibility: visible; }

.fix-header-blk.page-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0; }

.fix-header-blk .totat-amt-row {
  margin: 0 auto;
  float: none;
  -webkit-box-shadow: 0px 5px 20px 0px transparent;
  -moz-box-shadow: 0px 5px 20px 0px transparent;
  box-shadow: 0px 5px 20px 0px transparent; }

.fix-header-blk .totat-amt-row.top {
  position: relative; }

.fix-header-blk .totat-amt-row .total-col-2 {
  text-align: right;
  padding-right: 10px;
  position: relative;
  top: 15px; }

.fix-header-blk .totat-amt-row .total-col-1 {
  width: auto;
  float: left;
  padding-left: 0; }

.fix-header-blk .item-button {
  background: #289ed2;
  width: auto; }

.fix-header-blk .item-button input {
  padding: 0 50px 0 20px; }

.fix-header-blk .totat-amt-row .total-col-5 {
  width: auto; }

.fix-header-blk .totat-amt-row {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }

.fix-header-blk .right-block {
  width: auto;
  float: right;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.fix-header-blk .right-block .total-col-4 {
  width: auto;
  padding-right: 20px; }

.fix-header-blk .right-block .total-col-5 {
  width: auto;
  float: right; }

.product-single.header-rm .product-description h3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (max-width: 767px) {
  .product-single.header-rm .product-description h3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; } }

.webshop-contentblk {
  width: 100%;
  padding: 0 0 100px;
  position: relative;
  z-index: 99;
  margin-top: -130px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .webshop-contentblk {
    margin-top: -87px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .webshop-contentblk {
    margin-top: -65px; } }

@media only screen and (max-width: 767px) {
  .webshop-contentblk {
    margin-top: 0; } }

.button-outercon {
  float: left;
  width: 100%;
  margin-bottom: 132px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .button-outercon {
    margin-bottom: 90px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button-outercon {
    margin-bottom: 45px; } }

@media only screen and (max-width: 767px) {
  .button-outercon {
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 35px; } }

.button-outercon a {
  padding-right: 50px;
  float: right; }

@media only screen and (max-width: 767px) {
  .button-outercon a {
    float: none;
    display: inline-block; } }

@media only screen and (max-width: 479px) {
  .button-outercon a {
    letter-spacing: 0; } }

.tape-list-outer {
  float: left;
  width: 100%; }

.tape-list-outer .row {
  padding-left: -10px;
  padding-right: -10px; }

.tape-list-outer .row .col-sm-4 {
  padding: 0 10px; }

@media only screen and (max-width: 767px) {
  .tape-list-outer .row .col-sm-4 {
    padding: 0; } }

.product-item-wrap {
  float: left;
  width: 100%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  margin-bottom: 0px; }

.product-item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 17px 10px 24px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-top {
    padding: 15px 10px; } }

.product-item-left {
  width: 56%; }

.product-item-left h3 {
  float: left;
  width: 100%;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item-left h3 {
    font-size: 30px;
    line-height: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-left h3 {
    font-size: 20px;
    line-height: 20px; } }

@media only screen and (max-width: 767px) {
  .product-item-left h3 {
    font-size: 30px;
    line-height: 30px; } }

.product-item-left h4 {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item-left h4 {
    font-size: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-left h4 {
    font-size: 18px;
    line-height: 20px; } }

/*@media only screen and (max-width: 767px) { .product-item-left h4 { font-size: 20px; line-height: 22px; } }*/
.product-item-left ul.rating {
  float: left;
  width: 100%;
  list-style: none; }

.product-item-left ul.rating li {
  float: left;
  width: auto; }

.product-item-right {
  width: 44%;
  text-align: right; }

.product-item-right .color-scheme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.product-item-right .color-scheme span {
  float: left;
  width: auto;
  color: #289ed2;
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 34px;
  margin-left: 2px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item-right .color-scheme span {
    font-size: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-right .color-scheme span {
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
  .product-item-right .color-scheme span {
    font-size: 25px; } }

.product-item-right .color-scheme span.scheme3 {
  color: #e5b998; }

.product-item-right .color-scheme span.scheme4 {
  color: #000000; }

.product-item-right .color-scheme span.scheme5 {
  color: #a32248; }

.product-item-right .price-value {
  float: left;
  width: 100%;
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000000;
  text-align: right;
  margin-top: 10px; }

.product-item-right .price-value span.sub {
  font-family: "Roboto", sans-serif; }

.product-item-right .price-value span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item-right .price-value {
    font-size: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-right .price-value {
    font-size: 18px;
    margin-top: 3px; } }

@media only screen and (max-width: 767px) {
  .product-item-right .price-value {
    font-size: 22px;
    margin-top: 5px; } }

.product-item-image {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-image img {
    width: 60%; } }

@media only screen and (max-width: 767px) {
  .product-item-image img {
    width: 50%; } }

.product-item-bottom {
  float: left;
  width: 100%; }

.product-item-bottom .counter-outer {
  width: 23.247%;
  float: left;
  height: 66px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-bottom .counter-outer {
    width: 28.247%;
    height: 50px; } }

.product-item-bottom .counter-outer .pt_Quantity {
  width: 100%; }

.product-item-bottom .counter-outer .pt_Quantity input {
  height: 66px;
  padding: 12px 29px 12px 16px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-bottom .counter-outer .pt_Quantity input {
    height: 50px;
    padding: 12px 29px 12px 10px; } }

.product-item-bottom .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
  top: 12px;
  left: -13px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-bottom .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
    top: 4px; } }

.product-item-bottom .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
  bottom: -9px;
  left: -13px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item-bottom .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
    bottom: 1px; } }

.item-count {
  float: left;
  width: 23.247%;
  border: 1px solid #979797;
  height: 66px;
  position: relative; }

.item-count:after, .item-count:before {
  position: absolute;
  right: 7px;
  width: 1.6em;
  height: 0;
  font-size: 10px;
  pointer-events: none;
  background: #fff; }

.item-count:after {
  color: #000000;
  content: "\25B2";
  margin-top: 8px; }

@media only screen and (max-width: 767px) {
  .item-count:after {
    margin-top: 2px; } }

.item-count:before {
  color: #000000;
  content: "\25BC";
  margin-bottom: 5px;
  bottom: 25px; }

@media only screen and (max-width: 767px) {
  .item-count:before {
    bottom: 22px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-count {
    height: 50px;
    width: 20%; } }

@media only screen and (max-width: 767px) {
  .item-count {
    border-left: none; } }

.item-count input[type=number] {
  float: left;
  width: 100%;
  height: 64px;
  border: 0;
  padding: 21px 15px 18px 19px;
  color: #010101;
  font-size: 18px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-count input[type=number] {
    height: 48px;
    font-size: 14px;
    padding: 0 5px; } }

.item-button {
  float: left;
  width: 76.757%;
  background: #63aa15;
  height: 66px;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-button {
    width: 71.1%;
    height: 50px; } }

@media only screen and (max-width: 767px) {
  .item-button {
    width: 76.754%; } }

.item-button:after {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: url(../images/svg/arrow_icon.svg) no-repeat center center;
  width: 45px;
  height: 45px;
  color: #FFFFFF; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-button:after {
    width: 30px; } }

.item-button input {
  float: left;
  width: 100%;
  background: none;
  text-align: center;
  color: #FFFFFF;
  line-height: 66px;
  border: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.6px;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-button input {
    line-height: 50px;
    font-size: 12px; } }

.item-button input:hover {
  background: #000000; }

.feature-list {
  float: left;
  width: 100%;
  margin: 5px 0 30px; }

.feature-list ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-align: center; }

.feature-list ul li {
  display: inline-block;
  width: 304px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list ul li {
    width: 240px; } }

.feature-list ul li .icon-outer {
  display: table-cell;
  width: 69px;
  height: 69px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  line-height: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list ul li .icon-outer {
    width: 55px;
    height: 55px; }
  .feature-list ul li .icon-outer img {
    width: 50%; } }

.feature-list ul li .feature-content {
  display: table-cell;
  width: auto;
  padding-left: 16px;
  vertical-align: middle; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list ul li .feature-content {
    padding-left: 10px; } }

.feature-list ul li .feature-content h5 {
  float: left;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 2px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list ul li .feature-content h5 {
    font-size: 16px;
    line-height: 22px; } }

.feature-list ul li .feature-content h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 22px;
  padding-left: 5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list ul li .feature-content h5 span {
    font-size: 16px;
    line-height: 22px; } }

.feature-list ul li .feature-content p {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 14px;
  margin: 0;
  line-height: 15px;
  text-align: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list ul li .feature-content p {
    line-height: 15px;
    font-size: 12px; } }

.webshop-content-container {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 100px 0 250px;
  position: relative; }

.webshop-content-container:before {
  position: absolute;
  content: "";
  left: 0;
  top: -246px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img4.png) no-repeat left bottom;
  background-size: 100% auto;
  z-index: 0; }

.webshop-content {
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .webshop-content {
    padding: 0 15px; } }

.webshop-content h3 {
  float: left;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 26px; }

.webshop-content h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding-left: 5px; }

.webshop-content .webshop-text-outer {
  float: left;
  width: 100%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 115px;
  -webkit-column-gap: 115px;
  column-gap: 115px; }

@media only screen and (max-width: 767px) {
  .webshop-content .webshop-text-outer {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0; } }

@media only screen and (max-width: 767px) {
  .webshop-content .webshop-text-outer p {
    margin-bottom: 15px;
    line-height: 22px; } }

.banner-container.webshop {
  padding-bottom: 94px; }

@media only screen and (max-width: 767px) {
  .banner-container.webshop {
    padding: 130px 0 160px; }
  .woocommerce-cart .banner-container.webshop {
    padding: 50px 0 140px; } }

.banner-container.webshop h1 {
  font-size: 60px;
  line-height: 48px; }

@media only screen and (max-width: 767px) {
  .banner-container.webshop h1 {
    text-align: center; } }

.banner-container.webshop h1 span {
  font-size: 60px; }

@media only screen and (max-width: 767px) {
  .banner-container.webshop h1 span {
    font-size: 40px; } }

.banner-container.webshop .curve-pattern {
  background-image: url(../images/curved-img-white.png); }

.checkout-page {
  background: #038bc7;
  background: -moz-linear-gradient(top, #038bc7 0%, #42b3e5 50%, #69cefb 100%);
  background: -webkit-linear-gradient(top, #038bc7 0%, #42b3e5 50%, #69cefb 100%);
  background: linear-gradient(to bottom, #038bc7 0%, #42b3e5 50%, #69cefb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#038bc7', endColorstr='#69cefb', GradientType=0); }

.checkout-container {
  max-width: 810px;
  margin: 0 auto; }

.checkout-holder {
  width: 100%;
  float: left;
  padding: 0 20px;
  margin: 27px 0 186px; }

@media only screen and (max-width: 767px) {
  .checkout-holder {
    margin: 25px 0; } }

.back-btn {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 12px;
  color: #FFFFFF;
  display: none;
  padding: 0 0 0 12px;
  margin: 30px 0 0;
  position: relative; }

.back-btn:before {
  width: 5px;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/arrow_prev.svg) no-repeat center center;
  background-size: cover; }

@media only screen and (max-width: 767px) {
  .back-btn {
    display: block;
    color: #fff !important; } }

.checkout-logo {
  max-width: 135px;
  margin: 0 auto; }

.checkout-logo a {
  float: left; }

.checkout-logo a img {
  max-width: 135px; }

@media only screen and (max-width: 767px) {
  .checkout-logo a img {
    max-width: 120px; } }

.checkout-content {
  width: 100%;
  height: auto;
  float: left;
  background: #FFFFFF;
  margin: 16px 0 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative; }

.checkout-header {
  width: 100%;
  float: left;
  background: #f4f4f4; }

.checkout-section {
  width: 100%;
  float: left;
  padding: 22px 48px; }

@media only screen and (max-width: 767px) {
  .checkout-section {
    padding: 15px; } }

.checkout-section h4 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px; }

.checkout-section h4 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.checkout-section h5 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px; }

.checkout-section h5 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.checkout-section span:not(.required, .woocommerce-terms-and-conditions-checkbox-text) {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 14px;
  color: #a0a0a0; }

.checkout-section input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.01);
  height: 48px;
  padding: 15px 14px;
  font-size: 14px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1px; }

.checkout-section .input-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5px; }

.checkout-section .input-row .input-type1 {
  width: 60.36%; }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row .input-type1 {
    width: 100%; } }

.checkout-section .input-row .input-type2 {
  width: 37.1%; }

.checkout-section .input-row .input-type3 {
  width: 21.22%; }

.checkout-section .input-row .input-type4 {
  width: 17.36%; }

.checkout-section .input-row .input-type5 {
  width: 17.06%; }

.checkout-section .input-row .input-type6 {
  width: 41.25%; }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 .input-type3 {
    width: 29.6%; } }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 .input-type4 {
    width: 48%; } }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 .input-type5 {
    width: 48%; } }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 .input-type6 {
    width: 48%; } }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 .input-type2:first-child {
    width: 66%; } }

@media only screen and (max-width: 767px) {
  .checkout-section .input-row.input-row-wrap1 .input-type2:last-child {
    width: 100%; } }

.checkout-footer {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .checkout-footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.checkout-footer .checkout-footer-left {
  text-align: center;
  width: 51.95%;
  float: left; }

@media only screen and (max-width: 767px) {
  .checkout-footer .checkout-footer-left {
    display: none; } }

.checkout-footer .checkout-footer-left a {
  color: #777777;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 15px; }

.checkout-footer .checkout-footer-left a:before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/grey-arrow.svg) no-repeat center center; }

.checkout-footer .checkout-footer-left a:hover {
  color: #289ed2; }

.checkout-footer .checkout-footer-right {
  float: right;
  width: 48.05%; }

@media only screen and (max-width: 767px) {
  .checkout-footer .checkout-footer-right {
    width: 100%; } }

.checkout-footer .checkout-footer-right button {
  width: 100%;
  cursor: pointer;
  height: 66px; }

@media only screen and (max-width: 767px) {
  .checkout-footer .checkout-footer-right button {
    font-size: 14px;
    text-align: center;
    padding: 10px; } }

@media only screen and (max-width: 479px) {
  .checkout-footer .checkout-footer-right button {
    font-size: 12px; } }

.checkout-footer .checkout-footer-right button:after {
  width: 35px;
  height: 35px; }

.curetape-roll {
  width: 221px;
  height: 150px;
  position: absolute;
  left: -112px;
  bottom: -67px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .curetape-roll {
    width: 200px;
    left: -90px;
    bottom: -80px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .curetape-roll {
    width: 120px;
    left: -8px;
    bottom: -120px; } }

@media only screen and (max-width: 767px) {
  .curetape-roll {
    display: none; } }

.curetape-roll img {
  width: 100%; }

.checkout-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.checkout-nav ul li {
  width: 31.95%;
  text-align: center;
  position: relative; }

@media only screen and (max-width: 767px) {
  .checkout-nav ul li {
    width: 100%;
    display: none; } }

.checkout-nav ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #808080;
  left: 0;
  bottom: 0; }

.checkout-nav ul li a {
  color: #808080;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 12px;
  display: inline-block;
  width: 100%; }

.checkout-nav ul li a strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .checkout-nav ul li.active {
    display: block;
    margin: 0 15px; } }

.checkout-nav ul li.active:after {
  background: #1a2b67; }

.checkout-nav ul li.active a {
  color: #1a2b67; }

.loc-select-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .loc-select-out {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.loc-select-out .radio-select {
  width: 31.89%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .loc-select-out .radio-select {
    width: 100%;
    margin-bottom: 10px; } }

.radio-select [type="radio"]:checked, .radio-select [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.radio-select [type="radio"]:checked + label, .radio-select [type="radio"]:not(:checked) + label {
  position: relative;
  padding: 8px 0 8px 38px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: inline-block; }

.radio-select [type="radio"]:checked + label:before, .radio-select [type="radio"]:not(:checked) + label:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 12px;
  top: 10px;
  border: 2px solid #d4d9dd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.radio-select [type="radio"]:checked + label:after, .radio-select [type="radio"]:not(:checked) + label:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  border: 1px solid #289ed2;
  background: #289ed2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.radio-select [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.radio-select [type="radio"]:checked + label:before {
  border: 2px solid #289ed2; }

.radio-select [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.checkout-block {
  margin-bottom: 25px; }

#map {
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 767px) {
  #map {
    width: 100%;
    height: 136px; } }

.address-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .address-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.address-block .address-left {
  width: 54%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (max-width: 767px) {
  .address-block .address-left {
    width: 100%; } }

.address-block .address-left .address-top {
  padding: 35px 25px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .address-block .address-left .address-top {
    padding: 20px 15px; } }

@media only screen and (max-width: 767px) {
  .address-block .address-left .address-top {
    padding: 15px; } }

.address-block .address-left .address-top address {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  line-height: 18px;
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  .address-block .address-left .address-top address {
    margin-bottom: 5px; } }

.address-block .address-left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

@media only screen and (max-width: 767px) {
  .address-block .address-left ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.address-block .address-left ul li {
  margin-left: 18px; }

@media only screen and (max-width: 767px) {
  .address-block .address-left ul li {
    margin-left: 0; } }

.address-block .address-left ul li:first-child {
  margin-left: 0; }

.address-block .address-left ul li a {
  color: #249cd5;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 14px;
  padding-right: 10px;
  position: relative; }

.address-block .address-left ul li a:hover {
  color: #000000; }

.address-block .address-left ul li a:after {
  width: 5px;
  height: 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/next-icon-blue.svg) no-repeat center center;
  background-size: cover; }

.address-block .address-left .delivery-information {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  background: #f4f4f4;
  color: #808080;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

@media only screen and (max-width: 767px) {
  .address-block .address-left .delivery-information {
    padding: 12px; } }

.address-block .address-left .delivery-information img {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .address-block .address-left .delivery-information img {
    width: 20px; } }

.address-block .address-right {
  width: 46%; }

@media only screen and (max-width: 767px) {
  .address-block .address-right {
    width: 100%; } }

.payment-block {
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .payment-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.payment-block .radio-select span {
  font-size: 22px !important;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 8px 0 8px 38px;
  position: relative; }

.payment-block .radio-select span strong {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000000; }

.payment-block .radio-select [type="radio"]:checked + span, .payment-block .radio-select [type="radio"]:not(:checked) + span {
  position: absolute;
  /*left: -9999px;*/ }

.payment-block .radio-select [type="radio"]:checked + span, .payment-block .radio-select [type="radio"]:not(:checked) + span {
  position: relative;
  padding: 8px 0 8px 38px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: inline-block; }

.payment-block .radio-select [type="radio"]:checked + span:before, .payment-block .radio-select [type="radio"]:not(:checked) + span:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 12px;
  top: 10px;
  border: 2px solid #d4d9dd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.payment-block .radio-select [type="radio"]:checked + span:after, .payment-block .radio-select [type="radio"]:not(:checked) + span:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  border: 1px solid #289ed2;
  background: #289ed2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.payment-block .radio-select [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.payment-block .radio-select [type="radio"]:checked + span:before {
  border: 2px solid #289ed2; }

.payment-block .radio-select [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.payment-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 52%; }

@media only screen and (max-width: 767px) {
  .payment-select {
    width: 100%;
    order: 3;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    padding-left: 20px; } }

.payment-select .select-outer {
  max-width: 210px; }

@media only screen and (max-width: 767px) {
  .payment-select .select-outer {
    max-width: 100%; } }

.payment-select label {
  color: #777777;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

.payment-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .payment-footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.payment-footer .payment-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.payment-footer .payment-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%; }

@media only screen and (max-width: 767px) {
  .payment-footer .payment-right {
    width: 100%; } }

.payment-footer .payment-right label {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif; }

.payment-footer .payment-right label a {
  color: #289ed2; }

.checkbox-select [type="checkbox"]:checked, .checkbox-select [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.checkbox-select [type="checkbox"]:checked + label, .checkbox-select [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding: 8px 0 8px 38px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: inline-block; }

.checkbox-select [type="checkbox"]:checked + label:before, .checkbox-select [type="checkbox"]:not(:checked) + label:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 12px;
  top: 10px;
  border: 2px solid #d4d9dd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.checkbox-select [type="checkbox"]:checked + label:after, .checkbox-select [type="checkbox"]:not(:checked) + label:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  border: 1px solid #63aa15;
  background: #63aa15;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.checkbox-select [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.checkbox-select [type="checkbox"]:checked + label:before {
  border: 2px solid #63aa15;
  background: #63aa15; }

.checkbox-select [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: url(../images/tick.png) no-repeat;
  width: 14px;
  height: 12px;
  left: 14px;
  top: 12px; }

.small-banner-container {
  float: left;
  width: 100%;
  position: relative; }

.small-banner-container .small-banner {
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/banner_bg_blue.png) no-repeat;
  background-size: 100% 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-banner-container .small-banner {
    height: 350px; } }

@media only screen and (max-width: 767px) {
  .small-banner-container .small-banner {
    background-size: 100% 100% !important;
    background-position: center top;
    height: 250px;
    background: url(../images/banner_blue_mob.png) no-repeat; } }

.small-banner-container .banner-text {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .small-banner-container .banner-text {
    bottom: 70px; } }

.small-banner-container .banner-text .banner-text-wrap {
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .small-banner-container .banner-text .banner-text-wrap {
    padding: 0 15px;
    text-align: center; } }

.small-banner-container .banner-text .banner-text-wrap h1 {
  font-size: 60px;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #FFFFFF; }

@media only screen and (max-width: 767px) {
  .small-banner-container .banner-text .banner-text-wrap h1 {
    font-size: 50px;
    line-height: 40px; } }

.small-banner-container .banner-text .banner-text-wrap h1 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 60px; }

@media only screen and (max-width: 767px) {
  .small-banner-container .banner-text .banner-text-wrap h1 span {
    font-size: 50px; } }

.cart-contentblk {
  float: left;
  width: 100%;
  padding: 0px 0 245px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-contentblk {
    padding: 0px 0 200px; } }

@media only screen and (max-width: 767px) {
  .cart-contentblk {
    padding: 0px 0 200px; } }

.cart-content-wrap {
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .cart-content-wrap {
    margin-top: 20px; } }

.cart-left {
  float: left;
  width: 65.81%; }

@media only screen and (max-width: 767px) {
  .cart-left {
    width: 100%; } }

.cart-left .cart-head {
  float: left;
  width: 100%;
  padding-bottom: 2px; }

@media only screen and (max-width: 767px) {
  .cart-left .cart-head {
    display: none; } }

.cart-left .cart-head span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  letter-spacing: 0px; }

.cart-left .cart-item-wrap {
  float: left;
  width: 100%; }

.cart-left .cart-item-wrap .cart-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
  padding: 23px 0 14px;
  position: relative;
  z-index: 9999; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .cart-item-wrap .cart-item-row {
    padding: 20px 0 14px; } }

@media only screen and (max-width: 767px) {
  .cart-left .cart-item-wrap .cart-item-row {
    float: left;
    display: block;
    padding: 20px 30px 25px; } }

.cart-left .cart-item-wrap .cart-item-row:nth-child(2n+1) {
  background: #f4f4f4;
  z-index: 999; }

.cart-left .cart-item-wrap .cart-item-row:hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }

.cart-left .cart-item-wrap .cart-item-row .remove-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-left .cart-item-wrap .cart-item-row .remove-btn {
    right: 7px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .cart-item-wrap .cart-item-row .remove-btn {
    right: 3px; } }

@media only screen and (max-width: 767px) {
  .cart-left .cart-item-wrap .cart-item-row .remove-btn {
    right: inherit;
    left: 10px; } }

.cart-left .cart-item-wrap .cart-item-row label {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
  width: 100%;
  display: none; }

@media only screen and (max-width: 767px) {
  .cart-left .cart-item-wrap .cart-item-row label {
    display: block; } }

.cart-left .prod-name {
  float: left;
  width: 54.54%;
  padding-left: 35px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-left .prod-name {
    padding-left: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-name {
    padding-left: 10px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-name {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.cart-left .prod-name .prod-thumb {
  float: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-name .prod-thumb img {
    max-width: 60px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-name .prod-thumb img {
    max-width: 60px; } }

.cart-left .prod-name .prod-text {
  float: left;
  padding: 15px 10px 13px 28px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-left .prod-name .prod-text {
    padding: 15px 10px 13px 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-name .prod-text {
    padding: 5px 5px 5px 10px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-name .prod-text {
    padding: 5px 10px 0px 15px; } }

.cart-left .prod-name .prod-text h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 12px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-left .prod-name .prod-text h5 {
    font-size: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-name .prod-text h5 {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-name .prod-text h5 {
    line-height: 24px; } }

.cart-left .prod-name .prod-text h5 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.cart-left .prod-name .prod-text span {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.cart-left .prod-qty {
  float: left;
  width: 8.57%;
  text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-qty {
    width: 10.57%; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-qty {
    width: 33.33%; } }

.cart-left .prod-qty .counter-outer {
  width: 100%;
  height: 48px;
  border: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-qty .counter-outer {
    height: 40px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-qty .counter-outer {
    max-width: 100px;
    height: 40px; } }

.cart-left .prod-qty .counter-outer input[type="number"] {
  padding: 10px 5px 10px 10px;
  height: 48px;
  border: 1px solid #979797;
  font-size: 16px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-left .prod-qty .counter-outer input[type="number"] {
    font-size: 14px;
    padding: 10px 5px 10px 5px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-qty .counter-outer input[type="number"] {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    height: 40px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-qty .counter-outer input[type="number"] {
    height: 40px; } }

.cart-left .prod-qty .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
  left: -4px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-qty .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
    top: 0; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-qty .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
    top: 1px; } }

.cart-left .prod-qty .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
  left: -4px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-qty .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
    bottom: 7px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-qty .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
    bottom: 9px; } }

.cart-left .prod-price {
  float: left;
  width: 22.72%;
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-price {
    font-size: 16px;
    width: 20.72%; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-price {
    width: 33.33%; } }

.cart-left .prod-total {
  float: left;
  width: 14.15%;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-left .prod-total {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .cart-left .prod-total {
    width: 33.33%; } }

.cart-right {
  float: left;
  width: 34.19%;
  padding-left: 2.56%;
  margin-top: -130px; }

@media only screen and (max-width: 767px) {
  .cart-right {
    width: 100%;
    padding-left: 0;
    margin-top: 0; } }

.cart-sidebar {
  float: left;
  width: 100%; }

.cart-sidebar.fixed {
  position: fixed;
  top: 0;
  max-width: 370px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-sidebar.fixed {
    max-width: 306px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-sidebar.fixed {
    max-width: 234px; } }

@media only screen and (max-width: 767px) {
  .cart-sidebar.fixed {
    position: inherit;
    max-width: none;
    width: 100%; } }

.cart-widget {
  float: left;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }

.cart-widget .item-button {
  width: 100%; }

.cart-widget-row {
  float: left;
  width: 100%;
  padding: 20px 25px 16px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-widget-row {
    padding: 15px; } }

@media only screen and (max-width: 767px) {
  .cart-widget-row {
    padding: 15px; } }

.cart-widget-row h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 28px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-widget-row h5 {
    font-size: 24px; } }

.cart-widget-row h5 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.cart-widget-row .amt-left {
  float: left;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

.cart-widget-row .amt-right {
  float: right;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #1a2b67;
  text-align: right; }

.cart-widget-row .amt-right span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #757575; }

.cart-widget-row.grey {
  background: #f4f4f4; }

.cart-widget-row.grey .amt-right {
  font-size: 18px;
  color: #63aa15; }

.cart-widget-row.total .amt-left {
  padding: 7px 0; }

.cart-widget-row.total .amt-right {
  font-size: 26px; }

.cart-widget-row.text {
  position: relative;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 0px;
  padding-bottom: 0px; }

.cart-widget-row.text input {
  float: left;
  width: 100%;
  height: 34px;
  line-height: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  padding: 0 30px 0 0; }

.cart-widget-row.text input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  color: #777777 !important; }

.cart-widget-row.text input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  color: #777777 !important; }

.cart-widget-row.text input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  color: #777777 !important; }

.cart-widget-row.text input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  color: #777777 !important; }

.cart-widget-row.text:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/svg/down-arrow.svg");
  width: 12px;
  height: 12px; }

.service-widget {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-widget {
    margin-top: 40px;
    padding-bottom: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-widget {
    margin-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .service-widget {
    margin-top: 30px;
    padding-bottom: 30px; } }

.service-widget ul {
  list-style: none; }

.service-widget ul li {
  padding: 0 30px;
  margin-bottom: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-widget ul li {
    padding: 0 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-widget ul li {
    padding: 0 12px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .service-widget ul li {
    padding: 0 15px;
    margin-bottom: 15px; } }

.service-widget ul li .item-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%; }

.service-widget ul li .item-single .icon {
  display: inline-block;
  width: 69px;
  height: 69px;
  text-align: center;
  padding: 15px 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.25); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-widget ul li .item-single .icon {
    width: 55px;
    height: 55px; } }

.service-widget ul li .item-single .icon img {
  max-width: 40px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-widget ul li .item-single .icon img {
    max-width: 30px; } }

.service-widget ul li .item-single span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 22px;
  padding-left: 15px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-widget ul li .item-single span {
    font-size: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-widget ul li .item-single span {
    font-size: 14px;
    padding-left: 10px; } }

@media only screen and (max-width: 767px) {
  .service-widget ul li .item-single span {
    font-size: 20px; } }

.service-widget ul li .item-single span strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.calculator-block {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  left: 30%;
  padding-bottom: 70px;
  max-width: 320px;
  min-height: 550px;
  background: #000000; }

.calculator-block .close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

.calculator-block .close-btn img {
  width: 100%; }

.calculator-block .header-section {
  width: 100%;
  height: auto;
  float: left;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  padding: 35px 0 5px 0; }

.calculator-block .header-section span {
  width: 220px;
  margin: 0 auto;
  overflow: hidden;
  display: table; }

.calculator-block .price-section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 30px 0; }

.calculator-block .price-section .result-blk {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  display: table;
  text-align: center;
  line-height: 133px;
  background: #e5bc9c;
  background: -moz-linear-gradient(left, #e5bc9c 0%, #e2ad8a 49%, #c99473 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e5bc9c), color-stop(49%, #e2ad8a), color-stop(100%, #c99473));
  background: -webkit-linear-gradient(left, #e5bc9c 0%, #e2ad8a 49%, #c99473 100%);
  background: -o-linear-gradient(left, #e5bc9c 0%, #e2ad8a 49%, #c99473 100%);
  background: -ms-linear-gradient(left, #e5bc9c 0%, #e2ad8a 49%, #c99473 100%);
  background: linear-gradient(to right, #e5bc9c 0%, #e2ad8a 49%, #c99473 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bc9c', endColorstr='#c99473', GradientType=1 );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  border: #FFFFFF solid 2px; }

.calculator-block .price-section .result-blk .cout-text {
  width: 100%;
  height: auto;
  text-align: center;
  background: none;
  border: none;
  padding: 0 25px;
  margin: 0;
  outline: none; }

.calculator-block .price-section .minus-blk, .calculator-block .price-section .plus-blk {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold; }

.calculator-block .price-section .minus-blk button, .calculator-block .price-section .plus-blk button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none; }

.calculator-block .price-section .minus-blk {
  left: 50%;
  background: #FFF;
  margin-left: -92px; }

.calculator-block .price-section .plus-blk {
  right: 50%;
  background: #63AA15;
  margin-right: -92px; }

.calculator-block .main-blkouter {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  bottom: -137px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.calculator-block .main-blkouter .price-block {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 0 10px 0;
  background: #d4d4d4; }

.calculator-block .main-blkouter .price-block .left-blk {
  width: 50%;
  height: auto;
  float: left;
  padding-left: 25px; }

.calculator-block .main-blkouter .price-block .left-blk span {
  width: 100%;
  float: left;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.calculator-block .main-blkouter .price-block .left-blk span.price {
  font-size: 22px; }

.calculator-block .main-blkouter .price-block .right-blk {
  width: 50%;
  height: auto;
  float: right;
  max-width: 100px; }

.calculator-block .main-blkouter .price-block .right-blk span {
  width: 100%;
  float: left;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.calculator-block .main-blkouter .price-block .right-blk span.price {
  font-size: 22px;
  font-weight: bold; }

.calculator-block .main-blkouter .numbers-block {
  width: 100%;
  height: auto;
  float: left;
  background: #FFF;
  position: relative;
  -webkit-box-shadow: 0px -2px 8px -1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px -2px 8px -1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px -2px 8px -1px rgba(0, 0, 0, 0.33); }

.calculator-block .main-blkouter .numbers-block ul {
  width: 100%;
  height: auto;
  float: left; }

.calculator-block .main-blkouter .numbers-block ul li {
  width: 33.33%;
  height: 52px;
  float: left;
  border-top: #b3b6bb solid 1px;
  border-right: #b3b6bb solid 1px;
  list-style: none; }

.calculator-block .main-blkouter .numbers-block ul li .btn-blk {
  width: 100%;
  height: 52px;
  float: left;
  border: none;
  background: none;
  outline: none;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 5px; }

.calculator-block .main-blkouter .numbers-block ul li .btn-blk span {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500; }

.calculator-block .main-blkouter .numbers-block ul li.plain-blk {
  background: #b3b6bb; }

.calculator-block .main-blkouter .numbers-block ul li.plain-blk img {
  width: 23px; }

.calculator-block .btn-blkouter {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0; }

.calculator-block .btn-blkouter .main-btn.green {
  width: 100%;
  max-width: 100%;
  height: 70px; }

.calculator-block.active-keyboard .main-blkouter {
  bottom: 0px;
  z-index: 9999; }

/*.banner-container.product-banner { padding: 122px 0 63px; }*/
.banner-container.product-banner h1 {
  font-size: 80px; }

.banner-container.product-banner h1 span {
  font-size: 60px; }

@media only screen and (max-width: 767px) {
  .banner-container.product-banner h1 {
    line-height: 60px; } }

.banner-container.product-banner .breadcrumb-block {
  margin-bottom: 12px; }

.banner-container.product-banner .banner-image {
  padding: 15px 0 0;
  float: left;
  width: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-container.product-banner .banner-image img {
    width: 500px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-container.product-banner .banner-image img {
    width: 300px; } }

@media only screen and (max-width: 767px) {
  .banner-container.product-banner .banner-image img {
    width: 300px;
    margin-bottom: -54px;
    display: inherit; } }

@media only screen and (max-width: 479px) {
  .banner-container.product-banner .banner-image img {
    width: 290px;
    margin-bottom: -41px; } }

.banner-container.product-banner .banner-badge {
  width: 100%;
  float: left;
  margin: -62px 0 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-container.product-banner .banner-badge {
    margin: -44px 0 0; } }

@media only screen and (max-width: 767px) {
  .banner-container.product-banner .banner-badge {
    text-align: left;
    margin: -50px 0 0;
    position: relative;
    z-index: 9; } }

@media only screen and (max-width: 767px) {
  .banner-container.product-banner .banner-badge img {
    width: 50px; } }

@media only screen and (max-width: 479px) {
  .banner-container.product-banner .banner-badge img {
    width: 34px; } }

@media only screen and (max-width: 767px) {
  .banner-content-left {
    text-align: center; } }

.banner-content-left .rating {
  line-height: 10px; }

@media only screen and (max-width: 767px) {
  .banner-content-left .rating {
    padding-bottom: 25px; } }

.banner-content-left .rating ul {
  width: auto;
  display: inline-block;
  vertical-align: top; }

.banner-content-left .rating ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  float: none; }

.banner-content-left .rating ul li img {
  width: 15px;
  height: 14px; }

.banner-content-left .rating span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #FFFFFF; }

.banner-content-left .slider.slider-nav {
  max-width: 440px;
  float: right;
  top: -77px;
  width: 100%;
  z-index: 1; }

@media only screen and (min-width: 1360px) and (max-width: 1499px) {
  .banner-content-left .slider.slider-nav {
    top: -15px; } }

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .banner-content-left .slider.slider-nav {
    top: -15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content-left .slider.slider-nav {
    top: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content-left .slider.slider-nav {
    top: 27px;
    max-width: 380px; } }

@media only screen and (max-width: 767px) {
  .banner-content-left .slider.slider-nav {
    top: 97px;
    max-width: 209px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    float: none;
    padding: 0 1px; } }

@media only screen and (max-width: 479px) {
  .banner-content-left .slider.slider-nav {
    top: 76px; } }

.slick-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 -20px;
  outline: none; }

@media only screen and (max-width: 767px) {
  .slick-arrow {
    top: 0px;
    transform: translateY(0); } }

.slick-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 19px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ""; }

@media only screen and (max-width: 767px) {
  .slick-arrow:before {
    top: 7px;
    transform: none; } }

.slick-arrow.slick-next {
  right: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow.slick-next {
    right: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow.slick-next {
    right: 18px; } }

/*@media only screen and (max-width: 767px) { .banner-content-left .slick-arrow.slick-next { right: -21px; } }*/
/*.slick-arrow.slick-next:before { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIzIiB5PSIwIiB3aWR0aD0iNyIgaGVpZ2h0PSIxMiI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS40MjYxOSA1LjYzM0M5LjY0MDA5IDUuODMwOTIgOS42NDAwOSA2LjE2OTA4IDkuNDI2MTkgNi4zNjdMNC40OTQxMyAxMC45MzA1QzQuMzAwMSAxMS4xMSAzLjk5OTg1IDExLjEwNzUgMy44MDg4NiAxMC45MjQ3TDMuNDE3MjMgMTAuNTQ5OUMzLjIwNzk5IDEwLjM0OTcgMy4yMTIxIDEwLjAxNDEgMy40MjYyIDkuODE5MDlMNy42MTgzNCA2TDMuNDIyMDMgMi4xNjhDMy4yMDY2NCAxLjk3MTMxIDMuMjA0NjUgMS42MzI3NyAzLjQxNzcxIDEuNDMzNTZMMy44MDkwOSAxLjA2NzYyQzQuMDAwNTUgMC44ODg2MDcgNC4yOTc3NSAwLjg4NzgzMSA0LjQ5MDE0IDEuMDY1ODVMOS40MjYxOSA1LjYzM1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cmVjdCB3aWR0aD0iMTIuMDg5NiIgaGVpZ2h0PSIxMiIgZmlsbD0id2hpdGUiLz4KPHJlY3Qgd2lkdGg9IjEyLjA4OTYiIGhlaWdodD0iMTIiIGZpbGw9IiMzMzMzMzMiLz4KPC9nPgo8L3N2Zz4K) !important; background-size: 20px 19px; background-repeat: no-repeat; }*/
/*.banner-content-left .slick-arrow.slick-prev { left: 0; }*/
/*@media only screen and (max-width: 767px) { .banner-content-left .slick-arrow.slick-prev { left: -21px; } }*/
/*.slick-arrow.slick-prev:before { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyIiB5PSIwIiB3aWR0aD0iNyIgaGVpZ2h0PSIxMiI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42NjM2NSA1LjYzM0MyLjQ0OTc1IDUuODMwOTIgMi40NDk3NSA2LjE2OTA4IDIuNjYzNjUgNi4zNjdMNy41OTU3MiAxMC45MzA1QzcuNzg5NzUgMTEuMTEgOC4wODk5OSAxMS4xMDc1IDguMjgwOTggMTAuOTI0N0w4LjY3MjYxIDEwLjU0OTlDOC44ODE4NiAxMC4zNDk3IDguODc3NzQgMTAuMDE0MSA4LjY2MzY0IDkuODE5MDlMNC40NzE1IDZMOC42Njc4MSAyLjE2OEM4Ljg4MzIgMS45NzEzMSA4Ljg4NTE5IDEuNjMyNzcgOC42NzIxMyAxLjQzMzU2TDguMjgwNzYgMS4wNjc2MkM4LjA4OTMgMC44ODg2MDcgNy43OTIwOSAwLjg4NzgzMSA3LjU5OTcgMS4wNjU4NUwyLjY2MzY1IDUuNjMzWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxyZWN0IHdpZHRoPSIxMi4wODk2IiBoZWlnaHQ9IjEyIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAxMi4wODk4IDApIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB3aWR0aD0iMTIuMDg5NiIgaGVpZ2h0PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTIuMDg5OCAwKSIgZmlsbD0iIzMzMzMzMyIvPgo8L2c+Cjwvc3ZnPgo) !important; background-size: 20px 19px; background-repeat: no-repeat; }*/
.slider.slider-nav .slick-slide {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: none;
  outline: none; }

.slider.slider-nav .slick-slide img {
  display: inherit;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider.slider-nav .slick-slide img {
    width: 25px;
    height: 25px; } }

@media only screen and (max-width: 767px) {
  .slider.slider-nav .slick-slide img {
    width: 15px;
    height: 15px; } }

.slider.slider-nav .slick-slide.slick-current.slick-active img {
  display: inherit;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider.slider-nav .slick-slide.slick-current.slick-active img {
    width: 35px;
    height: 35px; } }

@media only screen and (max-width: 767px) {
  .slider.slider-nav .slick-slide.slick-current.slick-active img {
    width: 25px;
    height: 25px; } }

.banner-content-right {
  width: auto;
  float: left;
  position: absolute;
  top: 0px;
  right: 0; }

@media only screen and (max-width: 767px) {
  .banner-content-right {
    position: relative; } }

.banner-content-right .shopping-cart-box {
  max-width: 450px;
  background: #FFFFFF;
  padding: 43px 30px 30px;
  float: right;
  width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content-right .shopping-cart-box {
    max-width: 400px; } }

.banner-content-right .shopping-cart-box .top-div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0 20px; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .top-div {
    padding: 24px 14px 20px; } }

.banner-content-right .shopping-cart-box .top-div .left-div {
  width: 50%;
  position: relative; }

.banner-content-right .shopping-cart-box .top-div .left-div span {
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  position: relative;
  padding: 0 0 0 55px;
  display: inline-block;
  vertical-align: middle;
  color: #289ed2; }

@media only screen and (max-width: 479px) {
  .banner-content-right .shopping-cart-box .top-div .left-div span {
    font-size: 35px;
    position: relative; } }

.banner-content-right .shopping-cart-box .top-div .left-div span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: url(../images/blue-img.png) no-repeat center center;
  width: 45px;
  height: 47px; }

.banner-content-right .shopping-cart-box .top-div .left-div ul {
  list-style: none;
  position: absolute;
  background: #fff;
  left: -3px;
  top: 35px;
  z-index: 1;
  padding: 10px 5px;
  display: none; }

.banner-content-right .shopping-cart-box .top-div .left-div ul img {
  width: 40px;
  height: 40px; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .top-div .left-div ul {
    display: none !important; } }

.banner-content-right .shopping-cart-box .top-div .count-div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.banner-content-right .shopping-cart-box .top-div .count-div span {
  margin: 0 20px 0 0; }

.banner-content-right .shopping-cart-box .top-div .count-div .counter-outer {
  width: 43.2%;
  height: 50px; }

.banner-content-right .shopping-cart-box .top-div .count-div .counter-outer:after {
  right: 12px; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .top-div .count-div .counter-outer:after {
    margin-top: 7px; } }

@media only screen and (max-width: 479px) {
  .banner-content-right .shopping-cart-box .top-div .count-div .counter-outer:after {
    margin-top: 7px;
    right: 7px; } }

.banner-content-right .shopping-cart-box .top-div .count-div .counter-outer:before {
  right: 12px; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .top-div .count-div .counter-outer:before {
    bottom: 26px;
    right: 12px; } }

@media only screen and (max-width: 479px) {
  .banner-content-right .shopping-cart-box .top-div .count-div .counter-outer:before {
    margin-top: 7px;
    right: 7px; } }

.banner-content-right .shopping-cart-box .top-div .count-div .counter-outer input[type="number"] {
  height: 48px;
  padding: 12px 15px 12px 19px;
  font-size: 16px; }

@media only screen and (max-width: 479px) {
  .banner-content-right .shopping-cart-box .top-div .count-div .counter-outer input[type="number"] {
    padding: 12px 9px 12px 12px; } }

.banner-content-right .shopping-cart-box ul.mid-div {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box ul.mid-div {
    padding: 0 14px; } }

.banner-content-right .shopping-cart-box ul.mid-div li {
  width: 31.35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.banner-content-right .shopping-cart-box ul.mid-div li span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000; }

.banner-content-right .shopping-cart-box ul.mid-div li a {
  border: 1px solid #979797;
  padding: 12px 5px 8px;
  text-align: center;
  font-size: 24px;
  color: #1a2b67;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.banner-content-right .shopping-cart-box ul.mid-div li a sub {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
  top: 1px; }

.banner-content-right .shopping-cart-box ul.mid-div li.active a {
  background: #1a2b67;
  color: #FFFFFF; }

.banner-content-right .shopping-cart-box .bottom-div {
  margin: 13px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .bottom-div {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; } }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .bottom-div .block-left {
    padding: 0 14px; } }

.banner-content-right .shopping-cart-box .bottom-div .block-left p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000; }

.banner-content-right .shopping-cart-box .bottom-div .block-left span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 50px;
  line-height: 39px;
  color: #1a2b67; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .bottom-div .block-right {
    padding: 24px 14px 52px;
    float: left;
    width: 100%; } }

.banner-content-right .shopping-cart-box .bottom-div .block-right .main-btn {
  min-width: 210px;
  height: 66px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25) !important; }

.banner-content-right .shopping-cart-box .bottom-div .block-right .main-btn:after {
  width: 45px;
  height: 44px;
  right: -4px; }

@media only screen and (max-width: 767px) {
  .banner-content-right .shopping-cart-box .bottom-div .block-right .main-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    box-shadow: none !important;
    text-align: center; } }

.pager-slider {
  width: 100%;
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.arrow-blk {
  width: 100%;
  position: absolute;
  max-width: 200px;
  right: 0px;
  left: -5px;
  margin: 0 auto;
  bottom: -35px;
  display: none; }

@media only screen and (max-width: 767px) {
  .arrow-blk {
    display: block; } }

.nav-dots, .nav-dots1 {
  text-align: right; }

.nav-dots .slick-dots, .nav-dots1 .slick-dots {
  top: 0;
  position: relative;
  bottom: inherit; }

.nav-dots .slick-dots li, .nav-dots1 .slick-dots li {
  display: inline-block; }

.nav-dots .slick-dots li button, .nav-dots1 .slick-dots li button {
  width: 10px;
  background: none;
  height: 10px;
  border: none;
  font-size: 0;
  text-indent: 0;
  margin: 0 3px;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  background: #d22b31;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.slider.slider-for .slick-list {
  overflow: inherit; }

.features-block {
  width: 100%;
  background-color: #fff;
  padding: 80px 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block {
    padding: 40px 0 85px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block {
    padding: 15px 0 60px; } }

/*@media only screen and (max-width: 767px) { .features-block { padding: 0px 15px 70px; } }*/
.features-block .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

@media only screen and (max-width: 767px) {
  .features-block .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .features-block .box-container {
    float: left;
    width: 100%;
    padding: 0 0 50px; } }

@media only screen and (max-width: 767px) {
  .features-block .box-container .banner-content-right .shopping-cart-box {
    max-width: 100%;
    width: 100%;
    padding: 0; } }

.features-block .features-list {
  width: 100%;
  float: left;
  max-width: 500px;
  padding: 0 70px 0 0; }

@media only screen and (max-width: 767px) {
  .features-block .features-list {
    padding: 0; } }

.features-block .features-list ul {
  width: 100%;
  float: left; }

.features-block .features-list ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 86px;
  margin: 0 0 45px; }

@media only screen and (max-width: 767px) {
  .features-block .features-list ul li {
    margin: 0 0 30px; } }

.features-block .features-list ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #FFFFFF url(../images/icon_1.png) no-repeat center center;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5); }

.features-block .features-list ul li:nth-child(2):before {
  background: #FFFFFF url(../images/icon_2.png) no-repeat center center; }

.features-block .features-list ul li:nth-child(3):before {
  background: #FFFFFF url(../images/icon_3.png) no-repeat center center; }

.features-block .features-list ul li h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding: 0 0 4px; }

.features-block .features-list ul li h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.features-block .features-list ul li p {
  font-size: 14px;
  line-height: 18px; }

.features-block .features-inner {
  position: relative; }

.features-block .features-inner .features-list-outer {
  float: left;
  width: 100%; }

.features-block .features-inner .product-colors {
  position: absolute;
  top: -313px;
  right: 0; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors {
    top: -365px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors {
    top: -240px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors {
    top: -222px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors {
    position: relative;
    top: inherit;
    right: inherit;
    float: right;
    width: 100%;
    max-width: 209px;
    padding: 0 28px 0 0;
    top: -16px; } }

.features-block .features-inner .product-colors h3 {
  text-align: right;
  color: #FFFFFF;
  letter-spacing: 3.6px;
  padding: 0 0 15px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors h3 {
    padding: 0 0 30px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors h3 {
    display: none; } }

.features-block .features-inner .product-colors h3 span {
  font-family: "Roboto", sans-serif; }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors .slick-list {
    padding: 0 0 11px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors .slick-slide.slick-current.slick-active a {
    width: 25px;
    height: 26px;
    border: 1px solid #fff; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors .slick-slide li {
    width: 25px !important;
    height: 25px !important;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors .slick-slide a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 15px;
    height: 16px;
    border: 1px solid #fff; } }

.features-block .features-inner .product-colors ul {
  width: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul {
    margin: 30px 0 0; } }

.features-block .features-inner .product-colors ul li {
  margin-left: 14px; }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li {
    margin: 0px; } }

.features-block .features-inner .product-colors ul li a {
  width: 31px;
  height: 31px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li a {
    width: 18px;
    height: 19px;
    border: 1px solid #fff; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li a {
    width: 15px;
    height: 16px;
    border: 1px solid #fff; } }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color2 {
    margin-top: 7px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color2 {
    margin-top: -6px; } }

.features-block .features-inner .product-colors ul li.color2 a {
  width: 41px;
  height: 41px;
  border: 1px solid #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color2 a {
    width: 29px;
    height: 28px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color2 a {
    width: 15px;
    height: 16px; } }

.features-block .features-inner .product-colors ul li.color4 {
  margin-top: -8px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color4 {
    margin-top: -4px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color4 {
    margin-top: -9px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color4 {
    margin-top: -13px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color4 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color3 {
  margin-top: -13px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color3 {
    margin-top: -15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color3 {
    margin-top: -18px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color3 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color8 {
  margin-top: -13px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color8 {
    margin-top: -19px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color8 {
    margin-top: -19px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color8 {
    margin-top: -18px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color8 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color5 {
  margin-top: -10px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color5 {
    margin-top: -23px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color5 {
    margin-top: -19px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color5 {
    margin-top: -18px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color5 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color6 {
  margin-top: -8px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color6 {
    margin-top: -29px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color6 {
    margin-top: -17px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color6 {
    margin-top: -17px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color6 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color7 {
  margin-top: -4px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color7 {
    margin-top: -29px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color7 {
    margin-top: -12px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color7 {
    margin-top: -11px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color7 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color1 {
  margin-top: -1px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color1 {
    margin-top: -30px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-block .features-inner .product-colors ul li.color1 {
    margin-top: -4px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color1 {
    margin-top: -4px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color1 {
    margin-top: 0; } }

.features-block .features-inner .product-colors ul li.color9 {
  margin-top: 8px; }

@media only screen and (min-width: 1800px) {
  .features-block .features-inner .product-colors ul li.color9 {
    margin-top: -29px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-block .features-inner .product-colors ul li.color9 {
    margin-top: 6px; } }

@media only screen and (max-width: 767px) {
  .features-block .features-inner .product-colors ul li.color9 {
    margin-top: 0; } }

.full-width-block {
  width: 100%;
  float: left;
  padding: 77px 0 190px;
  background: #FFFFFF;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-block {
    padding: 77px 0 120px; } }

@media only screen and (max-width: 767px) {
  .full-width-block {
    padding: 77px 15px 100px; } }

@media only screen and (max-width: 479px) {
  .full-width-block {
    padding: 77px 15px 47px; } }

.full-width-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: -246px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img4.png) no-repeat left bottom;
  background-size: auto auto;
  background-size: 100%;
  z-index: 0; }

.full-width-block .full-width-inner {
  position: relative; }

.full-width-block .full-width-inner .person {
  position: absolute;
  right: -29px;
  bottom: -183px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-block .full-width-inner .person {
    width: 380px;
    bottom: -100px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-block .full-width-inner .person {
    width: 300px;
    bottom: -100px; } }

@media only screen and (max-width: 767px) {
  .full-width-block .full-width-inner .person {
    width: 300px;
    bottom: -100px; } }

@media only screen and (max-width: 479px) {
  .full-width-block .full-width-inner .person {
    width: 213px;
    bottom: -74px; } }

.full-width-block .full-width-content {
  max-width: 640px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-block .full-width-content {
    max-width: 565px; } }

.full-width-block .full-width-content h3 {
  padding: 0 0 11px; }

@media only screen and (max-width: 767px) {
  .full-width-block .full-width-content h3 {
    display: block; } }

.full-width-block .full-width-content h3 span {
  font-family: "Roboto", sans-serif; }

@media only screen and (max-width: 767px) {
  .full-width-block .full-width-content h3 span {
    display: block; } }

.full-width-block .full-width-content p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 35px; }

.full-width-block .full-width-content .bottom-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .full-width-block .full-width-content .bottom-logo {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; } }

.full-width-block .full-width-content .bottom-logo img {
  margin: 0 12px 0 0; }

@media only screen and (max-width: 767px) {
  .full-width-block .full-width-content .bottom-logo img {
    order: 2; } }

.full-width-block .full-width-content .bottom-logo h4 {
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.full-width-block .full-width-content .bottom-logo h4 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .full-width-block .full-width-content .bottom-logo h4 span {
    display: block; } }

.mobile-visible {
  display: none; }

@media only screen and (max-width: 767px) {
  .mobile-visible {
    display: block; } }

.review-block {
  width: 100%;
  float: left;
  padding: 39px 0 252px;
  background: #289ed2;
  background: -moz-linear-gradient(260deg, #289ed2 0%, #299ed2 50%, #63c3ed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #289ed2), color-stop(50%, #299ed2), color-stop(100%, #63c3ed));
  background: -webkit-linear-gradient(260deg, #289ed2 0%, #299ed2 50%, #63c3ed 100%);
  background: -o-linear-gradient(260deg, #289ed2 0%, #299ed2 50%, #63c3ed 100%);
  background: -ms-linear-gradient(260deg, #289ed2 0%, #299ed2 50%, #63c3ed 100%);
  background: linear-gradient(260deg, #289ed2 0%, #299ed2 50%, #63c3ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color2', endColorstr='$color34', GradientType=1);
  position: relative; }

@media only screen and (max-width: 767px) {
  .review-block {
    padding: 39px 20px 190px; } }

.review-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: -130px;
  width: 100%;
  height: 130px;
  background: url(../images/curved-blue-img.png) no-repeat left top;
  background-size: 100% 100%;
  z-index: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-block:before {
    top: -80px;
    height: 80px;
    background-size: 100% 80px; } }

@media only screen and (max-width: 767px) {
  .review-block:before {
    background: url(../images/curved-blue-img-mob.png) no-repeat left top;
    top: -50px;
    height: 50px;
    background-size: 100% 50px; } }

@media only screen and (max-width: 479px) {
  .review-block:before {
    top: -28px;
    height: 28px;
    background-size: 100% 28px; } }

.review-block h3 {
  text-transform: uppercase;
  color: #FFFFFF; }

@media only screen and (max-width: 767px) {
  .review-block h3 {
    text-align: center; } }

.review-block h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .review-block h3 span {
    display: block; } }

.review-block .rating {
  margin-bottom: 22px; }

@media only screen and (max-width: 767px) {
  .review-block .rating {
    text-align: center;
    margin-bottom: 26px; } }

.review-block .rating ul {
  width: auto; }

.review-block .rating ul li {
  margin-left: 5px; }

.review-block .rating ul li img {
  width: 24px; }

.review-block .rating span {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin: 3px 0 0 4px; }

.review-list {
  width: 102.6%;
  list-style: none;
  margin: 0 0 28px -2.6%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 767px) {
  .review-list {
    margin: 0 0 20px;
    width: 100%; } }

.review-list .review-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-left: 2.6%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .review-list .review-single {
    width: 100%;
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .review-list .slick-list {
    margin: 0 -4px; } }

@media only screen and (max-width: 767px) {
  .review-list .slick-slide {
    padding: 0 18px; } }

.review-list .slick-arrow {
  background: transparent;
  border: 0;
  outline: 0;
  color: transparent;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../images/svg/arrow_prev.svg) no-repeat center center;
  cursor: pointer;
  z-index: 99; }

.review-list .slick-arrow:hover {
  opacity: 0.7; }

.review-list .slick-arrow.slick-prev {
  left: -12px; }

.review-list .slick-arrow.slick-next {
  right: -12px;
  background: url(../images/svg/arrow_next.svg) no-repeat center center; }

.review-card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: #FFFFFF;
  position: relative;
  z-index: 0; }

.review-card:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../images/curve.png) no-repeat left top;
  width: 145px;
  height: 115px;
  background-size: 100% 100%;
  z-index: -1; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card:before {
    width: 104px;
    height: 102px; } }

.review-card .card-title {
  width: 100%;
  padding: 14px 14px 22px 20px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-title {
    padding: 14px 10px 20px 10px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-title {
    padding: 14px 14px 22px 15px; } }

.review-card .card-title h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  width: 64.3%;
  padding-top: 12px;
  line-height: 25px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-title h5 {
    padding-top: 7px;
    line-height: 23px;
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .review-card .card-title h5 {
    line-height: 21px;
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .review-card .card-title h5 {
    width: 51%; } }

@media only screen and (max-width: 479px) {
  .review-card .card-title h5 {
    width: 58%; } }

.review-card .card-title h5 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-weight: normal; }

.review-card .card-title .rating {
  float: none;
  width: auto;
  margin: 0; }

.review-card .card-title .rating ul {
  vertical-align: top;
  width: auto; }

.review-card .card-title .rating ul li {
  margin-left: 2px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-title .rating ul li {
    margin-left: 1px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-title .rating ul li {
    margin-left: 0; } }

.review-card .card-title .rating ul li img {
  width: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-title .rating ul li img {
    width: 13px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-title .rating ul li img {
    width: 13px; } }

.review-card .card-title .rating span {
  display: block;
  width: 100%;
  margin: -2px 0 0;
  color: #000000;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-title .rating span {
    font-size: 22px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-title .rating span {
    font-size: 22px; } }

.review-card .card-content {
  width: 100%;
  padding: 0 20px 18px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-content {
    padding: 0 10px 18px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-content {
    padding: 0 15px 18px; } }

.review-card .card-content p {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 18px; }

.review-card .card-content ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.review-card .card-content ul li {
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding-left: 25px;
  position: relative; }

.review-card .card-content ul li:before {
  position: absolute;
  content: "+";
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  width: 17px;
  height: 17px;
  line-height: 19px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #68b612;
  text-align: center;
  left: 0;
  top: 2px; }

.review-card .card-content ul li.minus-txt:before {
  content: "-";
  background: #f74444;
  line-height: 16px; }

.review-card .card-bottom {
  width: 100%;
  padding: 14px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-bottom {
    padding: 14px 10px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-bottom {
    padding: 14px 15px; } }

.review-card .card-bottom span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #969696; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-card .card-bottom span {
    font-size: 12px; } }

@media only screen and (max-width: 479px) {
  .review-card .card-bottom span {
    font-size: 13px; } }

.button-wrap {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .button-wrap {
    padding: 0 14px; } }

.button-wrap .main-btn {
  float: right;
  background: #FFFFFF;
  color: #289ed2;
  padding: 14px 37px 14px 25px; }

@media only screen and (max-width: 767px) {
  .button-wrap .main-btn {
    width: 100%; } }

.button-wrap .main-btn:after {
  background-image: url(../images/svg/arrow_blue.svg);
  margin-top: -1px; }

.button-wrap .main-btn:hover, .button-wrap .main-btn:focus {
  background: #000000;
  color: #FFFFFF; }

.button-wrap .main-btn:hover:after, .button-wrap .main-btn:focus:after {
  background-image: url(../images/svg/arrow_icon.svg); }

.counter-outer input[type="number"] {
  -moz-appearance: textfield; }

.counter-outer input[type="number"]::-webkit-inner-spin-button, .counter-outer input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.counter-outer .pt_Quantity {
  display: inline-block;
  position: relative;
  width: 100%; }

.counter-outer .pt_Quantity input {
  color: #010101;
  background-color: #FFFFFF;
  border: solid 1px #979797;
  font-size: 16px;
  height: 46px;
  float: left;
  display: block;
  padding: 12px 15px 12px 19px;
  margin: 0;
  text-align: left;
  width: 100%; }

.counter-outer .pt_Quantity input:focus {
  outline: 0; }

.counter-outer .pt_Quantity .pt_QuantityNav {
  float: left;
  position: relative;
  height: 46px; }

.counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton {
  position: relative;
  cursor: pointer;
  border-left: none;
  width: 15px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

.counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
  position: absolute;
  height: 50%;
  top: 5px;
  left: -15px; }

@media only screen and (max-width: 767px) {
  .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
    left: -5px; } }

.counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
  position: absolute;
  bottom: 4px;
  height: 50%;
  left: -15px; }

@media only screen and (max-width: 767px) {
  .counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
    left: -5px; } }

.counter-outer .pt_Quantity .pt_QuantityNav .pt_QuantityButton img {
  width: 12px; }

.banner-container.product-banner.background-blue .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/blue-img.png) no-repeat center center; }

.banner-container.product-banner.background-pink .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #e31c6d; }

.banner-container.product-banner.background-pink .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/pink-img.png) no-repeat center center; }

.banner-container.product-banner.background-black .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #000000; }

.banner-container.product-banner.background-black .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/black-img.png) no-repeat center center; }

.banner-container.product-banner.background-orange .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #f27400; }

.banner-container.product-banner.background-orange .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/orange-img.png) no-repeat center center; }

.banner-container.product-banner.background-yellow .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #edc100; }

.banner-container.product-banner.background-yellow .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/yellow-img.png) no-repeat center center; }

.banner-container.product-banner.background-green .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #27aa57; }

.banner-container.product-banner.background-green .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/green-img.png) no-repeat center center; }

.banner-container.product-banner.background-red .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #d1282d; }

.banner-container.product-banner.background-red .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/red-img.png) no-repeat center center; }

.banner-container.product-banner.background-lightbrown .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #e4b593; }

.banner-container.product-banner.background-lightbrown .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/brown-img.png) no-repeat center center; }

.banner-container.product-banner.background-gray .banner-content-right .shopping-cart-box .top-div .left-div span {
  color: #dcdbd6; }

.banner-container.product-banner.background-gray .banner-content-right .shopping-cart-box .top-div .left-div span::before {
  background: url(../images/gray-img.png) no-repeat center center; }

.product-list-outer {
  float: left;
  width: 100%;
  padding: 100px 0 200px; }

.product-list-wrap {
  float: left;
  width: 100%;
  background: #FFFFFF;
  display: none;
  max-width: 1170px;
  position: relative; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-list-wrap {
    max-width: 970px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list-wrap {
    max-width: 740px; } }

@media only screen and (max-width: 767px) {
  .product-list-wrap {
    z-index: 99999 !important; } }

.product-list-wrap .list-wrap {
  float: left;
  width: 100%;
  position: relative; }

.product-list-wrap .list-wrap .close-trigger {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none; }

@media only screen and (max-width: 767px) {
  .product-list-wrap .list-wrap .close-trigger {
    display: block; } }

.product-list-wrap .list-wrap .close-trigger img {
  width: 30px;
  height: 30px; }

.product-list-wrap .list-wrap .scroll-block {
  float: left;
  width: 100%;
  padding-top: 66px;
  overflow-y: scroll; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list-wrap .list-wrap .scroll-block {
    padding-top: 50px; } }

@media only screen and (max-width: 767px) {
  .product-list-wrap .list-wrap .scroll-block {
    padding-top: 0px; } }

.order-btn {
  font-size: 20px; }

.totat-amt-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  max-width: 1170px;
  z-index: 99; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totat-amt-row {
    max-width: 970px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .totat-amt-row {
    max-width: 740px; } }

@media only screen and (max-width: 767px) {
  .totat-amt-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.totat-amt-row .total-col-1 {
  float: left;
  width: 34.18%;
  padding: 10px 40px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totat-amt-row .total-col-1 {
    padding: 10px 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .totat-amt-row .total-col-1 {
    padding: 0px 20px; } }

@media only screen and (max-width: 767px) {
  .totat-amt-row .total-col-1 {
    display: none; } }

.totat-amt-row .total-col-1 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .totat-amt-row .total-col-1 h3 {
    font-size: 34px; } }

.totat-amt-row .total-col-1 h3 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.totat-amt-row .total-col-2 {
  float: left;
  width: 16.32%;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

@media only screen and (max-width: 767px) {
  .totat-amt-row .total-col-2 {
    width: auto;
    padding: 25px 20px; } }

.totat-amt-row .total-col-2 span {
  color: #1a2b67; }

.totat-amt-row .total-col-3 {
  float: left;
  width: 11.70%;
  padding: 15px 0px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 34px;
  color: #1a2b67; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totat-amt-row .total-col-3 {
    font-size: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .totat-amt-row .total-col-3 {
    font-size: 22px;
    line-height: 18px;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .totat-amt-row .total-col-3 {
    width: auto;
    padding: 15px 7px;
    font-size: 20px; } }

.totat-amt-row .total-col-3 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.totat-amt-row .total-col-4 {
  float: left;
  width: 14.35%;
  padding: 15px 0px 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 40px;
  color: #1a2b67; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totat-amt-row .total-col-4 {
    font-size: 34px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .totat-amt-row .total-col-4 {
    font-size: 26px;
    line-height: 20px;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .totat-amt-row .total-col-4 {
    width: auto;
    padding: 15px 7px;
    font-size: 24px; } }

.totat-amt-row .total-col-4 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.totat-amt-row .total-col-5 {
  float: left;
  width: 23.58%; }

@media only screen and (max-width: 767px) {
  .totat-amt-row .total-col-5 {
    width: 100%; } }

.totat-amt-row .total-col-5 .item-button {
  width: 100%; }

.totat-amt-row .total-col-5 .item-button input {
  text-transform: uppercase; }

.totat-amt-row.top {
  position: absolute;
  top: 0; }

@media only screen and (max-width: 767px) {
  .totat-amt-row.top {
    display: none; } }

.totat-amt-row.bottom {
  position: fixed;
  bottom: 0;
  top: inherit;
  display: none; }

@media only screen and (max-width: 767px) {
  .totat-amt-row.bottom {
    display: block; } }

.product-type-blk {
  float: left;
  width: 100%; }

.product-type-blk .prod-col-1 {
  float: left;
  width: 36.58%;
  padding: 38px 40px 26px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-type-blk .prod-col-1 {
    padding: 35px 25px 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-blk .prod-col-1 {
    padding: 25px 20px 20px; } }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-1 {
    padding: 25px 0px 15px;
    width: 100%; } }

.product-type-blk .prod-col-1 .prod-thumb {
  display: inline-block;
  vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-1 .prod-thumb {
    float: left;
    width: 22%; } }

.product-type-blk .prod-col-1 .prod-thumb img {
  display: block; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-type-blk .prod-col-1 .prod-thumb img {
    max-width: 65px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-blk .prod-col-1 .prod-thumb img {
    max-width: 40px; } }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-1 .prod-thumb img {
    max-width: 50px; } }

.product-type-blk .prod-col-1 .prod-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-blk .prod-col-1 .prod-text {
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-1 .prod-text {
    float: left;
    width: 78%;
    padding-left: 0; } }

.product-type-blk .prod-col-1 .prod-text h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-type-blk .prod-col-1 .prod-text h5 {
    font-size: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-blk .prod-col-1 .prod-text h5 {
    font-size: 16px; } }

.product-type-blk .prod-col-1 .prod-text h5 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-1 .prod-text h5 strong {
    display: block; } }

.product-type-blk .prod-col-1 .prod-text span {
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 11px;
  font-size: 10px; }

.product-type-blk .prod-col-2 {
  float: left;
  width: 39.48%; }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-2 {
    width: 100%; } }

.product-type-blk .prod-col-2 ul {
  display: inline-block;
  list-style: none;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-2 ul {
    text-align: center; } }

.product-type-blk .prod-col-2 ul li {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-type-blk .prod-col-2 ul li {
    margin-right: 3px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-blk .prod-col-2 ul li {
    width: 30px;
    height: 30px;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-2 ul li {
    width: 30px;
    height: 30px;
    margin: 0; } }

.product-type-blk .prod-col-2 ul li .qty-box {
  float: left;
  width: 100%;
  height: 100%; }

.product-type-blk .prod-col-2 ul li .qty-box input {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  height: 37px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0 2px;
  line-height: 37px;
  font-size: 18px;
  background: transparent;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-blk .prod-col-2 ul li .qty-box input {
    font-size: 14px;
    height: 30px;
    line-height: 30px; } }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-2 ul li .qty-box input {
    font-size: 14px;
    height: 30px;
    line-height: 30px; } }

.product-type-blk .prod-col-2 ul li .qty-box input.color1 {
  background: #c99473;
  background: -moz-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #c99473), color-stop(38%, #e2ad8a), color-stop(100%, #e5bc9c));
  background: -webkit-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: -o-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: -ms-linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  background: linear-gradient(295deg, #c99473 0%, #e2ad8a 38%, #e5bc9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color2 {
  background: #289ed2;
  background: -moz-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #289ed2), color-stop(38%, #299ed2), color-stop(100%, #63c3ed));
  background: -webkit-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: -o-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: -ms-linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  background: linear-gradient(295deg, #289ed2 0%, #299ed2 38%, #63c3ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color3 {
  background: #0d0d0d;
  background: -moz-linear-gradient(295deg, #0d0d0d 0%, #0d0d0d 38%, #0d0d0d 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0d0d0d), color-stop(38%, #0d0d0d), color-stop(100%, #0d0d0d));
  background: -webkit-linear-gradient(295deg, #0d0d0d 0%, #0d0d0d 38%, #0d0d0d 100%);
  background: -o-linear-gradient(295deg, #0d0d0d 0%, #0d0d0d 38%, #0d0d0d 100%);
  background: -ms-linear-gradient(295deg, #0d0d0d 0%, #0d0d0d 38%, #0d0d0d 100%);
  background: linear-gradient(295deg, #0d0d0d 0%, #0d0d0d 38%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color4 {
  background: #cb1762;
  background: -moz-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #cb1762), color-stop(38%, #e2196b), color-stop(100%, #f03e89));
  background: -webkit-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: -o-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: -ms-linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  background: linear-gradient(295deg, #cb1762 0%, #e2196b 38%, #f03e89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color5 {
  background: #dfb700;
  background: -moz-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #dfb700), color-stop(38%, #ecbe00), color-stop(100%, #efc700));
  background: -webkit-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: -o-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: -ms-linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  background: linear-gradient(295deg, #dfb700 0%, #ecbe00 38%, #efc700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color6 {
  background: #209140;
  background: -moz-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #209140), color-stop(38%, #25a454), color-stop(100%, #2bb85f));
  background: -webkit-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: -o-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: -ms-linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  background: linear-gradient(295deg, #209140 0%, #25a454 38%, #2bb85f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color7 {
  background: #a30900;
  background: -moz-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #a30900), color-stop(38%, #cf2326), color-stop(100%, #d6333d));
  background: -webkit-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: -o-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: -ms-linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  background: linear-gradient(295deg, #a30900 0%, #cf2326 38%, #d6333d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color8 {
  background: #f14a00;
  background: -moz-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f14a00), color-stop(38%, #f06000), color-stop(100%, #f59300));
  background: -webkit-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: -o-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: -ms-linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  background: linear-gradient(295deg, #f14a00 0%, #f06000 38%, #f59300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li .qty-box input.color9 {
  background: #799613;
  background: -moz-linear-gradient(295deg, #799613 0%, #90af22 38%, #bbd557 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #799613), color-stop(38%, #90af22), color-stop(100%, #bbd557));
  background: -webkit-linear-gradient(295deg, #799613 0%, #90af22 38%, #bbd557 100%);
  background: -o-linear-gradient(295deg, #799613 0%, #90af22 38%, #bbd557 100%);
  background: -ms-linear-gradient(295deg, #799613 0%, #90af22 38%, #bbd557 100%);
  background: linear-gradient(295deg, #799613 0%, #90af22 38%, #bbd557 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color3', GradientType=1 ); }

.product-type-blk .prod-col-2 ul li img {
  display: block;
  width: 100%; }

.product-type-blk .prod-col-2 ul li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5); }

.product-type-blk .prod-col-3 {
  float: left;
  width: 11.62%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 22px; }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-3 {
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: auto; } }

.product-type-blk .prod-col-4 {
  float: left;
  width: 12.47%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 22px; }

@media only screen and (max-width: 767px) {
  .product-type-blk .prod-col-4 {
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: auto; } }

.product-type-blk:nth-child(even) {
  background: rgba(26, 43, 103, 0.1);
  -webkit-box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }

.product-type-blk:nth-child(even) .product-type-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.product-type-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .product-type-head .prod-col-1 {
    width: 100%;
    padding: 25px 20px 20px; } }

.product-type-head .prod-col-1 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 28px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-type-head .prod-col-1 h3 {
    font-size: 34px; } }

@media only screen and (max-width: 767px) {
  .product-type-head .prod-col-1 h3 {
    font-size: 30px; } }

.product-type-head .prod-col-1 h3 strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

.product-type-head .prod-col-2, .product-type-head .prod-col-3, .product-type-head .prod-col-4 {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media only screen and (max-width: 767px) {
  .product-type-head .prod-col-2, .product-type-head .prod-col-3, .product-type-head .prod-col-4 {
    display: none; } }

.product-type-head span {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.product-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #FFFFFF;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .product-item-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 60px;
    position: relative; } }

.product-item-row:nth-child(2n+1) {
  background: #f4f4f4; }

.mob-visible {
  display: none; }

@media only screen and (max-width: 767px) {
  .mob-visible {
    display: block; } }

@media only screen and (min-width: 768px) {
  .grid-item.block2,
  .grid-item.block3 {
    margin-top: 38px; } }

/* Global */
html,
body {
  background-color: transparent;
  background: transparent;
  /*font-family: "Roboto", sans-serif;*/
  -webkit-font-smoothing: antialiased; }

h1 {
  color: #000;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 40px;
  text-transform: uppercase;
  /*text-transform: capitalize;*/ }

h1.entry-title {
  margin-bottom: 20px; }

.single-product h1 {
  font-size: 80px; }

h2:not(.grid-item h2) {
  font-size: 29px; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  /*text-transform: capitalize;*/ }

h1 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

h4 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.font-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.font-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em; }

li {
  list-style-position: inside; }

#main-column .post, #main-column .page {
  border: none; }

a:hover {
  color: #289ed2; }

.uppercase {
  text-transform: uppercase; }

.pointer {
  cursor: pointer; }

.inline-block {
  display: inline-block; }

.hidden {
  display: none; }

.fullwidth {
  width: 100% !important; }

/* Spacers */
.spacer-s {
  margin: 10px 0 !important; }

.spacer-m {
  margin: 20px 0 !important; }

.spacer-ml {
  margin: 30px 0 !important; }

.spacer-l {
  margin: 40px 0 !important; }

.spacer-s-top {
  margin-top: 10px !important; }

.spacer-m-top {
  margin-top: 20px !important; }

.spacer-ml-top {
  margin-top: 30px !important; }

.spacer-l-top {
  margin-top: 40px !important; }

.spacer-s-bottom {
  margin-bottom: 10px !important; }

.spacer-m-bottom {
  margin-bottom: 20px !important; }

.spacer-ml-bottom {
  margin-bottom: 30px !important; }

.spacer-l-bottom {
  margin-bottom: 40px !important; }

.padder-s {
  padding: 10px 0 !important; }

.padder-m {
  padding: 20px 0 !important; }

.padder-ml {
  padding: 30px 0 !important; }

.padder-l {
  padding: 40px 0 !important; }

.padder-s-top {
  padding-top: 10px !important; }

.padder-m-top {
  padding-top: 20px !important; }

.padder-ml-top {
  padding-top: 30px !important; }

.padder-l-top {
  padding-top: 40px !important; }

@media screen and (max-width: 767px) {
  .xs-padder-s {
    padding: 10px; }
  .xs-padder-m {
    padding: 20px; }
  .xs-padder-l {
    padding: 40px; }
  .xs-padder-s-lr {
    padding: 0 10px; }
  .xs-padder-m-lr {
    padding: 0 20px; }
  .xs-padder-l-lr {
    padding: 0 40px; }
  .xs-padder-s-top {
    padding-top: 10px; }
  .xs-padder-m-top {
    padding-top: 20px; }
  .xs-padder-ml-top {
    padding-top: 30px; }
  .xs-padder-l-top {
    padding-top: 40px; }
  .xs-padder-s-bottom {
    padding-bottom: 10px; }
  .xs-padder-m-bottom {
    padding-bottom: 20px; }
  .xs-padder-l-bottom {
    padding-bottom: 40px; }
  .home .customtab.nav-tabs .nav-item {
    width: 46%; } }

.relative {
  position: relative; }

/* Colors */
.bg-white {
  background-color: #ffffff; }

.bg-grey {
  background-color: #f4f4f4; }

.white {
  color: #ffffff; }

/* Headings */
.cart_totals > h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 28px;
  text-transform: uppercase;
  padding: 5px 25px 0; }

/* Buttons */
/* Green with arrow */
#log_forms.log_forms input[type=submit]:hover,
.up-sells .main-btn:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.widget_shopping_cart_content .buttons .wc-forward.checkout:hover {
  background: #000000; }

/* Header widgets */
.user-logged-in-wrapper a {
  clear: both;
  float: none !important;
  display: block;
  padding: 10px 20px !important;
  border-top: 1px solid #eee; }

.mobi-header .woocommerce-mini-cart img,
.woocommerce-mini-cart img {
  max-width: 40px; }

/* Login widget */
#log_forms.log_forms,
#log_forms .log-form-group {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0; }

#log_forms.log_forms input[type=submit] {
  margin-top: 15px;
  width: 100%; }

textarea,
.woocommerce form .form-row select,
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.01);
  padding: 15px 14px;
  font-size: 14px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1px; }

.woocommerce form .form-row select,
input[type=text],
select,
input[type=email],
input[type=tel],
input[type=password] {
  height: 48px; }

#log_forms label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 14px;
  color: #a0a0a0; }

/*#log_forms input[type=text] {*/
/*margin: 15px;*/
/*outline: none;*/
/*}*/
#log_forms .log-form-group:nth-child(-n+4) {
  padding: 0 15px !important; }

#log_forms .error_wid_login {
  width: 89%;
  margin: 15px; }

#log_forms .error_wid_login > a {
  display: none; }

.header-login-wrap {
  font-size: 12px;
  padding: 0 15px !important; }

ul.icon-outer .header-login-wrap a {
  text-decoration: underline;
  display: inline-block;
  width: auto;
  float: none; }

.listing-submit-btn .woocommerce-mini-cart__buttons {
  padding: 0;
  margin: 0; }

ul.icon-outer li .listing-submit-left {
  padding: 15px 0 !important;
  text-align: center !important;
  text-transform: uppercase; }

/* Checkout Steps */
.checkout-custom-wrapper {
  overflow: hidden;
  background: #038bc7;
  background: -moz-linear-gradient(top, #038bc7 0%, #42b3e5 50%, #69cefb 100%);
  background: -webkit-linear-gradient(top, #038bc7 0%, #42b3e5 50%, #69cefb 100%);
  background: linear-gradient(to bottom, #038bc7 0%, #42b3e5 50%, #69cefb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#038bc7', endColorstr='#69cefb', GradientType=0); }

/*.woocommerce-billing-fields .form-row,*/
/*.woocommerce-address-fields .form-row,*/
/*.woocommerce-account-fields .form-row,*/
/*.woocommerce-shipping-fields .form-row {*/
/*    display: block;*/
/*    width: 50%;*/
/*    float: left;*/
/*    padding: 5px;*/
/*    margin: 0;*/
/*    clear: none !important;*/
/*}*/
/*.woocommerce-billing-fields .form-row:nth-child(1n),*/
/*.woocommerce-account-fields .form-row:nth-child(1n),*/
/*.woocommerce-address-fields .form-row:nth-child(1n),*/
/*.woocommerce-shipping-fields .form-row:nth-child(1n) {*/
/*    float: left;*/
/*    width: 70%;*/
/*}*/
/*.woocommerce-billing-fields .form-row:nth-child(2n),*/
/*.woocommerce-account-fields .form-row:nth-child(2n),*/
/*.woocommerce-address-fields .form-row:nth-child(2n),*/
/*.woocommerce-shipping-fields .form-row:nth-child(2n) {*/
/*    float: right;*/
/*    width: 30%;*/
/*}*/
/*.form-row.validate-phone,*/
/*.woocommerce-billing-fields .form-row:last-child,*/
/*.woocommerce-account-fields .form-row:last-child,*/
/*.woocommerce-address-fields .form-row:last-child,*/
/*.woocommerce-shipping-fields .form-row:last-child {*/
/*    float: left !important;*/
/*}*/
.select-selection--single,
.select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0;
  margin: 0;
  height: 48px;
  padding: 11px 0 5px 0; }

#shipping_address_2_field,
#billing_address_2_field {
  margin-top: 28px; }

.select2-selection__arrow b {
  top: 82% !important; }

/* Buttons reset */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0;
  font-weight: normal; }

.widget_shopping_cart_content .buttons .wc-forward.checkout {
  float: right;
  width: 70%; }

#log_forms.log_forms input[type=submit],
.up-sells .main-btn,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.widget_shopping_cart_content .buttons .wc-forward.checkout {
  text-align: center;
  background: #63aa15;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin: 0; }

@media screen and (max-width: 767px) {
  ul.icon-outer li .listing-outerblk ul li .details-blk {
    width: auto;
    float: none;
    text-align: left;
    display: inline-block; }
  .woocommerce-mini-cart__empty-message {
    padding: 0 10px; }
  .home .fullwidth-contentblk:before {
    background: url(../images/curved-img4.png) no-repeat left bottom;
    background-size: 100%; }
  textarea {
    width: 100%;
    max-width: 100%; }
  p.form-row {
    width: 100% !important;
    float: none !important; } }

.wpcf7 form input,
.wpcf7 form textarea,
.wpcf7 form label {
  display: block; }

.wpcf7 form textarea {
  max-height: 135px; }

.mc-field-group select {
  margin: 0; }

.date-container {
  width: 100%; }

.datefield .subfield {
  width: 33%;
  display: inline-block; }

.mc-field-group p {
  display: none; }

@media screen and (min-width: 992px) and (min-width: 768px) {
  form.wpcf7-form br {
    display: none; }
  form.wpcf7-form,
  .cf-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
  .mc-field-group {
    min-width: 49%;
    display: inline-block;
    height: 80px; }
  form.wpcf7-form p {
    min-width: 49%; }
  .single-product h1 {
    width: 48%; } }

@media screen and (min-width: 992px) {
  .banner-outer .banner-content .banner-badge {
    margin-bottom: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals th,
  .woocommerce-cart .cart-collaterals .cart_totals td {
    padding: 15px 25px; }
  .woocommerce-cart .cart-collaterals {
    min-height: 550px; }
  .atc-cross-sells {
    min-height: 335px !important; } }

@media screen and (min-width: 768px) {
  /*.woocommerce div.product div.summary {*/
  /*    right: 13%;*/
  /*    top: 121px;*/
  /*}*/
  .grid-item.block4:hover h2 {
    padding-top: 25px;
    text-align: center; }
  .grid-item:hover {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px); }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    padding: 0; }
  /*.woocommerce-MyAccount-navigation ul li a,*/
  /*.woocommerce div.product .woocommerce-tabs ul.tabs li a {*/
  /*    display: block;*/
  /*    padding: 10px 5px 10px 20px;*/
  /*    font-weight: normal !important;*/
  /*}*/
  .grid-item .grid-overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 9; }
  .grid-item.block3 .grid-overlay {
    top: 119px; }
  .grid-item.block4 .grid-overlay {
    top: 181px; }
  .grid-item:hover .grid-overlay {
    display: block; }
  .grid-item h2,
  .grid-item p {
    transition: visibility, height, opacity 0.3s ease-in; }
  .grid-item:hover h2,
  .grid-item:hover p {
    visibility: visible;
    opacity: 100;
    height: auto;
    transition: visibility, height, opacity 0.3s ease-in; }
  .grid-item.block1 p {
    min-width: 275px; }
  .grid-item .link-btn {
    z-index: 999; }
  .features-block .features-inner .product-colors {
    /*left: calc(13% - 50px);*/
    left: 60%;
    right: auto; }
  /* Orbs */
  .features-block .features-inner .product-colors {
    left: 47%; }
  /* Restyle WC product Tabs */
  .banner-outer.bannerinner .banner-content .banner-image {
    padding-top: 80px; } }

/* Restyle WC product Tabs */
.custom-plain-layout .woocommerce-MyAccount-content {
  width: 100% !important; }

/* Also general buttons */
.custom-plain-layout .button {
  padding: 15px 50px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  /*background-color: #cccccc !important;*/
  background-color: #289ed2 !important;
  position: relative !important;
  font-size: 16px !important;
  line-height: 17px !important;
  letter-spacing: 1.6px;
  transition: all 300ms ease-in-out 0s; }

.custom-plain-layout .button:hover {
  background-color: #63aa15 !important;
  outline: 0; }

.custom-plain-layout .button {
  float: right; }

.custom-plain-layout .button:after {
  content: "\f105";
  color: #fff;
  font-family: 'FontAwesome';
  /* float: right; */
  position: absolute;
  right: 20px;
  font-size: 27px;
  /* top: 8px; */
  line-height: 14px; }

.woocommerce-account .woocommerce div.product .woocommerce-tabs {
  padding: 40px 0 100px 0; }

.woocommerce div.product .woocommerce-tabs h2 {
  font-size: 26px;
  margin: 0 0 10px 0 !important;
  padding: 0;
  line-height: 21px; }

.woocommerce div.product .woocommerce-tabs p {
  margin: 0 0 20px 0; }

.woocommerce-MyAccount-navigation ul li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: none;
  display: block;
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 23px; }

.woocommerce-view-order .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: white; }

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 50%;
    float: left;
    margin-bottom: -7px;
    text-align: center; }
  .woocommerce-MyAccount-navigation ul li.is-active,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    box-shadow: -3px -9px 25px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px -9px 25px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px -9px 25px -8px rgba(0, 0, 0, 0.1);
    min-height: 100px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
  border: none; }

@media screen and (min-width: 992px) {
  .features-block .features-inner .product-colors {
    left: 57%; }
  /*.single-product .pp-color-select li:nth-child(1) {*/
  /*    margin-top: 10px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(2) {*/
  /*    margin-top: -7px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(3) {*/
  /*    margin-top: -12px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(4) {*/
  /*    margin-top: -13px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(5) {*/
  /*    margin-top: -11px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(6) {*/
  /*    margin-top: -7px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(7) {*/
  /*    margin-top: -2px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(8) {*/
  /*    margin-top: 8px;*/
  /*}*/ }

@media screen and (min-width: 1200px) {
  .grid-item.block1 p {
    min-width: 350px; }
  .features-block .features-inner .product-colors {
    left: 60%; }
  /*.single-product .pp-color-select li:nth-child(1) {*/
  /*    margin-top: 5px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(2) {*/
  /*    margin-top: -5px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(3) {*/
  /*    margin-top: -12px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(4) {*/
  /*    margin-top: -15px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(5) {*/
  /*    margin-top: -13px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(6) {*/
  /*    margin-top: -11px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(7) {*/
  /*    margin-top: -8px;*/
  /*}*/
  /*.single-product .pp-color-select li:nth-child(8) {*/
  /*    margin-top: -5px;*/
  /*}*/ }

/*@media screen and (min-width: 1400px) {*/
/*    .single-product .pp-color-select li:nth-child(1) {*/
/*        margin-top: 5px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(2) {*/
/*        margin-top: -5px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(3) {*/
/*        margin-top: -12px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(4) {*/
/*        margin-top: -15px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(5) {*/
/*        margin-top: -13px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(6) {*/
/*        margin-top: -11px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(7) {*/
/*        margin-top: -8px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(8) {*/
/*        margin-top: -5px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1750px) {*/
/*    .single-product .pp-color-select li:nth-child(1) {*/
/*        margin-top: 5px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(2) {*/
/*        margin-top: -5px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(3) {*/
/*        margin-top: -12px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(4) {*/
/*        margin-top: -18px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(5) {*/
/*        margin-top: -20px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(6) {*/
/*        margin-top: -22px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(7) {*/
/*        margin-top: -23px;*/
/*    }*/
/*    .single-product .pp-color-select li:nth-child(8) {*/
/*        margin-top: -21px;*/
/*    }*/
/*}*/
.woocommerce table.shop_table th {
  padding: 0; }

.custom-cart-var {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000; }

.woocommerce #content table.cart .custom-cart-var,
.woocommerce table.cart .custom-cart-var,
.woocommerce-page #content table.cart .custom-cart-var,
.woocommerce-page table.cart .custom-cart-var {
  text-transform: capitalize;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel,
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; } }

.order-total .amount {
  vertical-align: middle; }

/* GREEN TOTAL */
.cart_totals tr.shipping td[data-title=Shipping],
.cart-widget-row.grey .amt-right {
  font-size: 18px;
  color: #63aa15;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase; }

/* Crossels (hide temp) */
.cart-collaterals .cross-sells {
  display: none; }

/* Blocks Shadow */
.pagination-row {
  clear: both; }

.woocommerce ul.products li.product a.button {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

/* My account */
.tab-right-outer {
  width: 100%; }

/* My account page */
.shadow1 {
  -webkit-box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.61);
  -moz-box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.61);
  box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.61);
  padding: 20px; }

.account-block {
  padding: 20px;
  margin: 0;
  min-height: 120px;
  position: relative; }

.account-block .button {
  bottom: 10px;
  right: 10px !important;
  left: 10px !important;
  position: absolute !important; }

.woocommerce-MyAccount-navigation ul {
  list-style: none; }

.woocommerce-orders-table .woocommerce-button.view:hover,
.woocommerce-orders-table .woocommerce-button.view {
  padding: 0;
  color: #289ed2;
  background: none; }

.woocommerce-orders-table img {
  max-width: 97px;
  max-height: 112px; }

.woocommerce-orders-table__row {
  display: inline-block;
  padding: 20px;
  width: 100%;
  border: 1px solid #eee; }

@media only screen and (min-width: 768px) {
  .woocommerce-orders-table .column-order-info {
    width: 150px; }
  .woocommerce-account .webshop-contentblk {
    padding: 50px 0; }
  .wc-MA-nav-container {
    position: relative;
    width: 25%;
    display: inline-block; } }

.woocommerce-MyAccount-content .u-columns div[class*=u-column] {
  position: relative;
  border: 1px solid #eee;
  padding: 10px 15px 30px 15px;
  margin-bottom: 20px;
  font-size: 14px; }

.woocommerce-MyAccount-content .u-columns div[class*=u-column] .edit {
  position: absolute;
  bottom: 9px;
  right: 15px; }

.woocommerce-MyAccount-content .addresses .title h3,
.woocommerce-MyAccount-content fieldset > legend {
  float: none;
  font-size: 16px;
  display: block;
  padding: 0;
  /*color: #75b2e2;*/
  font-weight: bold;
  text-transform: uppercase; }

.woocommerce-MyAccount-content fieldset > legend {
  padding: 0; }

.woocommerce-MyAccount-content address {
  padding: 0;
  margin: 0; }

.woocommerce-EditAccountForm {
  padding-left: 5px;
  display: block; }

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  width: 100%; }

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  display: none; }

/* White plain page */
.custom-plain-layout nav.woocommerce-MyAccount-navigation {
  display: none; }

/* Col conflict */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%; }

/* Color select */
.single-product .pp-color-select {
  max-width: 440px;
  width: 100%;
  z-index: 1;
  list-style-type: none; }

.pp-color-select li {
  float: left;
  cursor: pointer; }

.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif; }

.woocommerce .woocommerce-breadcrumb .back-link {
  display: none; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #fff; }

.woocommerce .woocommerce-breadcrumb a {
  text-decoration: underline; }

.woocommerce .woocommerce-breadcrumb i {
  font-size: 19px;
  padding: 0 10px; }

/* PP (Product Page) */
@media screen and (min-width: 768px) {
  .woocommerce-product-gallery * {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; } }

.single-product .features-list h5 {
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  /*.slider-block .instruction-video-container img {*/
  /*max-width: 90% !important;*/
  /*}*/
  #instruction-video {
    width: 90% !important;
    max-height: 220px; }
  div.product div.summary .single_add_to_cart_button {
    width: 100%;
    left: 0;
    bottom: 0; }
  /*.product-single {*/
  /*background: #fff;*/
  /*}*/
  ul.icon-outer li .search-outerblk button {
    position: absolute;
    right: 5px;
    top: 0; }
  .product-single .product-image img {
    height: auto; }
  .features-block .features-inner .product-colors .slick-slide li.pp-color-active {
    width: 30px !important;
    /*height: 30px !important;*/ }
  .features-block .features-inner .product-colors {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    top: 60px; }
  .pp-color-select {
    top: 0;
    left: 0;
    right: 0; } }

.pp-color-select li img {
  width: 35px;
  height: 35px;
  max-width: unset !important; }

.home .blur-blk .footer-container {
  margin-top: -200px; }

.single-product #main-column {
  margin-top: 0; }

/*.single-product .wc-tabs,*/
/*.single-product .woocommerce-product-gallery__trigger {*/
/*display: none;*/
/*}*/
.single-product .woocommerce-product-gallery__trigger {
  display: none; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #eee; }

/* PP Summary */
form.woocommerce-ordering,
div.product div.summary .product_meta {
  display: none; }

@media only screen and (min-width: 768px) {
  .webshop-contentblk {
    padding-bottom: 240px; } }

/* Tablet */
@media only screen and (min-width: 768px) {
  .woocommerce div.product div.summary,
  .woocommerce-Tabs-panel--description {
    padding: 24px 30px !important; } }

.woocommerce-Tabs-panel,
.woocommerce-Tabs-panel,
.woocommerce div.product div.summary {
  display: inline-block;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important; }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .features-block .features-inner .product-colors {
    top: -279px; } }

table#ywdpd-table-discounts {
  width: 100%;
  border: none;
  margin: 65px 0 40px 0; }

table#ywdpd-table-discounts .woocommerce-Price-amount {
  border: 1px solid #979797;
  padding: 12px 5px 8px;
  text-align: center;
  font-size: 24px;
  color: #1a2b67;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 5px;
  display: block;
  cursor: pointer; }

#ywdpd-table-discounts th {
  display: none;
  border: none; }

#ywdpd-table-discounts td,
#ywdpd-table-discounts tr {
  border: none;
  padding: 0; }

.initbulkprice-1 #ywdpd-table-discounts tr:not(:first-child) td:nth-child(2) .woocommerce-Price-amount,
.initbulkprice-2 #ywdpd-table-discounts tr:not(:first-child) td:nth-child(3) .woocommerce-Price-amount,
.initbulkprice-3 #ywdpd-table-discounts tr:not(:first-child) td:nth-child(4) .woocommerce-Price-amount,
.initbulkprice-4 #ywdpd-table-discounts tr:not(:first-child) td:nth-child(5) .woocommerce-Price-amount,
#ywdpd-table-discounts .table-discount-active {
  background: #1a2b67;
  color: #FFFFFF !important; }

/* Table fix */
.single-product #respond input#submit.alt,
.single-product a.button.alt,
.single-product button.button.alt,
.single-product input.button.alt {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000; }

#ywdpd-table-discounts tr th + td .woocommerce-Price-amount,
#ywdpd-table-discounts tr td:last-child .woocommerce-Price-amount {
  margin: 0; }

/* Categories */
/* Products grid */
.woocommerce ul.products li.product .second-part-normal {
  margin: -8px 0; }

ul.rating {
  margin: 0 !important; }

ul.products li.product .woocommerce-loop-product__title {
  line-height: 25px;
  font-size: 18px !important; }

.woocommerce ul.products li.product .price {
  font-size: 25px; }

.horizontal-product-grid {
  list-style: none; }

.quick-links h5,
.product-single .product-description h3,
.totat-amt-row .total-col-1 h3 {
  text-transform: uppercase; }

.quick-links li img {
  height: 42px; }

.col-md-12.content-area,
.col-md-12.content-area {
  position: unset !important; }

.single-product .webshop-contentblk {
  margin-top: 0; }

.single-product .full-width-block .full-width-content {
  max-width: 100%; }

.grid-item.block2 .grid-image {
  background-size: contain;
  background-repeat: no-repeat; }

/*.grid-item .grid-image {*/
/*background-size: contain;*/
/*background-position: right top;*/
/*background-repeat: no-repeat;*/
/*}*/
.fullwidth-contentblk {
  background-color: #fff; }

/* Videos */
#instruction-title {
  display: block;
  font-size: 27px; }

#instruction-title,
#instruction-video {
  margin: 10px 0 30px 0; }

.slider-block .tab-pane ul li .content-box h6 {
  min-height: 60px;
  max-width: 220px; }

.instruction-video-container {
  cursor: pointer; }

.instruction-video-container > p,
.instruction-video-container > .main-btn {
  display: none; }

.instruction-video-container > h6 {
  max-height: 100px;
  margin-top: 10px;
  overflow: hidden; }

.slider-block .instruction-video-container img {
  max-width: 220px; }

/* */
.about-video-block .top-video-blk iframe {
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3); }

/* Remove negative margins */
.webshop-contentblk,
.footer-container {
  margin: 0; }

/* Remove zoom */
/*.woocommerce-product-gallery__image.flex-active-slide {*/
/*    pointer-events: none !important;*/
/*}*/
/* Menu img */
.header-container .navigation-blk ul.main-nav > li .sub-navigation .nav-rightblk.over-nav {
  background: none; }

.sub-nav.mm-1 .sub-navigation {
  top: 85%;
  visibility: visible;
  opacity: 1; }

.sub-nav.mm-1 .sub-navigation,
#about-us-background {
  background: none !important;
  background-image: url(../images/nav_banner.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: cover !important; }

@media only screen and (min-width: 1820px) {
  .sub-nav.mm-1 .sub-navigation,
  #about-us-background {
    background-size: 66% !important; } }

.selected-color-container {
  position: absolute;
  top: 28px;
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  display: inline-block;
  text-transform: uppercase;
  color: #289ed2; }

.selected-color-orb,
.selected-color-title {
  display: inline-block; }

.selected-color-orb {
  vertical-align: text-top;
  margin-right: 5px; }

.selected-color-orb img {
  -webkit-filter: drop-shadow(1px 2px 3px #999);
  filter: drop-shadow(1px 2px 3px #999);
  width: 39px;
  height: 41px; }

.woocommerce-message {
  background-color: #e0eed0; }

.sml_thankyou .button,
.woocommerce-error .button,
.woocommerce-message .button {
  position: absolute !important;
  font-family: "Roboto", sans-serif;
  bottom: -56px;
  font-size: 16px !important;
  width: 50%;
  text-align: center;
  padding: 20px 0 !important; }

.woocommerce-error:before,
.woocommerce-message:before {
  content: none; }

.woocommerce-error .wc-forward,
.woocommerce-message .wc-forward {
  background-color: #63aa15 !important;
  color: #fff !important;
  right: 0; }

.woocommerce-message::before {
  content: ''; }

.button-dialog-proceed {
  float: left !important;
  left: 0 !important;
  color: #777777;
  background-color: #eee; }

.dialog-fullwidth {
  width: 100% !important; }

/*.footer-container {*/
/*margin-top: -202px !important;*/
/*}*/
/* Custom contentpages */
.totat-amt-row .total-col-4 span {
  display: inline-block;
  font-size: inherit;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.03em; }

.full-width-block:before {
  top: auto;
  margin-top: -323px; }

/* PP Colors */
.single-product .banner-image {
  margin-top: -50px; }

.background-pink .selected-color-title {
  color: #e31c6d; }

.background-black .selected-color-title {
  color: #000000; }

.background-orange .selected-color-title {
  color: #f27400; }

.background-yellow .selected-color-title {
  color: #edc100; }

.background-green .selected-color-title {
  color: #27aa57; }

.background-red .selected-color-title {
  color: #d1282d; }

.background-lightbrown .selected-color-title {
  color: #e4b593; }

.background-beige .selected-color-title {
  color: #e4b593; }

.background-gray .selected-color-title {
  color: #dcdbd6; }

.checkout-section span.optional {
  display: inline-block;
  font-family: inherit; }

.banner-container {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  padding: 180px 0 90px; }

.background-pink .banner-container {
  /*background: #69cffb;*/
  /*background: -moz-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);*/
  /*background: -webkit-gradient(radial, 70% center, 0px, center center, 100%, color-stop(63%, #69cffb), color-stop(39%, #42b4e5), color-stop(100%, #038cc7));*/
  /*background: -webkit-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);*/
  /*background: -o-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);*/
  /*background: -ms-radial-gradient(70%, ellipse cover, #69cffb 63%, #42b4e5 39%, #038cc7 100%);*/
  /*background: radial-gradient(ellipse at 70%, #69cffb 63%, #42b4e5 39%, #038cc7 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cffb', endColorstr='#038cc7', GradientType=1 );*/
  background-image: radial-gradient(circle at 25% 60%, #fc84a9, #fc84a9 17%, #ff3684); }

.background-black .banner-container {
  background-image: radial-gradient(circle at 25% 147%, #565656, #262626 70%, #262626); }

.background-orange .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #ff994d, #ff994d 17%, #fa641b); }

.background-yellow .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #f7db83, #f7db83 17%, #edbe00); }

.background-green .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #71be94, #71be94 17%, #00a866); }

.background-red .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #ee707e, #ee707e 17%, #d2032b); }

.background-lightbrown .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #e1b697, #e1b697 17%, #d39e7c); }

.background-beige .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #e1b697, #e1b697 17%, #d39e7c); }

.background-gray .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #f7db83, #f7db83 17%, #edbe00); }

.background-blue .banner-container {
  background-image: radial-gradient(circle at -5% 40%, #49b2c9, #0079a9 90%, #0079a9); }

.background-tattoo .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #e1b697, #e1b697 17%, #d39e7c); }

.background-night .banner-container,
.background-tiger .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #ff994d, #ff994d 17%, #fa641b); }

.background-safari .banner-container,
.background-zebra .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #c6c5c1, #c6c5c1 17%, #a5a4a2); }

.background-panther .banner-container,
.background-leopard .banner-container {
  background-image: radial-gradient(circle at 25% 60%, #f95ea6, #f95ea6 17%, #d4004c); }

.background-tartan .banner-container {
  background-image: radial-gradient(circle at -36% 50%, #45deea, #1c4d64 91%, #1c4d64); }

.background-army .banner-container {
  background-image: radial-gradient(circle at 0% 137%, #6DBBFC, #346697 66%, #346697); }

.background-lime .banner-container {
  background-image: radial-gradient(circle at 5% 45%, #8bbe00, #8bbe00 28%, #59a200); }

/* Overlay */
.dark-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999; }

.woocommerce a.added_to_cart,
.woocommerce-shipping-destination {
  display: none; }

/* Footer */
@media screen and (min-width: 768px) {
  .footer-links .widget_nav_menu {
    display: block;
    width: 100%;
    clear: both; }
  .footer-links .widget_nav_menu:first-child {
    margin-bottom: 100px;
    clear: both;
    float: left; }
  .footer-links ul {
    width: 100%; }
  .footer-links ul li {
    width: 50%;
    border: none !important; } }

/* Content pages white top */
.totat-amt-row .total-col-4 {
  padding-top: 22px; }

p.woocommerce-result-count {
  display: none; }

/*.woocommerce form.login,*/
/*.woocommerce form.register {*/
/*    float: left;*/
/*}*/
small.woocommerce-password-hint {
  display: none; }

.single-product h1 span,
.second-part-normal {
  display: block;
  font-size: 0.58em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

/* Dialog Frame */
#dialog-frame {
  width: 750px; }

@media only screen and (max-width: 767px) {
  .banner-container {
    padding: 100px 0 140px; }
  .banner-outer .banner-content .banner-badge {
    margin-top: 90px;
    margin-bottom: 68px; }
  /* Home banner outer */
  .home .banner-outer > img {
    margin-top: -100px; }
  .banner-outer .banner-content .banner-badge {
    margin-top: 0;
    margin-bottom: 68px;
    top: 85px !important; }
  .grid-item .img-thumb {
    top: 108%; }
  .grid-item.block3 .grid-text:after {
    background-size: 100% 100% !important;
    top: 100% !important; }
  #dialog-frame {
    max-width: 100%;
    left: 0 !important; } }

.form-row:last-child {
  clear: both !important;
  float: none !important; }

a.edit {
  padding-right: 15px;
  color: #269dd1; }

a.edit:after {
  content: ">";
  color: #269dd1;
  position: absolute;
  font-size: 16px;
  right: -2px;
  top: 1px; }

.home .banner-outer .banner-content .banner-image {
  top: -185px; }

.checkout-custom-wrapper button#place_order {
  display: none !important; }

/* Newsletter */
.sml_subscribe {
  position: relative; }

input.sml_emailinput {
  background-color: #fff;
  padding-left: 30px;
  font-size: 19px; }

.sml_subscribe .sml_submit {
  position: absolute;
  right: 6px;
  margin: 0;
  bottom: 5px; }

.sml_subscribe .sml_submitbtn {
  padding: 5px 37px;
  border-radius: 0;
  outline: 0;
  background: #289ed2;
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFFFFF;
  border: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  text-align: center;
  outline: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.sml_subscribe .sml_submitbtn:focus,
.sml_subscribe .sml_submitbtn:hover {
  background: #63aa15;
  outline: 0; }

p.sml_thankyou {
  margin: 0;
  background: #fff; }

.variation_without_bulk .price {
  margin-top: 70px !important; }

.widget li {
  list-style-type: none; }

.single-product .webshop-contentblk {
  padding-bottom: 40px; }

#clone-checkout-ship-to-different {
  cursor: pointer; }

.woocommerce-product-search {
  position: relative; }

ul.icon-outer li .search-outerblk button {
  top: -8px;
  right: 0;
  position: absolute; }

.home .banner-outer .banner-content span {
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  line-height: 31px;
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.banner-container.banner-container-white {
  background: url(../images/curved-img08.png) no-repeat center top; }

@media only screen and (max-width: 767px) {
  .page-template-page-content-with-blocks .fullwidth-contentblk {
    padding: 0 0 90px; }
  .page-template-page-content-with-blocks .banner-container {
    padding: 100px 0; }
  .home .gridlist-outer {
    margin-top: -240px; } }

@media only screen and (min-width: 768px) {
  .home .banner-outer .banner-content h1 {
    top: -85px;
    width: 400px; }
  .home .banner-outer .banner-content span {
    margin-top: 5px; } }

.woocommerce-cart .entry-header {
  visibility: hidden; }

.shadow {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.shadow-inner {
  padding: 20px; }

.form-row.checkbox-select {
  padding: 0 !important; }

.grid-item.block1 .grid-image {
  background-size: contain !important; }

@media only screen and (max-width: 767px) {
  .page-template-page-content-with-blocks .content-single:before {
    content: none; } }

.slider-block .customtab.nav-tabs .nav-link h6 {
  text-transform: uppercase; }

/* Layout Padding corrections */
.product-outer.spacing-btm {
  padding-bottom: 0; }

.page-template-page-content-with-blocks .fullwidth-contentblk {
  padding-bottom: 0; }

.page-template-page-content-with-blocks .footer-container {
  padding-top: 0; }

.webshop-contentblk {
  padding-bottom: 20px; }

.webshop-contentblk.bg-white-mobile,
.webshop-contentblk.bg-grey-mobile {
  padding-bottom: 0; }

.webshop-contentblk.content-grey {
  background-color: #f4f4f4; }

.full-width-block {
  padding-bottom: 20px; }

/* Dialog styles */
.custom-plain-layout .woocommerce-error,
.custom-plain-layout .woocommerce-message {
  display: block !important;
  position: relative !important;
  transform: none !important;
  left: 0 !important;
  right: 0 !important; }

.custom-plain-layout .dark-overlay,
.button-dialog-proceed {
  display: none; }

.custom-plain-layout .inner-contentblk {
  padding: 0; }

/* Custom */
.icon-block i.icon-hand {
  width: 19px;
  height: 24px;
  background: url(../images/svg/arm.svg) no-repeat center center; }

.icon-block i.icon-leg {
  width: 19px;
  height: 24px;
  background: url(../images/svg/knee.svg) no-repeat center center; }

.icon-block i.icon-back {
  width: 19px;
  height: 24px;
  background: url(../images/svg/neck.svg) no-repeat center center; }

.fix-header-blk .woocommerce-Price-currencySymbol {
  display: none !important; }

.quick-links h5 {
  font-size: 18px; }

.registered {
  font-size: 18px;
  vertical-align: top;
  font-family: 'Arial', san-serif;
  line-height: 0; }

.header-container .navigation-blk ul.main-nav > li > a {
  text-transform: uppercase; }

/* Ruben */
@media screen and (min-width: 992px) {
  .home .banner-outer > img {
    max-height: 640px; } }

.grid-item h2,
.grid-item.home-block-hovered p {
  display: block;
  -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
  transition: width 2s, height 2s, background-color 2s, transform 2s; }

.quick-links li a:hover {
  color: #289ed2 !important; }

.product-single .product-description {
  margin-left: 0; }

.grid-item {
  transition: all 0.4s ease-in-out !important;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important; }

.grid-text {
  z-index: 99; }

.grid-item.block2 h2 {
  padding: 0; }

.home-block-hovered h2,
.home-block-hovered p {
  opacity: 1;
  visibility: visible; }

.features-block .features-inner .product-colors h3 {
  text-align: center; }

.admin-visible {
  display: none; }

.accountwidget-logout {
  background: #f4f4f4;
  font-size: 12px !important;
  text-decoration: underline; }

.user-logged-in-wrapper h3 {
  line-height: 1;
  margin-bottom: 17px; }

/* FAQ*/
h2.schema-faq-question:after {
  font-size: 24px;
  top: 20px; }

.schema-faq-section {
  padding: 20px; }

.answer-container p:last-child {
  margin-bottom: 0; }

.answer-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
  height: 0;
  overflow: hidden; }

.schema-faq-section {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 20px 15px 20px;
  position: relative;
  transition: all 0.4s ease-in-out !important; }

.schema-faq-section h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px; }

.faq-active,
.schema-faq-section:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 6px 2px #d6d6d6;
  -webkit-box-shadow: 0 2px 6px 2px #d6d6d6;
  -moz-box-shadow: 0 2px 6px 2px #d6d6d6;
  -o-box-shadow: 0 2px 6px 2px #d6d6d6; }

.faq-active .answer-container {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: all 0.4s ease-in-out !important; }

h2.schema-faq-question:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 29px;
  position: absolute;
  right: 15px;
  top: 7px;
  color: #269dd1; }

.faq-active h2.schema-faq-question:after {
  content: "\f106"; }

/* Double prices in header cart widget */
.header-container .details-blk del {
  display: none; }

.custom-upsell-container {
  text-align: left; }

.blue-section {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 128px;
  background: #289fd2;
  background: -moz-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #289fd2), color-stop(50%, #299fd2), color-stop(100%, #63c4ed));
  background: -webkit-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: -o-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: -ms-linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  background: linear-gradient(264deg, #289fd2 0%, #299fd2 50%, #63c4ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289fd2', endColorstr='#63c4ed', GradientType=1 ); }

.blue-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 204px;
  background: url(../images/curved-img2.png) no-repeat left top;
  background-size: 100%;
  z-index: 0; }

.blue-section .upsells > h2 {
  color: #fff !important; }

/*.blue-section li.product {*/
/*    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1) !important;*/
/*    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1) !important;*/
/*    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1) !important;*/
/*    -o-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1) !important;*/
/*}*/
.margin-bottom-get-footer {
  margin-bottom: -200px; }

/* Banner scroll */
.home .banner-scroll {
  top: 500px;
  z-index: 9999;
  text-align: center; }

.home .banner-scroll.banner-nofix {
  position: absolute; }

.home .banner-scroll.banner-fixed {
  position: fixed;
  top: inherit; }

.open-nav .banner-scroll {
  display: none; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.wpcf7 form label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 14px;
  color: #a0a0a0; }

.wpcf7-submit {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  color: #fff;
  border: none;
  outline: none;
  background-color: #289ed2;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.page-template-template-contact .wpcf7-submit {
  position: absolute;
  right: 0;
  bottom: 0; }

.wpcf7-submit:hover {
  cursor: pointer;
  background: #63aa15; }

/* Maps */
.contact-map-container {
  height: 800px;
  z-index: 1;
  position: relative; }

#contact-map {
  position: relative;
  left: 0;
  right: 0;
  bottom: -200px; }

.page-template-template-contact .footer-container {
  z-index: 99; }

.contact-map-container:before {
  position: absolute;
  content: "";
  left: 0;
  z-index: 99999 !important;
  top: -170px;
  width: 100%;
  min-width: 1920px;
  height: 650px;
  background: url(../images/contact-maps-overlay.png) no-repeat left bottom;
  background-size: 100%; }

iframe .place-card.place-card-large {
  display: none !important; }

.page-template-template-contact #main-column {
  position: relative;
  min-height: 300px; }

.page-template-template-contact #main-column #main {
  position: absolute;
  z-index: 2; }

@media screen and (max-width: 992px) {
  .page-template-template-contact #main-column {
    min-height: 665px; } }

.bg-grey + .footer-container .footer-top {
  background-color: #f4f4f4; }

.bg-grey + .footer-container {
  padding: 0; }

@media screen and (max-width: 767px) {
  .video-instructions-list li {
    width: 50%;
    display: inline-block;
    margin: 0 0 10px 0; }
  .bg-grey-mobile + .footer-container .footer-top {
    background-color: #f4f4f4; }
  .bg-white-mobile + .footer-container .footer-top {
    background-color: #ffffff; }
  .bg-white-mobile + .footer-container,
  .bg-grey-mobile + .footer-container {
    padding: 0; }
  .bg-white-mobile:before,
  .bg-grey-mobile:before {
    background: none; }
  .page-template-template-contact #main-column {
    min-height: 1100px; }
  .up-sells {
    margin: 0 20px; }
  .up-sells .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0; }
  .open-nav .header-block {
    max-width: 100%; }
  /*.banner-content-left .slick-arrow.slick-prev {*/
  /*left: -30px;*/
  /*}*/
  .banner-content-left .slick-arrow.slick-prev,
  .banner-content-left .slick-arrow.slick-next {
    top: 4px; }
  /*.banner-container {*/
  /*    padding-top: 95px;*/
  /*}*/
  /*.banner-placeholder {*/
  /*    height: 1010px;*/
  /*}*/
  .woocommerce div.product .woocommerce-tabs {
    padding: 0; }
  .woocommerce div.product .woocommerce-tabs a {
    display: block !important; }
  .woocommerce-cart .fullwidth-contentblk {
    padding-bottom: 10px; }
  .xs-no-margin {
    margin: 0 !important; }
  .grid-item {
    min-height: 390px; }
  .grid-item.block1,
  .grid-item.block2 {
    min-height: 375px; }
  .grid-item.block3,
  .grid-item.block4 {
    min-height: 408px; } }

ul.icon-outer li .header-cart-widget-shipping-costs img {
  width: 25px;
  margin-right: 5px; }

ul.icon-outer li .header-cart-widget-shipping-costs a {
  padding: 0; }

.header-cart-widget-shipping-costs .delivery-text {
  display: inline-block; }

/* White headers */
@media screen and (min-width: 768px) {
  .page-template-page-content-with-blocks .curve-pattern,
  .woocommerce-cart .curve-pattern {
    background-image: url(../images/curved-img-grey.png); }
  .grid-item h2 span {
    margin-top: -1px; }
  /* Blur fix */
  body.result_hover .blur-blk {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    filter: blur(4px);
    /*transition:filter .1s ease;*/
    backface-visibility: hidden; } }

.banner-scroll {
  display: none; }

@media only screen and (max-width: 767px) {
  .home .banner-scroll {
    display: block; }
  .woocommerce-column--shipping-address {
    margin-top: 30px; }
  .cart_totals > h2 {
    padding-left: 10px; }
  body[class^="checkout-step"] .inner-contentblk {
    padding: 0 5px; }
  .woocommerce-mini-cart .details-blk del {
    display: none; }
  .header-cart-widget-shipping-costs {
    display: none; }
  .instruction-list {
    padding: 0 !important;
    margin: 0; }
  .instruction-list .slick-list {
    margin-top: 20px !important; }
  .instruction-list .slick-arrow.slick-next {
    right: -12px;
    left: auto; }
  .page-template .inner-contentblk {
    padding: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals th,
  .woocommerce table.shop_table th {
    padding: 10px 0 0 10px; } }

.woocommerce-terms-and-conditions-wrapper {
  width: 100%; }

.woocommerce form.login {
  margin-top: 0; }

.video-category {
  margin-right: 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal; }

#checkout-map {
  display: block; }

.custom-dialog-close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 41px;
  cursor: pointer;
  /* line-height: 27px; */
  font-weight: normal;
  color: #707070 !important; }

.custom-dialog-close:hover {
  color: #303030; }

/* Balloons */
.quantity-balloon {
  position: absolute;
  top: 0;
  right: 37%;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

.balloon-red {
  background-color: red;
  color: #fff;
  top: -19px; }

@media only screen and (max-width: 767px) {
  .banner-content-left .slick-arrow.slick-next {
    padding: 0;
    right: 0; }
  .banner-content-left .slick-arrow.slick-prev {
    padding: 0;
    left: 0;
    margin-left: -25px; }
  .widget_shopping_cart_content .woocommerce-mini-cart__total {
    text-align: center; }
  .widget_shopping_cart_content .woocommerce-mini-cart__total > strong {
    float: none; } }

.woocommerce-cart .cart-collaterals .cart_totals th,
.woocommerce-cart .cart-collaterals .cart_totals td {
  padding: 15px 25px; }

.my-account-ordered-items {
  padding-top: 30px; }

.column-order-info .on-hold {
  color: orange; }

.column-order-info .completed {
  color: #1e913d; }

.column-order-info .cancelled {
  color: red; }

.woocommerce-MyAccount-content address,
.woocommerce-table--order-details {
  padding: 25px !important; }

.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content td {
  vertical-align: middle; }

.my-account-ordered-items td {
  display: inline !important; }

.below_product_usp p {
  margin: 0 !important; }

.usp-block-with-icons h5 {
  color: #000 !important; }

@media screen and (min-width: 768px) {
  /* Dynamic menu */
  /* MM Sub nav product */
  [class*="sub-nav-pr"] {
    list-style: none;
    float: left;
    width: 25%;
    height: 100%;
    background: white;
    padding: 0 20px 30px 1%; }
  /* MM Sub nav page */
  li[class*="sub-nav-pa"] {
    min-width: 280px;
    max-width: 300px;
    display: block;
    height: auto;
    margin-left: 20px;
    line-height: 54px; }
  li[class*="sub-nav-pa"] a {
    width: 100%;
    height: auto;
    float: left;
    line-height: 54px;
    border-top: #e8e8e8 solid 1px;
    padding-left: 30px;
    color: #000000 !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: #ffffff url(../images/svg/nav_arrow.svg) no-repeat right center;
    background-size: 35px; }
  li[class*="sub-nav-pr"] img {
    /*max-height: 130px;*/
    /*max-height: 200px;*/
    /*max-width: 100%;*/
    height: 175px;
    width: 175px; }
  .custom-subnav {
    display: block;
    height: 100%;
    width: 100%;
    padding: 60px 0 0 20px; }
  .usp-block-with-icons {
    width: 100%;
    height: auto;
    float: left; }
  .usp-block-with-icons .custom-usp-icon img {
    padding: 9px; }
  .usp-block-with-icons li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    line-height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 6px; }
  .usp-block-with-icons li:not(.custom-usp-icon) i {
    width: 36px;
    height: 36px;
    float: left;
    background: #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2); }
  .usp-block-with-icons li i img {
    width: 36px;
    min-width: 36px;
    height: 36px; }
  .usp-block-with-icons li span {
    width: auto;
    float: left;
    padding: 0 0 0 10px; }
  li[class*="sub-nav-pa"] a:hover,
  .usp-block-with-icons li span a:hover {
    color: #289ed2; }
  .maincontent-area .leftcontent-area {
    padding-top: 90px; } }

@media screen and (min-width: 1931px) {
  .banner-outer {
    min-height: 645px;
    overflow: unset; }
  .banner-outer > img {
    width: 100%;
    max-width: none;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0; } }

/* Product cats */
.product-single .product-image img {
  max-width: 100%; }

.is_product_cat .products.columns-4 {
  margin: 0 !important;
  list-style: none !important;
  width: 100% !important;
  display: block !important; }

.is_product_cat .inner-contentblk {
  padding: 0; }

.is_product_cat .woocommerce ul.products li.product {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.is_product_cat .woocommerce ul.products li.full-width-product:nth-child(3n+2) {
  margin: 0; }

.is_product_cat .woocommerce ul.products li.full-width-product {
  width: 100%;
  padding: 0;
  margin: 0; }

.is_product_cat .inner-contentblk .term-description {
  display: none; }

.is_product_cat .product-description strong {
  display: inline !important; }

/* Crossels */
.up-sells .product-colors {
  display: none; }

.up-sells h3 {
  padding: 0 !important;
  font-size: 24px !important; }

.up-sells div[class*=col-] {
  float: none;
  clear: both;
  width: 100%;
  max-width: 100%;
  flex: none;
  position: inherit; }

.up-sells .main-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

.up-sells .full-width-product {
  position: relative; }

.up-sells .main-btn {
  line-height: 0;
  padding: 30px 0; }

/* Price per rol */
.price-addition {
  position: absolute;
  bottom: -3px;
  font-size: 11px; }

img {
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.open-countries,
.collapsed-flags {
  width: 35px !important;
  text-align: center; }

.collapsed-flags,
.open-countries img {
  float: none !important;
  text-align: center;
  width: 35px !important; }

.icon-block i {
  height: 24px; }

.customtab.nav-tabs .nav-link.active .icon-block {
  background: inherit;
  border: 4px solid #269dd1; }

.webshop-contentblk.is_product_cat {
  position: initial; }

/* Start special CSS for special characters (PL/RUS) */
html[lang='pl-PL'] small.woocommerce-price-suffix {
  display: block;
  line-height: 0;
  font-size: 33px;
  margin-top: 36px; }

html[lang='pl-PL'] .woocommerce-Price-currencySymbol {
  font-family: 'ProximaNovaExCn-Light';
  font-weight: bold; }

html[lang='pl-PL'] div.summary .single_add_to_cart_button:after {
  right: 10px;
  font-size: 20px; }

html[lang='pl-PL'] .mobinavigation-blk ul li a,
html[lang='pl-PL'] .header-container .navigation-blk ul.main-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

html[lang='pl-PL'] .usp-block-with-icons li span,
html[lang='pl-PL'] .nav-leftblk p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 1.1em; }

html[lang='pl-PL'] h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-weight: bold; }

html[lang='pl-PL'] strong {
  font-family: "ProximaNovaExCn";
  font-weight: bold; }

html[lang='pl-PL'] h1,
html[lang='pl-PL'] h2,
html[lang='pl-PL'] h3,
html[lang='pl-PL'] h4,
html[lang='pl-PL'] h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

html[lang='pl-PL'] label,
html[lang='pl-PL'] #payment ul.payment_methods li label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

html[lang='pl-PL'] p {
  font-family: "Roboto", sans-serif; }

html[lang='pl-PL'] .desc-text,
html[lang='pl-PL'] .features-block .features-list ul li h5 {
  font-family: "ProximaNovaExCn" !important;
  font-weight: bold; }

html[lang='pl-PL'] h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em; }

/* End special CSS for special characters (PL/RUS) */
.home .fullwidth-contentblk {
  padding-left: 0;
  padding-right: 0; }

/* To parent CSS */
.footer-logo img,
.checkout-logo img {
  width: 135px; }

/* USP */
.product_custom {
  list-style: none;
  padding: 0;
  margin-bottom: 30px; }

.product_custom li:before {
  color: #2bc42b; }

.product_custom li:before {
  background-image: url("/wp-content/uploads/sites/14/2020/05/fasciq-checkmark.png");
  font-family: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

.product_custom li {
  color: #666;
  margin: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px; }

/* Sale */
@media screen and (max-width: 767px) {
  .custom-product-thumb-container {
    left: 0;
    right: 0;
    width: 100% !important;
    /*padding: 0px 40px;*/ }
  #blog ul.products li.product {
    width: 100% !important; } }

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: block;
  line-height: 60px;
  font-size: .5em; }

#atc-modal h3 {
  font-size: 1.8em !important;
  min-height: 150px; }

/*#atc-modal ul.products li.product {*/
/*    min-height: 260px;*/
/*}*/
/*#btn-modal-bulk-order {*/
/*    display: none;*/
/*}*/
.custom-product-thumb-container {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 40px;
  width: 35%;
  max-width: 450px;
  display: none;
  /*padding: 0px 40px;*/ }

.custom-product-thumb-container.slick-initialized {
  display: block; }

.custom-product-thumb-container img {
  /*padding: 20px;*/
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  height: 75px;
  width: 75px !important;
  max-width: inherit !important; }

@media only screen and (min-width: 768px) {
  .features-block .features-inner .custom-product-thumb-container.slick-initialized {
    top: -130px;
    right: auto; } }

.spacer-xl-bottom {
  margin-bottom: 60px !important; }

.spacer-xxl-bottom {
  margin-bottom: 80px !important; }

.padder-s {
  padding: 10px !important; }

.padder-m {
  padding: 20px !important; }

.padder-ml {
  padding: 30px !important; }

.padder-l {
  padding: 40px !important; }

.padder-xl {
  padding: 60px !important; }

.padder-xxl {
  padding: 80px !important; }

.padder-s-top {
  padding-top: 10px !important; }

.padder-m-top {
  padding-top: 20px !important; }

.padder-ml-top {
  padding-top: 30px !important; }

.padder-l-top {
  padding-top: 40px !important; }

.padder-xl-top {
  padding-top: 60px !important; }

.padder-xxl-top {
  padding-top: 80px !important; }

.custom-product-thumb-container {
  display: block; }

.block {
  display: block; }

.underline {
  text-decoration: underline !important; }

.custom-product-thumb-container {
  display: none; }

.custom-subnav .custom-usp-icon p {
  display: none; }

.custom-subnav .custom-usp-icon h2,
.custom-subnav .custom-usp-icon h3,
.custom-subnav .custom-usp-icon h4,
.custom-subnav .custom-usp-icon h5 {
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 18px;
  font-family: "Roboto", sans-serif; }

/*.icon-outer .open-quickorder:before {*/
/*    content: "\f1ce";*/
/*    color: #d22b31;*/
/*    font-family: 'FontAwesome';*/
/*    !* float: right; *!*/
/*    position: absolute;*/
/*    right: -3px;*/
/*    font-size: 42px;*/
/*    !* top: 8px; *!*/
/*    line-height: 24px;*/
/*    -webkit-animation:spin 5s normal ;*/
/*    -moz-animation:spin 5s linear normal;*/
/*    animation:spin 5s linear normal;*/
/*    opacity: 0;*/
/*}*/
/*@keyframes spin {*/
/*    0% {*/
/*        -webkit-transform: rotate(500deg);*/
/*        transform:rotate(500deg);*/
/*        opacity: 0;*/
/*    }*/
/*    30% {*/
/*        -webkit-transform: rotate(500deg);*/
/*        transform:rotate(500deg);*/
/*        opacity: 0;*/
/*    }*/
/*    40% {*/
/*        -webkit-transform: rotate(500deg);*/
/*        transform:rotate(500deg);*/
/*        opacity: 0;*/
/*    }*/
/*    60% {*/
/*        -webkit-transform: rotate(500deg);*/
/*        transform:rotate(500deg);*/
/*        opacity: 0.9;*/
/*    }*/
/*}*/
@media screen and (max-width: 767px) {
  .custom-product-thumb-container img {
    height: 65px !important;
    width: 65px !important; } }

/* Commercial Redesign */
@media only screen and (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    clear: both; }
  /*.woocommerce div.product div.images.woocommerce-product-gallery {*/
  /*    height: auto !important;*/
  /*}*/
  .woocommerce div.product div.summary {
    min-height: 0; }
  table.variations {
    /*display: none;*/
    margin-top: -20px; }
  .product-colors {
    display: none; }
  .single-product .inner-contentblk {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    clear: both; }
  .woocommerce div.product div.images .flex-control-thumbs {
    bottom: 42%; }
  .woocommerce-page div.product div.images {
    padding-left: 110px; }
  .clearfix {
    clear: both !important; }
  /*table.variations {*/
  /*    display: none;*/
  /*}*/
  .product-colors {
    position: absolute;
    /* bottom: 0; */
    right: 48px;
    top: 314px; } }

/*.single-product .curve-pattern {*/
/*    display: none;*/
/*}*/
.up-sells {
  clear: both; }

.product-single:before {
  position: absolute;
  content: "";
  left: 0;
  top: -246px;
  width: 100%;
  height: 246px;
  background: url(../images/curved-img4.png) no-repeat left bottom;
  background-size: 100%;
  z-index: 0; }

.woocommerce-product-details__short-description {
  min-height: 0 !important;
  max-height: none !important; }

.banner-image img {
  max-height: 450px;
  height: 100%; }

.login-form-container,
.login-form-container .user-icon {
  width: 40px !important; }

.login-form-container > a {
  /*padding: 10px;*/ }

.woocommerce ul.products li.product .price .amount {
  font-weight: bold !important; }

/*# sourceMappingURL=custom.css.map */