
/*****************************************************************/
/*** 08. Product
/*****************************************************************/

.product-tabs .nav-tabs {
border-width: 0;
}

/* Category */

.listpage-category-list ul {
list-style: none;
}

.listpage-category-list li {
display: inline-block;
text-align: center;
}

.listpage-category-list li .subcat-desc{
display: none;
position: absolute;
z-index: 1;
bottom: -60px;
left: 0px;
padding: 10px;
width:100%;
background: white;
border: 1px solid #dedede;
text-align: left;
}

.listpage-category-list li:hover .subcat-desc{
display: inline-block;
}

.listpage-category-list li img{
max-width:100%;
padding:5px;
}

.toolbar {
position: relative;
margin-bottom: 40px;
padding: 15px 0;
}
.content-before .toolbar {
padding-top: 0;
}
.toolbar .sorter {
float: left;
}
.toolbar .sorter .sort-by {
margin-right: 30px;
float: left;
}
.toolbar .sorter .view-mode {
float: left;
}
.toolbar .view-mode a,
.toolbar .btn-arrow {
display: inline-block;
width: 30px;
height: 30px;
line-height: 28px;
padding: 0;
text-align: center;
text-decoration: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.toolbar .view-mode a {
width: 36px;
}

.toolbar .btn-arrow {
margin-left: 3px;
font-family: "FontAwesome";
font-display: swap;
font-size: 14px;
}
.toolbar label {
display: inline;
float: left;
font-size: 13px;
margin: 0 10px 0 0;
padding: 6px 0;
text-transform: lowercase;
}
@media (max-width: 1199px) {
  .column2 .toolbar {
    border-width: 0;
    margin-bottom: 25px;
  }
  .column2 .toolbar .sorter {
    float: none;
  }
  .column2 .toolbar .sorter .view-mode {
    float: right;
  }
  .column2 .toolbar .pager {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  #main .toolbar {
    border-width: 0;
    margin-bottom: 25px;
  }
  #main .toolbar .sorter {
    float: none;
  }
  #main .toolbar .sorter .view-mode {
    float: right;
  }
  #main .toolbar .pager {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #main .toolbar .sorter .sort-by {
    float: right;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #main .toolbar .sorter .view-mode {
    float: right;
    clear: both;
    margin-bottom: 0;
  }
}

.pagination > a,
.pagination > span {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination > a.prev,
.pagination > a.next {
  font-family: "FontAwesome";
  font-display: swap;
  font-size: 18px;
  width: 30px;
}
.pagination > a.prev:before {
  content: "\f104";
}
.pagination > a.next:before {
  content: "\f105";
}

.pager {
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
  border-style: solid;
  border-width: 0;
}
.limiter {
  float: right;
  margin: 0px;
  display:inline-block;
}
.limiter label {
  font-size: 13px;
  margin: 0px 5px 0px 0px;
  padding: 6px 0px;
  line-height: 24px;
}
.pager .dropdown-toggle {
  width: 85px;
  text-align: left;
}
.pager .dropdown-menu {
  width: 100%;
}
.pager .dropdown-menu li,
.pager .dropdown-menu a {
  display: block;
  border-radius: 0;
  text-align: left;
}
.pager .dropdown-menu a {
  border-width: 0 0 1px;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .column2 .pager {
    clear: both;
    /*margin: 15px 0;*/
    padding: 15px 0px 0px 0px;
  }
  .column2 .pager .limiter {
    position: absolute;
    right: 100px;
    top: 0px;
  }
}
@media (max-width: 991px) {
  .sorter {
    padding: 10px 0px 0px 0px;
  }
  #main .pager {
    clear: both;
    margin: 0px;
    padding: 10px 0px;
  }
  #main .pager .limiter {
    float: left;
    position: static;
  }
}
@media (max-width: 767px) {

  #main .pager {
  }

  #main .pager .dropdown-menu li > a,
  #main .pager .dropdown-menu li > span {
    margin-bottom: 0;
  }
  #main .pager li > a,
  #main .pager li > span {
    margin-bottom: 5px;
  }

  .pager li>a, .pager li>span {
    padding: 10px 15px;
  }

  #main .pager .limiter {
    /*position: absolute;
    left: 0;
    top: 45px;*/
  }

  .product-tabs .resp-tab-content {
    padding: 5px;
  }

  .shop_attributes .label-default{
    padding: 10px;
    margin: 0px 5px;
  }

  #main .content-after .pager {
    margin-top: 30px;
  }
  #main .content-after .pager .limiter {
    display: none;
  }
}
@media (max-width: 1199px) {
  .column2 .content-after .pager .limiter {
    position: static;
  }
}

body.has_border_radius .dropdown-toggle.btn {
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
}

.headprefiltersearch{
  height: 40px;
}

.sorter .dropdown-toggle {
  width: 150px;
  text-align: left;
}
.sorter .dropdown-menu {
  width: 100%;
  /*padding-left:10px;*/
}

/* view-mode */
.view-mode{
	text-align:center;
}

/* Grid / List Styles */
.products {
  list-style: none;
  margin: 0;
  padding: 0;
  position:relative;
}

div.products{
	padding: 0px;
  }
/*
.products .col-md-4:nth-child(3n+1),
.products .col-md-3:nth-child(4n+1) {
  clear: both;
}
.products .col-md-4.nth-child_3n_1,
.products .col-md-3.nth-child_4n_1 {
  clear: both;
}
@media (max-width: 991px) {
  .products .col-md-4:nth-child(3n+1),
  .products .col-md-3:nth-child(4n+1) {
  clear: both;
  }
  .products .col-md-4.nth-child_3n_1,
  .products .col-md-3.nth-child_4n_1 {
  clear: both;
  }
  .products .col-sm-6:nth-child(2n+1),
  .products .col-sm-4:nth-child(3n+1) {
  clear: both;
  }
  .products .col-sm-6.nth-child_2n_1,
  .products .col-sm-4.nth-child_3n_1 {
  clear: both;
  }
}
*/

.products .product {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .products .product {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.products.grid .product {
  margin-bottom: 10px;
}

/** ---- start  -- */
/*
.products .product > .inner {
  padding: 15px 15px 15px;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position:relative;
}
@media (max-width: 1199px) {
  .products .product > .inner {
    padding: 17px 14px 25px;
  }
}
@media (max-width: 991px) {
  .products .product > .inner {
    padding: 18px 15px 25px;
  }
}
*/

@media (max-width: 767px) {
  .products .product > .inner {
    min-height: 0 !important;
  }
}


/** ----end -- */
.products .product > .inner.hover {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.products .product a {
  text-decoration: none;
  font-size:1em;
}

.products.card .product {
  float: left !important;
  width: 24% !important;
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
}

.products.list .product {
  float: none !important;
  width: 100% !important;
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
}
.products.list .product > .inner {
  padding: 20px 20px 30px;
  min-height: 0 !important;
}



@media (max-width: 991px) {
  .products.list .product > .inner {
    padding: 15px 15px 25px;
  }
}
@media (max-width: 767px) {
  .products.list .product > .inner {
    padding: 12px 12px 25px;
  }
}
/* smallgrid */
li.product.smallgrid:nth-child(2n+1){
    clear:left
}

.product.smallgrid .product-image-block{
  width: 50% !important;
  float:left;
}
.product.smallgrid .product-details{
  width: 50% !important;
  float:left;
}

@media (max-width: 767px) {
  li.product.smallgrid{
    width: 100%;
	}
}

/* product slider */
.product-slider .products .product {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-slider .products .product {
    max-width: 280px;
    margin: 0 auto;
  }
}
.products .product-image {
  position: relative;
  /*width: 180px;*/
  margin: 0 auto 3px;
  display: block;
}

.products.product-only-image-view .product-image {
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .products .product-image {
    /*width: 176px;*/
  }
}
.products .product-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 50;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
.products .product-image:hover > img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.products .product-image.no-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products .product-image > img.bg_none{
  background: none;
  box-sizing: border-box;
}
.products .product-image .hover-image, .products .product-image:hover .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.products.big .product-image{
  width: auto;
}

/*
@media(max-width:1199px){
  .products.big .product-image{
    width: auto;
  }
}
@media(max-width:991px){
  .products.big .product-image{
    width: auto;
  }
}
@media (max-width: 767px) {
  .products.big .product-image {
    width: auto;

  }
}
@media (max-width: 480px) {
  .products.big .product-image {

  }
}
*/

/* ------- .products.list VIEW  ----- */
/*.products.list .product-image, */
.products.list .product-image-block  {
  float: left;
  margin-bottom: 0;
  width:27%;
}
/*
.products.list .product > .inner .product-image-block{
  width:27%;
}

@media (max-width: 1199px) {
  .products.list .product-image {
    width: 228px;
  }
}
@media (max-width: 991px) {
  .products.list .product-image {
    width: 170px;
  }
  .products.list .product-details {
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .products.list .product-image {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .products.list .product-details {
    padding-left: 0;
  }
}
*/


.product .product-details {
	z-index: 60;
    position: relative;
}


.products.list .product-details {
  /*padding-left: 285px;*/
  text-align: left !important;
  padding-left:30%;
}


@media (max-width: 480px) {
  .products.list .product-image-block {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width:80%;
  }

  .products.list .product-details{
    padding-left:0px;
  }
}



.products.align-left .product-details {
  text-align: left;
}
.products div.description {
  display: none;
  margin-bottom: 15px;
}

.products.grid div[itemprop="description"],
.products.big div[itemprop="description"]{
  display: block;
  margin-bottom: 15px;
}

.products.list div[itemprop="description"] {
  display: block;
  margin-bottom: 15px;
}
.products.show-desc.grid .product h3,
.products.show-desc.big .product h3 {
  margin-top: 15px;
}
.products.show-desc div[itemprop="description"] {
  display: block;
}

.product-carousel div[itemprop="description"] {
  display: none !important;
}

.products.grid div.amount,
.products.big div.amount{
}

.products.grid div.amount_unit,
.products.big div.amount_unit{
  margin-bottom: 15px;
}
.products.list div.amount_unit{
  display: block;
}

.product .price {
  /*font-size: 25px;*/
  display: inline-block;
  width:100%;
}
.products .product .price {
  font-size: 20px;
  margin-top: 8px;
}
.product .price ins {
  text-decoration: none;
}
.product .price del {
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 20px;
}
.product .discoundate {
  font-size: 12px;
  color:gray;
}
.products .product .price del {
  font-size: 17px;
}
.product .cart-loading {
  display: none;
}
.product .labels {
  position: absolute;
  z-index: 60;
  line-height: 1;
  text-align: center;
  left: 5px;
  top: 13px;
  width: 80px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .product .labels {
    width: 70px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product .labels {
    width: 90px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product .labels {
    top: 10px;
    width: 60px;
    font-size: 16px;
  }
}
.single-product.column2 .product .labels {
  width: 70px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product .labels {
    top: 10px;
    width: 60px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .labels {
    top: 13px;
    width: 80px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .labels {
    top: 10px;
    width: 60px;
    font-size: 16px;
  }
}
.products .product .labels {
  left: 0;
  top: 10px;
  width: 60px;
  font-size: 16px;
}
.product .labels.top-right, .products .product .labels.top-right {
  left: auto;
  right: 0;
}
.product .labels.bottom-left {
  top: auto;
  bottom: 13px;
}
@media (max-width: 767px) {
  .product .labels.bottom-left {
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .single-product.column2 .product .labels.bottom-left {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .labels.bottom-left {
    bottom: 13px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .labels.bottom-left {
    bottom: 10px;
  }
}
.products .product .labels.bottom-left {
  bottom: 10px;
}
.product .labels.bottom-right {
  left: auto;
  right: 0;
  top: auto;
  bottom: 13px;
}
@media (max-width: 767px) {
  .product .labels.bottom-right {
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .single-product.column2 .product .labels.bottom-right {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .labels.bottom-right {
    bottom: 13px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .labels.bottom-right {
    bottom: 10px;
  }
}
.products .product .labels.bottom-right {
  bottom: 10px;
}
.product .onhot,
.product .onsale {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*

.products .product .onhot, .products
.product .onsale {
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .product .onhot,
  .product .onsale {
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .product .onhot,
  .product .onsale {
    letter-spacing: 1px;
    padding: 8px 0;
  }
}
.products .product .onhot, .products
.product .onsale {
  padding: 8px 0;
}

.product .onhot.circle,
.product .onsale.circle {
  border-radius: 40px;
  width: 80px;
  height: 80px;
  margin-left: -8px;
  margin-top: -21px;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .product .onhot.circle,
  .product .onsale.circle {
    border-radius: 35px;
    width: 70px;
    height: 70px;
    padding: 26px 0;
  }
}
@media (max-width: 991px) {
  .product .onhot.circle,
  .product .onsale.circle {
    border-radius: 45px;
    width: 90px;
    height: 90px;
    padding: 34px 0;
  }
}
@media (max-width: 767px) {
  .product .onhot.circle,
  .product .onsale.circle {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    margin-left: -5px;
    margin-top: -15px;
    padding: 21px 0;
  }
}
.single-product.column2 .product .onhot.circle, .single-product.column2
.product .onsale.circle {
  border-radius: 35px;
  width: 70px;
  height: 70px;
  padding: 26px 0;
}
@media (max-width: 1199px) {
  .single-product.column2 .product .onhot.circle, .single-product.column2
  .product .onsale.circle {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    margin-left: -5px;
    margin-top: -15px;
    padding: 21px 0;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .onhot.circle, .single-product.column2
  .product .onsale.circle {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin-left: -8px;
    margin-top: -21px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .onhot.circle, .single-product.column2
  .product .onsale.circle {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    margin-left: -5px;
    margin-top: -15px;
    padding: 21px 0;
  }
}
.products .product .onhot.circle,
.product .onsale.circle {
  border-radius: 50%;
  margin-left: -5px;
  margin-top: -15px;
  padding: 21px 0;
}
.product .bottom-left .onhot,
.product .bottom-right .onhot,
.product .bottom-left .onsale,
.product .bottom-right .onsale {
  margin-top: 2px;
  margin-bottom: 0;
}



.product .top-right .onhot.circle,
.product .top-right .onsale.circle {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .product .top-right .onhot.circle,
  .product .top-right .onsale.circle {
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .single-product.column2 .product .top-right .onhot.circle, .single-product.column2
  .product .top-right .onsale.circle {
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .top-right .onhot.circle, .single-product.column2
  .product .top-right .onsale.circle {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .top-right .onhot.circle, .single-product.column2
  .product .top-right .onsale.circle {
    margin-left: 5px;
  }
}
.products .product .top-right .onhot.circle, .products
.product .top-right .onsale.circle {
  margin-left: 5px;
}
.product .bottom-left .onhot.circle,
.product .bottom-left .onsale.circle {
  margin-bottom: -21px;
}
@media (max-width: 767px) {
  .product .bottom-left .onhot.circle,
  .product .bottom-left .onsale.circle {
    margin-bottom: -15px;
  }
}
@media (max-width: 1199px) {
  .single-product.column2 .product .bottom-left .onhot.circle, .single-product.column2
  .product .bottom-left .onsale.circle {
    margin-bottom: -15px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .bottom-left .onhot.circle, .single-product.column2
  .product .bottom-left .onsale.circle {
    margin-bottom: -21px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .bottom-left .onhot.circle, .single-product.column2
  .product .bottom-left .onsale.circle {
    margin-bottom: -15px;
  }
}
.products .product .bottom-left .onhot.circle, .products
.product .bottom-left .onsale.circle {
  margin-bottom: -15px;
}
.product .bottom-right .onhot.circle,
.product .bottom-right .onsale.circle {
  margin-left: 8px;
  margin-bottom: -21px;
}
@media (max-width: 767px) {
  .product .bottom-right .onhot.circle,
  .product .bottom-right .onsale.circle {
    margin-left: 5px;
    margin-bottom: -15px;
  }
}
@media (max-width: 1199px) {
  .single-product.column2 .product .bottom-right .onhot.circle, .single-product.column2
  .product .bottom-right .onsale.circle {
    margin-left: 5px;
    margin-bottom: -15px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .bottom-right .onhot.circle, .single-product.column2
  .product .bottom-right .onsale.circle {
    margin-left: 8px;
    margin-bottom: -21px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product .bottom-right .onhot.circle, .single-product.column2
  .product .bottom-right .onsale.circle {
    margin-left: 5px;
    margin-bottom: -15px;
  }
}
.products .product .bottom-right .onhot.circle, .products
.product .bottom-right .onsale.circle {
  margin-left: 5px;
  margin-bottom: -15px;
}
@media (max-width: 991px) {
  .products .product .bottom-left .onhot,
  .products .product .bottom-left .onsale,
  .products .product .bottom-right .onhot,
  .products .product .bottom-right .onsale {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .products .product .bottom-left .onhot.circle,
  .products .product .bottom-left .onsale.circle,
  .products .product .bottom-right .onhot.circle,
  .products .product .bottom-right .onsale.circle {
    margin-bottom: -15px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .products.grid .product {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1199px) {
  .products.grid .product .labels {
    font-size: 14px;
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .products.grid .product .onhot,
  .products.grid .product .onsale {
    padding: 6px 0;
  }
  .products.grid .product .onhot.circle,
  .products.grid .product .onsale.circle {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    padding: 18px 0 17px;
  }
}
@media (max-width: 1199px) {
  .products.grid .product .bottom-left .onhot.circle,
  .products.grid .product .bottom-left .onsale.circle,
  .products.grid .product .bottom-right .onhot.circle,
  .products.grid .product .bottom-right .onsale.circle {
    margin-bottom: -15px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .products.list .product .labels {
    font-size: 13px;
    width: 40px;
  }
}
@media (max-width: 991px) {
  .products.list .product .onhot,
  .products.list .product .onsale {
    padding: 5px 0;
    margin-bottom: 1px;
  }
  .products.list .product .onhot.circle,
  .products.list .product .onsale.circle {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    padding: 13px 0;
    margin-bottom: 5px;
  }
}


*/

.cardpricediscount {
  padding: 5px;
  font-size: 0.9em !important;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgb(0,128,100);
  background: linear-gradient(135deg, #1eb19e 0%,#1eb19e 51%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 53%,#f1325b 53%,#f1325b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb19e', endColorstr='#f1325b',GradientType=1 );
}
.cardpricediscount .pricename,
.cardpricenormal .pricename{
  line-height: 14px;
  color: #FFFFFF !important;
}
.cardpricenormal {
  padding: 5px;
  font-size: 0.9em !important;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgb(0,128,100);
  background: linear-gradient(135deg, #1eb19e 0%,#1eb19e 51%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb19e', endColorstr='#f1325b',GradientType=1 );
}

.product .summary {
  margin-bottom: 20px;
}
.product .summary .description {
  margin: 15px 0;
  padding-bottom: 25px;
}
.product .summary .description p {
  margin-bottom: 0;
}
.product .summary .product_meta {
  margin-top: 15px;
  padding-top: 10px;
}
.product .summary .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.product .summary .product_meta .meta-label {
  font-weight: bold;
}
.product .summary .cart {
  margin-top: 25px;
}
.product .summary .cart button {
  vertical-align: top;
  font-size: 19px;
  padding: 0 25px;
  height: 52px;
}
@media (max-width: 1199px) {
  .product .summary .cart button {
    font-size: 17px;
    padding: 0 20px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .product .summary .cart button {
    font-size: 15px;
    padding: 0 15px;
    height: 42px;
  }
}
.product .summary-before {
  margin-bottom: 20px;
  padding-right: 0;
}
.product #product-tab {
  margin-top: 20px;
}
.product #product-tab .at-above-post,
.product #product-tab .at-below-post {
  display: none;
}

.product-category img {
  margin-bottom: 15px;
}
.product-category h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-category h3 {
    margin-bottom: 40px;
  }
}
.product-category h3 mark {
  font-weight: normal;
}

/* profile table */
.profile_table{
  border:1px solid gray;
}
.profile_table th{
  background-color:lightgray;
  border:1px solid gray;
  padding:5px;

}
.profile_table td{
  border:1px solid gray;
  padding:5px;
}
.partnerbox .partnerfield{
  width:100%;
  margin:5px 0px 5px 0px;
}
.partnerbox label{
  text-align:right;
  width:30%;
  margin-left:10px;
}

/* Product Image */
.product-image .price-box {
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 68px;
  width: 135px;
  height: 135px;
  text-align: center;
  z-index: 70;
}
@media (max-width: 1199px) {
  .product-image .price-box {
    border-radius: 54px;
    width: 108px;
    height: 108px;
  }
}
@media (max-width: 991px) {
  .product-image .price-box {
    border-radius: 81px;
    width: 162px;
    height: 162px;
  }
}
@media (max-width: 767px) {
  .product-image .price-box {
    border-radius: 45px;
    width: 90px;
    height: 90px;
  }
}
.single-product.column2 .product-image .price-box {
  border-radius: 54px;
  width: 108px;
  height: 108px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product-image .price-box {
    border-radius: 45px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product-image .price-box {
    border-radius: 68px;
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product-image .price-box {
    border-radius: 45px;
    width: 90px;
    height: 90px;
  }
}
.product-image .price-box.top-right {
  left: auto;
  right: -10px;
}
.product-image .price-box.bottom-left {
  top: auto;
  bottom: -10px;
}
.product-image .price-box.bottom-right {
  left: auto;
  right: -10px;
  top: auto;
  bottom: -10px;
}
.product-image .price-box .price {
  margin-top: 52px;
  line-height: 1.2;
  display: inline-block;
  font-size: 27px;
}
@media (max-width: 1199px) {
  .product-image .price-box .price {
    margin-top: 37px;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .product-image .price-box .price {
    margin-top: 65px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product-image .price-box .price {
    margin-top: 34px;
    font-size: 18px;
  }
}
.single-product.column2 .product-image .price-box .price {
  margin-top: 37px;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product-image .price-box .price {
    margin-top: 34px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product-image .price-box .price {
    margin-top: 52px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product-image .price-box .price {
    margin-top: 34px;
    font-size: 18px;
  }
}
.product-image .price-box .price del {
  display: block;
  margin-top: -19px;
  margin-right: 0;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .product-image .price-box .price del {
    margin-top: -12px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .product-image .price-box .price del {
    margin-top: -25px;
    margin-bottom: 5px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .product-image .price-box .price del {
    margin-top: -11px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.single-product.column2 .product-image .price-box .price del {
  margin-top: -12px;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product-image .price-box .price del {
    margin-top: -11px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product-image .price-box .price del {
    margin-top: -19px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product-image .price-box .price del {
    margin-top: -11px;
    font-size: 16px;
  }
}
.products .product-image .price-box .price del {
  margin-top: -11px;
  font-size: 15px;
}
.product-image .price-box .price ins {
  display: block;
  line-height: 0.5;
  overflow: hidden;
  margin-top: -21px;
}
@media (max-width: 1199px) {
  .product-image .price-box .price ins {
    margin-top: -17px;
  }
}
@media (max-width: 991px) {
  .product-image .price-box .price ins {
    margin-top: -28px;
  }
}
@media (max-width: 767px) {
  .product-image .price-box .price ins {
    margin-top: -14px;
  }
}
.single-product.column2 .product-image .price-box .price ins {
  margin-top: -19px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product-image .price-box .price ins {
    margin-top: -14px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product-image .price-box .price ins {
    margin-top: -22px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product-image .price-box .price ins {
    margin-top: -14px;
  }
}
.products .product-image .price-box .price ins {
  margin-top: -14px;
}
.product-image .price-box .price ins .amount {
  line-height: 1.2;
}
.product-image .price-box .price del + ins {
  margin-top: 0;
}
.single-product.column2 .product-image .price-box .price del + ins {
  margin-top: 0;
}
.products .product-image .price-box .price del + ins {
  margin-top: 0;
}
.product-image .price-box .price .from {
  display: none;
}
.product-image .price-box .amount {
  display: block;
}
.product-image .price-box.price-variable .price {
  margin-top: 32px;
  line-height: 0.3;
}
.product-image .price-box.price-variable .price .amount {
  line-height: 1.2;
}
.product-image .price-box.price-variable .price del {
  display: none;
}
.product-image .price-box.price-variable .price ins {
  margin-top: 0;
  line-height: 0.3;
}
@media (max-width: 1199px) {
  .product-image .price-box.price-variable .price {
    margin-top: 21px;
  }
}
@media (max-width: 991px) {
  .product-image .price-box.price-variable .price {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .product-image .price-box.price-variable .price {
    margin-top: 22px;
  }
}
.single-product.column2 .product-image .price-box.price-variable .price {
  margin-top: 22px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product-image .price-box.price-variable .price {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product-image .price-box.price-variable .price {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .single-product.column2 .product-image .price-box.price-variable .price {
    margin-top: 22px;
  }
}
.products .product-image .price-box {
  border-radius: 45px;
  width: 90px;
  height: 90px;
}
.products .product-image .price-box .price {
  margin-top: 34px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .products .product-image .price-box .price {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .products .product-image .price-box {
    border-radius: 40px;
    width: 80px;
    height: 80px;
  }
  .products .product-image .price-box .price {
    font-size: 17px;
  }
  .products .product-image .price-box .price del,
  .products .product-image .price-box .price .from {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .products.list .product-image .price-box {
    border-radius: 45px;
    width: 90px;
    height: 90px;
  }
  .products.list .product-image .price-box .price {
    font-size: 18px;
    margin-top: 34px;
  }
  .products.list .product-image .price-box .price del,
  .products.list .product-image .price-box .price .from {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .products.list .product-image .price-box {
    border-radius: 36px;
    width: 72px;
    height: 72px;
  }
  .products.list .product-image .price-box .price {
    font-size: 16px;
    margin-top: 26px;
  }
  .products.list .product-image .price-box .price del,
  .products.list .product-image .price-box .price .from {
    font-size: 14px;
  }
}
.products .product-image .price-box.price-variable .price {
  margin-top: 22px;
  line-height: 0.3;
}
.products .product-image .price-box.price-variable .price .amount {
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .products .product-image .price-box.price-variable .price {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .products.list .product-image .price-box.price-variable .price {
    margin-top: 15px;
  }
}

.zoomContainer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.zoomWindowContainer * {
  background-color: #fff;
	display:none;
}

.product-images .zoomContainer {
  z-index: 1;
}
.product-images .thumbnails {
}

/*
@media (max-width: 1199px) {
  .product-images .thumbnails {
    width: 92px;
  }
}
@media (max-width: 991px) {
  .product-images .thumbnails {
    width: 128px;
  }
}
@media (max-width: 767px) {
  .product-images .thumbnails {
    width: 50px;
  }
}


.single-product.column2 .product-images .thumbnails {
  width: 73px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product-images .thumbnails {
    width: 58px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product-images .thumbnails {
    width: 78px;
  }
}
@media (max-width: 767px) {
  .single-product .column2 .product-images .thumbnails {
    width: 50px;
  }
}
*/
.product-images .thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-images .product-image {
}

.product-images .product-image img,
.product-images .thumbnails img {
  width: 100% !important;
  height: auto !important;
  background-color: #fff;
}
.product-images .product-image img.bg_none{
  background: none;
  box-sizing: border-box;
}
.product-images .thumbnails img {
  padding: 7px 0;
  background-color: #fff;
}


.quantity {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-essential .quantity {
  margin: 5px 10px 5px 10px;
}
@media (max-width: 767px) {
  .product-essential .quantity {
    margin-right: 10px;
  }
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
}
.quantity .qty {
  max-width: 100px;
  height: 51px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 1px 5px 0px 0px;
}
.product-essential .quantity .qty {
  width: 80px;
  height: 52px;
  padding: 9px 15px;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .product-essential .quantity .qty {
    /*height: 46px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 23px;*/
  }
}
@media (max-width: 767px) {
  .product-essential .quantity .qty {
    /*width: 110px;
    height: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 22px;*/
  }
}

.quantity .minus,
.quantity .plus {
  font-family: Arial, sans-serif;
  position: absolute;
  left: 82px;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-essential .quantity .minus, .product-essential
.quantity .plus {
  left: 115px;
  width: 26px;
  height: 26px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product-essential .quantity .minus, .product-essential
  .quantity .plus {
    height: 23px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-essential .quantity .minus, .product-essential
  .quantity .plus {
    left: 110px;
    height: 21px;
    width: 25px;
    font-size: 17px;
  }
}
.quantity .minus {
  top: 22px;
}
.product-essential .quantity .minus {
  top: 26px;
}
@media (max-width: 1199px) {
  .product-essential .quantity .minus {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .product-essential .quantity .minus {
    top: 21px;
  }
}

/* Ratings */
.product .ratings {
  font-size: 14px;
  margin: 10px 0 0;
}
.products.list .product .ratings {
  margin-top: 8px;
}
.product .ratings .amount {
  display: inline-block;
  white-space: nowrap;
}
.product .ratings .amount a {
  margin: 0;
  text-decoration: none;
}
.product .ratings .amount .gap {
  margin: 0 10px;
}
.product .product-essential .ratings {
  margin-bottom: 10px;
}

.products .ratings .amount {
  display: none;
}

.summary .amount_quantity span{
	padding: 5px;
	background: #f7f7f7;
	border:1px solid #dcdcdc;
}

.summary .amount_quantityprice{
	color: #b93524;
}

.products.list {
  margin-left: 10px;
  margin-right: 10px;
}
.products.list .ratings {
  display: none;
  text-align: left !important;
}
.products.list .ratings .amount {
  display: inline-block;
}
.products.list .product-details .ratings {
  display: block;
  margin: 0 0 10px;
}

.products.align-left .product {
  text-align: left;
}
.products.align-left .ratings {
  float: right;
  text-align: left;
}
@media (max-width: 767px) {
  .products.align-left .ratings {
    text-align: center;
  }
}
.products.align-left.list .product-details:before {
  float: left;
}
.products.align-left.list .product-details .ratings {
  float: none;
}

.products.noprice-on-image.list .price {
  display: none;
}
.products.noprice-on-image.list .product-details .price {
  float: none;
  display: block;
  margin-bottom: 10px;
}

.product .ratings .star {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
}
.product .ratings .star i {
  margin-right: 2px;
}
.product .ratings .star i:last-child {
  margin-right: 0;
}
.product .ratings .star i.last-child {
  margin-right: 0;
}

.products.grid .ratings .star {
  margin-left: 10px;
}

.products.list .ratings .star {
  margin-left: 0;
}

.comment-form-rating #rating {
  width: auto;
  padding: 4px;
  height: 30px;
}

.comment-form-rating .stars {
  position: relative;
  font-family: "FontAwesome";
  font-display: swap;
  line-height: 46px;
}
.comment-form-rating .stars:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  letter-spacing: 3px;
  font-size: 17px;
}
.comment-form-rating .stars a {
  position: absolute;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.comment-form-rating .stars a.star-1 {
  width: 17px;
}
.comment-form-rating .stars a.star-2 {
  width: 36px;
}
.comment-form-rating .stars a.star-3 {
  width: 55px;
}
.comment-form-rating .stars a.star-4 {
  width: 74px;
}
.comment-form-rating .stars a.star-5 {
  width: 92px;
}
.comment-form-rating .stars a:before {
  text-indent: 0;
  position: absolute;
  left: 0;
  letter-spacing: 3px;
  font-size: 17px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.comment-form-rating .stars .star-1:before {
  z-index: 9;
  content: "\f005";
}
.comment-form-rating .stars .star-2:before {
  z-index: 8;
  content: "\f005 \f005";
}
.comment-form-rating .stars .star-3:before {
  z-index: 7;
  content: "\f005 \f005 \f005";
}
.comment-form-rating .stars .star-4:before {
  z-index: 6;
  content: "\f005 \f005 \f005 \f005";
}
.comment-form-rating .stars .star-5:before {
  z-index: 5;
  content: "\f005 \f005 \f005 \f005 \f005";
}
.comment-form-rating .stars .star-1.active:before,
.comment-form-rating .stars .star-1:hover:before,
.comment-form-rating .stars .star-2.active:before,
.comment-form-rating .stars .star-2:hover:before,
.comment-form-rating .stars .star-3.active:before,
.comment-form-rating .stars .star-3:hover:before,
.comment-form-rating .stars .star-4.active:before,
.comment-form-rating .stars .star-4:hover:before,
.comment-form-rating .stars .star-5.active:before,
.comment-form-rating .stars .star-5:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}


.product h3,
.product .likeh3 {
  overflow: hidden;
  margin: 5px 0 10px 0;
}

/* Mini Cart */
.cart_list.product_list_widget li {
  padding-left: 0;
  position: relative;
}
.cart_list.product_list_widget li .ajax-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cart_list .product-image {
  float: left;
  margin: 0;
  padding: 0;
  width: 85px;
}
.cart_list .product-image img {
  position: static;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.cart_list .product-details {
  margin-left: 100px;
}
.cart_list .product-name {
  padding-right: 20px;
}
.cart_list .remove {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  right: 0;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  /*font-family: Arial,Helvetica,sans-serif; */
}

.minicart-actions {
  margin-top: 20px;
  border-top: 1px solid #dadada;
}
.minicart-actions .buttons {
  float: right;
  width: 100px;
}
.minicart-actions .buttons a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
}
.minicart-actions .buttons .cart-link {
  margin-bottom: 2px;
}
.minicart-actions .total {
  float: left;
  width: 140px;
  padding-top: 7px;
  font-size: 15px;
  font-weight: bold;
}
.minicart-actions .total .amount {
  font-size: 18px;
}
@media (max-width: 991px) {
  .sidebar .minicart-actions .total {
    width: auto;
  }
  .sidebar .minicart-actions .total .amount {
    display: block;
  }
}
@media (max-width: 767px) {
  .sidebar .minicart-actions .total .amount {
    display: inline-block;
  }
}

.product-essential .single_variation_wrap .price {
  font-size: 25px;
}
.product-essential .single_variation_wrap .price del .amount {
  font-size: 18px;
  color: inherit;
  margin-right: 3px;
}

.product-essential p.price {
  margin-bottom: 0;
}

/* Add to Cart, Wishlist, Compare */
.products .add-links-wrap {
  overflow: hidden;
  max-height: 35px;
}

.cart-links,
.added_to_cart {
  margin-right: 0;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  height: 35px;
  min-width: 35px;
  -webkit-transition: none;
  transition: none;
  padding: 0 12px;
  line-height: 34px;
}
.cart-links.loading:after,
.added_to_cart.loading:after {
  background: url(../images/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.cart-links:before,
.added_to_cart:before {
  left: 0;
}

.product .add-links {
  margin-top: 25px;
}
.product .add-links .clear {
  display: none !important;
}
.products .add-links {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  visibility: hidden;
  width: 0;
  margin-top: 0;
  margin-left: -3px;
  vertical-align: top;
  -webkit-transition: width 0.3s ease-in-out, visibility 0.5s linear;
  transition: width 0.3s ease-in-out, visibility 0.5s linear;
}
.products .hover .add-links, .products.list .add-links {
  visibility: visible;
  margin-left: 8px;
  width: 35px;
}
.products .hover .add-links.show-all, .products.list .add-links.show-all {
  visibility: visible;
  margin-left: 8px;
  /*width: 74px;*/
  width: 200px;
}
.products.list .add-links {
  margin-left: 0 !important;
}
.products.no-hover .add-links, body.mobile .products .add-links {
  width: auto !important;
  margin-left: 15px;
  visibility: visible;
}

.add-links-item {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}
.add-links-item:first-child {
  margin-left: 0;
}

.yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  margin-right: 4px;
}

.yith-wcwl-add-to-wishlist > div > a,
a.compare.button,
a.quickview.button,
a.cartbutton.button,
.iconbutton.button,
a.add_to_wishlist.button {
  height: 35px;
  line-height: 34px;
}

.yith-wcwl-add-to-wishlist > div > a,
a.compare.button,
a.quickview.button,
a.add_to_wishlist.button,
a.cartbutton.button,
.button.iconbutton,
.products.use-icon.no-hover .cart-links,
body.mobile .products.use-icon .cart-links,
.products.use-icon .hover .cart-links,
.products .cart-links.added-cart,
.products .cart-links.added,
.products .added_to_cart {
  display: inline-block;
  width: 35px;
  position: relative;
  overflow: hidden;
  padding: 3px;
  text-align: center;
  vertical-align: top;
}
.yith-wcwl-add-to-wishlist > div > a:before,
a.compare.button:before,
.products.use-icon.no-hover .cart-links:before,
body.mobile .products.use-icon .cart-links:before,
.products.use-icon .hover .cart-links:before,
.products .cart-links.added-cart:before,
.products .cart-links.added:before,
.products .added_to_cart:before {
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-display: swap;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 1199px) {
  .products.grid.no-hover .cart-links,
  .products.grid .hover .cart-links, body.mobile .products.grid .cart-links {
    width: 35px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    text-align: center;
    vertical-align: top;
  }
  .products.grid.no-hover .cart-links:before,
  .products.grid .hover .cart-links:before, body.mobile .products.grid .cart-links:before {
    content: "\f06e";
    text-indent: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    font-family: "FontAwesome";
    font-display: swap;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .products.grid.no-hover .product_type_simple:before,
  .products.grid .hover .product_type_simple:before, body.mobile .products.grid .product_type_simple:before {
    content: "\f07a";
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .products.grid .hover .cart-links {
    width: auto;
    overflow: hidden;
    padding: 0 12px 0;
    text-indent: 0;
  }
  .products.grid .hover .cart-links:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .products.grid.no-hover .cart-links, body.mobile .products.grid .cart-links {
    width: 35px;
    padding: 0;
    text-indent: -9999px;
    vertical-align: top;
  }
  .products.grid.no-hover .cart-links:before, body.mobile .products.grid .cart-links:before {
    display: block;
  }
}

.products.list .cart-links {
  margin-right: 8px !important;
}
.products.list .added_to_cart {
  margin-left: -8px !important;
  margin-right: 8px !important;
}

.products.use-icon.no-hover .cart-links:before,
body.mobile .products.use-icon .cart-links:before,
.products.use-icon .hover .cart-links:before,
.products .cart-links.added-cart:before,
.products .cart-links.added:before {
  content: "\f06e";
  font-size: 17px;
}

.products.use-icon.no-hover .product_type_simple:before,
body.mobile .products.use-icon .product_type_simple:before,
.products.use-icon .hover .product_type_simple:before,
.products .product_type_simple.added-cart:before,
.products .product_type_simple.added:before {
  content: "\f07a";
  font-size: 17px;
}

.products .added_to_cart:before {
  content: "\f090";
  font-size: 17px;
  padding-top: 1px;
}

@media (max-width: 767px) {
  .products.use-icon.no-hover .cart-links,
  body.mobile .products.use-icon .cart-links,
  .products.use-icon .hover .cart-links,
  .products .cart-links.added-cart,
  .products .cart-links.added,
  .products.grid .cart-links.added-cart,
  .products.grid .cart-links.added {
    width: 35px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    text-align: center;
    vertical-align: top;
  }
  .products.use-icon.no-hover .cart-links:before,
  body.mobile .products.use-icon .cart-links:before,
  .products.use-icon .hover .cart-links:before,
  .products .cart-links.added-cart:before,
  .products .cart-links.added:before,
  .products.grid .cart-links.added-cart:before,
  .products.grid .cart-links.added:before {
    display: block;
    content: "\f06e";
    font-size: 17px;
  }

  .products.use-icon.no-hover .product_type_simple:before,
  body.mobile .products.use-icon .product_type_simple:before,
  .products.use-icon .hover .product_type_simple:before,
  .products .product_type_simple.added-cart:before,
  .products .product_type_simple.added:before,
  .products.grid .product_type_simple.added-cart:before,
  .products.grid .product_type_simple.added:before {
    content: "\f07a";
    font-size: 17px;
  }
}
.products.list.use-icon .cart-links {
  width: auto;
  overflow: hidden;
  padding: 0 12px 0;
  text-indent: 0;
  text-align: center;
}
.products.list.use-icon .cart-links:before {
  display: none;
}
.products.list.use-icon .cart-links.added, .products.list.use-icon .cart-links.added-cart {
  display: inline-block;
  width: 35px;
  position: relative;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  text-align: center;
  vertical-align: top;
}
.products.list.use-icon .cart-links.added:before, .products.list.use-icon .cart-links.added-cart:before {
  content: "\f06e";
  display: block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "FontAwesome";
  font-display: swap;
  font-size: 17px;
}
.products.list.use-icon .product_type_simple.added:before,
.products.list.use-icon .product_type_simple.added-cart:before {
  content: "\f07a";
  font-size: 17px;
}

.yith-wcwl-add-to-wishlist > div > a:before {
  content: "\f07c";
  font-size: 15px;
}

.yith-wcwl-add-to-wishlist > div > a.add_to_wishlist:before {
  content: "\f004";
  font-size: 15px;
}

.bigcard_single_cart{
	margin:0px;
	font-size: 1.6em;
  border: 1px solid white;
  padding: 0px 10px 0px 0px;
}

.bigcard_single_compare{
  background: #48BAFD;
  border: 1px solid white;
  color:#FFFFFF;
  display:inline-block;
  border-radius:3px;
  text-align:center;
	font-size: 1.6em;
}

.bigcard_single_ask{
  background: #FDBD48;
  border: 1px solid white;
  color:#FFFFFF;
  display:inline-block;
  border-radius:3px;
  text-align:center;
	font-size: 1.6em;
}

.bigcard_single_wishlist{
  background: #fd5c48;
  border: 1px solid white;
  color:#FFFFFF;
  display:inline-block;
  text-align:center;
	font-size: 1.6em;
}

.bigcard_single_wishlist:hover{
    color:#FFFFFF;
}

.bigcard_single_wishlist i,
.bigcard_single_compare i,
.bigcard_single_cart i,
.bigcard_single_ask i{
    width:50px;
    font-size:25px;
    /*line-height:45px;*/
    line-height:1.8em;
    }


.bigcard_single_wishlist i{
	 width:30px;
	 line-height:1.55em;
}
.add-links-item .addcartform{
  border-top: none;
  border-bottom: none;
  margin: 0 !important;
  padding: 0 !important;
}

.add-links-item .single_add_to_cart_button{
  font-size: 1em;
  margin: 0 !important;
}

.yith-wcwl-share ul,
.yith-wcwl-share li {
  height: 24px;
}

.yith-wcwl-share li,
.entry-content .yith-wcwl-share li {
  float: left;
}

.yith-wcwl-share li a {
  background-image: none !important;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
}
.yith-wcwl-share li a:before {
  font-family: "FontAwesome";
  font-display: swap;
  line-height: 28px;
}
.yith-wcwl-share li a.facebook:before {
  content: "\f09a";
}
.yith-wcwl-share li a.facebook:hover, .yith-wcwl-share li a.facebook:focus {
  color: #ffffff;
  background-color: #3b5a9a;
  border-color: #3b5a9a;
}
.yith-wcwl-share li a.twitter:before {
  content: "\f099";
}
.yith-wcwl-share li a.twitter:hover, .yith-wcwl-share li a.twitter:focus {
  color: #ffffff;
  background-color: #1aa9e1;
  border-color: #1aa9e1;
}
.yith-wcwl-share li a.pinterest:before {
  content: "\f0d2";
}
.yith-wcwl-share li a.pinterest:hover, .yith-wcwl-share li a.pinterest:focus {
  color: #ffffff;
  background-color: #cc2127;
  border-color: #cc2127;
}
.yith-wcwl-share li a.googleplus:before {
  content: "\f0d5";
}
.yith-wcwl-share li a.googleplus:hover, .yith-wcwl-share li a.googleplus:focus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.yith-wcwl-share li a.email:before {
  content: "\f0e0";
  line-height: 26px;
}
.yith-wcwl-share li a.email:hover, .yith-wcwl-share li a.email:focus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.variations, .variant_list {
    background: #f2f2f2;
    padding: 10px;
    /*border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DADADA;*/
}

.variant_list .option{
  display: inline-block;
  border: solid 2px white;
  cursor: pointer;
  margin: 2px;
  padding: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.variant_list .option_multi{
  display: inline-block;
  border: solid 2px white;
  cursor: pointer;
  margin: 2px;
  padding: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  background:#FFFFFF;
  min-height: 25px;
  min-width: 25px;
  text-align: center;
}

.variant_list .colorvariantbox{
  display: inline-block;
  width:25px;
  height:25px;
  border: solid 2px white;
  cursor: pointer;
  margin: 2px;
  line-height: 1.0000;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-sizing: content-box;
  transition: none;
  -webkit-transition: none;
  overflow: hidden;
  vertical-align: top;
}
.variations td {
  padding: 5px;
}
.variations .label,.variant_list label {
  font-size: inherit;
  color: inherit;
  margin: auto;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 10px;
  float:left;
  min-width:50px;
}
.variations .label label {
  margin: auto;
}
.variations td.label {
  display: table-cell;
  padding-left: 0;
}

.reset_variations {
  margin-left: 10px;
}

.single_variation_wrap .single_variation {
 /* margin-bottom: 20px;*/
}

.groups{
	padding-top:5px;
	padding-bottom:5px;
}
.groups .groupitem_content{
   display: block;
   float: left;
   width: 50%;
   border:1px solid transparent;
}

.groups .groupitem_content:hover{
	border:1px solid #e3e3e3;
}
.groups .groupitemcard{
  background-color: #F3F3F3;
  color: #565656;
  margin: 3px;
  padding: 3px;
  height: auto;
}

.groups .groupitemcard img{
	padding: 0px;
  margin: 3px;
  max-width: 20%;
  float: left;
}

.groups .groupitemcard .groupoption_datas{
  float: left;
  margin: 0px;
  width: 75%;
  padding: 3px;
}

.groups .groupitemcard .groupoption_prices{
	float: right;
  margin: 0px;
  width: 75%;
  padding: 3px;
}

.groups .groupitemcard .groupoption_prices .price{
	color: green;
  float: right;
  font-size: 20px;
  min-height: 20px !important;
  background: none !important;
}

@media (max-width:767px){
	.groups .groupitem_content{

	   float: none;
	   width: 100%;
	}
}

.summary .product-meta {
  margin-top: 25px;
}
.product-meta > span {
  display: block;
  margin: 5px 0;
  line-height: 1.5;
}

.product .addthis-icons {
  display: inline-block;
  width: 330px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .product .addthis-icons {
    width: 285px;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .product .addthis-icons {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.single-product.column2 .product .addthis-icons {
  width: 285px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .single-product.column2 .product .addthis-icons {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .single-product.column2 .product .addthis-icons {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .single-product.column2 .product .addthis-icons {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.product .addthis-icons .share {
  float: left;
  line-height: 32px;
  margin-right: 7px;
  margin-top: 2px;
}
.single-product.column2 .product .addthis-icons .share {
  display: none;
}
@media (max-width: 1199px) {
  .product .addthis-icons .share {
    display: none;
  }
}
.product .addthis-icons .addthis_toolbox {
  margin-top: 2px;
}
.product .addthis-icons .at-above-post {
  margin-top: 2px;
  margin-bottom: 0;
}

.addthis_32x32_style .addthis_counter.addthis_bubble_style {
  width: 64px !important;
}

#comments .star-rating {
  position: relative;
  z-index: 1;
  float: right;
  margin-bottom: 10px;
}
#comments .star-rating .star {
  margin-right: 0;
}
#comments h2 {

  font-size: 24px;
  margin: 0;
  padding-bottom: 15px;
  border-left-width: 0 !important;
  padding-left: 0;
}
#comments .add_review,
#comments .noreviews {
  margin: 25px 0 30px;
}

.commentlist {
  margin: 0;
  padding: 0;
}
.commentlist li {
  list-style: none;
  margin: 0;
  padding: 25px 0;
}
.commentlist .avatar {
  float: left;
  width: 60px;
  margin-right: 20px;
}
.commentlist .meta {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.commentlist .description {
  margin: 10px 0;
}
#comments .commentlist .star-rating {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
#comments .commentlist .star-rating .star {
  font-size: 14px;
  margin-right: 7px;
  margin-left: 0;
}

#review_form_wrapper h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#review_form_wrapper h3 small {
  font-size: 14px;
  margin-left: 10px;
}

/* shop_attributes */
.shop_attributes th {
  padding: 5px;
  font-weight: normal;
}
.shop_attributes td {
  padding: 5px;
  font-weight: bold;
}



.navigation {
  text-align: right;
  margin: 20px 0;
}
.navigation .nav-previous,
.navigation .nav-next {
  display: inline-block;
  margin: 0;
}
.navigation a {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  line-height: 28px;
  text-align: center;
}
.navigation .nav-previous a,
.navigation .nav-next a {
  width: 35px;
  padding: 0;
  font-size: 18px;
}

#main h2.resp-accordion {
  border-left-width: 0 !important;
  padding-left: 0;
  margin-bottom: 0 !important;
}

.product-slider {
  margin-top: 20px;
}
body.single-product #content .product-slider {
  margin-top: 20px;
}
.shortcode .product-slider {
  margin-top: 0;
}

.product-slider .owl-controls,
.content-slider .owl-controls,
.brand-slider .owl-controls,
.related-slider .owl-controls {
  position: absolute;
  top:-56px;
  right: 15px;
  margin-top: 0;
}

.products.product-carousel.grid.owl-carousel div.owl-item .amount.col-sm-6,
.products.product-carousel.grid.owl-carousel div.owl-item .amount.col-sm-6 {
width:100%;
}

.tradeprice_downloads_row a {
  cursor: pointer;
}

@media (max-width: 991px) {
  .product-slider .owl-controls,
  .content-slider .owl-controls,
  .related-slider .owl-controls {
    /*top: -74px;*/
    top:-51px;
  }
}
@media (max-width: 767px) {
  .product-slider .owl-controls,
  .content-slider .owl-controls,
  .related-slider .owl-controls {
    /*top: -56px;*/
    top: -46px;
  }
}
.product-slider.with-desc .owl-controls,
.content-slider.with-desc .owl-controls,
.related-slider.with-desc .owl-controls {
  top: -46px;
}

.product-slider .product-row .owl-controls,
.content-slider .product-row .owl-controls,
.related-slider .product-row .owl-controls {
  right: 10px;
}
.product-slider.single .owl-controls,
.content-slider.single .owl-controls,
.related-slider.single .owl-controls {
  right: 0;
}

.single-nav {
  position: absolute;
  top: 4px;
  right: 15px;
}
@media (max-width: 991px) {
  .single-nav {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .single-nav {
    top: 3px;
  }
}
.single-nav .single-nav a {
  float: left;
}

.product-slider .owl-theme .owl-controls .owl-buttons div,
.related-slider .owl-theme .owl-controls .owl-buttons div,
.content-slider.owl-theme .owl-controls .owl-buttons div {
  position: static;
}

.product-slider .owl-theme .owl-controls .owl-buttons div,
.related-slider .owl-theme .owl-controls .owl-buttons div,
.content-slider.owl-theme .owl-controls .owl-buttons div,
.single-nav a span {
  display: inline-block;
  text-align: center;
  margin: 0 1px;
  padding: 0;
  width: 50px;
  height: 40px;
  font-family: "FontAwesome";
  font-display: swap;
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .product-slider .owl-theme .owl-controls .owl-buttons div,
  .related-slider .owl-theme .owl-controls .owl-buttons div,
  .content-slider.owl-theme .owl-controls .owl-buttons div,
  .single-nav a span {
    width: 45px;
    height: 35px;
    font-size: 25px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .product-slider .owl-theme .owl-controls .owl-buttons div,
  .related-slider .owl-theme .owl-controls .owl-buttons div,
  .content-slider.owl-theme .owl-controls .owl-buttons div,
  .single-nav a span {
    width: 40px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
  }
}

.single-nav a span {
  margin: 0;
}

.product-slider.notitle .owl-controls,
.related-slider.notitle .owl-controls,
.content-slider.notitle .owl-controls {
  position: static;
}

.product-slider.notitle .owl-theme .owl-controls .owl-buttons div,
.related-slider.notitle .owl-theme .owl-controls .owl-buttons div,
.content-slider.notitle.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  margin: auto;
  bottom: 20%;
}

.content-slider.notitle.owl-theme .owl-controls .owl-buttons div {
  bottom: 0;
}

.woocommerce > .products {
  margin-bottom: 60px;
}

.product-slider.notitle,
.related-slider.notitle,
.content-slider.notitle {
  margin-top: 0;
}

.product-slider.notitle.arrow-top,
.related-slider.notitle.arrow-top {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-top,
  .related-slider.notitle.arrow-top {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-top,
  .related-slider.notitle.arrow-top {
    margin-top: 90px;
  }
}
.product-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div,
.related-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div {
  top: -90px;
  bottom: auto;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div {
    top: -60px;
  }
}
.product-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: auto;
  right: 50%;
  margin-right: 2px;
}
.product-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div.owl-next,
.related-slider.notitle.arrow-top .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: 50%;
  margin-left: 2px;
}
.product-slider.notitle.arrow-bottom,
.related-slider.notitle.arrow-bottom {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-bottom,
  .related-slider.notitle.arrow-bottom {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-bottom,
  .related-slider.notitle.arrow-bottom {
    margin-bottom: 90px;
  }
}
.product-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div,
.related-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div {
  bottom: -90px;
  top: auto;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div {
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div {
    bottom: -60px;
  }
}
.product-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: auto;
  right: 50%;
  margin-right: 2px;
}
.product-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div.owl-next,
.related-slider.notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: 50%;
  margin-left: 2px;
}

.product-slider.notitle.arrow-top,
.related-slider.notitle.arrow-top {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-top,
  .related-slider.notitle.arrow-top {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-top,
  .related-slider.notitle.arrow-top {
    margin-top: 90px;
  }
}
.product-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div,
.related-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div {
  top: -90px;
  bottom: auto;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div {
    top: -60px;
  }
}
.product-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div.owl-prev,
.related-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: auto;
  right: 50%;
  margin-right: 2px;
}
.product-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div.owl-next,
.related-slider.notitle.arrow-top.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: 50%;
  margin-left: 2px;
}
.product-slider.notitle.arrow-bottom,
.related-slider.notitle.arrow-bottom {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-bottom,
  .related-slider.notitle.arrow-bottom {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-bottom,
  .related-slider.notitle.arrow-bottom {
    margin-bottom: 90px;
  }
}
.product-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div,
.related-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div {
  bottom: -90px;
  top: auto;
}
@media (max-width: 991px) {
  .product-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div {
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .product-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div,
  .related-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div {
    bottom: -60px;
  }
}
.product-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div.owl-prev,
.related-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: auto;
  right: 50%;
  margin-right: 2px;
}
.product-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div.owl-next,
.related-slider.notitle.arrow-bottom.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: 50%;
  margin-left: 2px;
}

.shortcode-products {
  margin: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.single-nav a span.prev:before {
  content: "\f104";
}

.owl-theme .owl-controls .owl-buttons .owl-next:before,
.single-nav a span.next:before {
  content: "\f105";
}

.yith-wcwl-share {
  margin-top: 30px;
}
.yith-wcwl-share h4 {
  display: inline-block;
}
.yith-wcwl-share ul {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 20px;
}

#yith-wcwl-popup-message {
  border-radius: 0;
  border-width: 0;
  line-height: 23px;
  font-size: 17px;
  padding: 18px 30px;
}

/* Checkout, Cart */
.shop_table {
  width: 100%;
}
.shop_table th {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  text-align: left;
}
.shop_table td {
  font-size: 16px;
  padding: 15px;
  text-align: left;
}
.shop_table thead * {
  font-size: 16px !important;
}
.shop_table thead *,
.shop_table tfoot * {
  font-weight: bold;
}
.shop_table.cart tbody tr {
  vertical-align: top;
}
@media (max-width: 767px) {
  .shop_table.cart tr {
    border-left-width: 0 !important;
    display: block;
    text-align: center !important;
  }
}
.shop_table.cart th,
.shop_table.cart td {
  padding: 17px;
  text-align: center;
}
@media (max-width: 767px) {
  .shop_table.cart th,
  .shop_table.cart td {
    border-left-width: 0 !important;
    display: block;
    text-align: center !important;
  }
}
.shop_table.cart tbody .product-wrap {
  text-align: left;
  padding: 30px;
}
.shop_table.cart tbody .product-name {
  font-size: 20px;
  font-weight: bold;
}
.shop_table.cart tbody .product-detail {
  padding-left: 210px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .shop_table.cart tbody .product-detail {
    padding: 0;
  }
}
.shop_table.cart tbody .product-price {
  padding-top: 51px;
}
.shop_table.cart tbody .product-price .amount {
  font-size: 18px;
  display: inline-block;
  margin-top: 3px;
}
.shop_table.cart tbody .product-price del .amount {
  font-size: 16px;
  text-decoration: line-through;
  margin-top: 0;
}
.shop_table.cart tbody .product-stock-status {
  padding-top: 53px;
}
.shop_table.cart tbody .product-subtotal {
  padding-top: 53px;
  min-width: 140px;
}
.shop_table.cart tbody .product-subtotal .amount {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shop_table.cart tbody .product-subtotal .show-mobile {
    vertical-align: middle;
  }
}
.shop_table.cart tbody .product-add-to-cart {
  padding-top: 48px;
}
.shop_table.cart tbody td.product-remove {
  padding-top: 53px;
}
.shop_table.cart tbody .product-quantity {
  padding-top: 44px;
}
.shop_table.cart tbody div.product-thumbnail {
  float: left;
  display: inline-block;
  width: 180px;
}
@media (max-width: 991px) {
  .shop_table.cart tbody div.product-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .shop_table.cart tbody div.product-thumbnail {
    margin-bottom: 25px;
  }
}
.shop_table.cart tbody div.product-thumbnail img {
  width: 100%;
  height: auto;
}
.shop_table.cart tbody div.product-remove {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shop_table.cart tbody div.product-remove {
    display: block;
    margin-left: auto;
    margin-top: 15px;
  }
}
.shop_table.cart tbody .product-remove .remove {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 21px;
  font-size: 23px;
}
@media (max-width: 767px) {
  .shop_table.cart tbody th,
  .shop_table.cart tbody td {
    padding: 10px !important;
    border-bottom-width: 0 !important;
  }
  .shop_table.cart tbody th:first-child,
  .shop_table.cart tbody td:first-child {
    padding: 30px 10px 10px !important;
  }
  .shop_table.cart tbody th:last-child,
  .shop_table.cart tbody td:last-child {
    padding: 10px 10px 30px !important;
    border-bottom-width: 1px !important;
  }
  .shop_table.cart tbody th.last-child,
  .shop_table.cart tbody td.last-child {
    padding: 10px 10px 30px !important;
    border-bottom-width: 1px !important;
  }
  .shop_table.cart tbody th:first-child:last-child,
  .shop_table.cart tbody td:first-child:last-child {
    padding: 30px 10px !important;
  }
  .shop_table.cart tbody th:first-child.last-child,
  .shop_table.cart tbody td:first-child.last-child {
    padding: 30px 10px !important;
  }
}
@media (max-width: 767px) {
  .shop_table.cart thead th,
  .shop_table.cart thead td,
  .shop_table.cart tfoot th,
  .shop_table.cart tfoot td {
    padding: 20px 10px !important;
  }
}
.shop_table .total th,
.shop_table .total td,
.shop_table .order-total th,
.shop_table .order-total td {
  font-size: 22px;
  padding: 20px 15px;
}
.shop_table dl {
  margin: 10px 0 0;
  /* font-family: Arial,Helvetica,sans-serif; */
}
.shop_table dl dt {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
}
.shop_table dl dd {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.cart_totals,
.shipping_calculator,
.coupon-code {
  margin-top: 70px;
}
.cart_totals h2,
.shipping_calculator h2,
.coupon-code h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.woocommerce-checkout h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 35px;
}

.cart_totals .shop_table td {
  font-weight: bold;
  font-size: 18px;
}
.cart_totals .cart-subtotal .amount {
  font-size: 18px;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  padding: 6px;
}
#shipping_method label {
  display: inline;
}

.shipping-calculator-form {
  display: block !important;
}

.terms label {
  display: inline-block;
  padding-left: 0;
}

form.login,
form.register,
form.checkout_coupon {
  padding-bottom: 30px;
}

#shiptobilling,
#ship-to-different-address {
  padding-bottom: 20px;
}

#order_review #payment {
  margin-top: 40px;
}

#payment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#payment .place-order {
  margin-top: 35px;
}

.payment_methods {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.payment_methods .payment_method_paypal .input-radio {
  vertical-align: top;
}
.payment_methods .payment_method_paypal img,
.payment_methods .payment_method_paypal .about_paypal {
  display: block;
  margin: 0;
}
@media (max-width: 480px) {
  .payment_methods .payment_method_paypal img {
    width: 190px;
  }
}

#order_comments_field {
  margin-top: 40px;
}

#ship-to-different-address {
  margin-top: 60px;
}

.payment_box {
  padding-top: 10px;
}

.proceed-buttons {
  margin-top: 20px;
  text-align: right;
}
.proceed-buttons button {
  margin-bottom: 20px;
  margin-left: 20px;
}

.order_details {
  font-size: 16px;
  line-height: 2;
  list-style: none outside none;
  margin-bottom: 40px;
  padding: 0;
}

.order-thankyou p {
  margin-bottom: 20px;
}
.order-thankyou h2 {
  margin-top: 40px;
}

.customer_details {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}



/* =Global styles/layout
-------------------------------------------------------------- */

/* ------- BIGCARD ----------- */
.bigcart_cart_area{
	margin-top:15px;
}
.addcartform{
/*
 background: #e4e4e4 none repeat scroll 0 0;
    border-bottom: 1px dotted #dddddd;
    border-top: 1px dotted #dddddd;
    */
    padding: 10px;
}

.variant_list_title{
    color: #636363;
    background: #E0E0E0;
    padding: 2px 5px;
    font-size: 76%;
    margin-top: 10px;
    display: inline-block;
    }



/* ----- product item minimal ------ */

.prod-item-minimal{
    width:50%;
    float:left;
    text-align:left !important;
    margin:0;
    margin-bottom:10px;
    min-height:0;
    height:auto;
}

.prod-item-minimal:nth-child(2n+1) { clear: both; }


.products .product.prod-item-minimal > .inner{
        padding-top: 5px;
        padding-bottom: 0px;
    }


.products .product.prod-item-minimal > .inner:hover{
        box-shadow:none;
    }

    .product-item-minimal-left{
        width:40%;
        float:left;
    }

    .product-item-minimal-right{
        width:55%;
        float:right;
    }



 .prod-item-minimal .product-image{
    position:relative;
    width:auto;
 }

 .prod-item-minimal .product-image img{
    max-width:100%;
    }

 .prod-item-minimal a{
    color:#666666;
 }

  .prod-item-minimal .price{
    font-size: 16px;
   }


@media (max-width: 767px) {
    .products.grid .product.prod-item-minimal{
    max-width:none;
    }
}

@media (max-width: 480px) {
    .prod-item-minimal{
    width:96%;
    float:none;
    margin-left:2%;
    margin-right:2%;
    margin-bottom:20px;
    }
}



 /* MENU FOOTER WIDGET */
 .widget-title{
    text-transform: none;
 }

 /* simple menu list - in sidebar */
.simple_menu_list{
    margin-top: 10px;
}
    .simple_menu_list .widget-title{
        color:#868887;
        margin-bottom:5px;
        line-height: 1.2em;
    }

    .simple_menu_list .likeh4{
      font-size: 18px;
    }

    .simple_menu_list ul{
        list-style:none;
        margin-bottom:5px;
    }

        .simple_menu_list ul li{
           line-height:1em;

        }

            .simple_menu_list ul li a{
                color:#aeafb0;
                padding:1px 0;
                margin:0;
                font-size: 14px;
            }

           .simple_menu_list ul li a:hover{}

 /* ----- kk_border_show ---- */
 /*
 .kk_border_show li.product{
    border-bottom:1px solid #e6e6e6;
 }


 .grid.kk_border_show li.product{
    margin-bottom: 0;
    border-bottom:none;
    border-top:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
 }

 .grid.kk_border_show li.product > .inner{
    padding-top:10px;
    padding-bottom:10px;
 }

 .kk_border_show li.product > .inner.hover{
    border-color:transparent;
    box-shadow:none;
 }
 */


 /* border - desktop */
 /*
 @media (min-width: 992px) {
     .grid.kk_border_show li.product.col-md-4:nth-child(1),
     .grid.kk_border_show li.product.col-md-4:nth-child(2),
     .grid.kk_border_show li.product.col-md-4:nth-child(3),
     .grid.kk_border_show li.product.col-md-3:nth-child(1),
     .grid.kk_border_show li.product.col-md-3:nth-child(2),
     .grid.kk_border_show li.product.col-md-3:nth-child(3),
     .grid.kk_border_show li.product.col-md-3:nth-child(4){
        border-top: none;
     }

     .grid.kk_border_show li.product.col-md-4:nth-child(3n),
     .grid.kk_border_show li.product.col-md-3:nth-child(4n) {
      border-right: none;
    }
}

@media (max-width: 991px) {
    .grid.kk_border_show li.product{
        border:none;
        border-top:1px solid #e6e6e6;
        border-right:1px solid #e6e6e6;
    }

     .grid.kk_border_show li.product.col-md-4:nth-child(1),
     .grid.kk_border_show li.product.col-md-4:nth-child(2),
     .grid.kk_border_show li.product.col-md-3:nth-child(1),
     .grid.kk_border_show li.product.col-md-3:nth-child(2),
     .grid.kk_border_show li.product.col-md-3:nth-child(3){
        border-top: none;
     }

     .grid.kk_border_show li.product.col-md-4:nth-child(even),
     .grid.kk_border_show li.product.col-md-3:nth-child(3n) {
      border-right: none;
    }

}

@media (max-width: 767px) {
    .grid.kk_border_show li.product{
        border:none;
        border-bottom:1px solid #e6e6e6;
    }

}
*/


/* -------- NK ---------------- */
.product .big_price{
    font-size:2.5em;
}

.product .tax{
    font-size:0.6em;
}

.big-price{
    font-size:1.5em;
}

.old-price{
    color:#AFAFAF;
    font-size: 0.8em;
}

.bigcardfreeshipping_box {
    background: #424242 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

.bigcardfreeshipping_box_rev {
    background: #eeeeee none repeat scroll 0 0;
    color: #424242;
}

.bigcardfreeshipping_name {
  text-transform: uppercase;
}

.bigcardfreeshipping_date {
  font-size: 14px;
}

/* variant list */
.variations, .variant_list {
    background: #f2f2f2;
    padding: 10px;
    /*border-top: 1px solid #DCDCDC;
    margin-top:10px;*/
    }

    .variant_list .option {
        background:#FFFFFF;
        display: inline-block;
        border: solid 2px white;
        cursor: pointer;
        margin: 2px;
        padding: 7px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    }

    .variant_list .option.instock {
      border: 2px solid #bfffbf;
    }

    table.variations td select,
    .variant_list .option_multi.selected,
    .variant_list .option.selected {
        background:#FFFFFF;
        border: 2px solid #008000 !important;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
    }

    .variant_valassz{
        padding-top:10px;
	    	border-top: 1px solid #DCDCDC;
        /*margin-bottom:10px;*/
    }

    .variant_valassz_label{
        font-weight:bold;
        margin-bottom:5px;
    }

    .variant_valassz_nincs_link{
        font-size:11px;
        text-decoration:underline;
        margin-left:5px;
        color:#499ebb;
    }

/* prod_important_info */
.prod_important_info{
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    display:table;
    width: 100%;
}


.prod_important_info .posted_in{
	display:table-row;
}

.prod_important_info .posted_in .meta-label,
.prod_important_info .posted_in .meta-value{
    padding: 3px 10px 0 0;
    font-size:1em;
    display:table-cell;

}

.prod_important_info .posted_in .meta-label{
    font-weight: bold;
    width: 20%;
    min-width: 100px;
}


/* tab_only_labels*/
.tab_only_labels{
    color:#A2A2A2;
    font-size:0.95em;
}

.tab_only_labels:hover{
    color:#666666;
    text-decoration:underline;
}

/* faq answer content box */
.faq-widget{
  margin: 10px;
  padding:0;
  border: 1px solid #dfdfdf;
}

.faq-widget-title-box{
  margin:0;
  display: block;
  background-color: #efefef;
}

.faq-widget-title{
  margin:0;
  padding: 10px;
}

.faq-answer-box{
  margin: 0;
  padding: 10px !important;
}

/* OPINION BASE SETTINGS START */

/* opinion rating boxes */
.rating-box{
    border: 1px solid #dfdfdf;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .rating-header{
      background-color: #dfdfdf;
      padding: 5px;
    }
    .rating-sender{
      float: left;
    }
    .rating-sendtime{
      font-size: 10px;
    }
  .rating-content{
    padding: 10px;
  }
.rating-new{
  border: 1px solid #09EC25;
}

/* add opinion box */
#add-opinion{
    margin:0 10px 10px 0;
    border:1px solid #dfdfdf;
    padding:10px;
  }
  #add-opinion-box-title{
    margin-bottom:10px;
  }
  #add-opinion-box-wrapper{

  }
  #new_opinion{
    width:99%;
    margin:0;
    height:100px;
    resize:none;
  }

/* OPINION BASE SETTINGS END */


/* PRODUCT BIG CARD IMAGE HORIZONTAL */
.thumbnails.horizontal{
    width:100%;
}

.thumbnails.horizontal .elastislide-carousel{
    width:80%;
    margin-left:10%;
    margin-right:10%;
}

 .thumbnails.horizontal li{
    margin-left:1%;
    margin-right:1%;
 }

 .thumbnails.horizontal img{
    /*max-width: 100px;*/
 }

  .thumbnails.horizontal .elastislide-prev{
    /*left:-20px;*/
  }

  .thumbnails.horizontal .elastislide-nex{
    /*right:-20px;*/
  }

  .flexslider{
    margin: 0px !important;
    z-index: 10;
    position: relative;
  }
  .flexslider .slides .flex-caption {
    width: 100%;
    position: static;
    top: -65px;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
  }

/* cc_sorter */
.cc_sorter{
  display:inline-block;
}
.cc_sorter label {
  padding: 6px 0px;
  font-size: 13px;
  margin: 0px 5px 0px 0px;
  line-height: 24px;
}

.cc_sorter .left.dropdown-select{
  margin-left:5px;
  margin-top:0px;
}
.dropdown-select {
    border: 1px solid #dddddd;
    }


/* view mode */
.cc_view_mode a {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding-right: 3px;
    padding-left: 3px;
}


/* firstbig */


@media (max-width: 767px) {
   ul.products.firstbig li.product.col-md-8 {
   display:none;
  }
}

.showmore-button {
  cursor: pointer;
  background-color: #999;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 0px 5px 5px;
  width: auto;
  float: right;
}

/* --------------------- KK: only image view (hide details) ------------ */
.product-only-image-view .product .product-details{
	display:none;
}

.product-only-image-view.show-details-hover .product .product-details{
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:200;
	width:100%;
}


.product-only-image-view.show-details-hover .product:hover .product-details{
	display:block;
}



/* product card - BORDER TYPES */
.products_cover_border {
    position: absolute;
    z-index:2;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    border: 1px solid #FFFFFF;
    display:none;
}

.grid_border_inner .products_cover_border {
	/* feher kitakaro keret */
	 display:block;
	}


.products.grid_border_inner  .product > .inner{
	border-right:none;
	border-bottom:none;

}

.grid_border_inner .product li.inner,
.grid_border_all_no_space .products_cover_border {
 	/* border color....*/
   }


.grid_border_all_with_space .products_cover_border ,
.grid_border_none .products_cover_border {
	display:none;
}

/* event box - aktualis esemenyek kartyak */
.event_box.products .product-image:hover img{
	opacity:0.8;
}

.selloutproductcard{
  overflow-y: hidden;
}

.selloutproductcard .price{
  margin-top:0px;
}

.selloutproductcard .price .discountprice {
  font-size:1.3em;
}

.selloutproductcard .offsellout{
  background-color: white;
  color: red;
  opacity: 0.7;
  width: 100% !important;
  padding: 20px;
  top: 0px !important;
  height: 500px;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}

.selloutproductcard .offsellout span{
  color: red;
  padding: 50px 10px;
  font-size:1.5em;
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  left: 0px;
  transform: rotate(-15deg) scale(1) skew(1deg) translate(30px);
  -webkit-transform: rotate(-15deg) scale(1) skew(1deg) translate(30px);
  -moz-transform: rotate(-15deg) scale(1) skew(1deg) translate(30px);
  -o-transform: rotate(-15deg) scale(1) skew(1deg) translate(30px);
  -ms-transform: rotate(-15deg) scale(1) skew(1deg) translate(30px);
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}

.selloutcorner{
  position: absolute;
  background-color: gray;
  left: 0px;
  top: 0px;
  padding: 5px 20px 20px 5px;
  opacity: 0.3;
  -moz-border-radius-bottomright:75px;
  -webkit-border-bottom-right-radius:75px;
  border-bottom-right-radius:75px;
  z-index:100;
}

.selloutcornerright{
  position: absolute;
  background-color: gray;
  right: 0px;
  top: 0px;
  padding: 5px 5px 5px 20px;
  opacity: 0.3;
  -moz-border-radius-bottomleft:75px;
  -webkit-border-bottom-left-radius:75px;
  border-bottom-left-radius:75px;
  z-index:100;
}

.selloutcorner.active,.selloutcornerright.active{
  opacity: 0.7;
  background-color: black;
}

.selloutcorner .fa, .selloutcornerright .forsale{
  font-weight: bolder;
}

