.banner-img {
  display: block;
}
.banner-img img:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.banner-menu {
  float: left;
  margin: 0 22px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-menu:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 15px;
  content: " ";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}
.banner-menu:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  -o-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}
.banner-menu:hover:after,
.banner-menu:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    opacity: 0;
    -ms-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.selector {
  border: 1px solid #d7d7d7;
  position: relative;
}
.selector select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.selector span {
  display: block;
  position: relative;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
}
.selector span:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #707070;
  padding-left: 8px;
}
.clearer {
  clear: both;
}
.group_1 .col-lg-12,
.group_2 .col-lg-12,
.group_3 .col-lg-12,
.group_4 .col-lg-12,
.group_5 .col-lg-12,
.group_6 .col-lg-12,
.group_1 .col-sm-12,
.group_2 .col-sm-12,
.group_3 .col-sm-12,
.group_4 .col-sm-12,
.group_5 .col-sm-12,
.group_6 .col-sm-12,
.group_1 .col-xs-12,
.group_2 .col-xs-12,
.group_3 .col-xs-12,
.group_4 .col-xs-12,
.group_5 .col-xs-12,
.group_6 .col-xs-12 {
  clear: both;
}
.category-products .products-grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
input[type='text'],
.qty,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sm-facebook-content iframe {
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a span {
  white-space: nowrap;
}
.boxed-layout .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #FAFAFA;
}
.owl-carousel .item {
  width: 100% !important;
}
.zoomContainer {
  display: none !important;
}
.zoomContainer:last-child {
  display: block !important;
}
.item-home-store.layout-about .title-menu-home,
.item-home-store.layout-contact .title-menu-home {
  font-size: 100%;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 5px;
  font-weight: 600;
}
.home-menu-dropdown {
  display: inline-block;
  width: 100%;
}
.home-menu-dropdown .item-home-store {
  float: left;
  padding: 0 10px;
}
.home-menu-dropdown .item-home-store .title-menu-home {
  color: #363636;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px !important;
  margin-top: 10px;
  text-transform: uppercase;
}
.home-menu-dropdown .item-home-store li a {
  display: block !important;
  padding: 3px 0px;
}
.home-menu-dropdown .item-home-store.theme-color li a {
  position: relative;
}
.home-menu-dropdown .item-home-store.theme-color li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
}
.home-menu-dropdown .item-home-store.theme-color li.red a:before {
  background-color: #ec008c;
}
.home-menu-dropdown .item-home-store.theme-color li.blue a:before {
  background-color: #448ccb;
}
.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
  background-color: #c69c6d;
}
.home-menu-dropdown .item-home-store.theme-color li.green a:before {
  background-color: #69A6AB;
}
.home-menu-dropdown .item-home-store.theme-color li.purple a:before {
  background-color: #8392c9;
}
.home-menu-dropdown .item-home-store.theme-color li.white a:before {
  background-color: #ffffff;
}
.home-menu-dropdown .item-home-store.theme-color li.brown a:before {
  background-color: #8B7355;
}
.home-menu-dropdown .item-home-store.theme-color li.black a:before {
  background-color: #000000;
}
.review-product-list .product-essential .product-shop .nobr {
  display: none;
}
.clearfix {
  clear: both;
}
.overflow-table {
  overflow-x: auto;
}
#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table button {
  margin: 10px 0px;
}
img {
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
label,
.label {
  font-weight: normal !important;
  font-size: inherit !important;
  margin-bottom: 0 !important;
  color: inherit !important;
  padding: 0 !important;
}
.required em {
  display: none;
}
a {
  text-decoration: none;
}
a:focus {
  text-decoration: none !important;
}
body {
  line-height: 1.66 !important;
  overflow-y: auto !important;
  overflow-x: hidden;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
.empty {
  padding: 10px 0px 0px;
}
.compare-table .price-box {
  display: inline-block;
}
.compare-table .price-box .old-price,
.compare-table .price-box .special-price {
  margin: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: inherit;
}
.menu-on-top {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-height: 128px;
}
.menu-on-top .logo {
  padding: 5px 60px 0 0 !important;
}
@media (max-width: 1024px) {
  .menu-on-top .logo {
    padding: 5px 0px 0 0 !important;
    width: 100%;
    text-align: center;
  }
}
.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  margin: 0px !important;
}
.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  padding: 25px 10px !important;
}
.menu-on-top .cart-search {
  padding: 20px 0 !important;
}
.header-style-3 .menu-on-top .logo-setting {
  display: none !important;
}
#wishlist-table .add-to-cart-alt {
  clear: both;
  padding-top: 10px;
}
#wishlist-table .price-box p {
  display: block;
  margin: 0;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
.sale-item {
  background: #00dcdc;
  color: #fff;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 15px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
}
.new-item {
  background: #fff;
  color: #00dcdc;
  border: 1px solid #00dcdc;
  position: absolute;
  text-align: center;
  left: 10px;
  top: 15px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
}
.special-price {
  float: left;
  margin-left: 0px;
}
.add-to-cart {
  position: relative;
}
.add-to-cart .qty {
  margin-right: 0px;
  width: 120px !important;
  padding: 0 20px;
  background: transparent;
  height: 45px;
  border: 1px solid #a1a1a1;
  color: #898989;
  font-size: 128%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.add-to-cart .control-qty {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
}
.add-to-cart .control-qty .quantity-controls {
  color: #999999;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  top: 0px;
  width: 40px;
  height: 100%;
  position: absolute;
  font-weight: normal;
  font-size: 14px;
}
.add-to-cart .control-qty .quantity-controls:hover {
  color: #00dcdc;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
.add-to-cart .control-qty .quantity-controls.quantity-plus {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/quantity-plus.png') no-repeat center center;
  right: 0px;
}
.add-to-cart .control-qty .quantity-controls.quantity-minus {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/quantity-minus.png') no-repeat center center;
  left: 0px;
}
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
.price-box .special-price {
  margin-left: 0px;
}
ul,
ol {
  list-style: none;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
#yt-totop {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #00dcdc;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  opacity: 0.6;
  z-index: 800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#yt-totop:before {
  content: "\f062";
  font-family: fontawesome;
  font-size: 20px;
}
#yt-totop:hover {
  opacity: 1;
}
.owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 3px;
  position: relative;
  color: #464646;
}
.owl-theme .owl-controls .owl-nav > div:before {
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 30px;
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
}
.owl-theme .owl-controls .owl-nav > div:hover {
  color: #00dcdc;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 1px;
  background: #fff;
  display: block;
  border: 3px solid #b0a18a;
  opacity: 0.7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.two-image .list-image img,
.products-grid .item .item-inner .box-image .product-image img,
.category-wrap .image-paren-cat img,
.static-image-center img,
.sm-categories .cat-wrap .content-box img,
.static-image-sidebar img,
.basic-products-list .bs-items .item .item-inner .bs-image img,
.list-item-latest li .img-latest-post,
.footer-style-1 .footer-bottom-content .payment-footer ul li img,
.top-brand .top-brand-slider .item .child-item > div img,
.products-list .item .item-inner .box-image-list img,
.static-category .image-cat-st img,
.static-home-5 img,
.postWrapper .image-blog img,
.cart .crosssell .product-image img,
.four-static-image img,
.latest-post img,
.brand-slider img,
.st-image-thr img,
.latest-post-block .item .img-link img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.two-image .list-image img:hover,
.products-grid .item .item-inner .box-image .product-image img:hover,
.category-wrap .image-paren-cat img:hover,
.static-image-center img:hover,
.sm-categories .cat-wrap .content-box img:hover,
.static-image-sidebar img:hover,
.basic-products-list .bs-items .item .item-inner .bs-image img:hover,
.list-item-latest li .img-latest-post:hover,
.footer-style-1 .footer-bottom-content .payment-footer ul li img:hover,
.top-brand .top-brand-slider .item .child-item > div img:hover,
.products-list .item .item-inner .box-image-list img:hover,
.static-category .image-cat-st img:hover,
.static-home-5 img:hover,
.postWrapper .image-blog img:hover,
.cart .crosssell .product-image img:hover,
.four-static-image img:hover,
.latest-post img:hover,
.brand-slider img:hover,
.st-image-thr img:hover,
.latest-post-block .item .img-link img:hover {
  opacity: 0.8;
}
.col-left .block .block-title,
.col-right .block .block-title {
  color: #363636;
  font-size: 105%;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
}
.col-left .block .block-title span,
.col-right .block .block-title span,
.col-left .block .block-title strong,
.col-right .block .block-title strong {
  font-weight: 900 !important;
}
.col-left .block.block-tags .block-content,
.col-right .block.block-tags .block-content {
  padding: 0;
}
.col-left .block.block-tags .tags-list,
.col-right .block.block-tags .tags-list {
  margin: 0px;
}
.col-left .block.block-tags .tags-list li a,
.col-right .block.block-tags .tags-list li a {
  font-size: 100% !important;
  color: #363636;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.col-left .block.block-tags .tags-list li a:hover,
.col-right .block.block-tags .tags-list li a:hover {
  border-color: #00dcdc;
  background: #00dcdc;
  color: #fff;
}
.col-left .block.block-tags .actions,
.col-right .block.block-tags .actions {
  display: none !important;
}
.col-left .basic-products-list,
.col-right .basic-products-list {
  margin-bottom: 30px;
}
.col-left .basic-products-list .title-home h2,
.col-right .basic-products-list .title-home h2 {
  color: #363636;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.col-left .basic-products-list .item-inner,
.col-right .basic-products-list .item-inner {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.col-left .basic-products-list .item-inner .bs-image,
.col-right .basic-products-list .item-inner .bs-image {
  float: left;
  background: #fff;
}
.col-left .basic-products-list .item-inner .bs-content,
.col-right .basic-products-list .item-inner .bs-content {
  margin-left: 85px;
}
.col-left .basic-products-list .item-inner .bs-content .bs-title,
.col-right .basic-products-list .item-inner .bs-content .bs-title {
  line-height: 15px;
  margin-bottom: 6px;
}
.col-left .basic-products-list .item-inner .bs-content .bs-title a,
.col-right .basic-products-list .item-inner .bs-content .bs-title a {
  color: #363636;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 100%;
}
.col-left .basic-products-list .item-inner .bs-content .bs-title a:hover,
.col-right .basic-products-list .item-inner .bs-content .bs-title a:hover {
  color: #00dcdc;
}
.col-left .basic-products-list .item-inner .bs-content .price-box,
.col-right .basic-products-list .item-inner .bs-content .price-box {
  margin: 3px 0 0;
}
.col-left .basic-products-list .item-inner .bs-content .no-rating,
.col-right .basic-products-list .item-inner .bs-content .no-rating {
  margin-top: 4px;
}
.col-left .basic-products-list .item-inner .bs-content .ratings,
.col-right .basic-products-list .item-inner .bs-content .ratings {
  float: left;
  margin-top: 0px;
  width: 100%;
}
.col-left .basic-products-list .item-inner .bs-content .ratings .rating-box,
.col-right .basic-products-list .item-inner .bs-content .ratings .rating-box {
  margin-top: 4px;
}
.col-left .basic-products-list .item-inner .bs-content .ratings .amount,
.col-right .basic-products-list .item-inner .bs-content .ratings .amount {
  display: none !important;
}
.category-products {
  overflow: hidden;
}
.block-compare .item,
.block-wishlist .item {
  position: relative;
}
.block-compare .item .btn-remove,
.block-wishlist .item .btn-remove {
  position: absolute;
  right: 15px;
  top: -5px;
}
.block-compare .price-box,
.block-wishlist .price-box {
  margin: 8px 0;
}
.block-compare .actions,
.block-wishlist .actions {
  padding-top: 10px;
  font-size: 108%;
}
.block-compare .actions a,
.block-wishlist .actions a {
  margin-top: 10px;
}
.block-compare .link-cart,
.block-wishlist .link-cart {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 93%;
}
.block-compare .item,
.block-compared .item {
  padding: 5px 0;
}
.block-wishlist .item {
  margin-bottom: 15px;
}
.products-grid {
  margin: 0 -1px 0 0;
}
.products-grid .item .item-inner {
  padding-bottom: 30px;
  text-align: center;
  background: #fafafa;
  position: relative;
}
.products-grid .item .item-inner:hover .box-image {
  border-color: #fff;
}
.products-grid .item .item-inner:hover .box-image .sm_quickview_handler {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.products-grid .item .item-inner:hover .box-info .actions {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  bottom: -27px;
  visibility: visible;
}
.products-grid .item .item-inner .product-name {
  overflow: hidden;
  padding: 16px 0 0 ;
  font-size: 105%;
  height: 58px;
  line-height: 22px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.products-grid .item .item-inner .product-name a {
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}
.products-grid .item .item-inner .product-name a:hover {
  color: #00dcdc;
}
.products-grid .item .item-inner .box-image {
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.products-grid .item .item-inner .box-image .product-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}
.products-grid .item .item-inner .box-image .product-image .second-image {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.products-grid .item .item-inner .box-image .product-image:hover .second-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.products-grid .item .item-inner .box-image .configurable-swatch-list {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  display: inline-block;
  z-index: 11;
}
.products-grid .item .item-inner .box-image .configurable-swatch-list li {
  display: inline-block;
}
.products-grid .item .item-inner .box-image .sm_quickview_handler {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.products-grid .item .item-inner .box-image .effect-thumbs .product-image:after,
.products-grid .item .item-inner .box-image .effect-slider .product-image:after {
  display: none !important;
}
.products-grid .item .item-inner .box-info {
  padding: 14px 12px;
  overflow: hidden;
  background: #fff;
  height: 60px;
}
.products-grid .item .item-inner .box-info .ratings .rating-box {
  float: none;
  position: relative;
  display: inline-block;
}
.products-grid .item .item-inner .box-info .ratings .amount {
  display: none !important;
}
.products-grid .item .item-inner .box-info .rating-links {
  display: none;
}
.products-grid .item .item-inner .box-info .no-rating,
.products-grid .item .item-inner .box-info .ratings {
  float: left;
}
.products-grid .item .item-inner .box-info .item-desc {
  color: #898989;
  font-size: 100%;
  margin-top: 10px;
}
.products-grid .item .item-inner .box-info .price-box {
  display: none;
  float: right;
  margin: 0;
}
@media (min-width: 760px) and (max-width: 980px) {
  .products-grid .item .item-inner .box-info .price-box .old-price {
    margin-left: 5px;
  }
}
.products-grid .item .item-inner .box-info .actions {
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 9;
  background: #fff;
  padding: 0;
  border-top: 1px solid #ebebeb ;
  visibility: hidden;
}
.products-grid .item .item-inner .box-info .actions:after {
  background: #ebebeb;
  bottom: -30px;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
.products-grid .item .item-inner .box-info .actions .add-to-links {
  margin-top: 10px;
}
.products-grid .item .item-inner .box-info .actions .btn-cart {
  display: inline-block;
  border: 0px;
  margin: 0 8px;
  padding: 0px;
  vertical-align: top;
  font-weight: normal !important;
  font-size: 100%;
  color: #707070;
  float: left;
  padding-left: 40px;
  padding-top: 0px;
  position: relative;
  height: 56px;
}
@media (min-width: 760px) and (max-width: 980px) {
  .products-grid .item .item-inner .box-info .actions .btn-cart {
    font-size: 85%;
  }
}
.products-grid .item .item-inner .box-info .actions .btn-cart:before {
  content: "";
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart.png') no-repeat 0 center #898989;
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 12px;
  left: 0;
}
.products-grid .item .item-inner .box-info .actions .btn-cart:hover {
  background: transparent;
  color: #00dcdc !important;
}
.products-grid .item .item-inner .box-info .actions .btn-cart:hover:before {
  background-color: #00dcdc;
}
.products-grid .item .image-slider-product .item {
  padding: 0;
}
.products-grid .item .image-slider-product .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.products-grid .item .image-slider-product .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-width: 1px;
}
.products-grid .item .image-slider-product .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-width: 1px;
}
.products-grid .item .image-slider-product .owl-nav > div:before {
  width: 20px;
  height: 18px;
  line-height: 18px;
  font-size: 15px;
}
.products-grid .item .image-slider-product .owl-nav > div.owl-next {
  right: 3px;
}
.products-grid .item .image-slider-product .owl-nav > div.owl-prev {
  left: 3px;
}
.sidebar-product .basic-products-list .bs-items {
  margin-bottom: 0;
}
.sidebar-product .basic-products-list .bs-items .item:last-child {
  margin-bottom: 0;
}
.sidebar-product .basic-products-list .bs-items .item .ratings,
.sidebar-product .basic-products-list .bs-items .item .no-rating {
  margin: 8px 0;
}
.products-list .item {
  margin-bottom: 30px;
}
.products-list .item .item-inner {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-left: 0px;
}
.products-list .item .item-inner .box-image-list {
  width: 270px;
  float: left;
  position: relative;
  padding: 0;
}
.products-list .item .item-inner .box-image-list .product-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}
.products-list .item .item-inner .box-image-list .product-image .second-image {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 3;
  background: #fff;
}
.products-list .item .item-inner .box-image-list .product-image:hover .second-image {
  opacity: 1;
}
.products-list .item .item-inner .box-image-list .configurable-swatch-list {
  position: absolute;
  left: 0px;
  bottom: 5px;
  display: inline-block;
  width: 100%;
  z-index: 9;
  text-align: center;
}
.products-list .item .item-inner .box-image-list .configurable-swatch-list li {
  display: inline-block;
}
.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.products-list .item .item-inner .box-image-list:hover .image-slider-product {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.products-list .item .item-inner .box-info-list {
  margin-left: 270px;
  padding: 24px 8px 15px 30px;
  border-left: 1px solid #ebebeb;
}
@media (max-width: 360px) {
  .products-list .item .item-inner .box-info-list {
    border: 0;
  }
}
.products-list .item .item-inner .box-info-list .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 0 10px;
  font-size: 128%;
}
.products-list .item .item-inner .box-info-list .product-name a {
  white-space: nowrap;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}
.products-list .item .item-inner .box-info-list .product-name a:hover {
  color: #00dcdc;
}
.products-list .item .item-inner .box-info-list .price-box {
  margin-top: 8px;
  margin-right: 40px;
  line-height: 20px;
  float: left;
}
.products-list .item .item-inner .box-info-list .price-box .price .price,
.products-list .item .item-inner .box-info-list .price-box .price-from .price,
.products-list .item .item-inner .box-info-list .price-box .price-to .price,
.products-list .item .item-inner .box-info-list .price-box .minimal-price .price,
.products-list .item .item-inner .box-info-list .price-box .regular-price .price {
  color: #707070;
  font-size: 150% !important;
}
.products-list .item .item-inner .box-info-list .actions .btn-wrapper .btn-cart {
  display: inline-block;
  border: 0px;
  margin: 0 45px 0 0;
  padding: 0px;
  vertical-align: top;
  font-weight: normal !important;
  font-size: 100% !important;
  color: #707070;
  float: left;
  padding-left: 42px;
  position: relative;
}
.products-list .item .item-inner .box-info-list .actions .btn-wrapper .btn-cart:before {
  content: "";
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart.png') no-repeat 0 center #898989;
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.products-list .item .item-inner .box-info-list .actions .btn-wrapper .btn-cart:hover {
  background: transparent;
  color: #00dcdc !important;
}
.products-list .item .item-inner .box-info-list .actions .btn-wrapper .btn-cart:hover:before {
  background-color: #00dcdc;
}
.products-list .item .item-inner .box-info-list .ratings {
  display: inline-block;
  padding-top: 3px;
}
.products-list .item .item-inner .box-info-list .ratings .amount {
  display: none !important;
}
.products-list .item .item-inner .box-info-list .no-rating {
  height: 20px;
  line-height: 20px;
  margin: 9px 0;
}
.products-list .item .item-inner .box-info-list .desc {
  margin: 10px 0 ;
  color: #898989;
  font-size: 100%;
  display: inline-block;
  clear: both;
}
.products-list .item .item-inner .box-info-list .desc .lear-more {
  color: #41ade2;
}
.limiter > select {
  width: auto;
}
.pager {
  border: 1px solid #d7d7d7;
  padding: 8px 10px!important;
}
.pager .amount {
  float: left;
  margin: 0;
  position: relative;
  top: 6px;
}
.pager .limiter {
  float: right;
  margin-left: 0px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .category-products .products-grid .item-inner .no-rating,
  .category-products .products-grid .item-inner .ratings {
    display: none;
  }
  .category-products .products-grid .item-inner .actions .btn-cart {
    font-size: 0px !important;
  }
}
.category-products .toolbar-inner {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.category-products .toolbar-inner .sorter {
  float: left;
}
.category-products .toolbar-inner .pager {
  float: right;
}
.category-products .toolbar-bottom {
  height: 55px;
  margin: 8px 0 40px;
}
.category-products .toolbar-bottom .toolbar-inner {
  background: transparent;
}
.category-products .toolbar-bottom .toolbar-inner .sorter {
  display: none !important;
}
.category-products .toolbar-bottom .toolbar-inner .pager {
  float: none !important;
  text-align: center;
  margin: 0 auto;
}
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li {
  margin: 0 5px;
}
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li a {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 32px;
  background: transparent;
  border: 1px solid #ccc;
  color: #707070;
  font-weight: bold;
  font-size: 115%;
  overflow: hidden;
}
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li a:hover {
  background: #00dcdc;
  color: #fff !important;
  border-color: #00dcdc;
}
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li a:hover:before {
  color: #fff !important;
}
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li a.next:before,
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li a.previous:before {
  font-size: 24px;
  line-height: 32px;
}
.category-products .toolbar-bottom .toolbar-inner .pager .pages ol li.current {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  font-size: 115%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00dcdc;
}
.category-products .products-grid {
  margin: 0 -15px;
}
.toolbar-inner {
  background: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
}
.toolbar-inner .sorter .view-mode {
  float: left;
  margin-bottom: 4px;
  margin: 0 10px;
}
.toolbar-inner .sorter .view-mode strong,
.toolbar-inner .sorter .view-mode a {
  width: 28px;
  height: 28px;
  line-height: 40px;
  float: left;
  vertical-align: top;
  text-align: center;
  margin: 14px 5px;
}
.toolbar-inner .sorter .view-mode strong span,
.toolbar-inner .sorter .view-mode a span {
  display: none;
}
.toolbar-inner .sorter .view-mode a.grid {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/Grid.png') no-repeat 0 0 #898989;
}
.toolbar-inner .sorter .view-mode a.grid:hover {
  background-color: #00dcdc;
}
.toolbar-inner .sorter .view-mode strong.grid {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/Grid.png') no-repeat 0 0 #00dcdc;
}
.toolbar-inner .sorter .view-mode strong.grid:hover {
  background-color: #898989;
}
.toolbar-inner .sorter .view-mode strong.list {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/Listing.png') no-repeat 0 0 #00dcdc;
}
.toolbar-inner .sorter .view-mode strong.list:hover {
  background-color: #898989;
}
.toolbar-inner .sorter .view-mode a.list {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/Listing.png') no-repeat 0 0 #898989;
}
.toolbar-inner .sorter .view-mode a.list:hover {
  background-color: #00dcdc;
}
.toolbar-inner .sort-by {
  float: left;
  margin: 0 20px 0 0;
  padding: 13px 20px 8px 0;
}
.toolbar-inner .sort-by label {
  float: left;
  margin: 0 8px 0px 0px;
  line-height: 30px;
  font-size: 100% !important;
  color: #707070 !important;
}
.toolbar-inner .sort-by .selector {
  float: left;
  width: 100px !important;
  border: 0px;
}
.toolbar-inner .sort-by .selector span {
  width: 100% !important;
  font-size: 100% !important;
  color: #707070;
}
.toolbar-inner .sort-by .selector select {
  font-size: 100% !important;
  color: #707070;
}
.toolbar-inner .sort-by > a {
  padding: 2px 0 0;
  display: inline-block;
}
.toolbar-inner .limiter {
  float: left;
  margin: 0;
  padding: 13px 20px 8px 0;
}
.toolbar-inner .limiter label {
  float: left;
  margin: 0 8px 0px 0px;
  line-height: 30px;
  font-size: 100% !important;
  color: #707070 !important;
}
.toolbar-inner .limiter .selector {
  float: left;
  color: #707070;
  border: 0px;
  width: 60px !important;
}
.toolbar-inner .limiter .selector span {
  width: 100% !important;
  font-size: 100% !important;
  color: #707070;
}
.toolbar-inner .limiter .selector select {
  font-size: 100% !important;
  color: #707070;
}
.toolbar-inner .pager {
  margin: 0;
  border: none !important;
  padding: 0 !important;
}
.toolbar-inner .pager ol {
  margin: 0px;
  padding: 15px 10px;
}
.toolbar-inner .pager ol .current {
  color: #00dcdc;
  display: inline-block;
  font-size: 100%;
  padding: 0 5px;
}
.toolbar-inner .pager ol li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.toolbar-inner .pager ol li a {
  display: inline-block;
  border: 0px;
  padding: 0 5px;
  font-size: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  color: #707070;
  text-transform: uppercase;
}
.toolbar-inner .pager ol li a:hover {
  color: #00dcdc;
}
.toolbar-inner .pager ol li a:hover:before {
  color: #00dcdc !important;
}
.toolbar-inner .pager ol li a span {
  line-height: 31px;
  float: none;
}
.toolbar-inner .pager ol li a.next {
  font-size: 0;
  position: relative;
  text-align: center;
}
.toolbar-inner .pager ol li a.next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #707070;
  font-size: 16px;
}
.toolbar-inner .pager ol li a.previous {
  font-size: 0;
  position: relative;
  text-align: center;
}
.toolbar-inner .pager ol li a.previous:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #707070;
  font-size: 16px;
}
#loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  z-index: 99999;
  padding: 5px;
  background-color: black;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-layered-nav {
  border-bottom: none;
}
.block-layered-nav .block-content {
  padding-top: 0px !important;
}
.block-layered-nav .block-content .block-subtitle {
  background: none repeat scroll 0 0 #fafafa;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
}
.block-layered-nav .block-content .actions {
  padding: 0 0px 20px;
}
.block-layered-nav .block-content .actions .clear-fillter {
  text-decoration: underline;
  color: #00dcdc;
}
.block-layered-nav .block-content .actions .clear-fillter:hover {
  text-decoration: none;
}
.block-layered-nav ul {
  margin: 0px;
}
.block-layered-nav #narrow-by-list {
  margin: 0px;
}
.block-layered-nav .filter-wrapp {
  padding-bottom: 10px;
}
.block-layered-nav .filter-wrapp dt {
  text-transform: uppercase;
  padding: 0;
  color: #363636;
  font-size: 100%;
  font-weight: bold;
}
.block-layered-nav .filter-wrapp dd {
  margin-bottom: 15px;
}
.block-layered-nav .filter-wrapp.Category dt {
  padding: 0px;
}
.block-layered-nav .filter-wrapp ol {
  margin: 0px;
}
.block-layered-nav .filter-wrapp ol li {
  border-bottom: 1px dashed #d3d3d3;
  padding: 0;
  margin-top: 1px;
}
.block-layered-nav .filter-wrapp ol li:last-child {
  border-bottom: 0px;
}
.block-layered-nav .filter-wrapp ol li .check-shopby {
  display: none;
}
.block-layered-nav .filter-wrapp ol li a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #707070;
  font-size: 100%;
}
.block-layered-nav .filter-wrapp ol li a:hover {
  color: #00dcdc;
}
.block-layered-nav .filter-wrapp ol li a:hover span {
  color: #00dcdc;
}
.block-layered-nav .filter-wrapp ol li a .item-count {
  color: #707070;
  padding: 0;
  line-height: 17px;
}
.block-layered-nav .filter-wrapp ol li a.checked:before {
  background-position: left bottom;
}
.block-layered-nav .filter-wrapp ol li.active .checked {
  color: #00dcdc;
}
.block-layered-nav .filter-wrapp ol li.active .checked span {
  color: #00dcdc;
}
.block-layered-nav .filter-wrapp ol.configurable-swatch-list li a {
  padding-left: 0px;
}
.block-layered-nav .filter-wrapp ol.configurable-swatch-list li a.has-image:hover:after {
  display: none;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby {
  margin: 20px 0 0;
  overflow: hidden;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter {
  background-color: #555555;
  height: 7px;
  position: relative;
  margin: 20px 0 10px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter .price-from,
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter .price-to {
  background: #fff;
  border: 1px solid #00dcdc;
  border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 15px;
  width: 15px;
  z-index: 15;
  position: absolute;
  top: -4px;
  text-align: center;
  line-height: 15px;
  color: #00dcdc;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter .price-from:after,
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter .price-to:after {
  content: "";
  display: inline-block;
  width: 270px;
  height: 7px;
  background-color: #00dcdc;
  position: absolute;
  top: 3px;
  z-index: 10;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter .price-to:after {
  left: 13px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price_filter .price-from:after {
  right: 13px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .sp-right {
  float: right;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby {
  background: #fff;
  border: 0;
  color: #898989;
  font-size: 93%;
  height: 30px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby:hover {
  background: #00dcdc;
  color: #fff;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby {
  width: 85px;
  margin-right: 8px;
  padding: 0 4px;
  float: left;
  border: 0;
  color: #898989;
  background: #fff;
  font-size: 100%;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby .current {
  height: 30px;
  display: inline-block;
  padding: 5px 0 0;
  vertical-align: middle;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby > span {
  display: inline-block;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby .input-text {
  border: none;
  width: 46px;
  padding: 0;
  height: 30px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby .input-text:focus {
  background: none;
}
.block-layered-nav .filter-wrapp ol {
  margin-top: 25px;
}
.block-layered-nav .filter-wrapp.Color li {
  float: left;
  border: 0px;
  margin: 5px 7px 5px 0 ;
}
.block-layered-nav .filter-wrapp.Color li .item-count {
  display: none !important;
}
.block-layered-nav .filter-wrapp.Color li .has-image .swatch-label {
  width: 38px !important;
  height: 38px !important;
  top: 0px;
  background: #fff;
  border: 6px solid #fff;
}
.block-layered-nav .filter-wrapp.Color li .has-image .swatch-label img {
  top: 0px !important;
  left: 0px !important;
}
.block-layered-nav .filter-wrapp.Color li .label-image {
  display: none;
}
.block-layered-nav .currently {
  padding: 0;
}
.block-layered-nav .currently .filter-shopby {
  color: #363636;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  margin: 0px;
}
.block-layered-nav .currently ol li {
  padding-right: 30px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.block-layered-nav .currently ol li .value {
  display: inline-block;
  padding: 5px 10px 5px 0px;
}
.block-layered-nav .currently ol li .btn-remove {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}
.block-layered-nav .currently ol li:hover .value {
  color: #00dcdc;
}
.item-inner .image-slider-product .lslide {
  background: #ffffff;
  min-width: 150px;
}
@media (min-width: 600px) {
  .item-inner .image-slider-product .lslide {
    min-width: 100px;
  }
}
.products-grid .add-to-links,
.products-list .add-to-links {
  display: inline-block;
  margin-top: 0px;
  height: 35px;
}
.products-grid .add-to-links li,
.products-list .add-to-links li {
  display: inline-block;
}
.products-grid .add-to-links li a,
.products-list .add-to-links li a {
  margin: 0 6px;
  display: block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  font-size: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.products-grid .add-to-links li a:before,
.products-list .add-to-links li a:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
}
.products-grid .add-to-links li a.link-wishlist:before,
.products-list .add-to-links li a.link-wishlist:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/wishlist.png') no-repeat center center #898989;
}
.products-grid .add-to-links li a.link-compare:before,
.products-list .add-to-links li a.link-compare:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/compare.png') no-repeat center center #898989;
}
.products-grid .add-to-links li a:hover:before,
.products-list .add-to-links li a:hover:before {
  background-color: #00dcdc;
}
.effect-slider .lSAction > a:before {
  width: 24px;
  height: 15px;
  display: inline-block;
}
.effect-slider .lSAction > a:hover:before {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
.effect-slider .lSAction .lSNext:before {
  content: "";
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/next1.png') no-repeat 0 0;
}
.effect-slider .lSAction .lSPrev:before {
  content: "";
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/prev1.png') no-repeat 0 0;
}
.sj-listing-tabs .box-image {
  position: relative;
}
.sj-listing-tabs .box-image .second-image {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.sj-listing-tabs .box-image:hover .second-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.sj-listing-tabs .effect-slider .lSAction > a {
  top: 2px;
  margin: 0px;
}
.page-title.category-title {
  margin-bottom: 5px;
}
.page-title.category-title h1 {
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 115%;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
.msrp-price-hide-message {
  display: block;
  clear: both;
  padding: 10px 0px;
}
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  text-align: left;
}
.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.main {
  margin: 0 auto;
  min-height: 400px;
  padding: 0px 0px 20px;
  text-align: left;
  margin-top: 70px;
}
@media all and (max-width: 1024px) {
  .main {
    margin-top: 0;
  }
}
.col-main,
.sidebar {
  margin-top: 20px;
}
.col1-layout .col-main {
  float: none;
  width: auto;
}
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}
.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
input,
select,
textarea,
button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #2f2f2f;
}
body input.input-text {
  color: inherit !important;
  height: 33px;
  padding: 0 5px;
  width: 100%;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #d7d7d7;
}
input.input-text,
textarea {
  padding: 5px;
}
select {
  padding: 1px;
  width: 100%;
  height: 33px;
}
select option {
  padding-right: 10px;
  background: #fff;
}
select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 33px !important;
  text-align: center;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  -webkit-border-fit: lines;
}
.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  height: 33px;
  padding: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 91.67%;
  white-space: nowrap;
  background: #fff;
}
.button:hover {
  background: #00dcdc;
  border-color: #00dcdc;
  color: #fff;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
/* Form Highlight */
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
/* Form lists */
.form-list li {
  margin-bottom: 8px;
}
.form-list label {
  float: left;
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}
.form-list label.required em {
  display: none;
}
.form-list li.control label {
  float: none;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.required:after {
  content: "*";
  color: #eb340a;
}
body input.checkbox {
  float: left;
  margin: 1px 5px 0 0;
}
body input.radio {
  float: left;
  margin: 0px 5px 0 0;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
}
.form-list select {
  width: 100%;
  height: 33px;
}
.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text {
  width: 74px;
}
textarea {
  height: 10em;
  width: 100%;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.buttons-set {
  clear: both;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.fieldset {
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 20px;
}
.fieldset .legend {
  border-bottom: 1px solid #d7d7d7;
  color: #000;
  font-size: 108.03%;
  font-weight: bold;
  margin: 0 0 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.account-create .fieldset {
  min-height: 244px;
}
.account-create .input-box {
  width: 100%;
}
.account-create .form-list .input-text {
  width: 100%;
}
/* Form Validation */
.validation-advice {
  margin: 3px 0 0;
  font-size: 91.67%;
  line-height: 13px;
  color: #eb340a;
}
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 5px !important;
  font-size: 100% px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: #f97979;
  background-color: #f97979;
  color: #fff;
}
.error-msg ul li span:before {
  content: "\f057";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
.success-msg {
  border-color: #00dcdc;
  background-color: #00dcdc;
  color: #fff;
}
.success-msg ul li span:before {
  content: "\f058";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fcd344;
  color: #fff;
}
.note-msg:before,
.notice-msg:before {
  content: "\f05a";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
/* BreadCrumbs */
.breadcrumbs {
  margin: 0;
  position: relative;
}
.breadcrumbs li.blog {
  display: inline-block;
  padding: 5px 25px 5px 15px;
  font-size: 100%;
  color: #898989;
  font-weight: bold;
  position: relative;
}
.breadcrumbs li.blog:before {
  content: "";
  display: inline-block;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bre.png') no-repeat 0 0;
  width: 22px;
  height: 9px;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -3px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 9px 0;
  float: left;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 15px 0 7px;
  position: relative;
}
.breadcrumbs ul li:before {
  content: "";
  display: inline-block;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bre.png') no-repeat 0 0;
  width: 22px;
  height: 9px;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -3px;
}
.breadcrumbs ul li a {
  display: block;
  padding: 8px 0px 5px;
  font-size: 100%;
  color: #898989;
  font-weight: normal;
  text-transform: capitalize;
}
.breadcrumbs ul li a:hover {
  color: #00dcdc;
}
.breadcrumbs ul li:last-child:before {
  display: none;
}
.breadcrumbs ul li:last-child strong {
  padding: 5px 0px;
  color: #898989;
  font-weight: normal;
}
.breadcrumbs ul li.home {
  display: none;
}
.breadcrumbs ul li.home-fix {
  padding-left: 0px;
}
span.crumnameyt {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 215%;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 360px) {
  span.crumnameyt {
    display: none !important;
  }
}
/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
  padding-bottom: 10px;
}
.page-title h1 {
  font-size: 166.67%;
  color: #000;
  text-transform: uppercase;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons > .button {
  margin: 10px 0px;
}
.subtitle,
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 6px;
  color: #00dcdc;
}
/* Data Table */
.data-table {
  width: 100%;
  border: 1px solid #d7d7d7;
}
.data-table td {
  padding: 3px 8px;
}
.data-table thead th {
  font-weight: bold;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 8px;
  color: #000;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fafafa;
  text-transform: uppercase;
}
.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}
.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #d9dde3;
}
.data-table tfoot strong {
  font-size: 16px;
}
.data-table tbody td .product-image img {
  min-width: 100px;
}
.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}
.data-table tbody.odd tr {
  background: #fafafa !important;
}
.data-table tbody.even tr {
  background: #f6f6f6 !important;
}
.data-table thead th a,
.data-table thead th a:hover {
  color: #fff;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
.data-table tbody th.label {
  padding: 10px !important;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}
.info-box {
  background: #ffffff url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std dt {
  font-weight: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}
.std b,
.std strong {
  font-weight: bold;
}
.std i,
.std em {
  font-style: italic;
}
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}
.box-content address {
  padding-top: 10px;
}
.link-print {
  color: #00dcdc;
}
.link-rss {
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}
.btn-remove {
  position: relative;
}
.btn-remove:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00d";
  font-size: 14px;
  font-family: fontawesome;
  padding: 4px;
  display: inline-block;
}
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 10px;
  overflow: hidden;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
}
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}
/* ======================================================================================= */
/* Header ================================================================================ */
.header {
  position: relative;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.header .form-search .search-autocomplete {
  z-index: 999;
  left: 40px !important;
  top: 22px !important;
}
.header .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
.header .form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb;
}
.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd;
}
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block {
  margin: 0 0 10px;
}
.block .block-title {
  border-bottom: 1px solid #d7d7d7;
  font-size: 114%;
  line-height: 15px;
  padding: 0 0 15px;
  margin-bottom: 10px;
}
.block .block-title strong {
  display: block;
  text-transform: uppercase;
  font-size: 100%;
  color: #000;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content {
  padding-top: 20px;
  display: block !important;
}
.block .actions {
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 100%;
  line-height: 1.25;
}
.mini-products-list .product-image {
  float: left;
  width: 70px;
  border: 1px solid #ccc;
}
.mini-products-list .product-details {
  margin-left: 85px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
.block-viewed #recently-viewed-items li .product-name a {
  display: inline-block;
  padding: 5px 0px;
}
.block-viewed #recently-viewed-items li:first-child .product-name a {
  padding-top: 0px;
}
.block-viewed #recently-viewed-items li:last-child .product-name a {
  padding-bottom: 0px;
}
/* Block: Account */
.block-account {
  border-color: #bbb;
}
.block-account .block-title {
  border: 0;
  padding: 15px 0px 10px;
}
.block-account .block-title strong {
  font-size: 108.33%;
  color: #000;
}
.block-account .block-content {
  padding: 0px;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  color: #5f5d5c;
  text-decoration: none !important;
}
.block-account .block-content li a:hover {
  color: #00dcdc;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  border-bottom: 1px solid #d7d7d7;
  padding: 7px 0;
  color: #00dcdc;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
/* Block: Cart */
.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #c2c2c2;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.block-related .block-title strong {
  background-position: 0 1px;
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}
.block-compare .block-title strong {
  background-position: 0 1px;
}
.page-popup.catalog-product-compare-index {
  direction: ltr;
}
.compare-table {
  border: 0;
  margin-bottom: 10px;
}
.compare-table .amount {
  display: none;
}
.compare-table .price-box {
  text-align: center;
  margin: 0 0 10px;
}
.compare-table .price-box p {
  display: block;
  width: 100%;
}
.compare-table .button {
  margin: 0 0 10px;
}
.compare-table .btn-remove {
  float: right;
  width: 20px;
  height: 15px;
}
.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #203548;
}
.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto 10px;
}
.compare-table thead tr.first th,
.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top;
}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.block-compared .block-title strong {
  background-position: 0 1px;
}
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
}
.block-poll .label {
  text-align: left;
  position: relative;
  top: 3px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-gr-search li {
  padding: 3px 9px;
}
.block-tags .actions {
  text-align: right;
  padding-top: 10px;
}
.block-tags .actions a {
  float: none;
}
.block-subscribe .block-content {
  padding: 5px 10px;
}
.block-subscribe label {
  font-weight: bold;
  color: #666;
}
.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
  text-align: left;
}
.block-reorder li.item {
  padding: 5px 0;
}
.block-reorder input.checkbox {
  float: left;
  margin: 0px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
/* Block: Login */
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}
.category-description {
  margin: 0 0 10px;
}
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  display: inline-block;
  margin: 8px 0 0;
  line-height: 8px;
}
.no-rating a {
  float: none;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  color: #313131;
  line-height: 20px;
}
.no-rating a:before {
  content: '\f006\f006\f006\f006\f006';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
  color: #313131;
}
@media (min-width: 760px) and (max-width: 980px) {
  .no-rating a:before {
    font-size: 11px;
  }
}
.rating-box {
  font-size: 0;
  position: relative;
  margin: 7px 0 0;
}
.rating-box:before {
  content: '\f006\f006\f006\f006\f006';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
  color: #313131;
}
@media (min-width: 760px) and (max-width: 980px) {
  .rating-box:before {
    font-size: 11px;
  }
}
.rating-box .rating {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rating-box .rating:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 5px;
  color: #00dcdc;
  font-size: 15px;
}
@media (min-width: 760px) and (max-width: 980px) {
  .rating-box .rating:before {
    font-size: 11px;
  }
}
.ratings-table th,
.ratings-table td {
  font-size: 91.67%;
  line-height: 2.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
.availability {
  margin: 0;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  padding-left: 15px;
}
.availability-only a {
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}
.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
/* Email to a Friend */
.email-friend {
  margin: 0;
}
/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .minimal-price span {
  display: inline-block;
}
.price-box {
  margin: 4px 0;
  display: inline-block;
}
.price-box .price .price,
.price-box .minimal-price .price {
  color: #707070;
  font-weight: bold;
  font-size: 115%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .price-box .price .price,
  .price-box .minimal-price .price {
    font-size: 115%;
  }
}
.price-box .price-from .price,
.price-box .price-to .price {
  font-size: 115%;
  color: #707070;
  font-weight: bold;
}
.regular-price .price {
  font-weight: bold;
  color: #707070;
  font-size: 115%;
}
.old-price {
  margin-left: 10px;
}
.old-price .price-label {
  white-space: nowrap;
  color: #999999;
}
.old-price .price {
  text-decoration: line-through;
  color: inherit;
  font-weight: normal;
  color: #999999;
  font-size: 115%;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: bold;
  color: #005b7f;
}
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
  display: none;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle {
  padding: 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
.add-to-links {
  margin: 0;
}
.add-to-links .separator {
  display: none;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  line-height: 33px;
}
.add-to-cart .qty {
  float: left;
}
.add-to-cart button.button {
  float: left;
  margin-right: 8px;
}
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: left;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 60px;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
.bml-checkout-type {
  list-style: none;
}
.bml-checkout-type .bml_button {
  width: 150px;
  display: inline-table;
}
.add-to-box {
  margin: 10px 0;
}
.add-to-box .add-to-cart {
  float: left;
  margin-bottom: 10px;
}
.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666;
}
.add-to-box .add-to-links {
  float: left;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
.add-to-box .add-to-links li .separator {
  display: none !important;
}
/* Product Options */
.product-options {
  position: relative;
}
.product-options dt {
  padding: 7px 0;
  font-weight: normal;
  font-size: 100%;
  color: #898989;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
}
.product-options ul.options-list .label {
  padding: 0;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags h3 {
  font-size: 108.33%;
  margin-bottom: 10px;
}
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
  display: inline;
  padding: 0;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.product-view .box-tags .form-add label {
  display: block;
}
.product-view .box-tags .form-add .input-box {
  float: left;
}
.product-view .box-tags .form-add input.input-text {
  width: 250px;
  margin-right: -1px;
  margin-bottom: 10px;
}
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25;
}
/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0;
}
.product-view .box-reviews dd {
  margin: 0 0 15px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
.tags-list {
  display: block;
}
.tags-list li {
  display: inline-block !important;
  margin: 0 1px 10px 0;
}
.tags-list li a {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
  font-size: 108.33% !important;
  display: block;
  border-radius: 3px;
}
.tags-list li a:hover {
  border-color: #00dcdc;
  background-color: #00dcdc;
  color: #fff;
}
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}
/* RSS */
.rss-title h1 {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
/* ======================================================================================= */
/* ======================================================================================= */
/* Checkout ============================================================================== */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: normal;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
  max-width: 285px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
  border: 1px solid #d7d7d7;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-message-link {
  font-size: 11px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.info-set {
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
/********** Common Checkout Styles > */
/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}
.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.account-login .content h2 {
  font-weight: bold;
  font-size: 108.03%;
  margin: 0 0 14px;
  padding: 0 0 5px 0px;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  color: #000;
}
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
  text-align: center;
}
.map-popup-checkout span {
  display: block;
}
.map-popup-checkout .paypal-or {
  clear: both;
  display: block;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout li {
  list-style: none;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */
.guest-select {
  width: 305px !important;
}
#my-orders-table .price-excl-tax {
  display: inline-block;
}
/*==HEADER STYLE 1==*/
.logo {
  float: left;
}
.logo img {
  max-width: 220px;
  overflow: hidden;
}
.header-style-1 .logo {
  padding: 35px 0px ;
}
@media (max-width: 1024px) {
  .header-style-1 .logo {
    padding: 34px 0px;
  }
}
.header-style-2 .logo {
  padding: 30px 0px ;
}
.header-style-3 .logo {
  float: none;
  text-align: center;
  padding: 20px 0;
}
.logo-center {
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.sm-cartpro {
  float: right;
  position: relative;
  -webkit-transition: all 0s ease-in-out 0s !important;
  -moz-transition: all 0s ease-in-out 0s !important;
  -ms-transition: all 0s ease-in-out 0s !important;
  -o-transition: all 0s ease-in-out 0s !important;
  transition: all 0s ease-in-out 0s !important;
}
.header-style-1 .sm-cartpro {
  margin-left: 35px;
}
.sm-cartpro .cartpro-title {
  float: right;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/iconcart.png') no-repeat 0 0;
  width: 30px;
  cursor: pointer;
  height: 30px;
  margin: 0;
  position: relative;
}
.header-style-2 .sm-cartpro .cartpro-title,
.header-style-3 .sm-cartpro .cartpro-title {
  background: rgba(0, 0, 0, 0) url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart2.png") no-repeat scroll 0 0;
}
.sm-cartpro .cartpro-title .cartpro-count {
  position: absolute;
  background: #00dcdc;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 70%;
  width: 16px;
  height: 16px;
  bottom: 1px;
  left: -5px;
  line-height: 15px;
  text-align: center;
}
.sm-cartpro:hover .cartpro-content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  overflow: visible;
  display: block;
}
.from-searchtop {
  float: left;
}
.header-style-2 .from-searchtop {
  float: right;
}
.header-style-3 .from-searchtop {
  margin: 40px 0;
}
.icon-search {
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/iconsearch.png") no-repeat scroll 0 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  float: left;
}
.icon-search:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
.header-style-2 .icon-search {
  background: rgba(0, 0, 0, 0) url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/search2.png") no-repeat scroll 0 0;
  margin-right: 35px;
}
.header-style-3 .icon-search {
  background: rgba(0, 0, 0, 0) url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/search2.png") no-repeat scroll 0 0;
}
.header-style-1 .icon-search.active,
.header-style-3 .icon-search.active {
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/close-search.png") no-repeat scroll 0 0 !important;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 99;
}
.close-top-search {
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/close-search.png") no-repeat scroll 0 0 !important;
  margin-top: -30px;
  margin-right: -70px;
  float: none;
  height: 10px;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
  position: absolute;
  right: 10%;
  top: 35%;
  width: 10px;
  z-index: 9991;
}
.header-style-2 .close-top-search {
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/close-search2.png") no-repeat scroll 0 0 !important;
}
#search_mini_form {
  height: 100% !important;
  opacity: 0;
  padding: 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(5%, 0px, 0px);
  -moz-transform: translate3d(5%, 0px, 0px);
  -o-transform: translate3d(5%, 0px, 0px);
  transform: translate3d(5%, 0px, 0px);
  width: 100%;
  z-index: -1;
}
.header-style-2 #search_mini_form {
  position: static;
  height: 100px !important;
  margin-top: 35px;
}
#search_mini_form.active_form {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}
#search_mini_form .input-text {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 0 15px;
  font-size: 170%;
  color: #363636 !important;
  border: 0px;
  height: 100%;
  text-transform: uppercase;
}
.header-style-2 #search_mini_form .input-text {
  color: #fff !important;
  background: transparent;
}
#search_mini_form .button-search {
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/iconsearch.png") no-repeat scroll 0 0;
  border: 0 none;
  text-indent: 99999px;
  width: 30px;
  padding: 0;
  position: absolute;
  top: 45%;
  right: 0px;
}
#search_mini_form .button-search:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
.header-style-2 #search_mini_form .button-search {
  background: rgba(0, 0, 0, 0) url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/search-top2.png") no-repeat scroll 0 0;
  width: 100px;
  height: 100px;
  top: 0;
}
.header-style-3 #search_mini_form .button-search {
  background: rgba(0, 0, 0, 0) url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/search2.png") no-repeat scroll 0 0;
}
.header-inner {
  background: #fff;
}
.header-inner .wrapper-headertop {
  border-bottom: 1px solid #ebebeb;
  float: left;
  width: 100%;
}
.header-container .header-top .header-top-left > div {
  display: inline-block;
  color: #898989;
  line-height: 16px;
  margin-top: 14px;
  padding: 0 25px;
  margin-right: 15px;
}
.header-container .header-top .header-top-left > div a {
  color: #898989;
}
.header-container .header-top .header-top-left > div a:hover {
  color: #00dcdc;
}
.header-container .header-top .phone-number {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon-phone.png') no-repeat 0 center;
}
.header-container .header-top .email {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon-email.png') no-repeat 0 center;
}
.header-container .header-middle {
  padding: 40px 0;
}
.header-container .menu-search {
  display: block;
  float: left;
  position: relative;
  width: 105%;
}
@media (max-width: 1024px) {
  .header-container .menu-search {
    width: 100%;
  }
}
.header-container .dropdown-block {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  padding: 12px 0;
  float: right;
}
.cmspage2 .header-container .dropdown-block {
  float: right;
  margin-right: 8px;
}
.header-container .dropdown-block .lang-switcher .dropdown-toggle .flag {
  line-height: 20px;
}
.header-container .dropdown-block .lang-switcher .dropdown-list li a {
  display: block;
}
.header-container .dropdown-block .lang-switcher .dropdown-list li a span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0px;
}
.header-container .dropdown-block .lang-switcher .dropdown-list li.current span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0px;
}
.header-container .dropdown-block .currency-switcher .dropdown-toggle .value {
  line-height: 20px;
}
.header-container .dropdown-block .dropdown-list li.current {
  color: #00dcdc;
  padding: 5px 14px;
}
.header-container .dropdown-block .dropdown-toggle {
  padding: 0 15px;
  cursor: pointer;
  text-transform: capitalize;
  color: #898989;
  position: relative;
}
.header-container .dropdown-block .dropdown-toggle:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  top: 5px;
  left: 0px;
}
.header-container .dropdown-block:hover .dropdown-list {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.header-container .dropdown-block:hover .dropdown-toggle {
  color: #00dcdc;
}
.header-container .dropdown-list {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
  width: auto;
  min-width: 100%;
  padding: 5px 5px 5px 0;
  background-color: #fff;
  z-index: 100;
  text-transform: capitalize;
}
.cmspage2 .header-container .dropdown-list {
  text-transform: uppercase;
}
.header-container .dropdown-list li a {
  display: block;
  padding: 5px 14px;
  white-space: nowrap;
}
.header-container .toplink {
  float: right;
  position: relative;
}
@media (max-width: 600px) {
  .header-container .toplink.wislis-checkout {
    display: none !important;
  }
}
.header-container .toplink > a {
  font-size: 100%;
  color: #898989;
  padding: 12px 8px ;
  line-height: 20px;
  display: inline-block;
  text-transform: capitalize;
  border-left: 1px solid #cccccc;
}
.header-container .toplink > a:hover {
  color: #00dcdc;
}
.header-container .my-account > a {
  border-left: 0px;
}
.header-container .my-account .dropdown-list {
  right: 0px;
  text-transform: capitalize;
}
@media (max-width: 360px) {
  .cmspage1 .header-container .my-account .dropdown-list,
  .cmspage3 .header-container .my-account .dropdown-list {
    right: -80px !important;
  }
}
.header-container .my-account .dropdown-list li a {
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 20px;
  color: #6d6d6d;
}
.header-container .my-account .dropdown-list li a:hover {
  color: #00dcdc;
}
.header-container .my-account .dropdown-list li:last-child a {
  border: 0px;
}
.header-container .my-account:hover > a {
  color: #00dcdc;
}
.header-container .my-account:hover > a:after {
  color: #00dcdc;
}
.header-container .my-account:hover .dropdown-list {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  margin-left: 0px;
}
.header-style-1 .login-btn,
.header-style-3 .login-btn,
.header-style-1 .logout-btn,
.header-style-3 .logout-btn {
  color: #898989;
  cursor: pointer;
  float: right;
  margin: 10px 0;
  padding: 0 15px;
  position: relative;
  text-transform: capitalize;
}
.header-style-1 .login-btn:hover,
.header-style-3 .login-btn:hover,
.header-style-1 .logout-btn:hover,
.header-style-3 .logout-btn:hover {
  color: #00dcdc;
}
.header-style-1 .login-btn:before,
.header-style-3 .login-btn:before,
.header-style-1 .logout-btn:before,
.header-style-3 .logout-btn:before {
  background: #e1e1e1;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 1px;
}
.header-style-1 .cart-search {
  float: right;
  padding: 50px 0;
  /*    @media (max-width:768px) {
      padding: 0;
      position: absolute;
      right: 80px;
      bottom: 15px;
  }*/
}
.header-style-2 .top-search.fade.in {
  background: rgba(198, 156, 109, 0.9) !important;
}
.header-style-2 .header-inner {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 999;
}
@media (min-width: 800px) {
  .cms-index-index.cmspage2 .header-style-2 .header-inner {
    position: absolute;
  }
}
.header-style-2 .header-inner .header-top {
  background: beige;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.header-style-2 .header-inner .header-top .wrapper-headertop {
  border: 0px;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .header-top-left > div {
  margin: 0px;
  padding: 0px;
  float: left;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .header-top-left > div .dropdown-toggle {
  background: #362f2d;
  color: #fff;
  padding: 10px 15px;
  margin-right: 1px;
  text-transform: uppercase;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .header-top-left > div .dropdown-toggle:before {
  display: none !important;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .header-top-left > div:hover .dropdown-toggle {
  background: #00dcdc;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .my-account > a {
  padding: 10px 8px !important;
  text-transform: uppercase;
  color: #fff;
  background: #6d6d6d;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .my-account > a:after {
  display: none;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .my-account:hover > a {
  background: #00dcdc;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .login-btn,
.header-style-2 .header-inner .header-top .wrapper-headertop .logout-btn {
  text-transform: uppercase;
  color: #fff;
  background: #6d6d6d;
  margin-right: 1px;
  padding: 11px;
}
.header-style-2 .header-inner .header-top .wrapper-headertop .login-btn:hover,
.header-style-2 .header-inner .header-top .wrapper-headertop .logout-btn:hover {
  background: #00dcdc;
}
.header-style-2 .cart-search {
  padding: 45px 0;
  float: right;
}
@media (max-width: 800px) {
  .header-style-2 .cart-search {
    padding: 0;
    position: absolute;
    right: 90px;
    top: 10px;
    z-index: 9;
  }
}
.header-style-2 .wrapper-menu {
  float: left !important;
  /* margin: 0 20px !important; */
}
.header-style-2 .block-right-cusomer {
  display: table-cell;
  float: right;
  vertical-align: top;
  padding: 0 10px;
  line-height: 30px;
  text-align: left;
  position: relative;
  background: url("/media/wysiwyg/home-page-image/Gardenart-language.gif") no-repeat 0 center;
}
.header-style-2 .block-right-cusomer .store-language {
  float: right;
  margin: 50px 0 !important;
}
.header-style-2 .block-right-cusomer .store-language > a {
  border-left: 0px;
}
.header-style-2 .block-right-cusomer .store-language > a:after {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f107";
  margin-left: 5px;
}
.header-style-2 .block-right-cusomer .store-language > a span {
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 20px;
  color: #6d6d6d;
}
.header-style-2 .block-right-cusomer .store-language .dropdown-list {
  display: none;
  right: 0px;
  text-transform: capitalize;
  margin-top: -25px;
}
@media (max-width: 360px) {
  .cmspage1 .header-style-2 .block-right-cusomer .store-language .dropdown-list,
  .cmspage3 .header-style-2 .block-right-cusomer .store-language .dropdown-list {
    right: -80px !important;
  }
}
.header-style-2 .block-right-cusomer .store-language .dropdown-list li a {
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 20px;
  color: #6d6d6d;
  white-space: nowrap;
}
.header-style-2 .block-right-cusomer .store-language .dropdown-list li a:hover {
  color: #00dcdc;
}
.header-style-2 .block-right-cusomer .store-language .dropdown-list li:last-child a {
  border: 0px;
}
.header-style-2 .block-right-cusomer .store-language:hover > a {
  color: #00dcdc;
}
.header-style-2 .block-right-cusomer .store-language:hover > a:after {
  color: #00dcdc;
}
.header-style-2 .block-right-cusomer .store-language:hover .dropdown-list {
  display: block;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.header-style-2 .block-right-cusomer .cus-account > a:after {
  content: "";
}
.header-style-2 .cus-block-cusomer {
  background: transparent;
}
.header-style-2 .menu-on-top .yt-menu .store-language {
  margin: 20px 0 !important;
}
.header-style-3 .logo-setting {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.header-style-3 .min-cart {
  position: absolute;
  right: 0;
  top: 50px;
}
.menu-slide {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: #fff;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/*==POPUP LOGIN==*/
#modal-login {
  overflow-y: auto !important;
}
body .block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 360px) {
  body .block-popup-login {
    width: 300px;
  }
}
body .block-popup-login .close-login {
  color: #fff;
  font-size: 26px;
  margin: 8px -10px 0 0;
  opacity: 1;
}
body .block-popup-login .close-login:hover {
  opacity: 0.9;
}
body .block-popup-login .close-login:before {
  font-family: fontawesome;
}
body .block-popup-login .tt_popup_login {
  margin: 0 -20px;
  background-color: #00dcdc;
  color: #fff;
  line-height: 42px;
  padding: 0 20px 0px 70px;
  text-transform: uppercase;
  font-size: 125%;
}
body .block-popup-login .tt_popup_login strong:before {
  display: inline-block;
  content: "";
  width: 39px;
  position: absolute;
  left: 20px;
  top: 9px;
  height: 25px;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon-login-popup.png) no-repeat top left;
}
body .block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
body .block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  position: relative;
  font-size: 108.33%;
}
body .block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
body .block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 100%;
  margin-top: 8px;
  font-weight: bold;
  border: 1px solid #d7d7d7;
  color: #555;
}
body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #00dcdc;
  color: #fff;
}
body .block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
@media (max-width: 360px) {
  body .block-popup-login .block-content .col-reg {
    width: 100%;
  }
}
body .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d1d1d1;
}
@media (max-width: 360px) {
  body .block-popup-login .block-content .col-reg.registered-account {
    border: 0;
  }
}
body .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
}
@media (max-width: 360px) {
  body .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0px;
  }
}
body .block-popup-login .block-content .col-reg.login-customer .note-reg {
  margin: 8px 0px;
  font-size: 108.33%;
}
body .block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 100%;
  font-weight: bold;
}
body .block-popup-login .email-input,
body .block-popup-login .pass-input {
  position: relative;
}
body .block-popup-login .email-input:before {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon-username.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .block-popup-login .pass-input:before {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon-pass.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .block-popup-login #mini-login:-webkit-autofill,
body .block-popup-login #mini-password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset!important;
}
body .block-popup-login .ft-link-p {
  font-size: 108.33%;
}
body .block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #909090;
}
body .block-popup-login .submit-login {
  clear: both;
  display: inline-block;
  margin-top: 19px;
  padding: 0;
  height: 42px;
  position: relative;
}
body .block-popup-login .submit-login:before {
  content: "\f023";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 5px;
}
body .block-popup-login .submit-login .btn-submit-login {
  height: 42px;
  font-size: 100%;
  font-weight: bold;
  border: none;
  background: none;
  padding: 0 30px 0 50px;
}
body .block-popup-login .submit-login:hover .btn-submit-login {
  color: #fff;
}
body .block-popup-login .button-reg:hover {
  text-decoration: underline;
}
body .block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
body .block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
body .block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
.login-btn {
  cursor: pointer !important;
}
@media (max-width: 360px) {
  .login-btn {
    display: none;
  }
}
.compare-header,
.block-account-cusomer .block-compare {
  position: relative;
  cursor: pointer;
}
.compare-header .block,
.block-account-cusomer .block-compare .block {
  margin: 0px;
}
.compare-header .block-title,
.block-account-cusomer .block-compare .block-title {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  border: 0px;
  height: auto !important;
  font-size: 100%;
}
.header-style-1 .compare-header .block-title span,
.header-style-1 .block-account-cusomer .block-compare .block-title span {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 1024px) {
  .header-style-1 .compare-header .block-title span,
  .header-style-1 .block-account-cusomer .block-compare .block-title span {
    width: 50px;
    height: 50px;
  }
}
.header-style-1 .compare-header .block-title span:before,
.header-style-1 .block-account-cusomer .block-compare .block-title span:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  background: #80cbc4;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .header-style-1 .compare-header .block-title span:before,
  .header-style-1 .block-account-cusomer .block-compare .block-title span:before {
    content: '\f079';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
}
.header-style-2 .compare-header .block-title span,
.header-style-2 .block-account-cusomer .block-compare .block-title span {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  font-size: 25px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 0 #347e77;
  -webkit-box-shadow: 0 1px 0 #347e77;
  -moz-box-shadow: 0 1px 0 #347e77;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
  .header-style-2 .compare-header .block-title span,
  .header-style-2 .block-account-cusomer .block-compare .block-title span {
    width: 50px;
    height: 50px;
  }
}
.header-style-2 .compare-header .block-title span:before,
.header-style-2 .block-account-cusomer .block-compare .block-title span:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #80cbc4;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .header-style-2 .compare-header .block-title span:before,
  .header-style-2 .block-account-cusomer .block-compare .block-title span:before {
    content: '\f079';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
}
.header-style-2 .compare-header .block-title span:hover,
.header-style-2 .block-account-cusomer .block-compare .block-title span:hover {
  box-shadow: 0 3px 0 #347e77;
  -webkit-box-shadow: 0 3px 0 #347e77;
  -moz-box-shadow: 0 3px 0 #347e77;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.header-style-1 .compare-header .block-title small,
.header-style-1 .block-account-cusomer .block-compare .block-title small,
.header-style-2 .compare-header .block-title small,
.header-style-2 .block-account-cusomer .block-compare .block-title small {
  left: 3px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.compare-header:hover .block-content,
.block-account-cusomer .block-compare:hover .block-content {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.compare-header .block-content,
.block-account-cusomer .block-compare .block-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
  width: 300px;
  position: absolute;
  right: 0px;
  z-index: 99;
  background-color: #fff;
  margin-top: -5px;
  padding: 20px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.compare-header .block-content #compare-items,
.block-account-cusomer .block-compare .block-content #compare-items {
  max-height: 220px;
  overflow: auto;
}
.compare-header .block-content li.item,
.block-account-cusomer .block-compare .block-content li.item {
  font-size: 100%;
  text-transform: capitalize;
  padding: 4px 0;
  overflow: hidden;
}
.compare-header .block-content actions,
.block-account-cusomer .block-compare .block-content actions {
  margin-top: 30px;
}
.compare-header .block-content .button,
.block-account-cusomer .block-compare .block-content .button {
  margin-left: 15px;
}
.compare-header p.empty,
.block-account-cusomer .block-compare p.empty {
  font-size: 100%;
}
/*product tabs menu*/
.product-megamenuclass {
  /*===menu-tabs-index3*/
}
.product-megamenuclass .tab-listing-title {
  color: #363636;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 45px;
}
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 45px 4% 13px 0 !important;
  width: 25%;
  float: left;
}
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel {
  font-size: 115%;
  color: #707070;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  background: transparent;
  position: relative;
}
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li:last-child,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel:last-child {
  border: 0px;
}
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li:hover,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel:hover,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li li.tab-sel,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel li.tab-sel {
  background: transparent;
}
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li:hover span,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel:hover span,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li li.tab-sel span,
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel li.tab-sel span {
  color: #00dcdc;
}
.product-megamenuclass .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container li.tab-sel > span {
  color: #00dcdc;
}
.product-megamenuclass .ltabs-items-container {
  margin: 20px -15px 0 !important;
}
.product-megamenuclass .ltabs-items-container .item-inner {
  background: #fff;
  margin: 0 15px;
}
.product-megamenuclass .ltabs-items-container .item-inner:hover .box-info .actions {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, -25px);
  -moz-transform: translate(0px, -25px);
  -o-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
.product-megamenuclass .ltabs-items-container .item-inner:hover .box-info .item-review {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.product-megamenuclass .ltabs-items-container .item-inner .box-image {
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
  float: left;
}
.product-megamenuclass .ltabs-items-container .item-inner .amount {
  display: none !important;
}
.product-megamenuclass .ltabs-items-container .item-inner .box-info {
  margin-left: 150px;
  padding: 20px 0 0 25px;
  border-left: 1px solid #ebebeb;
  height: 150px;
  overflow: hidden;
}
.product-megamenuclass .ltabs-items-container .item-inner .box-info .item-title a {
  /*white-space: nowrap; */
  font-size: 104%;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}
.product-megamenuclass .ltabs-items-container .item-inner .box-info .item-title a:hover {
  color: #00dcdc;
}
.product-megamenuclass .ltabs-items-container .item-inner .box-info .item-review {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-megamenuclass .ltabs-items-container .item-inner .box-info .actions {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.product-megamenuclass .ltabs-items-container .item-inner .ratings {
  display: inline-block;
}
.product-megamenuclass .ltabs-items-container .item-inner .item-price {
  margin-bottom: 10px;
}
.product-megamenuclass .ltabs-items-container .item-inner .price-box {
  margin: 0px;
}
.product-megamenuclass .ltabs-items-container .item-inner .btn-cart {
  margin: 0 8px 0 0  !important;
  display: inline-block;
  float: left;
  width: 33px;
  height: 33px;
  border: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart.png') no-repeat center center #898989;
}
.product-megamenuclass .ltabs-items-container .item-inner .btn-cart:hover {
  background-color: #00dcdc;
}
.product-megamenuclass .ltabs-loadmore,
.product-megamenuclass .box-image1,
.product-megamenuclass .sm_quickview_handler {
  display: none !important;
}
.product-megamenuclass .item-info .img-info {
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
  float: left;
}
.product-megamenuclass .item-info .img-info .box-image1 {
  display: block !important;
}
.product-megamenuclass .item-info .product-info {
  margin-left: 150px;
  padding: 20px 0 0 25px;
  border-left: 1px solid #ebebeb;
  max-height: 150px;
  overflow: hidden;
}
.product-megamenuclass .item-info .product-info .item-title a {
  white-space: nowrap;
  font-size: 104%;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}
.product-megamenuclass .item-info .product-info .item-title a:hover {
  color: #00dcdc;
}
.product-megamenuclass .item-info .product-info .ratings,
.product-megamenuclass .item-info .product-info .no-rating {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-megamenuclass .item-info .product-info .actions {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.product-megamenuclass .item-info:hover .product-info .actions {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, -25px);
  -moz-transform: translate(0px, -25px);
  -o-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
.product-megamenuclass .item-info:hover .product-info .ratings,
.product-megamenuclass .item-info:hover .product-info .no-rating {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.header-style-2 .myaccount-mobile {
  display: none;
}
.header-style-2 .header .header-top {
  font-size: 85.71%;
  height: 30px;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right {
  text-align: right;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer {
  display: table-cell;
  float: right;
  vertical-align: top;
  padding: 0 10px;
  line-height: 30px;
  text-align: left;
  position: relative;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer.block-action:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #ccc;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #ccc;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer ul {
  margin: 0;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer a {
  display: block;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .login-btn-mobile {
  display: none;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account > a {
  white-space: nowrap;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account > a:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account > a:after {
  font-family: fontawesome;
  font-size: 13px;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account > a:before {
  content: "\f007";
  margin-right: 5px;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account > a:after {
  content: "\f107";
  margin-left: 5px;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account > a span {
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 20px;
  color: #6d6d6d;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account .dropdown-list {
  display: none;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .my-account .dropdown-list a {
  white-space: nowrap;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .store-language > a:before {
  content: "";
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .login-btn,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .logout-btn {
  cursor: pointer;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .login-btn:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .logout-btn:before {
  font-family: fontawesome;
  font-size: 13px;
  margin-right: 5px;
  content: "\f084";
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare {
  margin: 0 -10px;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li {
  display: table-cell;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li:hover a,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li:hover a {
  color: #00dcdc;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li:after,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #ccc;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li:last-child,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li:last-child {
  border: none;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li .my-wishlist:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li .my-wishlist:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li .top-link-checkout:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li .top-link-checkout:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li .compare-i-header:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li .compare-i-header:before {
  font-family: fontawesome;
  font-size: 13px;
  margin-right: 5px;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li .my-wishlist:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li .my-wishlist:before {
  content: "\f004";
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li .top-link-checkout:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li .top-link-checkout:before {
  content: "\f046";
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links li .compare-i-header:before,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer .links-compare li .compare-i-header:before {
  content: "\f066";
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer:hover .my-account > a,
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer:hover .toplink-cus > a {
  color: #00dcdc;
}
.header-style-2 .header .header-top .customer-wrapper .header-link-right .block-account-cusomer:hover .dropdown-list {
  display: block;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/css/path/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
  height: auto !important;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #00dcdc;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
/* slider actions */
.lSAction > a {
  top: 50%;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin-top: -15px;
  text-align: center;
  line-height: 28px;
  font-family: fontawesome;
  font-size: 25px;
  color: #000;
}
.lSAction > a:hover {
  color: #00dcdc;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.lSAction > a:hover:before {
  color: #00dcdc;
}
.lSAction > .lSPrev {
  left: 10px;
}
.lSAction > .lSPrev:before {
  content: "\f104";
  color: #dbdbdb;
}
.lSAction > .lSNext {
  right: 10px;
}
.lSAction > .lSNext:before {
  content: "\f105";
  color: #dbdbdb;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #ebebeb;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
  overflow: inherit !important;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list {
  display: table;
  width: 100%;
  background: #fff;
}
.resp-tabs-list li {
  border: 1px solid #e1e1e1;
  border-left: 0px;
  border-top: 0px;
  display: inline-block;
  padding: 12px 35px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 115%;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  margin-top: 0px;
}
.resp-tabs-list li:hover {
  background-color: #00dcdc;
  color: #fff !important;
  border-color: #00dcdc !important;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 30px 25px;
  font-size: 100%;
  color: #282727;
}
.resp-tab-active {
  background-color: #00dcdc;
  border-color: #00dcdc !important;
  color: #fff !important;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border-top: 0px;
}
h2.resp-accordion {
  font-size: 108.33%;
  text-transform: uppercase;
  border: 1px solid #d7d7d7;
  margin-top: -1px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #d7d7d7 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #d7d7d7 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #d7d7d7;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #d7d7d7;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #d7d7d7;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #d7d7d7 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #e1e1e1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #d7d7d7 !important;
  }
}
/*==HEADER STYLE 1==*/
.header-container .yt-menu .wrapper-menu {
  float: left;
}
@media (min-width: 1000px) {
  .header-container .yt-menu .wrapper-menu {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.header-container .yt-menu .wrapper-menu #nav {
  margin: 0px;
}
.header-container .yt-menu .wrapper-menu #nav li.parent {
  position: relative;
}
.header-container .yt-menu .wrapper-menu #nav li.parent:hover > a {
  color: #00dcdc;
}
.header-container .yt-menu .wrapper-menu #nav li.parent ul .parent:before {
  width: 15px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0px;
}
.header-container .yt-menu .wrapper-menu #nav li.parent ul .parent ul {
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 0;
  left: 120%;
}
.header-container .yt-menu .wrapper-menu #nav li.parent ul .parent:hover ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
  left: 90%;
}
.header-container .yt-menu .wrapper-menu #nav li.parent li.parent {
  position: relative;
}
.header-container .yt-menu .wrapper-menu #nav li.parent li.parent:hover > a {
  color: #00dcdc;
}
.header-container .yt-menu .wrapper-menu #nav li.parent li.parent ul .parent:before {
  width: 15px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0px;
}
.header-container .yt-menu .wrapper-menu #nav li.parent li.parent ul .parent ul {
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 0;
  left: 120%;
}
.header-container .yt-menu .wrapper-menu #nav li.parent li.parent ul .parent:hover ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
  left: 90%;
}
.header-container .yt-menu .wrapper-menu #nav > li.parent > a > span {
  position: relative;
}
.header-container .yt-menu .wrapper-menu #nav > li {
  display: inline-block;
  vertical-align: top;
}
.header-container .yt-menu .wrapper-menu #nav > li > ul {
  left: -1px;
}
.header-container .yt-menu .wrapper-menu #nav > li > a {
  font-size: 105%;
  color: #363636;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  padding: 55px 25px;
  margin: 0 5px;
  text-transform: uppercase;
  position: relative;
}
.header-container .yt-menu .wrapper-menu #nav > li > a:hover {
  color: #00dcdc;
}
.header-container .yt-menu .wrapper-menu #nav > li ul {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
  position: absolute;
  width: 245px;
  border-top: none;
  background-color: #ebebeb;
  z-index: 99;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.header-container .yt-menu .wrapper-menu #nav > li ul li:hover > a {
  color: #00dcdc;
}
.header-container .yt-menu .wrapper-menu #nav > li ul li:hover > a:before {
  border-color: #00dcdc;
  background-color: #00dcdc;
}
.header-container .yt-menu .wrapper-menu #nav > li ul li a {
  margin: 0 10px;
  border-bottom: 1px solid  #d7d7d7;
  display: block;
  padding: 10px 8px 8px;
  text-transform: capitalize;
  color: #707070;
  font-size: 115%;
}
.header-container .yt-menu .wrapper-menu #nav > li ul .parent > a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  float: right;
}
.header-container .yt-menu .wrapper-menu #nav > li:hover > a {
  color: #00dcdc;
}
.header-container .yt-menu .wrapper-menu #nav > li:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.header-container .yt-menu .wrapper-menu #nav > li:hover > ul li:last-child a {
  border-bottom: none;
}
.header-container .yt-menu .wrapper-menu #nav > li ul li:hover > ul {
  display: block;
  left: 255px;
  top: 0px;
}
.header-container .yt-menu .wrapper-menu #nav > .active > a {
  color: #00dcdc;
}
.header-container .menu-on-top .yt-menu .wrapper-menu #nav > li > a {
  padding: 25px !important;
}
/*==MOBILE MENU==*/
.mobile-menu {
  display: none;
}
.active_btn:after {
  position: fixed;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}
.mobile-menu {
  background-color: #00dcdc;
}
.mobile-menu-wrapper {
  position: relative;
}
.cms-index-index.cms-home.cmspage1 .mobile-menu-wrapper {
  float: left;
}
.btn-mobile-wrapper {
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: relative;
}
.cms-index-index.cms-home.cmspage1 .btn-mobile-wrapper {
  width: 45px;
  height: 45px;
}
.btn-mobile-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-mobile-wrapper .btn-menu-mobile {
  display: block;
  text-align: center;
  line-height: 56px;
  height: 56px;
  background-color: #44494e;
}
.cms-index-index.cms-home.cmspage1 .btn-mobile-wrapper .btn-menu-mobile {
  line-height: 45px;
  height: 45px;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 28px;
  color: #fff;
}
.cms-index-index.cms-home.cmspage1 .btn-mobile-wrapper .btn-menu-mobile:before {
  font-size: 22px;
}
.btn-mobile-wrapper .btn-menu-mobile span {
  display: none;
}
.dropdown_collapse {
  position: absolute;
  z-index: 1002;
  width: 100%;
  background-color: #44494e;
  padding: 12px;
  display: none;
}
.dropdown_collapse a {
  color: #fff;
}
.dropdown_collapse .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_collapse .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_collapse .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_collapse .nav-mobile li {
  position: relative;
}
.dropdown_collapse .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_collapse .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_collapse .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #00dcdc;
  border-color: #00dcdc;
}
.dropdown_collapse .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_collapse .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_collapse .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_collapse .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_collapse .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar {
  position: fixed;
  top: 0px;
  left: -255px;
  height: 100%;
  z-index: 105;
  width: 255px;
  overflow-y: auto;
  background-color: #44494e;
  padding: 12px;
}
.dropdown_sidebar a {
  color: #fff;
}
.dropdown_sidebar .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_sidebar .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_sidebar .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_sidebar .nav-mobile li {
  position: relative;
}
.dropdown_sidebar .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_sidebar .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_sidebar .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #00dcdc;
  border-color: #00dcdc;
}
.dropdown_sidebar .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_sidebar .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_sidebar .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_sidebar .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_sidebar .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar.active {
  left: 0px;
}
.active_sidebar .wrapper {
  position: relative;
  left: 255px;
  overflow: visible;
}
.active_sidebar .menu-on-top {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.wrapper {
  left: 0px;
  position: relative;
  overflow: hidden;
}
.dropdown_sidebar,
.wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-container {
  background-color: #ebebeb;
  color: #000;
  position: relative;
}
.footer-container .footer-top-content,
.footer-container .footer-socials {
  border-bottom: 1px solid #353535;
  margin-bottom: 80px;
  padding: 30px 0 45px;
  position: relative;
  text-align: center;
}
.footer-container .footer-top-content .socials-wrap,
.footer-container .footer-socials .socials-wrap {
  background-color: #252525;
  bottom: -20px;
  left: 50%;
  margin-left: -120px;
  position: absolute;
}
.footer-container .footer-top-content .socials-wrap ul,
.footer-container .footer-socials .socials-wrap ul {
  margin: 0px;
}
.footer-container .footer-top-content .socials-wrap .li-social,
.footer-container .footer-socials .socials-wrap .li-social {
  display: inline-block;
  margin: 0 2px 2px;
  vertical-align: top;
}
.footer-container .footer-top-content .socials-wrap .li-social a .icon-social,
.footer-container .footer-socials .socials-wrap .li-social a .icon-social {
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  color: #898989;
  font-size: 16px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.footer-container .footer-top-content .socials-wrap .li-social a .icon-social:hover,
.footer-container .footer-socials .socials-wrap .li-social a .icon-social:hover {
  color: #00dcdc;
}
.footer-container .footer-top-content .socials-wrap .li-social a .name-social,
.footer-container .footer-socials .socials-wrap .li-social a .name-social {
  display: none;
}
.footer-container .footer-socials {
  border-bottom: none;
  padding: 0;
  text-align: left;
  position: initial;
}
.footer-container .footer-socials .socials-wrap {
  background-color: transparent;
  list-style-type: none;
  bottom: initial;
  left: initial;
  margin-left: -13px;
  position: absolute;
}
.footer-container .footer-socials .socials-wrap a {
  padding-left: 0 !important;
}
.footer-container .footer-socials .socials-wrap a:before {
  content: initial !important;
}
.footer-container .footer-middle-content {
  margin: 15px 0 65px 0;
  /*margin-bottom: 65px; */
}
@media (min-width: 1200px) {
  .footer-container .footer-middle-content .col-lg-3 {
    /*
      &:after{
        position:absolute;
        content: "";
        display: inline-block;
        height: 50px;
        width: 1px;
        background: #3b3b3b;
        top: 0;
        right: 12px;
      }
	  */
  }
  .footer-container .footer-middle-content .col-lg-3.footer-contact:after {
    display: none;
  }
  .footer-container .footer-middle-content .col-lg-3.footer-contact ul li {
    padding: 5px 0;
  }
  .footer-container .footer-middle-content .col-lg-3.footer-contact ul li a {
    padding: 0px;
  }
}
.footer-container .footer-middle-content .footer-block-column h2.gfont {
  font-weight: bold;
  color: #000;
  font-size: 130%;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
}
.footer-container .footer-middle-content .footer-block-column ul {
  line-height: 25px;
}
.footer-container .footer-middle-content .footer-block-column ul li a {
  color: #000;
  padding-left: 20px;
  position: relative;
}
.footer-container .footer-middle-content .footer-block-column ul li a:before {
  background: #000;
  content: "";
  display: inline-block;
  font-weight: bold;
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 3px;
}
.footer-container .footer-middle-content .footer-block-column ul li a:hover {
  color: #00dcdc;
}
.footer-container .footer-middle-content .footer-block-column ul li a:hover:before {
  background: #00dcdc;
}
.footer-container .footer-middle-content .footer-block-column ul li a.email:before {
  display: none;
}
.footer-container .footer-middle-content .footer-block-column .des-about > a {
  color: #00dcdc;
  margin-left: 5px;
}
.footer-bottom-content {
  border-top: 1px solid #00dcdc;
  padding: 10px 0;
}
.footer-bottom-content .wrapper-subscribe .block-content {
  display: table;
  padding: 0px;
  width: 100%;
}
.footer-bottom-content .wrapper-subscribe .block-content .title-home {
  display: inline-table;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .footer-bottom-content .wrapper-subscribe .block-content .title-home {
    margin-right: 15px;
  }
}
@media (max-width: 700px) {
  .footer-bottom-content .wrapper-subscribe .block-content .title-home {
    display: none !important;
  }
}
.footer-bottom-content .wrapper-subscribe .block-content .title-home h2 {
  color: #000;
  font-weight: bold;
  font-size: 150%;
}
@media (max-width: 768px) {
  .footer-bottom-content .wrapper-subscribe .block-content .title-home h2 {
    font-size: 115%;
  }
}
.footer-bottom-content .wrapper-subscribe .block-content .input-box {
  display: inline-table;
  width: 62%;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .footer-bottom-content .wrapper-subscribe .block-content .input-box {
    width: 62%;
  }
}
@media (max-width: 360px) {
  .footer-bottom-content .wrapper-subscribe .block-content .input-box {
    width: 100%;
  }
}
.footer-bottom-content .wrapper-subscribe .block-content .input-box input.input-text {
  height: 45px;
  background: #fff;
  color: #898989 !important;
  border: 0px;
  font-size: 100%;
  padding-left: 20px;
  text-transform: capitalize;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.footer-bottom-content .wrapper-subscribe .block-content .actions {
  display: inline-table;
}
.footer-bottom-content .wrapper-subscribe .block-content .actions .button {
  height: 45px;
  background: #00dcdc;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  padding: 0 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: capitalize;
  border: 0px;
}
.footer-bottom-content .wrapper-subscribe .block-content .actions .button:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.footer-bottom {
  background: #00dcdc;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
  cursor: pointer;
}
.footer-bottom a:hover {
  color: #000;
}
.footer-bottom .copyright-content {
  text-align: left;
}
.footer-bottom .payment-footer {
  text-align: right;
}
.address {
  display: inline-block !important;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  text-transform: uppercase;
}
.swatch-link {
  border: 1px solid #d7d7d7;
  display: inline-block;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
  display: inline-block;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.configurable-swatch-list {
  clear: both;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .swatch-link {
  border: none;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}
/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #00dcdc;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.configurable-swatch-list .has-image:before {
  display: none !important;
}
.label-image {
  margin: 0 25px;
  text-transform: none;
}
.Size .label-image {
  margin: 0px;
}
.grouped-items-table {
  margin-bottom: 20px;
}
.price-box-bundle {
  margin: 0 -5px;
}
.product-view .product-shop .price-box .price-as-configured {
  margin: 14px 0 7px;
}
#review-form #product-review-table tbody tr td {
  text-align: center;
}
#review-form #product-review-table tbody tr td .radio {
  float: none;
  margin: 0 auto;
}
#review-form .form-list {
  padding-top: 30px;
}
#review-form .form-list .input-fixwidth {
  max-width: 500px;
}
.tab-product-info {
  border: 1px solid #e1e1e1;
  margin-bottom: 40px !important;
}
@media (max-width: 800px) {
  .tab-product-info {
    border: 0;
  }
}
.tab-product-info h2 {
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
/* Product Images */
.product-image-zoom {
  margin-bottom: 0px;
}
.product-image-zoom .product-image-gallery {
  position: relative;
}
.product-img-box .product-image-zoom img {
  display: none;
}
.product-img-box .more-views li.active_thumbs .thumb-link:before,
.product-img-box .more-views li:hover .thumb-link:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-img-box .product-image-zoom img.visible {
  display: block;
  margin: 0 auto;
}
.product-img-box .more-views li .thumb-link {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 1px;
}
.product-img-box .more-views li .thumb-link:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 99.8%;
  height: 99.8%;
  border: 1px solid #00dcdc;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.product-img-box .more-views li a {
  display: inline-block;
}
.product-img-box .more-views li a img {
  height: 100%;
  width: 100%;
}
.more-views {
  overflow: hidden;
}
.more-views .lSSlideOuter:hover .lSSlideOuter .lSNext,
.more-views .lSSlideOuter:hover .lSSlideOuter .lSPrev {
  display: block;
}
.more-views .lSSlideOuter .lSSlideWrapper {
  max-width: inherit;
  overflow: visible;
}
.more-views .lSAction {
  display: none;
}
.more-views .lSAction .lSNext,
.more-views .lSAction .lSPrev {
  display: none;
}
.more-views .lSAction .lSNext {
  right: 8px;
}
.more-views .lSAction .lSPrev {
  left: 8px;
}
.more-views:hover .lSAction .lSNext,
.more-views:hover .lSAction .lSPrev {
  display: block;
}
.btn-lightbox {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  text-align: center;
}
.btn-lightbox a {
  display: none;
}
.btn-lightbox #lightbox_btn {
  display: block;
  width: 40px;
  height: 40px;
}
.btn-lightbox #lightbox_btn:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon-search1.png') no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 24px;
  text-align: center;
  width: 24px;
  margin-top: 11px;
}
.btn-lightbox #lightbox_btn:hover:before {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery:hover .btn-lightbox {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* Product Shop */
.product-view .data-table thead th,
.product-view input.input-text,
.product-view select,
.product-view textarea {
  background: transparent;
}
.product-view .product-images {
  margin-bottom: 30px;
}
.product-view .product-images .product-image {
  background: #fff;
  margin-bottom: 1px;
}
.product-view .product-essential {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0;
}
.product-view .product-shop .product-name {
  margin-bottom: 18px;
}
.product-view .product-shop .product-name h2 {
  font-size: 170%;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}
.product-view .product-shop .no-rating {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.product-view .product-shop .no-rating:before {
  display: none !important;
}
.product-view .product-shop .no-rating a {
  display: block !important;
  color: #636363;
  font-size: 100%;
}
.product-view .product-shop .no-rating a:hover {
  color: #00dcdc;
}
.product-view .product-shop .ratings {
  margin-bottom: 0px;
  width: 100%;
}
.product-view .product-shop .ratings .rating-box {
  float: left;
  margin: 4px 0;
}
.product-view .product-shop .rating-links {
  display: inline-block;
  padding-left: 12px;
  font-size: 100%;
  margin-bottom: 0;
}
.product-view .product-shop .rating-links a {
  color: #898989;
}
.product-view .product-shop .price-box .regular-price .price {
  font-size: 170%;
  color: #363636;
  font-weight: bolder;
}
.product-view .product-shop .price-box .special-price {
  margin-left: 0px;
}
.product-view .product-shop .price-box .special-price .price .price {
  font-size: 170%;
  margin-left: 0px;
  color: #363636;
  font-weight: bolder;
}
.product-view .product-shop .price-box .old-price {
  margin-top: 1px;
}
.product-view .product-shop .price-box .old-price .price {
  font-size: 138%;
  position: relative;
  color: #898989;
}
.product-view .product-shop .price-box .price-from .price,
.product-view .product-shop .price-box .price-to .price,
.product-view .product-shop .full-product-price .price {
  font-size: 150%;
  color: #363636;
  font-weight: bold;
}
.product-view .product-shop .price-label {
  color: #898989;
  font-size: 100%;
  font-weight: normal;
}
.product-view .product-shop .price-box-bundle {
  line-height: 20px;
}
.product-view .product-shop .availability {
  margin: 15px 0 25px ;
  color: #898989;
  font-size: 100%;
  float: left;
  position: relative;
  width: 100%;
  font-weight: bold;
  clear: both;
}
.product-view .product-shop .availability span {
  font-weight: normal !important;
}
.product-view .product-shop .addthis_native_toolbox {
  clear: both;
  margin-bottom: 20px;
}
.product-view .product-shop .short-description {
  font-size: 100%;
  color: #898989;
  padding-bottom: 15px;
  margin-top: 15px;
  clear: both;
}
.product-view .product-shop .short-description h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 123%;
  margin-bottom: 10px;
}
.product-view .product-shop .product-options select {
  max-width: 370px;
}
.product-view .product-shop .product-options .configurable-swatch-list {
  margin: 0;
}
.product-view .product-shop .product-options .configurable-swatch-list li {
  display: inline-block;
  text-align: center;
}
.product-view .product-shop .grouped-items-table {
  float: left;
  width: 100%;
}
.product-view .product-shop .grouped-items-table .regular-price .price {
  font-size: 171% !important;
}
.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-view .product-shop .product-options-bottom .add-to-cart {
  display: inline-block;
}
.product-view .product-shop .add-to-box,
.product-view .product-shop .product-options-bottom {
  clear: both;
  position: relative;
  padding-top: 15px;
  margin-top: 0px;
}
.product-view .product-shop button.button {
  border: 0;
  background: #00dcdc;
  color: #fff;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 100%;
  padding: 0 20px;
  text-transform: uppercase;
}
.product-view .product-shop button.button:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
}
.product-view .product-shop button.button.out-of-stock {
  background: #f00;
  cursor: no-drop;
}
.product-view .product-shop .add-to-links {
  display: inline-block;
  margin-top: 0px;
  height: 45px;
  margin-bottom: 20px;
}
.product-view .product-shop .add-to-links li {
  display: inline-block;
}
.product-view .product-shop .add-to-links li a {
  margin: 0 7px;
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-view .product-shop .add-to-links li a:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 5px 0;
}
.product-view .product-shop .add-to-links li a.link-wishlist:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/wishlist1.png') no-repeat center center #a1a1a1;
}
.product-view .product-shop .add-to-links li a.link-compare:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/compare1.png') no-repeat center center #a1a1a1;
}
.product-view .product-shop .add-to-links li a:hover {
  border-color: #00dcdc;
}
.product-view .product-shop .add-to-links li a:hover:before {
  background-color: #00dcdc;
}
.product-view .product-shop .product-options-bottom .add-to-cart {
  margin-bottom: 10px;
}
.product-view .product-shop .social-details h2 {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #898989;
  float: left;
  line-height: 30px;
}
.product-view .product-shop .social-details .socials-wrap {
  display: inline-block;
}
.product-view .product-shop .social-details .socials-wrap ul {
  margin: 0px;
}
.product-view .product-shop .social-details .socials-wrap .li-social {
  display: inline-block;
  margin: 0 2px 2px;
  vertical-align: top;
}
.product-view .product-shop .social-details .socials-wrap .li-social a .icon-social {
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: #898989;
  font-size: 16px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.product-view .product-shop .social-details .socials-wrap .li-social a .icon-social:hover {
  color: #00dcdc;
}
.product-view .product-shop .social-details .socials-wrap .li-social a .name-social {
  display: none;
}
.like-social {
  padding-top: 20px;
  text-align: center;
}
.like-social .addthis_default_style .addthis_separator,
.like-social .addthis_button_compact,
.like-social .addthis_default_style .at300b,
.like-social .addthis_default_style .at4-icon,
.like-social .addthis_default_style .at300bo,
.like-social .addthis_default_style .at300m,
.like-social .addthis_default_style .at300bs {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.like-social .addthis_button_compact {
  position: relative;
  top: -1px;
}
/*==DETAIL STYLES==*/
.case-option-vertical {
  position: relative;
}
.case-option-vertical .product-image {
  margin-left: 99px;
}
.case-option-vertical .more-views {
  width: 98px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.case-option-vertical .more-views .lSAction .lSNext,
.case-option-vertical .more-views .lSAction .lSPrev {
  left: 50%;
  margin-left: -5px;
  margin-top: 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none;
}
.case-option-vertical .more-views .lSAction .lSNext {
  bottom: -3px;
  top: auto;
  right: auto;
}
.case-option-vertical .more-views .lSAction .lSPrev {
  top: -3px;
  bottom: auto;
  right: auto;
}
.case-option-vertical .more-views:hover {
  display: block;
}
.case-option-vertical .more-views:hover .lSAction .lSNext,
.case-option-vertical .more-views:hover .lSAction .lSPrev {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.product-view-1 .short-description {
  position: relative;
}
.product-view-1 .product-shop .price-box {
  float: left;
  width: 100%;
}
.product-view-1 .product-img-box .more-views li {
  text-align: center;
}
.product-view-1 .box-up-sell,
.product-view-1 .box-related {
  margin-bottom: 10px;
}
.product-view-2,
.product-view-3 {
  background: transparent;
}
.product-view-2 .product-img-box,
.product-view-3 .product-img-box {
  padding-right: 0px !important;
}
.product-view-2 .product-shop,
.product-view-3 .product-shop {
  padding-left: 20px;
}
.product-view-2 .box-up-sell,
.product-view-3 .box-up-sell,
.product-view-2 .box-related,
.product-view-3 .box-related {
  margin-bottom: 10px;
  clear: both;
}
.product-view-2 .like-social,
.product-view-3 .like-social {
  text-align: left;
}
.product-view-2 .box-up-sell .overflow-slider,
.product-view-3 .box-up-sell .overflow-slider,
.product-view-2 .box-related .overflow-slider,
.product-view-3 .box-related .overflow-slider {
  padding-top: 0;
}
.product-view-2 .more-views .lSAction .lSNext,
.product-view-3 .more-views .lSAction .lSNext {
  bottom: 0px;
}
/*==basic menu vetical ===*/
.basic-products-menu {
  float: left;
  margin-top: 8px;
  padding-top: 15px;
  position: relative;
  width: 100%;
}
.basic-products-menu:before {
  content: "";
  display: inline-block;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/dotte11.png') repeat;
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
}
.basic-products-menu .bs-item-menu {
  float: left;
  width: 50%;
  padding: 12px 40px 5px 0;
}
.basic-products-menu .bs-item-menu .box-image {
  float: left;
  margin-right: 8px;
}
.basic-products-menu .bs-item-menu .box-info-pro .product-namepro {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px !important;
  margin-bottom: 8px;
}
.basic-products-menu .bs-item-menu .box-info-pro .product-namepro a {
  color: #555555;
}
.basic-products-menu .bs-item-menu .box-info-pro .product-namepro a:hover {
  color: #00dcdc;
}
.basic-products-menu .bs-item-menu .box-info-pro .bs-review {
  float: right;
}
.basic-products-menu .bs-item-menu .box-info-pro .bs-review .amount {
  display: none;
}
.basic-products-menu .bs-item-menu .box-info-pro .bs-price {
  float: left;
  line-height: 20px;
}
.basic-products-menu .bs-item-menu .box-info-pro .old-price {
  margin-right: 5px;
}
/*==custom menu===*/
.images-vetical {
  position: relative;
}
.images-vetical:hover .cat-image a:before,
.images-vetical:hover .title-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.images-vetical .cat-image a {
  position: relative;
  display: block !important;
}
.images-vetical .cat-image a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  background: #00dcdc;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.images-vetical .cat-image a:after {
  content: "";
  display: inline-block;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/dotte11.png') repeat;
  width: 90%;
  position: absolute;
  height: 1px;
  right: -52%;
  top: 90px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.images-vetical .title-img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  position: absolute;
  left: 0px;
  top: 40%;
  font-size: 150% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0px !important;
  margin: 0px !important;
}
.images-vetical.last .cat-image a:after {
  display: none;
}
.catalog-product-view #box-related .margin-slider {
  margin-bottom: 30px;
}
/*==QUICK VIEW==*/
.quickview-main .product-essential {
  margin: 0px;
}
.quickview-main .product-essential .product-name {
  margin: 20px 0 !important;
}
.quickview-main .product-essential .availability {
  float: left;
  width: 100%;
  margin: 15px 0 !important;
}
.quickview-main .price-box .regular-price .price {
  font-size: 214%;
}
.quickview-main .price-box .special-price {
  margin-left: 0px;
}
.quickview-main .price-box .special-price .price .price {
  font-size: 214%;
}
.quickview-main .price-box .old-price .price {
  font-size: 100%;
}
.list-product-custom-tabs {
  background: transparent;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .list-product-custom-tabs h2.resp-accordion {
    display: none !important;
  }
}
.list-product-custom-tabs .resp-tabs-container {
  background: transparent;
}
.list-product-custom-tabs .resp-tabs-list {
  border-left: 0px !important;
  background: transparent;
  display: table;
  width: auto !important;
  margin: 0 auto 10px;
}
.list-product-custom-tabs .resp-tabs-list li {
  border: 0 none;
  color: #252525;
  font-size: 215%;
  line-height: 22px;
  padding: 0px 30px;
  margin: 5px 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .list-product-custom-tabs .resp-tabs-list li {
    font-size: 200%;
  }
}
@media (max-width: 800px) {
  .list-product-custom-tabs .resp-tabs-list li {
    font-size: 170%;
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .list-product-custom-tabs .resp-tabs-list li {
    font-size: 100%;
    padding: 0 2px;
  }
}
.list-product-custom-tabs .resp-tabs-list li.first {
  border-right: 2px solid #252525 !important;
}
@media (max-width: 360px) {
  .list-product-custom-tabs .resp-tabs-list li.first {
    border: 0px !important;
  }
}
.list-product-custom-tabs .resp-tabs-list li.resp-tab-active,
.list-product-custom-tabs .resp-tabs-list li:hover {
  color: #00dcdc !important;
  background: transparent;
}
.list-product-custom-tabs .resp-tab-content {
  padding: 0px;
  border: 0;
  height: 0;
  padding: 0;
  display: block !important;
  overflow: hidden;
  width: 100%;
}
.list-product-custom-tabs .resp-tab-content.resp-tab-content-active {
  height: auto;
  overflow: visible;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider {
  padding: 0;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider .products-grid {
  float: left;
  width: 100%;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider .products-grid .lSSlideOuter .item_img img {
  max-width: 100%;
  width: auto !important;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider .owl-item:last-child {
  border: 0px;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider .owl-item .item-inner {
  margin: 80px 0 90px;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider .owl-item .item-inner .product-name {
  display: block;
  left: 0;
  position: absolute;
  top: -58px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.list-product-custom-tabs .resp-tab-content .overflow-slider .owl-item .item-inner:hover .product-name {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.list-product-custom-tabs .resp-tab-content .owl-controls {
  margin: 0 !important;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-nav > div {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40%;
  margin: 0;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-nav > div:before {
  font-size: 20px;
  color: #7b7b7b;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-nav > div:hover:before {
  color: #00dcdc;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-prev {
  left: -22px;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-prev:before {
  left: 7px !important;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-next {
  right: -22px;
}
.list-product-custom-tabs .resp-tab-content .owl-controls .owl-next:before {
  left: -7px !important;
}
.gfont3 {
  font-family: 'Roboto Condensed', sans-serif;
}
.mr30 {
  margin-bottom: 30px;
}
.mr26 {
  margin-bottom: 26px;
}
.mr20 {
  margin-bottom: 20px;
}
.mr50 {
  margin-bottom: 50px;
}
.mr40 {
  margin-bottom: 40px;
}
.mr70 {
  margin-bottom: 60px;
}
.mr80 {
  margin-bottom: 80px;
}
.main {
  padding: 0 0 30px !important;
}
.cms-index-index .main {
  padding-bottom: 0px !important;
}
.cms-index-index.cmspage1 .main {
  position: relative;
  margin-top: 203px;
}
@media (max-width: 767px) {
  .cms-index-index.cmspage1 .main {
    margin-top: 0;
  }
}
.cms-index-index.cmspage3 {
  background: #fff !important;
}
/*=index1=*/
.wrapper-productop {
  position: absolute;
  z-index: 9;
  top: 0px;
  width: 100%;
}
@media (max-width: 900px) {
  .wrapper-productop {
    display: none !important;
  }
}
.wrapper-productop > .container {
  position: relative;
}
.wrapper-productop .productop {
  width: 430px;
  background: #fff;
  right: 15px;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .wrapper-productop .productop {
    top: 115px;
  }
}
@media (min-width: 1300px) and (max-width: 1380px) {
  .wrapper-productop .productop {
    top: 8px;
  }
}
.wrapper-productop .bs-category a {
  color: #898989;
}
.wrapper-productop .bs-category a:hover {
  color: #00dcdc;
}
.wrapper-productop .bs-items {
  overflow: hidden;
}
.wrapper-productop .item-inner {
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
}
.wrapper-productop .item-inner .bs-image {
  text-align: center;
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .wrapper-productop .item-inner .bs-image img {
    max-height: 212px;
  }
}
@media (max-width: 1024px) {
  .wrapper-productop .item-inner .bs-image img {
    max-height: 155px;
    overflow: hidden;
  }
}
.wrapper-productop .item-inner .view-details {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/view-detais.png') no-repeat center center;
  display: block;
  float: right;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 25px;
}
.wrapper-productop .item-inner .bs-content {
  float: left;
  padding: 10px 25px;
  width: 100%;
  position: relative;
}
@media (min-width: 1400px) {
  .wrapper-productop .item-inner .bs-content {
    padding: 15px 25px !important;
  }
}
.wrapper-productop .item-inner .bs-content .bs-title {
  float: left;
  font-size: 150%;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  width: 55%;
  height: 22px;
  overflow: hidden;
}
.wrapper-productop .item-inner .bs-content .price-box {
  margin: 0;
  text-align: right;
  float: right;
}
.wrapper-productop .item-inner .bs-content .price-box .price .price,
.wrapper-productop .item-inner .bs-content .price-box .minimal-price .price,
.wrapper-productop .item-inner .bs-content .price-box .regular-price .price {
  font-size: 150%;
  font-weight: bold;
  color: #00dcdc;
  line-height: 28px;
}
@media (min-width: 768px) {
  .sm-imageslider {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .sm-imageslider {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1300px) {
  .sm-imageslider.theme1 .item-image img {
    min-height: 900px !important;
  }
}
.sm-imageslider.theme1 .owl-controls {
  margin: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.sm-imageslider.theme1 .owl-controls .owl-nav > div {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 42%;
  margin: 0;
}
.sm-imageslider.theme1 .owl-controls .owl-nav > div:before {
  font-size: 75px;
  color: #fff;
}
.sm-imageslider.theme1 .owl-controls .owl-nav > div:hover:before {
  color: #00dcdc;
}
.sm-imageslider.theme1 .owl-controls .owl-prev {
  left: 15px;
}
.sm-imageslider.theme1 .owl-controls .owl-next {
  right: 15px;
}
.sm-imageslider.theme1:hover .owl-controls {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.feature-home1 {
  margin: 30px 0;
}
.feature-home1 .title-home > h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 215%;
  color: #00dcdc;
}
@media (max-width: 360px) {
  .feature-home1 .title-home > h2 {
    font-size: 150%;
  }
}
.feature-home1 .bs-pretext {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  text-transform: capitalize;
  margin: 15px 0 0;
}
@media (min-width: 760px) and (max-width: 980px) {
  .feature-home1 .bs-pretext {
    margin: 15px 0 ;
  }
}
.feature-home1 .bs-pretext > a {
  z-index: 3;
  position: relative;
  padding: 0 10px;
  color: #707070;
}
.feature-home1 .bs-pretext > a.test {
  z-index: 0;
}
.feature-home1 .bs-pretext > a:hover {
  color: #00dcdc;
}
.feature-home1 .bs-pretext > a:before,
.feature-home1 .bs-pretext > a:after {
  background: #d7d7d7;
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  height: 1px;
  width: 70px;
}
.feature-home1 .bs-pretext > a:before {
  left: 70px;
}
.feature-home1 .bs-pretext > a:after {
  right: 70px;
}
.feature-home1 .products-grid {
  margin-top: -20px;
}
.feature-home1 .products-grid .item-inner {
  margin: 60px 0 30px;
  background-color: transparent;
}
.feature-home1 .products-grid .item-inner .product-name {
  left: 0;
  position: absolute;
  top: -58px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-home1 .products-grid .item-inner:hover .product-name {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  display: block;
}
.feature-home1 .owl-controls {
  margin: 0 !important;
}
.feature-home1 .owl-controls .owl-nav > div {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40%;
  margin: 0;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.feature-home1 .owl-controls .owl-nav > div:before {
  font-size: 20px;
  color: #7b7b7b;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.feature-home1 .owl-controls .owl-nav > div:hover:before {
  color: #00dcdc;
}
.feature-home1 .owl-controls .owl-prev {
  left: -22px;
}
.feature-home1 .owl-controls .owl-next {
  right: -22px;
}
.lintting-tabs1row2 .tab-listing-title {
  font-size: 215% !important;
  margin: 0 !important;
  font-weight: bold;
  color: #00dcdc;
  text-align: center;
  text-transform: uppercase;
}
.lintting-tabs1row2 .pre-text {
  color: #707070;
  font-size: 100%;
  text-align: center;
  margin: 0 !important;
}
@media (min-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: table !important;
    margin: 40px auto 60px;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  margin-bottom: 5px !important;
}
@media (min-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    font-size: 115%;
    background: #e1e1e1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media (max-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    margin: 0 4px 0 0 !important;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span {
  color: #707070;
  text-transform: capitalize;
  padding: 0 15px !important;
}
@media (max-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span {
    padding: 0 2px !important ;
  }
}
@media (max-width: 360px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span {
    padding: 6px 15px !important;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.lintting-tabs1row2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover {
  background: #00dcdc !important;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container {
  margin: 0 -15px !important;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner {
  background: #fff;
  margin: 0 15px;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner:hover .box-info .actions {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, -25px);
  -moz-transform: translate(0px, -25px);
  -o-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner:hover .box-info .item-review {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-image {
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
  float: left;
}
@media (max-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-image {
    max-width: 100px;
    max-height: 100px;
    margin-top: 30px;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info {
  margin-left: 150px;
  padding: 20px 0 0 25px;
  border-left: 1px solid #ebebeb;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info {
    margin-left: 100px;
    padding: 20px 0 0 10px;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info .item-title a {
  line-height: 20px;
  font-size: 105%;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info .item-title a:hover {
  color: #00dcdc;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info .item-review {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info .actions {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .box-info .actions li a {
    margin: 0 3px !important;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .ratings {
  display: inline-block;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .amount {
  display: none;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .item-price {
  margin-bottom: 10px;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .price-box {
  margin: 0px;
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .btn-cart {
  margin: 0 8px 0 0  !important;
  display: inline-block;
  float: left;
  width: 33px;
  height: 33px;
  border: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart.png') no-repeat center center #898989;
}
@media (max-width: 640px) {
  .lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .btn-cart {
    margin: 0 3px 0 0  !important;
  }
}
.lintting-tabs1row2 .sj-listing-tabs .ltabs-items-container .item-inner .btn-cart:hover {
  background-color: #00dcdc;
}
.testimonials-home {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bg-tesminal.jpg') no-repeat center center;
  margin-top: 65px;
  max-height: 355px;
  padding-bottom: 45px;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 360px) {
  .testimonials-home {
    padding-top: 45px;
  }
}
.testimonials-home .margin-slider {
  overflow: hidden;
  margin: 0 auto;
}
.testimonials-home .margin-slider .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.testimonials-home .navslider {
  z-index: 99;
}
.testimonials-home .navslider > a {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 99;
  margin: 0;
}
.testimonials-home .navslider > a i {
  display: none;
}
.testimonials-home .navslider > a.prev {
  left: 50%;
  margin-left: -120px;
  top: 50%;
}
.testimonials-home .navslider > a.next {
  right: 50%;
  margin-right: -120px;
  top: 50%;
}
.testimonials-home .navslider > a:before {
  font-size: 0px;
}
.testimonials-home .testimonials-slider {
  max-width: 240px;
  margin: 0 auto;
}
.testimonials-home .testimonials-slider .owl-item {
  min-height: 230px;
}
.testimonials-home .testimonials-slider .owl-item .client-child {
  text-align: center;
}
.testimonials-home .testimonials-slider .owl-item .image-client {
  display: inline-block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  width: 80px !important;
  height: 80px !important;
}
.testimonials-home .testimonials-slider .owl-item .image-client img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
  margin: 15px auto;
}
.testimonials-home .testimonials-slider .owl-item .comment,
.testimonials-home .testimonials-slider .owl-item .info-client {
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 -300px;
  text-align: center;
  padding-bottom: 30px;
  font-size: 115%;
}
@media (max-width: 640px) {
  .testimonials-home .testimonials-slider .owl-item .comment,
  .testimonials-home .testimonials-slider .owl-item .info-client {
    margin: 0 -200px !important;
  }
}
@media (max-width: 360px) {
  .testimonials-home .testimonials-slider .owl-item .comment,
  .testimonials-home .testimonials-slider .owl-item .info-client {
    font-size: 100%;
    margin: 0 -95px !important;
  }
}
.testimonials-home .testimonials-slider .owl-item .comment h2.gfont,
.testimonials-home .testimonials-slider .owl-item .info-client h2.gfont {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 115%;
  margin-bottom: 12px;
}
.testimonials-home .testimonials-slider .owl-item .info-client .client-name {
  font-size: 100% !important;
  font-weight: bold;
  margin-top: 10px;
}
.testimonials-home .testimonials-slider .owl-item.active .image-client {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.testimonials-home .testimonials-slider .owl-item.active .image-client {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.testimonials-home .testimonials-slider .owl-item.active.center .image-client {
  position: relative;
  z-index: 999;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  background: transparent !important;
}
.testimonials-home .testimonials-slider .owl-item.active.center .image-client img {
  width: 80px !important;
  height: 80px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials-home .testimonials-slider .owl-item.active.center .info-client,
.testimonials-home .testimonials-slider .owl-item.active.center .comment {
  display: block !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  margin: 0 -300px;
  text-align: center;
}
.testimonials-home .testimonials-slider .owl-item.active.center .info-client .content,
.testimonials-home .testimonials-slider .owl-item.active.center .comment .content {
  width: 100% !important;
  margin: 0 auto !important;
}
.policy_shop {
  padding: 58px 0 18px;
}
.policy_shop .col-md-3 {
  margin-bottom: 30px;
  padding-right: 0px;
}
.policy_shop img {
  float: left;
  width: 45px;
  height: 45px;
}
.policy_shop .content {
  padding-left: 65px;
}
.policy_shop .content h2 {
  color: #363636;
  margin-top: 5px;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.policy_shop .content p {
  color: #898989;
}
.policy_shop .content:hover h2 {
  color: #00dcdc !important;
}
.wrapper-blog1 {
  background: none;
}
.wrapper-blog1 .page-blog-home {
  padding: 90px 0;
}
.wrapper-blog1 .page-blog-home .page-title-blog {
  border-bottom: 2px solid #00dcdc;
}
.wrapper-blog1 .page-blog-home .page-title-blog h1 {
  color: #fff;
  font-size: 215%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
.cms-index-index.cmspage2 .wrapper-blog1 .page-blog-home .page-title-blog h1 {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 278%;
  margin: 0px 0 55px;
}
.wrapper-blog1 .page-blog-home p.des {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.cms-index-index.cmspage2 .wrapper-blog1 .page-blog-home p.des {
  display: none;
}
.wrapper-blog1 .page-blog-home .item {
  background: #fff;
}
.wrapper-blog1 .page-blog-home .item .image-blog {
  position: relative;
  margin-bottom: 10px;
}
.wrapper-blog1 .page-blog-home .item .image-blog img {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
@media (max-width: 320px) {
  .wrapper-blog1 .page-blog-home .item .image-blog img {
    /*max-height: 248px; */
  }
}
.wrapper-blog1 .page-blog-home .item .image-blog .tabs-post {
  bottom: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 260%;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 40px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
}
.wrapper-blog1 .page-blog-home .item .image-blog .tabs-post span {
  display: block;
}
.wrapper-blog1 .page-blog-home .item .postTitle h2 {
  font-size: 105%;
  text-transform: capitalize;
  margin-bottom: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
.wrapper-blog1 .page-blog-home .item .info-blog {
  /*padding: 15px 15px 20px; */
}
.wrapper-blog1 .page-blog-home .item .info-blog .postContent {
  margin-bottom: 22px;
  color: #636363;
}
.wrapper-blog1 .page-blog-home .item .coment a {
  color: #acacac;
  font-size: 100%;
  position: relative;
  padding-left: 25px;
}
.wrapper-blog1 .page-blog-home .item .coment a:before {
  content: '\f0e6';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #acacac;
  position: absolute;
  top: -6px;
  left: 0;
}
.wrapper-blog1 .page-blog-home .item .coment a:hover {
  color: #00dcdc;
}
.wrapper-blog1 .page-blog-home .item .coment a:hover:before {
  color: #00dcdc;
}
.wrapper-blog1 .owl-controls .owl-nav > div {
  margin: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #999999;
  display: none !important;
  color: #fff;
}
@media (max-width: 992px) {
  .wrapper-blog1 .owl-controls .owl-nav > div {
    display: block !important;
  }
}
.wrapper-blog1 .owl-controls .owl-nav > div:hover {
  background: #00dcdc;
}
.wrapper-blog1 .owl-controls .owl-nav > div:hover:before {
  color: #fff !important;
}
.wrapper-blog1 .owl-controls .owl-nav > div.owl-prev {
  left: 0;
  margin: 0;
  position: absolute;
  top: 35%;
}
.wrapper-blog1 .owl-controls .owl-nav > div.owl-next {
  right: 0;
  margin: 0;
  position: absolute;
  top: 35%;
}
.wrapper-blog1 .owl-controls .owl-nav > div:before {
  font-size: 20px;
}
.brand-slider-wrapper {
  padding: 45px 0;
}
.brand-slider-wrapper .brand-slider {
  padding: 0 35px;
}
.cms-index-index.cmspage3 .brand-slider-wrapper {
  margin-top: -30px;
}
.brand-slider-wrapper .owl-controls {
  margin: 0 !important;
}
.brand-slider-wrapper .owl-controls .owl-nav > div {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  margin: 0;
}
.brand-slider-wrapper .owl-controls .owl-nav > div:before {
  font-size: 35px;
  color: #a1a1a1;
}
.brand-slider-wrapper .owl-controls .owl-nav > div:hover:before {
  color: #00dcdc;
}
.brand-slider-wrapper .owl-controls .owl-prev {
  left: 0;
}
.brand-slider-wrapper .owl-controls .owl-next {
  right: 0px;
}
.wrapper-bannerhome2 {
  position: relative;
}
.wrapper-bannerhome2 .col-sm-6 {
  padding: 0px;
}
.wrapper-bannerhome2 .col-sm-6.mrleft {
  text-align: left;
}
.wrapper-bannerhome2 .col-sm-6.mrright {
  text-align: right;
}
.wrapper-bannerhome2 .button-banner {
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  left: 50%;
  color: #00dcdc;
  margin-left: -85px;
  padding: 0px 35px;
  position: absolute;
  top: 43%;
  font-size: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper-bannerhome2 .button-banner span {
  color: #707070;
  font-size: 16px;
}
.cms-index-index.cmspage1 .bannerhopme1 {
  margin-top: 37px;
}
.cms-index-index.cmspage2 .mrtop-banner2 {
  margin-top: 50px;
}
.cms-index-index.cmspage2 .banner-img {
  text-align: center;
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bg-newletter2.jpg') no-repeat center center;
  padding: 70px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe {
    padding: 70px 15px;
  }
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content {
  display: table;
  padding: 0px;
  width: 100%;
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .title-home {
  display: inline-table;
  margin-right: 60px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .title-home {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .title-home {
    display: none;
  }
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .title-home h2 {
  color: #fff;
  font-weight: bold;
  font-size: 278%;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .title-home h2 {
    font-size: 165%;
  }
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .input-box {
  display: inline-table;
  width: 58%;
  margin-right: -4px;
}
@media (max-width: 600px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .input-box {
    width: 70%;
  }
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .input-box input.input-text {
  height: 70px;
  background: transparent;
  color: #fff !important;
  font-weight: normal;
  border: 0px;
  font-size: 170%;
  border: 1px solid #fff;
  padding-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 360px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .input-box input.input-text {
    font-size: 100%;
  }
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .actions {
  display: inline-table;
  margin: 0;
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .actions .button {
  height: 70px;
  background: #fff;
  color: #362f2d;
  font-size: 170%;
  font-weight: bold;
  padding: 0 20px;
  text-transform: uppercase;
  border: 0px;
}
@media (max-width: 360px) {
  .cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .actions .button {
    font-size: 100%;
    padding: 0 5px;
  }
}
.cms-index-index.cmspage2 .content-main .wrapper-subscribe .block-content .actions .button:hover {
  background: #00dcdc;
  color: #fff;
}
.sm-productsgallery {
  /*margin:50px 0 50px !important; */
  float: left;
  width: 100%;
}
.sm-productsgallery > .content {
  width: 62%;
}
.sm-productsgallery > .content .sm_quickview_handler {
  top: -260%;
}
.sm-productsgallery > .content:hover .sm_quickview_handler {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm-productsgallery > .content:hover .image-slider-product {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm-productsgallery .nav-content {
  margin-bottom: 30px;
}
.sm-productsgallery .nav-content h3.title-header {
  color: #362f2d;
  margin: 0 0 18px;
  /*font-size: 280%; */
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 800px) {
  .sm-productsgallery .nav-content h3.title-header {
    margin: 0px 0 18px;
  }
}
.sm-productsgallery .nav-content .pre-text {
  color: #362f2d;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 50px;
}
.sm-productsgallery .nav-content .pre-text:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/gardenart.png') no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}
.sm-productsgallery a.loader-label {
  padding: 14px 28px;
}
.sm-productsgallery a.loader-label:hover {
  background: #00dcdc !important;
  border-color: #00dcdc !important;
  color: #fff !important;
}
.sm-productsgallery .caption-container {
  border-top: 1px solid #ebebeb;
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 30px;
  background: #fff;
}
.sm-productsgallery .caption-container .image-title a {
  color: #362f2d;
  display: block;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sm-productsgallery .caption-container .image-title a:hover {
  color: #00dcdc;
}
.sm-productsgallery .caption-container .item-review {
  background: #fff;
  left: 50%;
  margin-left: -70px;
  padding: 0 15px;
  position: absolute;
  top: -15px;
}
.sm-productsgallery .caption-container .item-review .rating-links,
.sm-productsgallery .caption-container .item-review .amount {
  display: none !important;
}
.sm-productsgallery .caption-container .rating-box .rating:before,
.sm-productsgallery .caption-container .rating-box:before,
.sm-productsgallery .caption-container .no-rating a:before {
  letter-spacing: 8px;
  font-size: 25px;
}
.sm-productsgallery .caption-container .no-rating {
  margin: 0px;
}
.sm-productsgallery .price .price,
.sm-productsgallery .minimal-price .price,
.sm-productsgallery .regular-price .price,
.sm-productsgallery .price-from .price,
.sm-productsgallery .price-to .price {
  font-size: 228%;
  font-weight: bold;
  color: #362f2d;
  line-height: 28px;
}
.sm-productsgallery .old-price .price {
  color: #959595;
  font-size: 128%;
  font-weight: bold;
}
.sm-productsgallery .actions {
  position: absolute;
  right: 30px;
  top: 40%;
}
.sm-productsgallery .add-to-links {
  float: left;
  display: inline-block;
  margin-top: 0px;
  background: #fff;
  height: 45px;
}
.sm-productsgallery .add-to-links li {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00dcdc;
}
.sm-productsgallery .add-to-links li a {
  margin: 7px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0px;
  -webkit-transition: all 0s ease-in-out 0s !important;
  -moz-transition: all 0s ease-in-out 0s !important;
  -ms-transition: all 0s ease-in-out 0s !important;
  -o-transition: all 0s ease-in-out 0s !important;
  transition: all 0s ease-in-out 0s !important;
}
.sm-productsgallery .add-to-links li a:before {
  display: none !important;
}
.sm-productsgallery .add-to-links li a.link-wishlist {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/wishlist.png') no-repeat center center #00dcdc;
}
.sm-productsgallery .add-to-links li a.link-compare {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/compare.png') no-repeat center center #00dcdc;
}
.sm-productsgallery .add-to-links li:hover {
  background: #00dcdc;
  border-color: #00dcdc;
}
.sm-productsgallery .add-to-links li:hover .link-compare {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/3.png') no-repeat center center #00dcdc;
}
.sm-productsgallery .add-to-links li:hover .link-wishlist {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/2.png') no-repeat center center #00dcdc;
}
@media (max-width: 360px) {
  .sm-productsgallery .add-to-links {
    display: none;
  }
}
.sm-productsgallery .item-addcart {
  float: left;
  height: 45px;
  margin: 0 5px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00dcdc;
}
.sm-productsgallery .item-addcart .btn-cart {
  margin: 7px !important;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart.png') no-repeat center center #00dcdc;
}
.sm-productsgallery .item-addcart:hover {
  background: #00dcdc;
  border-color: #00dcdc;
}
.sm-productsgallery .item-addcart:hover .btn-cart {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/1.png') no-repeat center center #00dcdc;
}
/*indexx2*/
.category-producthome {
  margin: 60px 0 50px;
}
.category-producthome .sm-basic-title {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.category-producthome .sm-basic-title h2.gfont3 {
  color: #362f2d;
  margin: 0;
  font-size: 280%;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}
.category-producthome .sm-basic-title .bs-pretext {
  color: #362f2d;
  float: left;
  line-height: 20px;
  margin: 0 20px;
  padding-left: 55px;
  position: relative;
  width: 50%;
}
.category-producthome .sm-basic-title .bs-pretext:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon2.png') no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 43px;
}
.wrapper-basicbottom .category-producthome .sm-basic-title .bs-pretext:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon3.png') no-repeat 0 0;
}
.category-producthome .bs-posttext {
  margin-top: 10px;
  text-align: right;
}
.category-producthome .view-more {
  border: 1px solid #362f2d;
  color: #362f2d;
  font-size: 128%;
  font-weight: bold;
  padding: 13px 34px;
  text-transform: uppercase;
}
.category-producthome .view-more:hover {
  background: #00dcdc;
  color: #fff;
  border-color: #00dcdc;
}
@media (max-width: 600px) {
  .category-producthome .products-grid .item {
    width: 100%;
  }
}
.category-producthome .item-inner {
  padding-bottom: 0px !important;
  margin-bottom: 30px;
}
.category-producthome .item-inner:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.category-producthome .box-image {
  border: 0px !important;
  background: #fff;
}
.category-producthome .box-infoitem {
  position: relative;
  width: 100%;
  padding: 34px;
  background: #fff;
  text-align: left;
}
.category-producthome .box-infoitem .product-name {
  border: 0px !important;
  height: auto !important;
  padding: 0 0 10px 0 !important;
}
.category-producthome .box-infoitem .product-name a {
  color: #362f2d;
  display: block;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.category-producthome .box-infoitem .product-name a:hover {
  color: #00dcdc;
}
.category-producthome .box-infoitem .price .price,
.category-producthome .box-infoitem .minimal-price .price,
.category-producthome .box-infoitem .regular-price .price,
.category-producthome .box-infoitem .price-from .price,
.category-producthome .box-infoitem .price-to .price {
  font-size: 170%;
  font-weight: bold;
  color: #362f2d;
  line-height: 28px;
}
.category-producthome .box-infoitem .old-price {
  margin-top: -1px;
}
.category-producthome .box-infoitem .old-price .price {
  color: #959595;
  font-size: 125%;
  font-weight: bold;
}
.category-producthome .item-addcart {
  float: left;
  height: 45px;
  margin: 0 5px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00dcdc;
}
.category-producthome .item-addcart .btn-cart {
  margin: 7px !important;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/cart.png') no-repeat center center #00dcdc;
}
.category-producthome .item-addcart:hover {
  background: #00dcdc;
  border-color: #00dcdc;
}
.category-producthome .item-addcart:hover .btn-cart {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/1.png') no-repeat center center #00dcdc;
}
.category-producthome .add-to-links {
  float: left;
  display: inline-block;
  margin-top: 0px;
  background: #fff;
  height: 45px;
}
.category-producthome .add-to-links li {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00dcdc;
}
.category-producthome .add-to-links li a {
  margin: 7px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0px;
  -webkit-transition: all 0s ease-in-out 0s !important;
  -moz-transition: all 0s ease-in-out 0s !important;
  -ms-transition: all 0s ease-in-out 0s !important;
  -o-transition: all 0s ease-in-out 0s !important;
  transition: all 0s ease-in-out 0s !important;
}
.category-producthome .add-to-links li a:before {
  display: none !important;
}
.category-producthome .add-to-links li a.link-wishlist {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/wishlist.png') no-repeat center center #00dcdc;
}
.category-producthome .add-to-links li a.link-compare {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/compare.png') no-repeat center center #00dcdc;
}
.category-producthome .add-to-links li:hover {
  background: #00dcdc;
  border-color: #00dcdc;
}
.category-producthome .add-to-links li:hover .link-compare {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/3.png') no-repeat center center #00dcdc;
}
.category-producthome .add-to-links li:hover .link-wishlist {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/2.png') no-repeat center center #00dcdc;
}
.category-producthome .col-left {
  padding: 0px;
}
@media (min-width: 800px) {
  .wrapper-basicbottom .category-producthome .col-left {
    float: right !important;
  }
}
.category-producthome .col-left .item-inner .box-infoitem:before,
.category-producthome .col-left .item-inner .box-infoitem:after {
  background: #ebebeb;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 0;
  width: 35%;
}
.category-producthome .col-left .item-inner .box-infoitem:before {
  left: 0;
}
.category-producthome .col-left .item-inner .box-infoitem:after {
  right: 0;
}
.category-producthome .col-left .item-inner .box-infoitem .product-name a {
  font-size: 115%;
}
.category-producthome .col-left .old-price {
  margin-top: -8px;
}
.category-producthome .col-left .price .price,
.category-producthome .col-left .minimal-price .price,
.category-producthome .col-left .regular-price .price,
.category-producthome .col-left .price-from .price,
.category-producthome .col-left .price-to .price {
  font-size: 228%;
}
.category-producthome .col-left .item-review {
  left: 50%;
  margin-left: -88px;
  padding: 0 15px;
  position: absolute;
  top: -15px;
}
.category-producthome .col-left .item-review .rating-links,
.category-producthome .col-left .item-review .amount {
  display: none !important;
}
.category-producthome .col-left .rating-box .rating,
.category-producthome .col-left .rating-box {
  margin: 0px;
}
.category-producthome .col-left .rating-box .rating:before,
.category-producthome .col-left .rating-box:before {
  letter-spacing: 8px;
  font-size: 25px;
}
.category-producthome .col-left .actions {
  position: absolute;
  right: 30px;
  top: 40%;
}
@media (max-width: 360px) {
  .category-producthome .col-left .actions {
    right: 10px;
  }
  .category-producthome .col-left .actions .add-to-links {
    display: none !important;
  }
}
.category-producthome .col-right {
  padding: 0px;
}
.category-producthome .col-right .bs-item {
  float: left;
  width: 50%;
}
@media (max-width: 360px) {
  .category-producthome .col-right .bs-item {
    width: 100%;
  }
}
.category-producthome .col-right .item-inner {
  overflow: hidden;
  margin-left: 30px;
}
@media (max-width: 360px) {
  .category-producthome .col-right .item-inner {
    margin-left: 0;
  }
}
.wrapper-basicbottom .category-producthome .col-right .item-inner {
  margin-right: 30px !important;
  margin-left: 0px;
}
.category-producthome .col-right .item-inner .box-infoitem {
  padding: 9px 15px ;
  border-top: 1px solid #ebebeb;
}
@media (min-width: 1024px) {
  .category-producthome .col-right .item-inner .box-infoitem {
    padding: 12px 15px ;
  }
}
.category-producthome .col-right .item-inner .box-infoitem .product-name {
  padding: 0px !important;
  border: 0px !important;
}
.category-producthome .col-right .item-inner .box-infoitem .item-review {
  display: none;
}
.category-producthome .col-right .item-inner .box-infoitem .price-box {
  margin: 0px !important;
}
.category-producthome .col-right .item-inner .box-infoitem .actions {
  position: absolute;
  right: 15px;
  top: 15px;
}
.category-producthome .col-right .item-inner .box-infoitem .actions .add-to-links {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(190px, 0px);
  -moz-transform: translate(190px, 0px);
  -o-transform: translate(190px, 0px);
  transform: translate(190px, 0px);
}
.category-producthome .col-right .item-inner:hover .actions .add-to-links {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/*=index3=*/
.homebanner-full .col-md-3 {
  padding: 0px;
}
.homebanner-full .col-md-3 .banner-img-3 {
  display: block;
  position: relative;
}
.homebanner-full .col-md-3 .banner-img-3:after {
  content: "";
  display: inline-block;
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
  background: #00dcdc;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.homebanner-full .col-md-3 .banner-img-3:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.homebanner-full .col-md-3 h2.gfont {
  color: #fff;
  font-size: 300%;
  line-height: 45px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 38%;
  width: 100%;
  z-index: 99;
}
@media (max-width: 360px) {
  .homebanner-full .col-md-3 h2.gfont {
    font-size: 150%;
    letter-spacing: 0px;
    line-height: 15px;
  }
}
.wrapper-deals3 {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bg-deals.jpg') no-repeat 0 0;
  margin-bottom: 80px;
}
.wrapper-deals3 .deal-item-inner {
  float: left;
  margin: 60px 150px 70px;
}
@media (max-width: 800px) {
  .wrapper-deals3 .deal-item-inner {
    margin: 60px 10px 70px;
  }
}
.wrapper-deals3 .deal-item-inner .deal-title a {
  color: #363636;
  font-weight: bold;
  font-size: 270%;
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 360px) {
  .wrapper-deals3 .deal-item-inner .deal-title a {
    font-size: 200%;
  }
}
.wrapper-deals3 .deal-item-inner .deal-title a:hover {
  color: #00dcdc;
}
.wrapper-deals3 .deal-item-inner #product_time_1 {
  margin-bottom: 25px;
}
.wrapper-deals3 .deal-item-inner .time-item {
  display: inline-block;
  width: 100px;
  color: #363636;
  line-height: 25px;
  border-left: 2px solid #363636;
  padding-left: 15px;
}
.wrapper-deals3 .deal-item-inner .time-item .num-time {
  font-size: 170%;
  font-weight: bold;
}
.wrapper-deals3 .deal-item-inner .time-item .name-time {
  font-size: 115%;
  font-weight: normal;
  text-transform: capitalize;
}
.wrapper-deals3 .deal-item-inner .deal-description {
  color: #707070;
  font-size: 100%;
  margin-bottom: 15px;
  width: 45%;
}
@media (max-width: 600px) {
  .wrapper-deals3 .deal-item-inner .deal-description {
    width: 100%;
  }
}
.wrapper-deals3 .deal-item-inner .deal-price {
  float: left;
  margin-right: 70px;
}
.wrapper-deals3 .deal-item-inner .price-box .old-price {
  float: left;
  margin: 10px 15px 0 0;
}
.wrapper-deals3 .deal-item-inner .price-box .old-price .price {
  font-size: 100%;
  color: #898989;
  font-weight: bold;
}
.wrapper-deals3 .deal-item-inner .price-box .price .price,
.wrapper-deals3 .deal-item-inner .price-box .price-box .minimal-price .price {
  color: #363636;
  font-weight: bold;
  font-size: 200%;
}
.wrapper-deals3 .deal-item-inner .deal-btn-addtocart {
  float: left;
}
.wrapper-deals3 .deal-item-inner .deal-btn-addtocart .button.btn-cart {
  margin-top: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #363636;
  background: transparent;
  font-size: 100%;
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
  display: block;
}
.wrapper-deals3 .deal-item-inner .deal-btn-addtocart .button.btn-cart:hover {
  border-color: #00dcdc;
  background: #00dcdc;
}
.product-tabs-home3 {
  margin-bottom: 90px;
}
.product-tabs-home3 .ltabs-items-container {
  margin: 0 -20px;
}
.product-tabs-home3 .tab-listing-title {
  text-align: center;
  color: #00dcdc;
  margin-bottom: 25px !important;
  margin-top: 45px;
  font-size: 270% !important;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media (max-width: 991px) {
  .product-tabs-home3 .tab-listing-title {
    font-size: 200% !important;
  }
}
.product-tabs-home3 .tab-listing-title:after {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/img-feature.jpg') no-repeat 0 0;
  bottom: -36px;
  content: "";
  display: inline-block;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: table;
  margin: 0 auto 40px;
}
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
  background: transparent;
}
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span {
  font-size: 100%;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 20px 0;
}
@media (max-width: 360px) {
  .product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span {
    text-transform: capitalize;
    padding: 15px 20px 5px;
  }
}
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  bottom: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00dcdc;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 360px) {
  .product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span:after {
    display: none !important;
  }
}
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel > span,
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover > span {
  color: #00dcdc !important;
}
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel > span:after,
.product-tabs-home3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover > span:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-tabs-home3 .ltabs-items-container,
.product-tabs-home3 .ltabs-items,
.product-tabs-home3 .ltabs-items-inner {
  overflow: inherit !important;
}
.product-tabs-home3 .img-category {
  float: right;
}
@media (max-width: 600px) {
  .product-tabs-home3 .img-category {
    float: left;
  }
}
.product-tabs-home3 .img-category a {
  display: block;
  margin-bottom: 25px;
  max-height: 555px;
  overflow: hidden;
  max-width: 560px;
}
@media (max-width: 1024px) {
  .product-tabs-home3 .img-category a {
    max-height: 440px;
    max-width: 440px;
  }
}
.product-tabs-home3 .ltabs-item {
  margin-bottom: 30px !important;
}
.product-tabs-home3 .ltabs-item .item-inner {
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .product-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.043);
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price {
  bottom: 10px;
  padding-right: 5px;
  position: absolute;
  right: 35px;
  text-align: right;
}
@media (max-width: 800px) {
  .product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price {
    right: 15px;
  }
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box p {
  display: block !important;
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box .price-from .price,
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box .price-to .price,
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box .regular-price .price,
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box .special-price .price {
  color: #363636;
  font-size: 100% !important;
  font-weight: bold;
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box .old-price {
  margin: 0px;
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-box .old-price .price {
  font-size: 78% !important;
}
.product-tabs-home3 .ltabs-item .item-inner .box-image1 .item-price .price-label {
  font-weight: normal !important;
  color: #363636;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info {
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 22px 25px;
  position: absolute;
  width: 590px;
  z-index: 500;
  border: 1px solid ;
}
@media (max-width: 800px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info {
    width: 280px;
    padding: 15px;
  }
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .img-info {
  float: left;
}
@media (max-width: 600px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info .img-info {
    display: none;
  }
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .product-info {
  margin-left: 290px;
}
@media (max-width: 600px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info .product-info {
    margin-left: 0px;
  }
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .product-info .price-box > p {
  display: block;
  margin: 0 !important;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .product-info .old-price .price {
  font-size: 85%;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .ratings,
.product-tabs-home3 .ltabs-item .item-inner .item-info .no-rating {
  display: inline-block !important;
  margin: 10px 0 25px;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .ratings .amount,
.product-tabs-home3 .ltabs-item .item-inner .item-info .no-rating .amount {
  display: none !important;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .item-title a {
  color: #363636;
  font-size: 115%;
  font-weight: bold;
  text-transform: capitalize;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .btn-cart {
  font-weight: bold;
  text-transform: uppercase;
  color: #363636;
  font-size: 115%;
  border: 1px solid  #363636;
  margin-bottom: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 10px;
  float: left;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .btn-cart:hover {
  border-color: #00dcdc;
  color: #fff;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .add-to-links {
  height: 42px;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .add-to-links li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #cdcdcd;
  text-align: center;
  margin: 0 3px !important;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .add-to-links li a:before {
  margin: 3px 0;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .add-to-links li a:hover {
  border-color: #00dcdc;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .item-price {
  margin: 0;
  float: left;
  width: 100%;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info .item-price .price-box .price-from .price,
.product-tabs-home3 .ltabs-item .item-inner .item-info .item-price .price-box .price-to .price,
.product-tabs-home3 .ltabs-item .item-inner .item-info .item-price .regular-price .price,
.product-tabs-home3 .ltabs-item .item-inner .item-info .item-price .special-price .price {
  color: #363636;
  font-size: 128% !important;
  font-weight: bold;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info.fright {
  left: -107% !important;
}
@media (max-width: 1024px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info.fright {
    left: -158% !important;
  }
}
@media (max-width: 980px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info.fright {
    left: -186% !important;
  }
}
@media (max-width: 360px) {
  .product-tabs-home3 .ltabs-item .item-inner .item-info.fright {
    left: 20px !important;
  }
}
.product-tabs-home3 .ltabs-item .item-inner .item-info.fright .img-info {
  float: right !important;
}
.product-tabs-home3 .ltabs-item .item-inner .item-info.fright .product-info {
  margin-right: 290px !important;
  margin-left: 0 !important;
}
.product-tabs-home3 .ltabs-item .item-inner:hover .item-info {
  display: block;
  left: 0px;
  top: -40px;
}
@media (min-width: 760px) and (max-width: 980px) {
  .product-tabs-home3 .ltabs-item .item-inner:hover .item-info {
    top: -80px;
  }
}
@media (max-width: 800px) {
  .product-tabs-home3 .ltabs-item .item-inner:hover .item-info {
    left: 0px;
  }
}
@media (max-width: 600px) {
  .product-tabs-home3 .ltabs-item .item-inner:hover .item-info {
    top: 10px;
  }
}
.product-tabs-home3 .ltabs-loadmore-btn {
  background: #00dcdc;
  color: #fff;
  font-size: 170%;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  padding: 10px 40px;
  width: auto !important;
  margin-top: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.product-tabs-home3 .ltabs-loadmore-btn:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.product-tabs-home3.tabs-bottom3 .tab-listing-title {
  margin-top: 0px !important;
}
.product-tabs-home3.tabs-bottom3 .wraptop-item {
  float: right;
  padding-left: 0px !important;
}
.product-tabs-home3.tabs-bottom3 .img-category {
  text-align: right !important;
  float: left !important;
}
.wrapper-bacsicproduct-home3 {
  margin-bottom: 0px;
}
.wrapper-bacsicproduct-home3 .col-md-6 {
  padding: 0px;
}
.wrapper-bacsicproduct-home3 h2.gfont {
  font-size: 270%;
  text-transform: uppercase;
  font-weight: bold;
  color: #00dcdc;
  margin-bottom: 35px;
}
@media (max-width: 360px) {
  .wrapper-bacsicproduct-home3 h2.gfont {
    font-size: 200%;
  }
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item {
  display: inline-block;
  width: 100%;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner {
  position: relative;
  margin-bottom: 30px;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .box-image .product-image {
  text-align: center;
  z-index: 0;
  display: block;
  width: 100%;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .box-image .product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.043);
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .box-image .product-image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.75);
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .product-name {
  left: 0;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: 2;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .product-name a {
  font-size: 115%;
  text-transform: capitalize;
  font-weight: bold;
  color: #363636;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .product-name a:hover {
  color: #00dcdc;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner .bs-price {
  bottom: 10px;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner:hover .product-name {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner.item-first .product-name {
  background: #fff;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner.item-last .product-name {
  padding: 30px 5px 10px 30px;
}
.wrapper-bacsicproduct-home3 .sm-basic-products .bs-resp01-4 .bs-item .item-inner.item-last:hover .box-image .product-image:after {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
}
.wrapper-bacsicproduct-home3 .price-box .price .price,
.wrapper-bacsicproduct-home3 .price-box .minimal-price .price,
.wrapper-bacsicproduct-home3 .regular-price .price {
  color: #363636;
  font-size: 100% !important;
  font-weight: bold;
}
.wrapper-bacsicproduct-home3 .price-label {
  font-weight: normal !important;
  color: #363636;
}
.wrapper-bacsicproduct-home3 .old-price .price {
  font-size: 100% !important;
}
.account-login,
.account-create,
.des-cat1 .about-us,
.opc-wrapper-opc,
.main-container .my-account {
  background: #fff;
  padding: 15px;
}
.customer-account-forgotpassword .content-main .col-lg-12 .page-title,
.customer-account-forgotpassword .content-main .col-lg-12 > form {
  background: #fff;
  padding: 15px;
  margin: 0px;
}
.basic-custom.category-products {
  padding: 0 0 30px;
}
.basic-custom.category-products .title-home h2 {
  color: #363636;
  font-size: 215%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wrapper-dealers1 {
  background: none !important;
  margin-bottom: 5px;
}
.wrapper-dealers1 .page-blog-home {
  padding: 0;
}
.wrapper-dealers1 .page-blog-home p.des {
  margin-bottom: 0;
}
.wrapper-dealers1 .page-blog-home .page-title-blog {
  margin-bottom: 20px;
}
.wrapper-dealers1 .page-blog-home .page-title-blog h1 {
  text-align: left !important;
  font-size: 210%;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  color: #362f2d;
}
.wrapper-dealers1 .page-blog-home .page-title-blog .page-blog-more {
  text-align: right !important;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
  color: #362f2d;
  font-style: italic;
}
.wrapper-dealers1 .page-blog-home .item {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .wrapper-dealers1 .page-blog-home .item {
    width: 50%;
    padding: 0 3px;
  }
}
.wrapper-dealers1 .page-blog-home .item .image-blog img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  width: 100%;
  /*@media (min-width: 900px) {
						max-height: 248px;
					} */
}
.wrapper-dealers1 .page-blog-home .item .info-blog .wrapper-info-blog .postTitle {
  border-bottom: none !important;
  height: 40px;
}
.wrapper-dealers1 .page-blog-home .last {
  float: right;
  margin: 0;
}
.wrapper-events1 {
  background: none !important;
  margin: -30px 0 70px;
}
@media (max-width: 768px) {
  .wrapper-events1 {
    margin: 0;
  }
}
.wrapper-events1 .page-blog-home {
  padding: 0;
}
.wrapper-events1 .page-blog-home p.des {
  margin-bottom: 0;
}
.wrapper-events1 .page-blog-home .item {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .wrapper-events1 .page-blog-home .item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wrapper-events1 .page-blog-home .item {
    width: 100%;
  }
}
.wrapper-events1 .page-blog-home .item .image-blog {
  border-right: 1px solid #FFF;
}
.wrapper-events1 .page-blog-home .item .image-blog img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.wrapper-events1 .page-blog-home .item .info-blog .wrapper-info-blog .postTitle {
  border-bottom: none !important;
  height: 40px;
}
.wrapper-news1 {
  background: none !important;
  margin: -20px 0 60px;
}
@media (max-width: 768px) {
  .wrapper-news1 {
    margin: 0;
  }
}
.wrapper-news1 .page-blog-home {
  padding: 0;
}
.wrapper-news1 .page-blog-home p.des {
  margin-bottom: 0;
}
.wrapper-news1 .page-blog-home .page-title-blog {
  margin-bottom: 20px;
}
.wrapper-news1 .page-blog-home .page-title-blog h1 {
  text-align: left !important;
  font-size: 210%;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  color: #362f2d;
}
.wrapper-news1 .page-blog-home .page-title-blog .page-blog-more {
  text-align: right !important;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
  color: #362f2d;
  font-style: italic;
}
.wrapper-news1 .page-blog-home .item {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .wrapper-news1 .page-blog-home .item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wrapper-news1 .page-blog-home .item {
    width: 100%;
  }
}
.wrapper-news1 .page-blog-home .item .image-blog {
  border-right: 1px solid #FFF;
}
.wrapper-news1 .page-blog-home .item .image-blog img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  /*width:100%; */
  height: 200px;
}
.wrapper-news1 .page-blog-home .item .info-blog .wrapper-info-blog .postTitle {
  border-bottom: none !important;
  height: 40px;
}
/*************Newsletter POPUP Start***************/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 100000;
  display: none;
}
.popup1 {
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 99999;
}
.popup1 .newsletter {
  width: auto;
}
.newsletter-sign-box {
  border-radius: 0;
  left: 50%;
  margin: 50px 0px 0px -250px;
  min-height: 150px;
  min-width: 450px;
  position: absolute;
  top: 25%;
  width: 500px;
  z-index: 1000000;
  background: #fff;
  padding: 40px;
}
.popup1 .x {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1000000;
}
.popup1 .x:hover {
  cursor: pointer;
}
.newsletter-sign-box h3 {
  color: #000000;
  /*font-family: "Raleway", serif;
	font-size: 28px; */
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 150%;
}
.newsletter-sign-box h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #666;
}
.newsletter-sign-box .input-box {
  margin-bottom: 15px;
}
.newsletter-sign-box .input-box input {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0px;
  padding: 10px;
  width: 275px;
  border: 1px solid #999999;
  height: 45px;
  background: #fff;
  color: #898989 !important;
  font-size: 100%;
  padding-left: 20px;
  text-transform: capitalize;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.newsletter-sign-box .subscribe {
  background: none repeat scroll 0 0 #00dcdc;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  line-height: 13px;
  margin-bottom: 20px;
  padding: 12px 20px !important;
  border: none !important;
  height: 45px;
  font-size: 130%;
  font-weight: bold;
  padding: 0 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: capitalize;
  border: 0px;
}
.newsletter-sign-box .subscribe:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
/*
.newsletter-sign-box button.button span {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:normal; font-family: Lato, sans-serif;;
}
*/
.newsletter-sign-box .subscribe-bottom {
  color: #666;
  font-size: 12px;
  line-height: 3px !important;
  margin-top: 30px;
  text-align: center;
  display: block;
}
.newsletter-sign-box .subscribe-bottom input {
  margin: 0px 8px 0 0;
  vertical-align: middle;
}
#formSuccess1 {
  font-size: 18px;
  padding: 48px 0 0;
  text-align: center;
}
.popup1 .newsletter .validation-advice {
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
  /* left: 0; */
}
.popup1 .line {
  background: #00dcdc;
  height: 5px;
  width: 100px;
  margin: auto;
  margin-bottom: 20px;
}
/*************Newsletter POPUP END***************/
.banner-lang {
  margin-top: -35px;
  margin-bottom: 30px;
}
.categories-title-text {
  margin-top: 40px;
}
/*************Hot Sale Start***************/
.hot-sale-header {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.home-collection {
  margin-top: 70px;
}
.hot-sale-header h3 {
  margin-bottom: 30px;
  font-size: 31px;
  font-weight: normal;
  color: #222;
  line-height: 52px;
  text-transform: uppercase;
}
.hot-sale-header hr {
  background-color: #161616;
  border-color: #161616;
  color: #161616;
  height: 1px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
.banner-inner {
  float: left;
  width: 50%;
  position: relative;
}
.banner-left {
  position: relative;
  overflow: hidden;
}
.banner-left-inner {
  position: relative;
  padding-right: 17px;
}
.banner-left-top {
  overflow: hidden;
  margin-bottom: 30px;
}
.banner-left-top1 {
  width: 50%;
  float: left;
}
.banner-left-top2 {
  width: 50%;
  float: right;
}
.banner-right {
  position: relative;
}
.banner-right-inner {
  padding-left: 17px;
}
.sub-img1 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
}
.sub-img1-inner {
  padding-right: 15px;
}
.banner-left-top1-inner {
  padding-right: 15px;
}
.banner-left-top2-inner {
  padding-left: 15px;
}
.banner-left-top1-inner,
.banner-left-top2-inner,
.sub-img1-inner,
.sub-img2-inner,
.sub-img3-inner,
.sub-img4-inner {
  position: relative;
  overflow: hidden;
}
.banner-right-top {
  position: relative;
}
.cms-banner-right.cms-text {
  position: absolute;
  top: 25%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}
.banner-right-top .cms-banner-right.cms-text {
  top: 45px;
}
.banner-right-top1-inner .text-right1 {
  font-size: 15px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-transform: uppercase;
}
.cms-title {
  text-transform: uppercase;
}
.banner-right-top1-inner .text-right2.cms-title {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 14px;
}
.banner-right-top1-inner .text-right3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.5px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
}
.banner-right-top1-inner .text-right4 {
  width: 120px;
  background: rgba(15, 183, 164, 0.8);
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 40px auto 0px;
}
.text-right4 .percent {
  font-size: 30px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding-top: 12px;
}
.text-right4 .emi,
.text-right4 .option {
  font-size: 15px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.banner-right-top::before,
.banner-left-top1-inner::before,
.banner-left-top2-inner::before,
.banner-right .sub-img1-inner::before,
.banner-right .sub-img2-inner::before,
.banner-right .sub-img3-inner::before,
.banner-right .sub-img4-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 70%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 70%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  z-index: 9;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.banner-outer a.img {
  display: block;
  overflow: hidden;
}
.banner-left img.leftbanner,
.banner-right .sub-img1-inner img.leftbanner,
.banner-right .sub-img2-inner img.leftbanner,
.banner-right .sub-img3-inner img.leftbanner,
.banner-right .sub-img4-inner img.leftbanner {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  width: 100%;
}
.sub-img1-inner .text-right1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #bababa;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.sub-img1-inner .text-right2.cms-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.sub-img1-inner .text-right3 {
  height: 1px;
  background: #bababa;
  width: 55px;
  text-align: center;
  margin: 25px auto 35px;
}
.sub-img1-inner .text-right4 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
}
.sub-img2 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 50%;
  float: right;
}
.sub-img2-inner {
  padding-left: 15px;
}
.cms-banner-right2.cms-text {
  position: absolute;
  top: 45px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}
.sub-img2 .text-right-part1.cms-title {
  font-size: 14px;
  color: #727272;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 35px;
  padding-left: 8px;
}
.sub-img2 .text-right-part2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  text-align: left;
  padding-left: 1.5em;
}
.banner-right-bottom {
  clear: both;
}
.sub-img3 {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
}
.sub-img3-inner {
  padding-right: 15px;
}
.cms-banner-right3.cms-text {
  position: absolute;
  top: 17.8%;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 99;
}
.bottom-left1,
.bottom-left2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.bottom-left3 {
  width: 55px;
  height: 1px;
  background: #6f6f6f;
  text-align: center;
  margin: 25px auto 30px;
}
.bottom-left4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.bottom-left5 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #0fb7a4;
  letter-spacing: 0.5px;
  line-height: 23px;
}
.sub-img4 {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: right;
}
.sub-img4-inner {
  padding-left: 15px;
}
.cms-banner-right4.cms-text {
  position: absolute;
  top: 23px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 99;
}
.sub-img4 .text-right-part1.cms-title {
  font-size: 22px;
  color: #222222;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 0px 20px;
}
.sub-img4 .text-right-part1.cms-title span {
  font-weight: 600;
}
.sub-img4 .text-right-part2 {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 8px;
  color: #3dc3b4;
  font-size: 20px;
  padding: 0px 20px;
}
.banner-outer a.backcolor {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media only screen and (max-width: 1366px) {
  .brand-outer,
  .banner-outer {
    margin-bottom: 25px;
  }
  .text-right-part1.cms-title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-right-top1-inner .text-right3 {
    font-size: 18px;
  }
  .banner-right-top1-inner .text-right2.cms-title {
    font-size: 26px;
    line-height: 26px;
  }
  .sub-img1-inner .text-right1,
  .sub-img1-inner .text-right2.cms-title {
    font-size: 22px;
    line-height: 26px;
  }
  .sub-img1-inner .text-right3 {
    margin: 20px auto;
  }
  .sub-img2 .text-right-part1.cms-title {
    font-size: 16px;
  }
  .sub-img2 .text-right-part2 {
    font-size: 26px;
  }
  .cms-banner-right3.cms-text {
    top: 20%;
  }
  .bottom-left1,
  .bottom-left2 {
    font-size: 18px;
    line-height: 20px;
  }
  .bottom-left3 {
    margin: 15px auto;
  }
  .bottom-left4,
  .bottom-left5 {
    font-size: 16px;
    line-height: 20px;
  }
  .cms-banner-right4.cms-text {
    top: 20%;
  }
  .sub-img4 .text-right-part1.cms-title,
  .sub-img4 .text-right-part2 {
    font-size: 18px;
    line-height: 22px;
  }
  .banner-left-top {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-left-inner {
    padding-right: 10px;
  }
  .banner-left-top {
    margin-bottom: 8px;
  }
  .sub-img1,
  .sub-img2 {
    margin-bottom: 10px;
  }
  .banner-left-top1-inner,
  .sub-img3-inner {
    padding-right: 5px;
  }
  .banner-left-top2-inner,
  .sub-img4-inner {
    padding-left: 5px;
  }
  .sub-img1-inner {
    padding-right: 10px;
  }
  .sub-img2-inner {
    padding-left: 10px;
  }
  .sub-img1-inner .text-right1,
  .sub-img1-inner .text-right2.cms-title {
    font-size: 18px;
    line-height: 22px;
  }
  .cms-banner-right .text-right1 {
    font-size: 18px;
  }
  .banner-right-top1-inner .text-right2.cms-title {
    font-size: 22px;
    line-height: 22px;
  }
  .banner-right-top1-inner .text-right3 {
    font-size: 16px;
  }
  .sub-img1-inner .text-right3 {
    margin: 20px auto;
  }
  .banner-left .text-left3,
  .banner-right .text-right3 {
    margin-top: 10px;
  }
  .banner-left .text-left4,
  .banner-right .text-right4 {
    font-size: 18px;
    margin-top: 20px;
  }
  .sub-img2 .text-right-part1.cms-title {
    font-size: 15px;
  }
  .sub-img2 .text-right-part2 {
    font-size: 22px;
  }
  .cms-banner-right3.cms-text {
    top: 20%;
  }
  .bottom-left1,
  .bottom-left2 {
    font-size: 16px;
    line-height: 18px;
  }
  .bottom-left3 {
    margin: 15px auto;
  }
  .bottom-left4,
  .bottom-left5 {
    font-size: 15px;
    line-height: 18px;
  }
  .cms-banner-right4.cms-text {
    top: 20%;
  }
  .sub-img4 .text-right-part1.cms-title,
  .sub-img4 .text-right-part2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-left-inner {
    padding-right: 8px;
  }
  .banner-inner {
    width: 100%;
  }
  .banner-outer {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .banner-right {
    padding-left: 8px;
  }
  .banner-left-top {
    margin-bottom: 5px;
  }
  .banner-right-top {
    margin-bottom: 10px;
  }
  .banner-right-top .cms-banner-right.cms-text {
    top: 30px;
  }
  .banner-right-top1-inner .text-right2.cms-title {
    font-size: 18px;
    line-height: 18px;
  }
  .banner-inner img {
    margin-top: 5px;
  }
  .banner-right-top1-inner .text-right3 {
    font-size: 14px;
  }
  .banner-right-top1-inner .text-right4 {
    width: 100px;
    height: 100px;
  }
  .text-right4 .percent {
    font-size: 22px;
  }
  .text-right4 .emi,
  .text-right4 .option {
    font-size: 12px;
  }
  .sub-img1-inner .text-right1,
  .sub-img1-inner .text-right2.cms-title,
  .banner-left .text-left4,
  .banner-right .text-right4 {
    font-size: 14px;
    line-height: 16px;
  }
  .sub-img1-inner .text-right3 {
    margin: 20px auto;
  }
  .sub-img2 .text-right-part1.cms-title {
    font-size: 12px;
  }
  .sub-img2 .text-right-part2 {
    font-size: 18px;
  }
  .cms-banner-right3.cms-text {
    top: 20%;
  }
  .bottom-left1,
  .bottom-left2 {
    font-size: 12px;
    line-height: 14px;
  }
  .bottom-left3 {
    margin: 10px auto;
  }
  .bottom-left4,
  .bottom-left5 {
    font-size: 12px;
    line-height: 14px;
  }
  .cms-banner-right4.cms-text {
    top: 20%;
  }
  .sub-img4 .text-right-part1.cms-title,
  .sub-img4 .text-right-part2 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }
  .sub-img1-inner {
    padding-right: 5px;
  }
  .sub-img2-inner {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-inner,
  .banner-left,
  .banner-right {
    width: 100%;
    padding: 0px;
  }
  .banner-left {
    margin-bottom: 20px;
  }
  .cms-banner-right2.cms-text {
    top: 3em;
  }
}
@media only screen and (max-width: 479px) {
  .banner-outer {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .banner-inner {
    width: 100%;
  }
  .banner-left,
  .banner-right {
    padding: 0px;
    margin-bottom: 5px;
  }
  .cms-text .text-left1,
  .cms-text .text-left3,
  .cms-text .text-left4,
  .cms-text .text-right1,
  .cms-text .text-right3,
  .cms-text .text-right4,
  .text-right-part2 {
    display: none;
  }
  .bottom-left1,
  .bottom-left2,
  .bottom-left4,
  .bottom-left5 {
    font-size: 10px;
  }
}
/*************Hot Sale END***************/
/*************Home Newsletter Start***************/
.home-newsletter {
  background: #ebebeb;
  margin-top: 90px;
}
.home-newsletter .block-content {
  position: relative;
}
.home-newsletter .actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-newsletter-content {
  background: #ffffff;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-newsletter .input-box input.input-text {
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 100%;
  padding: 0 20px;
}
/*************Home Newsletter END***************/
.dealer-home h2 {
  text-align: center;
}
.product-view .product-shop input.button {
  border: 0;
  background: #00dcdc;
  color: #fff;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 100%;
  padding: 0 20px;
  text-transform: uppercase;
}
/*************Category Inquiry Start***************/
.inquiry_popup {
  z-index: 9999;
  position: fixed;
  bottom: 5%;
  left: 30%;
  width: 450px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 10px;
}
.inquiry_popup h2 {
  font-size: 22px;
  padding-bottom: 10px;
}
.inquiry_popup textarea {
  height: 60px;
}
#inquiry_close {
  text-align: right;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .box-info .product-shop {
    padding-top: 0;
  }
  .inquiry_popup {
    bottom: 15%;
  }
  .inquiry_popup #question_field {
    height: 50px;
  }
  .inquiry_popup .fieldset {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .inquiry_popup .fieldset p,
  .inquiry_popup .fieldset ul {
    margin-bottom: 0;
  }
  .inquiry_popup .form-list li {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .inquiry_popup {
    left: 0%;
    width: 94%;
    margin-left: 3%;
  }
  .inquiry_area h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
/*************Category Inquiry END***************/
.popup-header {
  background-color: #00dcdc;
  color: #ffffff;
  padding: 5px 10px;
}
.popup-pdf {
  bottom: 20%;
  display: none;
}
.popup-pdf .home-newsletter {
  margin-top: -20px;
}
.popup-coupon {
  width: 100%;
  left: 0;
  bottom: 10%;
  background-color: transparent;
  z-index: 99999;
  position: fixed;
}
.popup-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.popup-coupon #inquiry_close {
  position: absolute;
  right: 0;
}
.popup-coupon #inquiry_close span {
  padding: 5px 10px;
  background-color: #fff;
  display: inline-block;
}
.coupon-font {
  color: #00dcdc;
}
@media only screen and (max-width: 400px) {
  .popup-coupon {
    bottom: 40%;
  }
  .popup-content {
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .popup-content {
    width: 800px;
  }
}
@media only screen and (min-width: 1900px) {
  .popup-coupon {
    bottom: 25%;
  }
}
/*************Page Sale END***************/
.mrt60 {
  margin-top: 60px;
  margin-bottom: -40px;
}
.page-hot {
  position: relative;
}
.page-hot .text {
  position: absolute;
  width: 100%;
  bottom: 45%;
  text-align: center;
  color: #fff;
  padding-right: 30px;
}
.page-hot .text1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  font-family: Montserrat;
}
/*************Page Sale END***************/
/*==ABOUT US==*/
.category-about-us .page-title {
  display: none;
}
.about-us .about-title {
  font-size: 250%;
  color: #000;
  margin-bottom: 20px;
}
.about-us .name-member {
  font-size: 100%;
  font-weight: bold;
}
.about-us .job-member {
  margin: 7px 0 5px;
  font-style: italic;
}
.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";
  margin: 0 5px;
}
.about-us .social-member {
  list-style: none;
}
.about-us .social-member .social-icon {
  display: inline-block;
  margin: 0 3px;
}
.about-us .social-member .social-icon a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .social-member .social-icon a span {
  display: none;
}
.about-us .social-member .social-icon a:hover {
  background-color: #00dcdc !important;
}
.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}
.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}
.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}
.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px;
}
.about-us .member:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.about-us .member-info {
  text-align: center;
  padding-top: 15px;
}
.about-us .client-say-content {
  text-align: center;
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  position: relative;
}
.about-us .client-say-content .about-title {
  position: relative;
  top: -24px;
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.about-us .client-say-content .client-say-slider {
  padding-top: 15px;
}
.about-us .client-say-content .client-say-slider .owl-dots {
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
}
.about-us .client-say-content .client-say-slider .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: none;
  margin: 0 2px;
  opacity: 1;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
  background-color: #929292;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
  background-color: #929292;
}
.about-us .about-us-center {
  text-align: center;
}
.about-us .about-us-center .content-description {
  padding-top: 25px;
  clear: both;
  margin-bottom: 30px;
}
.about-us .client-logo-content {
  border-bottom: 1px dashed #d7d7d7;
  border-top: 1px dashed #d7d7d7;
  padding-bottom: 10px;
  text-align: center;
}
.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -19px;
}
.about-us .owl-controls .owl-nav div {
  width: 34px;
  height: 34px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 29%;
}
.about-us .owl-controls .owl-nav div:hover {
  background-color: #fff;
}
.about-us .owl-controls .owl-nav div.owl-next {
  right: -19px;
}
.about-us .owl-controls .owl-nav div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.about-us .owl-controls .owl-nav div.owl-prev {
  left: -19px;
}
.about-us .owl-controls .owl-nav div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.about-us .owl-controls .owl-nav div:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #636363;
  line-height: 32px !important;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  font-size: 20px;
}
.about-us .owl-controls .owl-nav div:hover:before {
  background-color: #fff;
  color: #00dcdc;
}
.about-us .client-logo-slider {
  padding: 0 25px;
}
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto;
}
.about-us .about-image-slider .owl-controls .owl-nav div {
  top: 50%;
  margin-top: -15px;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  color: #c8c8c8;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
  right: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
  left: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover {
  border-color: #00dcdc;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
  color: #00dcdc;
}
.about-us .skills-value {
  padding-top: 52px;
}
.about-us .skills-value .label-skill {
  font-weight: bold;
}
.about-us .skills-value .range-value {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .skills-value .range-value .rating-skills {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.about-us .skills-value .range-value .rating-skills.skill-1 {
  background-image: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/skill-style-1.png);
  background-position: -28px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-2 {
  background-image: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/skill-style-2.png);
  background-position: 20px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-3 {
  background-image: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/skill-style-3.png);
  background-position: 20px 0;
}
.about-us .about-us-content .description-about {
  padding: 20px 0;
}
.about-us .content-faq {
  position: relative;
  top: -15px;
}
.about-us .content-faq .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.about-us .content-faq .panel .panel-title {
  font-size: 100%;
  font-weight: bold;
}
.about-us .content-faq .panel .panel-title a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
}
.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 6px;
  background-color: #00dcdc;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #00dcdc;
  content: "-";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}
.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;
  content: "?";
}
.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}
.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px;
}
.about-demo-1 .about-info {
  position: relative;
  top: -8px;
}
.about-demo-1 .what-client-say {
  margin-bottom: 40px;
}
.about-demo-1 .our-team .about-title {
  text-align: center;
  margin-bottom: 45px;
}
.about-demo-2 .our-team {
  margin-bottom: 60px;
}
.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px;
}
/*==END ABOUT US==*/
/*==CONTACT US==*/
.category-contact-us .page-title {
  display: none;
}
.title-contact h2 {
  font-size: 250%;
  color: #000;
  margin-bottom: 20px;
}
.title-contact-normal h2 {
  font-size: 166.67%;
  color: #000;
  margin-bottom: 20px;
}
.google-map {
  border: 5px solid #d7d7d7;
}
.google-map iframe {
  width: 100%;
  height: 294px;
  margin-bottom: -6px;
}
.contact-info .address-info {
  margin-bottom: 15px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dashed #d7d7d7;
  position: relative;
}
.contact-info .address-info li:first-child {
  border-top: 1px dashed #d7d7d7;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-info .social-list li {
  display: inline-block;
  margin-right: 5px;
}
.contact-info .social-list li .icon-social {
  border: 1px solid #d7d7d7;
  font-size: 18px;
  color: #b3b3b3;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-info .social-list li .icon-social:hover {
  background-color: #00dcdc;
  border-color: #00dcdc;
  color: #fff;
}
.contact-info .social-list li .icon-social span {
  display: none;
}
.contact-form .buttons-set .button {
  float: left;
  margin: 0;
}
.contact-form .buttons-set .button i {
  font-size: 13px;
  margin-right: 5px;
}
.description-contact-dm4 {
  margin-bottom: 30px;
}
.list-contact-wrapper {
  padding: 10px 0;
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 30px;
}
.list-contact-wrapper .list-info-contact {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.list-contact-wrapper .list-info-contact li > div {
  padding-left: 64px;
  position: relative;
}
.list-contact-wrapper .list-info-contact li > div:before {
  font-family: fontawesome;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #5b5b5b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 42px;
}
.list-contact-wrapper .list-info-contact li > div.address-contact:before {
  content: "\f041";
  font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div.email-contact:before {
  content: "\f0e0";
  font-size: 17px;
}
.list-contact-wrapper .list-info-contact li > div.hotline-contact:before {
  content: "\f095";
  font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div p {
  display: inline-table;
  margin: 0;
}
.contact-demo-1 .request-form,
.contact-demo-2 .request-form,
.contact-demo-4 .request-form {
  position: relative;
  top: -9px;
}
.contact-demo-1 .google-map,
.contact-demo-2 .google-map,
.contact-demo-4 .google-map {
  margin-bottom: 35px;
}
.contact-demo-1 .contact-info,
.contact-demo-2 .contact-info,
.contact-demo-4 .contact-info {
  margin-bottom: 30px;
}
.contact-demo-1 .form-wrapper .fields,
.contact-demo-2 .form-wrapper .fields,
.contact-demo-4 .form-wrapper .fields {
  max-width: 390px;
}
.contact-demo-1 .form-wrapper .fields .input-box .input-text,
.contact-demo-2 .form-wrapper .fields .input-box .input-text,
.contact-demo-4 .form-wrapper .fields .input-box .input-text {
  height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dashed #d7d7d7;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.contact-demo-1 .form-wrapper .wide,
.contact-demo-2 .form-wrapper .wide,
.contact-demo-4 .form-wrapper .wide {
  margin-bottom: 15px;
}
.contact-demo-1 .form-wrapper .wide .input-box .input-text,
.contact-demo-2 .form-wrapper .wide .input-box .input-text,
.contact-demo-4 .form-wrapper .wide .input-box .input-text {
  border-top: 1px dashed #d7d7d7;
  border-left: none;
  border-right: none;
  background-color: #f3f3f3;
  border-bottom: none;
}
.contact-demo-1 .form-wrapper .wide .input-box .comment-label,
.contact-demo-2 .form-wrapper .wide .input-box .comment-label,
.contact-demo-4 .form-wrapper .wide .input-box .comment-label {
  margin-bottom: 9px !important;
}
.contact-demo-2 .google-map iframe {
  height: 349px;
}
.contact-demo-2 .request-form {
  margin-bottom: 30px;
}
.contact-demo-4 .google-map iframe {
  height: 349px;
}
.contact-demo-4 .contact-description {
  margin-bottom: 25px;
}
.contact-demo-3 .google-map {
  margin-bottom: 25px;
}
.contact-demo-3 .form-wrapper .field {
  margin-bottom: 10px;
}
.contact-demo-3 .form-wrapper .field:last-child {
  margin: 0;
}
.contact-demo-3 .form-wrapper .field .input-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-demo-3 .form-wrapper .wide .input-box .input-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 119px;
}
/*==END CONTACT US==*/
/*==SHOPPING CART==*/
.cart {
  background: #fff;
  padding: 15px;
}
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  float: right;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
  vertical-align: top;
}
.cart .checkout-types .bml_button {
  display: inline-table;
  width: 150px;
  margin: 0 0 5px;
}
.cart .cart-collaterals {
  padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px;
}
.cart .cart-collaterals .col2-set .col-2 {
  width: 294px;
}
.cart .crosssell {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
}
.cart .crosssell h2 {
  font-size: 100%;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.cart .crosssell .product-image {
  float: left;
  width: 80px;
  height: 80px;
}
.cart .crosssell .product-image img {
  direction: ltr;
  border: 1px solid #d7d7d7;
}
.cart .crosssell .product-details {
  margin-left: 90px;
}
.cart .crosssell .product-details .btn-cart {
  margin-bottom: 3px;
  margin-left: 0px;
}
.cart .crosssell ul {
  margin: 0px;
}
.cart .crosssell li.item {
  margin-bottom: 20px;
}
.cart .crosssell li.item.last {
  margin-bottom: 0px;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
.checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
.cart-table th {
  padding: 2px 10px;
}
.cart-table .product-name {
  margin: 0 0 5px;
  text-transform: uppercase;
}
.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}
.cart-table tfoot td {
  padding: 5px 10px;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .btn-update {
  margin-left: 10px;
}
.cart-table .btn-update,
.cart-table .btn-empty {
  float: right;
}
.cart .crosssell .price-box {
  display: block;
}
.cart .crosssell .btn-cart {
  margin-right: 10px;
}
.cart .crosssell .btn-cart,
.cart .crosssell .add-to-links {
  display: inline-block;
  vertical-align: top;
}
.cart .crosssell .add-to-links li {
  display: inline-block;
}
.cart .crosssell .add-to-links li a {
  margin: 0 10px 0 0;
  display: block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  font-size: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cart .crosssell .add-to-links li a:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
}
.cart .crosssell .add-to-links li a.link-wishlist:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/wishlist.png') no-repeat center center #898989;
}
.cart .crosssell .add-to-links li a.link-compare:before {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/compare.png') no-repeat center center #898989;
}
.cart .crosssell .add-to-links li a:hover:before {
  background-color: #00dcdc;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
}
.cart .discount,
.cart .shipping,
.crosssell {
  margin-bottom: 30px;
}
.cart .discount h2,
.cart .shipping h2 {
  border-bottom: 1px solid #d7d7d7;
  color: #000;
  font-size: 103.08%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 7px;
  text-transform: uppercase;
}
.cart .discount .input-box,
.cart .shipping .input-box,
.cart .discount .input-text,
.cart .shipping .input-text,
.cart .discount select,
.cart .shipping select {
  width: 100%;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .totals {
  background: #fafafa;
  border: 1px solid #d7d7d7;
}
.cart .totals table {
  width: 100%;
  margin: 15px 0 0;
}
.cart .totals td {
  padding: 1px 15px 1px 7px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart .totals .checkout-types {
  margin: 0;
  padding: 0px 15px 15px;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
  font-size: 125%;
}
.item-options dt {
  font-weight: normal;
  font-style: italic;
  clear: left;
  float: left;
  margin-right: 7px;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/*==MY ACCOUNT==*/
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.dashboard .welcome-msg {
  margin: 0 0em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0;
  text-align: right;
}
.box-account {
  border: 1px solid #d7d7d7;
  padding: 15px;
  margin: 0 0 20px;
}
.box-account .box-head {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 10px;
  text-align: right;
  padding-bottom: 5px;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 108.33%;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #00dcdc;
}
.dashboard .box .title-add {
  border-bottom: 1px solid #d7d7d7;
  padding: 0px;
  margin-bottom: 10px;
}
.dashboard .box .title-add > h3 {
  text-transform: uppercase;
  color: #00dcdc;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-weight: bold;
  font-size: 108.33%;
  color: #00dcdc;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  border: 1px solid #d7d7d7;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
.fix-min-height {
  min-height: 230px;
}
.order-info {
  background: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-additional {
  margin: 15px 0;
}
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set button.button {
  float: none;
  margin-bottom: 8px;
}
.buttons-set.buttons-set2 {
  border: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove:before {
  top: -6px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-tags-table .ratings {
  margin: 8px 0;
}
#my-tags-table .ratings .amount {
  display: none;
}
#my-reviews-table td {
  padding: 10px;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .product-image img {
  border: 1px solid #d7d7d7;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 133.33%;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  margin: 5px 0 0;
}
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/*==ONEPAGE CHECKOUT==*/
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  font-size: 108.33%;
  line-height: 1.35;
  font-weight: normal;
  border: 1px solid #d7d7d7;
  margin: 0 0 10px;
  padding: 5px 13px;
}
.block-progress dd {
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 10px;
}
.block-progress dt.complete {
  margin: 0;
  background: #fafafa;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}
.opc {
  position: relative;
}
.opc .buttons-set {
  margin-top: 0;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .ul {
  list-style: disc outside;
  padding-left: 12px;
}
.opc .input-box .input-text {
  width: 100%;
}
.opc .step-title {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-top: none;
}
.opc .step-title .number {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
  margin: 0px 5px;
}
.opc .step-title h2 {
  display: inline-block;
  margin: 0;
  font-size: 113.67%;
  text-transform: uppercase;
}
.opc .step-title a {
  display: none;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title {
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  cursor: pointer;
}
.opc .allow .step-title a {
  display: inline;
  line-height: 26px;
  float: right;
}
.opc .allow.active .step-title a {
  display: none;
}
.opc .active .step-title {
  background: #00dcdc;
  border: 1px solid #00dcdc;
  cursor: default;
}
.opc .active .step-title h2 {
  color: #fff;
}
.opc .active .step-title .number {
  background-color: #fff;
  color: #000;
}
.opc .step {
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 15px 19px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 108.33%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
#opc-shipping_method .buttons-set {
  border-top: 0;
}
#opc-review .step {
  border: 0;
  padding: 0;
}
#opc-review .product-name {
  font-weight: normal;
  color: #0a263c;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  padding: 10px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 30px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}
/*==404PAGE==*/
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
/*==RESPONSIVE BONUS PAGE==*/
@media (min-width: 1200px) {
  /*==ABOUT US==*/
  /*==CONTACT US==*/
  .contact-demo-3 .form-wrapper .wide .input-box {
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*==ABOUT US==*/
  /*==CONTACT US==*/
  .contact-demo-3 .form-wrapper .wide .input-box {
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
.blog-recent .block-title strong,
.blog-category .block-title strong {
  font-size: 115%;
  text-transform: uppercase;
}
.blog-recent .block-content,
.blog-category .block-content {
  padding: 0px;
  margin-bottom: 30px;
}
.wrapper-coment {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding: 10px 0;
}
.wrapper-coment .toolbar-inner {
  background: transparent;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 8px;
  position: fixed;
  top: 40px;
  width: 300px;
  z-index: 999;
  right: -302px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_wrapper #cpanel_btn {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bg-cpanel-head.png) left top #666666;
  width: 40px;
  border-right: none;
  position: absolute;
  left: -41px;
  top: 8px;
  padding: 8px 0 9px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  display: block !important;
  height: 37px !important;
  opacity: 1 !important;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 20px;
}
#cpanel_wrapper .cpanel-head {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bg-cpanel-head.png) left top #666666;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 3px 10px 0 10px;
  float: left;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-head > span {
  float: left;
  margin-top: 5px;
  text-transform: uppercase;
}
#cpanel_wrapper .cpanel-reset {
  float: right;
  margin: -3px -10px 0 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
  border-color: rgba(0, 0, 0, 0) #00dcdc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 8px 0;
  content: "";
  left: 3px;
  position: absolute;
  top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
  background: #00dcdc;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  transition: all 0.2s ease 0s;
  color: #fff !important;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
  padding-right: 25px;
  outline: none;
}
#cpanel_wrapper .cpanel-reset > a {
  margin: 0 0 0 10px;
}
#cpanel_wrapper .cpanel-content {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group .item-cpanel-inner {
  padding: 15px 10px 10px;
  border: none;
  background: #fff;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin: 0 4px 5px 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.active {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color:hover {
  opacity: 0.7;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.red {
  background-color: #ec008c;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.blue {
  background-color: #448ccb;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.green {
  background-color: #69A6AB;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.orange {
  background-color: #c69c6d;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.purple {
  background-color: #8392c9;
}
#cpanel_wrapper .cpanel-content .item-cpanel-heading {
  background-color: #F9F9F9;
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  border: 1px solid #BCBCBC;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  margin: -1px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: bold;
}
/*import extension*/
.sm_megamenu_wrapper_horizontal_menu {
  width: 100%;
  display: block;
  position: static;
  float: left;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  margin: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  text-shadow: none;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 33.33%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 50%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 66.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 83.33%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
  left: 0px;
  max-width: 1170px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 10px 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.banner-leftclass {
  border-right: 1px dashed #d7d7d7;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px 15px;
}
@media (max-width: 1024px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    padding: 0 0px 15px;
  }
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
  position: absolute;
  z-index: 1001;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column .sj-listing-tabs .ltabs-items-container .ltabs-items-selected,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns .sj-listing-tabs .ltabs-items-container .ltabs-items-selected,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns .sj-listing-tabs .ltabs-items-container .ltabs-items-selected,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns .sj-listing-tabs .ltabs-items-container .ltabs-items-selected,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns .sj-listing-tabs .ltabs-items-container .ltabs-items-selected,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns .sj-listing-tabs .ltabs-items-container .ltabs-items-selected,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: none !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 35px 15px 20px;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title {
  border-bottom: 1px dotted #d7d7d7;
  padding: 5px 0px;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title > a:hover:before {
  border-color: #00dcdc;
  background-color: #00dcdc;
}
.menclass .item-cat {
  text-align: center !important;
}
.home-menu-dropdown .item-home-store {
  width: 20%;
}
.toplink-menu {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
  padding-bottom: 8px;
}
.toplink-menu .links-menu li {
  display: inline-block;
}
.toplink-menu .links-menu li a {
  color: #666666 !important;
  padding: 0 13px 0 0 !important;
}
.toplink-menu .links-menu li a:hover {
  color: #00dcdc !important;
}
.block-dropmenu .img-block {
  display: block !important;
  position: relative;
}
.block-dropmenu .img-block:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.block-dropmenu .img-block:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.block-dropmenu .info-block {
  margin-top: 15px;
}
.block-dropmenu .info-block h2 {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-dropmenu .info-block h2 a {
  color: #000000;
}
.block-dropmenu .info-block h2 a:hover {
  color: #00dcdc;
}
.block-dropmenu .info-block p {
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}
.block-dropmenu .info-block a.button {
  background: #00dcdc;
  color: #fff;
  font-size: 100%;
  text-transform: uppercase;
  padding: 8px 15px;
  height: auto;
  border: 0px;
  cursor: pointer;
  font-weight: normal;
}
.block-dropmenu .info-block a.button:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/*==HEADER STYLE 1 & 2==*/
.cms-index-index.cms-home .header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.rw-url > a {
  color: #00dcdc;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  font-size: 105%;
  color: #363636;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  padding: 55px 25px;
  margin: 0 5px;
  text-transform: uppercase;
  position: relative;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:hover {
  color: #00dcdc;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .item-icon {
  display: inline-block;
  height: 29px;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .item-icon img {
  vertical-align: top;
}
.header-container.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  padding: 30px 25px;
  position: relative;
}
.header-container.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00dcdc;
  position: absolute;
  top: -4px;
  content: "";
  left: 50%;
  margin-left: -6px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child > a {
  margin: 0px;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  color: #00dcdc;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
  color: #00dcdc;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > div {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > div .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block !important;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  background: beige;
  margin-top: -1px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_head_item .sm_megamenu_title > span {
  color: #707070;
  display: block;
  font-size: 115%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_head_item .sm_megamenu_title > a {
  font-size: 105%;
  padding: 4px 0px;
  display: inline-block;
  color: #707070;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_content ul li {
  margin-bottom: 3px;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_content ul li a {
  color: #707070;
  font-size: 115%;
  padding: 3px 0;
  display: inline-block;
  line-height: 20px;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_content ul li a:hover {
  color: #00dcdc;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .group-cat-parent {
  background-color: #44494e;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .group-cat-parent > a {
  padding-right: 55px !important;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .group-cat-parent > a:before {
  border-left: 1px solid #14181d;
  height: 30px;
  line-height: 30px;
  margin: 0 7px 0 14px!important;
  padding-left: 14px;
  position: relative;
  top: 14px;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > .sm_megamenu_drop > a span.sm_megamenu_title {
  position: relative;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .banner-menu-bottom .banner-menu {
  margin: 0 10px 10px;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .banner-menu {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .banner-menu:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 15px;
  content: " ";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .banner-menu:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  -o-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .banner-menu:hover:after,
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .banner-menu:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .icon-v {
  float: right;
  margin: 0 5px;
}
.drop-wrapper-menu h2.gfont {
  color: #363636;
  font-size: 115%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}
.drop-wrapper-menu .col-md-3 h2.gfont {
  margin-left: 10px;
}
.drop-wrapper-menu .col-md-3 ul {
  margin-bottom: 20px;
  margin-left: 10px;
  width: 85%;
}
.drop-wrapper-menu ul {
  margin-bottom: 20px;
}
.drop-wrapper-menu ul li {
  border-bottom: 1px solid #d7d7d7;
}
.drop-wrapper-menu ul li:last-child {
  border: 0px;
}
.drop-wrapper-menu ul li a {
  padding: 8px 0 !important;
}
.header-container.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  padding: 50px 25px;
}
@media (max-width: 1024px) {
  .header-container.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    padding: 50px 20px;
  }
}
/* 01 MENU BAR */
.sm_megamenu_wrapper_vertical_menu {
  margin: 0;
  display: block;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  outline: 0;
  text-decoration: none;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover div a {
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 575px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > div {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
  left: 90%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 0;
  left: 120%;
  position: absolute;
  text-align: left;
  z-index: 999;
  top: -55px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 98%;
  top: -55px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #e9e9e9;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 7px;
  left: -2px;
  margin-left: -7px;
  opacity: 1;
  position: absolute;
  top: 55px;
  width: 17px;
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns > div {
  padding: 15px;
  font-family: inherit;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33%;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 590px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn .sm_megamenu_title {
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn .img-wrapper a {
  display: inline-block !important;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn .img-wrapper a:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn .img-wrapper a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn .gfont a {
  color: #000;
  font-weight: bold;
  margin: 5px 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn .gfont a:hover {
  color: #00dcdc;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p {
  line-height: 18px;
  margin: 0;
  margin-bottom: 10px;
  text-shadow: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .strong {
  font-weight: bold;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .italic {
  font-style: italic;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2 {
  font-size: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div a {
  text-decoration: none;
  text-shadow: none;
  border: none;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn {
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
  margin-top: 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
.megamenu-left-style-1 {
  max-height: 420px;
}
.megamenu-left-style-1 .sm_megamenu_block-title {
  font-size: 107%;
  text-transform: uppercase;
  color: #fff;
  background-color: #00dcdc;
  padding: 12px 10px;
}
.megamenu-left-style-1 .sm_megamenu_block-title:before {
  content: "\f03a";
  font-family: fontawesome;
  font-size: 16px;
  margin: 0 10px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu {
  border: 1px solid #e1e1e1;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  margin: 0;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  border-bottom: 1px solid #e1e1e1;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  display: block;
  padding: 14px 15px;
  margin-top: 1px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .item-icon {
  margin: 0 3px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .icon-first {
  font-size: 14px;
  color: #000;
  width: 25px;
  text-align: center;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
}
.megamenu-left-style-2 {
  padding: 15px 0 ;
  background: #00dcdc;
}
.megamenu-left-style-2 .sm_megamenu_block-title {
  font-size: 140%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  padding-left: 15px;
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .block-bottom {
  margin-top: 15px;
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  margin: 10px 0 0;
  padding-bottom: 10px;
  position: relative;
  background: #00dcdc;
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  display: block;
  padding: 10px 15px 10px;
  font-size: 100%;
  position: relative;
  color: #fff;
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .item-icon {
  margin: 0 15px 0 0px ;
  float: left;
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .icon-first {
  font-size: 14px;
  color: #000;
  width: 25px;
  height: 15px;
  text-align: center;
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.megamenu-left-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a:after {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu-left-style-2 .more-w {
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100%;
}
.megamenu-left-style-2 .more-w:before {
  background: #fff;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  height: 1.4px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform: rotate(5deg);
  width: 75%;
  line-height: 1px;
}
.megamenu-left-style-2 .more-w:after {
  background: #00dcdc;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  margin-left: 0;
  margin-top: -15px;
  right: 0;
  transform: rotate(5deg);
  width: 105%;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .megamenu-left-style-2 .more-w:after {
    margin-top: -13px;
  }
}
.megamenu-left-style-2 .more-w span {
  color: #fff;
  display: inline-block;
  font-size: 100% !important;
  padding: 15px 15px 0 !important;
  text-transform: capitalize;
  width: 100%;
  line-height: 16px;
  background: #00dcdc;
}
.megamenu-left-style-2 .more-w span:after {
  display: none;
}
.megamenu-left-style-2 .more-w:hover span {
  color: #fff;
}
/*==DROPDOWN==*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 .sm_megamenu_head_item .sm_megamenu_title > span {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 .sm_megamenu_head_item .sm_megamenu_title a {
  display: inline-block;
  padding: 2px 0px;
  color: #666666;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 .sm_megamenu_head_item .sm_megamenu_title a:hover {
  color: #00dcdc;
}
.sm_megamenu_wrapper_vertical_menu .fa-carclass .column-fixclass {
  width: 205px;
}
.sm_megamenu_wrapper_vertical_menu .fa-carclass .column-fix-2class {
  width: 300px;
}
.remove-paddingclass {
  padding: 0px !important;
}
.add-paddingclass {
  padding: 0 15px!important;
}
.static-bottom-menu {
  margin: 20px 0 0 15px;
}
.deal_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sm-deal {
  overflow: hidden;
}
.deal-detail {
  margin-bottom: 0px;
}
.timer-product {
  padding: 0px;
}
.timer-product .time-count {
  margin: 0 -5px;
}
.timer-product .time-count .time-item {
  display: inline-block;
}
.timer-product .time-count .time-item div {
  display: inline-block;
}
/*CSS Responsive*/
@media all and (max-width: 767px) {
  .sm-deal .deal-resp04-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp04-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp04-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp04-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp04-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp04-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp04-1 .clr1,
  .sm-deal .deal-resp04-2 .clr2,
  .sm-deal .deal-resp04-3 .clr3,
  .sm-deal .deal-resp04-4 .clr4,
  .sm-deal .deal-resp04-5 .clr5,
  .sm-deal .deal-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-deal .deal-resp03-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp03-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp03-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp03-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp03-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp03-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp03-1 .clr1 {
    clear: both;
  }
  .sm-deal .deal-resp03-2 .clr2 {
    clear: both;
  }
  .sm-deal .deal-resp03-3 .clr3 {
    clear: both;
  }
  .sm-deal .deal-resp03-4 .clr4 {
    clear: both;
  }
  .sm-deal .deal-resp03-5 .clr5 {
    clear: both;
  }
  .sm-deal .deal-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-deal .deal-resp02-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp02-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp02-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp02-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp02-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp02-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp02-1 .clr1,
  .sm-deal .deal-resp02-2 .clr2,
  .sm-deal .deal-resp02-3 .clr3,
  .sm-deal .deal-resp02-4 .clr4,
  .sm-deal .deal-resp02-5 .clr5,
  .sm-deal .deal-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-deal .deal-resp01-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp01-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp01-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp01-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp01-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp01-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp01-1 .clr1,
  .sm-deal .deal-resp01-2 .clr2,
  .sm-deal .deal-resp01-3 .clr3,
  .sm-deal .deal-resp01-4 .clr4,
  .sm-deal .deal-resp01-5 .clr5,
  .sm-deal .deal-resp01-6 .clr6 {
    clear: both;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.category-blog .toolbar-inner {
  border: 0px;
  padding-left: 115px;
}
.category-blog .basic-products-list {
  margin-bottom: 20px;
}
.category-blog .des-cat {
  background: #fff;
}
.category-blog .des-cat .postwrapper-left {
  float: left;
  text-align: center;
  margin-left: 18px;
  margin-top: 70px;
}
@media (max-width: 360px) {
  .category-blog .des-cat .postwrapper-left {
    margin: 0px !important;
  }
  .category-blog .des-cat .postwrapper-left .creatime,
  .category-blog .des-cat .postwrapper-left .coment,
  .category-blog .des-cat .postwrapper-left .share-icon {
    float: left;
    margin: 0 10px 0 0 !important;
  }
}
.category-blog .des-cat .postwrapper-left .creatime {
  width: 70px;
  background: #00dcdc;
  color: #fff;
  margin-bottom: 20px;
}
.category-blog .des-cat .postwrapper-left .datetime {
  font-size: 245%;
  font-weight: bold;
  display: block;
}
.category-blog .des-cat .postwrapper-left .montime {
  background: #015b7e;
  font-size: 100%;
  display: block;
  width: 100%;
}
.category-blog .des-cat .postwrapper-left .coment {
  width: 70px;
  height: 70px;
}
.category-blog .des-cat .postwrapper-left .coment a {
  background: #015b7e;
  margin-bottom: 20px;
  font-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 13px 15px 5px;
}
.category-blog .des-cat .postwrapper-left .coment a a {
  color: #fff;
  display: :block;
  width: 100%;
}
.category-blog .des-cat .postwrapper-left .coment a:before {
  content: '\f0e6';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
.category-blog .des-cat .postwrapper-left .share-icon {
  display: block;
  font-size: 0;
  height: 70px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 70px;
  background: #015b7e;
}
.category-blog .des-cat .postwrapper-left .share-icon:before {
  content: '\f1e0';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 35px;
  color: #fff;
}
.category-blog .des-cat .postwrapper-right {
  margin-left: 115px;
}
@media (max-width: 360px) {
  .category-blog .des-cat .postwrapper-right {
    margin: 0px;
    padding: 15px;
  }
}
.postWrapper {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.postWrapper .postwrapper-right {
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.postWrapper:last-child .postwrapper-right {
  border: 0;
}
.postWrapper .image-blog {
  width: 100%;
}
.postWrapper .info-blog .postTitle {
  margin-bottom: 10px;
  margin-top: 30px;
}
.postWrapper .info-blog .postTitle h2 {
  font-size: 115%;
  text-transform: uppercase;
  font-weight: bold;
}
.postWrapper .info-blog .postTitle h2 a {
  color: #363636;
}
.postWrapper .info-blog .postTitle h2 a:hover {
  color: #00dcdc;
}
.postWrapper .info-blog .postTitle h3 {
  font-size: 100%;
  color: #acacac;
  padding: 22px 0 10px;
}
.postWrapper .info-blog .postContent {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #898989;
}
.postWrapper .info-blog .aw-blog-read-more {
  display: block;
  color: #363636;
  font-weight: bold;
  margin: 20px 0;
  font-size: 128%;
  text-transform: uppercase;
}
.postWrapper .info-blog .aw-blog-read-more:hover {
  color: #00dcdc;
}
.postWrapper .info-blog .postDetails {
  border-top: 1px solid #dcdcdc;
  color: #898989;
  display: inline-block;
  font-size: 100%;
  padding: 15px 50px 15px 0px ;
}
.postWrapper .info-blog .postBookmarks {
  margin-bottom: 10px;
}
.postWrapper .info-blog .postBookmarks h4 {
  font-size: 100%;
  font-weight: bold;
}
.poster {
  display: inline;
  font-size: 100%;
}
.detail-blog .postTitle {
  margin-bottom: 17px;
}
.detail-blog .postTitle h2 {
  font-size: 245%;
  text-transform: capitalize;
  color: #363636;
}
.detail-blog .postTitle h3 {
  font-size: 91.67%;
  color: #909090;
  padding: 10px 0px;
}
.detail-blog .postBookmarks {
  margin-bottom: 10px;
}
.detail-blog .postBookmarks h4,
.detail-blog .tags h4 {
  font-size: 100%;
  font-weight: bold;
}
.detail-blog .postBookmarks .tags li,
.detail-blog .tags .tags li {
  display: inline-block;
}
.info-blog .postDetails h3 {
  color: #acacac;
  font-size: 100%;
  padding: 22px 0 10px;
}
.aw-blog-comment-area {
  padding-top: 10px;
}
.commentWrapper {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.commentWrapper .commentDetails .username {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.commentWrapper .commentDetails h3 {
  font-size: 91.67%;
  color: #909090;
  padding: 8px 0 5px;
}
.list-item-blog {
  margin: 0;
}
.list-item-blog li a {
  display: inline-block;
  padding: 3px 0px;
}
.postTitleComment h2 {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
  padding: 20px 0px 10px 0px;
}
.header-style-1 .sm-serachbox-pro .form-search {
  position: relative;
  display: inline-block;
  width: 90%;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-size: 86%;
}
.cms-home.cmspage1 .header-style-1 .sm-serachbox-pro .form-search {
  border: 0px;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper {
  background-color: #00dcdc;
  outline: 1px solid #00dcdc !important;
  float: left;
  position: relative;
  width: 105px;
}
.cms-home.cmspage1 .header-style-1 .sm-serachbox-pro .form-search .cat-wrapper {
  outline: 0px !important;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper select {
  cursor: pointer;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper .selector {
  border: none;
  width: auto !important;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper .selector:before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 0;
  white-space: nowrap;
  width: 90px !important;
  vertical-align: top;
  color: #fff;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper span:before {
  display: none;
}
.header-style-1 .sm-serachbox-pro .form-search .cat-wrapper .selector select {
  height: 30px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-style-1 .sm-serachbox-pro .form-search .input-search {
  position: relative;
  margin-left: 116px;
}
.header-style-1 .sm-serachbox-pro .form-search .input-search #search {
  background: none;
  border: none;
  height: 30px;
  padding-bottom: 0;
  padding-right: 40px;
  padding-top: 0;
  width: 100%;
}
.header-style-1 .sm-serachbox-pro .form-search .input-search #search:focus {
  border: none;
  background: none;
}
.header-style-1 .sm-serachbox-pro .form-search .button.btn-search-header {
  border: 0px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  background: transparent;
  padding: 0px;
  color: #555;
}
.header-style-1 .sm-serachbox-pro .form-search .button.btn-search-header .button-search-pro {
  border: none;
  background: none;
  font-size: 13px;
}
.header-style-1 .sm-serachbox-pro .form-search .button.btn-search-header:hover .button-search-pro {
  color: #00dcdc;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular {
  padding-top: 5px;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title {
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword {
  display: inline-block;
  margin: 0 2px;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list {
  margin: 0px;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li {
  display: inline-block;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li a {
  color: #666666;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li a:hover {
  color: #00dcdc;
  text-decoration: underline;
}
.header-style-1 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li .sm-searchbox-more {
  cursor: pointer;
  margin-left: 5px;
}
.header-style-3 .sm-serachbox-pro .form-search {
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}
.header-style-3 .sm-serachbox-pro .form-search .cat-wrapper {
  background-color: #f4f4f4;
  border-right: 1px solid #e1e1e1;
  float: left;
  position: relative;
  width: 218px;
}
.header-style-3 .sm-serachbox-pro .form-search .cat-wrapper .selector {
  border: none;
  width: auto !important;
}
.header-style-3 .sm-serachbox-pro .form-search .cat-wrapper .selector:before {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 9px;
}
.header-style-3 .sm-serachbox-pro .form-search .cat-wrapper span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding-right: 0;
  white-space: nowrap;
  width: 195px !important;
  vertical-align: top;
}
.header-style-3 .sm-serachbox-pro .form-search .cat-wrapper span:before {
  display: none;
}
.header-style-3 .sm-serachbox-pro .form-search .cat-wrapper select {
  height: 38px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-style-3 .sm-serachbox-pro .form-search .input-search {
  position: relative;
  margin-left: 225px;
}
.header-style-3 .sm-serachbox-pro .form-search .input-search #search {
  background: none;
  border: none;
  height: 38px;
  padding-bottom: 0;
  padding-right: 90px;
  padding-top: 0;
  width: 100%;
}
.header-style-3 .sm-serachbox-pro .form-search .input-search #search:focus {
  border: none;
  background: none;
}
.header-style-3 .sm-serachbox-pro .form-search .button.btn-search-header {
  background: none;
  border: none;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}
.header-style-3 .sm-serachbox-pro .form-search .button.btn-search-header .button-search-pro {
  border: none;
  background: none;
  font-size: 20px;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular {
  padding-top: 5px;
  color: #fff;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title {
  display: inline-block;
  font-weight: bold;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword {
  display: inline-block;
  margin: 0 2px;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list {
  margin: 0px;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li {
  display: inline-block;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li a {
  color: #fff;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li a:hover {
  text-decoration: underline;
}
.header-style-3 .sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li .sm-searchbox-more {
  cursor: pointer;
  margin-left: 5px;
}
.sm-basic-title {
  margin: 0 15px;
}
.cmspage1 .sm-basic-title {
  margin: 0px;
}
.bs-pretext {
  margin-bottom: 10px;
}
.sm-basic-products .bs-items {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-basic-products .bs-items .bs-votes {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add form {
  margin: 0;
}
.sm-basic-products .bs-items .bs-item {
  float: left;
}
.sm-basic-products .bs-items .bs-item .bs-item-inner {
  padding: 0;
  margin: 15px;
}
.sm-basic-products .bs-items a {
  text-decoration: none;
}
.sm-basic-products .bs-items .bs-detail a {
  font-weight: normal;
}
.sm-basic-products .bs-title {
  margin-bottom: 10px;
}
.sm-basic-products .bs-description {
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-description p {
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-cat-date {
  word-wrap: break-word;
  margin-bottom: 5px;
}
.sm-basic-products .bs-category {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review .rating-box {
  margin-right: 5px;
}
.sm-basic-products .bs-review .rating-links {
  padding-top: 1px;
}
.sm-basic-products .bs-price {
  margin-bottom: 0px;
}
.sm-basic-products .bs-btn-addtocart {
  margin-bottom: 10px;
}
.sm-basic-products .add-to-links {
  margin: 0;
}
.sm-basic-products .bs-date {
  margin-bottom: 5px;
}
.basic-products-menu .bs-items .bs-item {
  padding: 0 10px;
}
.basic-products-menu .bs-items .item-inner {
  margin-bottom: 0px;
}
/*CSS Responsive*/
/*--------- Other --------------*/
@media all and (max-width: 479px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.970%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp01-1 .clr1,
  .sm-basic-products .bs-resp01-2 .clr2,
  .sm-basic-products .bs-resp01-3 .clr3,
  .sm-basic-products .bs-resp01-4 .clr4,
  .sm-basic-products .bs-resp01-5 .clr5,
  .sm-basic-products .bs-resp01-6 .clr6 {
    clear: both;
  }
}
.sidebar-product.recommend .item-inner {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar-product.recommend .item-inner .bs-image {
  width: 70px;
  float: left;
  border: 1px solid #ccc;
}
.sidebar-product.recommend .item-inner .bs-content {
  margin-left: 85px;
  position: relative;
  top: -4px;
  line-height: 20px;
}
.sidebar-product.recommend .item-inner .bs-content .bs-title a {
  font-size: 100%;
}
.sidebar-product.recommend .item-inner .bs-content .ratings {
  float: left;
  width: 100%;
}
.sidebar-product.recommend .item-inner .bs-content .ratings .amount {
  display: none;
}
/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Effect Flip In Vertical */
.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
/* Effect Flip In Horizontal */
.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Effect Bounce In */
.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Effect Zoom In */
.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Effect Page Top*/
.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*Effect Zoom Out */
.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .ltabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.sm-supercategories .sj-listing-tabs {
  margin-bottom: 30px;
  padding: 0;
}
.sm-supercategories .sj-listing-tabs .pre-text,
.sm-supercategories .sj-listing-tabs .post-text {
  margin: 10px 0;
}
.acd-btn-add {
  float: left;
}
.sm-supercategories .sj-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tab .sj-listing-tabs .ltabs-wrap {
  background: #fff;
}
/*-----------------------Css for Tabs ----------------------------*/
.category-wrap {
  background: #00dcdc;
}
.category-wrap .cat-list {
  margin: 0;
  float: left;
  width: 100%;
  padding: 25px 0;
  background: #00dcdc;
}
.category-wrap .cat-list li {
  float: left;
  width: 100%;
}
.category-wrap .cat-list li a {
  display: inline-block;
  padding: 7px 0px;
  color: #fff;
  text-transform: uppercase;
}
.category-wrap .cat-list li:hover {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
}
.sm-supercategories .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  padding: 0;
}
.sm-supercategories .sj-listing-tabs .created-date {
  margin-top: 5px;
}
.sm-supercategories .sj-listing-tabs .item-price {
  padding-right: 5px;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #00dcdc;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
  display: block;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  position: relative;
}
.sm-supercategories .sj-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  position: relative;
  display: inline-block;
  border: none;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  cursor: pointer;
  width: 100%;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 100%;
  padding: 0px 12px;
  line-height: 28px;
  border: 1px solid #DDD;
  border-right: none;
  background: #FFF;
  overflow: hidden;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  width: 30px;
  border: none;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #DDD;
  margin-left: -30px;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block;
}
.sm-supercategories .sj-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  vertical: middle;
  margin-top: 2px;
}
.sm-supercategories .sj-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 9;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  margin: 0;
  padding: 0;
  float: none;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li:before {
  display: none;
}
.sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  line-height: 20px;
}
/*-----------------------------Css for Content----------------------*/
.sm-supercategories .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin: 0 !important;
  clear: both;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-items {
  margin: 0;
  padding: 0;
  display: none;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  margin: 0;
  padding: 0;
  opacity: 1;
  box-shadow: #000 0em 0em 0em;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  width: 100%;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  margin-bottom: 1px !important;
}
.sm-supercategories .sj-listing-tabs .ltabs-items .ltabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/477.gif) no-repeat scroll center center transparent;
  min-height: 364px;
  display: block;
  z-index: 0;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin: 0 15px;
}
.sm-supercategories .sj-listing-tabs .ltabs-items-container .ltabs-loadmore:hover {
  border-color: #00dcdc;
  color: #00dcdc;
}
.sm-supercategories .sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  cursor: pointer;
  line-height: 38px;
  text-transform: uppercase;
}
.sm-supercategories .sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/301.gif') no-repeat scroll center center transparent;
  width: 16px;
  height: 11px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
}
.sm-supercategories .sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
  content: attr(data-label);
}
.sm-supercategories .sj-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
  .sm-supercategories .sj-listing-tabs .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    display: block;
    background: none;
    padding: 5px 12px!important;
  }
  .sm-supercategories .sj-listing-tabs .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-supercategories .sj-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs04-1 .clr1,
  .sm-supercategories .sj-listing-tabs .ltabs04-2 .clr2,
  .sm-supercategories .sj-listing-tabs .ltabs04-3 .clr3,
  .sm-supercategories .sj-listing-tabs .ltabs04-4 .clr4,
  .sm-supercategories .sj-listing-tabs .ltabs04-5 .clr5,
  .sm-supercategories .sj-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-supercategories .sj-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs03-1 .clr1,
  .sm-supercategories .sj-listing-tabs .ltabs03-2 .clr2,
  .sm-supercategories .sj-listing-tabs .ltabs03-3 .clr3,
  .sm-supercategories .sj-listing-tabs .ltabs03-4 .clr4,
  .sm-supercategories .sj-listing-tabs .ltabs03-5 .clr5,
  .sm-supercategories .sj-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs02-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs02-1 .clr1,
  .sm-supercategories .sj-listing-tabs .ltabs02-2 .clr2,
  .sm-supercategories .sj-listing-tabs .ltabs02-3 .clr3,
  .sm-supercategories .sj-listing-tabs .ltabs02-4 .clr4,
  .sm-supercategories .sj-listing-tabs .ltabs02-5 .clr5,
  .sm-supercategories .sj-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-1 .clr1,
  .sm-supercategories .sj-listing-tabs .ltabs01-2 .clr2,
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .clr3,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .clr4,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .clr5,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sm-supercategories .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-supercategories .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs00-1 .clr1,
  .sm-supercategories .sj-listing-tabs .ltabs00-2 .clr2,
  .sm-supercategories .sj-listing-tabs .ltabs00-3 .clr3,
  .sm-supercategories .sj-listing-tabs .ltabs00-4 .clr4,
  .sm-supercategories .sj-listing-tabs .ltabs00-5 .clr5,
  .sm-supercategories .sj-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
.item-readmore {
  margin-bottom: 5px;
}
.sm-supercategories .sj-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sm-supercategories .sj-listing-tabs .ltabs-item .item-btn-add {
  clear: both;
  display: block;
  padding-top: 10px;
  overflow: hidden;
}
.sm-supercategories .sj-listing-tabs .ltabs-item .item-addtocart {
  margin-top: 10px;
}
.sm-supercategories .sj-listing-tabs .ltabs-item .item-btn-add form {
  margin: 0;
}
/* css categories */
.category-wrap .cat-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.container-slider .cat-child-title a {
  color: #999;
  font-size: 14px;
  line-height: 100%;
}
/* Css Device */
.container-slider .preset02-1 .vpo-wrap {
  width: 100%;
  margin: 0;
}
.container-slider .preset02-1 .vpo-wrap .vp {
  margin-right: 0;
}
.container-slider .preset02-1 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 100%;
}
.container-slider .preset02-2 .vpo-wrap {
  width: 50%;
  margin: 0 -50% 0 0;
}
.container-slider .preset02-2 .vpo-wrap .vp {
  margin-right: -100%;
}
.container-slider .preset02-2 .vpo-wrap .vp .item {
  float: left;
  margin: 0 1%;
  width: 48%;
}
.container-slider .preset02-3 .vpo-wrap {
  width: 33.3333%;
  margin: 0 -66.6666% 0 0;
}
.container-slider .preset02-3 .vpo-wrap .vp {
  margin-right: -200%;
}
.container-slider .preset02-3 .vpo-wrap .vp .item {
  float: left;
  margin: 0 1%;
  width: 31.3333%;
}
.container-slider .preset02-4 .vpo-wrap {
  width: 25%;
  margin: 0 -75% 0 0;
}
.container-slider .preset02-4 .vpo-wrap .vp {
  margin-right: -300%;
}
.container-slider .preset02-4 .vpo-wrap .vp .item {
  float: left;
  margin: 0 1%;
  width: 23%;
}
.container-slider .preset02-5 .vpo-wrap {
  width: 20%;
  margin: 0 -80% 0 0;
}
.container-slider .preset02-5 .vpo-wrap .vp {
  margin-right: -400%;
}
.container-slider .preset02-5 .vpo-wrap .vp .item {
  float: left;
  margin: 0 1%;
  width: 18%;
}
.container-slider .preset02-6 .vpo-wrap {
  width: 16.6666%;
  margin: 0 -83.33329999999999% 0 0;
}
.container-slider .preset02-6 .vpo-wrap .vp {
  margin-right: -500%;
}
.container-slider .preset02-6 .vpo-wrap .vp .item {
  float: left;
  margin: 0 1%;
  width: 14.6666%;
}
@media all and (max-width: 320px) {
  .container-slider .preset05-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .container-slider .preset05-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .container-slider .preset05-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .container-slider .preset05-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .container-slider .preset05-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .container-slider .preset05-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .container-slider .preset05-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .container-slider .preset05-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .container-slider .preset05-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 31.3333%;
  }
  .container-slider .preset05-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .container-slider .preset05-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .container-slider .preset05-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  .container-slider .preset05-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .container-slider .preset05-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .container-slider .preset05-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 18%;
  }
  .container-slider .preset05-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.33329999999999% 0 0;
  }
  .container-slider .preset05-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .container-slider .preset05-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 14.6666%;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  .container-slider .preset04-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .container-slider .preset04-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .container-slider .preset04-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .container-slider .preset04-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .container-slider .preset04-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .container-slider .preset04-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .container-slider .preset04-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .container-slider .preset04-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .container-slider .preset04-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 31.3333%;
  }
  .container-slider .preset04-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .container-slider .preset04-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .container-slider .preset04-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  .container-slider .preset04-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .container-slider .preset04-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .container-slider .preset04-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 18%;
  }
  .container-slider .preset04-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.33329999999999% 0 0;
  }
  .container-slider .preset04-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .container-slider .preset04-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 14.6666%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .container-slider .preset03-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .container-slider .preset03-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .container-slider .preset03-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .container-slider .preset03-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .container-slider .preset03-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .container-slider .preset03-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .container-slider .preset03-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .container-slider .preset03-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .container-slider .preset03-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 31.3333%;
  }
  .container-slider .preset03-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .container-slider .preset03-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .container-slider .preset03-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  .container-slider .preset03-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .container-slider .preset03-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .container-slider .preset03-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 18%;
  }
  .container-slider .preset03-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.33329999999999% 0 0;
  }
  .container-slider .preset03-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .container-slider .preset03-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 14.6666%;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .container-slider .preset02-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .container-slider .preset02-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .container-slider .preset02-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .container-slider .preset02-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .container-slider .preset02-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .container-slider .preset02-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .container-slider .preset02-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .container-slider .preset02-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .container-slider .preset02-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 31.3333%;
  }
  .container-slider .preset02-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .container-slider .preset02-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .container-slider .preset02-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  .container-slider .preset02-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .container-slider .preset02-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .container-slider .preset02-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 18%;
  }
  .container-slider .preset02-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.33329999999999% 0 0;
  }
  .container-slider .preset02-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .container-slider .preset02-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 14.6666%;
  }
}
.container-slider {
  position: relative;
  margin: 10px 0;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #3399cc;
  padding: 20px 0 12px 0;
}
.container-slider .slider {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.container-slider .slider .vpo-wrap .vp {
  position: relative;
  overflow: hidden;
  height: auto;
}
.container-slider .slider .vpo-wrap .vp .vpi-wrap {
  white-space: nowrap;
  font-size: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-slider .slider .vpo-wrap .vp .item {
  display: inline-block;
  font-size: medium;
  white-space: normal;
  vertical-align: top;
  float: none;
  text-align: center;
}
.container-slider .slider .vpo-wrap .vpi-wrap:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.container-slider .not-js .vpo-wrap,
.container-slider .not-js .vpo-wrap .vp,
.container-slider .not-js .vpo-wrap .vp .vpi-wrap,
.container-slider .not-js .vpo-wrap .vp .item {
  position: static;
}
.container-slider .item .cat-child-image > img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.container-slider .item .cat-child-image:hover > img {
  opacity: 0.7;
}
/*css button*/
.container-slider .control-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.container-slider .control-button .preview,
.container-slider .control-button .next {
  background-color: #999;
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin: -15px 0 0 0;
  color: #fff !important;
  padding: 0;
  background-position: 12px 10px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  list-style: none;
}
.container-slider .control-button .preview:hover,
.container-slider .control-button .next:hover {
  background-color: #3399cc;
}
.container-slider .control-button .preview {
  left: 0;
  background-image: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/prev.png');
}
.container-slider .control-button .next {
  right: 0;
  background-image: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/next.png');
}
.clear {
  clear: both;
}
.categories-title-text {
  margin-bottom: 10px;
  font-size: 210%;
  color: #363636;
  text-transform: uppercase;
  border-bottom: 2px solid #00dcdc;
}
.categories-title-text .categories-more {
  font-size: 68%;
  text-align: right !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #362f2d;
  font-style: italic;
}
.sm-categories {
  margin: 15px 0 5px;
}
.sm-categories .cat-wrap {
  width: 100%;
  display: inline-block;
}
.sm-categories .intro_text,
.sm-categories .footer_text {
  margin: 10px 0px;
}
.content-box {
  margin-bottom: 30px;
}
.product-view #catrgory1 {
  margin-bottom: 30px;
}
.sm-categories.theme1 .cat-title a {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  padding: 35px 0 15px;
  text-transform: uppercase;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box {
  float: left;
  padding: 0;
  width: 100% !important;
  margin: 0px;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .num_items {
  float: right;
  margin-top: 12px;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat {
  margin: 0px;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  border-bottom: 1px dashed #d3d3d3;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a {
  display: inline-block;
  font-size: 100%;
  color: #707070;
  padding: 11px 15px 11px 0;
  position: relative;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:hover {
  color: #00dcdc;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title:last-child {
  border: 0px;
}
.sm-categories.theme1 .more-w {
  border-bottom: 1px solid #f06292;
  cursor: pointer;
  float: left;
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.sm-categories.theme1 .more-w span {
  color: #fff;
  background: #00dcdc;
  font-size: 93% !important;
  padding: 8px 25px !important;
  text-transform: none !important;
}
/*############################################## Css Device ##################################*/
.sm-categories.lt-ie9.preset01-1 .clr1,
.sm-categories.lt-ie9.preset01-2 .clr2,
.sm-categories.lt-ie9.preset01-3 .clr3,
.sm-categories.lt-ie9.preset01-4 .clr4,
.sm-categories.lt-ie9.preset01-5 .clr5,
.sm-categories.lt-ie9.preset01-6 .clr6 {
  clear: both;
}
@media all and (max-width: 319px) {
  .sm-categories.preset05-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-1 .clr1,
  .sm-categories.preset05-2 .clr2,
  .sm-categories.preset05-3 .clr3,
  .sm-categories.preset05-4 .clr4,
  .sm-categories.preset05-5 .clr5,
  .sm-categories.preset05-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 320px) and (max-width: 480px) {
  .sm-categories.preset04-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset04-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-1 .clr1,
  .sm-categories.preset04-2 .clr2,
  .sm-categories.preset04-3 .clr3,
  .sm-categories.preset04-4 .clr4,
  .sm-categories.preset04-5 .clr5,
  .sm-categories.preset04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .sm-categories.preset03-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset03-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-1 .clr1,
  .sm-categories.preset03-2 .clr2,
  .sm-categories.preset03-3 .clr3,
  .sm-categories.preset03-4 .clr4,
  .sm-categories.preset03-5 .clr5,
  .sm-categories.preset03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .sm-categories.preset02-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset02-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-1 .clr1,
  .sm-categories.preset02-2 .clr2,
  .sm-categories.preset02-3 .clr3,
  .sm-categories.preset02-4 .clr4,
  .sm-categories.preset02-5 .clr5,
  .sm-categories.preset02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1201px) {
  .sm-categories.preset01-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset01-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-1 .clr1,
  .sm-categories.preset01-2 .clr2,
  .sm-categories.preset01-3 .clr3,
  .sm-categories.preset01-4 .clr4,
  .sm-categories.preset01-5 .clr5,
  .sm-categories.preset01-6 .clr6 {
    clear: both;
  }
}
/*################################# End css Device #############################################*/
.sm-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 15px;
}
.sm-categories .cat-wrap .image-cat {
  overflow: hidden;
}
.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  float: none;
  padding: 0;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
  float: left;
  margin: 0;
  margin: 0 13px 0 0;
  overflow: hidden;
  padding-top: 5px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
  display: block;
  border: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
  width: 100%;
  display: block;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sm-categories .cat-wrap.theme2 .arrow {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/arrow.png) no-repeat;
  margin-top: 6px;
  width: 6px;
  height: 7px;
  float: left;
  padding-right: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
}
.sm-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
  padding-bottom: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box .child-cat {
  padding-top: 20px;
}
.sm-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
  float: none;
  overflow: hidden;
  padding-left: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box img,
.sm-categories .cat-wrap.theme3 .content-box img,
.sm-categories .cat-wrap.theme5 .content-box img {
  width: 100%;
  display: inherit;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*#################### css for theme 3 ######################*/
.theme3 .content-box {
  padding: 0px 1px 0px 0px!important;
}
.theme3 .content-box .cat-title {
  font-size: 93%;
  text-transform: uppercase;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.theme3 .content-box .child-cat {
  margin: 0 -7px;
}
.theme3 .content-box .child-cat li a {
  font-size: 93%;
  display: inline-block;
  padding: 2px 0px;
}
.theme3 .content-box .child-cat li a:before {
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 7px;
  vertical-align: middle;
  width: 11px;
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bl-br.png") no-repeat left top;
}
/*#################### css for theme 4 ######################*/
.sm-categories.theme4 {
  padding: 1px;
}
.sm-categories .cat-wrap.theme4 {
  border: 1px solid #CCCCCC;
  width: 100%;
  margin: 0 -1px;
  height: auto;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bk.gif) repeat-x;
  height: 24px;
  cursor: pointer;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/icon.png) no-repeat;
  margin-top: 8px;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  float: left;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/plus.gif) no-repeat;
  margin-top: 5px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  float: right;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
  padding-left: 5px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/minus.gif) no-repeat;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
  padding: 15px;
  padding-bottom: 0px;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
  display: block;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
  padding-bottom: 15px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
  padding: 10px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title,
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
  float: left;
  font-weight: bold;
  padding-right: 3px;
}
/*#################### css for theme 5 ######################*/
.theme5 .content-box {
  margin: 0px 1px!important;
  width: 33%;
  float: left;
}
.theme5 .content-box .cat-title {
  font-size: 105%;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.theme5 .content-box .child-cat {
  margin: 0 -7px;
}
.theme5 .content-box .child-cat li a {
  font-size: 93%;
  display: inline-block;
  padding: 2px 0px;
}
.theme5 .content-box .child-cat li a:before {
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 7px;
  vertical-align: middle;
  width: 11px;
  background: url("http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/bl-br.png") no-repeat left top;
}
@media all and (max-width: 480px) {
  .sm-categories .cat-wrap.theme2 .content-box .parent-cat {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .sm-categories .cat-wrap.theme2 .content-box img {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .theme5 .content-box {
    width: 45.8% !important;
  }
}
.sm_quickview_handler {
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 45%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  background: #fff;
}
.sm_quickview_handler:before {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #898989;
  font-size: 20px;
}
.sm_quickview_handler:hover {
  background: #00dcdc;
}
.sm_quickview_handler:hover:before {
  color: #fff;
}
.fancybox-lock .zoomContainer {
  -webkit-transform: none !important;
}
.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
  z-index: 8021 !important;
}
.quickview-main .product-image-thumbs li:first-child {
  margin-left: 0;
}
.quickview-main .product-collateral {
  display: none;
}
.products-list li.item .f-fix .sm_quickview_handler {
  float: left;
}
.quickview-main .product-view #product_addtocart_form > .row {
  margin: 0px;
}
.quickview-main .btn-lightbox {
  display: none !important;
}
.quickview-main .product-img-box {
  padding-left: 3px;
}
.quickview-main .product-shop {
  padding-right: 3px;
}
.sm-listing-tab {
  margin-bottom: 30px;
}
.sm-listing-tab .sj-listing-tabs {
  margin: 0;
  padding: 0;
  position: relative;
}
.acd-btn-add {
  float: left;
}
.sm-listing-tab .sj-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tab .sj-listing-tabs .ltabs-wrap {
  margin: 0;
  padding: 0;
  position: relative;
}
.cmspage2 .sm-listing-tab .ltabs-tabs-container {
  position: absolute;
  right: 0px;
  top: -64px;
}
.ltabs-loadmore-btn {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #707070;
  display: inline-block;
  font-size: 115%;
  font-weight: bold;
  margin: 45px auto 0;
  padding: 9px 0;
  text-transform: uppercase;
  width: 180px;
  cursor: pointer;
}
.cms-index-index.cmspage1 .ltabs-loadmore-btn {
  margin: 30px auto 10px;
}
.ltabs-loadmore-btn:hover {
  color: #fff;
  background: #00dcdc;
  border-color: #00dcdc;
}
/*-----------------------Css for Tabs ----------------------------*/
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  cursor: pointer;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-tab .sj-listing-tabs .hits {
  margin-bottom: 10px;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
  line-height: 30px;
  vertical-align: middle;
}
.sm-listing-tab .sj-listing-tabs .created-date {
  margin-bottom: 10px;
}
.sm-listing-tab .sj-listing-tabs .item-desc {
  margin-bottom: 12px;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  cursor: pointer;
  width: 100%;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #FFF;
  overflow: hidden;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  width: 30px;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #DDD;
  position: absolute !important;
  top: 0px;
  right: 0px;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block;
}
.sm-listing-tab .sj-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  vertical: middle;
  margin-top: 2px;
}
.sm-listing-tab .sj-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 30;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  margin: 0;
  padding: 0;
  float: none;
}
.sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  line-height: 20px;
  padding: 5px 20px;
}
/*-----------------------------Css for Content----------------------*/
.sm-listing-tab .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  padding: 0;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-items {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: #000 0em 0em 0em;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  width: 100%;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
  opacity: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .sm_quickview_handler {
  top: 40%;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .sm_quickview_handler {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.sm-listing-tab .products-grid .item .item-inner {
  margin-bottom: 0px;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items .ltabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/477.gif) no-repeat scroll center center transparent;
  min-height: 300px;
  display: block;
  z-index: 0;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 8px 12px;
  display: inline-block;
  background-color: #0088cc;
  color: #FFF;
  cursor: pointer;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url('http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/301.gif') no-repeat scroll center center transparent;
  width: 22px;
  height: 22px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
}
.sm-listing-tab .sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
  content: attr(data-label);
}
.sm-listing-tab .sj-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
  .ltabs-tabs-container .ltabs-tabs li {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs04-1 .clr1,
  .sm-listing-tab .sj-listing-tabs .ltabs04-2 .clr2,
  .sm-listing-tab .sj-listing-tabs .ltabs04-3 .clr3,
  .sm-listing-tab .sj-listing-tabs .ltabs04-4 .clr4,
  .sm-listing-tab .sj-listing-tabs .ltabs04-5 .clr5,
  .sm-listing-tab .sj-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    display: block;
    margin-bottom: 7px;
    border: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-listing-tab .sj-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs03-1 .clr1,
  .sm-listing-tab .sj-listing-tabs .ltabs03-2 .clr2,
  .sm-listing-tab .sj-listing-tabs .ltabs03-3 .clr3,
  .sm-listing-tab .sj-listing-tabs .ltabs03-4 .clr4,
  .sm-listing-tab .sj-listing-tabs .ltabs03-5 .clr5,
  .sm-listing-tab .sj-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-listing-tab .sj-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs02-1 .clr1,
  .sm-listing-tab .sj-listing-tabs .ltabs02-2 .clr2,
  .sm-listing-tab .sj-listing-tabs .ltabs02-3 .clr3,
  .sm-listing-tab .sj-listing-tabs .ltabs02-4 .clr4,
  .sm-listing-tab .sj-listing-tabs .ltabs02-5 .clr5,
  .sm-listing-tab .sj-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .sm-listing-tab .sj-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tab .sj-listing-tabs .ltabs01-1 .clr1,
  .sm-listing-tab .sj-listing-tabs .ltabs01-2 .clr2,
  .sm-listing-tab .sj-listing-tabs .ltabs01-3 .clr3,
  .sm-listing-tab .sj-listing-tabs .ltabs01-4 .clr4,
  .sm-listing-tab .sj-listing-tabs .ltabs01-5 .clr5,
  .sm-listing-tab .sj-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
.cartpro-modal .cpmodal-button.cartpro-hidden {
  display: none;
}
.cpmodal-action {
  text-align: center;
}
.product-view.cartpro-product {
  color: #272939;
}
.product-view.cartpro-product a,
.product-view.cartpro-product select {
  color: #272939;
}
.product-view.cartpro-product .old-price {
  top: 1px;
}
.mini-cart-header {
  display: inline-block;
}
.block.sm-cartpro {
  display: inline-block;
  margin: 0;
}
.sm-cartpro .cartpro-message {
  display: none;
  text-align: center;
  padding: 0 0 10px 0;
}
.sm-cartpro .cartpro-success {
  color: green;
}
.sm-cartpro .cartpro-error {
  color: #FF0000;
}
.sm-cartpro .cartpro-title .cartpro-label {
  display: inline;
}
.sm-cartpro {
  position: relative;
  cursor: pointer;
}
.sm-cartpro .empty {
  margin: 0;
}
.sm-cartpro .cartpro-content {
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: none;
  width: 320px;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 99;
  background-color: #fff;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  color: #272939;
  cursor: default;
}
.sm-cartpro .cartpro-content a {
  color: #272939;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent {
  border-bottom: 1px solid  #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
  max-height: 250px;
  overflow: auto;
  border-bottom: 1px solid #ebebeb;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner {
  margin-bottom: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item {
  overflow: hidden;
  margin: 5px 0;
  padding: 10px 0 15px;
  border-bottom: 1px solid #ebebeb;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image {
  float: left;
  min-width: 50px;
  display: block;
  position: relative;
  margin-right: 10px;
  z-index: 9;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image img:hover {
  opacity: 0.8;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
  position: relative;
  margin-left: 70px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name {
  position: relative;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  padding-right: 45px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name a:hover {
  color: #00dcdc;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product {
  display: none;
  margin-top: -5px;
  margin-bottom: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product .amount {
  position: relative;
  top: -3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price,
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty {
  display: inline-block;
  vertical-align: top;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price {
  margin-bottom: 6px;
  font-size: 100%;
  font-weight: 700;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action {
  position: absolute;
  right: 5px;
  top: -5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a {
  font-size: 14px;
  color: #c5c5c5;
  display: inline-block;
  padding: 0 3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a:hover {
  color: #252525;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart dl {
  margin: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal {
  padding: 13px 0px;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal .price {
  color: #00dcdc;
  font-weight: bold;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions {
  margin-bottom: 10px;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  margin-right: 10px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:hover {
  color: #fff;
}
.sm-cartpro.cartpro-hover:hover .cartpro-content,
.sm-cartpro.cartpro-hover .cartpro-content {
  display: block;
}
.sm-cartpro .cartpro-content:before,
.sm-cartpro .cartpro-content:after {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sm-cartpro .cartpro-content:after {
  background: url(http://www.gardenarteu.com/skin/frontend/sm-siezz/default/images/ajax_loading.gif) no-repeat scroll center center transparent;
  z-index: 3;
}
.sm-cartpro .cartpro-content.loading:before,
.sm-cartpro .cartpro-content.loading:after {
  display: block;
}
.sm-cartpro .cartpro-content .empty {
  text-align: center;
  padding: 10px 0;
}
.sm-cartpro .cartpro-products-inner .qty-label {
  padding: 0 10px;
  font-size: 85.71%;
}
.sm-cartpro .cartpro-products-inner .qty-value input {
  width: 3.2em;
  height: 25px;
  border-color: #ebebeb;
}
.sm-cartpro .cartpro-products-inner .quantity-button {
  opacity: 0;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 10px;
}
.sm-cartpro .cartpro-products-inner .quantity-button.visible {
  opacity: 1;
  cursor: pointer;
}
.sm-cartpro .cartpro-actions {
  overflow: hidden;
  padding-top: 20px;
}
.sm-cartpro .cartpro-actions .cartpro-checkout {
  float: none;
  text-align: center;
  max-width: 100%;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li {
  margin: 0 0 5px 5px;
  vertical-align: top;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:first-child {
  margin-left: 0;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================ *
 * Item Options
 * ============================================ */
.sm-cartpro .item-options:after {
  content: '';
  display: table;
  clear: both;
}
.sm-cartpro .item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  margin-right: 0;
}
.sm-cartpro .item-options dt:after {
  content: ': ';
}
.sm-cartpro .item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}
.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
  cursor: help;
  display: inline-block;
}
.sm-cartpro .truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.sm-cartpro .truncated a.details:hover {
  text-decoration: none;
}
.sm-cartpro .truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: auto;
  left: 0;
  bottom: 5px;
}
.sm-cartpro .truncated .truncated_full_value .item-options:after {
  border-color: #3399cc transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  top: auto;
}
.sm-cartpro .truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sm-cartpro .truncated .show .item-options {
  display: block;
}
.cartpro-process {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  display: none;
}
.cartpro-process.cartpro-show {
  display: block;
}
.product-view.cartpro-product {
  padding-top: 0;
}
.cartpro-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  width: 100%;
  height: 100%;
}
.cartpro-modal.cartpro-show {
  display: block;
}
.cartprooptoins-index-product #_atssh {
  display: none;
}
.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
  width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}
.cartpro-process .cartpro-imageload {
  background: #fff4e9;
  border: 2px solid #f1af73;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #f1af73;
  padding: 15px 20px;
  opacity: 0.8;
  font-family: arial, sans-serif;
}
.cartpro-process .cartpro-imageload img {
  display: inline-block;
  vertical-align: middle;
}
.cartpro-modal .cpmodal-wrapper {
  width: 400px;
  background: none repeat scroll 0 0 #FFF;
  text-align: center;
  padding: 18px 13px 13px;
  position: relative;
  color: #272939;
}
.cartpro-modal .cpmodal-message {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  text-align: center;
}
.cartpro-modal .cpmodal-close {
  color: #666;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 24px;
  position: absolute;
  right: 5px;
  top: -3px;
  width: 30px;
  text-align: center;
}
.cartpro-modal .cpmodal-close:hover {
  color: red;
}
.cartpro-modal .cpmodal-time:before {
  content: " (";
}
.cartpro-modal .cpmodal-time:after {
  content: ")";
}
.cartpro-modal .cpmodal-time.cptime-hidden {
  display: none;
}
.cartpro-modal .cpmodal-button {
  background: #00dcdc;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cartpro-modal .cpmodal-button:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.cartpro-modal .cpmodal-button.noitem-wishlist,
.cartpro-modal .cpmodal-button.noitem-compare {
  display: none;
}
.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
  display: none;
}
.cartpro-modal .cpmodal-message.cp-error {
  display: block;
  color: #FF0000;
}
@media only screen and (max-width: 499px) {
  .cartpro-modal .cpmodal-wrapper {
    width: 300px;
  }
  .cartpro-modal .cpmodal-button {
    white-space: nowrap;
  }
}
/* style for IFrame */
.product-view.cartpro-product select {
  height: 30px;
}
.product-view.cartpro-product .share-button {
  display: none;
}
.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0px 0px 5px 0px;
}
.product-view.cartpro-product .add-to-cart-wrapper {
  float: none;
  width: 100%;
  padding: 0 0 2px 0;
}
.product-view.cartpro-product .add-to-cart-wrapper .price-box,
.product-view.cartpro-product .add-to-cart-wrapper .availability {
  display: none;
}
.product-view.cartpro-product .product-shop .product-name {
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-view.cartpro-product .product-shop .extra-info {
  float: none;
  margin: 0;
}
.cartpro-modal .cartpro-frame {
  border: none;
  overflow: auto;
}
.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
  height: auto;
}
.product-view.cartpro-product .grouped-items-table-wrapper {
  padding: 0;
  margin: 0 0 0 0;
}
.product-view.cartpro-product .product-shop .availability {
  font-size: 12px;
  text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
  margin: 0 0 5px 0;
}
.product-view.cartpro-product .product-shop .price-box {
  margin-bottom: 0;
}
.product-view.cartpro-product .product-options {
  border: 1px solid #cccccc;
  clear: both;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.product-view.cartpro-product .product-options-bottom {
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  padding: 10px;
}
.product-view.cartpro-product .product-shop .option-product-wrapper {
  border-bottom: none;
}
.product-view.cartpro-product .add-to-links,
.product-view.cartpro-product .or {
  display: none;
}
.product-view.cartpro-product .add-to-cart {
  margin-bottom: 0;
  border-bottom: none;
}
.product-view.cartpro-product .product-shop .product-options-bottom {
  margin-bottom: 2px;
}
.product-view.cartpro-product .product-essential {
  margin-bottom: 0;
}
.product-view.cartpro-product .grouped-items-table {
  margin-bottom: 0;
}
.product-view.cartpro-product .add-to-box {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  background-color: #eeeeee;
  margin: 0 0 5px;
}
.product-view.cartpro-product .add-to-box .add-to-cart {
  padding: 5px 0;
}
.page-empty.cartprooptoins-index-product {
  padding: 5px;
}
/***---Device---***/
@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
  /*==DETAIL PAGE==*/
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: -3px;
  }
  .product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
  .product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 10px;
  }
  .menu-on-top {
    position: fixed;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-on-top {
    position: fixed;
  }
  .header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
    position: static;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    right: 0 !important;
    left: auto;
  }
  /*==HOME PAGE==*/
  .slider-deal-wrapper .margin-slider {
    padding-right: 1px;
  }
  .megamenu-left-style-1 {
    margin-bottom: 15px;
  }
  .product-megamenu .sm-basic-products .bs-items .bs-item {
    margin-bottom: 20px;
  }
  .sm-categories .cat-wrap .content-box {
    margin-bottom: 20px;
  }
  #tab_collection .resp-tabs-list {
    position: relative;
  }
  #tab_collection .resp-tabs-list:before {
    background: none repeat scroll 0 0 #d7d7d7;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .list-item-latest li:first-child .img-latest-post {
    width: 85px;
  }
  .list-item-latest li:first-child .info-latest-post {
    margin-left: 98px;
  }
  /*==HOME PAGE 3==*/
  .header-style-2 .yt-menu .navigation-wrapper #nav > li > a {
    padding: 0 10px;
  }
  .header-style-2 .yt-menu .navigation-wrapper #nav > .parent > a {
    padding: 0 25px 0 10px;
  }
  .header-style-2 .yt-menu .navigation-wrapper #nav > .parent > a:before {
    right: 9px;
  }
  /*==TOOLBAR==*/
  .toolbar-inner .sorter .view-mode,
  .toolbar-inner .sort-by {
    margin-right: 5px;
  }
  /*==LISTING==*/
  .block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby {
    width: 54px;
  }
  .category-products .toolbar .pager {
    display: none;
  }
  .category-products .toolbar-bottom .toolbar .sorter,
  .category-products .toolbar-bottom .toolbar .limiter {
    display: none;
  }
  .category-products .toolbar-bottom .toolbar .pager {
    display: block;
  }
  .block-layered-nav .filter-wrapp .wrap-price-shopby .txt-price-shopby .input-text {
    width: 30px;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cmspage1 .sm-basic-products .row-item.number4 {
    display: none !important;
  }
}
.cmspage1 .sm-basic-products .bs-items row-item.number4 {
  display: none !important;
}
@media (max-width: 1024px) {
  /*==home page 1==*/
  .cms-index-index.cmspage1 .static-image-wrapper .category-info a.button1 {
    font-size: 100%;
    padding: 8px 10px !important;
  }
  .cms-index-index.cmspage1 .static-image-wrapper .description {
    padding-bottom: 0px !important;
  }
  .cms-index-index.cmspage1 .static-image-wrapper .banner-home .button1 {
    margin-left: -72px !important;
    padding: 8px 10px !important;
  }
  /*===homepage 2==*/
  .tabs-row-litting .sj-listing-tabs .ltabs-item .item-inner .box-image {
    float: none !important;
  }
  .tabs-row-litting .sj-listing-tabs .ltabs-item .item-inner .box-info {
    padding: 20px 15px 55px 0px !important;
  }
  .tabs-row-litting .sj-listing-tabs .ltabs-item .item-inner .box-info .actions {
    margin: 0px !important;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-homepage1-left {
    margin-bottom: 15px;
  }
  /*==HOME PAGE==*/
  .megamenu-left-style-1 {
    display: none;
  }
  /*==TOOLBAR==*/
  .toolbar-inner .sorter .view-mode,
  .toolbar-inner .sort-by {
    margin-right: 5px;
  }
  .sm_quickview_handler {
    display: none !important;
  }
  /*==DETAIL==*/
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 3px;
  }
  .product-view-2 .like-social,
  .product-view-3 .like-social,
  .product-view-3 .like-social,
  .product-view-3 .like-social {
    margin-bottom: 20px;
  }
  /*==CART==*/
  .total-wrapper {
    clear: both;
  }
}
@media (max-width: 767px) {
  #cpanel_wrapper {
    display: none;
  }
  .footer-bottom-content,
  .payment-footer {
    text-align: center !important;
  }
  .payment-footer {
    padding-top: 10px;
  }
  /*==HOME PAGE==*/
  .megamenu-left-style-1 {
    display: none;
  }
  .static-image-right .list-image {
    margin: 0 -15px;
  }
  .static-image-right .list-image li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0px !important;
  }
  .static-image-right .list-image li img {
    width: 100%;
  }
  .static-image-center img {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .category-wrap {
    display: inline-block;
    margin-bottom: 10px;
  }
  /*==HOME PAGE STYLE 2==*/
  .cmspage3 .megamenu-left-style-2 {
    display: none;
  }
  .cmspage3 .sm_imageslider {
    margin-bottom: 30px;
  }
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-wrap .ltabs-tabs-wrap {
    border: none;
  }
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-wrap .ltabs-tabs-wrap .ltabs-tabs li {
    padding: 0 5px;
  }
  .cmspage3 .latest-post-block,
  .cmspage3 .testimonials {
    margin-bottom: 30px;
  }
  .footer-style-1 .footer-top .logo-social-footer {
    margin-bottom: 30px;
    text-align: left;
  }
  .footer-style-1 .footer-top .logo-social-footer .footer-logo {
    margin: 0 0 20px;
  }
  /*==TOOLBAR==*/
  .toolbar-inner .limiter {
    margin-top: 0;
  }
  .toolbar-inner .pager {
    display: none;
  }
  .toolbar-bottom .toolbar-inner .sorter {
    display: none;
  }
  .toolbar-bottom .toolbar-inner .pager {
    display: block;
  }
  .toolbar-bottom .toolbar-inner .limiter {
    width: auto;
    border: none;
  }
  .sm_quickview_handler {
    display: none !important;
  }
  /*==DETAIL PAGE==*/
  .product-shop {
    padding-top: 30px;
    clear: both;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: -3px;
  }
  /*==CART==*/
  .total-wrapper {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .products-grid .item {
    width: 50%;
    float: left;
  }
  /*==HOME PAGE 2==*/
  .four-static-image .item-static {
    width: 33.33%;
    margin-right: 0;
  }
  .four-static-image .item-static:last-child a:first-child {
    margin-bottom: 0;
  }
  .list-latest > li {
    margin-bottom: 25px;
  }
  .list-latest > li:last-child {
    margin-bottom: 0;
  }
  /*==HOME PAGE 3==*/
  .cmspage3 .st-image-thr ul {
    margin: 0 -5px;
  }
  .cmspage3 .st-image-thr li {
    width: 33.33%;
    padding: 0 5px;
    margin: 0 !important;
  }
  /*==LISTING PAGE==*/
  .products-list .item .item-inner .box-image-list {
    width: 200px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 200px;
  }
  .products-list .item .item-inner .box-info-list .actions .btn-wrapper .button {
    margin-right: 4px;
  }
  .products-list .item .item-inner .box-info-list .actions .add-to-links {
    margin: 0;
  }
  .products-list .item .item-inner .box-info-list .actions .add-to-links li {
    margin: 0 4px 0px 0px;
  }
  .products-list .item .item-inner:before {
    left: 200px;
  }
  /*==DETAIL==*/
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: -3px;
  }
  /*==BLOG LISTING==*/
  .postWrapper .image-blog {
    width: 100%;
  }
  .postWrapper .info-blog {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  /*==FOOTER==*/
}
@media (max-width: 480px) {
  .list-item-latest li:first-child .img-latest-post {
    width: 85px;
  }
  .list-item-latest li:first-child .info-latest-post {
    margin-left: 98px;
    margin-right: 0px;
  }
  .products-grid .item-inner .product-image > img {
    width: 100%;
  }
  .sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    display: block;
  }
  /*==HOME PAGE 2==*/
  .cmspage2 .sm-listing-tab .ltabs-tabs-container {
    position: static;
    margin-bottom: 15px;
  }
  .four-static-image .item-static {
    float: none;
    margin-right: 0;
  }
  .list-latest > li {
    margin-bottom: 25px;
  }
  .list-latest > li:last-child {
    margin-bottom: 0;
  }
  /*==HOME PAGE 3==*/
  .cmspage3 .title-home h2 {
    padding: 0 5px;
  }
  .cmspage3 .st-image-thr li {
    float: none;
    margin: 0px 0px 30px 0px;
  }
  .cmspage3 .st-image-thr li:last-child {
    margin-bottom: 0;
  }
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    height: 34px;
    line-height: 34px;
  }
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-wrap .ltabs-tabs-wrap {
    margin-bottom: 8px;
    padding-right: 80px;
    position: relative;
    top: 1px;
  }
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    top: 35px;
    z-index: 9;
  }
  .cmspage3 .sm-supercategories .sj-listing-tabs .ltabs-tabs-wrap .ltabs-tabs li {
    font-size: 100%;
  }
  .cmspage3 .slider-post .item .img-post {
    width: 100%;
  }
  .cmspage3 .slider-post .item .info-post {
    margin-left: 0;
    clear: both;
    padding-top: 20px;
  }
  .cmspage3 .slider-post .item .info-post .content-latest-post {
    display: inline;
  }
  /*==TOOLBAR==*/
  .toolbar-inner .sorter {
    width: 100%;
  }
  .toolbar-inner .sort-by {
    display: none;
  }
  .toolbar-inner .pager,
  .toolbar-inner .sort-by {
    margin: 0;
    padding: 12px;
    font-size: 110%;
  }
  .toolbar-inner .pager ol {
    border-top: 1px solid #d7d7d7;
    text-align: right;
  }
  .toolbar-inner .pager ol {
    text-align: left;
  }
  /*==SHOPPING CART==*/
  .cart .crosssell .btn-cart {
    margin-bottom: 3px;
  }
  /*==LISTING PAGE==*/
  .products-list .item .item-inner .box-image-list {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
  }
  .products-list .item .item-inner .box-image-list img {
    width: 100%;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 0px;
    clear: both;
    padding: 10px;
  }
  .products-list .item .item-inner .box-info-list .actions .btn-wrapper .button {
    margin-right: 4px;
  }
  .products-list .item .item-inner .box-info-list .actions .add-to-links {
    margin: 0;
  }
  .products-list .item .item-inner .box-info-list .actions .add-to-links li {
    margin: 0 4px 0px 0px;
  }
  .products-list .item .item-inner:before {
    display: none;
  }
  /*==BLOG LISTING==*/
  .postWrapper .image-blog {
    width: 100%;
  }
  .postWrapper .image-blog img {
    width: 100%;
  }
  .postWrapper .info-blog {
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .cms-index-index.cmspage1 .testimonials-home1 {
    padding: 0px !important;
  }
  .cms-index-index.cmspage1 .testimonials-home1 .owl-stage li.item .image-client {
    display: none;
  }
  .cms-index-index.cmspage1 .testimonials-home1 .owl-stage li.item .info-client {
    margin-left: 0px !important;
  }
  .cms-index-index.cmspage1 .testimonials-home1 .owl-stage li.item .info-client:before {
    display: none;
  }
  .cmspage2 .yt-slideshow .filmore_commands {
    display: none !important;
  }
  .cmspage3 .filmore_prev,
  .cmspage3 .filmore_next {
    display: none !important;
  }
}
@media (min-width: 400px) and (max-width: 568px) {
  .tabs-listtop .ltabs-tabs-container .ltabs-tabs li {
    padding: 8px 12px !important;
  }
}
/*menu ip*/
#ytech_mommenu {
  position: absolute;
  left: 70px;
  top: 0px;
}
#ytech_mommenu .btn2 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #44494e;
  text-align: center;
  font-size: 28px;
  display: none;
  color: #fff;
  cursor: pointer;
  margin-left: 2px;
}
#ytech_mommenu .btn2.leftsidebar,
#ytech_mommenu .btn2.rightsidebar {
  display: none;
}
#ytech_mommenu .btn2.leftsidebar .overlay,
#ytech_mommenu .btn2.rightsidebar .overlay {
  background: black;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
#ytech_mommenu .overlay {
  background: #000;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 991px) {
  #ytech_right {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 15px;
    bottom: 0;
    background: white;
    Z-index: 9999;
    overflow: auto;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    margin: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #ytech_right.active {
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  #ytech_right .sns-col-inner {
    padding: 0px 0 50px;
  }
  #ytech_left {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    padding: 15px;
    bottom: 0;
    background: #ebebeb;
    Z-index: 9999;
    overflow: auto;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    margin: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #ytech_left.active {
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  #ytech_left .sns-col-inner {
    padding: 30px 0 50px;
  }
}
.dropdown-mobile {
  width: 180px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  right: 0px;
  padding: 10px 15px;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
}
.header-style-1 .dropdown-mobile {
  border-top: none;
  right: -1px;
}
.header-style-2 .dropdown-mobile {
  border-top: none;
}
.dropdown-custommer-mobile ul {
  margin: 0;
}
.dropdown-custommer-mobile ul li {
  display: block;
  float: none;
}
.dropdown-custommer-mobile ul li a {
  display: block;
  padding: 5px 7px;
  margin-bottom: 1px;
}
.dropdown-custommer-mobile ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown-custommer-mobile > a {
  display: none;
}
.block-mobile:before {
  width: 100%;
  height: 3px;
  content: "";
  display: inline-block;
  background-color: #00dcdc;
  position: absolute;
  left: 0px;
  top: -3px;
  display: none;
}
.block-mobile:hover {
  background-color: #fff !important;
}
.block-mobile:hover .dropdown-custommer-mobile {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
}
.block-mobile:hover .icon-mobile {
  color: #000 !important;
}
.block-mobile:hover:before {
  display: block;
}
/***---Device---***/
@media (min-width: 1200px) {
  /*==HEADER STYLE 2==*/
}
@media (min-width: 991px) and (max-width: 1024px) {
  .contact-block {
    display: none !important;
  }
  .header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    padding: 50px 18px  ;
  }
  .header-style-2 .toplink,
  .header-style-2 .contact-block .phone-number,
  .header-style-2 .contact-block .email-block {
    margin-left: 10px !important;
  }
  .header-style-2 .minicart-header {
    margin-left: 4px !important;
  }
}
@media (max-width: 991px) {
  .yt-menu .menu-under #nav {
    display: none !important;
  }
  .header-style-1 .wrapper-header .menu-larger .sm_megamenu_wrapper_horizontal_menu,
  .header-style-2 .menu-larger .sm_megamenu_wrapper_horizontal_menu,
  .header-style-3 .wrapper-header .menu-larger .sm_megamenu_wrapper_horizontal_menu,
  .header-style-1 .wrapper-header .customer-wrapper,
  .header-style-2 .customer-wrapper,
  .header-style-3 .wrapper-header .customer-wrapper {
    display: none;
  }
  .header-style-1 .wrapper-header .mobile-menu,
  .header-style-2 .mobile-menu,
  .header-style-3 .wrapper-header .mobile-menu {
    display: block;
  }
  .header-style-1 .wrapper-header .wrapper-menu,
  .header-style-2 .wrapper-menu,
  .header-style-3 .wrapper-header .wrapper-menu {
    /*float: none !important; */
  }
  .header-style-1 .wrapper-header .mobile-menu,
  .header-style-2 .mobile-menu,
  .header-style-3 .wrapper-header .mobile-menu {
    background: transparent !important;
    padding: 0;
  }
  .header-style-1 .wrapper-header .block-right-mobile,
  .header-style-2 .block-right-mobile,
  .header-style-3 .wrapper-header .block-right-mobile {
    position: absolute;
    right: 15px;
    top: 0px;
  }
  .header-style-1 .wrapper-header .block-mobile,
  .header-style-2 .block-mobile,
  .header-style-3 .wrapper-header .block-mobile {
    width: 56px;
    height: 56px;
    background-color: #44494e;
    float: right;
    margin-left: 1px;
    cursor: pointer;
    position: relative;
  }
  .header-style-1 .wrapper-header .block-mobile .icon-mobile,
  .header-style-2 .block-mobile .icon-mobile,
  .header-style-3 .wrapper-header .block-mobile .icon-mobile {
    color: #fff;
    text-align: center;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
  }
  .header-style-1 .yt-poscart {
    display: none !important;
  }
  .header-style-1 .wrapper-header .header-bottom {
    padding: 0px !important;
    border: 0px !important;
  }
  .header-style-1 .wrapper-header .toplink {
    display: none !important;
  }
  .header-style-1 .wrapper-header .minicart-header {
    position: absolute;
    right: 55px;
    bottom: 1px;
  }
  .header-style-1 .wrapper-header .minicart-header .sm-cartpro {
    margin-bottom: 0px !important;
  }
  .header-style-1 .wrapper-header .minicart-header .cartpro-count {
    top: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style-1 .wrapper-header .yt-menu .menu-under {
    background: none;
  }
  .header-style-1 .wrapper-header .header-top {
    background-color: transparent;
    border: none;
  }
  .header-style-1 .wrapper-header .header-top .dropdown-block .dropdown-toggle {
    border-color: #272727;
  }
  .header-style-1 .wrapper-header .header-top .dropdown-block .dropdown-toggle .value {
    color: #999;
  }
  .header-style-1 .wrapper-header .header-top .dropdown-block:hover .value {
    color: #fff;
  }
  .header-style-1 .wrapper-header .header-bottom {
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
  .cms-index-index.cmspage1 .header-style-1 .wrapper-header {
    position: static !important;
    background: #ebebeb;
  }
}
@media (max-width: 480px) {
  .header-style-1 .wrapper-header .socials-wrap {
    display: none !important;
  }
  .header-style-2 .socials-wrap {
    display: none !important;
  }
  .header-style-3 .socials-wrap,
  .header-style-5 .socials-wrap {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .header-style-1 .wrapper-header .sm-cartpro .cartpro-content {
    right: -10px;
  }
  .header-style-2 .setting {
    display: none !important;
  }
  .header-style-2 .sm-cartpro .cartpro-content {
    right: -105px;
  }
}
