/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 5, 2019
    Author     : Adnan Lopa
*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

.c-white {
  color: white !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-red {
  color: red !important; }

.c-yellow {
  color: yellow !important; }

.c-orange {
  color: orange !important; }

.c-purple {
  color: purple !important; }

.c-pink {
  color: pink !important; }

.c-green {
  color: green !important; }

.c-grey, #new_product .firstRow .box .item .item-body ul .category {
  color: grey !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.mb-r-1 {
  margin-right: 1rem !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-3 {
      margin-bottom: 2rem !important; } }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.bg-white {
  background: white !important; }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'Microsoft-New-Tai-Lue-Bold';
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.eot");
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Microsoft-New-Tai-Lue-Reguler';
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.eot");
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Myriad-Pro-Bold';
  src: url("../../../assets/_fonts/Myriad-Pro-Bold.eot");
  src: url("../../../assets/_fonts/Myriad-Pro-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Myriad-Pro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Open-Sans-Regular';
  src: url("../../../assets/_fonts/Open-Sans-Regular.eot");
  src: url("../../../assets/_fonts/Open-Sans-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Open-Sans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../assets/_fonts/Roboto-Regular.eot");
  src: url("../../../assets/_fonts/Roboto-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

.c-white {
  color: white !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-red {
  color: red !important; }

.c-yellow {
  color: yellow !important; }

.c-orange {
  color: orange !important; }

.c-purple {
  color: purple !important; }

.c-pink {
  color: pink !important; }

.c-green {
  color: green !important; }

.c-grey, #new_product .firstRow .box .item .item-body ul .category {
  color: grey !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.mb-r-1 {
  margin-right: 1rem !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-3 {
      margin-bottom: 2rem !important; } }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.bg-white {
  background: white !important; }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.link, #mySearchbar .inner .close {
  -webkit-transition: 1s ease color;
  -moz-transition: 1s ease color;
  -ms-transition: 1s ease color;
  -o-transition: 1s ease color;
  transition: 1s ease color; }
  .link:active, #mySearchbar .inner .close:active, .link:focus, #mySearchbar .inner .close:focus, .link:hover, #mySearchbar .inner .close:hover {
    color: #e4e4d1 !important;
    text-decoration: none !important; }

.noLink:active, #errorPage .block .caption a:active, .noLink:focus, #errorPage .block .caption a:focus, .noLink:hover, #errorPage .block .caption a:hover {
  text-decoration: none; }

.linkWhite:active, .linkWhite:focus, .linkWhite:hover {
  color: white !important;
  text-decoration: none !important; }

.linkBlack:active, .linkBlack:focus, .linkBlack:hover {
  color: black !important;
  text-decoration: none !important; }

.linkBlue {
  color: blue !important; }
  .linkBlue:active, .linkBlue:focus, .linkBlue:hover {
    color: blue !important;
    text-decoration: underline !important; }

.linkGreen {
  color: green !important; }
  .linkGreen:active, .linkGreen:focus, .linkGreen:hover {
    color: green !important;
    text-decoration: underline !important; }

.hv-o {
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity; }
  .hv-o:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hv-u:hover {
  text-decoration: underline; }

.reset, #header .banner .alert, #header .inner .menu ul, #header .inner .shortcut ul, #header .outer #myMobilemenu .list-mobile-menu ul, #mySearchbar .inner .form-group, .pagination li, #footer .thirdRow, #slider, #slider .firstRow, #slider .firstRow .swiper-slide .inner .text .caption.small, #search_products .firstRow, #how_it_works .firstRow, #instagram .firstRow, #blog_recommendations .firstRow, #product.design .firstRow .sidebars ul, #product.design.index .firstRow .contents .box.display-product.listed .item, #product.design.index .firstRow .contents .box.display-product.listed .item .item-header, #product.design.index .firstRow .contents .box.display-product.listed .item .item-body, #product.design.details .firstRow .product-slider-details .swiper-slide,
#product.design.details .firstRow .product-thumbs-details .swiper-slide, #product.design.details .firstRow .product-detail .input-group .input-group-addon, #product.design.details .firstRow .product-detail .input-group .quantity-field, #cart.design .firstRow, #cart.design .firstRow .contents .box.address-and-shipping .form-group .btn, #contact .secondRow {
  margin: 0;
  padding: 0; }

.fullImage, #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19); }

.middleCenter, #errorPage, #newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.middleLeft, #slider .firstRow .swiper-slide .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s; }
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s; }
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
.linkUnderline {
  display: inline-block;
  color: #e4e4d1;
  text-decoration: none; }
  .linkUnderline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .linkUnderline:hover::after {
    background: white;
    width: 100%; }

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg); }

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverHide:active, .hoverHide:focus, .hoverHide:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverShow:active, .hoverShow:focus, .hoverShow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #222222;
  -moz-box-shadow: 0 10px 6px -6px #222222;
  -ms-box-shadow: 0 10px 6px -6px #222222;
  -o-box-shadow: 0 10px 6px -6px #222222;
  box-shadow: 0 10px 6px -6px #222222; }

.effect2 {
  position: relative; }
  .effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.effect3 {
  position: relative; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.effect4 {
  position: relative; }
  .effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

.effect5 {
  position: relative; }
  .effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 35px 20px #222222;
    -moz-box-shadow: 0 35px 20px #222222;
    -ms-box-shadow: 0 35px 20px #222222;
    -o-box-shadow: 0 35px 20px #222222;
    box-shadow: 0 35px 20px #222222;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto; }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

.c-white {
  color: white !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-red {
  color: red !important; }

.c-yellow {
  color: yellow !important; }

.c-orange {
  color: orange !important; }

.c-purple {
  color: purple !important; }

.c-pink {
  color: pink !important; }

.c-green {
  color: green !important; }

.c-grey, #new_product .firstRow .box .item .item-body ul .category {
  color: grey !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.mb-r-1 {
  margin-right: 1rem !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-3 {
      margin-bottom: 2rem !important; } }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.bg-white {
  background: white !important; }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'Microsoft-New-Tai-Lue-Bold';
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.eot");
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Microsoft-New-Tai-Lue-Reguler';
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.eot");
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Myriad-Pro-Bold';
  src: url("../../../assets/_fonts/Myriad-Pro-Bold.eot");
  src: url("../../../assets/_fonts/Myriad-Pro-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Myriad-Pro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Open-Sans-Regular';
  src: url("../../../assets/_fonts/Open-Sans-Regular.eot");
  src: url("../../../assets/_fonts/Open-Sans-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Open-Sans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../assets/_fonts/Roboto-Regular.eot");
  src: url("../../../assets/_fonts/Roboto-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

.c-white {
  color: white !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-red {
  color: red !important; }

.c-yellow {
  color: yellow !important; }

.c-orange {
  color: orange !important; }

.c-purple {
  color: purple !important; }

.c-pink {
  color: pink !important; }

.c-green {
  color: green !important; }

.c-grey, #new_product .firstRow .box .item .item-body ul .category {
  color: grey !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.mb-r-1 {
  margin-right: 1rem !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-3 {
      margin-bottom: 2rem !important; } }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.bg-white {
  background: white !important; }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.link, #mySearchbar .inner .close {
  -webkit-transition: 1s ease color;
  -moz-transition: 1s ease color;
  -ms-transition: 1s ease color;
  -o-transition: 1s ease color;
  transition: 1s ease color; }
  .link:active, #mySearchbar .inner .close:active, .link:focus, #mySearchbar .inner .close:focus, .link:hover, #mySearchbar .inner .close:hover {
    color: #e4e4d1 !important;
    text-decoration: none !important; }

.noLink:active, #errorPage .block .caption a:active, .noLink:focus, #errorPage .block .caption a:focus, .noLink:hover, #errorPage .block .caption a:hover {
  text-decoration: none; }

.linkWhite:active, .linkWhite:focus, .linkWhite:hover {
  color: white !important;
  text-decoration: none !important; }

.linkBlack:active, .linkBlack:focus, .linkBlack:hover {
  color: black !important;
  text-decoration: none !important; }

.linkBlue {
  color: blue !important; }
  .linkBlue:active, .linkBlue:focus, .linkBlue:hover {
    color: blue !important;
    text-decoration: underline !important; }

.linkGreen {
  color: green !important; }
  .linkGreen:active, .linkGreen:focus, .linkGreen:hover {
    color: green !important;
    text-decoration: underline !important; }

.hv-o {
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity; }
  .hv-o:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hv-u:hover {
  text-decoration: underline; }

.reset, #header .banner .alert, #header .inner .menu ul, #header .inner .shortcut ul, #header .outer #myMobilemenu .list-mobile-menu ul, #mySearchbar .inner .form-group, .pagination li, #footer .thirdRow, #slider, #slider .firstRow, #slider .firstRow .swiper-slide .inner .text .caption.small, #search_products .firstRow, #how_it_works .firstRow, #instagram .firstRow, #blog_recommendations .firstRow, #product.design .firstRow .sidebars ul, #product.design.index .firstRow .contents .box.display-product.listed .item, #product.design.index .firstRow .contents .box.display-product.listed .item .item-header, #product.design.index .firstRow .contents .box.display-product.listed .item .item-body, #product.design.details .firstRow .product-slider-details .swiper-slide,
#product.design.details .firstRow .product-thumbs-details .swiper-slide, #product.design.details .firstRow .product-detail .input-group .input-group-addon, #product.design.details .firstRow .product-detail .input-group .quantity-field, #cart.design .firstRow, #cart.design .firstRow .contents .box.address-and-shipping .form-group .btn, #contact .secondRow {
  margin: 0;
  padding: 0; }

.fullImage, #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19); }

.middleCenter, #errorPage, #newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.middleLeft, #slider .firstRow .swiper-slide .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s; }
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s; }
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
.linkUnderline {
  display: inline-block;
  color: #e4e4d1;
  text-decoration: none; }
  .linkUnderline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .linkUnderline:hover::after {
    background: white;
    width: 100%; }

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg); }

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverHide:active, .hoverHide:focus, .hoverHide:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverShow:active, .hoverShow:focus, .hoverShow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #222222;
  -moz-box-shadow: 0 10px 6px -6px #222222;
  -ms-box-shadow: 0 10px 6px -6px #222222;
  -o-box-shadow: 0 10px 6px -6px #222222;
  box-shadow: 0 10px 6px -6px #222222; }

.effect2 {
  position: relative; }
  .effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.effect3 {
  position: relative; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.effect4 {
  position: relative; }
  .effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

.effect5 {
  position: relative; }
  .effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 35px 20px #222222;
    -moz-box-shadow: 0 35px 20px #222222;
    -ms-box-shadow: 0 35px 20px #222222;
    -o-box-shadow: 0 35px 20px #222222;
    box-shadow: 0 35px 20px #222222;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto; }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.p-left-1x {
  padding-left: 3.5px !important; }

#header {
  background-color: white;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
  -moz-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
  -ms-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
  -o-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
  box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
  width: 100%;
  -webkit-transition: 0.7s ease background-color, 0.7s ease box-shadow, 0.7s ease top;
  -moz-transition: 0.7s ease background-color, 0.7s ease box-shadow, 0.7s ease top;
  -ms-transition: 0.7s ease background-color, 0.7s ease box-shadow, 0.7s ease top;
  -o-transition: 0.7s ease background-color, 0.7s ease box-shadow, 0.7s ease top;
  transition: 0.7s ease background-color, 0.7s ease box-shadow, 0.7s ease top;
  /*    &.scrolled {
          background-color: white !important;
          @include box-shadow(5px 5px 5px 1px rgba(183,183,183,0.2));
          @include transition-triple(0.7s ease background-color, 0.7s ease box-shadow, 0.7s ease top);
          top: -90px;
          z-index: 10;
          .inner {
              @include transition(0.7s ease height);
              height: 80px;
              .brand {}
              .menu {
                  ul {
                      li {
                          &.dropdown {
                              .dropdown-menu {
                                  top: 44px !important;
                                  &.full-width {
                                      @include transition(0.7s ease top);
                                      position: fixed;
                                      top: 58px !important;
                                      width: 100%;
                                  }
                              }
                          }
                      }
                  }
              }
              .shortcut {
                  ul {
                      li {
                          a {
                              .badge {
                                  top: 18px;
                              }
                          }
                      }
                  }
              }
          }
          .outer {
              #myMobilemenu {
                  @include transition(0.7s ease top);
                  top: 72px;
                  height: calc(100vh - 72px);
              }
              #floatingSearch {
                  top: 49px;
                  width: calc(100% - 160px);
                  @media (max-width: 767px){
                      left: 0;
                      width: 100%;
                  }
              }
          }
      }
      &.sub-header {
          background-color: rgba(244,244,244,1);
      }*/ }
  #header .banner {
    background-color: #5bb869;
    position: relative;
    z-index: 1; }
    #header .banner .alert {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      background-color: none !important;
      color: white;
      font-family: "Roboto-Regular", sans-serif;
      font-size: 14px;
      height: 72px;
      width: 100%; }
      #header .banner .alert .btn {
        margin-left: 10px; }
        @media (max-width: 767px) {
          #header .banner .alert .btn {
            background: none !important;
            line-height: 1;
            padding: 0;
            white-space: normal; } }
  #header .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: 0.7s ease height;
    -moz-transition: 0.7s ease height;
    -ms-transition: 0.7s ease height;
    -o-transition: 0.7s ease height;
    transition: 0.7s ease height;
    height: 100px;
    width: 100%; }
    #header .inner .brand {
      width: 20%; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #header .inner .brand {
          width: 20%; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #header .inner .brand {
          width: 50%; } }
      @media (max-width: 767px) {
        #header .inner .brand {
          width: 20%; } }
      #header .inner .brand a img {
        height: 70px; }
        @media (max-width: 767px) {
          #header .inner .brand a img {
            height: 42px; } }
    #header .inner .menu {
      text-align: center;
      width: 60%; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #header .inner .menu {
          width: 54%; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #header .inner .menu {
          display: none; } }
      @media (max-width: 767px) {
        #header .inner .menu {
          display: none; } }
      #header .inner .menu ul {
        width: 100%; }
        #header .inner .menu ul li {
          font-family: "Open-Sans-Regular", sans-serif;
          font-size: 14px;
          font-weight: bold;
          padding: 0 14px;
          text-transform: uppercase;
          display: inline-block; }
          #header .inner .menu ul li.active a {
            color: #32a743; }
          #header .inner .menu ul li a {
            color: #222222;
            text-decoration: none;
            -webkit-transition: 0.7s ease color;
            -moz-transition: 0.7s ease color;
            -ms-transition: 0.7s ease color;
            -o-transition: 0.7s ease color;
            transition: 0.7s ease color; }
            #header .inner .menu ul li a:hover, #header .inner .menu ul li a:active, #header .inner .menu ul li a:focus {
              color: #32a743;
              text-decoration: none; }
            #header .inner .menu ul li a img {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg);
              margin-left: 3px;
              margin-top: -3px; }
          #header .inner .menu ul li button {
            color: #222222;
            -webkit-transition: 0.7s ease color;
            -moz-transition: 0.7s ease color;
            -ms-transition: 0.7s ease color;
            -o-transition: 0.7s ease color;
            transition: 0.7s ease color; }
            #header .inner .menu ul li button:hover, #header .inner .menu ul li button:active, #header .inner .menu ul li button:focus {
              color: #d0040a;
              text-decoration: none; }
    #header .inner .shortcut {
      text-align: right;
      width: 20%; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #header .inner .shortcut {
          width: 26%; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #header .inner .shortcut {
          width: 50%; } }
      @media (max-width: 767px) {
        #header .inner .shortcut {
          width: 80%; } }
      #header .inner .shortcut ul li {
        padding: 0 7px; }
        #header .inner .shortcut ul li:nth-child(3) {
          display: none; }
        @media (min-width: 767px) and (max-width: 992px) {
          #header .inner .shortcut ul li:nth-child(3) {
            display: inline; }
          #header .inner .shortcut ul li:last-child {
            display: inline; } }
        @media (max-width: 767px) {
          #header .inner .shortcut ul li:first-child {
            display: none; }
          #header .inner .shortcut ul li:nth-child(3) {
            display: inline; }
          #header .inner .shortcut ul li:last-child {
            display: none; } }
        #header .inner .shortcut ul li.this-mobile {
          display: none; }
          @media (min-width: 992px) and (max-width: 1200px), (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
            #header .inner .shortcut ul li.this-mobile {
              display: inline-block;
              position: relative;
              top: 2px; } }
          #header .inner .shortcut ul li.this-mobile .mobilemenu, #header .inner .shortcut ul li.this-mobile .mobilemenu2, #header .inner .shortcut ul li.this-mobile .mobilemenu3, #header .inner .shortcut ul li.this-mobile .mobilemenu4, #header .inner .shortcut ul li.this-mobile .mobilemenu5 {
            transition: transform 0.5s; }
            #header .inner .shortcut ul li.this-mobile .mobilemenu .line-1, #header .inner .shortcut ul li.this-mobile .mobilemenu2 .line-1, #header .inner .shortcut ul li.this-mobile .mobilemenu3 .line-1, #header .inner .shortcut ul li.this-mobile .mobilemenu4 .line-1, #header .inner .shortcut ul li.this-mobile .mobilemenu5 .line-1, #header .inner .shortcut ul li.this-mobile .mobilemenu .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu2 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu3 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu4 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu5 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu .line-3, #header .inner .shortcut ul li.this-mobile .mobilemenu2 .line-3, #header .inner .shortcut ul li.this-mobile .mobilemenu3 .line-3, #header .inner .shortcut ul li.this-mobile .mobilemenu4 .line-3, #header .inner .shortcut ul li.this-mobile .mobilemenu5 .line-3 {
              border-top: 2px solid #222222;
              display: block;
              transition: margin 0.5s, transform 0.5s;
              width: 28px; }
            #header .inner .shortcut ul li.this-mobile .mobilemenu .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu2 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu3 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu4 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu5 .line-2 {
              margin: 7px 0; }
            #header .inner .shortcut ul li.this-mobile .mobilemenu.toggle, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu4, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu5 {
              position: relative;
              top: -5px; }
              #header .inner .shortcut ul li.this-mobile .mobilemenu.toggle .line-1, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu2 .line-1, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu3 .line-1, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu4 .line-1, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu5 .line-1, #header .inner .shortcut ul li.this-mobile .mobilemenu.toggle .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu2 .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu3 .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu4 .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu5 .line-2, #header .inner .shortcut ul li.this-mobile .mobilemenu.toggle .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu2 .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu3 .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu4 .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu5 .line-3 {
                transform: rotate(45deg); }
              #header .inner .shortcut ul li.this-mobile .mobilemenu.toggle .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu2 .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu3 .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu4 .line-2, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu5 .line-2 {
                margin: -2px 0;
                opacity: 0; }
              #header .inner .shortcut ul li.this-mobile .mobilemenu.toggle .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu2 .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu3 .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu4 .line-3, #header .inner .shortcut ul li.this-mobile .toggle.mobilemenu5 .line-3 {
                transform: rotate(-45deg); }
          #header .inner .shortcut ul li.this-mobile .mobilemenu2.toggle {
            transform: rotateX(180deg); }
          #header .inner .shortcut ul li.this-mobile .mobilemenu3.toggle {
            transform: rotateY(180deg); }
          #header .inner .shortcut ul li.this-mobile .mobilemenu4.toggle {
            transform: rotate(90deg); }
          #header .inner .shortcut ul li.this-mobile .mobilemenu5.toggle {
            transform: rotate(180deg); }
        #header .inner .shortcut ul li a {
          color: #222222; }
          #header .inner .shortcut ul li a:hover, #header .inner .shortcut ul li a:active, #header .inner .shortcut ul li a:focus {
            text-decoration: none; }
          #header .inner .shortcut ul li a .lnr {
            position: relative;
            top: 4px;
            font-size: 20px; }
            @media (max-width: 767px), (min-width: 767px) and (max-width: 992px) {
              #header .inner .shortcut ul li a .lnr {
                font-size: 28px; } }
          #header .inner .shortcut ul li a .badge {
            background-color: #d0040a;
            color: white;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            font-size: 10px;
            line-height: 14px;
            position: absolute;
            top: 28px;
            margin-left: -6px; }
  #header .outer #myMobilemenu {
    background-color: white;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    z-index: 1048;
    display: none; }
    #header .outer #myMobilemenu .close {
      position: absolute;
      right: 37px;
      top: 14px;
      font-size: 32px;
      z-index: 1047; }
    #header .outer #myMobilemenu .list-mobile-menu {
      min-width: 260px;
      position: relative;
      height: 100%;
      min-height: 100%;
      overflow-y: scroll; }
      #header .outer #myMobilemenu .list-mobile-menu * {
        outline: 0; }
      #header .outer #myMobilemenu .list-mobile-menu .list-mobile-menu-footer,
      #header .outer #myMobilemenu .list-mobile-menu .list-mobile-menu-header {
        display: none;
        width: 100%;
        height: 50px;
        padding-left: 15px;
        float: left;
        font-family: "Open-Sans-Regular", sans-serif;
        font-size: 20px;
        line-height: 50px;
        font-weight: 600;
        color: #222222;
        background-color: white;
        margin: 30px 0; }
      #header .outer #myMobilemenu .list-mobile-menu #closenMobilemenu {
        position: fixed;
        z-index: 9;
        top: 14px;
        right: 14px; }
        #header .outer #myMobilemenu .list-mobile-menu #closenMobilemenu .lnr {
          font-size: 28px; }
      #header .outer #myMobilemenu .list-mobile-menu ul {
        list-style: none; }
        #header .outer #myMobilemenu .list-mobile-menu ul.mainmenu {
          margin-top: 56px; }
          #header .outer #myMobilemenu .list-mobile-menu ul.mainmenu li .submenu {
            display: none; }
            #header .outer #myMobilemenu .list-mobile-menu ul.mainmenu li .submenu li a {
              background-color: #f1f1f1;
              color: #222222;
              padding: 14px 22px 14px 42px; }
              #header .outer #myMobilemenu .list-mobile-menu ul.mainmenu li .submenu li a span {
                color: #222222; }
        #header .outer #myMobilemenu .list-mobile-menu ul li {
          width: 100%;
          display: block;
          font-family: "Open-Sans-Regular", sans-serif;
          float: left;
          position: relative; }
          #header .outer #myMobilemenu .list-mobile-menu ul li:hover a {
            color: white;
            background-color: #32a743; }
            #header .outer #myMobilemenu .list-mobile-menu ul li:hover a span {
              color: white; }
          #header .outer #myMobilemenu .list-mobile-menu ul li.active a {
            color: white;
            background-color: #4eca61 !important; }
            #header .outer #myMobilemenu .list-mobile-menu ul li.active a span {
              color: white; }
          #header .outer #myMobilemenu .list-mobile-menu ul li a {
            background-color: white;
            border-bottom: solid 1px #e4e4d1;
            color: #222222;
            float: left;
            font-size: 18px;
            margin: 0 0 14px 0;
            padding: 14px 22px !important;
            position: relative;
            text-decoration: none;
            width: 100% !important;
            -webkit-transition: 0.7s ease background-color, 0.7s ease color;
            -moz-transition: 0.7s ease background-color, 0.7s ease color;
            -ms-transition: 0.7s ease background-color, 0.7s ease color;
            -o-transition: 0.7s ease background-color, 0.7s ease color;
            transition: 0.7s ease background-color, 0.7s ease color; }
            #header .outer #myMobilemenu .list-mobile-menu ul li a:first-letter {
              text-transform: capitalize; }
            #header .outer #myMobilemenu .list-mobile-menu ul li a span {
              color: #777777;
              display: block;
              font-family: "Roboto-Regular", sans-serif;
              font-size: 13px;
              width: 100%;
              -webkit-transition: 0.7s ease color;
              -moz-transition: 0.7s ease color;
              -ms-transition: 0.7s ease color;
              -o-transition: 0.7s ease color;
              transition: 0.7s ease color; }
              #header .outer #myMobilemenu .list-mobile-menu ul li a span:first-letter {
                text-transform: capitalize; }
  #header .outer #myLogin {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1048; }
    @media (max-width: 767px) {
      #header .outer #myLogin {
        background-color: white; } }
    #header .outer #myLogin .close {
      position: absolute;
      right: 7px;
      top: 7px;
      font-size: 14px; }
      @media (max-width: 767px) {
        #header .outer #myLogin .close {
          right: 12px;
          top: 12px;
          font-size: 21px;
          z-index: 1047; } }
    #header .outer #myLogin .form-modal-dialog {
      background-color: white;
      border: 1px solid #eeeeee;
      padding: 21px;
      -webkit-border-radius: 3.5px;
      -moz-border-radius: 3.5px;
      -ms-border-radius: 3.5px;
      -o-border-radius: 3.5px;
      border-radius: 3.5px; }
      @media (max-width: 767px) {
        #header .outer #myLogin .form-modal-dialog.form-modal-fs {
          position: relative;
          height: 100vh;
          width: 100vh; } }
      #header .outer #myLogin .form-modal-dialog.form-modal-xs {
        margin: 0 auto;
        width: 335px; }
        @media (max-width: 767px) {
          #header .outer #myLogin .form-modal-dialog.form-modal-xs {
            width: 100vw; } }
      #header .outer #myLogin .form-modal-dialog.set-height-login {
        height: 416px;
        position: relative;
        top: 50%;
        margin-top: -208px; }
        @media (max-width: 767px) {
          #header .outer #myLogin .form-modal-dialog.set-height-login {
            height: 100vh;
            width: 100vw;
            top: 0;
            margin-top: 0; } }
      #header .outer #myLogin .form-modal-dialog .form-modal-header {
        color: black;
        font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
        font-size: 35px;
        margin-bottom: 14px;
        text-align: center; }
        #header .outer #myLogin .form-modal-dialog .form-modal-header:first-letter {
          text-transform: capitalize; }
        @media (max-width: 767px) {
          #header .outer #myLogin .form-modal-dialog .form-modal-header {
            margin-bottom: 28px; } }
  #header .outer #floatingSearch {
    display: none;
    position: fixed;
    top: 178px;
    left: 80px;
    width: calc(100% - 160px); }
    @media (max-width: 767px) {
      #header .outer #floatingSearch {
        left: 0;
        width: 100%; } }

#mySearchbar {
  background-color: white;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100; }
  #mySearchbar .inner .form-group input[type="text"] {
    border: none;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    -moz-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    -ms-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    -o-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    color: #222222;
    font-family: "Open-Sans-Regular", sans-serif;
    font-size: 12px;
    height: 82px;
    padding-left: 21px;
    padding-right: 21px;
    -webkit-transition: 0.7s ease border-color;
    -moz-transition: 0.7s ease border-color;
    -ms-transition: 0.7s ease border-color;
    -o-transition: 0.7s ease border-color;
    transition: 0.7s ease border-color; }
    #mySearchbar .inner .form-group input[type="text"]::-webkit-input-placeholder {
      color: #222222; }
    #mySearchbar .inner .form-group input[type="text"]::-moz-placeholder {
      color: #222222; }
    #mySearchbar .inner .form-group input[type="text"]:-ms-input-placeholder {
      color: #222222; }
    #mySearchbar .inner .form-group input[type="text"]:-moz-placeholder {
      color: #222222; }
    #mySearchbar .inner .form-group input[type="text"]:focus {
      color: #222222; }
      #mySearchbar .inner .form-group input[type="text"]:focus::-webkit-input-placeholder {
        color: #222222; }
      #mySearchbar .inner .form-group input[type="text"]:focus::-moz-placeholder {
        color: #222222; }
      #mySearchbar .inner .form-group input[type="text"]:focus:-ms-input-placeholder {
        color: #222222; }
      #mySearchbar .inner .form-group input[type="text"]:focus:-moz-placeholder {
        color: #222222; }
  #mySearchbar .inner .close {
    position: absolute;
    right: 21px;
    top: 32px;
    width: 14px; }

/********************************************************/
#breadcrumbs {
  display: block;
  margin: 172px 0 0 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/breadcrumbs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white; }
  #breadcrumbs .firstRow .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 120px; }
    #breadcrumbs .firstRow .inner .box-text .heading {
      color: #222222;
      font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
      font-size: 35px; }
      #breadcrumbs .firstRow .inner .box-text .heading:first-letter {
        text-transform: capitalize; }
      @media (max-width: 767px) {
        #breadcrumbs .firstRow .inner .box-text .heading {
          line-height: 1;
          margin: 0;
          padding: 0; } }
    #breadcrumbs .firstRow .inner .box-text .caption {
      color: #222222;
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 18px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }

/********************************************************/
.pagination {
  border-radius: 0;
  margin: 0 !important; }
  .pagination li {
    font-family: "Open-Sans-Regular", sans-serif; }
    .pagination li:active a, .pagination li:focus a, .pagination li:hover a {
      background-color: #32a743 !important;
      border: none !important;
      color: white !important; }
    .pagination li.active:active a, .pagination li.active:focus a, .pagination li.active:hover a {
      background-color: #32a743 !important;
      border: none !important;
      color: white !important; }
    .pagination li.active a {
      background-color: #32a743 !important;
      border: none !important;
      color: white !important; }
    .pagination li a {
      -webkit-transition: 0.7s ease background-color, 0.7s ease color;
      -moz-transition: 0.7s ease background-color, 0.7s ease color;
      -ms-transition: 0.7s ease background-color, 0.7s ease color;
      -o-transition: 0.7s ease background-color, 0.7s ease color;
      transition: 0.7s ease background-color, 0.7s ease color;
      background-color: white;
      border: none !important;
      color: #222222;
      font-size: 18px;
      padding: 12px 18px; }
  @media (max-width: 767px) {
    .pagination li a {
      font-size: 18px; } }

/********************************************************/
#footer {
  margin: 0 !important;
  padding: 0 !important;
  color: white; }
  #footer .firstRow,
  #footer .secondRow,
  #footer .thirdRow {
    background-color: #f3f3f3;
    border: none !important;
    font-size: 14px; }
    #footer .firstRow ul li,
    #footer .secondRow ul li,
    #footer .thirdRow ul li {
      font-family: "Open-Sans-Regular", sans-serif; }
      #footer .firstRow ul li a,
      #footer .secondRow ul li a,
      #footer .thirdRow ul li a {
        color: black;
        -webkit-transition: 0.7s ease color;
        -moz-transition: 0.7s ease color;
        -ms-transition: 0.7s ease color;
        -o-transition: 0.7s ease color;
        transition: 0.7s ease color; }
        #footer .firstRow ul li a:active, #footer .firstRow ul li a:focus, #footer .firstRow ul li a:hover,
        #footer .secondRow ul li a:active,
        #footer .secondRow ul li a:focus,
        #footer .secondRow ul li a:hover,
        #footer .thirdRow ul li a:active,
        #footer .thirdRow ul li a:focus,
        #footer .thirdRow ul li a:hover {
          color: #32a743;
          text-decoration: none; }
  #footer .firstRow {
    padding: 35px 0 21px 0; }
    #footer .firstRow .heading {
      color: #32a743;
      font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
      font-size: 18px;
      font-weight: 600;
      height: 46px; }
      @media (max-width: 767px) {
        #footer .firstRow .heading {
          font-size: 20px; } }
    #footer .firstRow ul {
      height: auto; }
      @media (max-width: 767px) {
        #footer .firstRow ul {
          height: 230px; } }
      #footer .firstRow ul li {
        font-family: "Open-Sans-Regular", sans-serif;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%; }
        @media (max-width: 767px) {
          #footer .firstRow ul li {
            font-size: 18px; } }
  #footer .secondRow {
    padding: 28px 0; }
    #footer .secondRow ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      height: 50px;
      margin-top: 7px; }
      #footer .secondRow ul.footer-logo {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        @media (max-width: 767px) {
          #footer .secondRow ul.footer-logo {
            margin-top: 7px;
            text-align: center; } }
        #footer .secondRow ul.footer-logo img {
          height: 50px; }
      #footer .secondRow ul.social-icon li {
        padding-right: 14px; }
        #footer .secondRow ul.social-icon li a .fa {
          font-size: 28px; }
      @media (max-width: 767px) {
        #footer .secondRow ul.mobile-icon {
          text-align: right; } }
      #footer .secondRow ul li a {
        color: #969696;
        -webkit-transition: 0.7s ease color;
        -moz-transition: 0.7s ease color;
        -ms-transition: 0.7s ease color;
        -o-transition: 0.7s ease color;
        transition: 0.7s ease color; }
        #footer .secondRow ul li a:active, #footer .secondRow ul li a:focus, #footer .secondRow ul li a:hover {
          color: #32a743;
          text-decoration: none; }
      #footer .secondRow ul li img {
        height: 26px; }
        @media (max-width: 767px) {
          #footer .secondRow ul li img {
            height: 23px; } }
  #footer .thirdRow {
    background-color: #ededed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-family: "Open-Sans-Regular", sans-serif;
    text-transform: uppercase;
    height: 100px; }
    @media (max-width: 767px), (min-width: 767px) and (max-width: 992px) {
      #footer .thirdRow ul.footer-menu {
        text-align: center; } }
    #footer .thirdRow ul.footer-menu li {
      padding-right: 28px; }
    #footer .thirdRow ul.copyright {
      text-align: right;
      text-transform: none; }
      #footer .thirdRow ul.copyright:first-letter {
        text-transform: capitalize; }
      @media (max-width: 767px), (min-width: 767px) and (max-width: 992px) {
        #footer .thirdRow ul.copyright {
          text-align: center; } }
    #footer .thirdRow ul li {
      display: inline-block; }
      #footer .thirdRow ul li.active a {
        color: #32a743; }
      #footer .thirdRow ul li a {
        color: black;
        text-decoration: none; }

/********************************************************/
#errorPage {
  height: 100vh;
  width: 100vw; }
  #errorPage .container {
    border: none; }
  #errorPage .block {
    text-align: center;
    height: 35vh;
    width: 28vw;
    margin: 0 auto; }
    @media (min-width: 767px) and (max-width: 992px) {
      #errorPage .block {
        height: 35vh;
        width: 35vw; } }
    @media (max-width: 767px) {
      #errorPage .block {
        height: 35vh;
        width: 100%; } }
    #errorPage .block .heading {
      font-size: 21px; }
      #errorPage .block .heading span {
        display: block;
        font-size: 128px; }
    #errorPage .block .errorGeneral,
    #errorPage .block .errorDatabase {
      font-size: 56px; }
      @media (max-width: 767px) {
        #errorPage .block .errorGeneral,
        #errorPage .block .errorDatabase {
          font-size: 49px; } }
    #errorPage .block .caption {
      color: black;
      font-size: 14px; }
      #errorPage .block .caption:first-letter {
        text-transform: capitalize; }
      #errorPage .block .caption a {
        color: black; }

#chat {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 2;
  -webkit-transition: bottom 0.7s;
  -moz-transition: bottom 0.7s;
  -ms-transition: bottom 0.7s;
  -o-transition: bottom 0.7s;
  transition: bottom 0.7s; }
  #chat a {
    display: block;
    font-size: 14px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

.c-white {
  color: white !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-red {
  color: red !important; }

.c-yellow {
  color: yellow !important; }

.c-orange {
  color: orange !important; }

.c-purple {
  color: purple !important; }

.c-pink {
  color: pink !important; }

.c-green {
  color: green !important; }

.c-grey, #new_product .firstRow .box .item .item-body ul .category {
  color: grey !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.mb-r-1 {
  margin-right: 1rem !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-3 {
      margin-bottom: 2rem !important; } }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.bg-white {
  background: white !important; }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'Microsoft-New-Tai-Lue-Bold';
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.eot");
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Microsoft-New-Tai-Lue-Reguler';
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.eot");
  src: url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Microsoft-New-Tai-Lue-Reguler.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Myriad-Pro-Bold';
  src: url("../../../assets/_fonts/Myriad-Pro-Bold.eot");
  src: url("../../../assets/_fonts/Myriad-Pro-Bold.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Myriad-Pro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Open-Sans-Regular';
  src: url("../../../assets/_fonts/Open-Sans-Regular.eot");
  src: url("../../../assets/_fonts/Open-Sans-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Open-Sans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../assets/_fonts/Roboto-Regular.eot");
  src: url("../../../assets/_fonts/Roboto-Regular.eot?#iefix") format("embedded-open_cardtype"), url("../../../assets/_fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

.c-white {
  color: white !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-red {
  color: red !important; }

.c-yellow {
  color: yellow !important; }

.c-orange {
  color: orange !important; }

.c-purple {
  color: purple !important; }

.c-pink {
  color: pink !important; }

.c-green {
  color: green !important; }

.c-grey, #new_product .firstRow .box .item .item-body ul .category {
  color: grey !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.mb-r-1 {
  margin-right: 1rem !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-3 {
      margin-bottom: 2rem !important; } }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.bg-white {
  background: white !important; }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.link, #mySearchbar .inner .close {
  -webkit-transition: 1s ease color;
  -moz-transition: 1s ease color;
  -ms-transition: 1s ease color;
  -o-transition: 1s ease color;
  transition: 1s ease color; }
  .link:active, #mySearchbar .inner .close:active, .link:focus, #mySearchbar .inner .close:focus, .link:hover, #mySearchbar .inner .close:hover {
    color: #e4e4d1 !important;
    text-decoration: none !important; }

.noLink:active, #errorPage .block .caption a:active, .noLink:focus, #errorPage .block .caption a:focus, .noLink:hover, #errorPage .block .caption a:hover {
  text-decoration: none; }

.linkWhite:active, .linkWhite:focus, .linkWhite:hover {
  color: white !important;
  text-decoration: none !important; }

.linkBlack:active, .linkBlack:focus, .linkBlack:hover {
  color: black !important;
  text-decoration: none !important; }

.linkBlue {
  color: blue !important; }
  .linkBlue:active, .linkBlue:focus, .linkBlue:hover {
    color: blue !important;
    text-decoration: underline !important; }

.linkGreen {
  color: green !important; }
  .linkGreen:active, .linkGreen:focus, .linkGreen:hover {
    color: green !important;
    text-decoration: underline !important; }

.hv-o {
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity; }
  .hv-o:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hv-u:hover {
  text-decoration: underline; }

.reset, #header .banner .alert, #header .inner .menu ul, #header .inner .shortcut ul, #header .outer #myMobilemenu .list-mobile-menu ul, #mySearchbar .inner .form-group, .pagination li, #footer .thirdRow, #slider, #slider .firstRow, #slider .firstRow .swiper-slide .inner .text .caption.small, #search_products .firstRow, #how_it_works .firstRow, #instagram .firstRow, #blog_recommendations .firstRow, #product.design .firstRow .sidebars ul, #product.design.index .firstRow .contents .box.display-product.listed .item, #product.design.index .firstRow .contents .box.display-product.listed .item .item-header, #product.design.index .firstRow .contents .box.display-product.listed .item .item-body, #product.design.details .firstRow .product-slider-details .swiper-slide,
#product.design.details .firstRow .product-thumbs-details .swiper-slide, #product.design.details .firstRow .product-detail .input-group .input-group-addon, #product.design.details .firstRow .product-detail .input-group .quantity-field, #cart.design .firstRow, #cart.design .firstRow .contents .box.address-and-shipping .form-group .btn, #contact .secondRow {
  margin: 0;
  padding: 0; }

.fullImage, #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19); }

.middleCenter, #errorPage, #newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.middleLeft, #slider .firstRow .swiper-slide .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s; }
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s; }
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
.linkUnderline {
  display: inline-block;
  color: #e4e4d1;
  text-decoration: none; }
  .linkUnderline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .linkUnderline:hover::after {
    background: white;
    width: 100%; }

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg); }

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverHide:active, .hoverHide:focus, .hoverHide:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverShow:active, .hoverShow:focus, .hoverShow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #222222;
  -moz-box-shadow: 0 10px 6px -6px #222222;
  -ms-box-shadow: 0 10px 6px -6px #222222;
  -o-box-shadow: 0 10px 6px -6px #222222;
  box-shadow: 0 10px 6px -6px #222222; }

.effect2 {
  position: relative; }
  .effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.effect3 {
  position: relative; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.effect4 {
  position: relative; }
  .effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 15px 10px #222222;
    -moz-box-shadow: 0 15px 10px #222222;
    -ms-box-shadow: 0 15px 10px #222222;
    -o-box-shadow: 0 15px 10px #222222;
    box-shadow: 0 15px 10px #222222;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

.effect5 {
  position: relative; }
  .effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #222222;
    -webkit-box-shadow: 0 35px 20px #222222;
    -moz-box-shadow: 0 35px 20px #222222;
    -ms-box-shadow: 0 35px 20px #222222;
    -o-box-shadow: 0 35px 20px #222222;
    box-shadow: 0 35px 20px #222222;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto; }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

#slider .firstRow .swiper-slide {
  background-color: #ededed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: 1; }
  #slider .firstRow .swiper-slide .inner {
    height: 100vh;
    width: calc(100% / 3); }
    @media (min-width: 992px) and (max-width: 1200px) {
      #slider .firstRow .swiper-slide .inner {
        width: calc(100% / 2); } }
    @media (min-width: 767px) and (max-width: 992px) {
      #slider .firstRow .swiper-slide .inner {
        width: calc(100% / 2); } }
    @media (max-width: 767px) {
      #slider .firstRow .swiper-slide .inner {
        width: 100%; } }
    #slider .firstRow .swiper-slide .inner .text .heading {
      text-align: left;
      margin: 0 0 7px 0;
      font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
      font-size: 56px; }
      #slider .firstRow .swiper-slide .inner .text .heading:first-letter {
        text-transform: capitalize; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #slider .firstRow .swiper-slide .inner .text .heading {
          font-size: 48px; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #slider .firstRow .swiper-slide .inner .text .heading {
          font-size: 42px; } }
      @media (max-width: 767px) {
        #slider .firstRow .swiper-slide .inner .text .heading {
          font-size: 42px;
          margin: 0 0 14px 0; } }
    #slider .firstRow .swiper-slide .inner .text .caption {
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 22px;
      margin-bottom: 42px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #slider .firstRow .swiper-slide .inner .text .caption {
          margin-bottom: 35px; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #slider .firstRow .swiper-slide .inner .text .caption {
          margin-bottom: 28px; } }
      @media (max-width: 767px) {
        #slider .firstRow .swiper-slide .inner .text .caption {
          font-size: 20px;
          margin-bottom: 35px; } }
      #slider .firstRow .swiper-slide .inner .text .caption.small {
        font-size: 18px;
        text-transform: capitalize; }
    #slider .firstRow .swiper-slide .inner .text .btn {
      background-color: #5bb869; }
      #slider .firstRow .swiper-slide .inner .text .btn:hover, #slider .firstRow .swiper-slide .inner .text .btn:active, #slider .firstRow .swiper-slide .inner .text .btn:focus {
        background-color: #32a743; }
      @media (max-width: 767px) {
        #slider .firstRow .swiper-slide .inner .text .btn {
          font-size: 20px;
          padding: 16px 48px;
          -webkit-border-radius: 48px;
          -moz-border-radius: 48px;
          -ms-border-radius: 48px;
          -o-border-radius: 48px;
          border-radius: 48px; } }
#slider .firstRow .swiper-navigation {
  z-index: 2; }

#search_products {
  min-height: auto;
  width: 100%;
  margin: 21px 0 35px 0; }
  @media (max-width: 767px) {
    #search_products {
      margin: 21px 0 0 0; } }
  #search_products .firstRow {
    height: auto; }
    @media (max-width: 767px) {
      #search_products .firstRow {
        height: auto; } }
    #search_products .firstRow .form-group {
      width: 100%; }
      #search_products .firstRow .form-group input[type='text'] {
        background-color: white !important;
        border: none !important;
        -webkit-border-radius: 67px !important;
        -moz-border-radius: 67px !important;
        -ms-border-radius: 67px !important;
        -o-border-radius: 67px !important;
        border-radius: 67px !important;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(183, 183, 183, 0.2) !important;
        -moz-box-shadow: 5px 5px 5px 0px rgba(183, 183, 183, 0.2) !important;
        -ms-box-shadow: 5px 5px 5px 0px rgba(183, 183, 183, 0.2) !important;
        -o-box-shadow: 5px 5px 5px 0px rgba(183, 183, 183, 0.2) !important;
        box-shadow: 5px 5px 5px 0px rgba(183, 183, 183, 0.2) !important;
        font-size: 14px;
        padding: 0 21px;
        line-height: 67px;
        height: 67px;
        width: 100%; }
        @media (max-width: 767px) {
          #search_products .firstRow .form-group input[type='text'] {
            font-size: 14px; } }

#new_product {
  padding: 42px 0; }
  #new_product .firstRow {
    margin: 0; }
    #new_product .firstRow .item-heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        #new_product .firstRow .item-heading {
          display: block;
          margin-bottom: 21px; } }
      #new_product .firstRow .item-heading .item-heading-left .heading:first-letter {
        text-transform: capitalize; }
      @media (max-width: 767px) {
        #new_product .firstRow .item-heading .item-heading-left .heading {
          text-align: left;
          margin-bottom: 3.5px; } }
      #new_product .firstRow .item-heading .item-heading-right a {
        color: #d0040a;
        opacity: 1 !important;
        -webkit-transition: 1s ease opacity;
        -moz-transition: 1s ease opacity;
        -ms-transition: 1s ease opacity;
        -o-transition: 1s ease opacity;
        transition: 1s ease opacity; }
        #new_product .firstRow .item-heading .item-heading-right a:first-letter {
          text-transform: capitalize; }
        #new_product .firstRow .item-heading .item-heading-right a:active, #new_product .firstRow .item-heading .item-heading-right a:focus, #new_product .firstRow .item-heading .item-heading-right a:hover {
          opacity: 0.7 !important;
          color: #d0040a !important; }
    #new_product .firstRow .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 28px 14px; }
    #new_product .firstRow .box {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: 1.7s ease opacity, 1.7s ease box-shadow;
      -moz-transition: 1.7s ease opacity, 1.7s ease box-shadow;
      -ms-transition: 1.7s ease opacity, 1.7s ease box-shadow;
      -o-transition: 1.7s ease opacity, 1.7s ease box-shadow;
      transition: 1.7s ease opacity, 1.7s ease box-shadow;
      padding: 0;
      width: 15.6%; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #new_product .firstRow .box {
          width: 23.8%; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #new_product .firstRow .box {
          width: 31.7%; } }
      @media (max-width: 767px) {
        #new_product .firstRow .box {
          width: 48%; } }
      #new_product .firstRow .box:active, #new_product .firstRow .box:focus, #new_product .firstRow .box:hover {
        -webkit-box-shadow: -7px 0px 21px 0px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: -7px 0px 21px 0px rgba(0, 0, 0, 0.07);
        -ms-box-shadow: -7px 0px 21px 0px rgba(0, 0, 0, 0.07);
        -o-box-shadow: -7px 0px 21px 0px rgba(0, 0, 0, 0.07);
        box-shadow: -7px 0px 21px 0px rgba(0, 0, 0, 0.07);
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: 1.7s ease opacity, 1.7s ease box-shadow;
        -moz-transition: 1.7s ease opacity, 1.7s ease box-shadow;
        -ms-transition: 1.7s ease opacity, 1.7s ease box-shadow;
        -o-transition: 1.7s ease opacity, 1.7s ease box-shadow;
        transition: 1.7s ease opacity, 1.7s ease box-shadow; }
      #new_product .firstRow .box .item {
        text-align: center; }
        #new_product .firstRow .box .item .item-header {
          background-repeat: no-repeat !important;
          background-size: cover !important;
          background-position: center !important;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          -o-border-radius: 7px;
          border-radius: 7px;
          display: block !important;
          height: 168px !important;
          width: 100% !important; }
          @media (max-width: 767px) {
            #new_product .firstRow .box .item .item-header {
              height: 152px !important; } }
        #new_product .firstRow .box .item .item-body {
          height: 280px;
          padding: 14px; }
          #new_product .firstRow .box .item .item-body ul {
            text-decoration: none;
            color: black; }
            #new_product .firstRow .box .item .item-body ul .heading {
              font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
              font-size: 16px;
              min-height: 56px; }
            #new_product .firstRow .box .item .item-body ul .category,
            #new_product .firstRow .box .item .item-body ul .caption {
              font-family: "Open-Sans-Regular", sans-serif;
              font-size: 13px; }
            #new_product .firstRow .box .item .item-body ul .caption {
              min-height: 125px; }
  @media (min-width: 767px) and (max-width: 992px) {
    #new_product .fifthRow {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    #new_product .fifthRow {
      margin-bottom: 0; } }

#how_it_works {
  background-image: url(../images/how-it-work-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 28px 0 42px 0; }
  @media (min-width: 767px) and (max-width: 992px) {
    #how_it_works {
      padding: 21px 0 28px 0; } }
  @media (max-width: 767px) {
    #how_it_works {
      padding: 0 0 7px 0; } }
  #how_it_works .firstRow .heading {
    font-size: 32px;
    text-align: center;
    margin: 28px 0; }
    #how_it_works .firstRow .heading:first-letter {
      text-transform: capitalize; }
  #how_it_works .firstRow .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
      #how_it_works .firstRow .inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #how_it_works .firstRow .inner .box {
      width: 22%; }
      @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
        #how_it_works .firstRow .inner .box {
          padding: 0 7px 28px 7px;
          width: 50%; } }
      #how_it_works .firstRow .inner .box li {
        text-align: center; }
        #how_it_works .firstRow .inner .box li.subHeading {
          color: #d0040a;
          font-size: 18px;
          margin-top: 12px; }
        #how_it_works .firstRow .inner .box li.caption {
          font-size: 14px; }
        #how_it_works .firstRow .inner .box li:first-child {
          height: 150px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
        #how_it_works .firstRow .inner .box li img {
          margin-bottom: 26px; }

#instagram {
  padding: 56px 0 49px 0; }
  #instagram .firstRow .heading {
    text-align: center;
    margin-bottom: 28px; }
    #instagram .firstRow .heading:first-letter {
      text-transform: capitalize; }
    @media (max-width: 767px) {
      #instagram .firstRow .heading {
        margin-bottom: 21px; } }
  #instagram .firstRow .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (max-width: 767px) {
      #instagram .firstRow .box {
        display: block;
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      #instagram .firstRow .box .box-left {
        display: none; } }
    #instagram .firstRow .box .box-left .heading:first-letter {
      text-transform: capitalize; }
    @media (max-width: 767px) {
      #instagram .firstRow .box .box-left .heading {
        text-align: left;
        margin-bottom: 3.5px; } }
    #instagram .firstRow .box .box-right a {
      color: #d0040a;
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize; }
      #instagram .firstRow .box .box-right a:active, #instagram .firstRow .box .box-right a:focus, #instagram .firstRow .box .box-right a:hover {
        color: #d0040a !important;
        text-decoration: underline !important; }

#newsletter {
  background-image: url(../images/newsletter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 140px;
  height: 140px;
  position: relative; }
  #newsletter .firstRow {
    width: 100%; }
    #newsletter .firstRow form {
      position: relative; }
      #newsletter .firstRow form .form-group {
        width: 100%; }
        #newsletter .firstRow form .form-group input[type='email'] {
          border: none;
          -webkit-border-radius: 46px;
          -moz-border-radius: 46px;
          -ms-border-radius: 46px;
          -o-border-radius: 46px;
          border-radius: 46px;
          color: black;
          font-family: "Open-Sans-Regular", sans-serif;
          font-size: 14px;
          margin-top: 0;
          padding: 0 32px;
          position: relative;
          line-height: 66px;
          height: 66px;
          width: 100%; }
          #newsletter .firstRow form .form-group input[type='email']::-webkit-input-placeholder {
            color: black !important; }
          #newsletter .firstRow form .form-group input[type='email']:-ms-input-placeholder {
            color: black !important; }
          #newsletter .firstRow form .form-group input[type='email']::placeholder {
            color: black !important; }
          @media (max-width: 767px) {
            #newsletter .firstRow form .form-group input[type='email'] {
              margin-top: 23px; } }
        #newsletter .firstRow form .form-group .btn-newsletter {
          /*                    position: absolute;
                              right: ($size*3);
                              top: ($size*4)+6;
                              height: ($size*6)+4;
                              background-color: transparent;*/
          margin-right: 14px; }
          @media screen and (max-width: 320px) {
            #newsletter .firstRow form .form-group .btn-newsletter {
              right: -10px;
              top: 38px; } }
          #newsletter .firstRow form .form-group .btn-newsletter img {
            position: absolute;
            right: 10px;
            top: 24px; }
            @media (max-width: 767px) {
              #newsletter .firstRow form .form-group .btn-newsletter img {
                top: 10px; } }

#blog_recommendations {
  background-image: url("../images/Asset-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding: 0 0 70px 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    #blog_recommendations {
      background-size: cover; } }
  @media (min-width: 767px) and (max-width: 992px) {
    #blog_recommendations {
      background-size: cover; } }
  @media (max-width: 767px) {
    #blog_recommendations {
      background-size: cover; } }
  #blog_recommendations .firstRow .heading {
    text-align: center;
    margin: 0 0 35px 0;
    font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
    font-size: 35px; }
    #blog_recommendations .firstRow .heading:first-letter {
      text-transform: capitalize; }
  #blog_recommendations .firstRow .inner {
    margin: 0 auto;
    width: 93%; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #blog_recommendations .firstRow .inner {
        width: 93%; } }
    @media (min-width: 767px) and (max-width: 992px) {
      #blog_recommendations .firstRow .inner {
        width: 93%; } }
    @media (max-width: 767px) {
      #blog_recommendations .firstRow .inner {
        width: 93%; } }
    #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide {
        background-color: white;
        height: 100%;
        width: 16%; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide {
            width: 20%; } }
        @media (min-width: 767px) and (max-width: 992px) {
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide {
            width: 26%; } }
        @media (max-width: 767px) {
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide {
            width: 48%; } }
        #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article {
          display: block;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: 0.7s ease opacity;
          -moz-transition: 0.7s ease opacity;
          -ms-transition: 0.7s ease opacity;
          -o-transition: 0.7s ease opacity;
          transition: 0.7s ease opacity; }
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article:hover, #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article:active, #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article:focus {
            opacity: 0.7;
            filter: alpha(opacity=70);
            text-decoration: none; }
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-header {
            height: 180px;
            width: 100%;
            margin-bottom: 14px; }
          @media (max-width: 767px) {
            #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-body {
              padding-left: 14px;
              padding-right: 14px; } }
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-body .list-text .heading {
            color: black;
            font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
            font-weight: 600;
            font-size: 18px;
            margin: 0;
            padding: 0 14px;
            text-align: center; }
            #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-body .list-text .heading:first-letter {
              text-transform: capitalize; }
          #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-body .list-text .caption {
            color: black;
            font-family: "Open-Sans-Regular", sans-serif;
            font-size: 14px;
            text-align: center; }
            #blog_recommendations .firstRow .inner .swiper-latest-article .swiper-wrapper .swiper-slide .article .article-body .list-text .caption:first-letter {
              text-transform: capitalize; }
    #blog_recommendations .firstRow .inner .swiper-navigation-slider {
      width: 100%;
      z-index: 4; }
      #blog_recommendations .firstRow .inner .swiper-navigation-slider .swiper-button-latest-article-prev {
        left: 0; }
        @media (max-width: 767px) {
          #blog_recommendations .firstRow .inner .swiper-navigation-slider .swiper-button-latest-article-prev {
            left: 14px; } }
      #blog_recommendations .firstRow .inner .swiper-navigation-slider .swiper-button-latest-article-next {
        right: 0; }
        @media (max-width: 767px) {
          #blog_recommendations .firstRow .inner .swiper-navigation-slider .swiper-button-latest-article-next {
            right: 14px; } }

.no-mrg {
  margin: 0 !important; }

.c-red {
  color: #d0040a !important; }

.f-bold {
  font-weight: 600 !important; }

.image_rotated_by_90 img {
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  -o-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  margin-top: 55px; }
  .image_rotated_by_90 img:first-child {
    margin-left: 24px; }
  .image_rotated_by_90 img:nth-child(2), .image_rotated_by_90 img:nth-child(3), .image_rotated_by_90 img:nth-child(4), .image_rotated_by_90 img:nth-child(5), .image_rotated_by_90 img:nth-child(6), .image_rotated_by_90 img:nth-child(7), .image_rotated_by_90 img:nth-child(8), .image_rotated_by_90 img:nth-child(9), .image_rotated_by_90 img:nth-child(10) {
    margin-left: -24px; }

.image_rotated_by_90_240 img {
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  -o-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  margin-top: 240px;
  left: 50%;
  margin-left: 60px;
  position: absolute; }

#home .firstRow {
  background-color: none;
  margin-top: 14px;
  padding: 28px 0 0 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    #home .firstRow {
      padding: 28px 21px 0 21px; } }
  @media (max-width: 767px) {
    #home .firstRow {
      margin-top: 49px;
      padding: 0 14px 7px 14px; } }

#product.design .firstRow .sidebars {
  font-family: "Open-Sans-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal; }
  @media (max-width: 767px) {
    #product.design .firstRow .sidebars {
      border: none !important;
      margin: 0 0 21px 0;
      /*                    padding: 16px;
                          position: fixed;
                          bottom: 0;
                          left: 0;*/
      z-index: 10;
      width: 100%; } }
  @media (max-width: 767px) {
    #product.design .firstRow .sidebars ul {
      display: inline-block;
      margin: 0 0 18px 0;
      width: 100%; } }
  #product.design .firstRow .sidebars ul li {
    font-size: 14px;
    margin: 0;
    position: relative;
    width: 100%;
    -webkit-transition: 0.7s ease background-color;
    -moz-transition: 0.7s ease background-color;
    -ms-transition: 0.7s ease background-color;
    -o-transition: 0.7s ease background-color;
    transition: 0.7s ease background-color; }
    #product.design .firstRow .sidebars ul li:first-letter {
      text-transform: capitalize; }
    #product.design .firstRow .sidebars ul li:after {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      background-color: transparent;
      content: '';
      position: absolute;
      right: 0;
      top: 7px;
      height: 17px;
      width: 5px;
      -webkit-transition: 0.7s ease background-color;
      -moz-transition: 0.7s ease background-color;
      -ms-transition: 0.7s ease background-color;
      -o-transition: 0.7s ease background-color;
      transition: 0.7s ease background-color; }
    #product.design .firstRow .sidebars ul li.active:after {
      background-color: #32a743; }
    @media (max-width: 767px) {
      #product.design .firstRow .sidebars ul li.active {
        background-color: #32a743;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        text-align: center; } }
    #product.design .firstRow .sidebars ul li.active a {
      color: #32a743; }
      @media (max-width: 767px) {
        #product.design .firstRow .sidebars ul li.active a {
          color: white; } }
    #product.design .firstRow .sidebars ul li a {
      color: #222222;
      display: block;
      padding: 7px 0;
      -webkit-transition: 0.7s ease color;
      -moz-transition: 0.7s ease color;
      -ms-transition: 0.7s ease color;
      -o-transition: 0.7s ease color;
      transition: 0.7s ease color; }
      #product.design .firstRow .sidebars ul li a:active, #product.design .firstRow .sidebars ul li a:focus, #product.design .firstRow .sidebars ul li a:hover {
        color: #32a743;
        text-decoration: none; }
#product.design .firstRow .banner {
  margin-top: 56px; }
  @media (max-width: 767px) {
    #product.design .firstRow .banner {
      display: none; } }
  #product.design .firstRow .banner img {
    width: auto; }
    @media (min-width: 767px) and (max-width: 992px) {
      #product.design .firstRow .banner img {
        width: 110px; } }
    @media (min-width: 767px) and (max-width: 992px) {
      #product.design .firstRow .banner img {
        width: 110px; } }
    @media (max-width: 767px) {
      #product.design .firstRow .banner img {
        width: auto; } }
#product.design.index .firstRow .sidebars .panel-group {
  border: none !important;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #product.design.index .firstRow .sidebars .panel-group {
      width: 32%;
      display: inline-block;
      text-align: center; } }
  #product.design.index .firstRow .sidebars .panel-group .panel {
    border: none;
    border-radius: unset; }
    #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading {
      background: none;
      border: none;
      padding-left: 0;
      padding-right: 0; }
      #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a {
        color: black;
        display: block;
        width: 100%;
        -webkit-transition: 0.7s ease color;
        -moz-transition: 0.7s ease color;
        -ms-transition: 0.7s ease color;
        -o-transition: 0.7s ease color;
        transition: 0.7s ease color; }
        #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a:active, #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a:focus, #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a:hover {
          color: #32a743;
          text-decoration: none; }
          #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a:active .lnr, #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a:focus .lnr, #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a:hover .lnr {
            color: #32a743; }
        #product.design.index .firstRow .sidebars .panel-group .panel .panel-heading .panel-title a .lnr {
          color: black;
          float: right; }
    @media (max-width: 767px) {
      #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse {
        display: none;
        height: auto;
        -webkit-transition: 0.7s ease display, 0.7s ease height;
        -moz-transition: 0.7s ease display, 0.7s ease height;
        -ms-transition: 0.7s ease display, 0.7s ease height;
        -o-transition: 0.7s ease display, 0.7s ease height;
        transition: 0.7s ease display, 0.7s ease height; } }
    @media (max-width: 767px) {
      #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse.in {
        display: block !important;
        height: auto; } }
    #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse .panel-body {
      border: none;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; }
      @media (max-width: 767px) {
        #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse .panel-body {
          background-color: white;
          -webkit-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
          -moz-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
          -ms-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
          -o-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
          box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
          margin-top: 14px;
          padding: 0 15px;
          position: absolute;
          left: 0;
          z-index: 1;
          width: 100%; } }
      @media (max-width: 767px) {
        #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse .panel-body .list-parent {
          text-align: left; } }
      @media (max-width: 767px) {
        #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse .panel-body .list-parent .list-child.active {
          background-color: transparent;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          color: #32a743;
          text-align: left; } }
      @media (max-width: 767px) {
        #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse .panel-body .list-parent .list-child.active a {
          color: #32a743 !important; } }
      #product.design.index .firstRow .sidebars .panel-group .panel .panel-collapse .panel-body .list-parent .list-child a {
        color: black; }
#product.design.index .firstRow .contents .box {
  display: block;
  margin-bottom: 28px; }
  #product.design.index .firstRow .contents .box.display-product {
    margin-bottom: 14px; }
    #product.design.index .firstRow .contents .box.display-product.boxed {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        #product.design.index .firstRow .contents .box.display-product.boxed {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; } }
    #product.design.index .firstRow .contents .box.display-product.listed {
      display: block; }
      #product.design.index .firstRow .contents .box.display-product.listed .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-align-content: flex-start;
        -moz-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100%; }
        #product.design.index .firstRow .contents .box.display-product.listed .item:active, #product.design.index .firstRow .contents .box.display-product.listed .item:focus, #product.design.index .firstRow .contents .box.display-product.listed .item:hover {
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          -o-border-radius: 7px;
          border-radius: 7px;
          -webkit-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
          -moz-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
          -ms-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
          -o-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
          box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
          text-decoration: none; }
          #product.design.index .firstRow .contents .box.display-product.listed .item:active .item-header, #product.design.index .firstRow .contents .box.display-product.listed .item:focus .item-header, #product.design.index .firstRow .contents .box.display-product.listed .item:hover .item-header {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #product.design.index .firstRow .contents .box.display-product.listed .item .item-header {
          height: 140px;
          width: 140px; }
        #product.design.index .firstRow .contents .box.display-product.listed .item .item-body {
          height: 140px;
          width: calc(100% - 140px); }
          #product.design.index .firstRow .contents .box.display-product.listed .item .item-body ul {
            padding-top: 14px; }
            @media (max-width: 767px), (min-width: 767px) and (max-width: 992px), (min-width: 992px) and (max-width: 1200px) {
              #product.design.index .firstRow .contents .box.display-product.listed .item .item-body ul {
                padding-left: 14px; } }
            #product.design.index .firstRow .contents .box.display-product.listed .item .item-body ul li:nth-child(2) {
              height: 42px; }
    #product.design.index .firstRow .contents .box.display-product.no-data .item {
      margin-top: 70px;
      height: auto;
      width: 100%; }
      #product.design.index .firstRow .contents .box.display-product.no-data .item:active, #product.design.index .firstRow .contents .box.display-product.no-data .item:focus, #product.design.index .firstRow .contents .box.display-product.no-data .item:hover {
        box-shadow: none; }
    #product.design.index .firstRow .contents .box.display-product .item {
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      margin-bottom: 56px;
      width: 18.4%;
      margin-right: 14px;
      -webkit-transition: 0.7s ease box-shadow;
      -moz-transition: 0.7s ease box-shadow;
      -ms-transition: 0.7s ease box-shadow;
      -o-transition: 0.7s ease box-shadow;
      transition: 0.7s ease box-shadow; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #product.design.index .firstRow .contents .box.display-product .item {
          width: 22.7%; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #product.design.index .firstRow .contents .box.display-product .item {
          width: 30.3%; } }
      @media (max-width: 767px) {
        #product.design.index .firstRow .contents .box.display-product .item {
          margin-right: 0;
          width: 48%; } }
      #product.design.index .firstRow .contents .box.display-product .item:active, #product.design.index .firstRow .contents .box.display-product .item:focus, #product.design.index .firstRow .contents .box.display-product .item:hover {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
        -moz-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
        -ms-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
        -o-box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
        box-shadow: 0px 5px 20px 3px rgba(55, 55, 54, 0.1);
        text-decoration: none; }
        #product.design.index .firstRow .contents .box.display-product .item:active .item-header, #product.design.index .firstRow .contents .box.display-product .item:focus .item-header, #product.design.index .firstRow .contents .box.display-product .item:hover .item-header {
          opacity: 0.7;
          filter: alpha(opacity=70); }
          #product.design.index .firstRow .contents .box.display-product .item:active .item-header .quickview, #product.design.index .firstRow .contents .box.display-product .item:focus .item-header .quickview, #product.design.index .firstRow .contents .box.display-product .item:hover .item-header .quickview {
            opacity: 1;
            filter: alpha(opacity=100); }
      #product.design.index .firstRow .contents .box.display-product .item.all-category .item-body {
        height: 70px; }
      #product.design.index .firstRow .contents .box.display-product .item .item-header {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        display: block;
        height: 168px;
        position: relative;
        -webkit-transition: 0.7s ease opacity;
        -moz-transition: 0.7s ease opacity;
        -ms-transition: 0.7s ease opacity;
        -o-transition: 0.7s ease opacity;
        transition: 0.7s ease opacity; }
        @media (max-width: 767px) {
          #product.design.index .firstRow .contents .box.display-product .item .item-header {
            height: 152px; } }
        #product.design.index .firstRow .contents .box.display-product .item .item-header .quickview {
          -webkit-border-radius: 0 0 7px 7px;
          -moz-border-radius: 0 0 7px 7px;
          -ms-border-radius: 0 0 7px 7px;
          -o-border-radius: 0 0 7px 7px;
          border-radius: 0 0 7px 7px;
          background-color: #32a743;
          color: white;
          font-family: "Open-Sans-Regular", sans-serif;
          font-size: 14px;
          height: 24px;
          line-height: 24px;
          text-align: center;
          width: 100%;
          position: absolute;
          opacity: 0;
          filter: alpha(opacity=0);
          left: 0;
          bottom: 0;
          -webkit-transition: 1s ease opacity;
          -moz-transition: 1s ease opacity;
          -ms-transition: 1s ease opacity;
          -o-transition: 1s ease opacity;
          transition: 1s ease opacity; }
          #product.design.index .firstRow .contents .box.display-product .item .item-header .quickview:active, #product.design.index .firstRow .contents .box.display-product .item .item-header .quickview:focus, #product.design.index .firstRow .contents .box.display-product .item .item-header .quickview:hover {
            background-color: #248f2b; }
      #product.design.index .firstRow .contents .box.display-product .item .item-body {
        height: 140px;
        margin-top: 14px; }
        @media (max-width: 767px) {
          #product.design.index .firstRow .contents .box.display-product .item .item-body {
            padding: 0 7px; } }
        #product.design.index .firstRow .contents .box.display-product .item .item-body.item-category ul .caption:first-child {
          color: black !important;
          font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif !important;
          font-size: 16px !important;
          line-height: 1 !important;
          height: 32px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media (max-width: 767px) {
            #product.design.index .firstRow .contents .box.display-product .item .item-body.item-category ul .caption:first-child {
              height: 49px;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; } }
        #product.design.index .firstRow .contents .box.display-product .item .item-body.item-category ul .caption:nth-child(2) {
          color: #5b5b5b !important;
          font-family: "Open-Sans-Regular", sans-serif !important;
          font-size: 14px !important;
          line-height: 1.5 !important; }
        #product.design.index .firstRow .contents .box.display-product .item .item-body ul {
          color: black; }
          #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption {
            font-family: "Open-Sans-Regular", sans-serif;
            font-size: 14px;
            line-height: 1;
            margin: 0 14px;
            position: relative; }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-letter {
              text-transform: capitalize; }
            @media (max-width: 767px) {
              #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption {
                margin: 0; } }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption.text-red {
              color: #d0040a; }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption.text-grey {
              color: #898989; }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption.text-bold {
              font-weight: bold; }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption.text-uppercase {
              text-transform: uppercase; }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child {
              color: #5b5b5b;
              height: 15px;
              margin-bottom: 5px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; }
              #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child p {
                width: calc(100% - 14px); }
              #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like {
                position: absolute;
                right: 1px;
                top: 0;
                color: black; }
                #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:before {
                  display: inline-block;
                  font-style: normal;
                  font-variant: normal;
                  text-rendering: auto;
                  -webkit-font-smoothing: antialiased;
                  font-family: FontAwesome;
                  font-weight: 900;
                  content: "\F08A"; }
                #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:active, #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:focus, #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:hover {
                  color: #d0040a;
                  text-decoration: none; }
                  #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:active:before, #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:focus:before, #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like:hover:before {
                    content: "\f004"; }
                #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like.active {
                  color: #d0040a; }
                  #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:first-child .like.active:before {
                    content: "\f004"; }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:nth-child(2) {
              font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
              font-size: 14px;
              height: 60px; }
              @media (min-width: 992px) and (max-width: 1200px) {
                #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:nth-child(2) {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 4;
                  -webkit-box-orient: vertical; } }
              @media (min-width: 767px) and (max-width: 992px) {
                #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:nth-child(2) {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 4;
                  -webkit-box-orient: vertical; } }
              @media (max-width: 767px) {
                #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:nth-child(2) {
                  height: 77px; } }
            #product.design.index .firstRow .contents .box.display-product .item .item-body ul .caption:nth-child(3) {
              margin-top: 14px;
              font-family: "Open-Sans-Regular", sans-serif;
              font-size: 14px;
              line-height: 1.5; }
  #product.design.index .firstRow .contents .box.pagination {
    margin: 0; }
  #product.design.index .firstRow .contents .box.table-cart .table {
    border-bottom: 1px solid #cbcaca;
    padding-bottom: 14px; }
    #product.design.index .firstRow .contents .box.table-cart .table th {
      border-bottom: 1px solid #cbcaca;
      font-size: 12px;
      font-weight: 600; }
      #product.design.index .firstRow .contents .box.table-cart .table th:first-letter {
        text-transform: capitalize; }
      #product.design.index .firstRow .contents .box.table-cart .table th:first-child {
        display: none; }
    #product.design.index .firstRow .contents .box.table-cart .table td {
      border: none;
      font-size: 12px;
      padding-top: 14px; }
      #product.design.index .firstRow .contents .box.table-cart .table td:first-child {
        display: none; }
      @media (max-width: 767px) {
        #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(2) {
          width: 200px; } }
      #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(3), #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(4) {
        line-height: 38px; }
      #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(5) {
        line-height: 38px; }
        @media (max-width: 767px) {
          #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(5) {
            width: 200px; } }
        #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(5) .text {
          color: #c52027;
          font-weight: 600;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(5) .text .total-payment {
            font-size: 14px; }
          @media (max-width: 767px) {
            #product.design.index .firstRow .contents .box.table-cart .table td:nth-child(5) .text {
              width: 105px; } }
      #product.design.index .firstRow .contents .box.table-cart .table td:last-child {
        padding-left: 14px;
        padding-right: 14px;
        width: 20%; }
        @media (max-width: 767px) {
          #product.design.index .firstRow .contents .box.table-cart .table td:last-child {
            width: 28%; } }
      #product.design.index .firstRow .contents .box.table-cart .table td .box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 0; }
        #product.design.index .firstRow .contents .box.table-cart .table td .box .box-left {
          margin-right: 9px; }
          #product.design.index .firstRow .contents .box.table-cart .table td .box .box-left img {
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            -o-border-radius: 7px;
            border-radius: 7px;
            height: 58px;
            width: 58px; }
        #product.design.index .firstRow .contents .box.table-cart .table td .box .box-right {
          width: calc(100% - 68px); }
          @media (max-width: 767px) {
            #product.design.index .firstRow .contents .box.table-cart .table td .box .box-right {
              width: 100%; } }
          #product.design.index .firstRow .contents .box.table-cart .table td .box .box-right .heading {
            font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
            font-weight: 600; }
          #product.design.index .firstRow .contents .box.table-cart .table td .box .box-right .text {
            font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif; }
  #product.design.index .firstRow .contents .box .btn.btn-cart {
    border: 1px solid #dcdbdd;
    background-color: white;
    color: #222222 !important;
    -webkit-transition: 0.7s ease background-color;
    -moz-transition: 0.7s ease background-color;
    -ms-transition: 0.7s ease background-color;
    -o-transition: 0.7s ease background-color;
    transition: 0.7s ease background-color; }
    #product.design.index .firstRow .contents .box .btn.btn-cart:active, #product.design.index .firstRow .contents .box .btn.btn-cart:focus, #product.design.index .firstRow .contents .box .btn.btn-cart:hover {
      background-color: #dcdbdd; }
  #product.design.index .firstRow .contents .box .btn.btn-buy {
    background-color: #cb0409;
    -webkit-transition: 0.7s ease background-color;
    -moz-transition: 0.7s ease background-color;
    -ms-transition: 0.7s ease background-color;
    -o-transition: 0.7s ease background-color;
    transition: 0.7s ease background-color; }
    #product.design.index .firstRow .contents .box .btn.btn-buy:active, #product.design.index .firstRow .contents .box .btn.btn-buy:focus, #product.design.index .firstRow .contents .box .btn.btn-buy:hover {
      background-color: #a20307; }
#product.design.details .firstRow {
  display: block;
  height: 100%;
  width: 100%; }
  #product.design.details .firstRow .box {
    margin-bottom: 14px; }
    #product.design.details .firstRow .box .back-button {
      color: #222222;
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 12px;
      font-weight: 600; }
      #product.design.details .firstRow .box .back-button:active, #product.design.details .firstRow .box .back-button:focus, #product.design.details .firstRow .box .back-button:hover {
        text-decoration: none; }
      #product.design.details .firstRow .box .back-button .fa {
        margin-right: 14px; }
  #product.design.details .firstRow .product-slider-details,
  #product.design.details .firstRow .product-thumbs-details {
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      #product.design.details .firstRow .product-slider-details,
      #product.design.details .firstRow .product-thumbs-details {
        margin-bottom: 28px; } }
    #product.design.details .firstRow .product-slider-details .swiper-slide,
    #product.design.details .firstRow .product-thumbs-details .swiper-slide {
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      background-repeat: repeat;
      background-size: cover !important;
      background-position: center;
      height: 100%;
      width: 100%; }
      #product.design.details .firstRow .product-slider-details .swiper-slide:active, #product.design.details .firstRow .product-slider-details .swiper-slide:focus, #product.design.details .firstRow .product-slider-details .swiper-slide:hover,
      #product.design.details .firstRow .product-thumbs-details .swiper-slide:active,
      #product.design.details .firstRow .product-thumbs-details .swiper-slide:focus,
      #product.design.details .firstRow .product-thumbs-details .swiper-slide:hover {
        box-shadow: none; }
  #product.design.details .firstRow .product-slider-details {
    height: 420px;
    margin-bottom: 9px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #product.design.details .firstRow .product-slider-details {
        height: 350px; } }
    @media (min-width: 767px) and (max-width: 992px) {
      #product.design.details .firstRow .product-slider-details {
        height: 270px; } }
    @media (max-width: 767px) {
      #product.design.details .firstRow .product-slider-details {
        height: 280px; } }
    #product.design.details .firstRow .product-slider-details .swiper-slide {
      display: block !important;
      width: 100% !important; }
  #product.design.details .firstRow .product-thumbs-details {
    height: 112px;
    box-sizing: border-box; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #product.design.details .firstRow .product-thumbs-details {
        height: 112px; } }
    @media (min-width: 767px) and (max-width: 992px) {
      #product.design.details .firstRow .product-thumbs-details {
        height: 112px; } }
    @media (max-width: 767px) {
      #product.design.details .firstRow .product-thumbs-details {
        height: 112px; } }
    #product.design.details .firstRow .product-thumbs-details .swiper-slide {
      width: 112px !important; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #product.design.details .firstRow .product-thumbs-details .swiper-slide {
          width: 112px !important; } }
      @media (min-width: 767px) and (max-width: 992px) {
        #product.design.details .firstRow .product-thumbs-details .swiper-slide {
          width: 112px !important; } }
      @media (max-width: 767px) {
        #product.design.details .firstRow .product-thumbs-details .swiper-slide {
          width: 112px !important; } }
  #product.design.details .firstRow .product-detail .heading {
    font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: left; }
    @media (max-width: 767px) {
      #product.design.details .firstRow .product-detail .heading {
        width: calc(100% - 18px); } }
    #product.design.details .firstRow .product-detail .heading .like {
      position: absolute;
      right: -15px;
      top: -10px;
      color: black; }
      @media (max-width: 767px) {
        #product.design.details .firstRow .product-detail .heading .like {
          right: -15px;
          top: -7px; } }
      #product.design.details .firstRow .product-detail .heading .like:before {
        display: inline-block;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-weight: 900;
        content: "\F08A"; }
        @media (max-width: 767px) {
          #product.design.details .firstRow .product-detail .heading .like:before {
            font-size: 28px; } }
      #product.design.details .firstRow .product-detail .heading .like:active, #product.design.details .firstRow .product-detail .heading .like:focus, #product.design.details .firstRow .product-detail .heading .like:hover {
        color: #d0040a;
        text-decoration: none; }
        #product.design.details .firstRow .product-detail .heading .like:active:before, #product.design.details .firstRow .product-detail .heading .like:focus:before, #product.design.details .firstRow .product-detail .heading .like:hover:before {
          content: "\f004"; }
      #product.design.details .firstRow .product-detail .heading .like.active {
        color: #d0040a; }
        #product.design.details .firstRow .product-detail .heading .like.active:before {
          content: "\f004"; }
  #product.design.details .firstRow .product-detail .caption a,
  #product.design.details .firstRow .product-detail .review a,
  #product.design.details .firstRow .product-detail .category a {
    color: black;
    -webkit-transition: 0.7s ease color;
    -moz-transition: 0.7s ease color;
    -ms-transition: 0.7s ease color;
    -o-transition: 0.7s ease color;
    transition: 0.7s ease color; }
    #product.design.details .firstRow .product-detail .caption a:active, #product.design.details .firstRow .product-detail .caption a:focus, #product.design.details .firstRow .product-detail .caption a:hover,
    #product.design.details .firstRow .product-detail .review a:active,
    #product.design.details .firstRow .product-detail .review a:focus,
    #product.design.details .firstRow .product-detail .review a:hover,
    #product.design.details .firstRow .product-detail .category a:active,
    #product.design.details .firstRow .product-detail .category a:focus,
    #product.design.details .firstRow .product-detail .category a:hover {
      color: #32a743;
      text-decoration: none; }
  #product.design.details .firstRow .product-detail .price {
    color: #d0040a;
    font-family: "Open-Sans-Regular", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 14px 0 35px 0; }
    #product.design.details .firstRow .product-detail .price s {
      color: #898989;
      display: block;
      font-size: 16px;
      font-weight: normal;
      width: 100%; }
  #product.design.details .firstRow .product-detail .dl-horizontal dt {
    text-align: left;
    width: 100px; }
    #product.design.details .firstRow .product-detail .dl-horizontal dt:first-letter {
      text-transform: capitalize; }
    @media (max-width: 767px) {
      #product.design.details .firstRow .product-detail .dl-horizontal dt {
        display: inline-block;
        width: 120px; } }
  #product.design.details .firstRow .product-detail .dl-horizontal dd {
    margin-left: 120px; }
    @media (max-width: 767px) {
      #product.design.details .firstRow .product-detail .dl-horizontal dd {
        display: inline-block;
        margin-left: 0;
        width: calc(100% - 128px); } }
  #product.design.details .firstRow .product-detail .input-group {
    clear: both;
    margin: 32px 0;
    position: relative; }
    #product.design.details .firstRow .product-detail .input-group .input-group-addon {
      background: none;
      border: none;
      color: black;
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 14px;
      font-weight: normal; }
    #product.design.details .firstRow .product-detail .input-group .quantity-field {
      border: none !important;
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      text-align-last: center;
      -moz-text-align-last: center;
      width: 84px; }
  @media (max-width: 767px) {
    #product.design.details .firstRow .product-detail .btn {
      margin-bottom: 7px;
      width: 100%; } }
@media (max-width: 767px) {
  #product.design.details .thirdRow .tabbable-panel {
    margin: 0 0 35px 0; } }
#product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
    #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .box-left {
    width: 240px; }
    @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
      #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .box-left {
        width: 100%; } }
  #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .box-right {
    width: calc(100% - 240px); }
    @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
      #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .box-right {
        width: 100%; } }
    #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .box-right .rates {
      display: inline-block; }
      #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .box-right .rates .btn-rates {
        background-color: white;
        border: 1px solid #cccccc;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        border-radius: 18px;
        color: #222222;
        font-family: "Roboto-Regular", sans-serif;
        font-size: 14px;
        margin-right: 4px;
        padding: 4px 12px;
        text-transform: capitalize; }
  #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box ul {
    margin-bottom: 14px;
    width: 100%; }
    #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box ul li.display-name {
      font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
      font-size: 16px;
      font-weight: normal; }
      #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box ul li.display-name small {
        color: grey;
        display: block;
        line-height: 1;
        width: 100%; }
  @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
    #product.design.details .thirdRow .tabbable-panel .tabbable-line .tab-content .tab-pane .box .caption {
      margin-top: 14px; } }
#product.design.details .thirdRow .box-form {
  background-color: #f6f6f6;
  display: block;
  padding: 35px;
  width: 100%; }

#cart {
  padding: 70px 0 70px 0; }
  @media (max-width: 767px) {
    #cart {
      padding: 0 0 14px 0; } }
  #cart.design .firstRow .contents.secure-payment .card {
    -webkit-box-shadow: 10px 10px 24px 0px rgba(183, 183, 183, 0.3);
    -moz-box-shadow: 10px 10px 24px 0px rgba(183, 183, 183, 0.3);
    -ms-box-shadow: 10px 10px 24px 0px rgba(183, 183, 183, 0.3);
    -o-box-shadow: 10px 10px 24px 0px rgba(183, 183, 183, 0.3);
    box-shadow: 10px 10px 24px 0px rgba(183, 183, 183, 0.3);
    color: black;
    display: block;
    margin: 0 auto;
    padding: 30px;
    width: 476px;
    -webkit-transition: 0.7s ease box-shadow;
    -moz-transition: 0.7s ease box-shadow;
    -ms-transition: 0.7s ease box-shadow;
    -o-transition: 0.7s ease box-shadow;
    transition: 0.7s ease box-shadow; }
    #cart.design .firstRow .contents.secure-payment .card:active, #cart.design .firstRow .contents.secure-payment .card:focus, #cart.design .firstRow .contents.secure-payment .card:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      #cart.design .firstRow .contents.secure-payment .card {
        width: 100%; } }
    #cart.design .firstRow .contents.secure-payment .card .heading {
      font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
      font-size: 16px;
      font-weight: normal;
      margin: 0 0 7px 0;
      text-align: left; }
    #cart.design .firstRow .contents.secure-payment .card .caption {
      font-family: "Open-Sans-Regular", sans-serif;
      font-size: 14px;
      font-weight: normal; }
    #cart.design .firstRow .contents.secure-payment .card .card-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 21px; }
    #cart.design .firstRow .contents.secure-payment .card .card-content {
      margin-bottom: 21px; }
      #cart.design .firstRow .contents.secure-payment .card .card-content .time {
        margin-bottom: 21px;
        text-align: center; }
        #cart.design .firstRow .contents.secure-payment .card .card-content .time #time-remaining {
          font-family: "Open-Sans-Regular", sans-serif;
          font-size: 47px;
          font-weight: 600;
          line-height: 1; }
      #cart.design .firstRow .contents.secure-payment .card .card-content .transaction-details,
      #cart.design .firstRow .contents.secure-payment .card .card-content .paids,
      #cart.design .firstRow .contents.secure-payment .card .card-content .transaction-code {
        margin-bottom: 14px; }
      #cart.design .firstRow .contents.secure-payment .card .card-content .paids .price {
        color: #d0040a;
        font-family: "Open-Sans-Regular", sans-serif;
        font-size: 28px;
        font-weight: 600; }
      #cart.design .firstRow .contents.secure-payment .card .card-content .uploads #input-upload-file {
        margin-top: 4px; }
    #cart.design .firstRow .contents.secure-payment .card .card-footer .notes {
      color: #777777;
      font-family: "Roboto-Regular", sans-serif;
      font-size: 12px;
      font-weight: normal;
      margin: 21px 0 0 0; }
  #cart.design .firstRow .contents .box {
    display: block; }
    #cart.design .firstRow .contents .box.address-and-shipping {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        #cart.design .firstRow .contents .box.address-and-shipping {
          margin-bottom: 70px; } }
      #cart.design .firstRow .contents .box.address-and-shipping .tabbable-panel .tabbable-line .tab-content .tab-pane .form-group .control-label,
      #cart.design .firstRow .contents .box.address-and-shipping .tabbable-panel .tabbable-line .tab-content .tab-pane .form-group .form-control {
        font-size: 10px; }
      #cart.design .firstRow .contents .box.address-and-shipping .tabbable-panel .tabbable-line .tab-content .tab-pane .form-group textarea {
        height: 24px;
        margin-top: 8px !important; }
      #cart.design .firstRow .contents .box.address-and-shipping .form-group {
        font-family: "Open-Sans-Regular", sans-serif;
        font-size: 15px; }
        #cart.design .firstRow .contents .box.address-and-shipping .form-group .heading {
          font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
          font-weight: 600;
          font-size: 20px;
          margin: 14px 0;
          text-align: left; }
          #cart.design .firstRow .contents .box.address-and-shipping .form-group .heading.with-border-bottom {
            border-bottom: 1px solid #d7d7d7;
            padding-bottom: 11px; }
        #cart.design .firstRow .contents .box.address-and-shipping .form-group .control-label {
          font-size: 15px !important;
          text-align: left;
          text-transform: capitalize; }
        #cart.design .firstRow .contents .box.address-and-shipping .form-group .form-control {
          font-size: 15px !important; }
          #cart.design .firstRow .contents .box.address-and-shipping .form-group .form-control.no-border {
            border: none;
            height: 100%; }
          #cart.design .firstRow .contents .box.address-and-shipping .form-group .form-control.with-border {
            border: 1px solid #e7e7e7 !important; }
      #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal {
        display: block;
        font-size: 12px;
        width: 100%; }
        #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt,
        #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd {
          color: #636363; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt,
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd {
              display: inline-block; } }
          #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt .btn-category,
          #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd .btn-category {
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            -o-border-radius: 7px;
            border-radius: 7px;
            font-size: 12px !important;
            text-transform: capitalize !important;
            padding: 3.5px 14px;
            background-color: #dcb48e;
            -webkit-transition: 0.7s ease background-color;
            -moz-transition: 0.7s ease background-color;
            -ms-transition: 0.7s ease background-color;
            -o-transition: 0.7s ease background-color;
            transition: 0.7s ease background-color; }
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt .btn-category:active, #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt .btn-category:focus, #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt .btn-category:hover,
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd .btn-category:active,
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd .btn-category:focus,
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd .btn-category:hover {
              background-color: #b09071;
              text-decoration: none; }
        #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt {
          float: left;
          font-weight: normal;
          text-align: left;
          width: 120px; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dt {
              float: left;
              width: 120px !important; } }
        #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd {
          margin-left: 124px !important;
          margin-right: 7px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd {
              margin-left: 0 !important;
              margin-right: 7px;
              width: calc(100% - 150px); } }
          #cart.design .firstRow .contents .box.address-and-shipping .dl-horizontal dd.red {
            color: #d0040a;
            font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
            font-weight: 600; }
    #cart.design .firstRow .contents .box.table-cart .table {
      margin-bottom: 0; }
      #cart.design .firstRow .contents .box.table-cart .table th {
        border-bottom: 1px solid #cbcaca;
        font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
        font-size: 14px;
        font-weight: normal; }
        #cart.design .firstRow .contents .box.table-cart .table th:first-letter {
          text-transform: capitalize; }
        #cart.design .firstRow .contents .box.table-cart .table th:first-child {
          display: none; }
        #cart.design .firstRow .contents .box.table-cart .table th:nth-child(4) {
          width: 226px; }
      #cart.design .firstRow .contents .box.table-cart .table td {
        border: none;
        font-family: "Open-Sans-Regular", sans-serif;
        font-size: 15px;
        padding-top: 14px; }
        @media (max-width: 767px) {
          #cart.design .firstRow .contents .box.table-cart .table td {
            font-size: 14px; } }
        #cart.design .firstRow .contents .box.table-cart .table td:first-child {
          display: none; }
        #cart.design .firstRow .contents .box.table-cart .table td:nth-child(2) {
          width: 300px; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.table-cart .table td:nth-child(2) .box {
              width: 280px; }
              #cart.design .firstRow .contents .box.table-cart .table td:nth-child(2) .box .box-right {
                white-space: normal;
                width: calc(100% - 68px); } }
        #cart.design .firstRow .contents .box.table-cart .table td:nth-child(3) {
          width: 100px; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.table-cart .table td:nth-child(3) .box {
              width: 100px; } }
        @media (max-width: 767px) {
          #cart.design .firstRow .contents .box.table-cart .table td:nth-child(5) {
            width: 200px; } }
        #cart.design .firstRow .contents .box.table-cart .table td:nth-child(5) .text {
          color: #c52027;
          font-weight: 600;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          #cart.design .firstRow .contents .box.table-cart .table td:nth-child(5) .text .total-payment {
            font-size: 14px; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.table-cart .table td:nth-child(5) .text {
              width: 105px; } }
        #cart.design .firstRow .contents .box.table-cart .table td:last-child {
          padding-left: 14px;
          padding-right: 14px;
          width: 20%; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.table-cart .table td:last-child {
              width: 28%; } }
        #cart.design .firstRow .contents .box.table-cart .table td .box {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          height: 70px;
          margin: 0; }
          #cart.design .firstRow .contents .box.table-cart .table td .box.box-center {
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
          #cart.design .firstRow .contents .box.table-cart .table td .box .box-left {
            margin-right: 9px; }
            #cart.design .firstRow .contents .box.table-cart .table td .box .box-left img {
              -webkit-border-radius: 7px;
              -moz-border-radius: 7px;
              -ms-border-radius: 7px;
              -o-border-radius: 7px;
              border-radius: 7px;
              height: 58px;
              width: 58px; }
          #cart.design .firstRow .contents .box.table-cart .table td .box .box-right {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            width: 180px; }
            #cart.design .firstRow .contents .box.table-cart .table td .box .box-right .heading {
              font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
              font-size: 14px;
              font-weight: 600;
              margin: 0;
              text-align: left;
              text-transform: uppercase; }
        #cart.design .firstRow .contents .box.table-cart .table td .btn {
          font-size: 15px; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.table-cart .table td .btn {
              font-size: 14px; } }
    #cart.design .firstRow .contents .box.shopping-summary {
      border: 1px solid #d7d7d7;
      padding: 14px 14px; }
      #cart.design .firstRow .contents .box.shopping-summary .form-group {
        font-family: "Open-Sans-Regular", sans-serif;
        font-size: 14px; }
        #cart.design .firstRow .contents .box.shopping-summary .form-group .heading {
          font-family: "Microsoft-New-Tai-Lue-Bold", sans-serif;
          font-weight: 600;
          font-size: 28px;
          margin: 14px 0; }
          @media (min-width: 992px) and (max-width: 1200px) {
            #cart.design .firstRow .contents .box.shopping-summary .form-group .heading {
              font-size: 21px; } }
          @media (min-width: 767px) and (max-width: 992px) {
            #cart.design .firstRow .contents .box.shopping-summary .form-group .heading {
              font-size: 21px; } }
          #cart.design .firstRow .contents .box.shopping-summary .form-group .heading.with-border-bottom {
            border-bottom: 1px solid #d7d7d7;
            padding-bottom: 21px; }
        #cart.design .firstRow .contents .box.shopping-summary .form-group .control-label {
          color: #818181 !important;
          font-size: 15px !important;
          text-align: left;
          text-transform: capitalize; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.shopping-summary .form-group .control-label {
              font-size: 16px !important;
              padding: 6px 12px; } }
        #cart.design .firstRow .contents .box.shopping-summary .form-group .form-control {
          color: #818181 !important;
          font-size: 15px !important; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.shopping-summary .form-group .form-control {
              font-size: 16px !important; } }
          #cart.design .firstRow .contents .box.shopping-summary .form-group .form-control.no-border {
            border: none;
            height: 100%; }
          #cart.design .firstRow .contents .box.shopping-summary .form-group .form-control.with-border {
            border: 1px solid #e7e7e7 !important; }
        #cart.design .firstRow .contents .box.shopping-summary .form-group small {
          color: #818181;
          font-size: 12px; }
        #cart.design .firstRow .contents .box.shopping-summary .form-group #btn_check {
          position: absolute;
          right: 14px;
          top: 4px;
          font-size: 12px !important; }
          @media (max-width: 767px) {
            #cart.design .firstRow .contents .box.shopping-summary .form-group #btn_check {
              top: 12px;
              width: 22% !important; } }

#about .firstRow {
  margin-bottom: 35px; }
  #about .firstRow .inner .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
      #about .firstRow .inner .box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #about .firstRow .inner .box .box-left,
    #about .firstRow .inner .box .box-right {
      width: 48%; }
      @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
        #about .firstRow .inner .box .box-left,
        #about .firstRow .inner .box .box-right {
          width: 100%; } }
    #about .firstRow .inner .box .box-left {
      margin-bottom: 0; }
      @media (min-width: 767px) and (max-width: 992px), (max-width: 767px) {
        #about .firstRow .inner .box .box-left {
          margin-bottom: 21px; } }
      #about .firstRow .inner .box .box-left iframe {
        height: 265px;
        width: 100%; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #about .firstRow .inner .box .box-left iframe {
            height: 198px; } }
        @media (min-width: 767px) and (max-width: 992px) {
          #about .firstRow .inner .box .box-left iframe {
            height: 300px; } }
        @media (max-width: 767px) {
          #about .firstRow .inner .box .box-left iframe {
            height: 216px; } }
    #about .firstRow .inner .box .box-right ol {
      margin-left: -23px;
      margin-top: 18px; }
#about .secondRow {
  margin-bottom: 35px; }
  #about .secondRow .inner .caption {
    font-family: "Open-Sans-Regular", sans-serif;
    font-size: 14px; }
#about .thirdRow {
  margin-bottom: 35px; }
  #about .thirdRow .inner .quotes .caption {
    font-family: "Open-Sans-Regular", sans-serif;
    font-size: 32px;
    padding-bottom: 21px; }
  #about .thirdRow .inner .quotes .author {
    font-family: "Open-Sans-Regular", sans-serif;
    font-size: 20px;
    padding-left: 82px; }
    #about .thirdRow .inner .quotes .author:before {
      background-color: black;
      display: block;
      content: '';
      width: 70px;
      height: 2px;
      position: absolute;
      margin-top: 14px;
      left: 16px;
      -webkit-transition: 0.7s ease background-color;
      -moz-transition: 0.7s ease background-color;
      -ms-transition: 0.7s ease background-color;
      -o-transition: 0.7s ease background-color;
      transition: 0.7s ease background-color; }
#about .fourthRow .heading {
  text-align: center;
  margin: 0 0 49px 0;
  font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
  font-size: 35px; }
  #about .fourthRow .heading:first-letter {
    text-transform: capitalize; }
#about .fourthRow .inner .caption {
  font-family: "Open-Sans-Regular", sans-serif;
  font-size: 14px; }
#about .fourthRow .inner .btn-whatsapp {
  margin-top: 68px; }
  @media (max-width: 767px) {
    #about .fourthRow .inner .btn-whatsapp {
      margin-top: 42px; } }

#contact {
  padding-bottom: 0 !important; }
  #contact .firstRow {
    margin: 14px 0 35px 0; }
  #contact .secondRow iframe {
    border: 0px;
    pointer-events: none;
    height: 450px;
    width: 100%; }

#document.faq .sub-heading {
  color: black;
  font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 14px; }
#document.faq ul li a {
  color: black;
  font-family: "Microsoft-New-Tai-Lue-Reguler", sans-serif;
  font-size: 16px;
  font-weight: normal; }
  #document.faq ul li a:active, #document.faq ul li a:focus, #document.faq ul li a:hover {
    color: #32a743;
    text-decoration: none; }
#document.faq .helpful {
  border-top: 2px solid #32a743;
  border-bottom: 2px solid #32a743;
  margin-top: 70px;
  padding: 28px 0;
  text-align: center; }
  #document.faq .helpful .button,
  #document.faq .helpful .caption,
  #document.faq .helpful .question {
    color: black;
    font-family: "Open-Sans-Regular", sans-serif;
    font-size: 14px;
    font-weight: normal; }
    #document.faq .helpful .button a,
    #document.faq .helpful .caption a,
    #document.faq .helpful .question a {
      color: #32a743; }
  #document.faq .helpful .button {
    padding: 28px 0; }
    #document.faq .helpful .button .btn-login {
      margin: 0 5px;
      width: 100px; }
  #document.faq .helpful .question {
    margin-top: 49px; }

/********************************************************/
.lastRow .form-modal {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1048; }
  .lastRow .form-modal .form-modal-dialog {
    background-color: white;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    -moz-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    -ms-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    -o-box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    box-shadow: 5px 5px 5px 1px rgba(183, 183, 183, 0.2);
    padding: 21px 28px; }
    .lastRow .form-modal .form-modal-dialog.form-modal-sm {
      margin: 0 auto;
      width: 600px; }
    .lastRow .form-modal .form-modal-dialog.form-modal-xs {
      margin: 0 auto;
      width: 470px; }
    .lastRow .form-modal .form-modal-dialog.set-height-gallery {
      height: 490px;
      position: relative;
      top: 50%;
      margin-top: -245px; }
    .lastRow .form-modal .form-modal-dialog.set-height-shipping {
      height: 100%;
      min-height: 100%;
      overflow-y: scroll;
      position: relative; }
    .lastRow .form-modal .form-modal-dialog.set-height-message {
      height: 200px;
      position: relative;
      margin-top: 100px; }
    .lastRow .form-modal .form-modal-dialog.set-height-confirmation {
      height: 200px;
      position: relative;
      top: 50%;
      margin-top: -100px; }
    .lastRow .form-modal .form-modal-dialog.set-height-helper {
      height: 410px;
      position: relative;
      top: 50%;
      margin-top: -205px; }
    .lastRow .form-modal .form-modal-dialog .form-modal-header {
      margin-bottom: 14px;
      text-align: center; }

/********************************************************/
.red-icon-button {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #d4040a;
  color: white;
  height: 24px;
  width: 24px;
  padding: 3px 6px; }
  .red-icon-button:active, .red-icon-button:focus, .red-icon-button:hover {
    color: white;
    text-decoration: none; }
  .red-icon-button:before {
    display: initial;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }
  .red-icon-button:after {
    display: none;
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }
  .red-icon-button.collapsed:before {
    display: none;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }
  .red-icon-button.collapsed:after {
    display: initial;
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }

/*# sourceMappingURL=custom.css.map */
