
/*hediye-seçimi start*/
.four { width: 46%; max-width: 50%;}
.four-adress { width: 31%;
	max-width: 31%;
display: block;
  float:left;
  margin-left: 1%;
  margin-right: 1%;
}
.col {
  display: block;
  float:left;
  margin-left: 2%;
  margin-right: 2%;
}
.col:first-of-type { }
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.form .plan input, .form .payment-plan input, .form .payment-type input{
	display: none;
}
.form label{
	position: relative;
	color: #666;
	font-size: 14px;
	text-align: left;
	padding: 15px;
	height: auto;
	display: block;
	cursor: pointer;
	border: 2px solid #EFEFEF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label{
	border: 2px solid #7eba29;
}
.form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after{
	content: "\2713";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: #7eba29 ;
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
	text-align: center;
}
/*hediye-seçimi son*/
.no-margin {
  margin: 0 !important; }
.co50{
	width: 50%;
}
.co50i{
	width: 50%;
}
.bg-white{
    background-color:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
body{
    background: url(../image/pagebg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image, .products-list .product-layout .product-item-container .left-block .product-image-container {
  position: relative;
  display: block; }
  .lib-two-img .img-1, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1, .products-list .product-layout .product-item-container .left-block .product-image-container .img-1 {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2, .products-list .product-layout .product-item-container .left-block .product-image-container .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    display: block;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: all 0.5s ease-in-out; }

.lib-two-img-over .img-1, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1, .products-list .product-layout .product-item-container:hover .left-block .product-image-container .img-1 {
  opacity: 0;
  transform-style: inherit;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out; }
.lib-two-img-over .img-2, .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2, .products-list .product-layout .product-item-container:hover .left-block .product-image-container .img-2 {
  opacity: 1;
  transform-style: inherit;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out; }

/* @group Banners hover effect */
.banners-effect-1 .banners > div img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .banners-effect-1 .banners > div img:hover {
    opacity: 0.8; }

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
    left: 0;
    opacity: 1; }
  .banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    content: "";
    z-index: 1; }

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-3 .banners > div a:hover:before, .banners-effect-3 .banners > div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0); }
  .banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    z-index: 1; }

.banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-4 .banners > div a:hover:before, .banners-effect-4 .banners > div a:hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }
  .banners-effect-4 .banners > div a:before, .banners-effect-4 .banners > div a:after {
    border-bottom: 50px solid rgba(0, 0, 0, 0.2);
    border-top: 50px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.35s ease 0s;
    visibility: visible;
    z-index: 1; }

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-5 .banners > div a:hover:before, .banners-effect-5 .banners > div a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }
  .banners-effect-5 .banners > div a:before, .banners-effect-5 .banners > div a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }

.banners-effect-6 .banners > div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000; }

.banners-effect-6 .banners > div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1); }

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s; }

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-8 .banners > div a:before,
.banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1; }

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }

.banners-effect-8 .banners > div img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s; }

.banners-effect-8 .banners > div a:hover:before,
.banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10; }

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1; }

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%; }
  .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .banners-effect-11 .banners > div a:after {
    left: auto;
    right: 0;
    bottom: 0; }

.banners-effect-12 .banners > div img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

/* @end */
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*******************************************************
  Style Color
********************************************************/
/*******************************************************
  Style Color
********************************************************/
/*******************************************************************
******                SO Framework: Sass System                ******
********************************************************************/
/* 1.BACK TOP TOP DEMO OPENCART
----------------------------------------------------- */
.back-to-top {
  cursor: pointer;
  background-color: #979797;
  color: #fff;
  width: 45px;
  bottom: 130px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: inline;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  right: 20px; }
  .back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .back-to-top:hover {
    background-color: #747474; }
  .back-to-top i {
    font-size: 32px;
    display: block;
    line-height: 18px; }
  .back-to-top span {
    display: block;
    line-height: 18px; }
  @media (max-width: 1199px) {
    .back-to-top {
      left: 20px;
    bottom: 15px; } }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
----------------------------------------------------- */
.social-widgets {
  position: fixed;
  z-index: 560;
  top: 50%;
  height: 0;
  width: 0;
  right: 0; }

.social-widgets .item, .social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.social-widgets .items {
  top: -100px;
  position: relative; }

.social-widgets .item {
  position: absolute;
  top: 0;
  left: 120px; }

.social-widgets .active {
  z-index: 100;
  left: -310px; }

.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
  left: 0; }

.social-widgets .item-01 {
  top: 0;
  z-index: 99; }

.social-widgets .item-02 {
  top: 45px;
  z-index: 98; }

.social-widgets .item-03 {
  top: 90px;
  z-index: 97; }

.social-widgets .item-04 {
  top: 150px;
  z-index: 96; }

.social-widgets .item-05 {
  top: 200px;
  z-index: 95; }

.social-widgets .tab-icon .fa {
  font-size: 18px; }

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em;
  line-height: 45px; }

.social-widgets .tab-icon:hover {
  text-decoration: none; }

.social-widgets .active .tab-icon {
  border-color: #E9E9E9;
  background: #fff; }

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white; }

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white; }

.social-widgets .youtube .tab-icon {
  background: #DA2723;
  background-clip: content-box;
  color: white; }

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px; }

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold; }
  .social-widgets .title h5 {
    line-height: 45px;
    margin: 0; }

.social-widgets .facebook.active {
  left: -260px; }

.social-widgets .facebook .tab-content {
  width: 260px; }

.social-widgets .twitter.active {
  left: -300px; }

.social-widgets .twitter .tab-content {
  width: 300px; }

.social-widgets .twitter-widget {
  padding-top: 10px; }

.social-widgets .youtube.active {
  left: -450px; }

.social-widgets .youtube .tab-content {
  width: 450px; }

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 1000; }

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px; }

/* 3.TOP PANEL (RIGHT FIXED PANEL)
----------------------------------------------------- */
@media (min-width: 1200px) {
/*  header.navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }*/

  /*.navbar-compact .compact-hidden {
    display: none !important; }*/

  .navbar-compact .header-center {
    padding: 30px 0;
    transition: 0.3s all ease 0s; }

  /*.navbar-compact .header-bottom {
    margin: 0 !important; }*/

  .navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 45px;
    height: 45px;
    margin-bottom: -47px;
    background: #7eba29 !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff; }

  .navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
    display: none; }

  .navbar-switcher.active .i-active,
  .navbar-switcher .fa-caret-down {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em; }

  .navbar-compact.type_1 .sidebar-menu, .navbar-compact.type_2 .sidebar-menu {
    display: none; }
  .navbar-compact.type_1 .header-bottom-right, .navbar-compact.type_2 .header-bottom-right {
    margin: 0;
    padding: 0 15px;
    width: 100%; }

  header .navbar-switcher {
    display: block; } }
/* 4.LARY LOADER
--------------------------------------- */
.mfp-iframe-scaler iframe {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center; }

.lazy {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../image/theme/lazy-loader.gif) no-repeat center center; }

.loadeding {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1; }

.loaded .loadeding {
  background: none;
  height: auto;
  opacity: 0;
  display: none; }

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto; }

  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden; }

  .lazy.lazy-loaded img {
    opacity: 1; } }
/* Overlay pattern 
--------------------------------------- */

body.no-bgbody {
  background-image: none; }

.pattern-1 {
  background-image: url("../image/theme/patterns/1.png"); }

.pattern-2 {
  background-image: url("../image/theme/patterns/2.png"); }

.pattern-3 {
  background-image: url("../image/theme/patterns/3.png"); }

.pattern-4 {
  background-image: url("../image/theme/patterns/4.png"); }

.pattern-5 {
  background-image: url("../image/theme/patterns/5.png"); }

.pattern-6 {
  background-image: url("../image/theme/patterns/6.png"); }

.pattern-7 {
  background-image: url("../image/theme/patterns/7.png"); }

.pattern-8 {
  background-image: url("../image/theme/patterns/8.png"); }

.pattern-9 {
  background-image: url("../image/theme/patterns/9.png"); }

.pattern-10 {
  background-image: url("../image/theme/patterns/10.png"); }

.pattern-11 {
  background-image: url("../image/theme/patterns/11.png"); }

.pattern-12 {
  background-image: url("../image/theme/patterns/12.png"); }

.pattern-13 {
  background-image: url("../image/theme/patterns/13.png"); }

.pattern-14 {
  background-image: url("../image/theme/patterns/14.png"); }

.pattern-15 {
  background-image: url("../image/theme/patterns/15.png"); }

.pattern-16 {
  background-image: url("../image/theme/patterns/16.png"); }

.pattern-17 {
  background-image: url("../image/theme/patterns/17.png"); }

.pattern-18 {
  background-image: url("../image/theme/patterns/18.png"); }

.pattern-19 {
  background-image: url("../image/theme/patterns/19.png"); }

.pattern-20 {
  background-image: url("../image/theme/patterns/20.png"); }

.pattern-21 {
  background-image: url("../image/theme/patterns/21.png"); }

.pattern-22 {
  background-image: url("../image/theme/patterns/22.png"); }

.pattern-23 {
  background-image: url("../image/theme/patterns/23.png"); }

.pattern-24 {
  background-image: url("../image/theme/patterns/24.png"); }

.pattern-25 {
  background-image: url("../image/theme/patterns/25.png"); }

.pattern-26 {
  background-image: url("../image/theme/patterns/26.png"); }

.pattern-27 {
  background-image: url("../image/theme/patterns/27.png"); }

.pattern-28 {
  background-image: url("../image/theme/patterns/28.png"); }

.pattern-29 {
  background-image: url("../image/theme/patterns/29.png"); }

.pattern-30 {
  background-image: url("../image/theme/patterns/30.png"); }

.pattern-31 {
  background-image: url("../image/theme/patterns/31.png"); }

.pattern-32 {
  background-image: url("../image/theme/patterns/32.png"); }

.pattern-33 {
  background-image: url("../image/theme/patterns/33.png"); }

.pattern-34 {
  background-image: url("../image/theme/patterns/34.png"); }

.pattern-35 {
  background-image: url("../image/theme/patterns/35.png"); }

.pattern-36 {
  background-image: url("../image/theme/patterns/36.png"); }

.pattern-37 {
  background-image: url("../image/theme/patterns/37.png"); }

.pattern-38 {
  background-image: url("../image/theme/patterns/38.png"); }

.pattern-39 {
  background-image: url("../image/theme/patterns/39.png"); }

.pattern-40 {
  background-image: url("../image/theme/patterns/40.png"); }

.pattern-41 {
  background-image: url("../image/theme/patterns/41.png"); }

.pattern-42 {
  background-image: url("../image/theme/patterns/42.png"); }

.pattern-43 {
  background-image: url("../image/theme/patterns/43.png"); }

.pattern-44 {
  background-image: url("../image/theme/patterns/44.png"); }

.pattern-45 {
  background-image: url("../image/theme/patterns/45.png"); }

/* Preloading Screen
--------------------------------------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  z-index: 1001;
  animation: spin 2s linear infinite; }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite; }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  transform: translateX(0); }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out; }

/* @group Banners hover effect */
.banners-effect-1 .banners > div img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .banners-effect-1 .banners > div img:hover {
    opacity: 0.8; }

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
    left: 0;
    opacity: 1; }
  .banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    content: "";
    z-index: 1; }

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-3 .banners > div a:hover:before, .banners-effect-3 .banners > div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0); }
  .banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    z-index: 1; }

.banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-4 .banners > div a:hover:before, .banners-effect-4 .banners > div a:hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }
  .banners-effect-4 .banners > div a:before, .banners-effect-4 .banners > div a:after {
    border-bottom: 50px solid rgba(0, 0, 0, 0.2);
    border-top: 50px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.35s ease 0s;
    visibility: visible;
    z-index: 1; }

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-5 .banners > div a:hover:before, .banners-effect-5 .banners > div a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }
  .banners-effect-5 .banners > div a:before, .banners-effect-5 .banners > div a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }

.banners-effect-6 .banners > div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000; }

.banners-effect-6 .banners > div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1); }

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s; }

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-8 .banners > div a:before,
.banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1; }

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }

.banners-effect-8 .banners > div img {
  opacity: 1;
  width: 100%;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s; }

.banners-effect-8 .banners > div a:hover:before,
.banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10; }

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1; }

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%; }
  .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .banners-effect-11 .banners > div a:after {
    left: auto;
    right: 0;
    bottom: 0; }

.banners-effect-12 .banners > div img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

/* @end */
.divider {
  clear: both;
  height: 40px; }

.alert {
  border-radius: 0; }
  .alert .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px; }

.tab-content {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  z-index: 2;
  border: 1px solid #ddd;
  border-top: 0px; }

.simple-ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }
  .simple-ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px; }
    .simple-ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-family: "FontAwesome";
      font-size: 14px;
      content: "\f105"; }
    .simple-ul li ul {
      margin: 10px 0 10px 0;
      padding: 0;
      list-style: none; }
      .simple-ul li ul li:before {
        content: "\f111";
        font-size: 7px; }

.decimal-list {
  margin: 0px 0 15px 20px;
  padding: 0;
  list-style: decimal outside; }
  .decimal-list li {
    padding-left: 0;
    margin-bottom: 5px;
    text-indent: 0; }

blockquote {
  font-size: 12px; }

.well {
  border-radius: 0; }

.feature-box {
  border-radius: 0;
  margin-bottom: 20px; }
  .feature-box .feature-icon {
    color: #3e7cb4;
    display: inline-block;
    font-size: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
    float: left; }
  .feature-box .feature-content {
    padding-left: 50px; }

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1; }

.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase; }

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }

.simple-list li {
  margin: 0;
  padding: 0 0 8px; }

.simple-list .checkbox {
  padding-left: 0; }

.simple-list .checkbox input[type=checkbox] {
  margin-right: 10px; }

.simple-list .icon {
  margin-right: 9px; }

.arrow-list li {
  padding-left: 12px;
  position: relative; }
  .arrow-list li a {
    color: #666; }
    .arrow-list li a:hover {
      color: #7eba29; }

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105"; }

.page-login .well {
  background: #fff;
  min-height: 285px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0; }
  .page-login .well h2 {
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
.page-login .bottom-form {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 35px; }
  
  .page-login .bottom-form .btn {
    padding: 7px 12px;
    background: #7eba29;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: #676767; }
    .page-login .bottom-form .btn:hover {
      background: #7eba29;
      border-color: #7eba29;
      color: #fff; }
  .page-login .bottom-form a {
    color: #666; }
    .page-login .bottom-form a:hover {
      color: #7eba29; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

/*******************************************************************
******                SO Framework: Sass Menu                 ******
********************************************************************/
div.horizontal ul.megamenu > li {
  float: left; }
div.horizontal ul.megamenu .sub-menu .title-submenu,
div.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px; }
div.horizontal ul.megamenu .sub-menu .image-link {
  color: #333333; }
  div.horizontal ul.megamenu .sub-menu .image-link:hover {
    color: #7eba29; }
div.horizontal .image-link .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #333;
  padding: 0; }
div.horizontal .image-link .btn {
  position: absolute;
  top: -100px;
  left: calc(50% - 50px);
  padding: 7px 12px;
  background: #676767;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: #676767;
  background: #7eba29;
  border-color: #7eba29;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 2px; }
  div.horizontal .image-link .btn:hover {
    background: #7eba29;
    border-color: #7eba29;
    color: #fff; }
  div.horizontal .image-link .btn:hover {
    background: #676767;
    border-color: #676767; }
div.horizontal .image-link:hover .thumbnail {
  border: 1px solid #999; }
  div.horizontal .image-link:hover .thumbnail img {
    opacity: 0.7; }
div.horizontal .image-link:hover .btn {
  top: calc(50% - 25px); }
div.horizontal .image-link .figcaption {
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; }
div.horizontal ul.megamenu .sub-menu .content {
  border-top: 3px solid #7eba29; }
div.horizontal ul.megamenu .sub-menu a {
  color: #666;
  line-height: 24px;
  display: block;
  padding: 5px 5px 5px 10px;
border-bottom: 1px solid #f0f0f0;
}
  div.horizontal ul.megamenu .sub-menu a:hover {
    color: #7eba29;
	font-weight: 500;
	text-decoration:underline;
}

header .so-megamenu .navbar-header {
  color: white; }

@media (min-width: 992px) {
  div.so-vertical-menu {
    position: relative; }
    div.so-vertical-menu .vertical-wrapper {
      border-top: 3px solid #7eba29; }
    div.so-vertical-menu ul.megamenu > li {
      border: none; }
      div.so-vertical-menu ul.megamenu > li a {
        color: #666;
        line-height: 24px; }
        div.so-vertical-menu ul.megamenu > li a:hover {
          color: #7eba29; }
      div.so-vertical-menu ul.megamenu > li > a:hover, div.so-vertical-menu ul.megamenu > li.loadmore:hover {
        background: #7eba29;
        color: white; }
        div.so-vertical-menu ul.megamenu > li > a:hover .caret, div.so-vertical-menu ul.megamenu > li.loadmore:hover .caret {
          background-position: center 0; }
      div.so-vertical-menu ul.megamenu > li .caret {
        background: url("../image/theme/icons/ico-menu-parent.png") no-repeat;
        width: 15px;
        height: 15px;
        background-position: center -25px;
        border: none;
        margin: 5px  0;
        position: absolute;
        right: 10px; }
      div.so-vertical-menu ul.megamenu > li.loadmore {
        border-top: 1px solid #ddd; } }
.list-product {
  padding: 0; }
  .list-product .image {
    margin-right: 15px; }
  .list-product .caption h4 {
    margin: 0;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    /* [8] */
    font-size: 1.4rem;
    /* [8] */ }

.megamenuToogle-wrapper .container > div {
  float: left;
  margin: 3px 10px 0px 0px; }

/* +----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		Header Wrapper
	[2]		Content Wrapper
	[3]		Footer Wrapper
	
*/
/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */
@media (max-width: 1024px) {
  .no-res {
    width: 1190px; } }
.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .wrapper-boxed header.navbar-compact, .wrapper-iframed header.navbar-compact, .wrapper-rounded header.navbar-compact {
    width: auto; }

.wrapper-iframed {
  margin: 20px auto; }

.wrapper-rounded {
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden; }

/**************************************************************
	  Header Wrapper
**************************************************************/
.header-top {
  background: #eee; }

.header-center {
  padding: 35px 0; }

.header-bottom {
  background: #666666;
  min-height: 45px;
  margin-bottom: 15px; }

/**************************************************************
	  Content Wrapper
**************************************************************/
#content {
  margin-bottom: 30px; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

/************************************************************************************************
    FOOTER DEFFAULT
*************************************************************************************************/
footer {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  /* [8] */
  font-size: 1.2rem;
  /* [8] */
  color: #666;
  /*FOOTER TOP*/
  /*FOOTER CENTER*/
  /*FOOTER BOTTOM*/
  /*HTML SOCIAL*/
  /*NEWLETTER*/ }
  footer a {
    color: #444; }
  footer .module {
    margin: 0; }
    footer .module h3.modtitle,
    footer .module h3.footer-title {
      font-size: 18px !important;
      font-weight: bold;
      border: none;
      color: #222 !important;
      text-transform: uppercase;
      margin: 0 0 15px 0 !important;
      line-height: inherit;
      height: auto; }
  footer .footer-top {
   
      
  }
  footer .footer-center {
    padding-bottom: 30px;
    padding-top: 25px;
    background-color: #eee; 
      background-image: url("../../x/image/demo/icons/bg3.png");background-repeat: no-repeat;background-position: center center;
  }
    footer .footer-center .module h3.modtitle:before {
      display: none; }
    footer .footer-center .module .footer-logo {
      margin-bottom: 7px;
      margin-top: -3px; }
    footer .footer-center .module ul.menu li a {
      position: relative;
      padding-left: 10px; }
      footer .footer-center .module ul.menu li a:before {
        content: "\f101";
        top: 2px;
        line-height: 100%;
        vertical-align: middle;
        font-family: FontAwesome;
        position: absolute;
        left: 0; }
        
        
      footer .footer-center .module ul.menu li a:hover {
        color: #7eba29; }
    footer .footer-center .footer-links p {
      line-height: 20px; }
    footer .footer-center .contact-address li {
      color: #444444;
      padding: 0 0 5px 25px;
      position: relative;
      z-index: 1;
      line-height: 18px; }
    footer .footer-center .contact-address span {
      font-size: 15px;
      position: absolute;
      color: white;
      text-align: center;
      color: #7eba29;
      left: 0px;
      margin-right: 10px; }
    footer .footer-center .contact-address > li:nth-child(2) {
      padding-top: 7px; }
      footer .footer-center .contact-address > li:nth-child(2) span {
        margin-top: -1px; }
    footer .footer-center .contact-address > li:last-child {
      padding-top: 8px; }
    footer .footer-center .contact-address a:hover {
      color: #7eba29; }
    footer .footer-center .payment-list li {
      display: inline; }
  footer .box-footer {
    min-height: 181px;
    border-right: 1px solid #ddd; }
    footer .box-footer .module {
      margin: 0; }
    footer .box-footer.box-account, footer .box-footer.box-information {
      padding-left: 30px; }
      footer .box-footer.box-account ul li, footer .box-footer.box-information ul li {
        line-height: 25px; }
    footer .box-footer:last-child {
      border-right: 0;
      padding-left: 30px; }
  footer ul.payment-method {
    padding-top: 25px;
    border-bottom: 0; }
    footer ul.payment-method li {
      display: inline-block;
      margin-right: 7px; }
      footer ul.payment-method li img:hover {
        opacity: 0.8; }
  footer .footer-bottom {
    background: #ddd;
    padding: 6px 0;
    text-align:center;}
  footer .social_block {
    margin-bottom: 0;
    background: #3a3a3a; }
    footer .social_block ul {
      padding: 0 15px; }
      footer .social_block ul.social-block li {
        float: left;
        display: inline-block;
        margin: 27px 7px;
        text-align: center; }
        footer .social_block ul.social-block li a {
          color: #fff;
          line-height: 70px;
          width: 30px;
          display: inline-block; }
          footer .social_block ul.social-block li a:hover {
            color: #7eba29; }
          footer .social_block ul.social-block li a i {
            font-size: 16px; }
  footer .news-letter {
    overflow: hidden;
    padding-top: 10px;
    float: right;
    color: #fff;
    padding-right: 0; }
    footer .news-letter .title-block {
      max-width: 400px;
      min-height: 50px;
      display: inline-block;
      padding: 3px 0 0px 57px;
       }
    footer .news-letter .page-heading {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      margin: 2px 2px 0; }
    footer .news-letter .pre-text {
      margin: 0;
      line-height: 12px;
      font-size: 12px; }
    footer .news-letter .block_content {
      float: right;
      padding-top: 7px; }
      footer .news-letter .block_content form {
        margin: 0px; }
        footer .news-letter .block_content form .form-group {
          margin: 0px;
          overflow: hidden; }
      footer .news-letter .block_content .input-box {
        float: left; }
        footer .news-letter .block_content .input-box input {
          border-radius: 0;
          height: 40px;
          padding: 5px 15px;
          background: #fff;
          color: #999;
          font-size: 12px;
          float: left;
          width: 270px;
          height: 36px;
          transition: 0.3s all ease 0s;
          border: solid 1px #eee;
          border-right: none; }
      footer .news-letter .block_content .subcribe {
        float: left; }
        footer .news-letter .block_content .subcribe button {
          border-radius: 0;
          height: 36px;
          float: left;
          text-transform: uppercase;
          font-size: 12px;
          transition: 0.3s all ease 0s;
          font-weight: 500;
          text-transform: uppercase;
          background-color: #7eba29;
          border-color: #7eba29;
          color: #fff; }
          footer .news-letter .block_content .subcribe button:hover {
            background-color: #00635a;
            border-color: #00635a; }

/************************************************************************************************
    FOOTER V2
*************************************************************************************************/
footer.typefooter-2 {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 13px;
  /* [8] */
  font-size: 1.3rem;
  /* [8] */
  color: #666; }
  footer.typefooter-2 a {
    color: #fff; }
  footer.typefooter-2 .footer-navbar {
    position: relative;
    background: url("../image/theme/home8/bg-footer.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center; }
    footer.typefooter-2 .footer-navbar .footer-link {
      padding-top: 24px;
      padding-bottom: 23px; }
      footer.typefooter-2 .footer-navbar .footer-link li {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px;
        font-weight: bold; }
        footer.typefooter-2 .footer-navbar .footer-link li a {
          color: #fff;
          font-size: 13px; }
          footer.typefooter-2 .footer-navbar .footer-link li a:hover {
            color: #7eba29; }
    footer.typefooter-2 .footer-navbar .footer-top {
      background: transparent;
      height: auto; }
    footer.typefooter-2 .footer-navbar .footer-bottom {
      background: transparent;
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 20px; }
      footer.typefooter-2 .footer-navbar .footer-bottom .copyright-text {
        padding-bottom: 10px; }
      footer.typefooter-2 .footer-navbar .footer-bottom .paymen {
        padding-bottom: 25px; }
    footer.typefooter-2 .footer-navbar .footer-about .content-block-footer {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 20px; }
      @media (min-width: 991px) {
        footer.typefooter-2 .footer-navbar .footer-about .content-block-footer {
          padding-top: 49px; } }
    @media (min-width: 991px) {
      footer.typefooter-2 .footer-navbar .social-block {
        padding-bottom: 17px; } }
    footer.typefooter-2 .footer-navbar .social-block li {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      border: 1px solid #fff;
      line-height: 40px;
      border-radius: 100%;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      footer.typefooter-2 .footer-navbar .social-block li i {
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      footer.typefooter-2 .footer-navbar .social-block li:hover {
        border-color: #7eba29; }
        footer.typefooter-2 .footer-navbar .social-block li:hover i {
          color: #7eba29; }
    footer.typefooter-2 .footer-navbar .footer-logo {
      margin-bottom: 37px; }
    footer.typefooter-2 .footer-navbar p {
      line-height: 25px;
      margin-bottom: 29px;
      color: #9e9e9e; }
    footer.typefooter-2 .footer-navbar ul.menu li a:before {
      content: "\f101";
      font-family: FontAwesome;
      margin-right: 5px; }
    footer.typefooter-2 .footer-navbar ul.menu li a:hover {
      color: #7eba29; }

/************************************************************************************************
  FOOTER V3
*************************************************************************************************/
footer.typefooter-3 .footer-top {
  height: auto;
  background: transparent; }
footer.typefooter-3 .footer-navbar {
  position: relative;
  background: #eeeeee;
  padding-top: 45px; }
  footer.typefooter-3 .footer-navbar .footer-links {
    padding-top: 24px;
    padding-bottom: 23px; }
    footer.typefooter-3 .footer-navbar .footer-links .module {
      margin: 0; }
    footer.typefooter-3 .footer-navbar .footer-links li {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      padding: 0 10px;
      font-weight: bold; }
      footer.typefooter-3 .footer-navbar .footer-links li a {
        color: #fff; }
        footer.typefooter-3 .footer-navbar .footer-links li a:hover {
          color: #7eba29; }
  footer.typefooter-3 .footer-navbar .footer-right {
    border-left: 1px solid #ddd; }
    @media (min-width: 1200px) {
      footer.typefooter-3 .footer-navbar .footer-right {
        width: 73%;
        padding-left: 31px; } }
    footer.typefooter-3 .footer-navbar .footer-right .module {
      margin-bottom: 26px; }
    @media (min-width: 991px) {
      footer.typefooter-3 .footer-navbar .footer-right .box-account {
        border-right: 1px solid #ddd;
        width: 32%; }
      footer.typefooter-3 .footer-navbar .footer-right .box-information {
        width: 34%;
        padding-left: 31px; }
      footer.typefooter-3 .footer-navbar .footer-right .collapsed-block {
        width: 34%;
        padding-left: 31px;
        border-left: 1px solid #ddd; }
        footer.typefooter-3 .footer-navbar .footer-right .collapsed-block .module {
          margin: 0; } }
  @media (min-width: 1200px) {
    footer.typefooter-3 .footer-navbar .footer-left {
      width: 27%; } }
  footer.typefooter-3 .footer-navbar .footer-left .module {
    margin: 0; }
    footer.typefooter-3 .footer-navbar .footer-left .module .footer-contact-content p {
      margin-bottom: 0px;
      margin-top: 10px; }
      footer.typefooter-3 .footer-navbar .footer-left .module .footer-contact-content p.des-ft {
        line-height: 26px; }
  footer.typefooter-3 .footer-navbar .footer-left .des-ft {
    color: #666666; }
  footer.typefooter-3 .footer-navbar .footer-left .footer-contact-content {
    margin-top: 30px; }
    footer.typefooter-3 .footer-navbar .footer-left .footer-contact-content span {
      margin-left: 11px;
      color: #666; }
    footer.typefooter-3 .footer-navbar .footer-left .footer-contact-content .phone .fa {
      font-size: 18px; }
      footer.typefooter-3 .footer-navbar .footer-left .footer-contact-content .phone .fa span {
        margin-left: 17px; }
    footer.typefooter-3 .footer-navbar .footer-left .footer-contact-content .fa {
      font-size: 14px;
      color: #ea3a3c; }
  footer.typefooter-3 .footer-navbar .box-footer .module {
    margin: 0; }
  footer.typefooter-3 .footer-navbar .box-footer .content-block-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px; }
    @media (min-width: 991px) {
      footer.typefooter-3 .footer-navbar .box-footer .content-block-footer {
        padding-top: 49px; } }
  @media (min-width: 991px) {
    footer.typefooter-3 .footer-navbar .social-block {
      padding-bottom: 17px;
      margin-top: 19px; } }
  footer.typefooter-3 .footer-navbar .social-block li {
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-right: 22px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    footer.typefooter-3 .footer-navbar .social-block li i {
      color: #444;
      line-height: 40px;
      text-align: center;
      font-size: 19px;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    footer.typefooter-3 .footer-navbar .social-block li:hover i {
      color: #7eba29; }
  footer.typefooter-3 .footer-navbar .footer-center {
    background: #333;
    margin-top: 25px;
    color: #fff;
    padding: 38px 0 0; }
    footer.typefooter-3 .footer-navbar .footer-center .custom-sevicer {
      margin-bottom: 15px !important; }
    footer.typefooter-3 .footer-navbar .footer-center .box-footer-sp {
      padding-left: 25px; }
      footer.typefooter-3 .footer-navbar .footer-center .box-footer-sp:before {
        content: "";
        width: 2px;
        height: 60px;
        top: -12px;
        position: absolute;
        background: #5c5c5c;
        -ms-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        left: -11px; }
    footer.typefooter-3 .footer-navbar .footer-center .icon-sp {
      float: left;
      padding-right: 20px; }
      footer.typefooter-3 .footer-navbar .footer-center .icon-sp .fa {
        color: #7eba29;
        font-size: 35px; }
    footer.typefooter-3 .footer-navbar .footer-center .content-sp {
      position: relative;
      top: -8px; }
      footer.typefooter-3 .footer-navbar .footer-center .content-sp a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.3px; }
      footer.typefooter-3 .footer-navbar .footer-center .content-sp span {
        line-height: 30px;
        color: #a8a8a8; }
footer.typefooter-3 .box-footer {
  border: none; }
footer.typefooter-3 .footer-bottom {
  text-align: center;
  background: #333; }
  footer.typefooter-3 .footer-bottom .footer-bottom-pt {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px; }
  footer.typefooter-3 .footer-bottom .copyright-text {
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-align: left; }
    footer.typefooter-3 .footer-bottom .copyright-text a {
      color: #7eba29; }
footer.typefooter-3 footer, footer.typefooter-3 footer a {
  color: inherit; }
footer.typefooter-3 footer a:hover {
  color: #337ab7; }
footer.typefooter-3 .footer-navbar .module h3.modtitle {
  font-size: 18px;
  text-align: left;
  border-bottom: 0;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  border: 0;
  height: auto;
  line-height: inherit; }
  footer.typefooter-3 .footer-navbar .module h3.modtitle:before {
    display: none; }
footer.typefooter-3 .footer-navbar .module .footer-logo {
  margin-bottom: 37px; }
footer.typefooter-3 .footer-navbar .module p {
  line-height: 25px;
  margin-bottom: 15px;
  color: #9e9e9e;
  font-size: 13px; }
footer.typefooter-3 .footer-navbar .module ul.menu li a {
  line-height: 30px;
  font-size: 13px;
  color: #666; }
  footer.typefooter-3 .footer-navbar .module ul.menu li a:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 5px; }
  footer.typefooter-3 .footer-navbar .module ul.menu li a:hover {
    color: #7eba29; }
footer.typefooter-3 div.clients_say .owl2-controls {
  display: none; }
footer.typefooter-3 .contact-address li {
  color: #444444;
  padding: 0 0 5px 25px;
  position: relative;
  z-index: 1;
  line-height: 18px; }
footer.typefooter-3 .contact-address span {
  font-size: 15px;
  position: absolute;
  color: white;
  text-align: center;
  color: #7eba29;
  left: 0px;
  margin-right: 10px; }
footer.typefooter-3 .contact-address > li:nth-child(2) {
  padding-top: 7px; }
  footer.typefooter-3 .contact-address > li:nth-child(2) span {
    margin-top: -1px; }
footer.typefooter-3 .contact-address > li:last-child {
  padding-top: 8px; }
footer.typefooter-3 .contact-address a:hover {
  color: #7eba29; }
footer.typefooter-3 .payment-list li {
  display: inline; }
footer.typefooter-3 .footer-directory-title .label-link {
  color: #444;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 11px; }
footer.typefooter-3 ul.footer-directory {
  list-style: outside none none;
  padding: 0;
  margin: 0; }
  footer.typefooter-3 ul.footer-directory li {
    padding-bottom: 3px; }
    footer.typefooter-3 ul.footer-directory li h2 {
      color: #444;
      display: inline-block;
      font-weight: bold;
      line-height: 22px;
      text-transform: uppercase;
      font-size: 11px;
      margin: 0;
      margin-right: 5px; }
    footer.typefooter-3 ul.footer-directory li a {
      font-size: 11px; }
footer.typefooter-3 .back-to-top {
  z-index: 999; }
footer.typefooter-3 .so-slider .slide-left {
  padding-right: 5px; }
  @media (min-width: 1200px) {
    footer.typefooter-3 .so-slider .slide-left {
      width: 74.10%; } }
footer.typefooter-3 .so-slider .slide-right {
  padding-left: 5px; }
  @media (min-width: 1200px) {
    footer.typefooter-3 .so-slider .slide-right {
      width: 25.90%; } }
  footer.typefooter-3 .so-slider .slide-right .col-s-1 {
    margin-bottom: 10px; }
footer.typefooter-3 .footer-bottom .copyright-text {
  padding-bottom: 20px;
  float: left; }
footer.typefooter-3 .footer-bottom .paymen {
  padding-bottom: 20px;
  float: right; }
footer.typefooter-3 .testimonial {
  clear: inherit; }
footer.typefooter-3 div.clients_say {
  position: relative;
  top: 0;
  background-color: #eee;
  border-bottom: 1px solid #ddd; }
  footer.typefooter-3 div.clients_say .owl2-carousel .owl2-stage-outer {
    direction: ltr; }
  footer.typefooter-3 div.clients_say .owl-carousel {
    background: none; }
  footer.typefooter-3 div.clients_say .block-title {
    position: relative; }
    footer.typefooter-3 div.clients_say .block-title h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase;
      margin-bottom: 18px;
      color: #222; }
  footer.typefooter-3 div.clients_say .image {
    width: 90px;
    background-color: #eee;
    float: left;
    margin-right: 15px; }
    footer.typefooter-3 div.clients_say .image img:hover {
      opacity: 0.8; }
  footer.typefooter-3 div.clients_say .block_content {
    background-color: #eee;
    margin-top: 10px; }
    footer.typefooter-3 div.clients_say .block_content .content-if {
      position: relative;
      top: -8px; }
    footer.typefooter-3 div.clients_say .block_content .text {
      font-size: 13px;
      font-style: italic;
      color: #666;
      line-height: 26px; }
    footer.typefooter-3 div.clients_say .block_content .author {
      font-size: 16px;
      font-weight: bold;
      color: #ea3a3c;
      margin-top: 10px;
      line-height: 18px; }
    footer.typefooter-3 div.clients_say .block_content .name-if {
      color: #666; }
  footer.typefooter-3 div.clients_say .block-info {
    font-style: italic;
    position: relative;
    top: -4px;
    background-color: #eee;
    margin-left: 80px; }
    footer.typefooter-3 div.clients_say .block-info .info {
      padding: 17px 0px 0; }
      footer.typefooter-3 div.clients_say .block-info .info .author {
        font-size: 15px;
        font-weight: 600;
        margin-top: -3px;
        font-style: normal;
        color: #e74c3c; }
  footer.typefooter-3 div.clients_say .owl2-controls {
    position: absolute;
    top: -40px;
    right: -3px; }
    footer.typefooter-3 div.clients_say .owl2-controls .owl2-dots {
      display: none !important; }
    footer.typefooter-3 div.clients_say .owl2-controls .owl2-nav div {
      font-size: 0;
      font-weight: bold;
      position: static;
      padding: 5px;
      cursor: pointer;
      display: inline;
      background: none;
      color: #999; }
      footer.typefooter-3 div.clients_say .owl2-controls .owl2-nav div.owl2-prev:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 20px; }
      footer.typefooter-3 div.clients_say .owl2-controls .owl2-nav div.owl2-next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 20px; }
      footer.typefooter-3 div.clients_say .owl2-controls .owl2-nav div:hover {
        background-color: transparent !important;
        color: #7eba29; }
footer.typefooter-3 .news-letter {
  -webkit-appearance: none;
  overflow: hidden;
  float: none;
  padding-top: 28px;
  padding-right: 0;
  color: #fff; }
  footer.typefooter-3 .news-letter .title-block {
    margin-left: 20px;
    max-width: 400px;
    min-height: 50px;
    display: inline-block;
    padding: 3px 0 0px 60px;
    display: none; }
  footer.typefooter-3 .news-letter .page-heading {
    font-size: 150%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0px 0 6px; }
  footer.typefooter-3 .news-letter .pre-text {
    margin: 0;
    line-height: 12px;
    font-size: 12px; }
  footer.typefooter-3 .news-letter .block_content {
    padding-top: 6px;
    padding-right: 13px; }
    footer.typefooter-3 .news-letter .block_content form {
      margin: 0px; }
      footer.typefooter-3 .news-letter .block_content form .form-group {
        margin: 0px;
        overflow: hidden;
        width: 100%;
        position: relative; }
    footer.typefooter-3 .news-letter .block_content .input-box input {
      box-shadow: none;
      padding: 5px 15px;
      background: #fff;
      color: #777;
      font-size: 13px;
      width: 100%;
      height: 36px;
      transition: 0.3s all ease 0s;
      border: solid 1px #fff;
      border-right: none; }
    footer.typefooter-3 .news-letter .block_content .subcribe {
      position: absolute;
      right: 0;
      top: 0; }
      footer.typefooter-3 .news-letter .block_content .subcribe button {
        padding: 0px 13px;
        line-height: 36px;
        height: 36px;
        text-transform: uppercase;
        font-size: 14px;
        transition: 0.3s all ease 0s;
        font-weight: 400;
        text-transform: uppercase;
        background-color: #7eba29;
        border-color: #7eba29;
        color: #fff; }
        footer.typefooter-3 .news-letter .block_content .subcribe button:hover {
          background-color: #00635a;
          border-color: #00635a; }

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		BLOCK MODULE STYLE
	[2]		BLOCK LIST ITEM
	[3]		BLOCK MENU CATEGORY
	[4]		BLOCK FILTER SHOP BY
	[5]		BLOCK TAGS
	[6]		BLOCK LANGUAGE
	[7]		BLOCK CURRENCY
	[8]		BLOCK BREADCRUMB
	[9]		BLOCK LATEST PRODUCT
*/
/*============MODULE DEFAULT ==================*/
.module {
  margin-bottom: 30px; }
  .module:before, .module:after {
    content: " ";
    display: table; }
  .module:after {
    clear: both; }
  .module h3.modtitle {
    position: relative;
    border-bottom: 3px solid;
    border-color: #7eba29;
    font-size: 100%;
    padding: 0;
    margin: 0px 0px -1px 0px;
    height: 40px; }
    .module h3.modtitle:before {
      content: "";
      border: 1px solid #ddd;
      display: inline-block;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: -1;
      top: 3px;
      left: 0;
      right: 0; }
    .module h3.modtitle:after {
      display: none; }
    .module h3.modtitle > span {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      position: relative;
      color: #fff;
      line-height: 40px;
      padding: 0 18px;
      background-color: #7eba29; }
      .module h3.modtitle > span:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0px;
        width: 0;
        height: 0;
        border-bottom: 40px solid #7eba29;
        right: -20px;
        border-right: 20px solid transparent; }

.list-item {
  list-style: none;
  padding: 0; }
  .list-item li {
    margin-bottom: 3px; }
    .list-item li:before {
      font-family: "FontAwesome";
      margin-right: 10px;
      display: inline-block;
      content: "\f105"; }
    .list-item li a {
      color: #666; }
      .list-item li a:hover {
        color: #7eba29; }

/************************************************************************************************
    EXTRASLIDER BESTSELER
*************************************************************************************************/
.best-seller {
  position: relative;
  margin: 0; }
  .best-seller .so-extraslider {
    margin: 0; }
  .best-seller .so-extraslider .extraslider-inner {
    border: 1px solid #eee;
    padding-bottom: 0; }
    .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
      margin: 20px 0; }
      @media (min-width: 1200px) {
        .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
          padding-left: 10px; } }
    .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
      border-bottom: 1px solid #eee;
      margin-bottom: 2px; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
        float: left;
        width: 85px; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
          border: 0; }
          .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
            box-shadow: none;
            opacity: 0.8; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
        background: transparent;
        position: static;
        color: #666; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
          color: #444; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
          padding: 0 0 5px 0; }
          .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
            text-transform: capitalize;
            font-size: 15px;
            font-weight: normal; 
              overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
              
          }
            .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
              color: #7eba29; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
          margin-left: 0; }
          .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
            color: #e74c3c;
            font-size: 16px;
            font-weight: bold; }
            .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
              font-size: 12px;
              color: #999; }
        .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
          padding: 0; }
      .best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .item-title a {
        color: #7eba29; }
  .best-seller .so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price {
    margin-bottom: 0; }
  .best-seller .so-extraslider .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    position: absolute;
    top: -35px;
    vertical-align: middle;
    right: 5px; }
    .best-seller .so-extraslider .owl2-controls .owl2-nav > div {
      width: 17px;
      height: 30px;
      text-align: center;
      display: inline-block;
      line-height: 30px;
      font-size: 0;
      cursor: pointer;
      color: #999999;
      background-color: transparent;
      margin-top: 0;
      position: static;
      float: left; }
      .best-seller .so-extraslider .owl2-controls .owl2-nav > div:hover {
        color: #7eba29; }
    .best-seller .so-extraslider .owl2-controls .owl2-prev:before {
      content: "\f104";
      font-family: FontAwesome;
      font-size: 28px; }
    .best-seller .so-extraslider .owl2-controls .owl2-next:before {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 28px; }

.menu-category .modcontent {
  border: 1px solid #ddd;
  padding: 0 20px; }
.menu-category .list-group > li {
  border-bottom: 1px dotted #E4E4E4;
  margin: 0;
  position: relative; }
  .menu-category .list-group > li span.button-view {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .menu-category .list-group > li a {
    color: #333333;
    padding: 10px 0;
    display: block; }
    .menu-category .list-group > li a:hover {
      color: #7eba29; }
  .menu-category .list-group > li a:hover + .button-view {
    color: #7eba29; }
  .menu-category .list-group > li .active, .menu-category .list-group > li .active + .button-view {
    color: #7eba29; }
  .menu-category .list-group > li .active + .button-view:before {
    content: '\f147'; }
  .menu-category .list-group > li li {
    padding: 0 10px;
    position: relative;
    list-style: none; }
    .menu-category .list-group > li li a {
      padding: 5px 0; }
      .menu-category .list-group > li li a:before {
        content: '';
        padding: 0 5px;
        font-family: "FontAwesome";
        content: "\f105";
        margin-left: -10px;
        transition: all 400ms ease;
        opacity: 0; }
      .menu-category .list-group > li li a:hover:before {
        opacity: 1;
        margin: 0; }

/*============BLOCK FILTER SHOP BY ==================*/
.filter-shopby, .filter-row {
  border: 1px solid #e6e6e6;
  padding: 20px; }
  .filter-shopby .table_layout, .filter-row .table_layout {
    display: block; }
  .filter-shopby .table_cell, .filter-row .table_cell {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: #ddd 1px dotted;
    display: block; }
  .filter-shopby legend, .filter-row legend {
    border: none;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    color: #444;
    font-weight: 700; }
  .filter-shopby .checkboxes_list > li:not(:last-child), .filter-row .checkboxes_list > li:not(:last-child), .filter-shopby .simple_vertical_list li:not(:last-child), .filter-row .simple_vertical_list li:not(:last-child) {
    margin-bottom: 5px; }
  .filter-shopby .color_btn, .filter-row .color_btn {
    position: relative;
    padding-left: 32px; }
    .filter-shopby .color_btn:after, .filter-row .color_btn:after {
      display: none !important; }
  .filter-shopby .color_btn::before, .filter-row .color_btn::before {
    content: "" !important;
    padding: 1px;
    background-clip: content-box !important;
    border: 1px solid #eaeaea;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    width: 18px;
    height: 18px;
    z-index: 2; }
  .filter-shopby .filter_reset, .filter-row .filter_reset {
    text-transform: uppercase;
    cursor: #444;
    font-weight: 700; }
  .filter-shopby .color_btn.green::before, .filter-row .color_btn.green::before {
    background: #269300; }
  .filter-shopby .color_btn.yellow::before, .filter-row .color_btn.yellow::before {
    background: #fccd36; }
  .filter-shopby .color_btn.red::before, .filter-row .color_btn.red::before {
    background: #ff0000; }
  .filter-shopby .color_btn.blue::before, .filter-row .color_btn.blue::before {
    background: #018bc8; }
  .filter-shopby .color_btn.grey::before, .filter-row .color_btn.grey::before {
    background: #b2b2b2; }
  .filter-shopby .color_btn.orange::before, .filter-row .color_btn.orange::before {
    background: #ff7b1a; }
  .filter-shopby input[type="checkbox"]:checked + .color_btn::before, .filter-row input[type="checkbox"]:checked + .color_btn::before {
    border-color: #333; }

.filter-row {
  padding: 0; }
  .filter-row .table_layout {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .filter-row .table_row {
    display: table;
    width: 100%; }
  .filter-row .table_cell {
    display: table-cell;
    padding: 19px;
    border-right: 1px solid #e6e6e6; }
    .filter-row .table_cell:last-child {
      border-right: none; }
  .filter-row .bottom_box {
    padding: 15px 19px; }

.ui-slider {
  height: 6px;
  background: #ea3a3d;
  max-width: 220px; }

.ui-slider .ui-slider-handle {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #ea3a3d;
  cursor: pointer;
  top: -7px; }

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle::before {
  border-radius: 50%; }

.range {
  margin: 10px 0 20px; }

.range > * {
  display: inline;
  border: 1px solid #ddd;
  padding: 10px; }

.checkboxes_list {
  color: #666; }

.simple_vertical_list input[type="radio"], .simple_vertical_list input[type="checkbox"],
.checkboxes_list input[type="radio"],
.checkboxes_list input[type="checkbox"] {
  display: none; }
.simple_vertical_list input[type="radio"] + label,
.simple_vertical_list input[type="checkbox"] + label,
.checkboxes_list input[type="radio"] + label,
.checkboxes_list input[type="checkbox"] + label {
  position: relative;
  width: auto !important;
  margin: 0 17px 0 0 !important;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.simple_vertical_list input[type="radio"] + label::before,
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="radio"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: 'FontAwesome';
  position: absolute;
  color: #fff;
  top: 0px;
  z-index: 1;
  left: 1px; }
.simple_vertical_list input[type="radio"] + label::after,
.simple_vertical_list input[type="checkbox"] + label::after,
.checkboxes_list input[type="radio"] + label::after,
.checkboxes_list input[type="checkbox"] + label::after {
  content: "";
  display: block;
  text-align: center;
  font-family: 'FontAwesome';
  position: absolute;
  top: 5px;
  width: 12px;
  height: 12px;
  color: inherit;
  background: #999;
  border-radius: 0;
  left: 0; }
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  font-size: 10px; }
.simple_vertical_list input[type="radio"] + label::before,
.checkboxes_list input[type="radio"] + label::before {
  border-radius: 50%; }
.simple_vertical_list input[type="radio"] + label:empty,
.checkboxes_list input[type="radio"] + label:empty {
  width: 22px !important;
  padding-left: 0px;
  margin: 0px !important; }
.simple_vertical_list input[type="checkbox"]:checked + label::before,
.checkboxes_list input[type="checkbox"]:checked + label::before {
  content: '\f00c'; }
.simple_vertical_list input[type="radio"]:checked + label::before,
.checkboxes_list input[type="radio"]:checked + label::before {
  content: "\f10c"; }

.tags_cloud li {
  display: inline-block;
  margin: 0 4px 4px 0; }

.button_grey {
  padding: 6px 15px;
  display: inline-block;
  color: #676767;
  background: #dbdbdb;
  text-transform: capitalize;
  border-radius: 3px;
  border: none; }
  .button_grey:hover {
    color: white;
    background: #7eba29; }

.button_submit {
  background: #7eba29;
  color: white;
  margin-right: 5px; }

.header-top ul.dropdown-menu {
  /**min-width: 120px;**/
  margin: 0;
  border-radius: 0; }
  .header-top ul.dropdown-menu li a {
    color: #666; }
  .header-top ul.dropdown-menu li:hover a {
    color: #7eba29; }

@media (max-width: 767px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px; }
    .collapsed-block .tabBlockTitle .expander {
      margin: 0 10px;
      color: #333333;
      font-size: 14px; }

  .collapsed-block .tabBlock {
    display: none; } }
/*=====================BLOCK BREADCRUMB =====================*/
.breadcrumb {
  padding: 6px 14px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  color: #444;
  font-size: 12px;
  margin-bottom: 6px;
  background-color: #fff;
  border-radius: 8px; 
}
  .breadcrumb li {
    position: relative;
    margin-right: 3px; }
    .breadcrumb li a {
      color: #666; }
    .breadcrumb li:last-child a {
      color: #7eba29; }
  .breadcrumb li + li:before {
    content: "\f105";
    font-family: fontawesome;
    color: #444;
    padding: 0 10px 0 5px; }
  .breadcrumb > li {
    display: inline-block; }

/*==========================BLOCK CART ======================*/
.shopping_cart {
  padding: 0; }
  .shopping_cart .btn-group {
    display: block;
    z-index: 5; }
  .shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important; }
    .shopping_cart a.top_cart .shopcart .title {
      color: #444;
      font-weight: bold;
      text-transform: uppercase; }
    .shopping_cart a.top_cart .shopcart .text-shopping-cart {
      color: #999;
      margin-bottom: 0;
      white-space: nowrap; }
  .shopping_cart .shoppingcart-box {
    padding: 10px;
    border-radius: 0;
    border-top: 3px solid #7eba29;
    min-width: 460px; 
      box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  }
    @media (min-width: 1200px) {
      .shopping_cart .shoppingcart-box:before {
        content: "";
        height: 1px;
        width: 1px;
        border-style: solid;
        border-bottom: 10px solid #7eba29;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: transparent;
        position: absolute;
        top: -10px;
        right: 129px; } }
    .shopping_cart .shoppingcart-box .added_items {
      margin-bottom: 10px; }
    .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
      background: #fff; }
    .shopping_cart .shoppingcart-box .table-striped a {
      color: #666;
      font-weight: bold; }
      .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
        display: none; }
      .shopping_cart .shoppingcart-box .table-striped a:hover {
        color: #7eba29; }
    .shopping_cart .shoppingcart-box .table-striped a.fa-delete {
      width: 20px;
      height: 20px;
      background: #d6d6d6;
      border-radius: 3px;
      text-align: center;
      line-height: 19px;
      color: #000; }
      .shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
        background: #FF0000;
        color: #fff;
        text-decoration: none; }
    .shopping_cart .shoppingcart-box a.btn {
      color: #fff;
      background: #444;
      border-color: #444; }
      .shopping_cart .shoppingcart-box a.btn i {
        margin-right: 5px; }
      .shopping_cart .shoppingcart-box a.btn:hover {
        border: 1px solid #7eba29;
        background: #7eba29;
        color: #fff; }
  .shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0; }
  .shopping_cart .table > tbody > tr {
    margin: 10px 0; }
    .shopping_cart .table > tbody > tr:first-child > td {
      border-top: 0; }
  .shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
    vertical-align: middle; }
  .shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td,
  .shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
    border: 0; }

.latest-product .product-latest-item {
  margin-bottom: 20px; }
.latest-product .product-latest-item:last-child {
  margin: 0; }
.latest-product .media .media-left {
  float: left;
  border: 1px solid #ddd;
  padding: 0;
  margin-right: 20px; }
.latest-product .media .media-body h4 {
  margin-top: 0; }
  .latest-product .media .media-body h4 a {
    font-size: 15px;
    color: #444;
    font-weight: normal; }
    .latest-product .media .media-body h4 a:hover {
      color: #7eba29; }
.latest-product .media:hover .media-left {
  border-color: #7eba29; }

/*============ MODULE MEGAMENU HORIZOL  ==================*/
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
  line-height: 30px; }
.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu,
.container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-size: 13px; }
.container-megamenu.horizontal .content-feature li a,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a,
.container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu {
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #666; }
  .container-megamenu.horizontal .content-feature li a:hover,
  .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover,
  .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu:hover {
    color: #7eba29; }
.container-megamenu.horizontal ul.megamenu > li > a strong img {
  position: absolute;
  top: -15px;
  right: 30px; }

/*============ MODULE MEGAMENU VERTICAL  ==================*/
.container-megamenu.vertical a {
  color: #666;
  font-size: 13px;
  display: block; }
  .container-megamenu.vertical a:hover {
    color: #7eba29; }
.container-megamenu.vertical #menuHeading {
  margin-top: 0;
  height: 45px;
  cursor: pointer; }
  .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    background-color: #7eba29;
    height: 45px;
    cursor: pointer;
    -webkit-transition: 0.1s all ease 0s;
    -moz-transition: 0.1s all ease 0s;
    transition: 0.1s all ease 0s;
    border-radius: 0; }
    .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 0 0 60px !important;
      line-height: 45px; }
      .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container:before {
        width: 45px;
        height: 45px;
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        background: url("../image/theme/icons/title_vmenu.png") no-repeat;
        background-position: center center;
        background-color: #00635a;
        left: 0; }
      .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container > div {
        margin: 3px 9px 0 0;
        float: left !important;
        display: none; }
.container-megamenu.vertical .vertical-wrapper {
  width: 100%;
  background: white;
  position: relative;
  border-top: 0;
  display: none; }
  .container-megamenu.vertical .vertical-wrapper ul li {
    border-top: 0;
    min-height: 37px; }
    .container-megamenu.vertical .vertical-wrapper ul li > a {
      color: #444;
      border-bottom: 0; }
      .container-megamenu.vertical .vertical-wrapper ul li > a:hover {
        color: #7eba29; }
      .container-megamenu.vertical .vertical-wrapper ul li > a strong {
        font-weight: bold; }
.container-megamenu.vertical .arrow-circle {
  position: relative;
  top: 12px;
  right: 12px; }
.container-megamenu.vertical .vertical-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner img {
    width: 100%; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner {
    padding-right: 15px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li .sub-menu .content .banner {
    margin-top: -21px;
    margin-bottom: -22px;
    margin-right: -21px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul {
    margin: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
    margin: 0;
    margin-right: 10px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    margin: 0;
    border: none;
    background: #222; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.fa {
      float: right;
      line-height: 22px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
      padding: 9px 15px 8px 12px;
      font-size: 11px;
      text-transform: uppercase;
      margin: 0;
      color: #fff;
      line-height: 24px;
      background: #222;
      border-radius: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong i {
        font-size: 9px;
        padding-right: 5px;
        color: #999; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
      background: #444 !important;
      color: #fff; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a i, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a i {
        color: #fff; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .title-submenu {
    color: #444; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
    float: right;
    margin-top: 5px;
    color: #999;
    padding: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 20px 0 0 20px;
    overflow: hidden; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 {
      padding: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 img {
        margin-top: 45px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content > .border {
      border: none;
      padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .row:nth-child(3) {
      padding: 12px 0px;
      background: #eee;
      margin: 0 -20px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li {
      padding: 0;
      line-height: 26px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li a.main-menu {
        margin: 0 0 10px; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul {
      margin-top: 20px; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul ul li {
        padding: 1px 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul > li {
        margin: 0 0 20px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu > ul > li:last-child {
          margin: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content > .border {
    border: none;
    padding: 0; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
    position: absolute;
    bottom: 30%;
    right: -20px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content {
    padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul {
      padding: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li {
        padding: 0 15px;
        position: relative;
        border-bottom: 1px solid #ddd;
        line-height: 26px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li:last-child {
          border: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li > a {
          line-height: 37px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li b {
          line-height: 37px;
          font-size: 16px;
          margin: 0 20px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li:hover > a {
          color: #7eba29; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
          padding: 0;
          top: 0;
          margin: 0;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          border: 1px solid #e6e6e6;
          left: 100%; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul:before, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul:after {
            display: none; }
          .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li {
            line-height: 22px;
            padding: 0 15px;
            border-bottom: 1px solid #ddd; }
            .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li:last-child {
              border: none; }
            .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li > a {
              font-weight: normal;
              line-height: 37px; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before {
      display: none; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:hover:before {
      color: #7eba29; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu {
      color: #000;
      font-size: 13px;
      margin: 0 0 10px;
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      border: none;
      padding: 0; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
      padding: 0;
      margin: 0; }
      .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
        padding: 0;
        font-size: 14px;
        line-height: 30px; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
          font-size: 14px;
          font-weight: 300;
          color: #444;
          display: block; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
          display: none; }
        .container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover a {
          color: #7eba29; }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    text-align: left;
    background: url("../image/theme/icons/bg_border_more.png") #222 repeat-x;
    background-position: top left;
    padding: 13px 10px;
    color: #fff; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore span.more-view {
      font-weight: normal;
      color: #fff; }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore:hover {
      background-color: #5e5e5e; }

/*===============================================
	[SASS DIRECTORY ]
	
    [1] SO LATSET BLOG
    [2] SIMPLE BLOG
    [3] ARTICLE INFO
	
==============================================*/
/*============SO LATSET BLOG ==================*/
.blog-listitem.list .itemBlogImg.left-block {
  padding-right: 30px; }

.so-latest-blog .blog-external-simple {
  /*display: inline-block;*/ }
  .so-latest-blog .blog-external-simple .media-left {
    display: inline-block;
    float: left;
    padding-right: 20px; }
  .so-latest-blog .blog-external-simple .media-body {
    padding-top: 7px; }
    .so-latest-blog .blog-external-simple .media-body .fa-calendar {
      display: none; }
    .so-latest-blog .blog-external-simple .media-body .media-heading a {
      font-size: 13px;
      font-weight: 300;
      color: #545454;
      text-transform: capitalize; }
      .so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
        color: #7eba29; }
    .so-latest-blog .blog-external-simple .media-body .media-date-added {
      font-size: 12px;
      color: #7eba29; }

/*--------------BLOG CATEGORY ---------------------*/
.blog-category {
  border-radius: 0;
  border: 0;
  box-shadow: none; }
  .blog-category .box-content {
    margin-bottom: 30px; }
    .blog-category .box-content ul {
      margin-bottom: 0; }
  .blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    padding: 10px 0; }
    .blog-category ul li.list-group-item a {
      border-radius: 0;
      border: 0;
      padding: 0;
      color: #666; }
      .blog-category ul li.list-group-item a:hover {
        color: #7eba29; }

/*============SIMPLE BLOG ==================*/
.blog-header {
  margin-bottom: 10px; }
  .blog-header h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }

.blog-listitem.list .left-block,
.blog-listitem.list .right-block {
  padding: 0; }

.blog-listitem.grid .itemBlogImg.left-block {
  display: block;
  position: relative; }

.blog-listitem.list .blog-item .itemBlogImg .article-image {
  margin: 0; }

.blog-listitem {
  margin: 0 -15px; }
  .blog-listitem .blog-item {
    float: left;
    width: 100%;
    padding: 15px 0; }
    .blog-listitem .blog-item .itemBlogImg .article-image {
      margin-bottom: 10px;
      position: relative;
      z-index: 1; }
    .blog-listitem .blog-item .itemBlogImg img {
      border: 0;
      padding: 0;
      border-radius: 0;
      width: 100%; }
    .blog-listitem .blog-item .itemBlogContent .article-title h4 {
      margin: 0px 0px 8px; }
      .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
        font-size: 16px;
        color: #333333; }
        .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
          color: #7eba29; }
    .blog-listitem .blog-item .itemBlogContent .see-more {
      font-size: 14px;
      color: #7eba29;
      display: block;
      text-align: left; }
      .blog-listitem .blog-item .itemBlogContent .see-more b {
        font-weight: 400; }
      .blog-listitem .blog-item .itemBlogContent .see-more:hover {
        text-decoration: underline; }
      .blog-listitem .blog-item .itemBlogContent .see-more .fa-angle-right {
        float: none;
        padding-left: 8px; }
    .blog-listitem .blog-item .itemBlogContent .article-sub-title {
      border: 0;
      margin-bottom: 0;
      display: inline; }
      .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date {
        font-size: 11px;
        color: #999; }
        .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date i {
          margin-right: 5px; }
    .blog-listitem .blog-item .itemBlogContent .article-description {
      padding: 8px 0; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta {
      float: left;
      border: 0;
      margin: 0;
      color: #999;
      line-height: 10px; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
        padding: 0 10px;
        line-height: 15px;
        font-weight: normal;
        font-size: 11px; }
        .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
          padding-left: 0;
          border-right: 1px solid #E5E5E5; }
          .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
            color: #7eba29;
            line-height: 10px; }

/*============ARTICLE INFO==================*/
div.article-info {
  border: 0; }
  div.article-info .article-title {
    font-size: 20px;
    font-weight: normal;
    color: #444; }
    div.article-info .article-title h1 {
      font-size: 16px;
      margin-top: 0;
      font-weight: bold; }
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    div.article-info .article-sub-title span {
      font-weight: bold;
      border-right: 1px solid #E5E5E5;
      display: block;
      float: left;
      font-size: 11px;
      color: #999;
      line-height: 11px;
      padding: 0 11px;
      font-weight: normal !important; }
      div.article-info .article-sub-title span.bullet {
        display: none; }
      div.article-info .article-sub-title span.article-author {
        padding-left: 0; }
        div.article-info .article-sub-title span.article-author a {
          font-size: 11px;
          color: #999;
          font-weight: normal; }
      div.article-info .article-sub-title span.article-comment {
        border-right: 0; }
    div.article-info .article-sub-title .article-share {
      display: none; }
  div.article-info .article-image {
    clear: both; }
    div.article-info .article-image img {
      border: 0;
      border-radius: 0;
      padding: 0;
      height: auto; }
  div.article-info .article-description {
    font-size: 13px; }
  div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    box-shadow: none; }
    div.article-info .related-comment .panel-body {
      padding: 0;
      border: 0; }
      div.article-info .related-comment .panel-body .form-group #comments {
        padding: 0;
        border: 0;
        overflow: hidden; }
        div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
          margin: 0 0 30px;
          padding: 0;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px;
          background-color:#7eba29; 	
}
    div.article-info .related-comment #button-comment {
      background: #7eba29;
      border-color: #7eba29; }
      div.article-info .related-comment #button-comment:hover {
        background: #444;
        border-color: #444; }
  div.article-info #comment-list h5 {
    display: none; }
  div.article-info #comment-list a {
    color: #7eba29;
    text-decoration: underline; }
  div.article-info .itemFullText {
    text-align: justify; }

/*****************************************************************************
******                     SO Framework: Sass Garenal                   ******
******************************************************************************/
/* 1. EFFECT ALL
-------------------------------*/
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000; }

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111); }

/* 2. STYLE OWL
------------------------------*/
/* 3. STYLE ALL SITE
-------------------------------*/
body {
  color: #666;
  font-size: 12px;
  line-height: 1.5em;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

/* Override the bootstrap defaults */
h1 {
  font-size: 25px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

ul.menu, ul.blank, .htmlcontent-home, .menu-category .list-group, .menu-category .list-group > li ul, .filter-shopby .checkboxes_list, .filter-row .checkboxes_list, .filter-shopby .simple_vertical_list, .filter-row .simple_vertical_list, .tags_cloud, ul.contact-address, ul.product-options {
  list-style: none;
  padding: 0; }

option {
  padding: 2px 5px;
  border-width: 1px; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

img {
  max-width: 100%; }

.align-center {
  display: table;
  margin: 0 auto; }

.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px;
  margin-top: 20px;
}

a, .btn-link {
  color: #666; }
  a:hover, .btn-link:hover {
    color: #7eba29;
    text-decoration: none; }

a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; }

.btn.active, .btn:active {
  box-shadow: none !important; }

.input-group-btn > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 15px; }

em {
  font-style: normal; }

.fancybox-outer, .fancybox-inner {
  text-align: center; }
  .fancybox-outer .wishlist_product_view, .fancybox-inner .wishlist_product_view {
    margin-bottom: 15px; }

.list-inline {
  display: inline-block; }

.zoomContainer {
  overflow: hidden; }

.img-thumbnail.pull-left {
  margin-right: 30px; }
.img-thumbnail.pull-right {
  margin-left: 30px; }

.selector {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 30px; }
  .selector span {
    display: none; }
  .selector select {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    top: 0px;
    left: 0px;
    font-size: 13px;
    color: #999;
    padding: 5px 7px;
    border: solid 1px #e6e6e6; }
    .selector select:focus {
      box-shadow: none;
      outline: none;
      border-color: #e6e6e6; }
  .selector:after {
    content: "\f0d7";
    margin: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    color: #666;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    pointer-events: none;
    line-height: 25px;
    font-size: 12px; }

.margin-zero {
  margin: 0; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* 4. FORM
-----------------------------------------------------------------*/
.inline {
  display: inline-block; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 12px; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

.dropdown-menu {
  font-size: inherit; }

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 0; }

.btn {
  border-radius: 6px; }

.btn-default.active, .btn-default.focus, .btn-default:active,
.btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background: #7eba29;
  border-color: #7eba29;
  color: white; }

.buttonGray {
  padding: 7px 12px;
  background: #676767;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: #676767; }
  .buttonGray:hover {
    background: #7eba29;
    border-color: #7eba29;
    color: #fff; }

.submit {
  margin: 1em 0; }

select, textarea {
  color: #666; }

textarea {
  height: auto;
  resize: none; }

.alert-danger,
.alert-success {
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.filter_group input {
  display: none; }

.filter_group [type=checkbox] + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 18px;
  padding-left: 2px;
  line-height: 16px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #ffffff; }

.filter_group [type=checkbox]:checked + span:before {
  color: #333333; }

/* 5. TABLE
-----------------------------------------------------*/
.table thead > tr > th {
  background: #eee; }

table.std th, table.std td {
  vertical-align: middle;
  border: #ccc;
  padding: 10px;
  text-align: center; }

table.std th {
  white-space: nowrap;
  background: #f5f5f5; }

table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap; }

table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: #ccc;
  width: 100%; }

table th {
  border: #ccc;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.delivery_option table td {
  text-align: center; }

table tfoot td {
  text-align: right; }

table.table-bordered thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }

.no-margin {
  margin: 0 !important; }

.sidebar-menu .box-category-menu {
  z-index: 2; }

.label-mega {
  background: #ee3b27; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img,
.img-responsive, .thumbnail a > img, .thumbnail > img {
  margin: 0 auto; }

#button-review {
  margin-top: 12px;
  padding: 7px 12px;
  margin-right: 10px;
  background: gray;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: gray; }
  #button-review:hover {
    background: #7eba29;
    border-color: #7eba29; }

.product-search .checkbox-inline {
  display: block; }

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		Page Faq
	[2]		Page About us
	[3]		Page Contact
	[4]		page 404 
	
*/
#map-canvas {
  height: 600px; }

ul.yt-accordion {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.yt-accordion li.accordion-group {
  margin-bottom: 1px; }
  ul.yt-accordion li.accordion-group h3.accordion-heading {
    margin: 0;
    cursor: pointer;
   
    position: relative;
    z-index: 2;
    border:1px solid #dddddd;
  }
    ul.yt-accordion li.accordion-group h3.accordion-heading span {
      padding: 10px;
      font-size: 16px;
      display: block;
      margin-left: 40px;
      line-height: 24px; }
    ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
      margin: 0px;
      font-family: verdana;
      font-size: 17px;
      width: 40px;
      background: #7eba29;
      color: white;
      text-align: center;
      line-height: 40px;
      vertical-align: top;
      position: absolute;
      z-index: 5;
      top: 0;
      bottom: 0; }
  ul.yt-accordion li.accordion-group .accordion-inner {
    border: 1px solid #f4f4f4;
    padding: 10px 15px;
 }

ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-square:before {
  content: "+"; }

ul.yt-accordion li.accordion-group h3.accordion-heading.active .fa-plus-square:before {
  content: "-"; }

ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
  color: white;
  background: #dedede }

ul.yt-accordion li.accordion-group h3.accordion-heading:hover .fa {
  background: #a0d655; }

.about-us .about-title {
  font-size: 18px;
  color: #444;
  font-weight: bold;
  margin-bottom: 20px; }
.about-us .name-member {
  font-size: 116.67%;
  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%;
      border-radius: 50%; }
      .about-us .social-member .social-icon a span {
        display: none; }
      .about-us .social-member .social-icon a:hover {
        background-color: #7eba29 !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-info {
  text-align: center;
  padding-top: 15px; }
.about-us .client-say-content {
  text-align: center; }
  .about-us .client-say-content .client-say-slider {
    padding-top: 15px; }
    .about-us .client-say-content .client-say-slider .owl2-dots {
      position: absolute;
      left: 0;
      top: -23px;
      width: 100%; }
      .about-us .client-say-content .client-say-slider .owl2-dots span {
        width: 16px;
        height: 16px;
        background-color: #d9d9d9;
        border: none;
        margin: 0 2px;
        opacity: 1;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
      .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot {
        display: inline-block; }
        .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot.active span {
          background-color: #929292; }
        .about-us .client-say-content .client-say-slider .owl2-dots .owl2-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 #e7e7e7;
  border-top: 1px dashed #e7e7e7;
  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 .owl2-controls .owl2-nav div {
  color: #fff;
  border_radius: 50%;
  position: absolute;
  top: 29%;
  overflow: visible;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 3px;
  background-color: #A6A6A8;
  border-radius: 50%;
  -webkit-border-radius: 50%; }
  .about-us .owl2-controls .owl2-nav div:hover {
    background-color: #7eba29; }
  .about-us .owl2-controls .owl2-nav div.owl2-next {
    right: -19px; }
  .about-us .owl2-controls .owl2-nav div.owl2-prev {
    left: -19px; }
  .about-us .owl2-controls .owl2-nav div:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #a6a6a7;
    line-height: 32px;
    top: 1px; }
  .about-us .owl2-controls .owl2-nav div:hover:before {
    background-color: #7eba29; }
.about-us .client-logo-slider {
  padding: 0 25px; }
  .about-us .client-logo-slider img {
    width: auto;
    display: inline-block; }
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto; }
  .about-us .about-image-slider .owl2-controls .owl2-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 .owl2-controls .owl2-nav div:before {
      border-radius: 0;
      -webkit-border-radius: 0;
      background-color: transparent;
      color: #c8c8c8; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-next {
      right: 10px; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-prev {
      left: 10px; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div:hover {
      border-color: #7eba29; }
      .about-us .about-image-slider .owl2-controls .owl2-nav div:hover:before {
        color: #fff; }
.about-us .skills-value {
  padding-top: 52px; }
  .about-us .skills-value .label-skill {
    font-weight: bold; }
.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 #e7e7e7;
    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);
          content: "";
          width: 4px;
          height: 4px;
          position: absolute;
          left: 6px;
          top: 50%;
          margin-top: 6px;
          background-color: #7eba29; }
        .about-us .content-faq .panel .panel-title a:before {
          background-color: #7eba29;
          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-us .owl2-theme .owl2-controls .owl2-nav > div:before {
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%; }
.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome; }
.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
  content: "\f105";
  font-family: FontAwesome; }

.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px; }
.about-demo-1 .what-client-say {
  margin-bottom: 60px; }
.about-demo-1 .line-hori {
  text-align: center;
  position: relative;
  z-index: 3; }
  .about-demo-1 .line-hori > span {
    background: white;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px; }
  .about-demo-1 .line-hori:before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #ccc;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 3; }

.about-demo-2 .our-team {
  margin-bottom: 60px; }

.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px; }

.info-contact .name-store h3 {
  padding: 7px 0px;
  margin-top: 10px; }
.info-contact .icon {
  float: left;
  padding-right: 15px; }
  .info-contact .icon .fa {
    font-size: 20px; }
.info-contact .comment {
  line-height: 24px; }

.contact-form legend {
  border-bottom: 0; }

/*******************************************************************************
******                 SO Framework: Sass ProductList                     ******
********************************************************************************/
/*============ BOX SALE,NEW ==============*/
.label-new, .label-sale {
  min-width: 45px;
  height: 20px;
  padding: 0 10px;
  border-radius: 0;
  line-height: 20px;
  z-index: 4;
  font-size: 11px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: block;
  position: absolute;
  text-transform: uppercase; }

.label-sale {
  background: #e67e22;
  top: 0;
  left: 0; }
  .label-sale:after {
    content: "";
    border-top: 9px solid #e67e22;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 0; }

.label-new {
  background: #00ABF0;
  top: 0;
  right: 0; }
  .label-new:after {
    content: "";
    border-top: 9px solid #00ABF0;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 0; }

.label-percent {
  padding: 2px 5px;
  background: #7eba29;
  font-size: 13px;
  font-weight: normal; }

.product-options label {
  padding: 0;
  color: #666; }
.product-options .label {
  font-weight: normal;
  font-size: 11px; }
.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
.product-options .active .fa {
  display: block; }
.product-options .fa {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center;
  left: 0; }

/*============ BOX RATE ==============*/
.rating,
.ratings {
  font-size: 13px;
  margin-bottom: 5px; }
  .rating span.fa-stack .fa-star-o:before,
  .ratings span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #eca330; }
  .rating span.fa-stack .fa-star.fa-stack-1x,
  .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1; }
    .rating span.fa-stack .fa-star.fa-stack-1x:before,
    .ratings span.fa-stack .fa-star.fa-stack-1x:before {
      content: "\f005";
      color: #eca330; }

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px; }
  span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #eca330; }
  span.fa-stack .fa-stack-2x {
    font-size: 1em; }
  span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1; }
    span.fa-stack .fa-star.fa-stack-2x:before {
      content: "\f005";
      color: #eca330; }

.price {
  margin: 0 0 10px 0;
  line-height: 24px;
  color: #e74c3c;
  font-size: 18px;
  font-weight: 600; }
  .price .price-old {
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    font-weight: normal; }
  .price .price-new, .price span.price {
    color: #7eba29;
    font-size: 20px; }
    

/*-----------Block Sub Category------------------*/
.refine-search .thumbnail {
  margin: 0 0 10px; }
.refine-search a {
  color: #666; }
  .refine-search a:hover {
    color: #7eba29; }

/*-----------Lastet Products---------------------*/
.latest-product .modcontent {
  border: 1px solid #ddd;
  padding: 20px; }

/*====================TODAY'S DEALS ====================*/
.countdown_box {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  width: 170px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }
  .countdown_box .countdown_inner {
    display: table;
    background: #676767;
    width: 100%;
    text-align: center; }
  .countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px;
    display: none; }
  .countdown_box .time-item {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 25%; }
    .countdown_box .time-item .num-time {
      font-size: 14px;
      font-weight: 700;
      background: rgba(255, 255, 255, 0.06); }
    .countdown_box .time-item .num-time, .countdown_box .time-item .name-time {
      padding: 0  10px; }
    .countdown_box .time-item:last-child {
      border: none; }

/*-----------Block Product Filter----------------*/
h2.title-category {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 0 0 10px 0; }

.filters-panel {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 5px 5px 3px;
  border: 1px solid #ddd; }
  .filters-panel .form-control {
    height: 28px; }
  .filters-panel .list-view {
    text-align: left; }
    .filters-panel .list-view button.btn {
      border-radius: 0;
      padding: 3px 7px;
      color: #666; }
      .filters-panel .list-view button.btn.active {
        background: #7eba29;
        color: #fff;
        border-color: #7eba29;
        box-shadow: none; }
        .filters-panel .list-view button.btn.active:hover {
          background: #7eba29;
          color: #fff; }
      .filters-panel .list-view button.btn:hover {
        color: #7eba29;
        background: transparent;
        border-color: #7eba29; }
      .filters-panel .list-view button.btn:focus {
        border-radius: 0;
        border-color: #7eba29;
        outline: none; }
    .filters-panel .list-view .fa {
      font-size: 14px; }
  .filters-panel.product-filter-bottom {
    margin-top: 15px; }
  .filters-panel .box-pagination ul {
    margin: 0;
    height: 28px; }

.filters-panel select {
  border-radius: 0; }

.box-pagination {
  line-height: 100%; }
  .box-pagination .pagination > li span, .box-pagination .pagination > li a {
    color: #444;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 0;
    margin-left: 3px;
    background: #fff; }
  .box-pagination .pagination > li > a:focus, .box-pagination .pagination > li > a:hover, .box-pagination .pagination > li > span:focus, .box-pagination .pagination > li > span:hover,
  .box-pagination .pagination > .active > a, .box-pagination .pagination > .active > a:focus,
  .box-pagination .pagination > .active > a:hover,
  .box-pagination .pagination > .active > span,
  .box-pagination .pagination > .active > span:focus,
  .box-pagination .pagination > .active > span:hover {
    background: #fff;
    color: #7eba29;
    border-color: #7eba29; }

.short-by-show .form-group {
  margin-right: 10px; }

.mfp-iframe-holder .mfp-close {
  right: 0;
  left: auto; }

.products-list {
  /*------------------PRODUCT GRID ====================*/
  /*----------------PRODUCT LIST ------------------*/ }
  .products-list .product-layout {
    overflow: hidden; }
    .products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner {
      background: transparent;
      box-shadow: none; }
      .products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
        padding: 1px 0;
        background: #444;
        border: none;
        margin-right: 2px;
        width: 23.5%; }
        .products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item .num-time {
          font-size: 14px;
          color: #fff;
          margin: 0;
          border: none;
          height: 18px;
          line-height: 20px;
          font-weight: bold; }
        .products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item .name-time {
          font-size: 10px;
          color: #fff;
          margin: 0;
          height: 20px;
          line-height: 20px;
          text-transform: uppercase; }
    .products-list .product-layout .product-item-container .left-block .quickview {
      cursor: pointer;
      display: block;
      text-align: center;
      background: #7eba29;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      color: #777676;
      font-size: 13px;
      height: 36px;
      line-height: 36px;
      left: 50%;
      margin-top: -16px;
      margin-left: -16px;
      padding: 0;
      position: absolute;
      top: 50%;
      width: 36px;
      border-radius: 0; }
      .products-list .product-layout .product-item-container .left-block .quickview:hover {
        background-color: #00302c;
        color: #fff;
        border-color: #7eba29; }
    .products-list .product-layout .product-item-container .button-group {
      position: relative;
      z-index: 9; }
      .products-list .product-layout .product-item-container .button-group button.addToCart, .products-list .product-layout .product-item-container .button-group button.wishlist, .products-list .product-layout .product-item-container .button-group button.compare {
        float: left;
        margin-right: 5px;
        background-color: #999;
        border: 1px solid #ddd; }
        .products-list .product-layout .product-item-container .button-group button.addToCart:hover, .products-list .product-layout .product-item-container .button-group button.wishlist:hover, .products-list .product-layout .product-item-container .button-group button.compare:hover {
          background-color: #7eba29;
          border-color: #7eba29; }
      .products-list .product-layout .product-item-container .button-group button.addToCart {
        background: #999 url("../image/theme/icons/icon_cart.png") no-repeat center center; }
      .products-list .product-layout .product-item-container .button-group button.wishlist {
        background: #999 url("../image/theme/icons/icon_wishlist.png") no-repeat center center; }
      .products-list .product-layout .product-item-container .button-group button.compare {
        background: #999 url("../image/theme/icons/icon_compare.png") no-repeat center center; }
      .products-list .product-layout .product-item-container .button-group .quickview {
        width: 30px;
        height: 30px;
        text-indent: -99999px;
        background: #999 url("../image/theme/icons/icon_quickview.png") no-repeat center center; }
    .products-list .product-layout .product-item-container:hover .countdown_box {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .products-list.list-masonry .product-layout .product-item-container, .products-list.grid .product-layout .product-item-container {
    padding: 15px;
    margin: 15px 0;
    position: relative;
    min-height:337px;
    border: 1px solid #eee;
    overflow: hidden; }
    .products-list.list-masonry .product-layout .product-item-container iframe, .products-list.grid .product-layout .product-item-container iframe {
      width: 100%; }
    .products-list.list-masonry .product-layout .product-item-container .quickview, .products-list.grid .product-layout .product-item-container .quickview {
      opacity: 1;
      position: absolute;
      top: 140px;
      margin: 0;
      background-color: #999;
      -webkit-transition: all 0.9s ease-in-out;
      -moz-transition: all 0.9s ease-in-out;
      transition: all 0.9s ease-in-out;
      opacity: 0;
      right: 7px; }
    .products-list.list-masonry .product-layout .product-item-container .left-block, .products-list.grid .product-layout .product-item-container .left-block {
      position: relative;
      width: 100%;
      float: left; }
      .products-list.list-masonry .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item, .products-list.grid .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
        background: rgba(0, 0, 0, 0.7); }
    .products-list.list-masonry .product-layout .product-item-container .right-block, .products-list.grid .product-layout .product-item-container .right-block {
      float: left;
      margin-top: 20px;
      width: 100%; }
      .products-list.list-masonry .product-layout .product-item-container .right-block .caption, .products-list.grid .product-layout .product-item-container .right-block .caption {
        padding: 0; }
        .products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a, .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
          font-size: 15px;
          color: #444;
          font-weight: normal; }
        .products-list.list-masonry .product-layout .product-item-container .right-block .caption .ratings, .products-list.grid .product-layout .product-item-container .right-block .caption .ratings {
          margin: 5px 0 5px 0; }
    .products-list.list-masonry .product-layout .product-item-container .button-group button, .products-list.grid .product-layout .product-item-container .button-group button {
      width: 30px;
      height: 30px;
      background-color: #999;
      text-indent: -99999px;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      margin-right: 0 !important;
      border-color: #999;
      opacity: 0; }
      .products-list.list-masonry .product-layout .product-item-container .button-group button:hover, .products-list.grid .product-layout .product-item-container .button-group button:hover {
        border-color: #7eba29; }
      .products-list.list-masonry .product-layout .product-item-container .button-group button.addToCart, .products-list.grid .product-layout .product-item-container .button-group button.addToCart {
        top: 35px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        right: 7px; }
      .products-list.list-masonry .product-layout .product-item-container .button-group button.wishlist, .products-list.grid .product-layout .product-item-container .button-group button.wishlist {
        width: 30px;
        height: 30px;
        top: 70px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        right: 7px; }
      .products-list.list-masonry .product-layout .product-item-container .button-group button.compare, .products-list.grid .product-layout .product-item-container .button-group button.compare {
        width: 30px;
        height: 30px;
        top: 105px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        right: 7px; }
    .products-list.list-masonry .product-layout .product-item-container .button-group .name-cart, .products-list.grid .product-layout .product-item-container .button-group .name-cart {
      text-transform: uppercase;
      display: none; }
    .products-list.list-masonry .product-layout .product-item-container .label-new, .products-list.grid .product-layout .product-item-container .label-new {
      top: -4px;
      right: -4px; }
    .products-list.list-masonry .product-layout .product-item-container .label-sale, .products-list.grid .product-layout .product-item-container .label-sale {
      top: -4px;
      left: -2px; }
    .products-list.list-masonry .product-layout .product-item-container:hover, .products-list.grid .product-layout .product-item-container:hover {
      border: 1px solid #aaa;
      box-shadow: none; }
      .products-list.list-masonry .product-layout .product-item-container:hover .button-group button, .products-list.grid .product-layout .product-item-container:hover .button-group button {
        opacity: 1; }
      .products-list.list-masonry .product-layout .product-item-container:hover .quickview, .products-list.grid .product-layout .product-item-container:hover .quickview {
        background-color: #999;
        opacity: 1; }
        .products-list.list-masonry .product-layout .product-item-container:hover .quickview:hover, .products-list.grid .product-layout .product-item-container:hover .quickview:hover {
          background-color: #7eba29; }
  .products-list.list .product-layout .product-item-container {
    float: left;
    width: 100%;
    margin: 15px 0;
    overflow: hidden; }
    .products-list.list .product-layout .product-item-container .left-block {
      border: 1px solid #ddd;
      padding: 0; }
      .products-list.list .product-layout .product-item-container .left-block .quickview {
        top: 0;
        opacity: 0; }
      .products-list.list .product-layout .product-item-container .left-block .product-image-container, .products-list.list .product-layout .product-item-container .left-block .countdown_box {
        padding: 10px; }
    .products-list.list .product-layout .product-item-container .countdown_box {
      width: 100%; }
    .products-list.list .product-layout .product-item-container .label-new {
      top: 10px;
      right: 10px;
      left: auto; }
    .products-list.list .product-layout .product-item-container .label-sale {
      top: 10px;
      left: 10px;
      right: auto; }
    .products-list.list .product-layout .product-item-container .right-block .caption {
      padding: 0 10px; }
      .products-list.list .product-layout .product-item-container .right-block .caption h4 {
        margin-top: 0; }
    .products-list.list .product-layout .product-item-container .right-block .description {
      padding: 0; }
    .products-list.list .product-layout .product-item-container .right-block .button-group {
      margin: 20px 0 0 0;
      padding: 0 10px; }
    .products-list.list .product-layout .product-item-container .button-group {
      display: inline-block;
      margin: 0 26px; }
      .products-list.list .product-layout .product-item-container .button-group .name-cart {
        text-transform: uppercase;
        display: block; }
      .products-list.list .product-layout .product-item-container .button-group .quickview {
        display: none; }
    .products-list.list .product-layout .product-item-container .button-group button {
      height: 30px; }
      .products-list.list .product-layout .product-item-container .button-group button.addToCart {
        background-position: 8px center;
        font-weight: normal;
        padding: 0px 15px;
        color: #fff;
        border-color: #999; }
        .products-list.list .product-layout .product-item-container .button-group button.addToCart i {
          display: none; }
        .products-list.list .product-layout .product-item-container .button-group button.addToCart:hover {
          border-color: #7eba29; }
      @media (min-width: 1200px) {
        .products-list.list .product-layout .product-item-container .button-group button.addToCart {
          padding: 0px 12px 0px 30px; } }
      .products-list.list .product-layout .product-item-container .button-group button.wishlist {
        width: 30px;
        text-indent: -99999px;
        background-repeat: no-repeat;
        background-position: center center;
        border-color: #999;
        float: right; }
        .products-list.list .product-layout .product-item-container .button-group button.wishlist:hover {
          border-color: #7eba29; }
      .products-list.list .product-layout .product-item-container .button-group button.compare {
        width: 30px;
        text-indent: -99999px;
        background-repeat: no-repeat;
        background-position: center center;
        border-color: #999; }
        .products-list.list .product-layout .product-item-container .button-group button.compare:hover {
          border-color: #7eba29; }
    .products-list.list .product-layout .product-item-container:hover .left-block {
      border-color: #aaa; }
      .products-list.list .product-layout .product-item-container:hover .left-block .quickview {
        top: 46%;
        opacity: 1;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background-color: #7eba29;
        color: #fff;
        border-color: #7eba29; }
        .products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
          background-color: #444;
          border-color: #444; }
      .products-list.list .product-layout .product-item-container:hover .left-block .countdown_box {
        transform: scale(0); }
      .products-list.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
        top: 0;
        opacity: 1;
        z-index: 0; }
    .products-list.list .product-layout .product-item-container:hover .right-block .caption h4 a {
      color: #7eba29; }

/*============PRODUCT INFO ==================*/
.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 190px; }

.left-content-product {
  margin-bottom: 30px; }
  .left-content-product .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6; }
    .left-content-product .content-product-left .large-image img {
      background: #fff; }
    .left-content-product .content-product-left .large-image .label-sale {
      left: 25px; }
  .left-content-product .content-product-left .thumb-video {
    margin-top: -50px;
    bottom: 40px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    right: 40px;
    z-index: 540; }
  .left-content-product .content-product-left .full_slider, .left-content-product .content-product-left .not_full_slider {
    margin-top: 10px; }
    .left-content-product .content-product-left .full_slider .thumbnail, .left-content-product .content-product-left .not_full_slider .thumbnail {
      border-radius: 0;
      margin-bottom: 0; }
      .left-content-product .content-product-left .full_slider .thumbnail:hover, .left-content-product .content-product-left .not_full_slider .thumbnail:hover {
        border-color: #7eba29; }
      .left-content-product .content-product-left .full_slider .thumbnail.active, .left-content-product .content-product-left .not_full_slider .thumbnail.active {
        border-color: #7eba29; }
    .left-content-product .content-product-left .full_slider .owl2-nav div, .left-content-product .content-product-left .not_full_slider .owl2-nav div {
      width: 27px;
      height: 27px;
      border: 1px solid #dfdfdf;
      border-radius: 0;
      font-size: 0;
      background-color: transparent;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      top: 50%;
      margin-top: -12px;
      position: absolute; }
      .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
        background: url("../image/theme/icons/next-prev-detail.png") no-repeat;
        background-position: -36px 0px;
        left: -14px;
        float: left;
        background-color: #fff; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
          border-color: #7eba29;
          background-color: #7eba29;
          background-position: 0px 0px;
          opacity: 1; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
          display: none; }
      .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next {
        background: url("../image/theme/icons/next-prev-detail.png") no-repeat;
        background-position: -71px 0px;
        right: -14px;
        float: right;
        background-color: #fff; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
          border-color: #7eba29;
          background-color: #7eba29;
          background-position: -107px 0px;
          opacity: 1; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
          display: none; }
  .left-content-product .content-product-right .title-product h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #444; }
  .left-content-product .content-product-right .box-review .ratings {
    display: inline-block;
    margin-right: 20px; }
  .left-content-product .content-product-right .box-review a {
    color: #666; }
    .left-content-product .content-product-right .box-review a:hover {
      color: #7eba29; }
  .left-content-product .content-product-right .product-box-desc {
    border-top: 1px solid #eee;
    padding: 20px; 
float: left;
	  width: 100%;
}
    .left-content-product .content-product-right .product-box-desc .inner-box-desc {
      position: relative; }
      .left-content-product .content-product-right .product-box-desc .inner-box-desc:before {
        content: "";
        width: 4px;
        background: #7eba29;
        height: 100%;
        position: absolute;
        left: -20px;
        top: 0; }
    .left-content-product .content-product-right .product-box-desc span {
      font-weight: bold; }
    .left-content-product .content-product-right .product-box-desc .brand a {
      color: #666; }
      .left-content-product .content-product-right .product-box-desc .brand a:hover {
        color: #7eba29; }
  .left-content-product .content-product-right .product_page_price .price-new {
    font-size: 28px; }
  .left-content-product .content-product-right .product_page_price .price-tax {
    color: #333;
    font-size: 16px; }
  .left-content-product .content-product-right .box-review {
    margin-bottom: 5px; }
  .left-content-product .content-product-right .product-label {
    overflow: hidden; }
    .left-content-product .content-product-right .product-label .price {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 2px; margin-top: 6px; }
      @media (min-width: 1200px) {
        .left-content-product .content-product-right .product-label .price {
          float: left; } }
    .left-content-product .content-product-right .product-label .stock {
      margin-bottom: 10px; }
      .left-content-product .content-product-right .product-label .stock .status-stock {
        color: #00abf0;margin-left:4px; }
        .left-content-product .content-product-right .product-label .stock .status-stock:before {
          font-family: FontAwesome;
          display: inline-block;
          color: #00abf0;
          margin-right: 5px;
          margin-left: 10px; }
  .left-content-product .content-product-right #product {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .left-content-product .content-product-right #product h3 {
      margin-top: 0; }
    .left-content-product .content-product-right #product .image_option_type label.control-label {
      margin-right: 10px;
      margin-top: 3px; }
    .left-content-product .content-product-right #product .product-options .img-thumbnail {
      width: 22px;
      height: 22px;
      border-radius: 0;
      padding: 1px; }
    .left-content-product .content-product-right #product .box-checkbox label {
      width: 100%; }
    .left-content-product .content-product-right #product .box-date {
      padding-left: 0; }
      .left-content-product .content-product-right #product .box-date label {
        margin-right: 10px;
        width: 80px; }
      .left-content-product .content-product-right #product .box-date input {
        width: 200px; }
      .left-content-product .content-product-right #product .box-date input, .left-content-product .content-product-right #product .box-date button {
        border-radius: 0;
        position: relative;
        z-index: 0;
        margin-left: 0; }
      .left-content-product .content-product-right #product .box-date .input-group-btn {
        float: left; }
      .left-content-product .content-product-right #product .box-date button:hover {
        background: #7eba29;
        color: #fff; }
  .left-content-product .content-product-right .box-info-product {
    float: left;
    width: 100%; }
    .left-content-product .content-product-right .box-info-product .quantity .quantity-control {
      float: left;
      margin: 0;
      position: relative;
      padding: 0 10px 0 0; }
      .left-content-product .content-product-right .box-info-product .quantity .quantity-control label {
        float: left;
        margin: 0;
        line-height: 46px;
        padding-right: 8px; }
      .left-content-product .content-product-right .box-info-product .quantity .quantity-control input.form-control {
        float: left;
        height: 46px;
        line-height: 28px;
        margin: 0;
        padding: 0 10px;
        width: 38px;
        border: 1px solid #ddd;
        border-radius: 0;
        z-index: 0;
        box-shadow: none;
        text-align: center;
        margin-right: 17px; }
      .left-content-product .content-product-right .box-info-product .quantity .quantity-control span {
        border: 0 none;
        color: white;
        float: left;
        font-size: 10px;
        font-weight: normal;
        border-radius: 0;
        cursor: pointer;
        line-height: 16px;
        margin-left: 5px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
          background: none repeat scroll 0 0 #999;
          padding: 0 4px;
          position: absolute;
          top: 0;
          height: 23px;
          width: 23px;
		  line-height: 23px;
          right: 6px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
          background: none repeat scroll 0 0 #999;
          font-size: 13px;
          padding: 0 4px;
          position: absolute;
          top: 23px;
          width: 23px;
          height: 23px;
          line-height: 23px;
          right: 6px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span:hover {
          background: #7eba29 !important; }
    .left-content-product .content-product-right .box-info-product .cart {
      float: left;
      overflow: hidden;
      margin-right: 5px; }
      .left-content-product .content-product-right .box-info-product .cart a {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
        .left-content-product .content-product-right .box-info-product .cart a i {
          margin-right: 5px; }
      .left-content-product .content-product-right .box-info-product .cart input {
        color: #fff;
        height: 58px;
        border-radius:4px;
        line-height: 30px;
        padding: 0 40px 0 76px;
        font-weight: normal;
        font-size: 16px;
        background: #f48231 url(../image/demo/icons/basket-shopping-icon.svg) no-repeat;
        background-position: 26px center;
        text-transform: uppercase;}
        .left-content-product .content-product-right .box-info-product .cart input:hover {
          background-color: #7eba29; }
    .left-content-product .content-product-right .box-info-product .add-to-links li {
      display: inline-block;
      padding: 0; }
      .left-content-product .content-product-right .box-info-product .add-to-links li.wishlist a {
        margin-left: 3px; }
    .left-content-product .content-product-right .box-info-product .add-to-links ul li a {
      height: 40px;
      width: 40px;
      line-height: 30px;
      border-radius:4px;
      text-align: center;
      padding: 0;
      transition: none;
      display: inline-block;
      background-color: #999;
      color: #fff; }
      .left-content-product .content-product-right .box-info-product .add-to-links ul li a.text {
        display: none; }
      .left-content-product .content-product-right .box-info-product .add-to-links ul li a:hover {
        border-color: #7eba29;
        background: #7eba29;
        color: #fff; }
    .left-content-product .content-product-right .box-info-product .share {
      margin-top: 10px; }

.thumb-vertical-outer {
  width: 100px;
  position: relative;
  padding: 18px 0;
  float: left;
  margin-right: 15px; }
  .thumb-vertical-outer .lSAction {
    display: none !important; }
  .thumb-vertical-outer .thumbnail {
    border-color: #e6e6e6; }
  .thumb-vertical-outer .btn-more {
    display: block;
    text-align: center;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    margin-left: -10px;
    left: 50%;
    color: #666; }
    .thumb-vertical-outer .btn-more:hover {
      color: #7eba29; }
    .thumb-vertical-outer .btn-more.prev-thumb {
      top: -5px; }
    .thumb-vertical-outer .btn-more.next-thumb {
      bottom: -5px; }
  .thumb-vertical-outer .prev {
    margin-bottom: 5px; }
  .thumb-vertical-outer .prev, .thumb-vertical-outer .next {
    cursor: pointer; }
    .thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
      visibility: hidden; }
    .thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
      font-size: 16px;
      display: block;
      text-align: center; }
  .thumb-vertical-outer ul.thumb-vertical {
    padding: 0;
    margin: 0;
    list-style: none; }
  .thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px; }
    .thumb-vertical-outer ul li .thumbnail {
      border-radius: 0;
      padding: 0;
      margin: 0; }
      .thumb-vertical-outer ul li .thumbnail img {
        padding: 0px;
        transition: all 0.3s ease;
        position: relative; }
      .thumb-vertical-outer ul li .thumbnail:hover {
        border-color: #7eba29; }
      .thumb-vertical-outer ul li .thumbnail.active {
        border-color: #7eba29; }

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
  margin-bottom: 30px;
  padding: 0;
  z-index: 1; }
  .producttab .tabsslider .nav-tabs li {
    margin-bottom: 0; }
    .producttab .tabsslider .nav-tabs li a {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 0px;
      margin: 0px;
      border: 1px solid #ddd;
      border-bottom: 0;
      margin-right: -1px;
      padding: 8px 40px;
      position: relative;
      background: #fff;
      color: #444; }
    .producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
      background: #7eba29;
      color: #fff; }
      .producttab .tabsslider .nav-tabs li.active a:before, .producttab .tabsslider .nav-tabs li:hover a:before {
        content: "";
        width: 100%;
        height: 3px;
        background: #7eba29;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 9; }
    .producttab .tabsslider .nav-tabs li.active a:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      left: 0;
      position: absolute;
      bottom: -1px;
      z-index: 9; }
  .producttab .tabsslider .tab-content {
    padding: 20px;
    display: block;
    margin: 0;
    border: solid 1px #e3e1e1;
    margin-top: -1px; }
  .producttab .tabsslider ul.positive {
    margin-bottom: 10px; }

    .producttab .tabsslider ul.positive li:before {
      content: '\f00c';
      font-family: FontAwesome;
      font-size: 14px;
      display: inline-block;
      text-align: center;
      font-size: 13px;
      color: #7eba29;
      margin-right: 5px; }
  .producttab .tabsslider .data-table tr td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    vertical-align: middle; }

.producttab .tabsslider ul.negative {
    margin-bottom: 10px; }
    .producttab .tabsslider ul.negative li:before {
      content: '\f00d';
      font-family: FontAwesome;
      font-size: 14px;
      display: inline-block;
      text-align: center;
      font-size: 13px;
      color: #e34f4f;
      margin-right: 5px; }
  .producttab .tabsslider .data-table tr td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    vertical-align: middle; }

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0; }
    .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
      border-bottom: 1px solid #ddd;
      clear: both;
      position: relative;
      width: 100%;
      display: block; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
        border: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #666; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
          background: transparent; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
        content: "";
        width: 5px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 999; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
        border-left-color: #7eba29; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
          color: #7eba29; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
            display: none; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
          background-color: #7eba29; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
        border-left-color: #7eba29; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
          background-color: #7eba29; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
          background: transparent;
          color: #7eba29; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before, .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
            display: none; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
        border-top: 0; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 180px; }

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #7eba29; }
  #product-accordion .panel {
    padding: 10px 20px 0 20px;
    border-bottom: 0;
    box-shadow: none; }
    #product-accordion .panel .panel-heading {
      border-bottom: 1px dotted #ddd;
      padding: 0 0 10px 0; }
      #product-accordion .panel .panel-heading a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #666;
        width: 100%;
        display: inline-block;
        position: relative; }
        #product-accordion .panel .panel-heading a.title-head.collapsed {
          color: #666; }
          #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
            content: "\f0d8"; }
        #product-accordion .panel .panel-heading a.title-head {
          color: #7eba29; }
          #product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
            content: "\f0d7"; }
        #product-accordion .panel .panel-heading a span.arrow-up {
          display: block;
          position: absolute;
          right: 0;
          top: -2px;
          cursor: pointer;
          z-index: 10;
          font-size: 0;
          text-align: center; }
          #product-accordion .panel .panel-heading a span.arrow-up:before {
            content: "\f0d8";
            font-family: "FontAwesome";
            display: block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px; }
      #product-accordion .panel .panel-heading:hover {
        border-bottom-color: #7eba29; }
        #product-accordion .panel .panel-heading:hover a {
          color: #7eba29; }
    #product-accordion .panel:first-child .panel-heading {
      padding-top: 10px; }
    #product-accordion .panel:last-child .panel-heading {
      border-bottom: 0; }
  #product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px dotted #7eba29;
    margin-top: -1px;
    padding: 0; }

.related {
  clear: both; }

.zoomContainer {
  z-index: 90; }

.image_option_type .selected-option {
  padding-left: 0;
  display: inline;
  text-transform: capitalize; }

.image_option_type .radio input[type=radio].image_radio {
  display: none; }

.image_option_type .radio {
  padding-left: 0;
  display: inline; }

.product-description .product-options img.icon-color {
  width: 20px;
  padding: 0; }

.product-options label {
  padding: 0;
  color: #666; }
.product-options .label {
  font-weight: normal;
  font-size: 11px; }
.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
.product-options .active .fa {
  display: block; }
.product-options .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center; }

.slider-products .content-aside {
  width: 100%;
  padding: 0; }
.slider-products .four-block {
  padding: 0; }
.slider-products .policy-detail {
  box-shadow: none; }
  .slider-products .policy-detail .banner-policy {
    padding: 0; }
    .slider-products .policy-detail .banner-policy .policy {
      float: none;
      width: 100%;
      font-size: 10px;
      border: none;
      border-bottom: 1px solid white;
      padding: 15px 10px; }

.banner-policy {
  background-color: #eee;
  text-transform: uppercase; }
  .banner-policy .policy {
    border-bottom: 1px solid #fff;
    line-height: 25px;
    padding: 20px 10px; }
    .banner-policy .policy .info-hmn {
      color: #444;
      font-weight: bold;}
      .banner-policy .policy .info-hmn span {
        margin-right: 5px;
}
      .banner-policy .policy .info-hmn:hover {
        color: #7eba29;
transform: scale(1.1)}
    .banner-policy .policy.policy1 .info-hmn span {
      background: url("../image/demo/icons/original-garanti-icon.svg") no-repeat;
      background-position: center 0;
      width: 50px;
	  height: 50px; 
      font-size: 0;
      float: left;
}
 
    .banner-policy .policy.policy2 .info-hmn span {
      background: url("../image/demo/icons/guvenli-alisveris-icon.svg") no-repeat;
      background-position: center 0;
       width: 50px;
	  height: 50px;
      font-size: 0;
      float: left; }
    
    .banner-policy .policy.policy3 .info-hmn span {
      background: url("../image/demo/icons/ucretsiz-kargo-icon.svg") no-repeat;
      background-position: center 0;
     width: 50px;
	  height: 50px;
      font-size: 0;
      float: left; }
    
    .banner-policy .policy.policy4 .info-hmn span {
      background: url("../image/demo/icons/hediye-icon.svg") no-repeat;
      background-position: center 0;
      width: 50px;
	  height: 50px;
      font-size: 0;
      float: left; }
    

.slider-products .banner-policy .policy.policy1 a span, .slider-products .banner-policy .policy.policy2 a span, .slider-products .banner-policy .policy.policy3 a span, .slider-products .banner-policy .policy.policy4 a span {
  width: 53px; }

.releate-horizontal .releate-product {
  border: 1px solid #ddd;
  padding: 20px; }
.releate-horizontal .image {
  width: 80px;
  float: left; }
.releate-horizontal .caption {
  margin-left: 90px; }
.releate-horizontal .item-element {
  border-bottom: 1px solid #ddd;
  padding: 15px 0 5px; }
.releate-horizontal .item-element:last-child {
  border: none;
  padding-bottom: 0; }
.releate-horizontal .item-element:first-child {
  padding-top: 0; }
.releate-horizontal h4 a {
  color: #444; }
  .releate-horizontal h4 a:hover {
    color: #7eba29; }

.upsell.products-list.module {
  margin: 0; }

.related.products-list.module h3.modtitle:before,
.upsell.products-list.module h3.modtitle:before {
  display: none; }
.related.products-list.module .releate-products,
.related.products-list.module .upsell-products,
.upsell.products-list.module .releate-products,
.upsell.products-list.module .upsell-products {
  box-shadow: 0 0 1px #868585 inset;
  -webkit-box-shadow: 0 0 1px #868585 inset;
  -moz-box-shadow: 0 0 1px #868585 inset;
  margin-top: 30px; }
.related.products-list.module .product-layout .product-item-container,
.upsell.products-list.module .product-layout .product-item-container {
  border-color: transparent;
  margin: 0 !important; }
  .related.products-list.module .product-layout .product-item-container:hover,
  .upsell.products-list.module .product-layout .product-item-container:hover {
    border-color: #aaa;
    z-index: 99;
    position: relative; }
.related.products-list.module .owl2-nav div,
.upsell.products-list.module .owl2-nav div {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  font-family: FontAwesome;
  font-size: 0;
  color: #c0c0c0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s ease 0s;
  transform: scale(1);
  text-align: center; }
  .related.products-list.module .owl2-nav div:hover,
  .upsell.products-list.module .owl2-nav div:hover {
    background: #7eba29;
    color: #fff;
    border-color: #7eba29; }
  .related.products-list.module .owl2-nav div.owl2-prev,
  .upsell.products-list.module .owl2-nav div.owl2-prev {
    left: -18px; }
    .related.products-list.module .owl2-nav div.owl2-prev:before,
    .upsell.products-list.module .owl2-nav div.owl2-prev:before {
      content: "\f104";
      line-height: 35px;
      padding: 10px;
      font-size: 28px; }
  .related.products-list.module .owl2-nav div.owl2-next,
  .upsell.products-list.module .owl2-nav div.owl2-next {
    right: -18px; }
    .related.products-list.module .owl2-nav div.owl2-next:before,
    .upsell.products-list.module .owl2-nav div.owl2-next:before {
      content: "\f105";
      line-height: 35px;
      padding: 10px;
      font-size: 28px; }

.type_1 {
  /*HEADER SEARCH*/
  /*BLOCK CART*/
  /*MENU MEGA*/ }
  .type_1 .header-top {
    height: 36px;
    background-color: #ddd;
    border-bottom: 1px solid #ddd; }
    .type_1 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_1 .header-top .header-top-left .welcome-msg {
        margin-top: 5px;
        height: 24px;
        overflow: hidden; }
        .type_1 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_1 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #666; }
        .type_1 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_1 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_1 .header-top .header-top-right {
      text-align: right; }
  .type_1 .header-center {
    padding: 40px 0 29px;
    background: #eee; }
    @media (min-width: 1200px) {
      .type_1 .header-center .navbar-logo {
        position: relative;
        top: -5px; } }
    .type_1 .header-center.center .header-center-right {
      margin-top: 16px; }
    .type_1 .header-center.left .header-center-right {
      text-align: right;
      float: right;
      margin-top: 4px; }
  .type_1 .header-bottom {
    background: #eee;
    height: 45px;
    margin-bottom: 0; }
    .type_1 .header-bottom .container .header-bottom-inner {
      display: inline-block;
      background: #222;
      width: 100%; }
      .type_1 .header-bottom .container .header-bottom-inner .header-bottom-left {
        padding-right: 20px; }
      .type_1 .header-bottom .container .header-bottom-inner .header-bottom-right {
        padding-left: 10px; }
      .type_1 .header-bottom .container .header-bottom-inner .header_search {
        padding: 0;
        margin-top: 7px; }
        @media (min-width: 1200px) {
          .type_1 .header-bottom .container .header-bottom-inner .header_search {
            width: 70%; } }
      .type_1 .header-bottom .container .header-bottom-inner .header_custom_link {
        float: right;
        padding-right: 15px; }
        .type_1 .header-bottom .container .header-bottom-inner .header_custom_link ul li a {
          line-height: 45px;
          color: #fff;
          text-transform: uppercase;
          padding: 0 18px 0 0;
          font-weight: bold; }
          .type_1 .header-bottom .container .header-bottom-inner .header_custom_link ul li a i {
            font-size: 15px;
            margin-right: 5px; }
          .type_1 .header-bottom .container .header-bottom-inner .header_custom_link ul li a:hover {
            color: #7eba29; }
  .type_1.navbar-compact .header-top {
    display: none; }
  .type_1.navbar-compact .header-bottom {
    display: none; }
  .type_1.navbar-compact .header-center {
    padding: 15px 0 5px; }
  .type_1 #main-content, .type_1 #content {
    margin-bottom: 30px; }
  .type_1 .header-top-right {
    display: inline-block; }
    .type_1 .header-top-right ul.top-link {
      list-style: none;
      margin: 0;
      vertical-align: top; }
      .type_1 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_1 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_1 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_1 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_1 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_1 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_1 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_1 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_1 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_1 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_1 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
          right: 0;
          left: auto; }
        .type_1 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_1 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_1 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_1 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_1 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_1 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_1 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_1 #sosearchpro.search-pro {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_1 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff; }
    .type_1 #sosearchpro.search-pro .select_category {
      width: 120px;
      border: 0;
      cursor: pointer;
      cursor: pointer; }
      .type_1 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        padding-right: 26px; }
      .type_1 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_1 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 30px;
      background: #fff;
      border-left: 1px solid #ddd; }
    .type_1 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_1 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_1 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_1 .block-cart {
    float: right;
    position: relative;
    padding-left: 25px; }
    .type_1 .block-cart:before {
      content: "";
      height: 100%;
      width: 1px;
      background: #555;
      position: absolute;
      left: 1px; }
    .type_1 .block-cart:after {
      content: "";
      height: 100%;
      width: 1px;
      background: #333;
      position: absolute;
      left: 0; }
  .type_1 .shopping_cart {
    background: url("../image/theme/icons/icon_minicart.png") no-repeat;
    background-position: left 12px;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 15px; }
    .type_1 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_1 .shopping_cart .btn-shopping-cart {
      display: block;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      width: auto;
      padding: 0; }
      .type_1 .shopping_cart .btn-shopping-cart a.top_cart {
        padding-right: 20px;
        color: #fff; }
        .type_1 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_1 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          padding: 0px;
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          margin: 0; }
        .type_1 .shopping_cart .btn-shopping-cart a.top_cart:after {
          content: "\f107";
          font-family: fontawesome;
          font-size: 15px;
          position: absolute;
          right: 0;
          top: 0; }
        .type_1 .shopping_cart .btn-shopping-cart a.top_cart:hover {
          color: #7eba29; }
          .type_1 .shopping_cart .btn-shopping-cart a.top_cart:hover .shopcart .text-shopping-cart {
            color: #7eba29; }
      .type_1 .shopping_cart .btn-shopping-cart .total-shopping-cart {
        display: none; }
    .type_1 .shopping_cart .dropdown-menu {
      margin: 5px 0;
      top: 40px;
      right: -15px; }
    .type_1 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_1 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_1 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_1 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_1 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #222;
    color: #fff;
    border-radius: 3px; }
  .type_1 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #222;
    font-size: 13px;
    height: auto;
    padding: 0 15px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold; }
    .type_1 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_1 #sosearchpro .select_category {
    position: relative;
    display: table-cell;
    vertical-align: top;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: white; }
    .type_1 #sosearchpro .select_category select {
      width: 100%;
      padding: 0 15px;
      border: none;
      float: left;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.type_2 {
  /*HEADER SEARCH*/
  /*MENU MEGA*/ }
  .type_2 .header-top {
    height: 36px;
    background-color: #ddd;
    border-bottom: 1px solid #ddd; }
    .type_2 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_2 .header-top .header-top-left .welcome-msg {
        margin-top: 5px;
        height: 24px;
        overflow: hidden; }
        .type_2 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_2 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #666; }
        .type_2 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_2 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_2 .header-top .header-top-right {
      text-align: right; }
  .type_2 .header-center {
    padding: 36px 0 35px;
    background: #fff; }
    .type_2 .header-center .phone-contact {
      margin-top: 0;
      background: url("../image/theme/icons/hot-line-icon.png") no-repeat left top;
      float: right;
      text-align: left;
      padding-left: 48px; }
      .type_2 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        margin: 0;
        color: #666;
        text-transform: uppercase; }
      .type_2 .header-center .phone-contact p {
        margin: 0; }
  .type_2 .header-bottom {
    background: #222;
    margin-bottom: 25px; }
  .type_2.navbar-compact .header-top {
    display: none; }
  .type_2.navbar-compact .header-bottom {
    display: none; }
  .type_2.navbar-compact .header-center {
    padding: 20px 0; }
  .type_2 #main-content, .type_2 #content {
    margin-bottom: 30px; }
  .type_2 .header-top-right {
    display: inline-block; }
    .type_2 .header-top-right ul.top-link {
      list-style: none;
      margin: 0;
      vertical-align: top; }
      .type_2 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_2 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_2 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_2 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_2 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_2 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_2 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_2 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_2 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_2 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_2 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_2 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_2 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_2 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_2 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_2 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_2 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_2 #sosearchpro.search-pro {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_2 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff; }
    .type_2 #sosearchpro.search-pro .select_category {
      width: 120px;
      border: 0;
      position: relative;
      display: table-cell;
      vertical-align: top;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      background: white; }
      .type_2 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        width: 100%;
        padding: 0 15px 0 26px;
        border: none;
        float: left;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .type_2 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_2 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 32px;
      background: #fff;
      box-shadow: none;
      border-left: 1px solid #ddd; }
    .type_2 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_2 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_2 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_2 .shopping_cart {
    position: relative;
    background: #7eba29; }
    .type_2 .shopping_cart:after {
      content: "";
      position: absolute;
      top: 0;
      border-top: 23px solid transparent;
      border-bottom: 22px solid transparent;
      border-right: 15px solid #7eba29;
      left: -15px; }
    .type_2 .shopping_cart .handle {
      background: url("../image/theme/icons/icon_minicart.png") no-repeat;
      background-position: 5px 11px;
      height: 34px;
      width: 28px; }
    .type_2 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_2 .shopping_cart .btn-shopping-cart {
      height: 45px;
      line-height: 45px;
      display: block;
      font-size: 13px;
      cursor: pointer;
      padding: 0 10px; }
      .type_2 .shopping_cart .btn-shopping-cart a.top_cart {
        color: #fff; }
        .type_2 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_2 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          padding: 0px;
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          margin: 0; }
      .type_2 .shopping_cart .btn-shopping-cart .total-shopping-cart {
        background-color: #00635a;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        display: inline-block;
        float: right;
        margin: 9px 5px 0 10px;
        overflow: hidden; }
    .type_2 .shopping_cart .dropdown-menu {
      margin: 5px 0;
      top: 40px;
      right: 0;
      left: auto; }
    .type_2 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_2 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_2 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_2 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_2 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #444; }
  .type_2 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #fff;
    font-size: 13px;
    height: auto;
    padding: 9px 15px 8px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
    .type_2 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_2 .megamenu-style-dev .horizontal ul.megamenu > li {
    border-right: solid 1px #555;
    margin: 0; }

.type_3 {
  /*HEADER SEARCH*/
  /*MENU MEGA*/ }
  .type_3 .header-top {
    height: 36px;
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
    .type_3 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_3 .header-top .header-top-left .welcome-msg {
        margin-top: 5px;
        height: 24px;
        overflow: hidden; }
        .type_3 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_3 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #666; }
        .type_3 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_3 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_3 .header-top .header-top-right {
      text-align: right; }
  .type_3 .header-center {
    padding: 23px 0 20px;
    background: #fff; }
    .type_3 .header-center .phone-contact {
      margin-top: 0;
      background: url("../image/theme/icons/hot-line-icon.png") no-repeat left top;
      float: right;
      text-align: left;
      padding-left: 48px; }
      .type_3 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        margin: 0;
        color: #666;
        text-transform: uppercase; }
      .type_3 .header-center .phone-contact p {
        margin: 0; }
  .type_3 .header-bottom {
    background: #444;
    min-height: 40px; }
  .type_3.navbar-compact .header-top {
    display: none; }
  .type_3.navbar-compact .header-bottom {
    display: none; }
  .type_3.navbar-compact .header-center {
    padding: 20px 0; }
  .type_3 #main-content, .type_3 #content {
    margin-bottom: 30px; }
  .type_3 .header-top-right {
    display: inline-block; }
    .type_3 .header-top-right ul.top-link {
      list-style: none;
      margin: 0; }
      .type_3 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_3 .header-top-right ul.top-link > li.currencies-block {
          border-right: 1px solid #ddd; }
          .type_3 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
            right: 0;
            left: auto; }
        .type_3 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_3 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_3 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_3 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_3 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_3 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_3 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_3 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_3 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_3 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_3 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_3 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_3 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_3 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_3 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_3 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_3 #sosearchpro.search-pro {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_3 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff; }
    .type_3 #sosearchpro.search-pro .select_category {
      width: 120px;
      border: 0;
      position: relative;
      display: table-cell;
      vertical-align: top;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      background: white; }
      .type_3 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        width: 100%;
        padding: 0 15px 0 26px;
        border: none;
        float: left;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .type_3 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_3 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 32px;
      background: #fff;
      box-shadow: none;
      border-left: 1px solid #ddd; }
    .type_3 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_3 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_3 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_3 .shopping_cart {
    position: relative;
    background: #7eba29; }
    .type_3 .shopping_cart:after {
      content: "";
      position: absolute;
      top: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 15px solid #7eba29;
      left: -15px; }
    .type_3 .shopping_cart .handle {
      background: url("../image/theme/icons/icon_minicart.png") no-repeat;
      background-position: 5px 11px;
      height: 34px;
      width: 28px; }
    .type_3 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_3 .shopping_cart .btn-shopping-cart {
      height: 40px;
      line-height: 40px;
      display: block;
      font-size: 13px;
      cursor: pointer;
      padding: 0 10px; }
      .type_3 .shopping_cart .btn-shopping-cart a.top_cart {
        color: #fff; }
        .type_3 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_3 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          padding: 0px;
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          margin: 0; }
      .type_3 .shopping_cart .btn-shopping-cart .total-shopping-cart {
        background-color: #00635a;
        font-size: 12px;
        line-height: 26px;
        text-align: center;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        display: inline-block;
        float: right;
        margin: 7px 5px 0 10px;
        overflow: hidden; }
    .type_3 .shopping_cart .dropdown-menu {
      margin: 5px 0;
      top: 40px;
      right: 0;
      left: auto; }
    .type_3 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_3 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_3 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_3 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_3 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #898989; }
  .type_3 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #fff;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
    .type_3 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_3 .megamenu-style-dev .horizontal ul.megamenu > li {
    margin: 0;
    border-right: solid 1px #555; }

.type_4 {
  /*HEADER SEARCH*/
  /*MENU MEGA*/ }
  .type_4 .header-top {
    height: 36px;
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
    .type_4 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_4 .header-top .header-top-left .welcome-msg {
        margin-top: 5px;
        height: 24px;
        overflow: hidden; }
        .type_4 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_4 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #666; }
        .type_4 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_4 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_4 .header-top .header-top-right {
      text-align: right; }
  .type_4 .header-center {
    padding: 23px 0 20px;
    background: #fff; }
    @media (min-width: 1200px) {
      .type_4 .header-center .navbar-logo {
        position: relative;
        top: -1px; } }
    .type_4 .header-center .phone-contact {
      margin-top: 0;
      background: url("../image/theme/icons/hot-line-icon.png") no-repeat left top;
      float: right;
      text-align: left;
      padding-left: 48px; }
      .type_4 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        margin: 0;
        color: #666;
        text-transform: uppercase; }
      .type_4 .header-center .phone-contact p {
        margin: 0; }
  .type_4 .header-bottom {
    background: #444;
    min-height: 40px; }
  .type_4.navbar-compact .header-top {
    display: none; }
  .type_4.navbar-compact .header-bottom {
    display: none; }
  .type_4.navbar-compact .header-center {
    padding: 20px 0; }
  .type_4 #main-content, .type_4 #content {
    margin-bottom: 30px; }
  .type_4 .header-top-right {
    display: inline-block; }
    .type_4 .header-top-right ul.top-link {
      list-style: none;
      margin: 0; }
      .type_4 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_4 .header-top-right ul.top-link > li.currencies-block {
          border-right: 1px solid #ddd; }
          .type_4 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
            right: 0;
            left: auto; }
        .type_4 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_4 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_4 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_4 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_4 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_4 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_4 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_4 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_4 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_4 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_4 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_4 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_4 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_4 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_4 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_4 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_4 #sosearchpro.search-pro {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_4 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff; }
    .type_4 #sosearchpro.search-pro .select_category {
      width: 120px;
      border: 0;
      position: relative;
      display: table-cell;
      vertical-align: top;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      background: white; }
      .type_4 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        width: 100%;
        padding: 0 15px 0 26px;
        border: none;
        float: left;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .type_4 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_4 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 32px;
      background: #fff;
      box-shadow: none;
      border-left: 1px solid #ddd; }
    .type_4 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_4 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_4 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_4 .shopping_cart {
    position: relative;
    background: #7eba29; }
    .type_4 .shopping_cart:after {
      content: "";
      position: absolute;
      top: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 15px solid #7eba29;
      left: -15px; }
    .type_4 .shopping_cart .handle {
      background: url("../image/theme/icons/icon_minicart.png") no-repeat;
      background-position: 5px 11px;
      height: 34px;
      width: 28px; }
    .type_4 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_4 .shopping_cart .btn-shopping-cart {
      height: 40px;
      line-height: 40px;
      display: block;
      font-size: 13px;
      cursor: pointer;
      padding: 0 10px; }
      .type_4 .shopping_cart .btn-shopping-cart a.top_cart {
        color: #fff; }
        .type_4 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_4 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          padding: 0px;
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          margin: 0; }
      .type_4 .shopping_cart .btn-shopping-cart .total-shopping-cart {
        background-color: #00635a;
        font-size: 12px;
        line-height: 26px;
        text-align: center;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        display: inline-block;
        float: right;
        margin: 7px 5px 0 10px;
        overflow: hidden; }
    .type_4 .shopping_cart .dropdown-menu {
      margin: 5px 0;
      top: 40px;
      right: 0;
      left: auto; }
    .type_4 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_4 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_4 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_4 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_4 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #666; }
  .type_4 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #fff;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
    .type_4 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_4 .megamenu-style-dev .horizontal ul.megamenu > li {
    margin: 0;
    border-right: solid 1px #555; }

.type_5 {
  /*HEADER SEARCH*/
  /*MENU MEGA*/ }
  .type_5 .header-top {
    height: 36px;
    background-color: #7eba29; }
    .type_5 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_5 .header-top .header-top-left .welcome-msg {
        margin-top: 5px;
        height: 24px;
        overflow: hidden; }
        .type_5 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #00c9b6;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_5 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #fff; }
        .type_5 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_5 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_5 .header-top .header-top-right {
      text-align: right; }
  .type_5 .header-center {
    padding: 20px 0 44px;
    background: #eee; }
    @media (min-width: 1200px) {
      .type_5 .header-center .navbar-logo {
        position: relative;
        top: -1px; } }
    .type_5 .header-center .phone-contact {
      margin-top: 6px;
      background: url("../image/theme/icons/hot-line-icon.png") no-repeat left top;
      float: right;
      text-align: left;
      padding-left: 48px; }
      .type_5 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        color: #444;
        margin: 0;
        text-transform: uppercase; }
      .type_5 .header-center .phone-contact p {
        margin: 0; }
  .type_5 .header-bottom {
    margin-bottom: 0;
    background: transparent;
    min-height: auto; }
    .type_5 .header-bottom .header-bottom-inner {
      display: inline-block;
      background: #444;
      border-radius: 5px;
      margin-top: -23px; }
      .type_5 .header-bottom .header-bottom-inner .header-bottom-menu {
        padding: 0; }
  .type_5.navbar-compact .header-top {
    display: none; }
  .type_5.navbar-compact .header-bottom {
    display: none; }
  .type_5.navbar-compact .header-center {
    padding: 10px 0; }
    .type_5.navbar-compact .header-center .navbar-logo {
      top: 2px; }
  .type_5 #main-content, .type_5 #content {
    margin-bottom: 30px; }
  .type_5 .header-top-right {
    display: inline-block; }
    .type_5 .header-top-right ul.top-link {
      list-style: none;
      margin: 0; }
      .type_5 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        list-style: outside none none; }
        .type_5 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
          right: 0;
          left: auto; }
        .type_5 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #fff;
          font-size: 12px; }
          .type_5 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_5 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_5 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #fff;
          font-size: 12px; }
          .type_5 .header-top-right ul.top-link > li a.btn:hover {
            color: #fff; }
        .type_5 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_5 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_5 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_5 .header-top-right ul.top-link > li:hover > a {
          color: #fff; }
        .type_5 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_5 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_5 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_5 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #fff; }
              .type_5 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_5 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_5 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_5 #sosearchpro.search-pro {
    margin: 8px 0 0;
    width: 100%;
    padding: 0; }
    .type_5 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff; }
    .type_5 #sosearchpro.search-pro .select_category {
      width: 120px;
      border: 0;
      position: relative;
      display: table-cell;
      vertical-align: top;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      background: white; }
      .type_5 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        width: 100%;
        padding: 0 15px 0 26px;
        border: none;
        float: left;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .type_5 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_5 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 32px;
      background: #fff;
      box-shadow: none;
      border-left: 1px solid #ddd; }
    .type_5 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_5 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_5 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_5 .block-cart {
    float: right;
    height: 40px;
    background: url("../image/theme/icons/icon-cart-header-5.png") no-repeat;
    background-position: left center;
    margin-top: 0;
    line-height: 21px;
    padding-left: 45px;
    margin-right: 19px; }
  .type_5 .shopping_cart {
    float: left !important;
    position: relative;
    top: 4px;
    border-right: 1px solid #ccc;
    padding-right: 20px; }
    .type_5 .shopping_cart .text-shopping-cart {
      display: none; }
    .type_5 .shopping_cart .text-shopping-cart-home5 {
      display: block !important; }
    .type_5 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_5 .shopping_cart .shopcart {
      position: relative; }
    .type_5 .shopping_cart .btn-shopping-cart {
      cursor: pointer; }
      .type_5 .shopping_cart .btn-shopping-cart a.top_cart {
        color: #fff; }
        .type_5 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_5 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-home5 {
          padding: 0px;
          color: #444;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          margin: 0; }
      .type_5 .shopping_cart .btn-shopping-cart .total-shopping-cart {
        padding: 0px;
        color: #666;
        font-size: 12px;
        font-weight: normal;
        text-transform: lowercase;
        margin: 0;
        display: block;
        line-height: 100%;
        clear: both; }
    .type_5 .shopping_cart .dropdown-menu {
      top: 40px;
      right: 0;
      left: auto; }
    .type_5 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_5 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_5 .megamenu-style-dev .horizontal ul.megamenu > li:first-child > a {
    border-radius: 5px 0px 0px 5px; }
  .type_5 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_5 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_5 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #474e58; }
  .type_5 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #fff;
    font-size: 13px;
    height: auto;
    padding: 11px 15px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
    .type_5 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_5 .megamenu-style-dev .horizontal ul.megamenu > li {
    margin: 0; }

.type_6 {
  /*HEADER SEARCH*/
  /*BLOCK CART*/
  /*MENU MEGA*/ }
  .type_6 .header-top {
    height: 36px;
    background-color: #ddd;
    border-bottom: 1px solid #ddd; }
    .type_6 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_6 .header-top .header-top-left .welcome-msg {
        margin-top: 5px;
        height: 24px;
        overflow: hidden; }
        .type_6 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_6 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #666; }
        .type_6 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_6 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_6 .header-top .header-top-right {
      text-align: right; }
  .type_6 .header-center {
    padding: 24px 0 20px;
    background: #eee; }
    @media (min-width: 1200px) {
      .type_6 .header-center .navbar-logo {
        position: relative;
        top: -5px; } }
    .type_6 .header-center.center .header-center-right {
      margin-top: 16px; }
    .type_6 .header-center.left .header-center-right {
      text-align: right;
      float: right;
      margin-top: 4px; }
  .type_6 .header-bottom {
    background: #eee;
    height: 45px;
    margin-bottom: 0; }
    .type_6 .header-bottom .container .header-bottom-inner {
      display: inline-block;
      background: #222;
      width: 100%; }
      .type_6 .header-bottom .container .header-bottom-inner .header-bottom-left {
        padding-right: 20px; }
      .type_6 .header-bottom .container .header-bottom-inner .header-bottom-right {
        padding-left: 10px; }
      .type_6 .header-bottom .container .header-bottom-inner .header_search {
        padding: 0;
        margin-top: 7px; }
        @media (min-width: 1200px) {
          .type_6 .header-bottom .container .header-bottom-inner .header_search {
            width: 70%; } }
      .type_6 .header-bottom .container .header-bottom-inner .header_custom_link {
        float: right;
        padding-right: 15px; }
        .type_6 .header-bottom .container .header-bottom-inner .header_custom_link ul li a {
          line-height: 45px;
          color: #fff;
          text-transform: uppercase;
          padding: 0 18px 0 0;
          font-weight: bold; }
          .type_6 .header-bottom .container .header-bottom-inner .header_custom_link ul li a i {
            font-size: 15px;
            margin-right: 5px; }
          .type_6 .header-bottom .container .header-bottom-inner .header_custom_link ul li a:hover {
            color: #7eba29; }
  .type_6.navbar-compact .header-top {
    display: none; }
  .type_6.navbar-compact .header-bottom {
    display: none; }
  .type_6.navbar-compact .header-center {
    padding: 15px 0 5px; }
  .type_6 #main-content, .type_6 #content {
    margin-bottom: 30px; }
  .type_6 .header-top-right {
    display: inline-block; }
    .type_6 .header-top-right ul.top-link {
      list-style: none;
      margin: 0;
      vertical-align: top; }
      .type_6 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_6 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_6 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_6 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_6 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_6 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_6 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_6 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_6 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_6 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_6 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
          right: 0;
          left: auto; }
        .type_6 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_6 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_6 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_6 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_6 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_6 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_6 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_6 #sosearchpro.search-pro {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_6 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff; }
    .type_6 #sosearchpro.search-pro .select_category {
      width: 120px;
      border: 0;
      cursor: pointer;
      cursor: pointer; }
      .type_6 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        padding-right: 26px; }
      .type_6 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_6 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 30px;
      background: #fff;
      border-left: 1px solid #ddd; }
    .type_6 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_6 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_6 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_6 .block-cart {
    float: right;
    position: relative;
    padding-left: 25px; }
    .type_6 .block-cart:before {
      content: "";
      height: 100%;
      width: 1px;
      background: #555;
      position: absolute;
      left: 1px; }
    .type_6 .block-cart:after {
      content: "";
      height: 100%;
      width: 1px;
      background: #333;
      position: absolute;
      left: 0; }
  .type_6 .shopping_cart {
    background: url("../image/theme/icons/icon_minicart.png") no-repeat;
    background-position: left 12px;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 15px; }
    .type_6 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_6 .shopping_cart .btn-shopping-cart {
      display: block;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      width: auto;
      padding: 0; }
      .type_6 .shopping_cart .btn-shopping-cart a.top_cart {
        padding-right: 20px;
        color: #fff; }
        .type_6 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_6 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          padding: 0px;
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          margin: 0; }
        .type_6 .shopping_cart .btn-shopping-cart a.top_cart:after {
          content: "\f107";
          font-family: fontawesome;
          font-size: 15px;
          position: absolute;
          right: 0;
          top: 0; }
        .type_6 .shopping_cart .btn-shopping-cart a.top_cart:hover {
          color: #7eba29; }
          .type_6 .shopping_cart .btn-shopping-cart a.top_cart:hover .shopcart .text-shopping-cart {
            color: #7eba29; }
      .type_6 .shopping_cart .btn-shopping-cart .total-shopping-cart {
        display: none; }
    .type_6 .shopping_cart .dropdown-menu {
      top: 40px;
      right: 0;
      left: auto; }
    .type_6 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_6 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_6 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_6 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_6 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #222;
    color: #fff;
    border-radius: 3px; }
  .type_6 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #222;
    font-size: 13px;
    height: auto;
    padding: 0 15px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold; }
    .type_6 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_6 #sosearchpro .select_category {
    position: relative;
    display: table-cell;
    vertical-align: top;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: white; }
    .type_6 #sosearchpro .select_category select {
      width: 100%;
      padding: 0 15px;
      border: none;
      float: left;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.type_7 {
  /*HEADER SEARCH*/
  /*MENU MEGA*/ }
  .type_7 .header-top {
    height: 40px;
    background-color: #eee;
    border-bottom: 1px solid #ddd; }
    .type_7 .header-top .header-top-left {
      overflow: hidden;
      height: 40px; }
      .type_7 .header-top .header-top-left .welcome-msg {
        margin-top: 10px;
        height: 24px;
        overflow: hidden; }
        .type_7 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_7 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #666; }
        .type_7 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_7 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_7 .header-top .header-top-right {
      text-align: right; }
  .type_7 .header-center {
    padding: 20px 0 18px;
    background: #2C2C2C; }
    .type_7 .header-center .phone-contact {
      margin-top: 6px;
      background: url("../image/theme/icons/hot-line-icon.png") no-repeat left top;
      float: right;
      text-align: left;
      padding-left: 48px; }
      .type_7 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        color: #444;
        margin: 0;
        text-transform: uppercase; }
      .type_7 .header-center .phone-contact p {
        margin: 0; }
  .type_7 .header-bottom {
    background-image: linear-gradient(#7eba29, #506f24);
    min-height: 42px; }
    .type_7 .header-bottom .header-bottom-inner .header_search,
    .type_7 .header-bottom .header-bottom-inner .header-bottom-menu {
      padding: 0; }
  /*.type_7.navbar-compact .header-top {
    display: none; }*/
  /*.type_7.navbar-compact .header-bottom {
    display: none; }*/
  .type_7.navbar-compact .header-center {
    padding: 10px 0; }
  .type_7 #main-content, .type_7 #content {
    margin-bottom: 30px; }
  .type_7 .header-top-right {
    display: inline-block; }
    .type_7 .header-top-right ul.top-link {
      list-style: none;
      margin: 0; }
      .type_7 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_7 .header-top-right ul.top-link > li.currencies-block {
          border-right: 1px solid #ddd; }
          .type_7 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
            right: 0;
            left: auto; }
        .type_7 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_7 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_7 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_7 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #666;
          font-size: 12px; }
          .type_7 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_7 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_7 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_7 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_7 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_7 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_7 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_7 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_7 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #fff; }
              .type_7 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_7 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_7 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_7 #sosearchpro.search-pro {
    margin:0;
    width: 100%;
    padding: 0; }
    .type_7 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff;}
    .type_7 #sosearchpro.search-pro .select_category {
      width: 120px;
      background: #eee;
      border: 0;
      position: relative;
      display: table-cell;
      vertical-align: top;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      background: white; }
      .type_7 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        width: 100%;
        padding: 0 15px 0 26px;
        border: none;
        float: left;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .type_7 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_7 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 32px;
      background: #fff;
      box-shadow: none;
      border-left: 1px solid #ddd;
border-radius: 4px;}
    .type_7 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_7 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_7 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }

  .type_7 .block-cart {
    float: right;
    background-image: linear-gradient(#7eba29, #506f24);
     }
.type_7 .block-cart:hover {
    background-image: linear-gradient(#7eba29, #506f24);}
  .type_7 .shopping_cart {
    position: relative; }
.type_7 .shopping_cart:hover {
   background-image: linear-gradient(#b9ff55, #567c20);border-radius: 3px;}
.type_7 .shopping_cart .deal-icon {
      background: url("../image/theme/icons/deal-icon.png") no-repeat;
      background-position: 5px 10px;
      height: 34px;
      width: 28px; }
    .type_7 .shopping_cart .handle {
      background: url("../image/theme/icons/icon_minicart.png") no-repeat;
      background-position: 5px 10px;
      height: 34px;
      width: 28px; }
    .type_7 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_7 .shopping_cart .btn-shopping-cart {
        width:100%;
      height: 40px;
      line-height: 40px;
      display: block;
      font-size: 12px;
      font-weight: normal;
      cursor: pointer;
       }
      .type_7 .shopping_cart .btn-shopping-cart a.top_cart {
        color: #fff;
        width: 100%;
    padding: 0 30px;}
        .type_7 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_7 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          display: none; }
    .type_7 .shopping_cart .dropdown-menu {
      margin: 5px 0;
      top: 40px;
      right: 0;
      left: auto; }
    .type_7 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_7 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_7 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_7 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_7 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
   background-image: linear-gradient(#b9ff55, #567c20);
    border-radius: 0; }
  .type_7 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #fff;
    font-size: 11px;
    height: auto;
    padding: 7px 12px;
    line-height: 34px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .type_7 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: 500; }
  .type_7 .megamenu-style-dev .horizontal ul.megamenu > li {
    margin: 0; border-right: 1px solid #2c2c2c;}
    .type_7 .megamenu-style-dev .horizontal ul.megamenu > li.buy_color {
      display: none; }

.type_8 {
  /*MENU MEGA*/ }
  .type_8 .header-top {
    height: 36px;
    background-color: #444; }
    .type_8 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_8 .header-top .header-top-left .welcome-msg {
        margin-top: 6px;
        height: 24px;
        overflow: hidden; }
        .type_8 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          font-weight: normal;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_8 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #bababa; }
        .type_8 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_8 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_8 .header-top .header-top-right {
      text-align: right; }
  .type_8 .header-center {
    padding: 39px 0 31px;
    background: url("../image/theme/icons/bg-header.jpg") repeat top left; }
    .type_8 .header-center .phone-contact {
      margin-top: 6px;
      background: url("../image/theme/icons/hot-line-icon-2.png") no-repeat left top;
      float: left;
      text-align: left;
      padding-left: 30px; }
      .type_8 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        margin: 0;
        color: #666;
        text-transform: uppercase;
        display: inline-block; }
      .type_8 .header-center .phone-contact p {
        margin: 0;
        display: inline-block; }
    .type_8 .header-center .navbar-logo {
      text-align: center; }
  .type_8 .header-bottom {
    text-align: center;
    background: url("../image/theme/icons/bg-header.jpg") repeat bottom left;
    box-shadow: 0 4px 2px -2px rgba(192, 192, 192, 0.6);
    position: relative; }
    .type_8 .header-bottom .header-bottom-inner .header_search,
    .type_8 .header-bottom .header-bottom-inner .header-bottom-menu {
      padding: 0; }
  .type_8.navbar-compact .header-top {
    display: none; }
  .type_8.navbar-compact .header-bottom {
    display: none; }
  .type_8.navbar-compact .header-center {
    padding: 10px 0; }
  .type_8 #main-content, .type_8 #content {
    margin-bottom: 30px; }
  .type_8 .header-top-right {
    display: inline-block; }
    .type_8 .header-top-right ul.top-link {
      list-style: none;
      margin: 0;
      vertical-align: top; }
      .type_8 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        list-style: outside none none;
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
        .type_8 .header-top-right ul.top-link > li.currency {
          border-right: 1px solid rgba(255, 255, 255, 0.1); }
        .type_8 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #bababa;
          font-size: 12px; }
          .type_8 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_8 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_8 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #bababa;
          font-size: 12px; }
          .type_8 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_8 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_8 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_8 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_8 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_8 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_8 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_8 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_8 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_8 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_8 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_8 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
        .type_8 .header-top-right ul.top-link > li .btn-group .btn-link {
          color: #bababa; }
  .type_8 #sosearchpro.so-search {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_8 #sosearchpro.so-search.open .dropdown-menu {
      opacity: 1 !important;
      top: 100%; }
    .type_8 #sosearchpro.so-search .bt-search {
      border: none;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      background: #7eba29; }
    .type_8 #sosearchpro.so-search .search.input-group {
      position: relative;
      width: 250px; }
      @media (min-width: 991px) {
        .type_8 #sosearchpro.so-search .search.input-group {
          width: 400px; } }
    .type_8 #sosearchpro.so-search .select_category {
      width: 120px;
      border-width: 0 1px 0 1px;
      border-style: solid;
      border-color: #ddd;
      display: inline-block;
      position: absolute;
      height: 35px;
      padding: 0;
      right: 40px; }
      .type_8 #sosearchpro.so-search .select_category select {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        border: none;
        float: left;
        width: 100%;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .type_8 #sosearchpro.so-search .select_category select:focus {
          border: 0; }
        .type_8 #sosearchpro.so-search .select_category select:after {
          display: none; }
    .type_8 #sosearchpro.so-search .autosearch-input {
      border: 0;
      height: 35px;
      line-height: 35px;
      width: 240px;
      background: transparent;
      padding-left: 20px; }
    .type_8 #sosearchpro.so-search .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 35px;
      padding: 0;
      min-width: 40px;
      position: relative; }
      .type_8 #sosearchpro.so-search .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_8 #sosearchpro.so-search .button-search:hover i {
        color: #00635a; }
    .type_8 #sosearchpro.so-search .input-group-btn {
      position: absolute;
      white-space: nowrap;
      display: inline-block;
      top: 0;
      display: block;
      right: 35px; }
    .type_8 #sosearchpro.so-search .dropdown-menu-search {
      padding: 0;
      margin: 0;
      overflow: visible;
      background: #fff;
      border: 4px solid #ccc;
      display: block;
      opacity: 0;
      width: auto;
      top: 140%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      right: 0;
      left: auto; }
      .type_8 #sosearchpro.so-search .dropdown-menu-search .dropdown-menu {
        width: 400px;
        top: 40px !important; }
      .type_8 #sosearchpro.so-search .dropdown-menu-search .media:hover {
        background: #fdfbfb; }
      .type_8 #sosearchpro.so-search .dropdown-menu-search .media-left {
        height: 70px;
        margin: 6px 10px;
        width: 70px; }
      .type_8 #sosearchpro.so-search .dropdown-menu-search .media-body a {
        font-size: 14px;
        font-weight: bold;
        float: none;
        color: #666; }
        .type_8 #sosearchpro.so-search .dropdown-menu-search .media-body a:hover {
          color: #7eba29; }
      .type_8 #sosearchpro.so-search .dropdown-menu-search .media-body .price span.price {
        font-size: 14px; }
    .type_8 #sosearchpro.so-search .icon-select:after {
      content: "\f0d7";
      background-color: transparent;
      position: absolute;
      line-height: 30px;
      font-family: "FontAwesome";
      width: 20px;
      top: 2px;
      right: 10px;
      color: #444; }
  .type_8 .shopping_cart .btn-shopping-cart {
    display: block;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    padding: 0; }
    .type_8 .shopping_cart .btn-shopping-cart .shopcart {
      width: 35px;
      height: 35px;
      line-height: 35px;
      position: relative;
      background: #7eba29;
      display: inline-block;
      text-align: center;
      margin-left: 15px; }
    .type_8 .shopping_cart .btn-shopping-cart .text-shopping-cart-home5,
    .type_8 .shopping_cart .btn-shopping-cart .text-shopping-cart {
      display: none; }
    .type_8 .shopping_cart .btn-shopping-cart a.top_cart {
      color: #fff; }
      .type_8 .shopping_cart .btn-shopping-cart a.top_cart .text-shopping-cart-mobi {
        display: block !important; }
      .type_8 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
        color: #fff; }
        .type_8 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi i {
          font-size: 14px; }
      .type_8 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .total-shopping-cart {
        position: absolute;
        padding: 0px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        width: 22px;
        height: 22px;
        text-align: center;
        background: #e67e22;
        line-height: 22px;
        border-radius: 100%;
        top: -11px;
        overflow: hidden;
        right: -11px; }
      .type_8 .shopping_cart .btn-shopping-cart a.top_cart:hover {
        color: #7eba29; }
  .type_8 .shopping_cart .dropdown-menu {
    margin: 5px 0;
    top: 40px;
    right: 0;
    left: auto; }
  .type_8 .shopping_cart .shoppingcart-box:before {
    right: 5px; }
  .type_8 .megamenu-style-dev {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0; }
    .type_8 .megamenu-style-dev .navbar-default {
      background: transparent; }
    .type_8 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_8 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_8 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
      background: #222;
      color: #fff;
      border-radius: 3px; }
    .type_8 .megamenu-style-dev .horizontal ul.megamenu > li > a {
      color: #222;
      font-size: 13px;
      height: auto;
      padding: 0px 15px;
      line-height: 28px;
      text-transform: uppercase;
      text-shadow: none;
      font-weight: bold;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .type_8 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
        font-weight: bold; }
    .type_8 .megamenu-style-dev .horizontal ul.megamenu > li {
      margin: 0;
      float: none;
      display: inline-block;
      text-align: left; }
      .type_8 .megamenu-style-dev .horizontal ul.megamenu > li.buy_color {
        display: none; }

.type_9 {
  /*MENU MEGA*/ }
  .type_9 .module.custom-promotion {
    margin: 0; }
    .type_9 .module.custom-promotion .hidden-promotion .promotion-content {
      overflow: hidden;
      height: 0; }
    .type_9 .module.custom-promotion .close-promotion {
      width: 36px;
      height: 36px;
      position: absolute;
      z-index: 14;
      top: 0;
      right: 0;
      background-color: #ffd741;
      color: #fff;
      text-align: center;
      transition: 0.1s;
      -moz-transition: 0.1s;
      -webkit-transition: 0.1s; }
      .type_9 .module.custom-promotion .close-promotion:hover {
        background-color: #7eba29; }
      .type_9 .module.custom-promotion .close-promotion:before {
        content: '\f106';
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-synthesis: weight style;
        font-stretch: normal;
        font-size-adjust: none;
        font-language-override: normal;
        font-kerning: auto;
        font-feature-settings: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        font-size: 26px;
        position: relative;
        top: 3px; }
    .type_9 .module.custom-promotion .hidden-promotion .close-promotion:before {
      content: '\f107';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-synthesis: weight style;
      font-stretch: normal;
      font-size-adjust: none;
      font-language-override: normal;
      font-kerning: auto;
      font-feature-settings: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      font-size: 26px;
      top: 5px; }
  .type_9 .header-top {
    height: 37px;
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
    .type_9 .header-top .header-top-left {
      overflow: hidden;
      height: 36px; }
      .type_9 .header-top .header-top-left .welcome-msg {
        margin-top: 6px;
        height: 24px;
        overflow: hidden; }
        .type_9 .header-top .header-top-left .welcome-msg .label-msg {
          margin: 0;
          display: inline-block;
          position: relative;
          color: #fff;
          font-weight: normal;
          background: #e67e22;
          padding: 0 10px;
          border-radius: 2px;
          line-height: 20px; }
        .type_9 .header-top .header-top-left .welcome-msg a {
          display: inline-block;
          margin: 0;
          padding: 0 6px;
          color: #444; }
        .type_9 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .type_9 .header-top .header-top-left .welcome-msg .list-msg a {
          font-size: 12px; }
    .type_9 .header-top .header-top-right {
      text-align: right; }
  .type_9 .header-center {
    padding: 39px 0 31px;
    background: #fff; }
    .type_9 .header-center .phone-contact {
      margin-top: 6px;
      background: url("../image/theme/icons/hot-line-icon-2.png") no-repeat left top;
      float: left;
      text-align: left;
      padding-left: 30px; }
      .type_9 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        margin: 0;
        color: #666;
        text-transform: uppercase;
        display: inline-block; }
      .type_9 .header-center .phone-contact p {
        margin: 0;
        display: inline-block; }
    .type_9 .header-center .navbar-logo {
      text-align: center; }
  .type_9 .header-bottom {
    text-align: center;
    background: #fff;
    position: relative; }
    .type_9 .header-bottom .header-bottom-inner .header_search,
    .type_9 .header-bottom .header-bottom-inner .header-bottom-menu {
      padding: 0; }
  .type_9.navbar-compact .custom-promotion,
  .type_9.navbar-compact .header-top {
    display: none; }
  .type_9.navbar-compact .header-bottom {
    display: none; }
  .type_9.navbar-compact .header-center {
    padding: 10px 0; }
  .type_9 #main-content, .type_9 #content {
    margin-bottom: 30px; }
  .type_9 .header-top-right {
    display: inline-block; }
    .type_9 .header-top-right ul.top-link {
      list-style: none;
      margin: 0;
      vertical-align: top; }
      .type_9 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        list-style: outside none none;
        border-left: 1px solid #ddd; }
        .type_9 .header-top-right ul.top-link > li.currency {
          border-right: 1px solid #ddd; }
        .type_9 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #444;
          font-size: 12px; }
          .type_9 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_9 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_9 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #444;
          font-size: 12px; }
          .type_9 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_9 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_9 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f004"; }
        .type_9 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_9 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_9 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_9 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_9 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_9 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #7eba29; }
              .type_9 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_9 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_9 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
        .type_9 .header-top-right ul.top-link > li .btn-group .btn-link {
          color: #444; }
  .type_9 #sosearchpro.so-search {
    margin: 0;
    width: 100%;
    padding: 0; }
    .type_9 #sosearchpro.so-search.open .dropdown-menu {
      opacity: 1 !important;
      top: 100%; }
    .type_9 #sosearchpro.so-search .bt-search {
      border: none;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      background: #7eba29; }
    .type_9 #sosearchpro.so-search .search.input-group {
      position: relative;
      width: 250px; }
      @media (min-width: 991px) {
        .type_9 #sosearchpro.so-search .search.input-group {
          width: 400px; } }
    .type_9 #sosearchpro.so-search .select_category {
      width: 120px;
      border-width: 0 1px 0 1px;
      border-style: solid;
      border-color: #ddd;
      display: inline-block;
      position: absolute;
      height: 35px;
      padding: 0;
      right: 40px; }
      .type_9 #sosearchpro.so-search .select_category select {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        border: none;
        float: left;
        width: 100%;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .type_9 #sosearchpro.so-search .select_category select:focus {
          border: 0; }
        .type_9 #sosearchpro.so-search .select_category select:after {
          display: none; }
    .type_9 #sosearchpro.so-search .autosearch-input {
      border: 0;
      height: 35px;
      line-height: 35px;
      width: 240px;
      background: transparent;
      padding-left: 20px; }
    .type_9 #sosearchpro.so-search .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 35px;
      padding: 0;
      min-width: 40px;
      position: relative; }
      .type_9 #sosearchpro.so-search .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_9 #sosearchpro.so-search .button-search:hover i {
        color: #00635a; }
    .type_9 #sosearchpro.so-search .input-group-btn {
      position: absolute;
      white-space: nowrap;
      display: inline-block;
      top: 0;
      display: block;
      right: 35px; }
    .type_9 #sosearchpro.so-search .dropdown-menu-search {
      padding: 0;
      margin: 0;
      overflow: visible;
      background: #fff;
      border: 4px solid #ccc;
      display: block;
      opacity: 0;
      width: auto;
      top: 140%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      right: 0;
      left: auto; }
      .type_9 #sosearchpro.so-search .dropdown-menu-search .dropdown-menu {
        width: 400px;
        top: 40px !important; }
      .type_9 #sosearchpro.so-search .dropdown-menu-search .media:hover {
        background: #fdfbfb; }
      .type_9 #sosearchpro.so-search .dropdown-menu-search .media-left {
        height: 70px;
        margin: 6px 10px;
        width: 70px; }
      .type_9 #sosearchpro.so-search .dropdown-menu-search .media-body a {
        font-size: 14px;
        font-weight: bold;
        float: none;
        color: #666; }
        .type_9 #sosearchpro.so-search .dropdown-menu-search .media-body a:hover {
          color: #7eba29; }
      .type_9 #sosearchpro.so-search .dropdown-menu-search .media-body .price span.price {
        font-size: 14px; }
    .type_9 #sosearchpro.so-search .icon-select:after {
      content: "\f0d7";
      background-color: transparent;
      position: absolute;
      line-height: 30px;
      font-family: "FontAwesome";
      width: 20px;
      top: 2px;
      right: 10px;
      color: #444; }
  .type_9 .shopping_cart .btn-shopping-cart {
    display: block;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    padding: 0; }
    .type_9 .shopping_cart .btn-shopping-cart .shopcart {
      width: 35px;
      height: 35px;
      line-height: 35px;
      position: relative;
      background: #7eba29;
      display: inline-block;
      text-align: center;
      margin-left: 15px; }
    .type_9 .shopping_cart .btn-shopping-cart .text-shopping-cart-home5,
    .type_9 .shopping_cart .btn-shopping-cart .text-shopping-cart {
      display: none; }
    .type_9 .shopping_cart .btn-shopping-cart a.top_cart {
      color: #fff; }
      .type_9 .shopping_cart .btn-shopping-cart a.top_cart .text-shopping-cart-mobi {
        display: block !important; }
      .type_9 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
        color: #fff; }
        .type_9 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi i {
          font-size: 14px; }
      .type_9 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .total-shopping-cart {
        position: absolute;
        padding: 0px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        width: 22px;
        height: 22px;
        text-align: center;
        background: #e67e22;
        line-height: 22px;
        border-radius: 100%;
        top: -11px;
        overflow: hidden;
        right: -11px; }
      .type_9 .shopping_cart .btn-shopping-cart a.top_cart:hover {
        color: #7eba29; }
  .type_9 .shopping_cart .dropdown-menu {
    margin: 5px 0;
    top: 40px;
    right: 0;
    left: auto; }
  .type_9 .shopping_cart .shoppingcart-box:before {
    right: 5px; }
  .type_9 .megamenu-style-dev {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0; }
    .type_9 .megamenu-style-dev .navbar-default {
      background: transparent; }
    .type_9 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_9 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_9 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
      background: #222;
      color: #fff;
      border-radius: 3px; }
    .type_9 .megamenu-style-dev .horizontal ul.megamenu > li > a {
      color: #222;
      font-size: 13px;
      height: auto;
      padding: 0px 15px;
      line-height: 28px;
      text-transform: uppercase;
      text-shadow: none;
      font-weight: bold;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .type_9 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
        font-weight: bold; }
    .type_9 .megamenu-style-dev .horizontal ul.megamenu > li {
      margin: 0;
      float: none;
      display: inline-block;
      text-align: left; }
      .type_9 .megamenu-style-dev .horizontal ul.megamenu > li.buy_color {
        display: none; }

.type_10 {
  /*HEADER SEARCH*/
  /*MENU MEGA*/ }
  .type_10 .header-top {
    height: 36px;
    background-color: #4f5053;
    border-bottom: none;
    font-size: 11px; }
    .type_10 .header-top .header-top-left ul.top-link {
      list-style: none;
      margin: 0; }
      .type_10 .header-top .header-top-left ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        list-style: outside none none; }
        .type_10 .header-top .header-top-left ul.top-link > li.languages-block a.btn {
          padding-left: 0; }
        .type_10 .header-top .header-top-left ul.top-link > li.languages-block .dropdown-menu {
          right: 0;
          left: auto; }
        .type_10 .header-top .header-top-left ul.top-link > li.languages-block img {
          position: relative;
          top: -1px; }
        .type_10 .header-top .header-top-left ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #ccc;
          font-size: 11px;
          text-transform: uppercase; }
          .type_10 .header-top .header-top-left ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_10 .header-top .header-top-left ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_10 .header-top .header-top-left ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #ccc;
          font-size: 11px;
          text-transform: uppercase; }
          .type_10 .header-top .header-top-left ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_10 .header-top .header-top-left ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_10 .header-top .header-top-left ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_10 .header-top .header-top-left ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_10 .header-top .header-top-left ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_10 .header-top .header-top-left ul.top-link > li ul.dropdown-link li a:hover {
                color: #fff; }
              .type_10 .header-top .header-top-left ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_10 .header-top .header-top-left ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_10 .header-top .header-top-left ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
    .type_10 .header-top .header-top-right {
      text-align: right; }
  .type_10 .header-center {
    padding: 25px 0;
    background: #eee; }
    @media (min-width: 1200px) {
      .type_10 .header-center .navbar-logo {
        position: relative;
        top: 5px; } }
    .type_10 .header-center .phone-contact {
      margin-top: 2px;
      background: url("../image/theme/icons/hot-line-icon.png") no-repeat left top;
      width: 18%;
      float: left;
      text-align: left;
      padding-left: 48px; }
      .type_10 .header-center .phone-contact h2 {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 100%;
        color: #444;
        margin: 0;
        text-transform: uppercase; }
      .type_10 .header-center .phone-contact p {
        margin: 0; }
  .type_10 .header-bottom {
    background: #7eba29;
    min-height: 42px; }
    .type_10 .header-bottom .header-bottom-inner .header_search,
    .type_10 .header-bottom .header-bottom-inner .header-bottom-menu {
      padding: 0; }
    .type_10 .header-bottom .header-bottom-inner .header-bottom-menu-vertical {
      padding-left: 0; }
  .type_10.navbar-compact .custom-promotion,
  .type_10.navbar-compact .header-top {
    display: none; }
  .type_10.navbar-compact .header-bottom {
    display: none; }
  .type_10.navbar-compact .header-center {
    padding: 10px 0; }
  .type_10 #main-content, .type_10 #content {
    margin-bottom: 30px; }
  .type_10 .header-top-right {
    display: inline-block; }
    .type_10 .header-top-right ul.top-link {
      list-style: none;
      margin: 0; }
      .type_10 .header-top-right ul.top-link > li {
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: top;
        list-style: outside none none; }
        .type_10 .header-top-right ul.top-link > li.currencies-block .dropdown-menu {
          right: 0;
          left: auto; }
        .type_10 .header-top-right ul.top-link > li > a {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #ccc;
          font-size: 11px;
          text-transform: uppercase; }
          .type_10 .header-top-right ul.top-link > li > a:before {
            font-family: 'FontAwesome';
            margin-right: 7px; }
          .type_10 .header-top-right ul.top-link > li > a span.fa-angle-down {
            position: relative;
            left: 5px; }
        .type_10 .header-top-right ul.top-link > li a.btn {
          display: block;
          padding: 0 13px;
          position: relative;
          height: 36px;
          line-height: 36px;
          color: #ccc;
          font-size: 11px;
          text-transform: uppercase; }
          .type_10 .header-top-right ul.top-link > li a.btn:hover {
            color: #7eba29; }
        .type_10 .header-top-right ul.top-link > li.account > a:before {
          content: "\f007"; }
        .type_10 .header-top-right ul.top-link > li.wishlist a:before {
          content: "\f08a"; }
        .type_10 .header-top-right ul.top-link > li.checkout a:before {
          content: "\f045"; }
        .type_10 .header-top-right ul.top-link > li.compare a:before {
          content: "\f012"; }
        .type_10 .header-top-right ul.top-link > li:hover > a {
          color: #7eba29; }
        .type_10 .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .type_10 .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .type_10 .header-top-right ul.top-link > li ul.dropdown-link li a {
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #666;
              border-right: 0; }
              .type_10 .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #fff; }
              .type_10 .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .type_10 .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .type_10 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .type_10 .header_search {
    width: 82%;
    float: left;
    padding-right: 40px; }
  .type_10 #sosearchpro.search-pro {
    width: 100%;
    padding: 0; }
    .type_10 #sosearchpro.search-pro .search {
      border: 1px solid #ddd;
      background: #fff;
      border-radius: 20px; }
    .type_10 #sosearchpro.search-pro .select_category {
      width: 150px;
      background: transparent;
      border: 0;
      position: relative;
      display: table-cell;
      vertical-align: top;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important; }
      .type_10 #sosearchpro.search-pro .select_category select {
        height: 30px;
        line-height: 28px;
        width: 100%;
        padding: 0 15px 0 26px;
        border: none;
        float: left;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .type_10 #sosearchpro.search-pro .select_category:after {
        top: 0px;
        content: "\f0d7";
        background: transparent;
        font-family: FontAwesome;
        position: absolute;
        height: 100%;
        text-align: center;
        line-height: 30px;
        width: 20px;
        color: #444;
        right: 10px;
        left: auto; }
    .type_10 #sosearchpro.search-pro .autosearch-input {
      border: 0;
      height: 32px;
      background: #fff;
      box-shadow: none;
      border-left: 1px solid #ddd; }
    .type_10 #sosearchpro.search-pro .button-search {
      background: transparent;
      border: 0;
      font-size: 16px;
      height: 30px;
      padding: 0 8px;
      border-radius: 0; }
      .type_10 #sosearchpro.search-pro .button-search i {
        color: #7eba29;
        font-size: 16px; }
      .type_10 #sosearchpro.search-pro .button-search:hover i {
        color: #00635a; }
  .type_10 .block-cart {
    margin-right: -15px; }
  .type_10 .shopping_cart {
    position: relative; }
    .type_10 .shopping_cart .handle {
      background: url("../image/theme/icons/icon_minicart.png") no-repeat;
      background-position: 5px 7px;
      height: 34px;
      width: 28px; }
    .type_10 .shopping_cart h2 {
      display: none;
      color: #444444;
      font-size: 12px;
      margin: 0;
      font-weight: bold; }
    .type_10 .shopping_cart .btn-shopping-cart {
      height: 36px;
      line-height: 36px;
      display: block;
      font-size: 11px;
      font-weight: normal;
      cursor: pointer;
      text-transform: uppercase;
      padding: 0 17px;
      color: #ccc;
      background: #67696c;
      text-transform: uppercase;
      margin-left: 10px; }
      .type_10 .shopping_cart .btn-shopping-cart a.top_cart {
        color: #fff; }
        .type_10 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
          color: #7eba29; }
        .type_10 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
          display: none; }
    .type_10 .shopping_cart .total-shopping-cart {
      height: 18px;
      line-height: 20px;
      background: #fc7070;
      color: #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      font-size: 11px;
      display: inline-block;
      vertical-align: top;
      margin: 0;
      min-width: 18px;
      overflow: hidden;
      padding: 0 3px;
      text-align: center;
      white-space: normal;
      position: absolute;
      top: 8px;
      left: -25px; }
    .type_10 .shopping_cart .dropdown-menu {
      color: #444;
      top: 36px;
      min-width: 300px !important;
      right: 0;
      left: auto; }
    .type_10 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
  .type_10 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .type_10 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .type_10 .megamenu-style-dev .horizontal ul.megamenu > li.home > a, .type_10 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
    background: #00635a;
    border-radius: 0; }
  .type_10 .megamenu-style-dev .horizontal ul.megamenu > li > a {
    color: #fff;
    font-size: 13px;
    height: auto;
    padding: 8px 15px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .type_10 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
      font-weight: bold; }
  .type_10 .megamenu-style-dev .horizontal ul.megamenu > li {
    margin: 0; }
    .type_10 .megamenu-style-dev .horizontal ul.megamenu > li.buy_color {
      display: none; }

/*  +----------------------------------------------------+
        TABLE OF CONTENTS
    +----------------------------------------------------+

    [1]     BLOCK LAYOUT HOME

*/
/*[1]     BLOCK LAYOUT HOME*/
.common-home #content {
  margin-bottom: 30px; }
.common-home .static-home-2 {
  margin-top: 30px; }
.common-home .so-spotlight2 {
  margin-top: 20px; }
.common-home .so-spotlight3 {
  margin-top: 0px; }
.common-home .module {
  margin-bottom: 30px; }
.common-home .header-bottom {
  margin-bottom: 16px; }

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1,
.best-seller .so-extraslider .extraslider-inner,
.products-list.list-masonry .product-layout .product-item-container, .products-list.grid .product-layout .product-item-container {
  border-color: #ddd; }

@media (min-width: 1200px) {
  #so_category_slider_home2-3.module.container-slider.item-1,
  .module.block-banner-right {
    margin: 0; } }
.module h3.modtitle:before {
  z-index: 0; }

@media (min-width: 1200px) {
  .common-home .col-bt-1 {
    width: 25%; }
  .common-home .col-bt-2 {
    width: 37.5%; }
  .common-home .col-bt-3 {
    width: 37.5%; } }
.common-home .footer-container {
  margin-top: 30px; }

.layout-home7 .module {
  margin-bottom: 30px; }
  .layout-home7 .module h3.modtitle {
    position: relative;
    border-bottom: 3px solid;
    border-color: #7eba29;
    font-size: 100%;
    padding: 0;
    height: 37px; }
    .layout-home7 .module h3.modtitle:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      z-index: 9;
      border: none;
      background: #fff;
      border-bottom: 10px solid #00635a;
      border-left: 20px solid transparent;
      left: 0; }
    .layout-home7 .module h3.modtitle span {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      position: relative;
      color: #fff;
      line-height: 37px;
      padding: 0 18px;
      background-color: #7eba29; }
      .layout-home7 .module h3.modtitle span:before {
        display: none; }
.layout-home7 footer .module h3.modtitle, .layout-home7 footer .module h3.footer-title {
  font-size: 18px;
  height: auto;
  border: none; }

@media (min-width: 1200px) {
  .box_banner {
    width: 26.2%;
    padding-left: 10px; }
    .box_banner .banner-right {
      margin: 0; } }
.box_banner li {
  margin-bottom: 10px; }
  .box_banner li a {
    position: relative;
    display: block; }
    .box_banner li a:before {
      position: absolute;
      background: rgba(0, 0, 0, 0);
      width: 0;
      top: 0;
      left: 50%;
      content: "";
      transition: all 0.3s ease-in-out 0s; }
    .box_banner li a:hover:before {
      width: 100%;
      left: 0;
      top: 0;
      height: 100%; }

@media (min-width: 1200px) {
  .box_slider {
    width: 73.8%;
    padding-right: 0;margin-bottom:15px; } }

/*  +----------------------------------------------------+
        TABLE OF CONTENTS
    +----------------------------------------------------+

    [1]     BLOCK SLIDER
    [2]     BLOCK EXTRA SLIDER
    [3]     BLOCK DEALS
    [4]     BLOCK BANNER-1 HOME PAGE
    [5]     BLOCK SERVICES
    [6]     BLOCK LASTET BLOG
    [7]     BLOCK BESTSELLER HOME
    [8]     BLOCK TESTIMONIAL
    [9]     BLOCK OUR BRAND
    [10]    BLOCK TESTIMONEL
    [11]    BLOCK ACCORDION
    [12]    BLOCK CATEGORIES SLIDE
    [13]    BLOCK BRAND
    [14]    BLOCK SERVICES 
    [15]    BLOCK BANNER BT
*/
/*[1]     BLOCK MODULE SLIDER*/
#so-slideshow .owl2-controls .owl2-nav div {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease; }
  #so-slideshow .owl2-controls .owl2-nav div.owl2-prev {
    left: 0px;
    background: #444 url("../image/theme//icons/arrow-slider-left.png") no-repeat center;
    border: none; }
    #so-slideshow .owl2-controls .owl2-nav div.owl2-prev:hover {
      background-color: #7eba29; }
    #so-slideshow .owl2-controls .owl2-nav div.owl2-prev:before, #so-slideshow .owl2-controls .owl2-nav div.owl2-prev:after {
      display: none; }
  #so-slideshow .owl2-controls .owl2-nav div.owl2-next {
    right: 0px;
    background: #444 url("../image/theme//icons/arrow-slider-right.png") no-repeat center;
    border: none; }
    #so-slideshow .owl2-controls .owl2-nav div.owl2-next:hover {
      background-color: #7eba29; }
    #so-slideshow .owl2-controls .owl2-nav div.owl2-next:before, #so-slideshow .owl2-controls .owl2-nav div.owl2-next:after {
      display: none; }
#so-slideshow .owl2-dots {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }
  #so-slideshow .owl2-dots .owl2-dot {
    display: inline-block; }
    #so-slideshow .owl2-dots .owl2-dot span {
      width: 10px;
      height: 10px;
      background-color: #b4b4b4;
      border: 1px solid transparent;
      margin: 0 2px;
      opacity: 1;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%; }
    #so-slideshow .owl2-dots .owl2-dot.active span, #so-slideshow .owl2-dots .owl2-dot:hover span {
      background-color: #7eba29;
      border: 1px solid #fff; }
#so-slideshow .owl2-item.active .sohomeslider-description .image {
  opacity: 1;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out; }
#so-slideshow .owl2-item.active .sohomeslider-description h3.tilte {
  opacity: 1;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out; }
#so-slideshow .owl2-item.active .sohomeslider-description h4 {
  opacity: 1;
  animation: myeffect-slideshow 1s ease-in-out;
  -webkit-animation: myeffect-slideshow 1s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1s ease-in-out;
  -o-animation: myeffect-slideshow 1s ease-in-out; }
#so-slideshow .owl2-item.active .sohomeslider-description .des {
  opacity: 1;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out; }
#so-slideshow .sohomeslider-description {
  position: static;
  padding: 0; }
  #so-slideshow .sohomeslider-description p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    padding: 0;
    margin: 0; }
  #so-slideshow .sohomeslider-description .image {
    position: absolute;
    width: auto;
    opacity: 0;
    top: 50px; }
    #so-slideshow .sohomeslider-description .image.pos-right {
      right: 70px; }
    #so-slideshow .sohomeslider-description .image.pos-left {
      left: 70px; }
    #so-slideshow .sohomeslider-description .image.image-sl12 {
      left: 35px; }
  #so-slideshow .sohomeslider-description .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #so-slideshow .sohomeslider-description .text h3.tilte, #so-slideshow .sohomeslider-description .text h4, #so-slideshow .sohomeslider-description .text .des {
      opacity: 0; }
    #so-slideshow .sohomeslider-description .text.pos-right {
      right: 70px; }
    #so-slideshow .sohomeslider-description .text.pos-left {
      left: 70px; }
    #so-slideshow .sohomeslider-description .text .modtitle-sl11 {
      font-size: 55px;
      font-weight: bold;
      color: #fff; }
    #so-slideshow .sohomeslider-description .text.text-sl11 {
      top: 75%;
      text-align: center; }
    #so-slideshow .sohomeslider-description .text.text-sl12 {
      text-transform: uppercase; }
      #so-slideshow .sohomeslider-description .text.text-sl12 h3.tilte {
        font-size: 30px;
        color: #444;
        font-weight: 700;
        margin: 0; }
      #so-slideshow .sohomeslider-description .text.text-sl12 h4 {
        font-size: 84px;
        color: #7eba29;
        font-weight: 700;
        margin: 0; }
      #so-slideshow .sohomeslider-description .text.text-sl12 .des {
        font-size: 27px;
        color: #444; }
    #so-slideshow .sohomeslider-description .text.text-sl13 h3.tilte {
      font-size: 26px;
      font-weight: 700;
      color: #fff; }
    #so-slideshow .sohomeslider-description .text.text-sl13 h4 {
      font-size: 80px;
      font-weight: 700;
      color: #7eba29; }

/*[2]     BLOCK MODULE EXTRA SLIDER*/
.module.best-seller .so-extraslider .item .item-wrap.style1 {
  border-color: #ddd; }
.module.best-seller .so-extraslider .extraslider-inner {
  border-color: #ddd;
  margin-top: 30px; }
.module.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
  margin: 15px 0 10px; }
.module.best-seller .so-extraslider .owl2-controls {
  margin: 0;
  top: -63px; }
  .module.best-seller .so-extraslider .owl2-controls .owl2-nav div {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    z-index: 501;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    font-weight: normal;
    text-align: center;
    margin: 0 2px;
    position: static; }
    .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-prev {
      right: 30px; }
      .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-prev:before {
        content: "\f104";
        line-height: 22px;
        font-size: 17px; }
    .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-next {
      right: 0; }
      .module.best-seller .so-extraslider .owl2-controls .owl2-nav div.owl2-next:before {
        content: "\f105";
        line-height: 22px;
        font-size: 17px; }
    .module.best-seller .so-extraslider .owl2-controls .owl2-nav div:hover {
      background-color: #7eba29;
      border-color: #7eba29;
      color: #fff; }

/*[3]     BLOCK DEALS*/
.module.so-deals {
  clear: both;
  position: relative; }
  @media (min-width: 1200px) {
    .module.so-deals {
      min-height: 400px; } }
  .module.so-deals h3.modtitle {
    border-color: #7eba29; }
    .module.so-deals h3.modtitle span {
      background: url("../image/theme/icons/deal-icon.png") no-repeat;
      background-position: 35px center;
      background-color: #7eba29;
      padding-left: 60px; }
      .module.so-deals h3.modtitle span:before {
        display: none; }
    .module.so-deals h3.modtitle:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      z-index: 9;
      border-bottom: 20px solid #598400;
      background: #fff;
      border-left: 20px solid transparent;
      left: 0; }
  .module.so-deals div.products-list .product-layout .product-item-container {
    margin: 0; }
    .module.so-deals div.products-list .product-layout .product-item-container .button-group button.wishlist {
      margin: 0; }
    .module.so-deals div.products-list .product-layout .product-item-container .right-block {
      width: 100%;
      margin-top: 5px; }
      .module.so-deals div.products-list .product-layout .product-item-container .right-block .caption {
        margin: 0; }
        .module.so-deals div.products-list .product-layout .product-item-container .right-block .caption .rating {
          display: inline-block;
          width: 100%;
          margin: 5px 0 0; }
        .module.so-deals div.products-list .product-layout .product-item-container .right-block .caption .price {
          margin: 0; }
    .module.so-deals div.products-list .product-layout .product-item-container .button-group {
      margin: 0;
      position: relative;
      z-index: 9; }
    .module.so-deals div.products-list .product-layout .product-item-container .item-time {
      position: inherit;
      float: left;
      width: 100%;
      bottom: 0;
      padding-top: 10px;
      left: 0;
      right: 0; }
      .module.so-deals div.products-list .product-layout .product-item-container .item-time .item-timer .time-item {
        padding: 1px 0;
        background: #999;
        border: none;
        width: 23.5%;
        display: inline-block;
        text-align: center;
        margin-right: 2px; }
        .module.so-deals div.products-list .product-layout .product-item-container .item-time .item-timer .time-item .num-time {
          font-size: 14px;
          color: #fff;
          margin: 0;
          border: none;
          height: 18px;
          line-height: 20px;
          font-weight: bold; }
        .module.so-deals div.products-list .product-layout .product-item-container .item-time .item-timer .time-item .name-time {
          font-size: 10px;
          color: #fff;
          margin: 0;
          height: 20px;
          line-height: 20px;
          text-transform: uppercase; }
    .module.so-deals div.products-list .product-layout .product-item-container:hover .item-time .item-timer .time-item {
      background-color: #7eba29; }
  .module.so-deals .so-deal {
    margin: 0; }
    .module.so-deals .so-deal .extraslider-inner {
      border: 0;
      margin-top: 30px;
      padding-bottom: 0;
      overflow: visible; }
    .module.so-deals .so-deal .owl2-controls {
      margin: 0; }
    .module.so-deals .so-deal .owl2-nav div {
      display: inline-block;
      width: 36px;
      height: 36px;
      background-color: #fff;
      background-position: center center;
      overflow: hidden;
      font-family: FontAwesome;
      font-size: 0;
      color: #c0c0c0;
      opacity: 1;
      text-align: center;
      position: absolute;
      top: inherit;
      bottom: 43%;
      margin-top: -85px;
      z-index: 501;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s;
      cursor: pointer;
      background-color: #fff;
      border: 1px solid #ddd;
      transition: all 0.3s ease 0s;
      transform: scale(0); }
      .module.so-deals .so-deal .owl2-nav div.owl2-prev {
        left: -17px; }
        .module.so-deals .so-deal .owl2-nav div.owl2-prev:before {
          content: "\f104";
          line-height: 35px;
          padding: 10px;
          font-size: 28px; }
      .module.so-deals .so-deal .owl2-nav div.owl2-next {
        right: -17px; }
        .module.so-deals .so-deal .owl2-nav div.owl2-next:before {
          content: "\f105";
          line-height: 35px;
          padding: 10px;
          font-size: 28px; }
      .module.so-deals .so-deal .owl2-nav div:hover {
        background-color: #7eba29;
        border-color: #7eba29;
        color: #fff; }
    .module.so-deals .so-deal:hover .owl2-nav div {
      transform: scale(1); }

/*[4]     BLOCK BANNER-1 HOME PAGE*/
.static-home-2 {
  display: inline-block;
  width: 100%; }
  .static-home-2 .col-s {
    float: left; }
    .static-home-2 .col-s a {
      display: block;
      clear: both;
      position: relative; }
      .static-home-2 .col-s a img {
        width: 100%; }
    .static-home-2 .col-s.col-s-1 {
      width: 25.64%; }
    .static-home-2 .col-s.col-s-2 {
      width: 34.188%; }
    .static-home-2 .col-s.col-s-3 {
      width: 17.09%; }
    .static-home-2 .col-s.col-s-4 {
      width: 23.082%; }

/*[5]     BLOCK SERVICES*/
.list-services {
  display: block;
  overflow: hidden; }
  .list-services li a {
    border: 3px solid #ddd;
    display: block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; }
    .list-services li a:hover {
      border-color: #7eba29; }

/*[6]     BLOCK LASTET BLOG*/
div.so-latest-blog.module {
  clear: inherit; }
  div.so-latest-blog.module h3.modtitle {
    border: 0;
    margin-bottom: 0;
    margin-top: 12px; }
    div.so-latest-blog.module h3.modtitle:before {
      display: none; }
    div.so-latest-blog.module h3.modtitle span {
      background: transparent;
      color: #222;
      font-size: 18px;
      text-transform: uppercase;
      padding: 0;
      line-height: inherit;
      font-weight: bold; }
      div.so-latest-blog.module h3.modtitle span:before {
        display: none; }
  div.so-latest-blog.module .blog-external-simple {
    margin: 0; }
    div.so-latest-blog.module .blog-external-simple .media-body {
      padding: 0; }
    div.so-latest-blog.module .blog-external-simple .head-button {
      margin: 0;
      border: 0; }
    div.so-latest-blog.module .blog-external-simple .media {
      margin: 0 0 20px; }
      div.so-latest-blog.module .blog-external-simple .media .media-date-added {
        color: #666;
        width: 70px;
        height: 70px;
        float: left;
        background-color: #eeeeee;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        padding-top: 12px;
        margin-right: 20px; }
        div.so-latest-blog.module .blog-external-simple .media .media-date-added span {
          font-weight: bold;
          color: #222; }
      div.so-latest-blog.module .blog-external-simple .media .item .media-body .media-heading a {
        color: #444;
        font-size: 14px;
        font-weight: bold; }
        div.so-latest-blog.module .blog-external-simple .media .item .media-body .media-heading a:hover {
          color: #7eba29; }
      div.so-latest-blog.module .blog-external-simple .media .item .media-body .description {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 19px;
        overflow: hidden; }
      div.so-latest-blog.module .blog-external-simple .media:last-child {
        margin: 0; }

/*[7]     BLOCK BESTSELLER HOME*/
.bestseller {
  clear: inherit; }
  .bestseller h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 12px;
    color: #222;
    text-transform: uppercase; }
  .bestseller .description, .bestseller .button-group {
    display: none; }
  .bestseller .product-layout {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
    .bestseller .product-layout:last-child {
      margin-bottom: 0; }
    .bestseller .product-layout .image {
      float: left;
      border: 1px solid #eee;
      width: 70px;
      padding: 10px;
      margin-right: 20px; }
      .bestseller .product-layout .image:hover {
        border-color: #7eba29; }
    .bestseller .product-layout .caption {
      float: left;
      display: block;
      margin-top: -5px; }
      .bestseller .product-layout .caption h4 {
        margin: 0 0 2px; }
        .bestseller .product-layout .caption h4 a {
          font-size: 14px;
          font-weight: bold;
          color: #444; }
          .bestseller .product-layout .caption h4 a:hover {
            color: #7eba29; }
      .bestseller .product-layout .caption .ratings {
        margin-top: -5px;
        margin-bottom: 6px; }
      .bestseller .product-layout .caption .price {
        margin-bottom: 0; }
    .bestseller .product-layout .price .price-new, .bestseller .product-layout .price span.price {
      font-size: 16px; }

/*[8]     BLOCK TESTIMONIAL*/
.testimonial .clients_say {
  position: relative;
  top: 0;
  padding: 25px 20px 20px;
  background-color: #eee; }
.testimonial .owl-carousel {
  background: none; }
.testimonial .block-title {
  position: relative; }
  .testimonial .block-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #222; }
.testimonial .image {
  float: left;
  width: 65px;
  background-color: #eee; }
  .testimonial .image img {
    width: 65px;
    height: 65px;
    border-radius: 4px; }
    .testimonial .image img:hover {
      opacity: 0.8; }
.testimonial .block_content {
  background-color: #eee;
  margin: 0;
  padding: 0; }
.testimonial .block-info {
  font-style: italic;
  position: relative;
  top: -4px;
  background-color: #eee;
  text-align: left;
  margin-left: 80px; }
  .testimonial .block-info .author {
    padding: 17px 0px 0;
    font-size: 15px;
    font-weight: 600;
    margin-top: -3px;
    font-style: normal;
    color: #e74c3c;
    margin-bottom: 0; }
  .testimonial .block-info .text {
    color: #444; }
.testimonial .extraslider-inner,
.testimonial .item-wrap-inner {
  overflow: visible; }
.testimonial .owl2-controls {
  position: absolute;
  top: -40px;
  right: -3px; }
  .testimonial .owl2-controls .owl2-dots {
    display: none !important; }
  .testimonial .owl2-controls .owl2-nav {
    float: right; }
    .testimonial .owl2-controls .owl2-nav div {
      transform: translateY(0%);
      width: auto;
      font-size: 0;
      font-weight: bold;
      position: static;
      padding: 5px;
      cursor: pointer;
      display: inline;
      background: none; }
      .testimonial .owl2-controls .owl2-nav div.owl2-prev:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 20px; }
      .testimonial .owl2-controls .owl2-nav div.owl2-next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 20px; }
      .testimonial .owl2-controls .owl2-nav div:hover {
        background-color: transparent;
        color: #7eba29; }

/*[9]     BLOCK OUR BRAND*/
.module.so-manu-slider {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 18px;
  border-bottom: none; }
  .module.so-manu-slider h3.modtitle:before {
    display: none; }
  .module.so-manu-slider h3.modtitle {
    margin: -5px -19px 0px -19px; }
    .module.so-manu-slider h3.modtitle a.view-all-brand {
      display: inline-block;
      float: right;
      margin: 15px 11px 0px 0px;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: normal; }
      .module.so-manu-slider h3.modtitle a.view-all-brand:after {
        content: "\f0da";
        font-family: FontAwesome;
        font-size: 12px;
        margin-left: 5px; }
  .module.so-manu-slider .wrap_manu_slider {
    padding: 20px 0 0;
    float: left; }
  .module.so-manu-slider .manu-slider-inner {
    margin: -20px -19px -21px -18px; }
    .module.so-manu-slider .manu-slider-inner .item {
      width: 50%;
      float: left;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .module.so-manu-slider .manu-slider-inner .item img:hover {
        opacity: 0.8; }

.brand_custom {
  overflow: visible; }

/*[10]    BLOCK TESTIMONEL*/
.module.block-clients-say .owl2-carousel .owl2-stage-outer {
  direction: ltr; }
.module.block-clients-say div.clients_say {
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 4px;
  border: 1px solid #ddd; }
  .module.block-clients-say div.clients_say .modtitle {
    margin: -5px -19px 0px -19px; }
  .module.block-clients-say div.clients_say .block_content {
    padding: 26px 0; }
    .module.block-clients-say div.clients_say .block_content .text {
      line-height: 20px;
      font-style: italic;
      color: #222; }
    .module.block-clients-say div.clients_say .block_content .info {
      overflow: hidden;
      margin-top: 25px;
      padding-bottom: 5px; }
      .module.block-clients-say div.clients_say .block_content .info .image {
        float: left;
        margin-right: 10px; }
        .module.block-clients-say div.clients_say .block_content .info .image img:hover {
          opacity: 0.8; }
      .module.block-clients-say div.clients_say .block_content .info .author {
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
        color: #7eba29; }
  .module.block-clients-say div.clients_say .owl2-controls .owl2-dots {
    background-color: #eeeeee;
    margin: 0px -18px 0;
    padding: 5px 0px;
    position: relative;
    text-align: center; }
    .module.block-clients-say div.clients_say .owl2-controls .owl2-dots .owl2-dot.active {
      background-color: #999999;
      border: 1px solid #fff; }
    .module.block-clients-say div.clients_say .owl2-controls .owl2-dots .owl2-dot {
      width: 10px;
      height: 10px;
      border: 1px solid #eeeeee;
      background-color: #bbbbbb;
      margin: 0 2px;
      display: inline-block;
      border-radius: 50%; }
  .module.block-clients-say div.clients_say .owl2-controls .owl2-nav {
    display: none !important; }

/*[11]    BLOCK ACCORDION*/
.layout-home7 .fqas {
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #ddd; }
  .layout-home7 .fqas h3.modtitle {
    margin: 0px -19px 0px -19px;
    border-width: 0 0 1px 0; }
    .layout-home7 .fqas h3.modtitle span {
      text-transform: none; }
    .layout-home7 .fqas h3.modtitle:before {
      display: none; }

.accordion, .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.accordion {
  overflow: hidden;
  margin: 0 -18px;
  background: #fff; }

.accordion-section {
  border-bottom: 1px solid #ddd; }
  .accordion-section:last-child {
    border-bottom: none; }

.accordion-section-title {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  line-height: 38px;
  padding: 0 0 0 47px;
  display: inline-block;
  width: 100%;
  cursor: pointer; }
  .accordion-section-title:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 19px;
    top: 11px;
    background: url("../image/theme/icons/show-c.png") no-repeat top left #999999; }
  .accordion-section-title.active:before {
    background-position: left bottom; }

.accordion-section-title.active, .accordion-section-content.open {
  background: #eeeeee; }

.accordion-section-content {
  padding: 0 10px 10px 47px;
  display: none; }
  .accordion-section-content.open {
    display: block; }

/*[12]    BLOCK CATEGORIES SLIDE*/
div.container-slider {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  overflow: visible; }
  div.container-slider .item-sub-cat {
    width: 20%; }
  div.container-slider .so-category-slider {
    width: 80%; }
  @media (min-width: 1200px) {
    div.container-slider .show.preset01-4 .item-sub-cat {
      width: 20%; }
    div.container-slider .show.preset01-4 .slider {
      width: 80%; } }
  div.container-slider.item1 {
    margin-bottom: 30px; }
    div.container-slider.item1 .page-top h3.modtitle {
      border-color: #fe5621; }
      div.container-slider.item1 .page-top h3.modtitle span {
        background: url("../image/theme/icons/electronic_icon.png") no-repeat;
        background-position: 35px center;
        background-color: #fe5621; }
      div.container-slider.item1 .page-top h3.modtitle:before {
        border-bottom: 20px solid #eb3901; }
  div.container-slider.item2 {
    margin-bottom: 30px; }
    div.container-slider.item2 .page-top h3.modtitle span {
      background: url("../image/theme/icons/mobile_icon.png") no-repeat;
      background-position: 35px center;
      background-color: #7eba29; }
    div.container-slider.item2 .page-top h3.modtitle:before {
      border-bottom: 20px solid #00635a; }
  div.container-slider.item3 .page-top h3.modtitle {
    border-color: #4bae4f; }
    div.container-slider.item3 .page-top h3.modtitle span {
      background: url("../image/theme/icons/computer_icon.png") no-repeat;
      background-position: 35px center;
      background-color: #4bae4f; }
    div.container-slider.item3 .page-top h3.modtitle:before {
      border-bottom: 20px solid #3c8a3f; }
  div.container-slider .page-top h3.modtitle span {
    padding-left: 60px; }
    div.container-slider .page-top h3.modtitle span:before {
      display: none; }
  div.container-slider .page-top h3.modtitle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    border-left: 20px solid transparent;
    background: #fff;
    left: 0; }
  div.container-slider .item-cat-image a {
    position: relative;
    display: block; }
    div.container-slider .item-cat-image a:before {
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      width: 0;
      top: 0;
      content: "";
      transition: all 0.3s ease-in-out 0s;
      left: 50%; }
    div.container-slider .item-cat-image a:hover:before {
      width: 100%;
      top: 0;
      height: 100%;
      left: 0; }
  div.container-slider .categoryslider-content {
    overflow: visible;
    border: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 0; }
  div.container-slider .item-cat-image {
    margin-top: -1px; }
  div.container-slider .show.preset01-4 .slider {
    float: right;
    border-left: 1px solid #ddd;
    margin-right: -1px; }
    div.container-slider .show.preset01-4 .slider .item {
      margin: 0;
      background-size: auto; }
  div.container-slider .show.preset01-4 .item-sub-cat {
    min-height: 290px; }
    div.container-slider .show.preset01-4 .item-sub-cat ul {
      margin: 0;
      padding: 8px 10px; }
    div.container-slider .show.preset01-4 .item-sub-cat ul li {
      display: block;
      margin-bottom: 7px; }
      div.container-slider .show.preset01-4 .item-sub-cat ul li a {
        line-height: 22px;
        display: inline-block;
        padding: 0;
        padding-left: 20px; }
        div.container-slider .show.preset01-4 .item-sub-cat ul li a:before {
          content: "\f0da";
          font-family: fontawesome;
          background: transparent;
          position: static;
          margin-right: 3px; }
        div.container-slider .show.preset01-4 .item-sub-cat ul li a:hover {
          color: #7eba29;
          font-weight: normal; }
    div.container-slider .show.preset01-4 .item-sub-cat:hover:before {
      opacity: 0.8; }
  div.container-slider .products-list.grid .product-layout {
    overflow: visible;
    position: static; }
  div.container-slider .products-list.grid .product-layout .product-item-container {
    margin: 0;
    border: 1px solid  transparent;
    padding-bottom: 0; }
    div.container-slider .products-list.grid .product-layout .product-item-container .product-image-container {
      overflow: visible; }
    div.container-slider .products-list.grid .product-layout .product-item-container .right-block {
      margin-top: 10px; }
    div.container-slider .products-list.grid .product-layout .product-item-container .caption h4 a {
      font-size: 16px;
      font-weight: normal; }
    div.container-slider .products-list.grid .product-layout .product-item-container .rating {
      margin-bottom: 10px; }
  div.container-slider .show .slider:before {
    display: none; }
  div.container-slider .owl2-controls {
    margin: 0;
    position: absolute;
    top: -64px;
    right: 0; }
  div.container-slider .owl2-controls .owl2-nav {
    margin: 0 -3px; }
    div.container-slider .owl2-controls .owl2-nav div {
      display: inline-block;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      font-family: FontAwesome;
      font-size: 0;
      color: #c0c0c0;
      position: static;
      z-index: 501;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s;
      cursor: pointer;
      background-color: #fff;
      border: 1px solid #ddd;
      opacity: 1;
      margin: 0 3px;
      line-height: 24px;
      font-weight: normal;
      text-align: center; }
      div.container-slider .owl2-controls .owl2-nav div.owl2-prev {
        right: 30px; }
        div.container-slider .owl2-controls .owl2-nav div.owl2-prev:before {
          content: "\f104";
          line-height: 22px;
          font-size: 17px; }
      div.container-slider .owl2-controls .owl2-nav div.owl2-next {
        right: 0; }
        div.container-slider .owl2-controls .owl2-nav div.owl2-next:before {
          content: "\f105";
          line-height: 22px;
          font-size: 17px; }
      div.container-slider .owl2-controls .owl2-nav div:hover {
        background-color: #7eba29;
        border-color: #7eba29;
        color: #fff; }

/*[13]    BLOCK BRAND*/
.block-brand {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  display: inline-block; }
  .block-brand .item img:hover {
    opacity: 0.8; }
  .block-brand .owl2-carousel .owl2-item img {
    width: auto; }
  .block-brand .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 501;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease 0s; }
    .block-brand .owl2-nav div.owl2-prev {
      left: -33px; }
      .block-brand .owl2-nav div.owl2-prev:before {
        content: "\f104";
        line-height: 35px;
        padding: 10px;
        font-size: 28px; }
    .block-brand .owl2-nav div.owl2-next {
      right: -33px; }
      .block-brand .owl2-nav div.owl2-next:before {
        content: "\f105";
        line-height: 35px;
        padding: 10px;
        font-size: 28px; }
    .block-brand .owl2-nav div:hover {
      background-color: #7eba29;
      border-color: #7eba29;
      color: #fff; }

/*# sourceMappingURL=home7.css.map */

.yon {
	display: block;
	float: left;
	width: 33.33333333%;
	height: 50px;
	background-image: linear-gradient(#eaeaea, #b0b0b0);
	margin-bottom: 20px;
}
.yon-active {
    border-bottom:2px solid #7eba29;
	background-image: linear-gradient(#7db929, #517024);
}
.yon-text{
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}

.cart-product {
	position: relative;
	float: left;
	background-color:;
	width: 74%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	margin-right: 1%;
	min-height:590px;
}

.cart-detail {
	position: relative;
	float: left;
	background-color: #fafafa;
	width: 25%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	margin-top: 20px;
}


.text-1 {
	font-size: 16px;
	color: #7EBA29;
	font-weight: bold;
}
.text-under{
	text-decoration: line-through;
	font-size: 14px;
	color: #999999;
}
.promo{
	font-weight: bold;
	font-size: 12px;
	color: #ffc400;
}
.sales{
	font-weight: bold;
	color: #7EBA29;
}
.sales-nrm{
	font-weight: normal;
	color: #7EBA29;
}
.no-installment {
	font-size: 10px;
	color: #d9534f;
	font-weight: bold;
}

.green1 {
	color:#7eba29;
	font-weight: normal;
}
.orange1{
	color:#ffc400;
	font-weight: normal;
}
.orange2{
	color:#ffc400;
	font-weight: 500;
}


.btn-green {
	color: #fff;
    background-image: linear-gradient(#7eba29, #506f24);
    border-color: #7eba29;
	border-radius: 10px;
	width: 100%;
	line-height: 30px;
}
.btn-green1 {
	color: #fff;
    background-image: linear-gradient(#7eba29, #506f24);
    border-color: #7eba29;
	border-radius: 10px;
	width: 20%;
	margin-left: 80%;
	
}
.btn-green2 {
	color: #fff;
    background-image: linear-gradient(#7eba29, #506f24);
    border-color: #7eba29;
	border-radius: 10px;
    width:40%;
    margin-left:60%;
	
}
.btn-green3 {
	color: #fff;
    background-color:rgb(30, 100, 255) !important;
    border-color: #7eba29;
	border-radius: 10px;
    width:50%;
    line-height: 38px;
    font-weight:500;
}
.btn-blue {
	color: #fff;
    background-image: linear-gradient(#337ab7, #25409c);
    border-color: #337ab7;
	border-radius: 10px;
	width: 100%;
}
.btn-blue:hover {
    background-image: linear-gradient(#67b9ff, #25409c);
}
.btn-orange {
	color: #fff;
    background-image: linear-gradient(#ffc400, #b38900);
    border-color: #ffc400;
	border-radius: 10px;
	width: 100%;
	margin-top: 10px;
}
.btn-orange:hover {
	color: #fff;
    background-image: linear-gradient(#ffff00, #b38900);
    border-color: #ffc400;
	border-radius: 10px;
	width: 100%;
	margin-top: 10px;
}
.btn-green:hover, .btn-green1:hover {
	color: #fff;
    background-image: linear-gradient(#b9ff55, #567c20);
    border-color: #7eba29;
}

.myProducts-gallery img{
    margin: 10px 0;
    cursor: pointer;
    display: block;
    opacity: .5;
			float: left;
	width: 25%;
	border: 1px solid #ddd
}
   
.myProducts-gallery img:hover {
    opacity: 1;
}
   
.myProducts-gallery {
    float: left;
}
   
.myProducts {
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    position: relative;
}
.image-container img {
    transition: transform 1s;

}
   
.image-container img:hover{
    transform: scale(1.0);
}
   
.image-container {
   width: 100%;
	border: 1px solid #ddd
}
.adres-text1 {
	display: block;
	width: 100%;
	color: #7eba29;
}
.adres-text5 {
	font-weight: normal;
}
.adres-text5 {
	font-weight: normal;
}
.adres-text5:hover {
	color: #ffc400;
}
.adres-text2 {
	font-weight: normal;
}
.adres-text3 {
	font-weight: normal;
}
.adres-text6 {
	font-weight: normal;
	font-size: 12px;
}
.adres-text4 {
	font-weight: normal;
}
.adres-text4:hover {
	color: red;
}

.teslimat-img {
	width: 70%;
	margin-left: 0;
	margin-bottom: 10px;
}


.text-align {
	text-align: center;
}

.img-sale {
	position: absolute;
	top: 10px;
	left: 25px;
	background-color:#e67e22; 
	font-size: 16px;
	padding: 8px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.ds-block1 {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.height25 {
	height: 25px;
	margin-left: 6px;
}


.product-text-detail {
		color: #7eba29;
}

.progress-skor{
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  float:left;
  text-align: center;
  height: 150px;
	width: 23%;
	background-color: #D0CCCC;
}
.barOverflow-skor{ 
  position: relative;
  overflow: hidden;
  width: 100%; height: 45px; 
  margin-bottom: -14px; 
}
.bar-skor{
  position: absolute;
  top: 0; left: 0;
  width: 90px; height: 90px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid #eee;     
  border-bottom-color: #0bf;  
  border-right-color: #0bf;
}

.product-info{width: 100%;background-color:#fdfdfd;display: block;float: left;margin-bottom: 20px;border: 3px solid #ebebeb;font-size: 14px;}
.product-title {
	float: left;
	display: block;
	width: 100%;
	padding: 10px 10px;
	background-color: #EBEBEB;
	font-weight: bold;
	border-bottom: 2px solid #7eba29;
	font-size: 16px;
	margin-top:0px;
	}
.product-title i { margin-right: 10px;}

.urun-ozellikleri {
	width: 100%;
	float: left;
}
.urun-ozellikleri-detay-50{
	float: left;
	border: 1px solid #ebebeb;
	padding: 5px 12px;
	width: 50%;
}
.u-o-d-50-t{
	float: left;
	border: 1px solid #ebebeb;
	width: 100%;
	padding-left: 12px;
	padding-right:12px;
	font-size: 12px;
}
.end-info{
	padding-left: 12px;
	padding-right:12px;
	font-size: 12px;
	margin-top: 2px;
	float: left;
	line-height: 22px;
	width:100%;
}
.u-o-d-50-t:hover{
	background-color: #F9F290;
}
.urun-ozellikleri-detay-baslik{
	margin-right: 10px;
	font-weight: bold;
	color: rgba(62,88,26,1.00)
}
.u-o-d-b-t{
	font-weight: bold;
	color: rgba(62,88,26,1.00);
	float: left;
	width: 50%;
}
.u-o-d-b1-t{
	font-weight: bold;
	color: rgba(62,88,26,1.00);
	float: left;
	width: 50%;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	line-height: 26px;
}
.u-o-d-b2-t{
	font-weight: bold;
	color: rgba(62,88,26,1.00);
	float: left;
	width: 100%;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	line-height: 26px;
}

.u-o-d-i-t{
	float: left;
	width: 25%;
	text-align: center;
}
.u-o-d-i-t-baslik1{
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	line-height: 26px;
}
.urun-ozellikleri-detay-33 {
	float: left;
	border-right: 1px solid #ebebeb;
	padding: 5px 12px;
	width: 33.333333%;
}

.urun-ozellikleri-detay-baslik-33 {
	width: 100%;
	display: block;
		margin-right: 10px;
	font-weight: bold;
	color: rgba(62,88,26,1.00);
		border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}

.urun-ozellikleri-detay-text {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}
.urun-yorum-detay-text {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #669720;
}

.yonler-img {
	height: 24px;
	margin-right: 7px;
}
.yorum-cevap-img {
	height: 35px;
}

.urun-ozellikleri-detay-50p {
	float: left;
	border-right: 1px solid #ebebeb;
	padding: 5px 12px;
	width: 50%;
}
.urun-yorum {
	float: left;
	border-right: 1px solid #ebebeb;
	padding: 5px 12px;
	width: 65%;
}

.urun-yorumlarim {
	float: left;
	padding: 5px 12px;
	width: 100%;
	min-height:100px;
}
.urun-yorum-cevap {
	float: right;
	border-left: 4px solid #7eba29;
	padding: 20px 20px;
	width: 95%;
	border-top-left-radius: 50px;
}
.urun-yorum-detay {
	float: left;
	border-right: 1px solid #ebebeb;
	padding: 5px 12px;
	width: 35%;
	text-align: end;
}


.tab {
	padding-left: 10px;
	font-weight: normal;
}

.end-info-title {
	font-size: 20px;
	padding-bottom: 0px;
	float: left;
	display: block;
	width: 100%;
	padding:0px 14px;
}



.color-star {
	color: #eca330;
}

.star-li {
	border: 1px solid #ebebeb;
	float: right;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	}
.yorum-star-li {
	border: 1px solid #ebebeb;
	float: left;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.star-li-title {
	margin-right: 5px;
}
 .star-ul {
    margin-bottom: 10px;
	 float: right;
}
 .yorum-star-ul {
    margin-bottom: 10px;
	 float: left;
	 display: block;
	 width: 100%;
}

/** mobile start **/
@media  (max-width:1000px) { 
	.cart-detail {width: 100%;margin-right: 0%;}
	.cart-product {width: 100%;margin-right: 0%;min-height:0px;}
	.four{width: 96%;max-width: 100%;}	
	.four-adress { width: 98%;max-width: 98%;}
	.yon-text{font-size: 1em;}
	.mobile-none{display: none;}
	.img-sale {font-size: 12px}
	.urun-ozellikleri-detay-50{width: 100%;}
	.urun-ozellikleri-detay-50p{width: 100%;margin-bottom: 10px;}
	.urun-ozellikleri-detay-33{width: 100%;margin-bottom: 10px;border: 0px}
	.urun-yorum{width: 100%}
	.urun-yorum-detay{width: 100%;text-align: left;}
	.star-ul{float: left;width: 100%;}
	.star-li{float: left;margin-right: 10px;}
	.urun-yorum-cevap {float: left; width: 100%;background-color: #f6f6f6;}
	.yorum-cevap-img{height: 40px;}
		
}
@media  (max-width:1000px) { 
	#mobile-none{display: block;}
}
/** mobile end **/
.colon1 {
	width: 100%;
	float: left;
	padding: 6px;
	background-color:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	margin-bottom: 6px;
	border-radius:6px;
}
.bunlari-icermez-ul{
	width: 100%;
	float:left;
}
.bunlari-icermez-ul-mobil{
	width: 100%;
	float:left;
}
.detay-memnuniyet-ul{
	width: 100%;
	float:left;
}
.detay-memnuniyet-li{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 4px;
	float:left;
	border: 1px solid #dedede;
	border-radius: 6px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.detay-memnuniyet-li:hover{
	transform: scale(1.02);
	color: #7eba29;
}
.bunlari-icermez-li{
	width: 31.333333%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 4px;
	float:left;
	border: 1px solid #dedede;
	border-radius: 10px;
	min-height: 64px;
	margin-bottom: 10px;
}
.bunlari-icermez-li-mobil{
	width: 31.33333%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 4px;
	float:left;
	border: 1px solid #dedede;
	border-radius: 10px;
	min-height: 82px;
	margin-bottom: 10px;
}
.icermez-img{
	width: 50%;
	margin-left: 25%;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.icermez-img-mobil{
	width: 50%;
	margin-left: 25%;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.detay-memnuniyet-img{
	width: 22%;
	display: block;
	float: left;
}
.bunlari-icermez-text{
text-align: center;
	display: block;
	width: 100%;
	font-size: 8px;
	line-height: 10px;
	float: left;
}
.bunlari-icermez-text-mobil{
text-align: center;
	display: block;
	width: 100%;
	font-size: 8px;
	line-height: 10px;
	float: left;
}
.detay-memnuniyet-text{
	display: block;
	width: 78%;
	font-size: 11px;
	float: left;
	text-align: left;
	line-height: 43px;
	vertical-align: middle;
	padding-left: 7px;
}

.yorum-tarih {
	float: right;
	color: #ababab;
}

.yorum-title {
	display: block;
	width: 100%;
	background-color: #7eba29;
	float: left;
	padding: 10px 10px;
	color: #ffffff;
}

.link-line {
	color: #669720;
	text-decoration: underline;
}

.icermez-title {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #dedede;
	font-weight: 500;
	font-size: 14px;
    line-height: 30px;
}
.red{color:#e34f4f;}
.green{color:#7eba29;}
.blue{color:#2989ba;}


.skor-ul {
	float: left;
	width: 100%;
}

.skor-li {
	float: left;
	transform: scale(1);
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.skor-p {
	display: block;
	width: 85%;
	text-align: center;
	padding: 5px;
	margin-bottom: 0px;
	font-weight: 500;
}
.skor-sc{
	background-color: #fbfbfb;
	width: 100%;
	float: left;
	gap: var(--bar-size);
  justify-content: start;
  padding: var(--bar-size);
	border-left: 4px solid #ebebeb;
	border-bottom: 4px solid #ebebeb;
	
	transform: scale(0.9);
		border-radius: 20px;
}
:root {
  --ratingx-size: 10rem;
  --bar-size: 6px;
  --background-color: #e7f2fa;
  --ratingx-color-default: #2980b9;
  --ratingx-color-background: #c7e1f3;
  --ratingx-color-good: #27ae60;
  --ratingx-color-meh: #f1c40f;
  --ratingx-color-bad: #e74c3c;
	animation: progress 10s ease-out forwards;
}
.ratingx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  background: var(--ratingx-color-default);
  color: var(--ratingx-color-default);

  /* Basic style for the text */
  font-size: calc(var(--ratingx-size) / 5);
  line-height: 1;
	 
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media  (max-width:980px) { 
	.ratingx {width: 60px;height: 60px;margin-left: 0px;}
}
/* Ratingx circle content */
.ratingx span {
  position: relative;
  display: flex;
  font-weight: bold;
  z-index: 2;
}

.ratingx span small {
  font-size: 0.5em;
  font-weight: 900;
  align-self: center;
}

/* Bar mask, creates an inner circle with the same color as thee background */
.ratingx::after {
  content: "";
  position: absolute;
  top: var(--bar-size);
  right: var(--bar-size);
  bottom: var(--bar-size);
  left: var(--bar-size);
  background: var(--background-color);
  border-radius: inherit;
  z-index: 1;
	
}

/* Bar background */
.ratingx::before {
  content: "";
  position: absolute;
  top: var(--bar-size);
  right: var(--bar-size);
  bottom: var(--bar-size);
  left: var(--bar-size);
  border-radius: inherit;
  box-shadow: 0 0 0 8px var(--ratingx-color-background);
  z-index: -1;
	
}

/* Classes to give different colors to ratingxs, based on their score */
.ratingx.good {
  background: var(--ratingx-color-good);
  color: var(--ratingx-color-good);
}

.ratingx.meh {
  background: var(--ratingx-color-meh);
  color: var(--ratingx-color-meh);
}

.ratingx.bad {
  background: var(--ratingx-color-bad);
  color: var(--ratingx-color-bad);
}
.skor-title {
    font-size:14px;
	display: block;
	width: 100%;
	background-color: #4a6c89;
	margin: 0;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 10px;
	color: #ffffff;
	border-left: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}

.category-title-50 {
	float: left;
	width: 50%;
	padding: 20px;
}

.category-title-h1 {
	margin: 0;
	padding: 10px 0px;
	color:#666;
}

.category-d {
	background-color: #f2f2f2;
	background-position: right;
	background-repeat: no-repeat;
	border-radius: 0;
}

.category-p {
	display: block;
	width: 100%;
	text-align: justify;
	color:#858585;
}

.category-alt-title {
	display: block;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	font-size: 14px;
	border: 1px solid #bcbcbc;
	padding: 5px 10px;
	color: #666666;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: rgb(250 250 250);
}

.align-center1 {
	text-align: center;
}

.productlist-name {
	text-align: center;
	font-size: 14px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}



.old-size-price {
	text-decoration: line-through;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 100%;
}

.size-price {
	display: block;
	width: 100%;
	color:#7eba29; 
	font-size: 22px;
}

.min-height {
	min-height: 370px;
}
.margin9{margin-top: 9px}


div#cart .dropdown-backdrop {
    display: none !important;
}
 .type_7 .block-cart1 {
    float: right;
    background-image:linear-gradient(#29baba, #134640);
    border-radius: 3px;
    margin-left: 20px; }
.type_7 .block-cart1:hover {
    background-image:linear-gradient(#29baba, #134640);
}
  .type_7 .shopping_cart {
    position: relative; }
    
.font-size1{font-size:14px;}
.puan-miktar{font-size:12px;display:block;width:100%;text-align: center;}
.width45{width:45px;}
.width-min1{min-width:120px;}
.width-min2{min-width:60px;}
.margintop14{margin-top:14px;}
.msj b{display:block;border:0px solid #d80000;background-color:#f2dede;margin-top:10px;text-align:center;color:#b94a48;}
.msj p{display:block;border:0px solid #d80000;background-color:#a0de49;margin-top:10px;text-align:center;color:#4c7b08;font-weight:bold;}
.scale-tran{transform:scale(1.5);margin-left:15px;margin-right:6px;}
.margin-right{margin-right:15px;}
.margin-left{margin-left:6px;}
.width50{width:50%;margin-left:25%;margin-top:25px;}
.font-normal{font-weight:normal;}
.lg-rgs-menu{display:block;background-color:#f5f5f5;float:left;line-height:70px;font-size:16px;width:50%;text-align:center;margin-bottom:20px;border:1px solid #ebebeb;font-weight:bold;}
.lg-rgs-menu-active{background-color:#ffffff;color:#7eba29;border-bottom:0px;}
.float-left{float:left;}
.float-right{float:right;}
.info1{display:block;width:100%;border:1px solid #dedede;border-radius:4px;background-color:#ebebeb;padding:6px 20px;text-align:left;font-size:11.5px;}
.size1{font-size:20px;}
.icons1{width:20%;}
.color1{color:#ffffff;}
.table1{border-bottom:1px solid #ebebeb;margin-bottom:0px;}
.brd-bottom{border-bottom:1px solid #ebebeb;}
.font1{font-size:14px;display:block;}
.font2{font-size:12px;display:block;font-weight:normal;}
.font3{font-size:14px;display:block;font-weight:normal;}
.font4{font-size:18px;font-weight:bold;}
.check1{position: absolute;top: -8px;right: -8px;width: 50px;z-index: 2;}
.zindex1{z-index: 3;}
.check-1{position: absolute;width: 100%;top: 0;left: 0;height: 70%;border-radius: 8px;border: 2px solid #41c017;border-bottom:0px;z-index: 1;}
.knm-01{width:25%;}
.knm-02{width:100%;float: left;height:40px;}
.knm-03{width:100%;}
.border-radius4p{border-radius:4px;}
/** POPUP1 **/
.modal {
    display: none; /* Varsayılan olarak gizlidir */
    position: fixed; /* Yerinde kal */
    z-index: 99999999; /* Üstte */
    left: 0;
    top: 0;
    width: 100%; /* Ful Genişlik */
    height: 100%; /* Ful Yükseklik */
    overflow: auto; /* Gerekirse kaydırmayı etkinleştir */
    background-color: rgb(0,0,0); /* Yedek renk */
    background-color: rgba(0,0,0,0.6); /* Siyah w / opaklık */
}
.modal-content {
    background-color: #fefefe;
    margin: 30px auto;
    padding: 40px 30px;
    border: 1px solid #888;
    width: 60%;
    max-width: 1000px;
}
.close1 {color: #aaa;float: right;font-size: 35px;font-weight: bold;display:block;height:50px;}
.close1:hover,
.close1:focus {color: black;text-decoration: none;cursor: pointer;}
.card-info-d1{display:block;width:100%;padding:10px;padding-right:40%;margin-bottom:6px;}
.card-info-title{font-size:14px;line-height:26px;display:block;width:100%;font-weight:normal;color:#888888;}
.select-stl{height:34px;width:60px;width:25%;}
.card-info-checkbox{font-size:12px;line-height:26px;display:block;width:100%;font-weight:normal;color:#999999;}
    .kul-title{width:100%;display:block;background-color:#2C2C2C;color:#ffffff;padding:20px 20px;border-radius:6px;font-weight:bold;font-size:14px;background-image: url("../../x/image/demo/icons/bg1.png");background-repeat: no-repeat;background-position: right bottom;}
    .colm-00{float:left;display:block;width:100%;border:1px solid #ebebeb;border-radius:6px;}
    .colm-01{float:left;display:block;width:99%;margin-left:0.5%;margin-right:0.5%;position:relative;margin-bottom:15px;border:1px solid #ebebeb;border-radius:6px;padding:7px 2px;}
    .colm-01-left{float:left;display:block;width:20%;margin-left:0%;}
    .colm-01-right{float:left;display:block;width:80%;margin-left:0%;padding:10px;}
    .x-clm{position:absolute;right:0;top:0;float:left;transform:scale(1);}
    .img-b1{width:150px;}
    .fav-title1{font-size:18px;font-weight:bold;line-height:32px;display:block;width:100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
    .tt1{font-size:16px;font-weight:bold;line-height:18px;display:block;float:left;}
    .tt2{font-size:16px;font-weight:bold;line-height:18px;display:block;float:left;margin-left:20px;}
    .tt3{font-size:22px;font-weight:bold;line-height:36px;display:block;width:100%;float:left;}
    .tt4{position:absolute;right:0;bottom:0;font-size:14px;line-height:18px;display:block;float:left;padding: 10px 20px;background-color:#7EBA29;color:#ffffff;border-top-left-radius:12px;}
    .tt4:hover{background-color:#e67e22;color:#ffffff;}
    .favori-number{position: absolute;width: 39px;line-height: 26px;background-color: #ebebeb;border-radius: 50%;left: -10px;top: -10px;text-align: center;border: 7px solid #fff;    font-size: 12px;font-weight: 600;color: #fff;}
    .overflow-0y{max-height:1000px;overflow-y:scroll;}
    .footer-logo-img{height:46px;float:left;}
    .telno1{font-size:18px;font-weight:bold;}
    .call-icon{height:47px;}
    .call-icon-alt{font-size:12px;font-weight:italic;}
    .background1{height:70px;background-color:#2C2C2C;background-image: url("../../x/image/demo/icons/bg1.png");background-repeat: no-repeat;background-position: right bottom;}
    .background2{border-radius:6px;background-color:#2C2C2C;background-image: url("../../x/image/demo/icons/bg1.png");background-repeat: no-repeat;background-position: right center;}
    .foo-ban1{background-color:#eee;}
    .yuk-ortala{vertical-align: inherit;}
    .footer-bannerx{width:100%;height:69px;float:left;}
	.footer-bannerx-ul{height:100%;}
    .footer-bannerx-li{float:left;width:24.5%;display:block;padding:10px;margin-left:0.5%;height:100%;text-align:center;color:#222;border-right:1px solid #cccccc;}
    .footer-bannerx-li:hover{transform:scale(1.1);border:0;color:#7eba29;}
	.footer-bannerx-icon{height:50px;}
    .footer-bannerx-text{font-size:14px;font-weight:500;line-height:100%;margin-left:6px;}
    .bank-icon{width:100%;float:left;display:block;margin-top:20px;border-top:1px solid #cccccc;padding-top:10px;transform:scale(0.8);}
    
    .end-info-footer{width:100%;float:left;margin-top:20px;border-top:1px solid #cccccc;padding-top:10px;}
    .end-info-footer-25{width:15%;float:left;max-height:200px;text-align: center;}
    .end-info-footer-50{width:70%;float:left;text-align: justify;}
    .end-info-footer-img{width:70%;vertical-align:center;}                            
                            
                            
/** Profile  **/                        
    .clm-left1{float:left;width:20%;display:block;background-color:#fafafa;border-radius:6px;}
	.clm-left1-up{float:left;width:100%;display:block;border-bottom:1px solid #ebebeb;padding:10px;}
	.clm-left1-name{float:left;display:block;width:100%;text-align:left;font-size:12px;font-weight:500;color:#ebebeb;padding:10px;}
	.clm-left1-puan{float:left;display:block;width:100%;text-align:center;font-size:14px;font-weight:300;}
	.clm-left1-puan p{float:left;display:block;width:100%;text-align:center;font-size:14px;font-weight:300;}
    .rozet-img{width:30%;float:left;text-align:center;margin-left:35%;margin-bottom:10px;border-radius:50%;}
	.puan-bold{color:#7eba29;text-decoration:underline;}
	.puan-boldx{color:#7eba29;text-shadow: #000000 2px 0 30px;font-size:14px;}
	.a-title{float:left;display:block;width:100%;text-align:left;font-size:12px;color:#cecece;padding:10px;}
	.clm-left1-down-a{float:left;display:block;width:100%;text-align:left;font-size:14px;font-weight:bold;color:#2c2c2c;padding:10px;border-top:1px solid #ebebeb; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
	.clm-left1-down-a i{width:20px;}
	.clm-left1-down-a:hover{padding-left:14px;}
	.clm-right1{float:left;width:79%;margin-left:1%;display:block;border-radius:6px;padding:20px 30px;border:1px solid #ebebeb;
	    background-color:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}
	.clm-right1-title{font-size:20px;font-weight:bold;color:#7eba29;border-bottom:1px solid #ebebeb;padding-bottom:10px;}
	.clm-right1-titlet{font-size:16px;font-weight:500;color:#7eba29;border-bottom:1px solid #ebebeb;padding-bottom:10px;line-height:20px;}
	.clm-right1-p{font-size:12px;color:#666;}  
	.clm-right1-p-title{font-size:14px;font-weight:bold;color:#3d5d0f;border-bottom:2px solid #7eba29;padding:10px 0px;text-align:center;background-color:#dedede;margin-top:10px;}
                            
    .siparis-clm{width:100%;float:left;padding:20px;border:1px solid #ebebeb;border-radius:6px;background-color:#fafafa;margin-bottom:20px;}
    .siparis-clm-ul{width:100%;float:left;border-bottom:1px solid #ebebeb;margin-bottom:10px;}
    .siparis-clm-li{width:100%;float:left;line-height:20px;font-size:12px;}
    .siparis-clm-li-p{width:15%;float:left;color:#666;}
    .siparis-clm-li-b{width:85%;float:left;color:#666;font-weight:normal;font-size:10px;}
    
    .siparis-clm-li-short{width:33.3333333%;float:left;line-height:20px;font-size:12px;}
    .siparis-clm-li-short-p{width:25%;float:left;color:#666;}
    .siparis-clm-li-short-b{width:75%;float:left;color:#7eba29;}
    
    .siparis-clm-li-sho{width:50%;float:left;line-height:20px;font-size:12px;}
    .siparis-clm-li-sho-p{width:25%;float:left;color:#666;}
    .siparis-clm-li-sho-b{width:75%;float:left;color:#7eba29;}
         
    .siparis-clm-down{width:100%;float:left;}
    .siparis-clm-down-left{width:75%;float:left;}
    .siparis-clm-down-ul{width:100%;float:left;}
    .siparis-clm-down-li{width:100%;float:left;border-bottom:1px solid #ebebeb;margin-bottom:10px;padding-bottom:10px;}
    .siparis-clm-down-li-img{width:10%;float:left;}
    .siparis-clm-down-p{float:left;width:80%;line-height:60px;font-size:14px;margin-left:3%;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;}
                    
    .siparis-clm-down-right{width:25%;float:left;padding:0px 0px 0px 20px;}
    .urun-durumu{width:100%;float:left;padding:10px;text-align:center;font-weight:500;}
    .siparis-detay-btn{width:100%;float:left;padding:10px;background-color:#e67e22;text-align:center;border-radius:6px;color:#fff;font-weight:500;margin-bottom:10px;}
    .siparis-detay-btn:hover{color:#fff;background-color:#ff9436;}
    .fatura-btn{width:100%;float:left;padding:10px;background-color:#a1a1a1;text-align:center;border-radius:6px;color:#fff;font-weight:500;margin-bottom:10px;}
    .fatura-btn:hover{color:#fff;background-color:#c5c5c5;}
    .satis-sozlesme{width:100%;float:left;padding:10px;text-align:center;font-weight:500;}
    .table02{width:auto;border:2px solid #ebebeb;padding:10px;font-size:14px;}
    .table02 tr{border-bottom:1px solid #ebebeb;}
    .table02 td{padding:10px;}
    .table02-01{width:auto;}
    .table02-02{width:auto;}
    .clm-50-01{width:50%;padding:0px 10px;float:left;}

.rozet-clm{width:100%;float:left;padding:10px 0;}
.rozet-clm1{opacity: 0.6;width:15.6666%;float:left;padding:10px;margin-left:0.5%;margin-right:0.5%;border-radius:8px;border:1px solid #ebebeb;background-color:#fbfbfb;}
.rozet-clm1-img{width:100%;float:left;}
.rozet-name1{width:100%;display:block;float:left;padding:10px 5px;text-align:center;font-size:14px;font-weight:500;display: flex;justify-content: center;align-items: center;height: 70px;border-bottom:1px solid #ebebeb;}
.rozet-puan{width:100%;display:block;float:left;padding:10px 5px;text-align:center;font-size:12px;font-weight:500;}
.rozet-sale1{width:100%;display:block;float:left;padding:10px 5px;text-align:center;font-size:12px;font-weight:300;}
.rozetactive{transform: scale(1.1);box-shadow: rgb(0 0 0 / 65%) 0px 3px 8px;opacity: 1;border: 1px solid #7eba29;}

.rozet-clm03{width:100%;float:left;margin-top: 40px;border:1px solid #ebebeb;margin-bottom: 40px;border-radius:6px;}
.rozet-clm03-left{width:70%;float:left;padding:10px;}
.rozet-clm03-right{width:30%;float:left;padding:10px;}
.rozet-clm03-tab{width:100%;font-size:12px;}
.rozet-clm03-tr{line-height:30px;}
.rozet-clm03-td{padding:4px 8px;}
.nott{background-color:#7eba29;padding: 5px;border-radius:6px;color:#fff;}
.nottt{background-color:#2987ba;padding: 5px;border-radius:6px;color:#fff;}
.rozet-clm03-right-but1{display:block;padding:10px 6px;text-align:center;font-size:16px;background-color:#e67e22;color:#fff;border-radius:6px;font-weight:500;}
.rozet-clm03-right-but1:hover{transform:scale(0.97);color:#fff;}
.rozet-clm03-right-but2{display:block;padding:10px 6px;text-align:center;font-size:16px;border-radius:6px;font-weight:500;border:2px solid #ebebeb;margin-top:20px;}
.rozet-clm03-right-but2:hover{transform:scale(0.97);color:#666;}
.clm-right1-pnot{width:100%;display:block;background-color:#eeeeee;padding: 8px;border-radius:6px;color:#666;float:left;text-align:center;}
.bklyn-puan{width:100%;float:left;}
.bklyn-puan-tab{width:100%;text-align:center;font-size:12px;}
.bklyn-puan-tr{border:1px solid #ebebeb;}
.bklyn-puan-td{padding:20px 6px;}
.bklyn-puan-td-title{padding:6px 6px;background-color:#7eba29;color:#fff;font-weight:bold;font-size:14px;}
.bklyn-puan-td-alttitle{padding:12px 6px;font-weight:bold;}
.notttt{background-color:#e67e22;padding: 4px 10px;border-radius:6px;color:#fff;margin-left:10px;font-weight:normal;}
 
    .hp-puan-clm01{width:100%;background-color:#080b10;border-radius:6px 6px 0 0;text-align:center;padding:70px 10px;
				         background-image: url("../image/demo/banner/hp-puan-banner.jpg");
				        background-repeat: no-repeat;background-position: center;}
.hp-puan-clm01-logo{width:30%;margin-left:35%;background-color:#2c2c2c;}
.hp-puan-clm01 h1{display:block;width:100%;font-size:42px;color:#fff;}
.hp-puan-clm01-span{font-size:22px;display:block;line-height:40px;font-weight:500;color:#7eba29;}
.hp-puan-clm01-p{font-size:16px;display:block;line-height:26px;color:#fff;}
.hp-puan-clm01-button{display:block;font-size:18px;color:#fff;width:30%;font-weight:500;margin-top:30px;margin-left:auto;margin-right:auto;line-height:50px;background-image: linear-gradient(#7eba29, #506f24);border-radius:8px;}
.hp-puan-clm01-button:hover{color:#fff;background-image: linear-gradient(-45deg,rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%); } 
.hp-puan-clm01-p1{font-size:14px;display:block;line-height:30px;color:#ddd;}
.hp-puan-clm02{width:100%;background-color:#080b10;text-align:center;padding:40px 10px;float:left;}
.hp-puan-clm02 h2{display:block;width:100%;font-size:32px;color:#fff;line-height:40px;margin:0;margin-bottom:40px;}
.hp-puan-clm02-step{background-color:#181818;width:31.3333%;padding:20px;border-radius:8px;margin-left:1%;margin-right:1%;float:left;box-shadow: #7eba29 0px 2px 4px 0px, #7eba29 0px 2px 16px 0px;}
.hp-puan-clm02-step:hover{transform: scale(0.98);}
.hp-puan-clm02-step-img{width:70%;}
.hp-puan-clm02-step h3{display:block;width:100%;font-size:20px;color:#fff;line-height:26px;margin:0;margin-bottom:20px;}
.hp-puan-clm02-step-p{width:100%;font-size:14px;color:#ccc;}



.hp-puan-clm02-step1{width:15.66666%;background-color:#181818;padding:20px;border-radius:8px;margin-left:0.5%;margin-right:0.5%;float:left;box-shadow: #7eba29 0px 1px 2px 0px, #7eba29 0px 1px 8px 0px;}
.hp-puan-clm02-step1-img{width:100%;margin-bottom:10px;}
.hp-puan-clm02-step1 h6{width:100%;height: 70px;font-size:20px;color:#fff;line-height:26px;margin:0;margin-bottom:10px;padding-bottom:20px;display: flex;justify-content: center;align-items: center;}
.hp-puan-clm02-step1-span{width:100%;font-size:16px;color:#fff;font-weight:bold;display:block;border-top:1px solid #dedede;padding-top:10px;}
.hp-puan-clm02-step1-span1{width:100%;font-size:14px;color:#ccc;display:block;}
.hp-puan-clm02-title{width:100%;font-size:16px;color:#ccc;display:block;padding:20px;}
.hp-puan-clm03{width:100%;background-color:#080b10;padding:10px 10px;float:left;}
.hp-puan-clm03 p {color:#ebebeb;}
    
.header-rozet1{height: 100%;border-radius: 50%;padding: 2px 2px;}
.header-rozet-bst{color: rgba(160,148,0,1.00);margin-left:10px;}

.sepet0-p1{display:block;width:100%;padding:24px 4px;background-color:#f9f9f9;text-align:center;border-radius:6px;font-size:16px;color:#e67e22;font-weight: bold;}
.sepet0-p2{display:block;width:100%;text-align:center;border-top:1px solid #ebebeb;line-height:12px;padding: 12px 6px;}
.sepet0-a{display:block;width:60%;margin-left: auto;margin-right: auto;text-align:center;border-radius:6px;background-image: linear-gradient(#7eba29, #506f24);font-size: 14px;font-weight: bold;color: #fff;padding: 0px 4px;}
.sepet0-a:hover{color: #fff;background-image: linear-gradient(#7eba29, #7eba29);}
.p-hata{display:block;background-color:#fcfdbb;width:100%;font-size: 16px;padding: 10px 20px;border-radius: 6px;border: 1px solid #c8c9a2;}
.p-hata1{display:block;background-color:#fcfdbb;width: fit-content;margin-left: auto;border: 1px solid #c8c9a2;margin-right: auto;text-align: center;font-size: 16px;padding: 10px 20px;border-radius: 6px}

.cart-page-puan-dv{width:100%;margin-bottom:20px;float:left;border-radius:0px;border:1px solid #ebebeb;padding:20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.cart-page-puan-dv-20{width:20%;float:left;padding:10px;border-right:1px solid #ebebeb;}
.dv-25-rozetimg{width:36%;border-radius:50%;margin-left:32%;margin-right:32%;}
.rozet-name{display:block;line-height:30px;font-size:14px;font-weight:500;text-align:center;margin-top:10px;}
.kullanici-name{display:block;line-height:20px;font-size:12px;text-align:center;}
.kullanici-name1{display:block;line-height:30px;font-size:12px;text-align:center;}
.cart-page-puan-dv-60{width:60%;float:left;padding:10px;}
.puan-dv-60-text{display:block;font-size:14px;text-align:center;margin-top:30px;}

.sip-tr-hr{height:5px;}
           .sip-tr-hr1{height:6px;}
           .siptd-right{text-align:right;}
            .border-bottom-1{border-bottom:1px solid #ddd;}
            .siparis-title{display:block;text-align:center;margin:0;padding:12px 6px;color:#666;}
            .siparis-ozet-tab{width:100%;}
            .sipgenel-toplam{}
            .sipgenel-toplam-td{padding:10px 0px;font-weight:500;}
            .sipindirim-td{padding:4px 0px;font-weight:500;font-size:14px;}
            .siparis-ozet-tab td{padding:10px 2px;}
            .spt-total-promo{text-align:center;font-size:14px;}
            .tt-pro{padding:4px;border-radius:4px;background-color: #7eba29;line-height:24px;color:#fff;font-weight:300;}

.cate-promo-banner-in{width:100%;height:100px;background-color:#2C2C2C;margin-bottom:30px;float:left;border-radius:6px;background-image: url(../../x/image/demo/banner/hp-puan-banner-fl.jpg);background-repeat: no-repeat;background-position: right center;}
			    .cate-promo-banner-in-left{width:70%;float:left;}
			    .cate-promo-banner-in-right{width:30%;height:100px;float:left;}
			     .cate-promo-banner-in-p{width:100%;display:block;line-height:100px;padding:0 30px;font-size:18px;font-weight:500;text-align:center;color:#fff;}
			     .cate-promo-banner-in-p-button{width:100%;border-left:2px solid #fff;display:block;line-height:100px;padding:0 30px;font-size:18px;font-weight:500;text-align:center;color:#fff;}
			     .cate-promo-banner-in-p-button:hover{color:#e67e22;}
			     
                    .cart-page-produckt-ul{float:left;width:100%;padding-bottom:20px;}
                    .cart-page-produckt-li{float:left;width:100%;border-bottom:1px solid #ebebeb;padding:4px;}
                    .ul-clm-left{float:left;width:50%;}
                    .ul-clm-right{float:left;width:50%;padding:15px 6px;}
                    .ul-clm-left-pro-img{width:25%;float:left;padding-right:6px;}
                    .ul-clm-left-pro-name{width:75%;float:left;font-size:16px;font-weight:bold;margin-top:12px;}
                    .name-aroma{font-size:12px;font-weight:300;}
                    .typ001{font-size:12px;font-weight:500;color:#7EBA29;}
                    .ul-clm-right-text{float:left;font-size:16px;font-weight:500;text-align:center;width:30%;font-weight:bold;}
                    .ref01{float:left;width:62%;}
                    .ref02{height: 34px;}
                    .padd-pro{padding-top:18px;}
                    .padd-pro1{padding-top:28px;}
                    .ul-clm-right-delete{width:10%;float:left;padding-top:23px;transform:scale(0.8);}
			        .padd2{padding-top: 28px;}
			        .cart-page-title-ul{float:left;width:100%;background-color:#ebebeb;border-radius: 4px;}
			        .cart-page-title-li{float:left;font-size: 14px;font-weight: 500;line-height: 34px;}
			.btn-green001{color: #fff;background-image: linear-gradient(#7eba29, #506f24);border-color: #7eba29;border-radius: 6px;width: 100%;line-height: 30px;float:right;}
			     
			.popupx1 {display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0);  background-color: rgba(0,0,0,0.4);}
            .popupx1-content {background-color: #fefefe;margin: 2% auto; padding: 20px 40px;;border: 1px solid #888;width: 60%; }
            .close {color: #aaa;float: right;font-size: 28px;font-weight: bold;}
            .close:hover, .close:focus {color: black; text-decoration: none;cursor: pointer;}        
            
            .popupx2 {display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0);  background-color: rgba(0,0,0,0.4);}
            .popupx2-content {background-color: #fefefe;margin: 2% auto; padding: 20px 40px;;border: 1px solid #888;width: 60%; }
            .closex2 {color: #aaa;float: right;font-size: 28px;font-weight: bold;}
            .closex2:hover, .close:focus {color: black; text-decoration: none;cursor: pointer;}
			     
			      .sozlesme-table{min-width:100%;text-align:left;font-size:12px;}
                        .sozlesme-tr{}
                        .sozlesme-tr td{border:1px solid #dedede;padding:10px;}
                        .sozlesme-img{width:50px;}
                        
                .error-message-frm{background-color: #ffd6d6;float:left;padding:6px 16px;color: red;border-radius:6px;margin-bottom:10px; font-weight: 500; }
                .error-message-frm1{background-color: #ececec;float:left;padding:3px 6px;color: #4e4e4e;border-radius:2px;margin-bottom:10px; font-weight: 500;margin-top: 4px; }
                .error-message-frm2{background-color: #ffd6d6;padding:6px 16px;color: red;border-radius:6px; font-weight: 500;width:100%;  }
                .error-message-frm3{background-color: #ffd6d6;padding:6px 16px;color: red;border-radius:6px; font-weight: 500;width:100%;float:left; }
                
                .yorum-title-non-div{float:left;width:100%;border:1px solid #ebebeb;padding: 20px;text-align: center;border-radius: 6px;}
				.yorum-title-non-kul{font-size:16px;font-weight: 500;}
				.urun-skor-puan-yorum-tittle{display: block;width: max-content;border-radius: 6px;background-color: #f6f6f6;padding: 4px 24px;border-bottom: 1px solid #ebebeb;}
				
/** index **/ 
    .talk-menu{position:fixed;z-index:99999;right:20;bottom:14;font-size:12px;text-align:center;font-weight:500;}
    #cookieConsenthp {position: fixed;bottom: 15px;left: 15px;background-color: #fff;width: 370px;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);z-index: 999999;text-align: center;border-radius: 6px;}
    #cookieConsenthp table {font-size:12px;}
  .cookieMessage {display: inline-block;padding: 10px;}
  .cookieButton {display: inline-block;padding: 4px;}
  .remove03 {border: none;padding: 10px 14px;font-size: 20px;cursor: pointer;}
  .removexx1{font-weight:bold;}				
/** index end **/ 				
  #popupyorum1 {position: fixed;top: 50%;left: 50%;border-radius:10px;transform: translate(-50%, -50%);background-color: #fff; border: 1px solid #ccc;padding: 20px;z-index: 999999;text-align: center;box-shadow: rgb(0 0 0 / 70%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;}
  #popupyorum1 p {font-size: 24px;font-weight: bold;margin-bottom: 20px;}
  #popupyorum1 .check-icon{color:#7eba29;font-size: 80px;margin-bottom: 20px;}	
 
  #popup-sepete-ekle {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  width: 80%;
  max-width:800px;
}
#popup-sepete-ekle .check01{text-align: center;display: block;width: 100%;color: #7eba29;font-size: 100px;margin-bottom: 10px;}
#popup-sepete-ekle span{line-height: 32px;display: block;width: 100%;font-size: 24px;text-align: center;margin-bottom: 25px;}
#popup-sepete-ekle small{display: block;width: 100%;font-size: 12px;text-align: center;line-height: 28px;}
#popup-sepete-ekle a{transition: 0.2s;display: block;width: 48%;float: left;text-align: center;padding: 10px 6px;margin-left: 1%;background-color: #dedede;margin-right: 1%;border-radius: 4px;font-size: 12px;}
#popup-sepete-ekle a:hover{transform:scale(0.99);}
 
.e-bulten-pop {position: relative;margin-left: 10%;width: 80%;border-radius:10px;background-color: #fff; border: 1px solid #ccc;padding: 20px;z-index: 999999;text-align: center;box-shadow: rgb(0 0 0 / 70%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;}
  .e-bulten-pop p {font-size: 24px;font-weight: bold;margin-bottom: 20px;line-height: 32px;}
  .e-bulten-pop .check-icon{color:#7eba29;font-size: 80px;margin-bottom: 20px;}	
  .e-bulten-pop .check-iconx{color:#e1802e;font-size: 80px;margin-bottom: 20px;}
  .e-bulten-pop .check-iconxx{color:#ff2f00;font-size: 80px;margin-bottom: 20px;}
.e-bulten-pop-btn{line-height: 30px;border: 2px solid #7eba29;border-radius: 6px;padding: 10px 20px;}

    .main-list-bottom{margin-bottom:20px;}
	.tabmain{width:25%;text-align:center;line-height:40px;}
	.main-pro-list-shop-list{width:20%;min-height:340px;border:3px solid #ebebeb;float:left;text-align:center;margin:0 0;position:relative;top: 50%;}
	.main-pro-list-shop-list:hover .mainlist-up-title{display:block;position:absolute;z-index:2;background-color:#7eba29;font-size:16px;line-height:30px;width:80%;top:50%;margin-left: 10%;border-radius: 6px;color:#fff;font-weight:700;}
	.main-pro-list-shop-list:hover{border:3px solid #7eba29;}
	.main-pro-list-shop-list:hover .main-pro-list-img{transform:scale(1.05);}
	.main-pro-list-shop-list:hover .main-pro-list-stok{display:none;}
	
	.main-pro-list{width:20%;min-height:340px;border:3px solid #ebebeb;float:left;text-align:center;margin:0 0;position:relative;top: 50%;}
	.main-pro-list100{width:100%;min-height:340px;border:3px solid #ebebeb;float:left;text-align:center;margin:0 0;position:relative;top: 50%;}
	.mainlist-up-title{display:none;z-index:1;}

	.main-pro-list-stok{display:block;position:absolute;z-index:1;background-color:rgb(179 179 179 / 80%);font-size:12px;border-radius: 6px;color:#fff;font-weight:500;line-height: 15px;top:48.8%;width:80%;padding:10px 10px;margin-left: 10%;}
	.main-pro-list-sale{display:block;position:absolute;z-index:1;background-color:#ff7b05;font-size:12px;border-radius: 6px;color:#fff;font-weight:500;line-height: 15px;top:5px;left:5px;padding:4px 10px;}
	.main-pro-list-haftanin-urunu{display:block;position:absolute;z-index:1;background-color:#0070a7;font-size:12px;border-radius: 6px;color:#fff;font-weight:500;line-height: 15px;top:5px;right:5px;padding:4px 10px;}
	
	.main-pro-list:hover .mainlist-up-title{display:block;position:absolute;z-index:1;background-color:#7eba29;font-size:16px;line-height:34px;width:80%;top:49%;margin-left: 10%;border-radius: 6px;color:#fff;font-weight:700;}
	.main-pro-list:hover{border:3px solid #7eba29;cursor:pointer;}
	.main-pro-list:hover .main-pro-list-img{transform:scale(1.05);}
	.main-pro-list100:hover .mainlist-up-title{display:block;position:absolute;background-color:#7eba29;font-size:16px;line-height:34px;width:80%;top:49%;margin-left: 10%;border-radius: 6px;color:#fff;font-weight:700;}
	.main-pro-list100:hover{border:3px solid #7eba29;cursor:pointer;}
	.main-pro-list100:hover .main-pro-list-img{transform:scale(1.05);}
	.main-pro-list-img{transition: 1s;width:100%;padding:10px 30px;margin-bottom:20px;}
	.main-pro-list-name{font-size:14px;padding:0 10px;font-weight:500;margin-top:10px;margin-bottom:10px;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
	.list-price-old{font-size:14px;text-decoration:line-through;color:#a7a7a7; }
	.list-price-new{font-size:20px;font-weight:bold;color:#7eba29;margin-left:6px; }

    .main-pro-list-yan{width:100%;padding: 14px 6px;float:left;position:relative;border:2px solid #ebebeb;}
    .main-pro-list-yan-sale{display:block;position:absolute;z-index:1;background-color:#ff7b05;font-size:12px;color:#fff;font-weight:500;line-height: 12px;top:0px;left:0px;padding:4px 6px;}
    .main-pro-list-yan-a{width:30%;float:left;}
    .main-pro-list-yan-b{width:70%;float:left;}
    .main-pro-list-yanimg{width:100%;transition: 1s;}
    .main-pro-list-yan-name{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:hidden;font-size:12px;font-weight:500;margin-top:4px;margin-bottom:4px;}
    .yan-list-price-new{font-size:18px;font-weight:500;color:#7eba29;}
    .max-heiwid1{max-width:229px;max-height:189px;margin-top: 4px;}
    
    .main-pro-list-yan-stok{display:block;position:absolute;z-index:1;background-color:rgb(179 179 179 / 100%);font-size:12px;border-radius: 6px;color:#fff;font-weight:500;line-height: 10px;top:58%;width:60%;padding:10px 10px;margin-left: 28%;text-align:center;}
   .main-pro-list-yan:hover .main-pro-list-yanimg{transform:scale(1.03);}
    .main-pro-list-yan:hover{border:2px solid #7eba29;cursor:pointer;}
    .yan-title01{display: block;Background-color: #ebebeb;padding: 10px 16px;font-size: 16px;font-weight: 500;margin-bottom: 4px;float:left;width:100%;}
    
	.odeme-onay-clm{width:100%;background-color:#fbfbfb;border-radius:6px;}
                .odeme-onay-span1{width:100%;display:block;padding:20px;font-size:24px;font-weight:500;text-align:center;border-bottom:1px solid #ebebeb;line-height: 30px;}
                .odeme-onay-span1 i{width:100%;display:block;padding:5px;font-size:22px;transform:scale(2);}
                .odeme-onay-span2{width:100%;display:block;padding:30px;font-size:16px;font-weight:300;text-align:center;line-height:24px;}
                .bold{font-weight:bold;}
                .bottom-border{border-bottom:1px solid #ebebeb;}
                .aktivasyon-text{display:block;font-size:16px;margin-bottom:20px;}
    .yorum-button1{background-color: #7eba29;border-color: #7eba29;padding: 10px 60px;margin-top: 10px;}
    .checkboxstyl{transform: scale(1.2);margin-right: 4px;}
    .max-heiwid{max-width:229px;max-height:189px;}
    .coupon-apply{background-color: #7eba29;padding: 6px;text-align: center;border-radius: 6px;display: block;color: #fff;}          
    .coupon-applynot{padding: 6px;text-align: center;border-radius: 6px;display: block;color: #ff2525;}           
                
    .categ-lg-text{width:100%;background-color:#fcfcfc;padding: 10px 20px;border:1px solid #dedede;}
    .categ-lg-text h2{margin: 0;line-height: 40px;font-size: 20px;}	
    .categ-lg-text h3{margin: 0;line-height: 40px;font-size: 16px;}
    .categ-lg-text p{text-align: justify;}
    .categ-lg-text a{text-decoration:underline;font-weight:500;color:#7eba29;}
    .categ-lg-text span{font-style: italic;font-size: 11px;}
    .last-statu-info{font-size: 18px;font-weight: 500;color: #7eba29;}
    .last-statu-info small{line-height: 24px;font-weight: 300;color: #666;font-size: 12px;}
    
	 .shop-list-filter{width:100%;float:left;}
    .shop-list-filter-right{float:right;}
    .src-sonuc{color:#666;float:left;font-weight: 500;padding:8px;}
    .src-sonuc-slc{float:left;}
    .shop-list-filter-slc{height:30px;padding: 0px 10px;}
    .img-haftanin-urunu{display:block;position:absolute;z-index:1;background-color:#0070a7;font-size:12px;color:#fff;font-weight:500;line-height: 15px;top:10px;right:25px;padding:4px 10px;}
    
    .ayr02{text-align:center;}
    .ayr02:hover{transform:scale(1.02);}
    .all-border{border-bottom:1px solid #dedede;margin-top:10px;margin-bottom:10px;}
    .all-border li{float: left;padding: 4px 15px;line-height: 30px;margin: 5px 5px;border: 1px solid #dedede;border-radius: 4px;}						
    .all-border li:hover{font-weight:700;transform:scale(1.05);}
    .all-border span{color:#666;float:left;font-weight: 500;padding:16px;}
    .all-border-active{font-weight:700;transform:scale(1.05);border: 1px solid #7eba29;color:#7eba29;text-decoration:underline; }
    
.pro-view{float:left;width:100%;text-align:center;}
 .pro-view li{float:left;width:25%;text-align:center;font-size:16px;color:#7eba29;}
 .pro-view small{font-size:10px;font-weight:normal;color:#666;}
 .pro-detail-inox{font-size:11px;font-weight:normal;color:#666;display:block;}
 .pr-dtl-inx{font-size:11px;font-weight:normal;color:#666;width:100%;}
 .pr-dtl-inx-title{background-color:#f8f8f8;}
 .pr-dtl-inx td{padding: 3px 8px 3px 8px;border-bottom:1px solid #ebebeb;}
 .pr-dtl-inx b{font-weight:500;}
 .flt-left{float:left;}
 
 .ortl-bank{width: 60%;margin-left: 20%;}
 .bank-info table{margin:20px 0px;width:100%;}
.bank-info td{border:1px solid #ebebeb;padding:10px 20px;text-align: center;}
.bank-info img{width:130px;}
.bank-info span{font-size:14px;display:block;text-align:left;}
.bank-info p{font-size:14px;font-weight: 400;display: block;}

.odeme-onay-clm{width:100%;background-color:#fbfbfb;border-radius:6px;}
.odeme-onay-span1{width:100%;display:block;padding:20px;font-size:24px;font-weight:500;text-align:center;border-bottom:1px solid #ebebeb;line-height: 30px;}
.odeme-onay-span1 i{width:100%;display:block;padding:5px;font-size:22px;transform:scale(2);}
.odeme-onay-span2{width:100%;display:block;padding:30px;font-size:16px;font-weight:300;text-align:center;line-height:24px;}
.bold{font-weight:bold;}
.bottom-border{border-bottom:1px solid #ebebeb;}

.havale-eft-infoyl{width:100%;margin:10px 0 20px 0;border-radius:6px;padding:8px;float:left;}
.havale-eft-infoyl h3{margin:0 0 6px 0;padding:0 0 6px 0;display:block;width:100%;border-bottom:1px solid #ebebeb;text-align:center;}
.havale-eft-infoyl-blm{width:33.33333%;border-right:1px solid #dedede;float:left;padding: 0px 6px;}
.havale-eft-infoyl-blm1{width:25%;padding: 10px 0px;float:left;}
.havale-eft-infoyl-blm2{width:75%;padding: 18px 8px 4px 4px;float:left;}
.havale-eft-infoyl-blm2 b{color:#7eba29;display:block;font-size:16px;line-height: 22px;}
.havale-eft-infoyl-blm2 small{font-size:12px;}
.havale-eft-infoyl-blm1 img{width:80%;margin-left:10%;margin-top:10px;}

.adres-giris-dv{max-width: 800px;margin-left: auto;margin-right: auto;background-color:#fff;padding:30px 20px;}
.slider-imb{display:block;}
.slider-ims{display:none;}

.urun-aroma input[type="radio"] {display: none;}
.urun-aroma label {display: inline-block;margin-right: 8px;border-radius: 5px;padding: 6px;cursor: pointer;line-height:30px;border:2px solid #dedede;font-weight: 500;}
.urun-aroma label:hover {transform:scale(1.02);}
.urun-aroma input[type="radio"]:checked + label {border: 2px solid #7eba29;transform:scale(1.02);}
.urun-aroma{float:left;width:100%;padding-bottom: 18px;}
.urun-aroma-radio{float:left;}
.urun-aroma-circle{float:left;width:30px;height:30px;border-radius:0;margin-right: 4px;border: 0 solid #ebebeb;}

.adet-sec input[type=number]::-webkit-inner-spin-button,
.adet-sec input[type=number]::-webkit-outer-spin-button {-webkit-appearance: inner-spin-button;opacity: 1;}

.adet-sec input[type=number] {-moz-appearance:textfield;-webkit-appearance: none;-moz-appearance: none;appearance: none;border:2px solid #999;padding: 4px 6px 4px 12px;font-size: 16px;width: 60px;height:40px;border-radius: 4px;}
.mobile-dnon{display:inline;}
.mobile-dnond{display:none;}
.mbl-dsp-non{display:inline;}

.hdr-sepet{float:right;height:100%;background-color:#dedede;}
.header-rght-btn{float:right;}
.header-rght-btn ul{float:left;width:400px;}
.header-rght-btn li{float:right;padding: 10px 14px;margin-left: 8px;background-color: #555555;color: #fff;font-size: 12px;font-weight: 400;}
/** Profile End **/                             
#mobile-none{display: none;}

.modalxx {display: none;position: fixed;z-index: 999999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0,0,0,0.4);}
.modalxx-content {position: relative;background-color: #fefefe;margin: 0 auto;border: 1px solid #888;width: 80%;top: 40px;max-width: 1000px;}
.closexx {position: absolute;top: 6;right: 8;font-size: 30px;font-weight: bold;color: #fff;}
.closexx:hover, .closexx:focus {color: black;text-decoration: none;cursor: pointer;}

.kom-icer{margin-bottom:10px;float:left;}
.kom-product-number{position:absolute;background-color: #dedede;color: #fff;width: 30px;height: 30px;border-radius: 50%;text-align: center;line-height: 30px;top: -12px;right: -12px;}
.kom-icerik{display:block;margin-bottom:6px;}
.komb-product-dv{width:100%;float:left;border: 2px solid #dedede;padding: 6px;border-radius: 4px;position: relative;margin-bottom: 16px;}
.komb-product-dv-left{width:15%;float:left;}
.komb-product-dv-right{width:85%;float:left;}
.komb-product-dv-center{width:100%;float:left;margin-top:6px;}
.komb-product-dv-left img{width:100%;float:left;}
.komb-product-name{display:block;font-size:13px;margin:0;padding: 12px 6px 6px 16px;line-height: 16px;}
.komb-product-name b{color:#e67e22;margin-right:4px;display:block;}
.kombinasyon-aroma-slct{height: 30px;padding: 0px 10px;}
#adet-sec{height: 40px;border: 2px solid #999;border-radius: 4px;padding: 0px 10px;background-color: #fff;font-size: 14px;}
.wis-satin-al{margin-left: 4px;}
.tabmainxx{width:25%;text-align:center;}

.sporsalonu{height: 38px;width: 50%;padding: 0px 10px;border: 2px solid #dedede;border-radius: 6px;}
.salon-refkod{width:50%;}
.salon-evet-hayir{display:block;width:100px;background-color:#ebebeb;float:left;}
.mobile-buttons{display:block;}

.glncepopcl {display: none;position: absolute;top: 66%;left: 39%;transform: translate(-50%, -50%);width: 360px;padding: 16px 20px;background-color: #fff;border-radius: 6px;z-index:999;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.close-button {position: absolute;top: 8px;right: 10px;cursor: pointer;font-size: 28px;}
.glncepop-title{display: block;text-align: center;font-size: 18px;margin-bottom: 10px;font-weight: 500;}
.glncepop-text{display: block;text-align: center;font-size: 12px;margin-bottom: 10px;}
.glncepop-text2{display: block;text-align: center;font-size: 14px;margin-bottom: 10px;margin-top: 30px;}
.glncepopa{display: block;width: 60%;margin-left: 20%;text-align: center;padding: 10px 2px;margin-bottom: 6px;border-radius: 4px;color:#fff;font-weight:500;}    
.glncepopa:hover{color:#fff;transform:scale(0.98);}
.glncegirisyap{background-color: #7eba29;}
.glnceuyeol{background-color: #e67e22;}
.ghvmfrm{width: 90%;margin-left: 5%;}
.ghvm{width: 70%;border: 1px solid #dedede;height: 30px;float:left;padding:10px;}
.ghvmsubbutton{width: 30%;height: 30px;background-color: #2982bf;float:left;border:0;color:#fff;font-weight:500;}

.bgx-white{background-color:#fff;border-radius:8px;}

.produ-col-10{width: 80%;float: left;position: relative;min-height: 1px;padding: 25px 15px;}
 .pro-dty-img-w{width:40%;float: left;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.pro-dty-ice-w{width:60%;float: left;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-pro-rght{width:20%;float: left;position: relative;min-height: 1px;padding-right: 6px;padding-left: 6px;}

.kmbnas-namx{display:block;font-size:12px;font-weight:bold;float:left;text-align:center;margin-bottom: 8px;}
.kmbnas-imgx{width:80%;float:left;margin-left:10%;}
.kmbnas-pro-ul{display:block;width:100%;float:left;}
.kmbnas-pro-ul li{display:block;width:100%;text-align:center;font-size:10px;line-height: 16px;}
.kmbnas-pro-button{display:block;float:left;text-align:center;width:90%;background-color:#2989ba;margin-left:5%;margin-top:6px;color: #fff;padding: 4px 10px;border-radius: 6px;}
.kmbnas-pro-button:hover{color:#fff;transform:scale(0.98);}
.kmbnas-price{font-size:12px;color:#dedede;text-decoration:line-through;}
.kmbnas-lastprice{font-size:18px;}
.kmbnas-blm{float:left;width:100%;margin-bottom:10px;padding: 0 4px;}

.produ-gram{width:100%;border-bottom:1px solid #dedede;float:left;margin-bottom:4px;padding-bottom:4px;}
.produ-gram:hover{border:1px solid #ebebeb}

.produ-gram li{float:left;display:block;text-align:center;}
.produ-gram-img{width:30%;}
.produ-gram-gr{width:30%;font-size:14px;font-weight:bold;line-height: 62px;}
.produ-gram-last-price{width:40%;line-height: 12px;margin-top: 20px;font-weight:bold;color:#7eba29;font-size:14px;}
.produ-gram-last-priceX{width:40%;line-height: 62px;font-weight:bold;color:#7eba29;font-size:14px;}
.produ-gram-price{font-weight:normal;text-decoration: line-through;color:#a1a1a1;font-size:12px;}

.pro-ilis-ul{float:left;width:100%;display:table;}
.pro-ilis-ultr{float:left;margin-bottom:6px;}
.pro-ilis-img{float:left;width:30%;}
.pro-ilis-name{float:left;width:40%;font-size:10px;padding-right:3px;font-weight:500;margin-top: 22px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.pro-ilis-lastprice{float:left;font-size:13px;display:block;width:30%;text-align: center;font-weight:bold;color:#7eba29;margin-top:20px;padding-right: 2px;}
.pro-ilis-lastpricex{float:left;font-size:13px;display:block;width:30%;text-align: center;font-weight:bold;color:#7eba29;margin-top:26px;padding-right: 2px;}
.pro-ilis-price{font-weight:normal;text-decoration: line-through;color:#a1a1a1;font-size:10px;}

.btn-red-bg{border-radius: 6px;color: #e34f4f;}
.btn-orange-bg{border-radius: 6px;color: #dd7b17;}
.btn-blue-bg{border-radius: 6px;color: #2989ba;}
.btn-green-bg{border-radius: 6px;color: #60911b;background-image: url(../../x/image/demo/icons/baslik-icon/diger-boylar-icon.png);background-repeat: no-repeat;background-position: right center;}

.indirim-gelince-button{transition: all 0.3s ease-in-out;display:block;width:100%;line-height:40px;background-color:#1b7c77;margin:6px 0; float:left;border-radius:6px;font-weight: bold;text-align: center;color: #fff;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.indirim-gelince-button:hover{color:#fff;background-color:#3eb3ad;line-height:60px;}
.indirim-gelince-button i{font-size:16px;margin-right:8px;transition: all 0.3s ease-in-out;}
.indirim-gelince-button:hover i{transform:scale(1.4);}
/** mobile start **/
@media  (max-width:1200px) {
    .header-rght-btn ul{width:360px;}
    .produ-col-10{width:100%;}
    .co50i{width:48%;}
    .tabmain{width:50%;}
    .main-pro-list-shop-list{width:25%;min-height:340px;}
    .main-pro-list{width:25%;min-height:340px;}
    .ref01{margin-left: 18px;}
    .ref02{height: 30px;}
    .ul-clm-left-pro-img{padding-bottom: 20px}
    .padd-pro{padding-top: 3px;}
    .mmbe{display:none;}
    .ul-clm-left-pro-img{width: 30%;}
    .ul-clm-left-pro-name{width: 70%;}
    .popupx1-content{width: 90%;padding: 20px 20px;}
    .popupx2-content{width: 90%;padding: 20px 20px;}
    #cookieConsenthp {bottom: 0;left: 0;width: 100%;border-radius: 0px;padding: 10px 10px;}
} 


@media  (max-width:1000px) { 
    .pro-dty-img-w{width:100%;}
.pro-dty-ice-w{width:100%;}
    .glncepopcl{top: 62%;left: 50%;}
   .ortl-bank{width: 100%;margin-left: 0;}
    .main-pro-list-shop-list{width:33.3333333%;min-height:340px;}
    .main-pro-list{width:33.3333333%;min-height:340px;}
    #popupyorum1{width: 80%;}
    #popupyorum1 p{line-height: 34px;}
    .btn-green001{width: 100%;}
    .ul-clm-left{width:100%;}
    .ul-clm-right{width:100%;}
    .ul-clm-left-pro-img{padding-bottom: 0px}
    .ref01{margin-left: 0px;}
    .ref02{padding: 6px;margin-top: 2px;}
    .padd-pro{padding-top:18px;}
    .padd-pro1{padding-top:32px;}
    .ul-clm-right-text{line-height: 8px;}
    .padd2{padding-top: 32px;}
    .ul-clm-right{padding: 8px 6px;}
	.cart-detail {width: 100%;margin-right: 0%;}
	.cart-product {width: 100%;margin-right: 0%;}
	.four{width: 96%;max-width: 100%;}	
	.btn-green1{width: 100%;margin-left: 0px;margin-top: 10px;}
	.btn-green2{width: 100%;margin-left: 0px;margin-top: 10px;}
	.four-adress { width: 98%;max-width: 98%;}
	.yon-text{font-size: 1em;}
	.mobile-none{display: none;}
	.img-sale {font-size: 12px}
	.urun-ozellikleri-detay-50{width: 100%;}
	.urun-ozellikleri-detay-50p{width: 100%;margin-bottom: 10px;}
	.urun-ozellikleri-detay-33{width: 100%;margin-bottom: 10px;border: 0px}
	.urun-yorum{width: 100%}
	.urun-yorum-detay{width: 100%;text-align: left;}
	.star-ul{float: left;width: 100%;}
	.star-li{float: left;margin-right: 10px;}
	.urun-yorum-cevap {float: left; width: 100%;background-color: #f6f6f6;}
	.yorum-cevap-img{height: 40px;}
	.co50i{width: 70%;position: absolute;top: 62px;right: 4px;}
	.block-cart{margin-top: 0px;}
	.width50{width:90%;margin-left:5%;margin-top:25px;}
	.mobile-dis{display:block;float:right;}
	.block-cart1{display:block;float:left;}
	.knm-01{width:70%;margin-left:15%;}
	.modal-content {padding: 10px 10px;margin: 20px auto;width: 80%;}
	.card-info-d1{padding-right:0px;}
	.select-stl{height:34px;width:35%;}
	.colm-01{width:100%;}
	.colm-01-left{width:30%;}
	.colm-01-right{width:70%;}
	.telno1{margin-left:-85px;}
	.footer-bannerx-icon{display: block;margin: auto;}
	.foo-ban1{height: 130px;}
	.background1{height: 220px;}
	.end-info-footer-25{width:50%;margin-left:25%;margin-right:25%;}
	.end-info-footer-50{width:100%;}
    .clm-left1{width:90%;padding:0px 10px;margin-left:5%;margin-right:5%;margin-bottom:10px;}
    .clm-right1{width:90%;padding:0px 10px;margin-left:5%;margin-right:5%;}
    .clm-left1-puan{width:100%;text-align:left;}
    .rozet-img{width:20%;margin-left:0;}
	.clm-left1-puan p{width:75%;text-align:left;margin-left:5%;}
    .clm-left1-down-a{width:50%;}
    
    .siparis-clm-li{width:100%;line-height:14px;}
    .siparis-clm-li-short{width:100%;line-height:14px;}
    .siparis-clm-li-sho{width:100%;}
    
    .siparis-clm-down-left{width:100%;}
    .siparis-clm-down-right{width:100%;padding:0px 20px 0px 20px;}
    .siparis-clm-down-li-img{width:20%;}
    .siparis-clm-down-p{width:79%;line-height:60px;margin-left:1%;}
    
    .hp-puan-clm01{border-radius:0px;}
    .hp-puan-clm01-button{width:80%;}
    .hp-puan-clm02-step{width:98%;margin-bottom:24px;}
    
    
    .hp-puan-clm02-step1{width:44%;margin-bottom:20px;margin-left:3%;margin-right:3%;}
    .bank-icon{transform: scale(1);}
    .footer-bannerx-icon{height:auto;}
    .rozet-clm1{width:31.333333%;margin-left:1%;margin-right:1%;margin-bottom:20px;min-height: 285px;}
    .rozet-clm03-left{width: 100%;}
    .rozet-clm03-tr{border:1px solid #ebebeb;}
    .rozet-clm03-right{width:100%;}
    .rozet-clm03{margin-top: 20px;margin-bottom: 20px;}
    .rozet-clm03-right-but2{margin-top: 0px}
    .notttt{font-size: 10px;padding: 4px 8px;margin-left: 0px;}
    .cart-page-puan-dv{padding: 8px;margin-top: 0px;margin-bottom: 10px;}
    .cart-page-puan-dv-20{width:50%}
    .cart-page-puan-dv-60{width:100%}
    .puan-dv-60-text{margin-top: 0px;}
    .puan-dv-60-text{font-size:8px;}
    .footer-bannerx-text{font-size: 10px;}
    .siparis-clm-li-p{width:20%}
    .siparis-clm-li-b{width:80%}
    .cate-promo-banner-in{display:none;}
    
}
@media  (max-width:750px) {
    .skor-p {width: 100%;}
    .glncepopcl{top: 66%;left: 50%;}
    .mobile-buttons{display:none;}
    .sporsalonu{height: 38px;width: 100%;padding: 0px 10px;border: 2px solid #dedede;border-radius: 6px;}
    .salon-refkod{width:100%;}
    .tt4{line-height: 8px;padding: 10px;}
    .favori-number{width: 30px;border: 2px solid #fff;}
    .header-rght-btn{width: 100%;padding: inherit;}
    .header-rght-btn li{padding: 8px 12px;font-size: 10px;}
    .mbl-dsp-non{display:none;}
    .type_7 .shopping_cart .btn-shopping-cart a.top_cart {padding: 0px 20px;}
    .mobile-dnond{display:block;float:none;}
    .slider-imb{display:none;}
    .slider-ims{display:block;}
    .bank-info img{width:auto;}
    .havale-eft-infoyl-blm {width:100%;border:0px;}
    .btn-green3{width:100%;}
    .main-pro-list-name{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;}
    .producttab .tabsslider .nav-tabs li a{text-align: center;padding: 8px 4px;font-size: 12px;}
    .tabmainxx{width:25%;}
    .tabmainx{width:50%;}
    .tabmain{width:100%;}
    .main-pro-list-shop-list{width:50%;min-height:290px;}
    .main-pro-list{width:50%;min-height:290px;}
    .respoban1{max-width: 48%;float: left;margin-left: 1%;margin-right: 1%;padding-right: 0px;padding-left: 0px;margin-top: 5px;}
    .mob-none{display:none;}
    .common-home .so-spotlight3{margin-top: 0px;}
    .logo-img{width: 60%;}
    .mobile-dis{display:block;width:100%;float:right;}
	.block-cart1{display:block;width:40%;float:left;margin-right:4%;margin-left:4%;text-align: center;}
    .co50i{width: 80%;position: absolute;top: 17px;right: 4px;}
    .margin9{margin-top: 0px;margin-bottom: 8px;}
    .margintop1{margin-top: 10px;}
    .dropdown-menu>li>a{line-height: 2.5;padding: 3px 30px;}
    .width50{margin-top: 0px;}
    .category-d {background-position: left;margin-left: 0px;margin-right: 0px;}
}
@media  (max-width:360px) {.block-cart1{width: 39%;}}
@media  (max-width:1198px) { 
	#mobile-none{display: block;}
}
@media  (max-width:767px) { 
 .column-left-mob{display:none;}
 .category-title-50 {width: 100%;}
}
/** mobile end **/
